/*********************************************************************/
/************** Progetti di Impresa Srl copyright 2006 ***************/
/*********************************************************************/

/* ************************************************** */
/* *************** ASIDE **************************** */
/* ************************************************** */


ASIDE H5 A {
	text-align: center;
	font-size: 1.15em;
    color: #fff !important;
    background-color: #265F1C;
    padding: 1rem !important;
    border-radius: 15px;
    margin-bottom: 0.5rem;
}

ASIDE H5 A:hover {
    color: #FFF !important;
    background-color: #333;
    padding: 1rem !important;
    border-radius: 15px;
    margin-bottom: 0.5rem;
}

ASIDE .container-fluid {
	background-color: white !Important;
	
}

ASIDE H3 { 
	border-top: 1px dashed #eee;
	font-size: 1.8em;
	padding: 0.5rem;
	font-weight: 500;
	background-color: white !important;
	color: #4a4a4a;
} 

#BoxRigaSuperiore {
	border-top: 1px dashed #ccc;
	margin-top: 1rem;
	padding-top: 1rem;
}

#BoxPaginaPrecedente  {
    text-align: center;
    padding: 2rem 0;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #111 !important;
}

/*********************************************************************/
/**** RESET DEI VALORI DI DEFAULKT DEI BROWSER ***********************/
/*********************************************************************/

html
{
    color: #000;
    background: #FFF;
    word-wrap: break-word;
    /*word-break: break-all;*/
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote
{
    margin: 0;
    padding: 0;
}

tt, code, kbd, samp {
    font-family: monospace;
}

i, cite, em, var, address, dfn {
    font-style: italic;
}

.bigStyle
{
    font-size: 110%;
}

.marker
{
    background-color: Yellow;
}

fieldset, img
{
    border: 0;
}
/*
h1, h2, h3, h4, h5, h6, table, tr, td, th, p
{
    font-size: 100%;
    font-weight: normal;
}*/

abbr, acronym
{
    border: 0;
    font-variant: normal;
}

sup
{
    vertical-align: baseline;
}

sub
{
    vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend
{
    color: #000;
}

input, button, textarea, select, optgroup, option
{
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select
{
    font-size: 100%;
}

img
{
    -ms-interpolation-mode: bicubic;
}




/*********************************************************************/
/**** STRUTTURA MAGIC DESIGNER ***************************************/
/*********************************************************************/

#formid_intestazione1
{

}

#formid_intestazione1 .intestazione
{

}

#formid_intestazione2
{

}

#formid_intestazione3
{
    border-top: 1px dashed #D6E0DE;
}

#corpo
{

}

#formid_sx
{

}

#formid_dx
{

}

#formid_centro
{

}

#formid_fondo1
{

}

#formid_fondo2
{

}

#formid_fondo3
{

}

#formid_allineaFondo
{
    clear: both;
}
/*needed to make room for footer*/

/*classe che nasconde tutto ciò che serve per l'altocontrasto*/
/*che però non si deve vedere nel portale*/
.fortecontrasto
{
    display: none;
}

* > html #formid_allineaFondo
{
    float: left;
    width: 100%;
}


#boxTotale input[type=checkbox], #boxTotale input[type=radio] {
    width: auto !important;
}


/**************************************************************/
/***************** BANNER ISTANTE ONLINE *********************************/
/****************************************************************/

.banner-istanze-container .banner {
    vertical-align: top;
	margin-left: -3px;
}

.banner-istanze-container .panel.panel-default {
    /*overflow: hidden;*/
    box-shadow: none;
    border: none;
    margin: 14px 0
}

.banner-istanze-container .panel-default .panel-body {
	position: relative;
    padding: 0;
}

.banner-istanze-container .panel-default .panel-body .figure {
        width: 100%;
        height: 120px;
        overflow: hidden;
        border: 1px solid #ddd;
        box-shadow: 2px 2px 4px #ccc;
    }

    .banner-istanze-container .panel-default .panel-body .figure span {
	    position: relative;
            display: block;
            width: 100%;
            height: 120px;
            background-size: cover;
            background-position: center center;
        }

        .banner-istanze-container .panel-default .panel-body .figure span img {
                width: 100%;
                height: 100%;
                background-color: white;
                opacity: .1;
                transition: opacity .25s ease-in;
                -moz-transition: opacity .25s ease-in;
                -webkit-transition: opacity .25s ease-in;
            }

                    .banner-istanze-container .panel-default .panel-body .figure span img:hover {
                opacity: 0;
                transition: opacity .25s ease-in;
                -moz-transition: opacity .25s ease-in;
                -webkit-transition: opacity .25s ease-in;
            }

     .banner-istanze-container .panel-default .panel-body .content {
     	position: absolute;
     	bottom: 7px;
     	margin: 0 3%;
     	text-align: center;
     	width: 94%;
     }

            .banner-istanze-container .panel-default .panel-body .content .titolo {
    padding: 5px 2px;
    display: block;
    background-color: #FFF;
    border-radius: 0;
    font-size: 0.9em;
    font-weight: 600;
    border: 2px solid white;
    box-shadow: 0 0 2px #977702;
    color: #333;
    line-height: .8em;
    text-align: center;
}

    .banner-istanze-container .panel-default .panel-body .content .titolo a {
		color: #333;
		font-size: 1em;
		}

div#BoxHeaderContenuto {
    clear: both;
}

/* float */
.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.floatcenter {
    margin: 0 auto;
}


#boxTotale IMG.floatleft {
    float: left;
    margin: 0 !important;
    margin-right: 2% !important;
    margin-bottom: 5px !important;
    max-width: 97%;
    height: auto !important;
}


