
/* 
    Created on : 24/04/2019, 02:37:31 PM
    Author     : jbarbozav Novacomp
*/
.faq_sub{
    font-weight: bold;
    font-size: 18px;
    color: #005581;
    margin-top: 1em;
    margin-bottom: 1em;
}

.ui-corner-all{
    margin-bottom: 0.5m !important;
}

.requisitos_ul{
    margin-left: 2em;
}

.requisitos_ul li{
    margin-bottom: 1em;
}

body{
    background-color: #f3f3f3;
    font-family: Arial;
}

#horizontalLine{
    border-color: #055581;
}

.titulo{
    background-color: #055581;
}

.img_req{
    height: 3em !important;
    margin: 1em;
}

.img_down{
    height: 5em !important;
    margin: 0em;
    margin-bottom: 1em;
    margin-top: 1em;
}

.img_paso{
    height: 3em !important;
}

.panelGridPasos{
    width: 100%;
    left: -1em;
    font-weight: bold;
}

.panelGridPasos tr td{
    border: none !important;
}

.ui-button{
    text-align: center !important;
    background: #E36F1E !important;
    font-size: 13px !important;
    border: none !important;
    padding: 7px !important;
    color: white !important;
}

.ui-button:hover{
    background: #807f83 !important;
}

.ui-menu{
    background: #055581;
    border: none;
    padding: 0em;
    width: 17em;
}

.ui-menu .ui-menuitem-link:hover{
    font-weight: bold;
    width: 100%;
    background: #055581;
    color: white;
    border: none;
}

.ui-menu .ui-menuitem-link:selected{
    background: rgba(128,127,131,1);
    color: white;
    width: 100%;
}

.ui-corner-all{
    border-radius:0px;

}

.topnav a:hover {
    background-color: #005581;
    color: white;
}

.ui-menu .ui-menu-list .ui-widget-header{
    display: none;
}

.ui-widget-content a{
    color: white;
    font-size: 13px;   
}

#tituloPagina{
    text-align: center;
    font-size: 22px;
    color: white;
    background-color: #055581;
}

.tituloPaginaAyuda{
    text-align: center;
    font-size: 22px;
    color: white;
    background-color: #055581;
}

#imagencabecera{
    background-color: white;
    padding-left: 1em;
}

#pie_pagina{
    text-align: left;
    background-color: #E36F1E;
    font-size: 14px;
    color: white;
    z-index: -1000;
    display: block;
    position: fixed;
    bottom: 0px;
    padding: 0.5%;
    padding-top: 1%;
}

p{
    padding-top: 1em;
}

.divBttnCenter{
    text-align: center !important;
}

img {
    display: inline-block;
    vertical-align: middle;
}

#cabecera{
    background-color: white;
}

#divNotario{
    background-color: rgba(128,127,131,1);
    font-size: 16px;
    color: white;
    padding-left: 1%;
    font-weight: normal;
    vertical-align: middle;
    padding: 1%;
    margin-bottom: 1%;
}

#fechaSistema{
    font-size: 16px;
    text-align: right;
    padding-right: 1%;
    vertical-align: middle;
    font-size: 16px;
}

#btnAyuda{
    text-align: center;
    padding-right: 1%;
    text-align: center;
    background-color: #055581;
    vertical-align: middle;
}

.ui-menu .ui-menuitem-link{
    margin-bottom: 3%;
    padding-bottom: 10%;
    padding-top: 10%;
    width: 100%;
}

.topnav {
    overflow: hidden;
    background-color: #055581;
}

.topnav a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 13px;
}

.topnav a:hover {
    background-color: #005581;
    color: #E36F1E;
}

.active {
    background-color: #807f83;
    color: white;
}

.topnav .icon {
    display: none;
}

#logoR{
    text-align: center;
}

.ui-g-1, .ui-g-2, .ui-g-3, .ui-g-4, .ui-g-5, .ui-g-6, .ui-g-7, .ui-g-8, .ui-g-9, .ui-g-10, .ui-g-11, .ui-g-12{
    padding: 0em;
}

#menuNormal{
    padding-left: 3%;
    display: flex;
}

.div{
    background-color: white;
    margin: 1%;
    color: black;
    font-size: 16px;
    padding: 1%;
}

