@import 'variablesGlobales.css';

.cuerpo{
    display: flex; 
    flex-direction: column;
    /*align-items:center;*/
    width: 100vw;
    height: 100vh;
}

.panelSuperior{
    width: 100v;
    height: 10vh;
    
    background: transparent;
    display: flex; 
    flex-direction: row;
    justify-content:space-between;
}

.panelSuperior2{
    display: none;
    
}



.panelMedio{
    width: 100vw;
    height: 90vh;
    background-color: white;
    display: flex; 
    flex-direction: row;
    
}

.paneliz{
    background-color: #990013;
    width: 20%;
    height: 112%;
    padding: 15px;
    display: flex; 
    position: relative;
    flex-direction: column;
    top :-12%;
    border-top-right-radius: 26px;
    border-bottom-right-radius:26px ;
    border-style: solid;
    border-width:0px 1px 0px 0px;
    border-color: #b9bbbe;
    overflow: hidden;
}

.panelderedash{
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    background-color: white;
}

.paneliz1{
    width: 93%;
    height: 98%;   
    background-color: transparent;   
    display: flex; 
    flex-direction: column;
    border-style: solid;
    border-width:0px 1px 0px 0px;
    border-color: #b9bbbe;
    overflow: hidden;
    border-right-width: 0px;
}

.items{
    width: 100%;
    height: 10%;
    display: flex;
    flex-direction: row;
    cursor:pointer;
    font-size: 17px;
    font-family: Century Gothic;
    transition:all .2s ease-in-out;
    
}

.items:hover{
    border-radius: 19%;
    background: #ad3342;
    font-weight:bold;
    color: white;
}

.items:hover .fontcolor{
    color: white;
}

.itemsSeleccionado{
    width: 100%;
    height: 10%;
    background-color: #b9bbbe;
    display: flex;
    flex-direction: row;
    cursor:pointer;
    font-weight: bold;
}

.icono{
    width: 44%;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: center;
    align-items: center;
}

.fontcolor{
    color:white;
}

.fontcolor:hover{
    color: white;
}

.fontcolor1{
    color: white;
}

.seleccionItem:hover{
    color: white;
}

.fonticonlogout{
    color: white;
}

.subitem{
    width: 85%;
    height: 135%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
}

.subitem:hover{
    color: white;
}

.logospaneliz{
    display: flex;
    width: 100%;
    height: 15%;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    padding-top: 30px;
}

.logospaneliz1{
    width: 72%;
    height: 60%;
    background-image: url('../image/Logo_MagisoftAbajo.png');
    background-repeat: none;
    background-size: 100% 100%;
}

.logout{
    font-size: 22px;
    /*width: 257px;*/
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
    cursor:pointer;
    color: grey;

    border-radius: 20px;
}

.logout:hover{
    font-weight:bold;

}
.red-bar.ng-enter {
    transition:all ease-in 0.50s;
    height: 0px;
}

.red-bar.ng-enter.ng-enter-active {
    height: 40px;
}

.usuario{
    width: 100%;
    height: 5%;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: Century Gothic;
    font-weight:bold;
}