#boxTotale IMG.floatright {
    float: right;
    margin: 0 !important;
    margin-left: 2% !important;
    margin-bottom: 5px !important;
    max-width: 97%;
    height: auto !important;
}

/* immagini */
#boxTotale IMG{
    max-width: 100%;
    max-height: 100%;
    height: auto !important;
}

#boxTotale li {
    list-style-position: inside;
}

.campoEditor {
    list-style: inherit;
}

#boxTotale .risultatiRicercaStandard .paginazione li {
    width: 32.5%;
    vertical-align: top;
}

#mapgoogle {
    position: relative;
    margin: 0 auto;
    width: 99%;
    height: 500px;
    border: 1px solid #979797;
}

#directions {
    position: relative;
    width: 90%;
    margin: 0 auto;
}

#tabs .ui-state-active, #tabs .ui-widget-content .ui-state-active, #tabs .ui-widget-header .ui-state-active {
    border: 1px solid #003eff !important;
    background: #006EDB !important;
    font-weight: normal !important;
    color: #ffffff !important;
}

.has-error {
    background-color: #f2dede;
    border-color: #C00000;
}

    .has-error .form-control {
        border-color: #C00000;
    }

    .has-error .help-block {
        color: #C00000 !important;
    }

.form-group span.H4.Titolo {
    font-size: 1rem !important;
    font-weight: bold;
    margin-bottom: 0.5rem;
    padding-top: 0.5rem;
    border-bottom: 1px dashed #ddd;
    color: black;
    display: block;
}

.form-group .radioButtonGroupItem {
    display: inline-block;
    margin-right: -4px;
    padding-right: 10%;
}

    .form-group .radioButtonGroupItem input {
        margin-right: 10px;
    }

.form-group.row.text-center.recaptcha * {
    text-align: center;
    margin: 0 auto;
}


#tooltipdiv {
    border: black 1px solid;
    padding: 0 .3em;
    display: block;
    background-color: #fff;
    color: black !important;
    margin: 10px;
    width: auto;
	font-size: .8em;
    text-decoration: none;
    z-index: 1500 !important;
}

#menuEcm #tooltipdiv {
    border: black 1px solid;
    padding: 0 .3em;
    display: block;
    background: #fff no-repeat 100% 5%;
    margin: 10px;
    width: auto;
	font-size: .8em;
    text-decoration: none;
    z-index: 1500 !important;
}


#boxTotale .bold {
    font-weight: bold;
}

#boxTotale .italic {
    font-style: italic;
}

.k-scheduler-table td, .k-scheduler-table th {
    padding: 0.2em!important;
}

.k-scheduler:focus{
    border:1px dotted yellow!important;
}


.modal button.close {
    opacity: 1;
}

@media (max-width: 600px) {
.risultatiRicercaStandard {
    clear: both!important;
}
}