.div:hover{
    box-shadow: 0.3em 0.3em 0.3em 0.3em rgba(128,127,131,0.70);

}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
        padding-right: 10%;
    }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #fechaSistema{display: none;}
    #menuNormal{display: none;}
    #logo{display: none;}
    .marcaRN{min-width: 5em !important; min-height: 3em !important; height: 3em !important;}
} 

/* Extra small devices (phones, 900px and down) */
@media only screen and (max-width: 900px) {
    #logo{display: none;}
    #pie_pagina{display: none;}
    .marcaRN{min-width: 5em !important; min-height: 3em !important; height: 3em !important;}
} 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    #menuMobile{display: none;}
    .orangeBox{display: none;}
    .square_text{min-height: 1em !important;}
} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #005581;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.ui-datatable table .ui-sortable-column{
    background: #055581;
    color: white;
}

.ui-datatable table .ui-state-default{
    background: #055581;
    color: white;
}

.ui-datatable{
    font-size: 13px;
}

.orangeBox {
    width: 40px;
    height: 40px;
    padding: 8px;
    background: #E36F1E;
    color: white;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
}

.ui-messages{
    margin: 1%;
}

.ui-messages:hover{
    box-shadow: 0.3em 0.3em 0.3em 0.3em rgba(128,127,131,0.70);
}

.input-container input {
    border: none;
    box-sizing: border-box;
    outline: 0;
    padding: .75rem;
    position: relative;
    width: 100%;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.ui-widget-header{
    background: none;
    border: none;
}

.square_blue{
    text-align: center;
    align-content: center;
}

.ui-widget-content{
    border: none;
}

.square_text{
    min-height: 7em !important;
    font-family: Arial;
    font-size: 13px;
}

.example{
    color: #005581;
    text-decoration: none;
    cursor: context-menu;
    max-width: 10em;
}

.ttImage{
    border: 1px #055581 dashed;
    box-shadow: 0.3em 0.3em 0.3em 0.3em rgba(128,127,131,0.70);
}

.chrome{
    width: 1.5em !important;
    height: 1.5em !important;
}

.marcaRN{
    min-width: 100px;
    height: 5em;
    margin: 0.75em;
}

#marcaRN{
    background: #005581;
}

.marcaRNHeader{
    min-width: 130px;
}

select option:hover {
    background: #005581;
}

.labelSelect{
    color: #005581;
    position: relative;
    top: -20px;
    font-size: 13px !important;
}

.floating-select{
    z-index: 1000;
    width: 85%;
    font-size: 13px;
}

.floating-combo:disabled + label {
    color:#ccc;
}

.floating-combo + label {
    display:none !important;
}

.floating-combo{
    min-width: 200px !important;
    color: white !important;
}



.ui-selectonemenu{
    background: none;
    width: 100%;
    border:none;
    border-bottom: rgba(128,127,131,1) 1px dotted;
    font-family: Arial;
    font-size: 13px;
}

.ui-selectcheckboxmenu{
    background: none;
    width: 100%;
    border:none;
    border-bottom: rgba(128,127,131,1) 1px dotted;
    font-family: Arial;
    font-size: 13px;
}


.ui-widget-content .ui-state-hover{
    background: white;
    color: black;
}

.ui-widget-content .ui-state-selected{
    background: #005581;
    color: white;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    background: rgba(128,127,131,0.5);
    color: black;
}

.ui-selectonemenu .ui-selectonemenu-trigger{
    /*display: none;*/
}

.ui-inputswitch{
    font-size: 13px;
    font-family: Arial;
    margin-top: 2em;
}

.textvalignmiddle{
    width: 78%;
    height: 2em;
}

#labelFile{
    margin-right: 7%;
}

.ui-radiobutton .ui-radiobutton-box{
    border-radius: 3px;
}

.ui-selectoneradio{
    font-family: Arial;
    font-size: 13px;
    margin-top: 1em;
}

.ui-panel{
    border: none;
}


swal-button:not([disabled]){
    background-color: #E36F1E !important;
}

.swal-button{
    background-color: #E36F1E !important;
    font-family: Arial;
    font-size: 13px;
    border-radius: 3px;
    color: white !important;
}