.fc-widget-content{
    
    border-style: solid;
    border-width:  thin;
    /*border-left: 0.5px solid #8BA5C2 !important;
    border-right: 0.5px solid #729ECA !important;*/
    border-left: 0.5px solid #2b72a8 !important;
    border-right: 0.5px solid #d4181d !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100% ;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 1px;
    -moz-background-size: 100% 1px;
    background-size: 100% 1px;
    
    background-image: -webkit-linear-gradient(left, #2b72a8 0%, #d4181d 100%), -webkit-linear-gradient(left, #2b72a8 0%, #d4181d 100%);
    background-image: -moz-linear-gradient(left, #2b72a8 0%, #d4181d 100%), -moz-linear-gradient(left, #2b72a8 0%, #d4181d 100%);
    background-image: -o-linear-gradient(left, #2b72a8 0%, #d4181d 100%), -o-linear-gradient(left, #2b72a8 0%, #d4181d 100%);
    background-image: linear-gradient(to right, #2b72a8 0%, #d4181d 100%), linear-gradient(to right, #2b72a8 0%, #d4181d 100%);
/*
    background-image: -webkit-linear-gradient(left, #8BA5C2 0%, #729ECA 100%), -webkit-linear-gradient(left, #8BA5C2 0%, #729ECA 100%);
    background-image: -moz-linear-gradient(left, #8BA5C2 0%, #729ECA 100%), -moz-linear-gradient(left, #8BA5C2 0%, #729ECA 100%);
    background-image: -o-linear-gradient(left, #8BA5C2 0%, #729ECA 100%), -o-linear-gradient(left, #8BA5C2 0%, #729ECA 100%);
    background-image: linear-gradient(to right, #8BA5C2 0%, #729ECA 100%), linear-gradient(to right, #8BA5C2 0%, #729ECA 100%);
*/
}


.fc-center{
    border-radius: 25px;
    border-style: solid;
    border-width:  thin;
    /*background-color: #729ECA;*/
    border-left: 3px solid #2b72a8;
    border-right: 3px solid #d4181d;
    border-top: 1px solid #2b72a8;
    border-bottom: 1px solid #d4181d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100% ;
    -webkit-background-size: 100% 1px;
    -moz-background-size: 100% 1px;
    background-size: 100% 1px;
    background-image: -webkit-linear-gradient(left, #2b72a8 0%, #d4181d 100%), -webkit-linear-gradient(left, #2b72a8 0%, #d4181d 100%);
    background-image: -moz-linear-gradient(left, #2b72a8 0%, #d4181d 100%), -moz-linear-gradient(left, #2b72a8 0%, #d4181d 100%);
    background-image: -o-linear-gradient(left, #2b72a8 0%, #d4181d 100%), -o-linear-gradient(left, #2b72a8 0%, #d4181d 100%);
    background-image: linear-gradient(to right, #2b72a8 0%, #d4181d 100%), linear-gradient(to right, #2b72a8 0%, #d4181d 100%);
    padding-top:7px;
    color: white;
    padding-bottom: 7px;
    padding-left: 30px;
    padding-right: 30px;
}


.fc-state-default{
    background-image: linear-gradient(to bottom,#2b72a8,#d4181d) !important;
    /*background-image: linear-gradient(to bottom,#8BA5C2,#729ECA) !important;*/
    color: white !important;
}



.fc button{
    /*background-color: #8BA5C2;
    border-bottom:#8BA5C2 ;*/
    background-color: #d4181d;
    border-bottom:#d4181d ;
}

.fc-day-header{
border-style: solid;
border-width:  thin;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-position: 0 0, 0 100% ;
-webkit-background-size: 100% 1px;
-moz-background-size: 100% 1px;
background-size: 100% 1px;
background-image: -webkit-linear-gradient(left, #2b72a8 0%, #d4181d 100%), -webkit-linear-gradient(left, #2b72a8 0%, #d4181d 100%);
background-image: -moz-linear-gradient(left, #2b72a8 0%, #d4181d 100%), -moz-linear-gradient(left, #2b72a8 0%, #d4181d 100%);
background-image: -o-linear-gradient(left, #2b72a8 0%, #d4181d 100%), -o-linear-gradient(left, #2b72a8 0%, #d4181d 100%);
background-image: linear-gradient(to right, #2b72a8 0%, #d4181d 100%), linear-gradient(to right, #2b72a8 0%, #d4181d 100%);
/*background-color: #729ECA;*/
padding-top:7px;
color: white;
padding-bottom: 7px;
padding-left: 30px;
padding-right: 30px;
}

.fc-day-grid{
    background-color:#E8E5E4 ;
}

.fc table{
    margin-bottom: 10px;

}


.panelSuperior1{
    height: 100%;
    width: 25%;
    
    background-color:#ffffff;
    background-repeat: none;
    background-repeat: no-repeat;
    background-size: 90% 90%;
}

/* .panelSuperior4{
    width: 5%;
    height: 99%;
    background-image: url('../image/cerrar-sesion.png');
    background-color:transparent;
    background-repeat: none;
    background-size: 100% 100%;
} */

.panelSuperior3{
    padding-left: 92%;
    display: flex;
    background-color:transparent;
    justify-content: right;
    align-items: center;
    width: 12%;
}

.logospaneliz2{
    width: 50%;
    height: 60%;
    background-image: url('../image/ingetroniklogopaneliz.png');
    background-repeat: none;
    background-size: 100% 100%;
}

.contendor_global_solicitar_turno{
    width: 100vw;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nuevo_turno{
    width: 80%;
    height: 90%;
    display: flex;
    align-items: center;
    flex-direction: column;
}   

.modal-header{
    border-bottom: 1px solid #ffffff;
}

.boton{
    margin: 1px;
    border-radius:23px;
    color: white;
}

.bord21prueba{
    width: 80%;
    height: 40px;
    border-radius:23px;
    border-style: solid;
    border-width: 2px;
    background-origin: border-box;
    background-clip: content-box, border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.bordesM{
    border-radius: 25px;
    border-style: solid;
    border-color: linear-gradient(90deg, rgba(43,114,168,1) 51%, rgba(212,24,29,1) 80%) !important;
    /*border-color: linear-gradient(90deg, #8BA5C2 51%, #729ECA 80%) !important;*/
    border-width:  thin;
    border-left: 2px solid #2b72a8;
    border-right: 2px solid #d4181d;
    /*border-left: 2px solid #8BA5C2;
    border-right: 2px solid #729ECA;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100% ;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 1px;
    -moz-background-size: 100% 1px;
    background-size: 100% 1px;
    background-image: -webkit-linear-gradient(left, #2b72a8 0%, #d4181d 100%), -webkit-linear-gradient(left, #2b72a8 0%, #d4181d 100%);
    background-image: -moz-linear-gradient(left, #2b72a8 0%, #d4181d 100%), -moz-linear-gradient(left, #2b72a8 0%, #d4181d 100%);
    background-image: -o-linear-gradient(left, #2b72a8 0%, #d4181d 100%), -o-linear-gradient(left, #2b72a8 0%, #d4181d 100%);
    background-image: linear-gradient(to right, #2b72a8 0%, #d4181d 100%), linear-gradient(to right, #2b72a8 0%, #d4181d 100%);
/*
    background-image: -webkit-linear-gradient(left, #8BA5C2 0%, #729ECA 100%), -webkit-linear-gradient(left, #8BA5C2 0%, #729ECA 100%);
    background-image: -moz-linear-gradient(left, #8BA5C2 0%, #729ECA 100%), -moz-linear-gradient(left, #8BA5C2 0%, #729ECA 100%);
    background-image: -o-linear-gradient(left, #8BA5C2 0%, #729ECA 100%), -o-linear-gradient(left, #8BA5C2 0%, #729ECA 100%);
    background-image: linear-gradient(to right, #8BA5C2 0%, #729ECA 100%), linear-gradient(to right, #8BA5C2 0%, #729ECA 100%);
*/
}
.conteservi{
    width: 80%;
    height: 30%;
    display: flex;
    justify-content: center;
}

.iconservi{
    width: 26%;
    height: 100%;
    background-image: url('../image/service.png');
    background-repeat: no-repeat;
    background-size: 85%;
}

.conteformula{
    width: 80%;
    height: 50%;
}

.contenedor_global_servicios{
    width: 100vw;
    height: 90vh;
    justify-content: center;
    align-items: center;
}

.servicios{
    width: 80%;
    height: 90%;
    margin-left: 10%;
    border-radius: 15px;
    background-color: #F2F4F4;
    overflow: auto;
}
.botonDashboard{
    padding: 7px;
    color: white;
    background-color: #990013;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    margin: 10px;
    width: 285px;
    font-family: Century Gothic;

}
.botonDashboardSub{
    padding: 7px;
    color: white;
    background-color: #990013;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    margin: 10px;
    width: 40%;
    font-family: Century Gothic;
}
.boton{
    background-color: #990013;
    border: none;
    cursor: pointer;
    padding: 5px;
}
.modal-header{
    background-color: #990013;
}
.modal-title{
    color: white;
}
.ser{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contenedor_global_subservicios{
    width: 100vw;
    height: 90vh;
    /*    display: flex;
        justify-content: center;*/
    align-items: center;
}

.subservicios{
    width: 80%;
    height: 80%;
    margin-left: 10%;
}

.subser{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contenedor_Ajustar_Hora{
    width: 100%;
    height: 90%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.contereloj{
    width: 80%;
    height: 30%;
    display: flex;
    justify-content: center;
}

.iconreloj{
    width: 20%;
    background-image: url('../image/reloj.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.contenedorhora{
    width: 50%;
    height: 50%;
}

.ajustarhora{
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 200px) and (max-width: 730px){
    .contereloj{
        width: 80%;
        height: 30%;
        display: flex;
        justify-content: center;
    }
    .iconreloj{
        width: 40%;
        background-image: url('../image/reloj.png');
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .contenedorhora{
        width: 80%;
        height: 50%;
    }
    .panelderedash{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        padding: 10px;
        background-color: white;
    }
    .panelSuperior{

        display: none;
    }
    .panelSuperior2{
        width: 100vw;
        height: 10vh;
        background: none;
        display: flex; 
        flex-direction: row;
        /*border-style: solid;
        border-width:0px 0px 1px 0px;
        border-color: #b9bbbe;*/
        justify-content:space-between;
        display: initial;
    }

    
    .conteservi{
        width: 80%;
        height: 30%;
        display: flex;

        justify-content: center;
    }
    .iconservi{
        width: 50%;
        height: 100%;
        background-image: url('../image/service.png');
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .conteformula{
        width: 80%;
        height: 50%;
    }
}