
/* 
    Created on : 20-mag-2015, 19.08.49
    Author     : Massimiliano
*/
:focus{
    outline: none;
}

.color-span{
    padding: 4px;
    border-radius: 4px;
}

.form-control, .ui-inputfield, .ui-state-default, .btn {
    border-radius: 2px !important;
}

h4.heading-title {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    color: #337ab7;
}

.big-label{
     line-height: 2;
     font-size: 16px;
}
table.big-table td {
    padding: 10px !important;
    font-size: 14px;
}
table.big-table th {
    font-size: 14px;
}
.btn-big {
    margin-bottom: 10px;
    margin-right: 5px;
    width: 100%; 
    padding: 15px; 
    font-size: 16px !important;
}
.alert-warning{
    background-color: rgba(252, 240, 230, 1);
    border-left: 5px solid #f0ad4e !important;
    color: #f0ad4e;
}

.oplaTitle{
    color:white;
    font-family:
        'Dancing Script',cursive;
    letter-spacing: 3px;
    font-size: 26px;
    vertical-align: middle;
}
.oplaTitle:link, .oplaTitle:hover{
    text-decoration: none;
    color: white !important;
}

.tooLong .ui-cell-editor-output {
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rscIcon{
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
    margin-bottom: 3px;
}
.carousel{
    width: 100% !important;
}

.tooLong{
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tooLongManyMenu table{
    table-layout: fixed;
}

.tooLongManyMenu td:nth-of-type(1){
    width: 20px;
}

.tooLongManyMenu td:nth-of-type(2){
    text-align: left;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-area{
    width: 100%;
    max-height: 300px;
    overflow-y: auto !important;
}

header{
    /* padding-top: 40px; */
}

.bottom{
    text-align: center;
    margin: 10px 0px 0px 0px;
}
#fs_comp{
    display: none;
}

#main-header{
    position: relative;
}
.home-wrapper{
    position: relative;
    background-color: rgba(255,255,255,0.5);
    height: 100%;
    border-radius: 8px;
    padding: 20px;
    -webkit-box-shadow:  inset 0px 0px 2px 1px #fff;
    box-shadow:  inset 0px 0px 2px 1px #fff;
    overflow: auto;

}
.project,.insegnamento,.registro{
    transition: box-shadow 0.5s;
    -moz-transition: box-shadow 0.5s;
    -o-transition: box-shadow 0.5s;
    -webkit-transition: box-shadow 0.5s;
    /*  box-shadow: 2px 2px 3px #a8a8a8;
      -webkit-box-shadow:2px 2px 3px #a8a8a8 ;
      -moz-box-shadow: 2px 2px 3px #a8a8a8 ;*/
    box-shadow: none;
    border-radius: 3px;
    padding: 20px 0px;
    margin-top: 20px;
    text-align: center;
}
.project:hover,.insegnamento:hover,.registro:hover{



    box-shadow: 2px 2px 3px #484848;
    -webkit-box-shadow:2px 2px 3px #484848 ;
    -moz-box-shadow: 2px 2px 3px #484848 ;
}
.news{
    width: 100%;
    display: inline-block;
    /*  box-shadow: 1px 1px 1px #484848 ;
       -webkit-box-shadow:1px 1px 1px #484848 ;
       -moz-box-shadow: 1px 1px 1px #484848 ;*/
    padding: 5px 5px 15px 5px;
    border-radius: 3px;
    margin-top: 15px;
    text-align: center;
    background-color: rgba(255,255,255,0.5);
}
.project a,.insegnamento a,.registro a{
    font-size: 30px;
    color:white;
    display: inline-block;
    width: 100%;
    font-family:
        'Dancing Script',cursive;
    letter-spacing: 3px;
}
.project a:hover,.insegnamento a:hover,.registro a:hover{
    text-decoration: none;
}
.project-color{
    background-color: #337ab7 !important;
}
.insegnamento-color{
    background-color: #5C415D !important;
}
.registro-color,.fc-event{
    background-color: #B84A62 !important;
}
.reporting-color{
    background-color: #008c34 !important;
}

.reporting::before {
    background-image: url("/liguria_digitale/javax.faces.resource/img/scpattern.jpg.xhtml?ln=v1");
    content: "";
    opacity: 0.04;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}

.reporting .jqplot-title{
    color: #333;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.oplaometro .jqplot-title{
    font-size: 34px;
    font-family: 'Dancing Script', cursive;
}

.center{
    left:0;
    height: 100%;
    right:0;
    position: absolute;
    padding-bottom: 55px; /*same as footer height */
    padding-top: 75px;
}
.registered{
    /* vertical-align: top; */
    text-align: center;
    margin-top: 100px;
    height: 100%;
}

.loginContainer {
    background-color:  rgba(0,76,153,0.2);
    border-top: 5px solid #0081c2;
    border-bottom: 5px solid #0081c2;
    border-radius: 0px;
    font-size: 16px;
}

.loginContainer input {
    padding: 6px;
    font-size: 14px;
    width: 100%;
}

.big-calendar {
    font-size: 18px;
}

.big-calendar > input {
    width: 100%;
    margin-bottom: 10px;
}

.loginContainer .btn {
    font-size: 14px !important;
    min-width: 100px;
}

.login-opla {
    text-align: center;
    font-family: 'Dancing Script',cursive;
    font-size: 70px;
    letter-spacing: 3px;
    margin:35px 0 35px 0;
}

.sidenav-footer a{
    color: white;
    text-decoration: underline;
    font-size: 12px;
}

.login-select {
    width: 100% !important;
}

.login-select label{
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 6px;
    font-size: 14px;
}

.login-select span.ui-icon.ui-icon-triangle-1-s.ui-c{
    margin-top: 7px;
}

.login {
    font-size: 14px;
    padding: 10px;
}

.registerContainer{
    margin:auto;
    float:none !important;
    background-color:  rgba(0,76,153,0.2);
    border: 3px groove #0081c2;
}
.memetic{
    height: 25px;
}

footer{
    position: absolute;
    bottom: 0px;
    width:100%;
    height: 100px;
    background-color: #222;
    border-color: #080808;
    margin-top: 20px;
    padding: 15px 10px 15px 10px;
    border-width: 1px 0 0;
    border-style: solid;

}

.cont{
    overflow: auto;
    position:relative; 
    width: 100%; 
    height: auto !important;
    height: 100%;
    min-height:100%;
}

.left{
    text-align: left;
}
.right{
    text-align: right;
}
@media (max-width: 640px){
    .right{
        text-align:left;
    }
    .default .ui-panelgrid-cell:last-of-type{
        padding-left: 0px;
    }
}

.right>label{
    vertical-align: sub;
}

.messageSum{
    color: #990000;
    width: 100%;
    text-align: center;
    display: block;
}
/*url("/ProgettiDidattici/javax.faces.resource/img/pattern.png.xhtml?ln=v1");
*/
body,html {
    height: 100%;
    background-image: url("/liguria_digitale/javax.faces.resource/img/pattern.png.xhtml?ln=v1");
    font-family: 'Roboto', sans-serif; 
    font-weight: 400;
}

.navigation{
    padding:4px !important;
    border-radius: 3px;
    background-color: rgba(0,0,0,0.1);
    margin-top: 10px;
    margin-bottom: 10px;
}
.navigation .row{
    margin:10px 0px;
}
.ui-galleria-panel-wrapper{
    text-align: center;
}
.remove-x{
    color:#990000;
}
legend{
    width:auto;
    font-size: 16px;
}

.strongLabel{
    color: #666666;
    font-style: italic;
    font-size: 14px !important;
}

.big{
    font-size: 18px;
}

.resourceBox{
    /*background-color: #ffc072;
    border-radius: 5px;*/
    padding:10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.formInline{
    overflow: auto;
    display: block;
    margin-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
    /* width:100%; */
}

.bold{
    font-weight: 700;
}


.customTextArea{
    width:100%;
    overflow-y: auto;
    resize:vertical;
}

/*
custom primefaces steps
*/
.ui-steps .ui-steps-item {
    width: 24%;
}

.ui-steps.custom {
    /*  //  margin-bottom: 30px;*/
}

.ui-steps.custom .ui-steps-item .ui-menuitem-link {
    height: 10px;
    padding: 0 1em;
}

.ui-steps.custom .ui-steps-item .ui-steps-number {
    background-color: #0081c2;
    color: #FFFFFF;
    display: inline-block;
    width: 30px;
    border-radius: 10px;
    margin-top: -10px;
    margin-bottom: 10px;
}

.color.ui-state-active{
    color:white;
    text-shadow: none !important;
}

.ui-accordion .ui-accordion-header.ui-state-default{
    border: 1px solid #999;
}

.noheader>thead{
    display:none;    
}
.noborders>tbody{
    border:none !important;
}

.noheaderinner>thead{
    display: none;
}

.ui-datagrid-content-empty, .ui-datatable-empty-message {
    min-width: 400px;
    padding: 15px !important;
    margin-bottom: 10px;
    border-radius: 3px;
    overflow: auto;
    border-left: 5px solid #f0ad4e !important;
    color: #f0ad4e;
    background-color: rgba(240,173,78,0.1);    
    border: 1px solid #faebcc;
}

tr.ui-datatable-empty-message:hover{
    background-color: rgba(240,173,78,0.1); 
}
.noborders{
    border: none !important;
    border-width: 0 !important;
    border-style: none !important;
}
.noborders>.ui-widget-content{
    border: none;
}


.ui-expanded-row-content>td{
    padding:0 29px 0 29px !important;
}

.ui-autocomplete-multiple-container{
    width: 100% !important;
}

.tabRisorse .ui-tabs-panel{
    padding:0px !important;
}

.tableRubric .ui-state-highlight{
    background-image: none !important;
}

.summary{
    margin-top: 10px;
}
.projectTable>.ui-datalist-content, .projectTableRight>.ui-datalist-content, .summary>.ui-datalist-content{
    overflow: auto;
    max-height: 280px;
}

.projectInfo{
    width:100%;
}
.projectInfo label{
    margin-bottom: 0px;
}
.projectInfo tr.ui-widget-content > td:first-of-type{
    padding: 10px;
    text-align: right;
}

.leftInfo{
    width:220px;
}
.prjInfo img{
    max-width: 100%;
}
.helpericon{
    vertical-align: top;
    width: 16px;
    height: 16px;
    background-image: url("/liguria_digitale/javax.faces.resource/img/info.png.xhtml?ln=v1") !important;
    background-size: 16px 16px;
    cursor: pointer;
}

.gridComp>.ui-datagrid-content{
    border:none;
}
.gridComp td{
    padding: 1px !important;

}

.columnTop td{
    vertical-align: top;
    padding: 1px !important;
    width: 33%;
}
.panelGeneralComp-active{
    overflow: auto;
}
.panelGeneralComp-active:hover{
    border:1px solid #0a9344;
    cursor: pointer;
    background-color: #d5ffe7;
}
.panelGeneralComp-inactive>.ui-widget-content{
    color: #999999;
}

.panelGeneralComp-active>.ui-panel-content,
.panelGeneralComp-inactive>.ui-panel-content{
    padding: 1px 1px 1px 3px !important;

}

.gridComp .ui-datagrid-content-empty{
    font-size: 14px;
    font-weight: bold;

}

.selectedComp{
    max-height: 200px;
    overflow: auto;
}

.validDrag{
    background-color: #09b924 !important;
    color: green !important;
}

.dragHint{
    color: #990000;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    margin: 10px 0 10px 0;
}

.iconLevel{
    float: right;
    padding: 2px;
    border-radius: 1px;
    margin-left: 2px;
}
.iconLevel:hover,.helpericon:hover{

    background-color: #ddd;
}
.iconLevel:focus{
    outline: none;
    border:none;
}

.selectedComp li {
    position: relative; 
}

.comp,.abil,.cono{
    vertical-align: top;
    padding: 1px !important;
    width: 33%;
}

.selectedComp li {
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 2px;
    margin-right: 4px;
}

.selectedComp li:first-child{
    margin-top: 4px;
}


.selectedComp.dialog .ui-widget-content{
    border:none;
}

.ui-dialog.dialog{
    width: auto !important;
    max-width: 70% !important;
    max-height: 600px !important;
    overflow: auto;
}

.insegnamentiTable{
    width: 100%;
    max-height: 500px;
    overflow: auto;
}

.nopad td{
    padding: 1px !important;
}
.colModulo{
    border:1px solid #dddddd !important;
    word-wrap: break-word;
    word-break: break-all;
}


.centered{
    text-align: center !important;
}

.label{font-size: 14px !important;}

.commands{
    /* float: right; */
    /* clear: both; */
    margin-bottom: 20px;
    margin-top: 10px;
    /* text-align: right; */
    width: 100%;
}
.emptyCell{
    background-color: #c4e7c7;
}

.invalidCell{
    background-color: rgba(200,200,200,0.5);
}

.warnCell{
    background-color: rgba(255,255,153,1);
}

.highlight{
    background-color:#258d1f !important;
}

td.primaryCell{
    background-color: rgba(51,122,183,0.4);
    border-right-color: #ddd !important;
}
tbody td.hiddenCell{
    border: none !important;
}

.tableMargin{

    padding-bottom: 10px;
}

.menuGestione li:nth-of-type(8),.menuGestione li:nth-of-type(9){
    float:right !important;
}


.ore{
    cursor: pointer;
    font-weight: 900;
    color: #0a9344;
}

.invalidTotal{
    color: rgb(204,0,0) !important;
    font-weight: bold;

}
.selectTipo{
    display: inline-block;
    vertical-align: middle;
    min-width:200px;
}

.validTotal{
    color: green !important;
    font-weight: bold;
}

.inCorso{
    background-color: #A3D7A3;
}

.inCorso:hover{
    background-color: #7FC77F;
}
.Terminato{
    background-color: #EFBAB8;
}
.daIniziare{
    background-color: #FAE3C2;
}
.Terminato:hover{
    background-color: #E27D79;
}

.daIniziare:hover{
    background-color: #F2B263;
}


.gruppoDiv{
    padding: 10px;
    border-radius: 4px;
    background-color:rgba(5,129,200,0.5);
    text-align: center;
    border:1px solid #0c486b;
}

.ui-picklist{
    margin-left: auto;
    margin-right: auto;
}

.ui-picklist-target td, .ui-picklist-source td{
    text-align: left;
}

.ui-picklist table{
    width: auto !important;
    border-collapse: separate !important;
    border-spacing: 5px 0px;
}

.ui-picklist table td{
    padding-right: 5px;
}

.ui-wizard{
    background-color: rgba(66,139,202,0.1);
    border-radius: 4px;
    padding: 5px !important;
}

.roboto{
    font-family: 'Roboto', sans-serif;font-weight: 400;
    font-size: 16px;
}

/*
MACROFASI FORMAT
*/

.M1{
    background-color: #66ffff;
}
.M2{
    background-color: #ff9900;
}
.M3{
    background-color: #ffff66;
}
.M4{
    background-color: #ab5a5a;
}

.topbar-full .notificationPanel{
    left: -350px;
}
.notificationPanel {
    position: absolute;
    top: 37px;
    left: -140px;
    width: 400px;
    display: none;
    background-color: rgba(0,0,0,0.6);
    z-index: 100;
    border-radius: 3px;
    border: 1px solid #0c486b;
    padding: 5px;
    overflow: auto;
    max-height: 600px;
}

@media(max-width:768px){
    .notificationPanel{
        left: -220px;
    }
}

.piano .ui-panelgrid-content{
    border:none;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: transparent;
}

.piano .ui-panelgrid-cell{
    padding: 2px !important;  
}

.riassunto .ui-panelgrid-cell{
    padding: 0px 5px 0px 0px !important;
    vertical-align: top;
}

.riassunto .ui-widget-content{
    border:none;
}

.justify{
    text-align: justify;
}

.stateButton {
    color:black !important;
    opacity: 0.8;
}

table.noborders{
    margin-bottom: 10px;
}

td.noborders{
    border: none !important;
}

.noborders .ui-state-highlight{
    background-color: rgba(122,122,122,0.2) !important;
    background-image: none !important;
}
.noborders .ui-state-highlight a,.noborders .ui-widget-content .ui-state-highlight a,.noborders .ui-widget-header .ui-state-highlight a, .noborders .ui-state-highlight{
    color: inherit ;
}
.confirmProject{
    padding: 10px;
    background-color: #fff;
}
.confirmProject .ui-panel-footer{
    text-align: center !important;
}
.confirmProject .ui-panel-content{
    overflow: auto;
}

.attivita{
    padding: 5px 20px;
    border: 1px solid #999;
    display: block;
    margin-bottom: 2px;
    border-radius: 3px;
    background-color: white;
    font-family:'Roboto', sans-serif !important;
    font-weight: 500 ;
    font-size: 16px !important;
}
.attivitaList ul{
    padding-left: 0px;
}
.attivitaList li{
    padding: 5px 20px;
    border: 1px solid #999;
    display: block;
    margin-bottom: 2px;
    border-radius: 3px;
    background-color: white;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 16px !important;
    overflow: auto;
}
.attivitaList a:link{
    text-decoration: none;
}
.attivitaList li.active>a{
    color:white !important;
}
.attivitaList li:hover{
    background-color: #ddd;

}
.attivitaList li.active{
    background-color: #337ab7;

}
.selectAttivita:link{
    text-decoration: none;
}

.selectAttivita:hover{
    background-color: #ddd;
}
.selectAttivita.active{
    background-color: #337ab7;
    color:white !important;
}
.attivitaList .ui-datalist-content{
    border:none;
    margin-bottom: 15px;

    border-radius: 3px;
}
.selectAttivita {
    padding: 5px 20px;
    border: 1px solid #999;
    display: block;
    margin-bottom: 2px;
    border-radius: 3px;
    background-color: white;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 16px !important;
}

.wrapperTable{
    padding:2px 2px 10px 2px;
    border: 3px groove #0081c2;
}


.validCell,.invalidCell{
    border-top-color: rgba(0, 0, 0, 0.1) !important;
    border-left-color:rgba(0, 0, 0, 0.1) !important;
    border-right-color:rgba(0, 0, 0, 0.1) !important;
    border-bottom-color: rgba(0,0,0,0.1) !important;
}
.validCell{
    background-color: rgba(0,153,38,0.4);
    /*  // background-color: #5CD685;*/
}
.currentCell{
    border-left-width: 2px !important;
    border-left-color:#2e6da4 !important;
    border-right-color: #2e6da4 !important;
    border-right-width: 2px !important;
}
th.currentCell{
    background-image: -ms-linear-gradient(top,#6eb2e5, #638adb);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6eb2e5), to(#638adb));
    background-image: -webkit-linear-gradient(top, #6eb2e5, #638adb);
    background-image: -o-linear-gradient(top, #6eb2e5, #638adb);
    background-image: linear-gradient(top, #6eb2e5, #638adb);
    background-image: -moz-linear-gradient(top, #6eb2e5, #638adb);
    background-color: #2e6da4 !important;
    border-top-width: 2px !important;
    border-top-color: #2e6da4 !important;
}
th.additional{
    color:#cccccc !important;
}
.listaWeeks td{
    word-wrap: break-word;
    word-break: break-all;
    width: 50%;
}
.listaWeeks{
    overflow: auto;
    margin-top: 35px !important;
    max-height: 500px;
    padding: 20px 10px !important;
    border-radius: 3px;
    border: 1px #d5d5d5 solid !important;
}

.listaWeeks .ui-state-default{
    text-shadow: none;
}
.listaWeeks .ui-state-active{
    color:white;
}
.attivitaList ul{
    margin-bottom: 0px !important;
}

.listaWeeks .ui-accordion-content{
    padding: 2px !important;
}
.listaWeeks .ui-datagrid-content-empty{
    font-size: 14px;
    font-weight: bold;
}

.risorsaBox{
    overflow: auto;
    border-radius: 4px;
    padding: 5px;
    background-color: #0081c2;
    border: 1px groove #00315b;
}
.risorsaBox a{
    color:white;
}
.ui-accordion .ui-accordion-header.ui-state-default a{
    padding: 0px !important;
}

.leftBlock{
    width: 37%;
    margin-right: 3px;
    float: left;
    border-radius: 4px;
    background-color: white;
    padding: 5px;
}

.rightBlock{
    width: 62%;
    float: right;
    border-radius: 4px;
    background-color: white;
    padding: 5px;
}

.ui-accordion-header:hover{
    background-color: #ddd;
}
.inlineForm{
    vertical-align: middle;
    margin:0px 5px;
}

.inputNew textArea,.inputNew input{
    margin-right: 0px;
}
.inputNew {
    margin-top: 10px;
}

.tableTop td{
    vertical-align: top;
    text-align: justify;
}
.top td{
    vertical-align: top;
}

.tableRisorse{
    margin-top: 20px;
    margin-bottom: 20px;
}

.formBlock{
    border: 3px groove #0081c2;
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 10px;
    width: 35%;
    margin-left: auto;
    margin-right: auto;
    background-color:  rgba(0,76,153,0.2);
}

.formBlock h3{
    margin-top: 10px;
}
.voto5, .voto5 .ui-selectonemenu-label{
    color: #db2004;
}
.voto6, .voto6 .ui-selectonemenu-label{
    color: #db8f04;
}
.voto7, .voto7 .ui-selectonemenu-label{
    color: #c1e015;
}
.voto8, .voto8 .ui-selectonemenu-label{
    color: #a8d200;
}
.voto9, .voto9 .ui-selectonemenu-label{
    color:#3bd615;
}
.voto10, .voto10 .ui-selectonemenu-label{
    color: #00a014;
}
.voto, .voto0, .voto5,.voto6,.voto7,.voto8,.voto9,.voto10, .voto .ui-selectonemenu-label, .voto0 .ui-selectonemenu-label,
.voto5 .ui-selectonemenu-label, .voto6 .ui-selectonemenu-label, .voto7 .ui-selectonemenu-label,
.voto8 .ui-selectonemenu-label, .voto9 .ui-selectonemenu-label, .voto10 .ui-selectonemenu-label{
    font-size: 16px;
    font-weight: 600 !important;
    padding: 2px;
    line-height: 1; 
    background-color: transparent;
    font-family: 'Teko', sans-serif;
    margin-bottom: 0px;
    width: 50px;
}

.onemenuvoto{
    width: 60px !important;
    height: 24px;
    background-color: #F9F9F9 !important;
}
.onemenuvoto .ui-icon-triangle-1-s{
    margin-top: 3px !important;
}

.headerCol{
    width: 245px;
}
.panelCono,.panelAbil,.panelComp,.panelSelectedComp,.panelSelectedAbil,.panelSelectedCono{
    text-align: justify;
}

table.gridRubric, table.gridRubricComp{
    border-spacing: 5px;
    border-collapse: separate !important;
}
table.gridRubric tr,table.gridRubricComp tr{
    border: 2px solid #666666;
}

table.gridRubric td, table.gridRubricComp td{
    border-radius: 4px;

}

table.gridRubric tr:nth-of-type(2) td:first-child,table.gridRubricComp tr:nth-of-type(3) td:first-child{
    background-color: rgba(0,219,55,0.4);
}
table.gridRubric tr:nth-of-type(3) td:first-child,table.gridRubricComp tr:nth-of-type(4) td:first-child{
    background-color: rgba(194,251,255,0.8);
}
table.gridRubric tr:nth-of-type(4) td:first-child,table.gridRubricComp tr:nth-of-type(5) td:first-child{
    background-color: rgba(255,255,122,0.8);
}
table.gridRubric tr:nth-of-type(5) td:first-child,table.gridRubricComp tr:nth-of-type(6) td:first-child{
   /* background-color: rgba(255,0,0,0.4);*/
}


.tableRubric{
    border-spacing: 2px;
    border-collapse: separate !important;
}

.tableRubric thead th,.tableRubric2 thead th{
    height: 60px;
    background-image: none !important;
}

.tableRubric tbody td, .tableRubric2 tbody td{
    /*text-align: justify;*/
    text-justify:inter-word;
}


.tableRubric thead th:nth-of-type(3), .tableRubric2 thead th:nth-of-type(2),.tableRubric.prodotto thead th:nth-of-type(3){
    background-color: rgba(0,219,55,0.4);
}

.tableRubric thead th:nth-of-type(4), .tableRubric2 thead th:nth-of-type(3),.tableRubric.prodotto thead th:nth-of-type(4){
    background-color: rgba(194,251,255,0.8);
}

.tableRubric thead th:nth-of-type(5), .tableRubric2 thead th:nth-of-type(4),.tableRubric.prodotto thead th:nth-of-type(5){
    background-color: rgba(255,255,122,0.8);
}

.tableRubric thead th:nth-of-type(6), .tableRubric2 thead th:nth-of-type(5),.tableRubric.prodotto thead th:nth-of-type(6){
    /*background-color: rgba(255,0,0,0.4);*/
}

.tableRubric.prodotto thead th:nth-of-type(7){

    background: #f5f5f5;
}



.lvlAText{
    background-color: rgba(168,255,190,1) !important;
}
.lvlBText{
    background-color: rgba(194,251,255,0.8) !important;
}
.lvlCText{
    background-color: rgba(255,255,122,0.8) !important;
}
.lvlNText{
    background-color: rgba(255,200,200,1) !important;
}

.lvlAText,.lvlBText,.lvlCText,.lvlNText{
    overflow: auto;
    max-height: 82px;
}

.newValutazione{
    background-color: rgba(51,122,183,0.4);
}
.imgLeft{
    position: absolute;
    top:200px;
    left: 10px;
    opacity: 0.4;
    height: auto;
    width:20%;
}
/*url("/ProgettiDidattici/javax.faces.resource/img/reslink.png.xhtml?ln=v1");*/
.reflink{
    float: right;
    position: absolute;
    right: 0px;
    background-image: url("/liguria_digitale/javax.faces.resource/img/reslink.png.xhtml?ln=v1");
    background-size: 10px 10px;
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
}
.reflink:hover{
    border-top:1px #999 solid;
    border-right:1px #999 solid;
    padding: 1px;
}


.totaldayslink{
    color: inherit;
    float:right;
    position: absolute;
    bottom: 0px;
    right:3px;
}

.newAttLink{
    font-size: 14px !important;
    color: #337ab7 !important;
}
.newAttLink > .fa-plus{
    line-height: 1.2;
}
.anagGrid td{
    padding: 5px;
}

.editInput{
    display: none;
}

.editLabel{
    /*width: 150px;*/
    margin-bottom: 0px !important;
    text-align: right;
}

.editRow{
    min-height: 33px;
    overflow: hidden;
    margin-bottom: 3px;
    padding: 5px 2px 0px 2px;
    box-shadow: 2px 2px 3px #d8d8d8;
    -webkit-box-shadow:2px 2px 3px #d8d8d8;
    -moz-box-shadow: 2px 2px 3px #d8d8d8;
}
.editInput input{
    width: 100%;
    height: 22px;
    font-size: 14px;
    padding: 2px;
    font-family: 'Roboto', sans-serif;
}
.editing{
    text-align: right;
}

.editing-icon>.fa-remove{
    color: red;
}
.editing-icon>.fa-check{
    color: green;
}

.editing-icon{
    display: none;

}

.legendValutazione{
    text-align: justify;
    float:right;
    width: 250px;
    border: 3px groove #0081c2;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
    background-color:  rgba(0,76,153,0.2);
}
.legendValutazione td{
    padding-bottom: 5px;
    padding-right: 5px;
}

.tableDays{
    margin-top: 10px;
    width: 800px;
}
.dayslink{
    float:left;
    position: absolute;
    left: 3px;
}

.dayslink:hover{
    padding: 1px;
}
.daily{
    float:left;
    position: absolute;
    left: 3px;
    color:#00bf51 !important;
    text-shadow: 1px 1px 1px black;
}
.daily:hover{
    padding: 1px;
}

.chartContainer{
    margin-top: 10px;
    padding: 1px;
    border: 1px #666666 groove;
}
.tableRubric th{
    cursor:default !important;
}

.iconMF{
    width:auto;
    height: 20px;
    margin-right: 5px;
    margin-left: 2px;
    float:left;
}

.resCointainer{    
    border-left: 3px solid #666666;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    width: 100%;
    padding: 5px;
    max-height: 200px;
    min-height: 100px;
    text-align: justify;
    overflow: auto;
    margin: initial !important;
}
.prjInfo{
    max-height: 200px;
    overflow: auto;
}

.avgAvailable{
    background-color:#ffff99;
}

.ui-datatable-scrollable-body thead{
    /* // display: block;*/
}

.changePwd{
    display: none;
}

.asd{
    /* position: absolute; */
    /* width: 200px; */
    /* text-align: right; */
    /* right: 0px; */
}
/*
.mainImg{
    display: block;
    width: 90%;
    height: auto !important;
    margin-left: auto;
    margin-top: 30px;
    margin-bottom: 15px;
    margin-right: auto;
}*/

.mainImg{
    margin-left: auto;margin-right: auto;
    display: block;
    height: 800px;
    opacity: 0.7;
}

.noheader .ui-dialog-titlebar, .noheader .ui-dialog-titlebar-icon{
    padding: 3px !important;
    margin-top: 0px !important; 
}
.selectins.active{
    background-color: rgba(0,153,38,0.4);
}
.selectins.active:hover{
    background-color: rgba(0,120,28,0.4);
}
.selectins.inactive{
    background-color: rgba(200,200,200,0.5);
}
.selectins.inactive:hover{
    background-color: rgba(180,180,180,0.5);
}
.selectins{
    font-size: 16px !important;
    font-weight: bold;
    display: block;
    border: 1px solid #333;
    padding: 3px 5px 3px 5px;
    margin-bottom: 2px;
    border-radius: 3px;
}
.selectins:link{
    text-decoration: none;
}
.selectins:hover{
    color: white;
}
.inslist .ui-panelgrid-header td{
    padding: 6px !important;
}

.inslist .ui-panelgrid-cell{
    vertical-align: top;
}

.regstud{
    margin-top: 45px;
}

.regRow{
    height: 41px;
}
.pagellaRow{
    height: 47px;
}
.calendarContainer{
    margin-top: 10px;
}

.toggler{
    float:right;
    cursor: pointer;
    margin-bottom: 10px;
}
.togglerSpec{
    display: inline !important;
}


.togglerContainer{
    overflow: auto;
}

.toggleHeader{
    margin-top: 5px;
    /* overflow: auto; */
}

.regPresente{
    background-color: #d4f0d7;
}
.regAssente{
    background-color: #f0d7d4;
}

.filltd{
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
}
.filltd>.ui-datalist-content{
    height: 80%;
}

.statusIcon{
    width:35px;
    margin-bottom: 10px;
    margin-left: 5px;
}

.autocenter{
    margin-left: auto;
    margin-right: auto;
}
.skintabs.ui-tabs.ui-tabs-top{
    margin-bottom: 10px;
}
.skintabs .ui-tabs-panels{
    margin-bottom: 10px;
    border-top: 2px groove #eee;
}
/*INLINE EDITING */

.inlineInput{
    display: none;

}
.inlineOutput{
    width: 100%;
    height: 100%;
    /* display: inline-block; */
}

.chartGrid .ui-panelgrid-cell{
    padding: 0px !important;
}
.pwd-forgot{
    font-size:10px !important;
    text-decoration: underline;
    margin-left: 5px;
}
.rscName{
    text-align: center;
    word-wrap: break-word;
    width: 100%;
}

.nochart{
    font-size: 26px;
    text-align: center;
    color: #999;
    font-weight: bold;
    width: 100%;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
}

.chartGrid .ui-panelgrid-cell{
    overflow: hidden;
    border:2px solid #337ab7 !important;
    margin: 1px;
}
.scrollX{
    /* padding-bottom: 0px !important;*/
}
.scrollX div{
    white-space: nowrap;
    overflow-x: auto;
}
.headerweek{
    margin-bottom: 1px;
    padding: 5px 20px;
    border: 1px solid #999;
    border-radius: 3px;
    overflow: auto;
}
.headerweek:hover{
    background-color: #ddd;
    cursor: pointer;
}
.headerweek.active{
    background-color: #337ab7;
    color:white;
}

.weekcontainer{
    max-height: 500px;
    overflow: auto;
    margin-bottom: 15px;
}
.selectstatus{
    width: 250px !important;
}
.registerContainer>.ui-widget-header{
    text-align: center;
}

.tcu{
    vertical-align: top;
    font-weight: bold;
    text-decoration: underline;
}

.ruolo_label{
    vertical-align: top;
    margin-left: 3px;
    margin-top: 3px;
    margin-right: 6px;
}

.longmsg{
    display: flex;text-align: justify;
}

.footer{
    margin-top: 30px;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.divider{
    height: 46px;
    margin: 2px 3px 1px 3px;
    /* margin-top: 2px; */
    border:1px inset #333;

}

@media (max-width: 767px) {
    .navbar-collapse .nav > .divider {
        display: none;
    }
}

.navbar-btn{
    margin-left: 15px;
}

@media (min-width: 768px){
    .navbar-btn{

    }
}

.label.stato{
    float: right;
    /* overflow: auto; */
    /* clear: both; */
}

.chkbox{
    color:red;
}

.spec{
    font-style: italic;
    font-weight: bold;
    font-size: 13px;
    display: inline-block;
}

.specedit{
    display: inline-block;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-style: italic;
    font-weight: bold;
    font-size: 13px;
    vertical-align: top;
    width: 100%
}
/*

@media (min-width:768px){
    .spec{
        width:19%;
    }
    
}
@media (min-width:768px){
    .specedit{
        width:81%;
    }
    
}

@media (min-width:992px){
    .specedit{
        width:86%;
    }
    
}
@media (min-width:992px){
    .spec{
        width:14%;
    }
    
}

@media (min-width:1200px){
    .specedit{
        width:88%;
    }
    
}
@media (min-width:1200px){
    .spec{
        width:12%;
    }
    
}
*/
.compspec{
    font-weight: bold;
    font-size: 13px;
    font-style: italic;
    display:none;
}

.longItem .ui-selectlistbox-item,.longItem .ui-selectonemenu-item{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.longItem{
    width: 400px !important;
}
.optionBtn{
    margin-bottom: 10px;
    float: right;
}
.optionMenu {
    width: 200px !important;
}

.scrollable{
    clear: both;
    max-height: 300px;
    overflow-y: auto;
}
.scrollable-list ol, .scrollable-list ul{
    overflow-y: auto;
    max-height: 300px;
}

.assigned{
    display: none;
}
.main-wrapper form>h5,.main-wrapper form>h4,.main-wrapper form>h3,.main-wrapper form>h2,.main-wrapper form>h1{
    margin-top: 0px;
}
.nodec:hover{
    font-size: 20px;
    text-decoration: none;
    background-color: rgba(0,122,204,0.2);
    padding: 0px 1px 2px 3px;
}
.nodec span{
    padding:0px;
}

.pagella{
    width: 100%;
}

.selected{
    padding: 2px;
    background-color: #337ab7;
    border-radius: 2px;
    color:white !important;
    margin: 2px;
}

/* CALLOUT *****************   */
.bs-callout {
    min-width: 400px;
    padding: 20px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    overflow: auto;
}
.bs-callout-notification{
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    overflow: auto;
    border-left-color: #f0ad4e;
    background-color: rgba(255,255,255,0.7);
    color:#333;
}
.bs-callout-notification .src{
    font-style: italic;
    font-weight: 600;
    color:#337ab7;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
    background-color: rgba(66,139,202,0.1);
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
    background-color: rgba(92,184,92,0.1);
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
    background-color: rgba(217,83,79,0.1);
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
    background-color: rgba(252, 240, 230, 1);
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

.bs-callout-btn{
    color:white !important;
    float:left;
    padding: 10px;
    margin-right: 10px;
}
.import{
    width: 490px !important;
}

.spaced input{
    margin: 5px;
}

.hidecar .ui-carousel-header{
    display: none;
}

.hidecar{
    border:none !important;
}
.abs-btn{
    text-align: center;
    margin-top: 40px;
    position: absolute;
    top:20px;
    width: 100%;
}
.container_default{
    background-color: #ffffff;
    border: 1px solid #dddddd;
    overflow: auto;
}
.gridhide td, .gridhide tr{
    border:none !important;
}

.opla{
    background-color: #428bca;
    padding: 2px;
    border-radius: 2px;
}

.opla>table, .opla>div{
    border:1px #337ab7 solid;
    border-radius: 2px;
}

.errorMsg{
    color:#a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 10px 15px;
    border: 1px solid #ebccd1;
    border-radius: 4px;
    list-style-type: none;
}

.smallTable{
    margin-bottom: 5px;
}
.smallTable td {
    padding:2px 3px !important;
    font-size: 12px;
}
.smallTable thead{
    display: none;
}

.tableAction{
    width: 35px;
    text-align: center;
}
.default > .ui-widget-content{
    background-color: transparent;
    border:none;
}
.default .ui-panelgrid-cell:first-of-type{
    padding-left: 0px;
}
.default .ui-panelgrid-cell:last-of-type{
    padding-right: 0px;
}

.linksign{
    border:1px solid #00315b;
    background-color: #337ab7;
    color: #ddd;
    font-weight: bold;
    border-radius: 2px;
    padding: 5px;
    margin-top: 5px;
    text-align: center;
}
.shield-list > .ui-datalist-content{
    background-color: transparent;
}
.shield-list .ui-datalist-data{
    list-style-type: none;
    background-color: rgba(46,109,164,0.2);
    padding: 0px;
}
.shield-list .ui-datalist-item{
    padding: 2px;
    border-radius: 2px;
    border: 1px solid #ddd;
}
.shield-list .ui-datalist-item:hover{
    background-color: rgba(46,109,164,0.5);
}
.shield-list .ui-datalist-item.active{
    background-color: #2E6DA4;
}

.shield-link,.shield-link:hover{
    width:100%;
    cursor: pointer;
    text-decoration: none;
}
.ui-datalist-item.active > .shield-link{
    color:white;
    text-decoration: none;
}

.wizardFooter{
    clear: both;
    padding: 20px 0px 0px 0px;
    overflow: auto;
}

.indpanel{
    /* cursor: pointer;
     text-align: center;*/
    height: 200px;
    color:white;
    border-radius: 3px;
    box-sizing: border-box;
    margin: 5px;
    padding: 10px 10px 10px 25px;
    overflow: auto;
}
.indpanel.ready{
    background-color: #00A352;
    border:2px solid #006633;

}
.indpanel.ready:hover{
    background-color: #008A45;
}
.indpanel.notready{
    background-color:#888; 
    border: 2px solid #666;
}
.indpanel.notready:hover{
    background-color:#7A7A7A; 
}
.indlink{
    color:white;
    font-size: 16px !important;
}
.indlink:hover{
    color:#ddd;
    text-decoration: none;
}

.arrowLink:hover{

}
.arrowLink{

}
.arrowLink:focus{
    outline: none;
}
.clPush{
    margin-top: 5px;

}
.cloutput{
    text-align: left; height: 33px;background-color: #fff;border:1px solid #bbb;border-radius: 3px;
}
.hint{
    font-size: 14px;
    font-style: italic;
    text-align: center;
}
.readySt{
    overflow: auto;
    max-height: 100px;
    background-color: rgba(0,112,56,0.2);
    margin-bottom: 5px;
    border-radius: 2px;
}.notreadySt{
    background-color: rgba(97,97,97,0.2);
    margin-bottom: 5px;
    border-radius: 2px;
}

.oplaDialog{
    position: fixed;
    width: 100%;
    background-color: #00a65e;
    top: 60px;
    left: 0;
    bottom: 0;
    border: 3px solid #333;
    z-index: 999;
    border-radius: 1px;
    display: none;
    padding: 10px;
    overflow: auto;
}
.oplaDialog_close{
    float:right;
    color:white;
}
.headerDialog h3{
    text-align: center;
    display: inline-block;
    color:white;
}
.headerDialog{
    text-align: center;
    border-bottom: 2px solid #004c2b;
    margin-bottom: 15px;
}
.contentDialog{
    position: relative;
    max-height: 90%;
    overflow: auto;
}

.contentDialog > .col-md-4{
    padding-left: 5px;
    padding-right: 5px;
}

.fa-plus{
    vertical-align: text-bottom;
}

.acronimo{
    font-style: italic;
    color: #00699d;
}
.formControl>input{
    height: 34px;
}
.filters{
    background-color: rgba(0,0,0,0.3);
    padding: 10px 3px;
    border-radius: 2px;
}
.filters.calendar{
    background-color: rgba(0,0,0,0.1);
    text-align: center;
    padding: 3px 3px;
    overflow: auto;
}
.filters.calendar>label{
    font-size: 14px;
}
.output{
    padding: 10px 3px;
    background-color: rgba(0,0,0,0.1);
    border-radius: 2px;
    overflow: hidden;
    min-height: 400px;
}
.avatar{
    padding: 3px;
    cursor: pointer;
}
.avatarUpload{
    box-shadow: 1px 1px 1px #484848 ;
    -webkit-box-shadow:1px 1px 1px #484848 ;
    -moz-box-shadow: 1px 1px 1px #484848 ;
}
.male{
    background-color: #2E6DA4;
    box-shadow: 2px 2px 4px #484848 ;
    -webkit-box-shadow:2px 2px 4px #484848 ;
    -moz-box-shadow: 2px 2px 4px #484848 ;
}
.female{
    background-color: #db63ae;
    box-shadow: 2px 2px 4px #484848 ;
    -webkit-box-shadow:2px 2px 4px #484848 ;
    -moz-box-shadow: 2px 2px 4px #484848 ;
}
.activeswitch, .ui-inputswitch-on{
    background-color: #7FC77F !important;
}
.inactiveswitch{
    background-color: #EFBAB8;
}
.ui-inputswitch-off{
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.avatarChoose{
    cursor: pointer;
}
.avatarChoose:hover{
    box-shadow: 1px 1px 2px #484848 ;
    -webkit-box-shadow:1px 1px 2px #484848 ;
    -moz-box-shadow: 1px 1px 2px #484848 ;
}
.details{
    display: none;
    background-color: rgba(0,0,0,0.2);
    padding: 5px;
    border-radius: 2px;
}
.infoDialog{
    max-width: 800px;
    text-align: justify;
}
.infoDialog a{
    font-weight: bold;
}
.infoDialog .fa-info{
    margin-right: 10px;
    font-size: 20px;
}
.importDialog{
    top:110px !important;
}

.langselect{
    display: none;
    position: fixed;
    padding: 2px;
    background-color: white;
    border: 1px solid #666;
}
.langselect ul{
    list-style-type: none;
    padding-left: 0px;
}
.langselect li , .langselect label{
    padding: 2px;
    cursor: pointer;
}
.langselect li:hover{
    background-color: #ddd;

}
.langimg{
    margin: 12px 0px 8px 15px;
}
.frame{
    width: 100%;
    height: 26px;
    display: none;
    position: relative;
}
.frame.present{
    display: block; 
}
td.nopad{
    padding: 0px !important;
    background-color:  rgba(48,126,216,0.3);
    text-align: center;
}/*
.frname{
    z-index: 150;
    position: absolute;
    display: block;
    margin-left: 5px;
    margin-top: 3px;
    color:#fff;
    text-shadow: 0px 1px 3px #333;

}*/
.frname{
    height: 100%;
    width: 100%;
    color:#fff;
    text-shadow: 0px 1px 3px #333;
    padding-top: 3px;

}
.legenda{
    text-align: center;
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.legenda li{
    display: inline-block;
    padding: 2px;
    margin-right: 5px;
    border-radius: 2px;
    box-shadow: 1px 1px 1px #484848 ;
    -webkit-box-shadow:1px 1px 1px #484848 ;
    -moz-box-shadow: 1px 1px 1px #484848 ;
    margin-bottom: 10px;
}

.legenda li>a{
    color: white;
}
.legenda li:hover{
    box-shadow: 2px 2px 5px #646464 inset;
    -webkit-box-shadow:2px 2px 5px #646464 inset;
    -moz-box-shadow: 2px 2px 5px #646464 inset;
    cursor: pointer;
}
.hider{
    background-color: black;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 120;
    display: none;
}
table.calendar{
    z-index: 130;
    margin-top: 10px;
    position: relative;
}
table.calendar th{
    font-size: 11px;
}
table tfoot td, .ui-datatable-footer{
    border-radius: 0px !important;
    border: 1px solid black !important;
    background-color: #333 !important;
    color:white !important;
    background-image: none !important;
    text-shadow:none !important;
}
.footer-row{
    text-align: center;
    padding: 5px;
    border-radius: 2px;
    margin-top: 5px;
    background-color: #333 !important;
}
table.calendar tbody td{
    border-color: #bbb;
}
button.calendar{
    display: none;
}
@media (max-width: 1170px) {
    table.calendar th:nth-of-type(n+24),table.calendar td:nth-of-type(n+24) {
        display: none;
    }
}
@media (min-width: 1170px) {
    table.calendar th,table.calendar td {
        display: table-cell;
    }
}
@media (max-width: 1170px) {
    button.calendar{
        display: inline;
    }
}
table.calendar tr{
    height: 27px;
}
.legendfwd{
    margin-left: 10px;
}
.legendfwd:hover{
    color:#222;
    text-decoration: none;
}
.oplatt{
    position: absolute;
    box-shadow: 1px 1px 1px #484848 ;
    -webkit-box-shadow:1px 1px 1px #484848 ;
    -moz-box-shadow: 1px 1px 1px #484848 ;
    background-color:rgba(51,122,183,0.9);
    border: 1px solid #00315b;
    z-index: 200;
    padding: 2px;
    border-radius: 2px;
    color:white;
    font-size: 12px;
    max-width: 300px;
    display: none;
    cursor: pointer;
}

.wait_cal{
    position: fixed;
    right: 45px;
    bottom: 30px;
    display: none;
    z-index: 9999;
}

.oplanav li.active a{
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); 
}

.tableplan tbody > tr{
    height: 40px;
    max-height: 40px;
}
.avatar-thumb{
    padding: 2px;
    border-radius: 2px;
    display: inline-block;
    margin: 0px 3px;
}
.doc{
    margin-bottom: 2px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 2px;
}
.indirizzo{
    text-align: center;
    font-style: italic;
    color: #00699d;
    margin-top: 0px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}
.default-grid{
    margin-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
}
.default-grid-spaced{
    margin-top: 10px;
    padding-right: 0px;
    padding-left: 5px;
}
.navigation-header{
    cursor: pointer;
    position: relative;
    margin: 0;
    zoom: 1;
    height: 40px;
    background-image: none;
    background-color: rgba(255,255,255,0.7);
}
.navigation-content{
    background-color: #fff;
    padding: .2em 0;
    border-top: 0;
    position: relative;
    top: 1px;
    overflow: auto;
    zoom: 1;
    outline: 0;
    display: none;
}
.navigation-link{
    display: block;
    font-size: 16px;
    padding: .5em .5em .5em 2.2em;
    margin-top: 3px;
}
.navigation-content a{
    color:inherit;
}
.navigation-content a:hover{
    background-color: rgba(0,0,0,0.2);
}
.navigation-content li.active{
    color: #fff;
    background-color: #337ab7;
}
.alert{
    text-align: justify;
    margin-top: 5px;
}
.smallCal>input{
    width: 115px;
}
.infoLabel{
    margin-left: 5px;
    text-decoration: underline;
    color: #00315b;
}
.tblexporter{
    text-align: right;
    padding: 3px;
    margin-top: 5px;
}
.exporters{

    display: none;
}
.exportTrigger{
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
}

/**********
ANIMATIONS
***********/
.cssload-loader {
    position: relative;
    left: calc(50% - 48px);
    width: 96px;
    height: 96px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    perspective: 1200px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.cssload-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;	
}

.cssload-inner.cssload-one {
    left: 0%;
    top: 0%;
    animation: cssload-rotate-one 1.15s linear infinite;
    -o-animation: cssload-rotate-one 1.15s linear infinite;
    -ms-animation: cssload-rotate-one 1.15s linear infinite;
    -webkit-animation: cssload-rotate-one 1.15s linear infinite;
    -moz-animation: cssload-rotate-one 1.15s linear infinite;
    border-bottom: 5px solid rgb(51,122,183);
}

.cssload-inner.cssload-two {
    right: 0%;
    top: 0%;
    animation: cssload-rotate-two 1.15s linear infinite;
    -o-animation: cssload-rotate-two 1.15s linear infinite;
    -ms-animation: cssload-rotate-two 1.15s linear infinite;
    -webkit-animation: cssload-rotate-two 1.15s linear infinite;
    -moz-animation: cssload-rotate-two 1.15s linear infinite;
    border-right: 5px solid rgba(171,171,171,0.98);
}

.cssload-inner.cssload-three {
    right: 0%;
    bottom: 0%;
    animation: cssload-rotate-three 1.15s linear infinite;
    -o-animation: cssload-rotate-three 1.15s linear infinite;
    -ms-animation: cssload-rotate-three 1.15s linear infinite;
    -webkit-animation: cssload-rotate-three 1.15s linear infinite;
    -moz-animation: cssload-rotate-three 1.15s linear infinite;
    border-top: 5px solid rgb(66,66,66);
}

@keyframes cssload-rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-one {
    0% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-one {
    0% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-one {
    0% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-two {
    0% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-two {
    0% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-two {
    0% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-three {
    0% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-three {
    0% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-three {
    0% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}
.hinttap{
    position: fixed;
    top:0;
    left:0;
    display: none;
    opacity: 0;
    height: 64px;
    width: 64px;
    z-index: 1000;
}
@media (min-width: 992px){
    .col-right {
        text-align: right;
    }
}

.width500{
    min-width: 500px !important;
    width: 500px !important;
    max-width: 600px;
}

.edit-icon > .fa-edit{
    padding: 2px 0px 0px 2px;
    font-size:12px;
}

.edit-icon{
    width:26px !important;
    height: 25px;
}

table tbody > tr:hover{

    background-color: #f8f9fa;
    transition: background-color 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.accordion .ui-accordion-content{
    box-shadow: 2px 2px 3px #a8a8a8;
    margin-bottom: 10px !important;
}
.accordion .ui-accordion-header{
    background-color: #fff;
}
.accordion .ui-accordion-header.ui-state-active{
    background-color: #337ab7;
    color:white;
    text-shadow: none;
    font-size: 16px;
}


.width100, .width100 > input{
    width: 100% !important;
}

.feedback-box{
    bottom: 10px;
    position: absolute;
    text-align: center;
    width: 90%;
    font-size: 16px;
    font-weight: bold;
}

.demo-box{
    background-color: rgba(255,255,255,0.2);
    padding: 5px;
    text-decoration: underline;
    border-radius: 3px;
    font-weight: bold;
    margin-bottom: 5px;
}

.mb5{
    margin-bottom: 5px;
}

.mb10{
    margin-bottom: 10px;
}

.mb20{
    margin-bottom: 20px;
}


.mb100{
    margin-bottom: 100px;
}

.mb100{
    margin-bottom: 50px;
}

.m5{
    overflow: auto;
    margin: 5px;
}

.m10{
    overflow: auto;
    margin: 10px;
}

.btn-lg{
    font-size: 18px !important;
}

.mw100{
    min-width: 100px !important;
}

.mw200{
    min-width: 200px !important;
}

.mw300{
    min-width: 300px !important;
}

.menu-label{
    font-size: 14px;
    margin-top: 12px;
}

.ui-dialog .ui-autocomplete{
    width: 100%;   
}

.ui-dialog .ui-autocomplete > input{
    width: 100%;
    font-size: 14px;
    padding: 8px;
}

.ui-accordion-header.ui-state-active .fa-archive{
    color: white;
}
.ui-accordion-header .fa-trash {
    color: red;
    
}
.ui-accordion-header .fa-archive, .ui-accordion-header .fa-trash  {
    font-size: 18px;
    margin-right: 10px;
}

.confirm {
    background-color: #7FC77F !important;
}

.form-val {
    background-color: white;
    padding: 10px 10px;
}

.list-group-item-primary:nth-child(odd):hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

.list-group-item-primary:nth-child(even) {
    color: #004085;
    background-color: rgba(173, 220, 251, 0.5);
}
.list-group-item-primary:nth-child(even):hover {
    color: #004085;
    background-color: rgba(173, 220, 251, 0.8);
}

.abcRioButtonLightBlue {
    background-color: #fff;
    color: #757575;
}

.abcRioButton {
    -webkit-border-radius: 1px;
    border-radius: 1px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color .218s,border-color .218s,box-shadow .218s;
    transition: background-color .218s,border-color .218s,box-shadow .218s;
    -webkit-user-select: none;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    color: #262626;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
}

.abcRioButtonContentWrapper {
    height: 100%;
    width: 100%;
}

.abcRioButtonIcon {
    float: left;
}

.g-sign {
    text-align: center;
    clear: both;
}

.highcharts-text-outline{
    stroke: none !important;
    color: #333 !important;
}
.highcharts-data-label.highcharts-data-label-color-0 {
    color : #333 !important;
    fill: none !important;
}

.wrapline {
    white-space: pre-wrap;
}

.custom-logo-container {
    text-align: center;
}

.counter {
    font-size: 22px;
    width: 80px;
    height: 80px;
    line-height: 2.6;
    display: inline-block;
    color: white;
    font-weight: bold;
    padding: 10px;
    border-radius: 20px;
    background-color: #2e6da4;
}

.oplaometro .jqplot-series-canvas{
    background-color: #f6f6f6;
}
