@import 'variablesGlobales.css';

.cuerpo{
    display: flex; 
    flex-direction: column;
}
.panelSuperior{
    width: 100v;
    height: 10vh;
    background: transparent;
    display: flex; 
    flex-direction: row;
    justify-content:space-between;
}
.panelSuperior2{
    display: none;
}
.panelMedio{
    background-color: white;
    display: flex; 
    flex-direction: row;
    justify-content: center;
}
.panelMedioTicket{
    background-color: white;
    flex-direction: row;
}
.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: #e04356;
    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;
    display: flex;
    flex-direction: row;
    margin-left: 43%;
    align-items: center;
    cursor:pointer;
    color: white;
    border: 2px solid white;
    padding: 10px;
    border-radius: 10px;
}
.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 #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%);
}
.fc-center{
    border-radius: 25px;
    border-style: solid;
    border-width:  thin;
    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;
    color: white !important;
}
.fc button{
    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%);
    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%;
}

.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;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nuevo_turno{
    width: 80%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}   
.modal-header{
    border-bottom: 1px solid #ffffff;
}
.boton{
    margin: 1px;
    border-radius:23px;
    background: rgb(43,114,168);
    background: linear-gradient(90deg, rgba(43,114,168,1) 51%, rgba(212,24,29,1) 80%);
    color: white;
}
.bord21prueba{
    width: 80%;
    height: 40px;
    border-radius:23px;
    border-style: solid;
    border-width: 2px;
    border-image-source: linear-gradient(to right, #2b72a8, #d4181d);
    border-image-slice: 1;
    background-image: linear-gradient(to right, white, white), linear-gradient(to right, #2b72a8, #d4181d);
    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-width:  thin;
    border-left: 2px solid #2b72a8;
    border-right: 2px solid #d4181d;
    -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%);
}
.conteservi{
    width: 15%;
    height: 19%;
    display: flex;
    justify-content: center;
}
.iconservi{
    width: 60%;
    height: 100%;
    background-image: url('../image/service.png');
    background-repeat: no-repeat;
    background-size: 100%;
}
.conteformula{
    width: 80%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.contenedor_global_servicios{
    width: 100vw;
    height: 90vh;
    justify-content: center;
    align-items: center;
}
.servicios{
    width: 80%;
    height: 80%;
    margin-left: 10%;
}
.ser{
    display: flex;
    flex-direction: column;
}
.contenedor_global_subservicios{
    width: 100vw;
    height: 90vh;
    align-items: center;
}
.subservicios{
    width: 80%;
    height: 80%;
    margin-left: 10%;
}
.subser{
    display: flex;
    flex-direction: column;
}
.contenedor_Ajustar_Hora{
    width: 100%;
    height: 46vh;
    display: flex;
    justify-content: center;
    padding: 10px;
}
.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;
        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%;
    }
}