/**********************/
/***** Box filtri *****/

/* Dimensione minima box filtri */
ul.filterValues {
    overflow: auto !important;
    min-width: 200px;
    min-height: 70px;
    background-color: rgb(231, 231, 231) !important;
    padding-top: 10px !important;
    padding-left: 10px !important;
}

ul.filterValues li {
    margin-bottom: 3px;
}

ul.filterValues li.date span {
    color: black;
    min-width: 40px;
    display: inline-block;
}

ul.filterValues li.date input.calendar {
    width: 80px;
}

ul.filterValues li.date img {
    width: 22px;
    vertical-align: bottom;
}

ul.filterValues li a.filterNow {
    border: 1px solid black;
    margin-top: 10px !important;
    width: 70px;
    padding: 2px;
    background-color: #d7edfd;
    color: #273e50 !important;
}

/*********************************************/
/***** Scrollbar orizzontale / verticale *****/

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 12px;
    height: 11px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #a5a5a5;
}

/* Sul contenuto, scrollbar visibili solo se necessario */
#content .rightColumn {
    overflow-y: auto;
    overflow-x: auto;
}

/* Campi disabilitati */
input[type="text"]:disabled, select:disabled, textarea:disabled {
    background: #f7f7f7;
}

/* FILES */
table.listTable {
    width: 100%;
    margin: 5px auto;
    border-spacing: 1px 0;
}

table.listTable {
    cursor: default
}

table.listTable thead tr th {
    padding: 5px;
    background: #0066B3;
    color: #fff;
    cursor: pointer;
    line-height: 16px;
}

table.listTable thead tr th:hover {
    background: #404041;
    color: #FFF
}

table.listTable.reportTable th.filterField ul.filterValues {
    max-height: 270px;
    overflow: scroll;
    padding: 5px;
    position: absolute;
    z-index: 555;
    width: auto;
    background-color: #DDD;
    border: 1px solid #404041;
}

table.listTable.reportTable th.filterField ul.filterValues li label {
    color: #111;
    padding: 2px;
}

table.listTable.reportTable th.filterField ul.filterValues li a.filterNow {
    text-align: center;
    color: #0066B3;
    margin: 0 auto;
    display: block;
}

@font-face {
    font-family: 'Dosis';
    src: url('/css/Dosis/Dosis-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-smooth: always;
}

@font-face {
    font-family: 'Dosis';
    src: url('/css/Dosis/Dosis-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-smooth: always;
}

label,
input,
button,
select,
textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    font-family: 'Dosis', sans-serif;
}

ul {
    list-style: none;
}

a img {
    border: 0;
}

.posLeft {
    float: left;
}

.posRight {
    float: right;
}

.Clear {
    clear: both;
    height: 10px;
    overflow: hidden;
}

.modalWindowInlineContent {
    display: none;
}

.textCenter {
    text-align: center;
}

.textRight, td.inputTextRight {
    text-align: right;
}

.ten {
    height: 10px;
}

.loader {
    position: absolute;
    left: 43%;
    top: 35%;
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid blue; /* Blue */
    border-bottom: 16px solid blue;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

.overlay {
    background-color: rgba(1, 1, 1, 0.7);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.fa-bell {
    text-align: center;
}

.ui-widget-header {
    /*border: 1px solid #0066B3 !important;*/
    background: #0066B3 !important;
    color: #ffffff !important;
    font-weight: bold;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #ffffff 50% 50% repeat-x !important;
    color: #212121 !important;
}

.ui-state-active a, .ui-state-active a:link {
    color: #212121 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #BEBEBE;
    font-weight: normal;
    color: #454545;
}

.ui-tabs .ui-tabs-nav li {
    width: 33%;
    text-align: center;
}


.ui-icon-closethick {
    background-position: -95px -125px !important;
}

.column-icon {
    width: 20px;
    text-align: center;
}

.ui-widget {
    font-family: 'Dosis', sans-serif !important;
    font-size: 1em;
}

.ui-widget-header .ui-icon {
    background-image: url("../jqueryUi/images/ui-icons_444444_256x240.png");
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 33%;
    left: 43%;
    margin-top: -8px;
    margin-left: -8px;
}

.noPadding {
    padding: 0 !important;
}

.msg-box {
    background-color: #ff8566;
    margin: 15px auto 0 auto;
    width: 900px;
    padding: 10px 0;

    color: white;
    font-size: 110%;
    font-weight: 600;

    border: 2px solid red;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.msg-box p {
    text-align: center;
}


