html, body{
    overflow-x: hidden;
}
.login{
    background: url("../img/back.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.cont-logo{
    margin-bottom: 25px;
}
.logotipo{
    width: 100%;
    max-width: 190px;    
    margin-top: 25px;
}
.login .wrapper.wrapper-login .container-login, .login .wrapper.wrapper-login .container-signup {
    width: 400px;
    background: rgb(255, 255, 255);
    padding: 30px 25px;
    border-radius: 5px;
    box-shadow: 0 0 12px rgba(160, 159, 159, 0.534);
}

select{
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input:required {
    box-shadow:none;
}
input:invalid {
    box-shadow:none;
}

.centerFormularios{
    margin: 0 auto;
}

.loadBody .activeload{
    visibility: visible;
    opacity: 1;
}
.divLoading{    
    visibility: hidden;
    opacity: 0;    
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(72, 97, 114, 0.815);
    top: 0px !important;
    left: 0px !important;
    z-index: 1900;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; 
}

.divLoading .loadx{    
    position: absolute;
    width: 65px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;    
}
.divLoading .loadx img{
    width: 100%;
}
.divLoading .loadx span{
    color: rgb(255, 255, 255);
    font-size: 0.8em;
}

.main-header .navbar-header[data-background-color="blue"] {
    background: #578bb9 !important; 
}

.msnErrorsGenerales{
    color: rgb(224, 49, 49);
    font-size: 0.9em;
}

.fechasView{
    font-size: 0.7em;
    color: rgb(120, 152, 170);
    font-weight: bold;
}   

.active-formMaestroDefectos{
    visibility: visible !important;
    opacity: 1 !important;
    right: 0px !important;
}

.formMaestroDefectos{
    visibility: hidden;
    opacity: 0;
    position: fixed;
    right: -20px;
    top: 0px;
    width: 450px;
    height: 100%;
    background-color: rgb(252, 252, 252);
    z-index: 1800;
    color: rgb(94, 94, 94);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-shadow: 5px 0 15px 0 rgba(0,0,0,1);
    box-shadow: 5px 0 15px 0 rgba(0,0,0,1);
    padding: 15px;

    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.formMaestroDefectos .close{
    position: absolute;
    left: 15px;
    top: 10px;
}

.formMaestroDefectos .close a{
    display: inline-block;
    text-decoration: none;
    color: rgb(36, 96, 114);
}

.formMaestroDefectos .close a:hover{
    color: rgb(7, 60, 77);
}

/****/

.active-popupAppForms{
    visibility: visible !important;
    opacity: 1 !important;
    right: 0px !important;
}

.popupAppFormsCitas{
    visibility: hidden;
    opacity: 0;
    position: fixed;
    right: -20px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(252, 252, 252);
    z-index: 1800;
    color: rgb(94, 94, 94);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-shadow: 5px 0 15px 0 rgba(0,0,0,1);
    box-shadow: 5px 0 15px 0 rgba(0,0,0,1);
    padding: 15px;

    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.popupAppForms{
    visibility: hidden;
    opacity: 0;
    position: fixed;
    right: -20px;
    top: 0px;
    width: 450px;
    height: 100%;
    background-color: rgb(252, 252, 252);
    z-index: 1800;
    color: rgb(94, 94, 94);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-shadow: 5px 0 15px 0 rgba(0,0,0,1);
    box-shadow: 5px 0 15px 0 rgba(0,0,0,1);
    padding: 15px;

    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.popupAppForms .close, .popupAppFormsCitas .close{
    position: absolute;
    left: 15px;
    top: 10px;
}

.popupAppForms .close a, .popupAppFormsCitas .close a{
    display: inline-block;
    text-decoration: none;
    color: rgb(36, 96, 114);
}

.popupAppForms .close a:hover, .popupAppFormsCitas .close a:hover{
    color: rgb(7, 60, 77);
}

.bodyNotifi .onNotifi{
    opacity: 1;
    visibility: visible;
    right: 10px;    
}

.notifiApps{
    opacity: 0;
    visibility: hidden;

    position: fixed;
    right: -100px;
    bottom: 10px;
    width: 400px;
    padding: 20px 17px;
    background-color: rgba(255, 255, 255, 0.897);
    z-index: 4000 !important;

    -webkit-box-shadow: 0 0 15px -5px rgb(43, 43, 43);
    box-shadow: 0 0 15px -5px rgb(43, 43, 43);

    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}
.notifiApps .close{
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 1.8em;
    color: rgb(66, 87, 92);    
}
.notifiApps .close a{
    text-decoration: none;
    color: rgb(13, 80, 119);    
}
.notifiApps .close a:hover{
    color: rgb(0, 0, 0);
}
.notifiApps .tit{
    font-size: 1.3em;
    font-weight: bold;
    color: rgb(139, 72, 72);
}
.notifiApps .info{
    font-size: 1.1em;
    color: rgb(66, 87, 92);
}

.bodyBCit .btCitasAcitve{
    opacity: 1 !important;
    visibility: visible !important;
    right: 20px;
}
.buttonAddCitas{
    opacity: 0;
    visibility: hidden;
    text-decoration: none !important;
    position: fixed;
    right: -20px;
    bottom: 10px;    
    padding: 8px 15px;
    background-color: rgb(38, 88, 182);
    color:rgb(245, 245, 245);    
    -webkit-border-radius: 50% 50%;
    border-radius: 50% 50%;
    -webkit-box-shadow: 0 0 15px -2px rgb(34, 34, 34);
    box-shadow: 0 0 15px -2px rgb(34, 34, 34);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; 
}
.buttonAddCitas i{
    font-size: 2.1em;
}
.buttonAddCitas:hover{
    color: rgb(245, 245, 245);
    background-color: rgb(53, 116, 38);
}


/************** CALENDARIO CITAS *************/

.blockCalendar .calendar{
    background-color: rgb(255, 255, 255);
    padding: 10px 10px;

    -webkit-box-shadow: 0 0 9px -5px rgba(0,0,0,1);
    box-shadow: 0 0 9px -5px rgba(0,0,0,1);
}
.blockCalendar .listSedes{    
    margin-top: 15px;
    margin-bottom: 15px;
}
.blockCalendar .listSedes .item{    
    padding: 5px 10px;
}
.blockCalendar .listSedes .item a{
    font-size: 0.95em;
    color: rgb(31, 110, 155);
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out; 
}
.blockCalendar .listSedes .item a i{
    font-size: 1.3em;
}
.blockCalendar .listSedes .item a:hover{
    color: rgb(26, 161, 49);
    font-weight: 700;
    margin-left: -4px;
}
.blockCalendar .listSedes .item .activex{
    color: rgb(26, 161, 49);
    font-weight: 700;
    margin-left: -4px;
}

.blockCalendar .panel{
    position: relative;
    background-color: rgb(255, 255, 255);
    width: 90%;
    padding: 0px 0px;
    margin: 0px 0px;
    margin: auto !important;
    -webkit-box-shadow: 0 0 12px -5px rgb(184, 184, 184);
    box-shadow: 0 0 12px -5px rgb(184, 184, 184);
}

.blockCalendar .panel a{
    color:rgb(85, 141, 97);
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; 
}

.blockCalendar .panel a:hover{
    color:rgb(23, 92, 170);    
}

.blockCalendar .panel span{
    padding-left: 5px;    
}

.blockCalendar .panel .horas{
    position: relative;
    width: 100%;
    padding: 0px 0px !important;
    margin: 0px 0px !important;
    /*background-color: rgb(11, 129, 145);*/
    min-height: 70px;
    font-size: 0.9em;
    border-bottom: dashed 1px #b4b4b4;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; 
}

.basz .poppux{
    visibility: hidden;
    opacity: 0;

    padding: 5px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    max-width: 400px;
    width: 97%;
    /*
    max-width: 500px;
    width: 97%;
    height: 300px;
    */

    background-color: rgb(255, 255, 255);
    z-index: 1500;
    -webkit-box-shadow: 0 0 50px 10px rgba(194, 194, 194, 0.4);
    box-shadow: 0 0 50px 10px rgba(194, 194, 194, 0.4);

    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; 
    
}
.basz .poppuxActive{
    visibility: visible;
    opacity: 1;
}

.basz .closePop{
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 20;
}

.basz .closePop a{
    display: inline-block;
    text-decoration: none;
    color: rgb(40, 160, 10);
    padding: 4px 7px;
}

.basz .closePop a:hover{
    color: rgb(13, 91, 180);
}

.basz .poppux .titulos{
    text-align: center;
    font-size: 1.1em;
    color: darkgreen;
    /*background-color: darkorange;*/
    padding: 5px 15px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.basz .poppux .iconRes{
    font-size: 1.4em;
    color: rgb(22, 68, 128);
    padding-right: 15px;
}
.basz .poppux span{
    font-size: 1em;
    color: rgb(124, 124, 124);
}


.poppux .popHorasf select{
    border: dashed 1px #e7e7e7;   
    color: #818181;
    text-align: center;
    padding: 3px;   
}






.blockCalendar .panel .panelHoras{
    position: absolute;
    right: 0px;
    color: white;
    width: 100%;
    z-index: 100;
    background-color: rgba(241, 21, 21, 0.418);
}

.blockCalendar .panel .panelHorasDesa{
    position: absolute;
    right: 0px;
    color: white;
    width: 100%;
    z-index: 200;
    /*background-color: rgba(196, 196, 196, 0.76);*/
    background-color: rgba(228, 228, 228, 0.623);
}

.iconTimesx{
    text-decoration: none !important;
    font-size:1em;
    color: rgb(170, 55, 78);
}

.iconTimesx i{
    font-size:1.7em;
}

.iconTimesx:hover{
    color: rgb(5, 116, 150);
}

.contTimerx{
    position: relative;
    width: 20%;
    background-color: rgb(190, 236, 213);
}


.popupAppForms .tit, .popupAppFormsCitas .tit{
    background-color: rgb(0, 83, 138);
    font-size: 1.2em;
    font-weight: 600;
    color: rgb(245, 245, 245);
    text-align: center;
    padding: 15px 5px;
}

.horasIcon{
    font-size: 1.7em;
}

.input-group{
    /*background-color: brown;*/
}

.separaBlockes{
    width: 100%;
    height: 2px;
    border-bottom: dashed 1px #bbbbbb !important;
}

.basz{
    overflow: auto;
    width: 100%;

}

.xtable{
    display: table;
    width: 243px;
}

.xtr{
    display: table-row;
}
.xtd{
    display: table-cell;
    /*background-color: red;*/
    /*border: solid 1px black;*/
    width: 20% !important;
}
.xtd i{
    font-size: 1.4em;
}

.xtd .titulos{
    text-align: center;
    color: #2270a3;
}
.xtd .titz{
    font-size: 1.1em;
    font-weight: bold;
}



/***************************/
.pcp, .pcph:hover {
    cursor: pointer;
}

.c1{
    background-color: rgb(245, 199, 166);
}

@media screen and (min-width: 0px) {
    .formMaestroDefectos{
        width: 100%;
    }
    .popupAppForms{
        width: 100%;
    }
    .popupAppFormsCitas{
        width: 100%;
    }
}
@media screen and (min-width: 992px) {
    .formMaestroDefectos{
        width: 450px;
    }
    .popupAppForms{
        width: 450px;
    }
    .popupAppFormsCitas{
        width: 100%;
    }
}