/*.form_label {
    min-width: 100px;
}*/

span.required {
    color: red;
}

.testoAllineatoADestra {
    text-align: right;
}

.laraDate {
    text-align: center;
}

.form-group {
    margin-bottom: 0;
}

/*
.pulsantieraForm {
    overflow: auto;
}

.form_button_div {
    float: left;
    margin-right: 4px;
}

.form_row .form_errors {
    float: left;
    margin: 0 4px 4px 0;
    padding: 0;
    color: red;
}

.form_row.errors {
    border: 1px solid red;
    padding: 2px;
}

.form_row.errors li {
    list-style-type: none;
    padding:0;
    margin:0;
}*/
/*.form_label {
    min-width: 100px;
}*/

span.required {
    color: red;
}

.testoAllineatoADestra {
    text-align: right;
}

.laraDate,
.laraDateTime {
    text-align: center;
}


/* OVERRIDE DI BOOTSTRAP */
.form-group {
    margin-bottom: 0;
}

/*.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 5px;
    padding-right: 5px;
}*/

body {
    line-height: 1;
}

input[type="radio"], input[type="checkbox"] {
    margin-top: 0px;
}



/* FACCIO IL MENU PIU' MARCATO !'*/
.navbar-default .navbar-nav > li > a {
    color: #000;
    font-weight: bold;
}
.navbar-default .navbar-brand {
    color: #009ef8;
    font-weight: bold;
}




/* FINE OVERRIDE DI BOOTSTRAP */

#logoAgenziaAFI {
    float: left;
    height: auto;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-right: 8px;
    margin-top: -15px;
    width: 50px;
}


.noMarginBottom {
	margin-bottom: 0;
}
.noMarginTop {
	margin-top: 0;
}

.spaziatagiu-10px {
    margin-bottom: 10px;
}
.spaziatagiu-20px {
    margin-bottom: 20px;
}

.spaziatasu-10px {
    margin-top: 10px;
}
.spaziatasu-20px {
    margin-top: 20px;
}



.scambiaBisibileSoloSuHover .elementoVisibileSoloSuHover {
	opacity: 0;
}
.scambiaBisibileSoloSuHover:hover .elementoVisibileSoloSuHover {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}


/*MONETARIO DIVISO*/
.monetariodiviso input {
    text-align: right;
}
.monetariodiviso .row {
    margin-left: -2px;
    margin-right: -2px;
}



/* SPINNING ICON 

    http://jsfiddle.net/chadkuehn/1twpzLz8/

*/
.fa-spin-custom, .glyphicon-spin {
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
/*
    #contenitore {
        margin: 50px auto;
        width: 260px;
        height: 62px;
        text-align: center;
        line-height: 400px;
        color: whitesmoke;
        background: url("../img/logo.png") no-repeat scroll 50% 0 transparent;
        font-weight: bold;
        font-size: large;
    }
*/

    
/*.avvisoHeader {
	color: white;
	background-color: red !important;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;        
}*/
.immagineMediaAnagrafica {
	max-height: 70px;
	max-width: 70px;
}				

body {
    background: none repeat scroll 0 0 #F5F5F5;
}

.form-group {
    margin-bottom: 15px;
}

#login {
    margin: 100px auto;
    width:300px;
}

#titolopanellogin {
    font-weight: bold;
}

#logoafi {
    height: 120px;
}