#progressBar {
    background-color: #3E6FAD;
    width: 0px;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: .25s ease-out;
    -webkit-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    transition: .25s ease-out;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 0px solid #ffffff;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 0 0 rgba(0,0,0,0);
}

th.thlabel {
    padding : 8px;
    text-align: center;
}

th.thlabelR {
    padding : 8px;
    text-align: right;
}

th.thlabelL {
    padding : 8px;
    text-align: left;
}

td.listaval {
    padding : 8px;
}

td.listaval_bb {
    font-size: 10px;
    font-weight : normal;
    color : #000000;
    border-width : thin;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    padding : 8px;
}

td.listaval_bb_blue {
    font-size: 10px;
    font-weight : bold;
    color : #2489c5;
    border-width : thin;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    padding : 8px;
}

td.listaval_bb_red {
    font-size: 10px;
    font-weight : bold;
    color : #f80808;
    border-width : thin;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    padding : 8px;
}

.chkbox {
    font-size : 12px;
    font-weight : normal;
    color : #000;
}

.c_modal-lg {
    width: 450px;
}

#titmaster {
    font-size: larger;
}

th.sorting {
    padding-left: 3px;
}

.natura-prestazione {
    color: #000000;
}

.table td {	font-size: .80em; }
.table th { font-size: .85em; }
.table tr.selected td {background-color: #337ab7; color:#fff;}
#labelD { font-size: .80em; }

td.details-control {
    background: url('../img/details_open_blu.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../img/details_close.png') no-repeat center center;
}

.ui-multiselect-checkboxes span {
font-size: 0.9em;
font-weight: normal;
}
.ui-multiselect {
width: 265px !important;
min-height: 35px;
}

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
font-weight: bold !important;
}

.datepicker{ z-index:99999 !important; }

.content_img{
    position: relative;
    float: left;
    margin-right: 10px;
}

.content_img div{
    position: absolute;
    bottom: 0;
    left: 0;
    background: black;
    color: white;
    margin-bottom: 5px;
    font-family: sans-serif;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s, opacity 0.5s linear; 
    transition: visibility 0s, opacity 0.5s linear;
}

.content_img:hover{
    cursor: pointer;
}

.content_img:hover div{
    width: 150px;
    padding: 8px 15px;
    visibility: visible;
    opacity: 0.7; 
}

.fa-internet-explorer {
    font-size: large;
    margin-right: 20px;
}

.overlaymsgerror {
    display: show;
    position: absolute;
    top: 90px;
    left: 230px;
    width: 50%;
    height: 30%;
    background: rgb(249, 10, 10);
    box-sizing: border-box;
    padding: 10px;
    color: #fff;    
}

.chkboxrinnovo {
    font-size : 12px;
    font-weight : bold;
    color : red;
}
