/**
 Estilos de cascada para la pagina principal
 
@autor    Jairo Andres Rivera
@version  1.0
@date     05/06/2015
*/
#homeNotLogin{
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 2px;
    height: 100%;
}

#notLoginContainer{
    width: 100%;
    border-radius: 4px;
    height: 100%;
    -moz-box-shadow: 0px -4px 6px #e0e0e0;
    -webkit-box-shadow: 0px -4px 6px #e0e0e0;
    box-shadow: 0px -4px 6px #e0e0e0;

}

#panelMantenimiento{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 222;
    background-color: rgba(15, 23, 29, 0.62);
}

#panelMantenimiento>div{
    margin-top: 153px;
    text-align: center;
    font-size: 22px;
    padding: 5px;
    color: white;
    font-weight: 600;
    width: 30%;
    min-width: 280px;
}

/**
 Titulos y opciones pantalla principal.
*/
/* Estilos para version Escritorio*/
@media(min-width: 720px){
    #fullMainOptions{
        text-align: center;
        position: absolute;
        z-index: 100;
        margin-top: 5%;
        background-color: rgba(45, 45, 45, 0.61);
        width: 99.9%;
        padding-top: 4px;
        padding-bottom: 4px;
    }  
    *.btnInicio>span{
        font-size: 13.5px !important;
    }
}
/* Estilos para version Movil*/
@media(max-width: 720px){
    #fullMainOptions{
        text-align: center;
        position: absolute;
        z-index: 100;
        margin-top: 1%;
        background-color: rgba(45, 45, 45, 0.61);
        padding-top: 10px;
        padding-bottom: 10px;
    }  

    *.btnInicio>span{
        font-size: 17.5px !important;
        font-weight: 400 !important;
    }

    *.btnInicioAyuda{        
        display: none !important;
    }
}

.applicationTitle{
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 18px;
    font-weight: 600;
    color: white;
    text-shadow: 2px 1px 1px #2B2B2B;
}

.applicationSubTitle{
    padding: 6px;
    font-size: 14px;
    font-weight: 300;
    color: white;
    text-shadow: 2px 1px 1px #2B2B2B;
}

*.applicationMainCommands{
    padding: 4px;
}


#infoUserSNRAccount{
    padding: 23px;
    padding-top: 44px;
    font-size: 13px;
    text-align: center;
    color: rgb(126, 126, 126);
}

#mainRegister{
    width: 298px !important;
    min-height: 280px !important;
}

*.inpRegister{
    width: 290px;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: rgb(11, 28, 45) !important;
    height: 24px !important;
    font-family: 'Montserrat', sans-serif !important;
}

*.inpRegister>input{
    width: 290px;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: rgb(11, 28, 45) !important;
    height: 24px !important;
}

*.inpSeleRegister{
    font-family: 'Montserrat', sans-serif !important;
    width: 296px !important;
}

*.inpSeleRegister>label{
    font-family: 'Montserrat', sans-serif !important;
    text-align: center !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: rgb(11, 28, 45) !important;
    text-transform: uppercase;
}

*.ui-selectonemenu-list-item{
    font-family: 'Montserrat', sans-serif !important;
    text-align: center !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}

*.mainOptionContainer{
    width: 96px;
    height: 96px;
    border: 1px solid rgb(231, 231, 231);
    margin: 8px;
    border-radius: 6px;
    background-color: rgba(240, 240, 240, 0.25);
    text-align: center !important; 
    position:relative;
}
*.splitedOptions>div{
    margin: 6px;
    display: inline-block;
    vertical-align: top;
}

/* Estilos para version Escritorio*/
@media(min-width: 720px){
    #splitedOptionsProfile>div{
        width: 47%;
        margin: 2px;
        min-width: 320px;
        min-height: 150px;
        display: inline-block;
        vertical-align: top;
    }

    *.notificacionOficinasInactivas{
        text-align: center;
        margin-top: -24px;
        padding: 10px;
        background: #F8F8F4;
        border-top: 2px solid #E8E8E8;
        border-bottom: 2px solid #E8E8E8;
        color: #170201;
    }
}

/* Estilos para version Movil*/
@media(max-width: 720px){
    #splitedOptionsProfile>div{
        width: 80%;
        margin: 2px;
        min-height: 150px;
    }

    #splitedOptionsProfileUser{
        display: none;
    }

    *.notificacionOficinasInactivas{
        text-align: center;
        padding: 10px;
        background: #F8F8F4;
        border-top: 2px solid #E8E8E8;
        border-bottom: 2px solid #E8E8E8;
        color: #170201;
    }
}

#informacion-navegador{
    text-align: center;
    margin-top: -24px;
    padding: 10px;
    margin-top: 2px;
    background: #F8F8F4;
    border-top: 2px solid #E8E8E8;
    border-bottom: 2px solid #E8E8E8;
    color: #170201;
}

#informacion-pqrs{
    text-align: center;
    padding: 8px;
}

#informacion-pqrs>a{
    color: #404040 !important;
    text-decoration: none;
    font-weight: 600 !important;
}

#informacion-pqrs>a:hover{
    font-weight: 700 !important;
}

#commandRequerimientosSistema{
    text-decoration: none !important;
    color: #3B5C6D !important;
}

#commandRequerimientosSistema:hover{
    font-weight: 600 !important;
}

#splitedOptionsProfileUser>div>div{
    width: 46%;
    min-width: 80px;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
    margin-right: 10px;
}

*.splitedOptionsProfileUserLeft{
    text-align: right;
}

*.splitedOptionsProfileUserRight{
    text-align: left;
}

