/* Add Google WebFonts */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

/*Temporanemante eliminato*/
/*@import url(responsive.css);*/


*{margin: 0px; padding: 0px;border-spacing: auto;}



html, body{
	height: auto;
	width: 100%;
	font-family: Arial, sans-serif;
	background-color: #f9f9f9;

	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	color: #333;
	font-size: 100%;
}

::selection {
    background: #DEDEDE; /* Safari */
}
::-moz-selection {
    background: #DEDEDE; /* Firefox */
}

input:focus {
 outline:none;
}


div#wrapper{
	min-height: 100%;
	/* [disabled]width: 960px; */
	margin: 0px auto;
	position: relative;
}




.logo {
	float: left;
	position: relative;

}

.logo img {
height: 4.4em;
}

.credits {
color: #a2a2a2;
text-align: center;
padding: 1em;
font-size: 0.8em;
}

.btn, table.css_grid input[type="button"] {
border-style: none;
	/*border-color: inherit;*/
	/*border-width: medium;*/
	/*margin: 5px 0px;*/
	/*padding: 1em 4em;*/
	text-transform: uppercase;
	color: white;
	background-color: #1A1A1A;
	position: relative;
	cursor: pointer;
	font-weight: 600;
	font-size: 0.8em;
	font-family: 'Open Sans', sans-serif;
	height:35px;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	top: 1px;
	left: 0px;
}
    .btn.btn-secondary:hover {
        background:black;
        color:white;
    }

        .name_login {
    color: #1a1a1a;
    font-weight: 600;
}

.login_dati {
float: right;
position: relative;
width: 88%;
text-align: right;
overflow: hidden;
font-size: 1em;
}

.css_grid_invisible 
{
    display: none;
    }
	
@media screen and (max-height: 480px) {

/*
.login_dati {
font-size: 0.8em;
}

.titolo_multitabella {
font-size: 0.6em;
}*/


 }
 
.ajax__calendar_days table tr td, .ajax__calendar_months table tr td, .ajax__calendar_years table tr td { padding:0; margin:0; } 


.Titolo {
    color:darkorange;
}

.modal1 .modal1-content {
    position: absolute;
    background: white;
    z-index: 99;
    width: 40%;
    left: 0px;
    right: 0px;
    margin: auto;
    padding: 10px;
    top: 10%;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 5px 5px 20px rgba(0,0,0,0.5);
    -webkit-box-shadow: 5px 5px 20px rgba(0,0,0,0.5);
    box-shadow: 5px 5px 20px rgba(0,0,0,0.5);
}

.background-modal1 {
    background-color: rgba(0, 0, 0, 0.62);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0px;
    left: 0px;
    text-align: center;
}

.modal1-content table tr td {
    padding: 7px;
    font-size: 13px;
    line-height: 18px;
    color: #666;
}

.btn.chiudi {
    background: #1A1A1A;
    font-size: 20px;
    padding: 5px 15px;
    margin: 0px;
    float: right;
    position: relative;
    z-index: 9
}

.checkbox label {
    width: 150px;
    text-align: right;
    float: left;
}

.checkbox input {
    margin-left: 16px;
    float: right;
}

.button-width {
    width: 218px;    
}

.label-font {
    font-size: large;
    font-weight: normal;
}

.checkbox-label {
    font-size: large;
    font-weight: normal;
    margin-top: 42px;
}

.checkbox-label-top {
    font-size: large;
    font-weight: normal;
}

.row-flex-end {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    margin-right: 114px;
}

.row-margin {
    margin-left: -15px;
    margin-right: -15px;
}

.m-top-3 {
    margin-top: 2px!important;
}

.m-top-28 {
    margin-top: 28px;
}

.m-top-18 {
    margin-top: 18px;
}

.m-top-6 {
    margin-top: 6px;
}

.m-top-4 {
    margin-top: 4px;
}

.m-left-94 {
    margin-left: 94px;
}

m-right-20 {
    margin-right: 20px!important;
}

.button-height-45 {
    height: 45px;
}
/*
    Style HR. Info:
    https://bootsnipp.com/snippets/l1vZa 
*/

hr.style1 {
    border-top: 1px solid #8c8b8b;
}


hr.style2 {
    border-top: 3px double #8c8b8b;
}

hr.style3 {
    border-top: 1px dashed #8c8b8b;
}

hr.style4 {
    border-top: 1px dotted #8c8b8b;
}

hr.style5 {
    background-color: #fff;
    border-top: 2px dashed #8c8b8b;
}


hr.style6 {
    background-color: #fff;
    border-top: 2px dotted #8c8b8b;
}

hr.style7 {
    border-top: 1px solid #8c8b8b;
    border-bottom: 1px solid #fff;
}


hr.style8 {
    border-top: 1px solid #8c8b8b;
    border-bottom: 1px solid #fff;
}

    hr.style8:after {
        content: '';
        display: block;
        margin-top: 2px;
        border-top: 1px solid #8c8b8b;
        border-bottom: 1px solid #fff;
    }

hr.style9 {
    border-top: 1px dashed #8c8b8b;
    border-bottom: 1px dashed #fff;
}

hr.style10 {
    border-top: 1px dotted #8c8b8b;
    border-bottom: 1px dotted #fff;
}



/*Fine style hr*/


/*Tabelle accavallate*/


.row.tabacv .btn {
    padding: 8px 6px;
    font-size: 14px;
    line-height: 11px;
    height: auto;
}



@media (max-width: 1600px) {
    .row.tabacv .col-md-4, .row.tabacv .col-md-8 {
        width: 100%;
    }

}


/* Stile per forzare il margine sotto una determinata larghezza dello schermo 
    Se necessario modificare il parametro max-width per stabilire il limite
*/
@media (max-width: 1034px) {
   .gts .row {
        margin-left: 0px;
        margin-right: 0px;
    }
}