.swal-button:focus{
    box-shadow: none;
    border-radius: 0px;
    font-family: Arial;
    font-size: 13px;
}

.swal-button:hover{
    background-color: #807f83 !important;
}

swal-button:not([disabled]):hover {
    background-color: #807f83 !important;
    font-family: Arial;
    font-size: 13px;
}

.swal-footer {
    text-align: center !important;
}

.swal-title{
    font-size: 22px;
    font-family: Arial;
}

.swal-text{
    font-size: 16px;
    font-family: Arial
}

.mayuscula{
    text-transform: uppercase;
}

.wo-inline .online-color {
    background-color: #005581 !important;
}

.texto-bold{
    font-weight: bold;
}

.terminos{
    text-align: center;
    font-size: 16px;
    font-family: Arial;
    width: 100%;
}

.headHelp{
    align-content: center !important;
    background-color: white !important;
    overflow: scroll !important;
    width: 35% !important;
    /*background-color: #808080;*/
}

.ui-dialog-titlebar-close{
    background-color: white !important;
}
.ui-sidebar-close{
    display:none !important;
}

.ui-selectonemenu .ui-selectonemenu-trigger .ui-icon:before {
    color: white !important;
}

.ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger .ui-icon:before {
    color: white !important;
}

ayudaTexto{
    text-align: justify !important;
    margin-right: -3% !important; 
    margin-left: -2.4% !important;
    font-size:13px !important ;
    font-family: Arial !important;
}

ayudaFondo{
    background-color: white ; 
    margin-right: -3%; 
    margin-left: -2.4%;
}

.divCenterItem{
    text-align: center !important;
}

ui-icon ui-icon-triangle-1-s ui-c{
    color: white !important;
}

.ui-selectonemenu:hover{
    background: none;
    width: 100%;
    border:none;
    border-bottom: rgba(128,127,131,1) 1px dotted;
    font-family: Arial;
    font-size: 13px;
    color: gold !important;
}
.ui-selectcheckboxmenu:hover{
    background: none;
    width: 100%;
    border:none;
    border-bottom: rgba(128,127,131,1) 1px dotted;
    font-family: Arial;
    font-size: 13px;
    color: gold !important; 
}

.comboPanelDocumentos{
    display: block !important;
    min-width: 160px !important;
}

.ui-datatable .ui-column-filter{
    background: white !important;
    color: black !important;
    font-family: Arial;
    font-size: 13px;
    margin-top: 0.5em;
    margin-bottom: 0.2em;
}

.terminos{
    font-family: Arial;
    font-size: 13px;
    margin: 2em;
    text-align: justify;
}

.ui-widget{
    font-family: Arial;
}

.swal-text{
    white-space: pre-wrap; 
    -ms-word-break: break-word;
    word-break: break-word;
    text-align: justify;
}

.far{
    color: #E36F1E; 
    cursor: pointer;
}

.removeButton{
    display: none;
}

.removeFile{
    color: #E36F1E;
    cursor: pointer;
}

.scrollDown{
    text-align: center;
    display: block;
}

.ui-fileupload-files{
    display: none;
}

.LoginBackground {
    grid-gap: 32px 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.Card_card {
    background: #fff;
    border: 1px solid #f3f5f6;
    box-shadow: 0 8px 16px hsla(208,7%,46%,.09);
    border-radius: 12px;
    width:450px;
    min-height:560px;
}

.LoginPage_cardWrapper {
    height: 100%;
    padding: 20px 60px;
    margin-top: 20px;
}

.LoginBySignature {
    line-height: 21px;
    text-align: justify;
    margin: 1px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.Login_LabelSelect {
    color: #005581;
    position: relative;
    font-size: 13px;
    padding-bottom: 20px;
    padding-top: 10px;
}

.Login_Input {
    color: #005581;
    position: relative;
    font-size: 13px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-top: 10px;
}

.Login_Button {
    margin-top: 25px;
    border-radius: 10px;
}

.divBttnright{
    text-align: right !important;
}

.ModalSignature_verificationCodeBox {
    border: 1px solid #ced4da;
    border-radius: 8px;
    letter-spacing: 5px;
    font-family: WorkSans,sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #6c757d;
    padding: 13px 16px;
    width: 192px;
    height: 48px;
    text-align: center;
}