*.mainOptionContainer>div{
    position:absolute; bottom:0;
    text-align: center;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    color: white;
    padding-top: 1px;
    padding-bottom: 2px;
    background: #626261;
    line-height: 14px !important;
    
}

*.mainOptionContainer:hover{
    border: 1px solid rgb(174, 174, 174);    
    background-color: rgba(240, 240, 240, 0.25);
}

*.mainOptionContainer:hover>img{
    opacity: 0.7;
}

*.mainOptionContainer:hover>div{
    font-size: 13.5px;
}

*.mainOptionContainer>img{
    width: 50px;
    padding: 6px;
    opacity: 0.4;
}

*.mainOptionContainerInverted{
    border-radius: 8px;
}

*.mainOptionContainerInverted>div{
    text-align: center;
    width: 80px;
    font-size: 11.5px;
    font-weight: 300;    
    color: white;
    padding-top: 1px;
    border-radius: 4px;
    padding-bottom: 1px;
    background: #626261;
    text-decoration: none !important;
}

*.mainOptionContainerInverted:hover{
    -webkit-box-shadow: 0px 8px 14px 0px rgba(204, 204, 204, 0.75);
    -moz-box-shadow:    0px 8px 14px 0px rgba(204, 204, 204, 0.75);
    box-shadow:         0px 8px 14px 0px rgba(204, 204, 204, 0.75);
}

*.mainOptionContainerInverted:hover>img{
    opacity: 0.7;
    padding: 6px;    
}

*.mainOptionContainerInverted:hover>div{
    font-size: 13px;
}

*.mainOptionContainerInverted>img{
    height: 30px;
    width: 30px;
    padding: 2px;
    opacity: 0.4;
}

#panel-opciones{
    min-height: 150px;    
}

#panel-opciones>div>a{
    text-decoration: none;
}

#panel-opciones>div{
    width: 180px;
    text-align: center;
    display: inline-block;
    height: 180px;
    vertical-align: top;
    padding: 6px;
    margin-left: 6px;
    margin-right: 6px;
}

*.panel-opciones-title{
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    width: 100%;
    color: #FFFFFF;
    font-weight: 300;
    background-color: #626261;
    font-size: 13px;
    padding: 1px;
    border: 1px solid #cbcbcb;
    text-shadow: 1px 2px 1px #2a2a2a;
    border-radius: 6px;
}

*.panel-opciones-content>img{
    width: 44px;
    height: 44px;
    padding: 8px;
}

*.panel-opciones-content{
    width: 100%;
    border-radius: 4px;
    padding: 1px;
    padding-top: 4px;
    padding-bottom: 4px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(188, 188, 188, 0.75);
    -moz-box-shadow:    1px 1px 5px 0px rgba(188, 188, 188, 0.75);
    box-shadow:         1px 1px 5px 0px rgba(188, 188, 188, 0.75);
    min-height: 132px;
}

*.panel-opciones-content:hover{
    border-right: 2px solid #C3C3C3;
    border-bottom: 2px solid #BBBBBB;    
}

*.panel-opciones-content>div{
    font-size: 13.5px;
    color: gray;
}

#contactenos{
    min-height: 150px;
    border-top: 2px solid #CECECE;
    background-color: #F8F8F4;
}

#contactenos>div>img{
    padding: 12px;
}

#contactenos>div>div{
    width: 78%;
    margin: 0 auto;
    min-height: 100px; 
    margin-bottom: 8px;
}

#contactenos>div>div>span{
    font-weight: 600;
    color: #676869;
}


/* Estilos para version Escritorio*/
@media(min-width: 720px){
    *.contenidoTerminos{
        width: 840px;
        max-height: 400px;
        overflow-y: scroll;
        padding: 4px;
    }

    #contactenos>div>div>div{
        padding: 12px;
        width: 76%;
    }

    #modalTerminos{
        top: 62px !important;   
    }

    #modalLogin{
        top: 122px !important;   
    }

    #modalRegistro{
        top: 60px !important;   
    }

    #modalOlvidoClave{
        top: 122px !important;
    }

    #modalVideoAyuda{
        top: 30px !important;   
    }
}
/* Estilos para version Movil*/
@media(max-width: 720px){
    #modalTerminos{
        top: 42px !important;   
    }

    #contactenos>div>div>div{
        padding: 2px;
        width: 100%;
    }

    *.contenidoTerminos{
        width: 300px;
        max-height: 420px;
        overflow-y: scroll;
        padding: 4px;
    }

    #modalLogin{
        top: 10px !important;   
    }

    #modalRegistro{
        top: 10px !important;   
    }

    #modalOlvidoClave{
        top: 20px !important;
    }
}

/* Estilos para version Movil Video*/
@media(max-width: 1020px){
    #modalVideoAyuda{
        display: none !important;
    }

    #modalVideoAyuda_modal{
        display: none !important;
    }
}


*.contenidoTerminos::-webkit-scrollbar{
    width: 8px;
    width: 8px;
}

*.contenidoTerminos::-webkit-scrollbar-track{
    background: rgba(0, 0, 0, 0.1);
}

*.contenidoTerminos::-webkit-scrollbar-thumb{
    background: rgba(0, 147, 211, 1);
    border-radius: 8px;
}
/**
 Estilos modal de notificacion oficinas inactivas en pre registro.
*/

*.preRegisterContainer{
    max-width: 580px;
    padding: 4px;
}

*.preRegisterTitle{
    text-align: center;
    padding: 4px;
}

*.preRegisterContent{
    text-align: center;
    padding: 4px;
}

