/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 8 ago. 2022, 17:16:05
    Author     : verac
*/

*, ::after, ::before {
    box-sizing: border-box;
}

.subtitulo_form_login{
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem
}

header{
    height: auto;
}

#principal_soporte_remoto{
    background-image: url(../../Img/Fondo-oscuro.png);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 30px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 15px 0;
    overflow: scroll;
}

#fecha_mis_solicitudes{
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    width: auto!important;
}

#principal_soporte_remoto input,
#principal_soporte_remoto select{
    background-color: #fff;
    color: #262626;
    padding: 0 10px;
    width: 100%;
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 10px;
}

.disabled{
    background-color: #262626!important;
    color: #fff!important;
}

#content_soporte_remoto{
    width: 80%;
}

#titulo_soporte_remoto{
    color: #fff;
    font-size: 3rem;
}

#div_input_soporte_remoto{
    display: flex;
    align-items: center;
}

#content_soporte_remoto button:not(.btn-link){
    background-color: #d80212;
    color: #fff;
    text-transform: uppercase;
    vertical-align: bottom;
    border: none;
    font-weight: 500;
    padding: 15px 1.5rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: 20px;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
}

#content_soporte_remoto button:not(#nueva_tabular):nth-child(2){
    margin-left: 10px;
    background-color: #fff;
    color: #d80212;
    border: 1px solid #d80212;
}

#logout_sr{
    outline: none;
    box-shadow: none;
    display: none;
    margin: 20px 0;
}

#sw_activar_notificaciones{
    outline: none;
    box-shadow: none;
}

.subtitulo_soporte_remoto{

}

#alta_solicitud{
    color: #fff;
}

#alta_solicitud h2{
    font-size: 2rem;
    text-align: center;
    margin-bottom: 15px;
}

.h-0 {
    height: 0!important;
    overflow: hidden!important;
    padding: 0!important;
    border: none!important;
}

#espera_atencion{
    color: #fff;
}

#espera_atencion h2{
    margin-bottom: 20px;
    font-size: 2.5rem;
}

#espera_atencion .en_espera,
#espera_atencion .en_espera span{
    font-size: 1.5rem;
    margin-top: 20px;
}

#login_soporte_remoto{
    color: #fff;
}

#login_soporte_remoto select{
    padding: 0 10px;
}

#nueva_tabular,
#login_soporte_remoto button{
    line-height: 0!important;
}

#acceder_solicitud h2,
#acceder_solicitud h5{
    color: #fff;
}

#acceder_solicitud h5{
    margin-bottom: 3rem;
}

#acceder_solicitud th{
    vertical-align: middle;
}

#acceder_solicitud td{
    background-color: #262626;
    color: #fff;
    font-size: 0.9rem;
    vertical-align: middle;
}

#acceder_solicitud td button{
    outline: none;
    box-shadow: none;
}

#mis_solicitudes{
    line-height: 0!important;
    margin-top: 20px;
}

td.estado.enespera{
    background-color: rgb(255,0,0)!important;
}

td.estado.enatencion{
    background-color: rgb(255,230,153)!important;
    color: #000!important;
}

td.estado.atendido{
    background-color: rgb(0,176,80)!important;
    cursor: pointer;
}

td.estado.noatendido{
    background-color: #CCD1D1!important;
    color: #000!important;
}

td.estado.atencioncancelada{
    background-color: #34495E!important;
    cursor: pointer;
}

#gestion_overlap{
    color: #fff;
    width: 100%;
}

#gestion_overlap > div{
    max-height: 450px;
    overflow: auto;
    margin: 15px 0;
}

#gestion_overlap h2,
#gestion_overlap h3{
    text-align: center;
}

#gestion_overlap table{
    width: 80%;
    margin: auto;
    position: relative;
}

#gestion_overlap table td,
#gestion_overlap table th{
    text-align: center;
    padding: 5px 2px;
}

#gestion_overlap table td span{
    font-size: 1.5rem;
    cursor: pointer;
}

#gestion_overlap table thead{

}

#gestion_overlap table thead th{
    position: sticky;
    top: 0;
    background: rgba(0,0,0,0.9);
}

#content_input_plano{
    display: grid;
    grid-template-columns: 1fr 40px;
}

#content_input_plano input{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 0;
}

#content_input_plano span{
    background-color: #fff;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#tabla_mis_solicitudes{
    max-height: 450px;
}

#tabla_mis_solicitudes table th{
    position: sticky;
    top: 0;
}

.tdCoordenadaOverlap{

}

.tdCoordenadaOverlap span{
    display: block;
}

.tdCoordenadaOverlap span:nth-child(1){
    font-size: 0.9rem!important;
}

.tdCoordenadaOverlap span:nth-child(2){
    font-size: 0.7rem!important;
}

.controles_soporte_remoto{
    display: flex;
    margin-bottom: 10px;
    justify-content: end;
}

.controles_soporte_remoto button{
    padding: 5px!important;
    margin-left: 10px!important;
    border-radius: 10px!important;
    width: 30px;
}

@media only screen and (max-width: 850px) {
    #content_soporte_remoto{
        width: 90%;
    }
}

@media only screen and (max-width: 600px) {
    #content_soporte_remoto{
        width: 95%;
    }
    .toast360 .item_toast .texto_item_toast{
        font-size: 12px;
    }
}

@media only screen and (max-width: 550px) {
    #content_soporte_remoto{
        width: 98%;
    }
    #acceder_solicitud td,
    #acceder_solicitud th{
        font-size: 11px;
    }
    #acceder_solicitud th:nth-child(5){
        width: 85px;
    }
    #acceder_solicitud th:nth-child(4){
        width: 120px;
    }
    #acceder_solicitud th:nth-child(1){
        width: 70px;
    }
    #titulo_soporte_remoto{
        font-size: 2rem;
    }
    #principal_soporte_remoto label{
        font-size: 0.9rem;
    }
    #content_soporte_remoto button:not(.btn-link){
        padding: 10px 1rem;
    }
    #alta_solicitud h2{
        font-size: 1.5rem;
    }
}
