@charset "utf-8";
/* ----- AXEL CLOUD ---------------------------------- */
* {
    box-sizing: border-box;
    margin:0;
    padding:0;
}
html, body {
    width: 100%;
    height: 100%;
    background-color: #e7e7e7;
}
body {
    font-family: 'Overpass', sans-serif;
    font-size: 10pt !important;
}
img {
    border: 0;
}
/* Change the white to any color ;) */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #d0d0d0 inset;
}
/* --- HOME --- */
#containerHome #logo {
    height: 110px;
    background: url("../img/logo.png") no-repeat center;
    background-size:contain;
}
#wrapperHome {
    width: 400px;
    margin:40px auto;
    border:1px solid #bcbcbc;
    padding: 30px 30px 50px 30px;

}
form#loginForm > div > input {
    height: 40px;
    margin: 10px 0;
    padding: 10px;
    background: #d0d0d0;
    border: 1px solid #8b8b8b;
    font-size: 11pt;
}
#wrapperHome div#loginSubmit input {
    width: 100%;
    height: 40px;
    margin: 25px 0;
    padding: 10px;
    border: 1px solid #3d78b0;
    background: #3d78b0;
    color: #ffffff;
    font-size: 11pt;
}
#wrapperHome #liks , #wrapperHome #liks a{
    color: #3d78b0!important;
    margin-top: 10px;
}
#wrapperHome #linksRegistrazione , #wrapperHome #linksRecupera {
    width: 49%;
    float: left;
}
#wrapperHome #linksRegistrazione {
    text-align: left;
    border-right: 1px solid #8b8b8b;
}
#wrapperHome #linksRecupera {
    text-align: right;
}
hr {
    /*border-top: 1px solid #e30713;*/
}

/* ---  STD --- */
#container {
    width: 100%;
    margin: auto;
    padding: 10px;
}
.padding {
    padding: 10px;
    float: left;
    width: 715px;
}
header #logo {
    height: 110px;
    width: 980px;
    margin: 10px 20px;
    background: url("../img/logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-size:contain;
}
header #logout {
	position: absolute;
	right: 30px;
	top: 30px;
}
/* --------------------- UPDATE -------------- */
#tableContainer {
    float: left;
    width: calc(80% - 10px);
    margin: 0 0 0 10px;
    min-height: 67px;
}
.shadow {
    -webkit-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.75);
}
div.formStyle {
    margin: 0 !important;
}

tr:nth-child(odd) , tr.odd td.sorting_1 {
    background-color: #a0a0a0 !important;
}
tr:nth-child(even) , tr.even td.sorting_1  {
    background-color: #CCCCCC !important;
}
.dataTables_info , .paging_full_numbers{
    border-bottom: 1px dotted #AAAAAA!important;
}


/*.underlineHover {*/
    /*display: inline-block;*/
    /*color: #000;*/
    /*text-decoration: none;*/
/*}*/
/*.underlineHover::after {*/
    /*content: '';*/
    /*display: block;*/
    /*width: 0;*/
    /*height: 2px;*/
    /*background: #bf0000;*/
    /*transition: width .3s;*/
/*}*/

/*.underlineHover:hover::after {*/
    /*width: 100%;*/
/*transition: width .3s;*/
/*}*/

.separator{
    height: 1px;
    width: 100%;
    border-bottom: 1px dotted #CCCCCC;
    margin: 10px 0;
}
footer {
    width: 100%;
    clear: both;
    float: left;
    margin: 20px 0;
    padding: 10px;
    text-align: center;
    background: #f5f5f5;
    position: absolute;
    bottom: 0;
}

/* CUSTOM */
div.formStyle h1 {
    font-size: 10pt;
    background-image: none;
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #c1372a ;
    color: #ffffff;
}
div.formStyle form label {
    text-align: left;
}
div.formStyle form input {
    width: calc(100% - 170px);
}
div.formStyle form div.text {
    padding: 0 5px;
    background-color: #d0d0d0;
}
div.formStyle div.pulsantiera {
    background: none;
    border: none;
    text-align: right;
}

div#guiBtnBar{
    padding: 0!important;
    border: none;
}
a.guiBtn {
    width: auto;
    height: 30px;
    line-height: 30px;
    margin-right: 20px;
    padding: 5px 30px;
    border: 1px solid #979797;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 8pt;
    text-transform: none;
    text-decoration: none;
    color: #000;
    background-repeat: no-repeat;
    background-position: 6px center;
    background-color: #d0d0d0;
    white-space: nowrap;
}
.btnNuovo {
    background-image: none;
}
.btnEdita {
    background-image: url(../img/ico-edit@16px.png) !important;
}
.dataTables_wrapper {
    position: relative;
    clear: both;
    background-image: none;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #c1372a;
    color: #ffffff;
    border: 1px solid #aaaaaa;
}
#dtAxUtentiCentrali tfoot{
    display: none;
}
.dataTables_paginate, .paging_full_numbers {
    color: #000000;
}
.pulsantiera button {
    height: auto;
    padding: 5px;
    background: #3d78b0;
    border: none;
    color: #ffffff;
    width: 150px;
    font-weight: 200;
    font-size: 10pt;
    border-radius: 0;
}
.ui-button-icon-primary {
    display: none;
}
.ui-button-text-icon-primary .ui-button-text{
    padding: 0;
}
.dataTables_info, .paging_full_numbers {
    border-bottom: none!important;
}
table.display {
    border: none;
    width: calc(100% + 1px);
}
table.display thead tr , table.display tfoot tr{
    background-image: none;
    background-repeat: repeat-x;
    background-position: center;
    background: #eeeeee !important;
}
.paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active {
 border-radius: 0;
    padding: 5px;
    margin-top: 5px;
}
.dataTables_paginate, .paging_full_numbers , .dataTables_info {
    padding: 5px 0;
}
table.display td, table.display th {
    border-right: 1px solid #CCCCCC;
}
.dataTables_length {
    border-left: none;
}
.paginate_button.current {
    background: #c1372a!important;
    color: #ffffff;
}
.paging_full_numbers a.paginate_button {
    background: none;
}

div.ico-dt {
    text-align: center;
}
div.ico-dt img {
    width: 24px;
}


/* -------- LOGIN -------- */
form#loginForm > div > input {
	width: 100%;
}

div#menuUser ul {
    list-style: none;
}
div#menuUser a {
    line-height: 32px;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
div#menuUser a:hover {
    text-shadow:#5f5f5f;
}
ul#menuUser {
    width: 100%;
	float: left;
	line-height: 20px;
}
ul#menuUser a {
    display: inline-block;
    width: 100%;
    padding: 5px;
    color: #FFFFFF;
	text-decoration: none;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
ul#menuUser a:hover{
    background: #c1372a;
}
ul#menuUser a.active{
    background: #c1372a;
}
div#loginSubmit input {
    display: block;
    padding: 5px;
    margin-top: 10px;
    cursor: pointer;
}
#btnUser {
    color:#ffffff;
}