@font-face {
    font-family: 'open_sanslight';
    src: url('/estaticosED/files/css/fonts/OpenSans/opensans-light.eot');
    src: url('/estaticosED/files/css/fonts/OpenSans/opensans-light.eot?#iefix') format('embedded-opentype'), url('/estaticosED/files/css/fonts/OpenSans/opensans-light.ttf') format('truetype'), url('/estaticosED/files/css/fonts/OpenSans/opensans-light.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('/estaticosED/files/css/fonts/OpenSans/opensans-regular.eot');
    src: url('/estaticosED/files/css/fonts/OpenSans/opensans-regular.eot?#iefix') format('embedded-opentype'), url('/estaticosED/files/css/fonts/OpenSans/opensans-regular.ttf') format('truetype'), url('/estaticosED/files/css/fonts/OpenSans/opensans-regular.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
} 

/*estilos RUW principales*/
/**********************************************/
.containRUW_ECO{
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 10px 20px 20px 20px;
}

.contentViewer.containRUW .icon.close {
    background-color: transparent;
    opacity: 1;
    background-image: url(../img/closeBlack.svg);
}

.clsActivi h3{
    margin-bottom: 5px;
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 20px;
    height: 25px;
    color: #ff7600;
    text-align: left;
    text-transform: uppercase;
    font-family: 'open_sansregular';
}

.layoutmanager.ly_colpensiones .clsActivi h3{
    color: #007bff !important;
}

.clsMainRUW .clsCampo{
    position: relative;
    text-align: center;
    padding-top: 5px;
    /*overflow: hidden;*/
    vertical-align: top;
    margin-bottom: 2px;
    display: inline-block;
}

.clsCampo .caNO{
    position: relative;
    width: 100%;
    height: 75px;
    max-height: 100px;
    border-radius: 7px;
    border: 1px solid #ccc;
    margin-top: 5px;
    padding: 10px;
    resize: none;
    font-size: 14px;
    font-family: 'open_sansregular';
}

.clsMainRUW .clsBtn{
    position: relative;
    text-align: center;
    padding-top: 5px;
    overflow: hidden;
    display: inline-block;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

.clsMainRUW .clsBtn .txtCombo{
    height: 18px;
    /*display: none;*/
}

.clsCampo .txtCombo{
    position: relative;
    width: 90%;
    height: 16px;
    line-height: 16px;
    font-size: 13px;
    color: #808080;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: 'open_sansregular';
}

.clsCampo .stateSelect, .clsCampo .infoSelect {
    position: absolute;
    width: 15px;
    height: 30px;
    right: 0;
    color: red;
    text-align: center;
    line-height: 30px;
    font-size: 10px;
    border-radius: 2px;
}

.clsCampo .infoSelect {
    right: 18px;
    color: #808080;
}

.clsCampo .inputSYC{
    width: 100%;
    margin-top: 5px;
    border: 1px solid #ccc;
    background: none;
    font-size: 14px;
    height: 30px;
    border-radius: 3px;
    padding: 0px 10px;
    box-sizing: border-box;
    color: #654b24;
    font-family: 'open_sanslight';
    background-color: white;
}

.clsMainRUW .clsCampo.clsCampoGrid{
    margin-bottom: 5px;
}

.clsCampoGrid .txtCombo{
    font-size: 13px;
}

.clsCampoGrid .inputSYC{
    height: 28px;
    margin-top: 2px;
    font-size: 13px;
}

.custom-combobox .inputSYC.disabled{
    background-color: transparent;
}

.clsBoton{
    background-color: #ccc;
    color: white;
    width: 100%;
    padding: 10px; 
}

.clsBoton .ui-icon-search{
    float: left;
}

.inputSYC.disabled{
    background-color: transparent;
    border: none;
    border: 1px solid #ccc;
}

.custom-combobox .inputSYC{
   width: 100% !important;
    border: 1px solid #ccc;
    background: none;
    font-size: 14px;
    font-family: 'open_sanslight';
    background-color: white;
}

.inputSYC.clsObligatorio, .caNO.clsObligatorio{
    border: 1px solid red;
}

input.disabled{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
}

.inputSYC.disabled .inputSYC{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
}

.clsGrupos .clsSep{
    position: relative;
    height: auto;
    width: 100%;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    margin-top: 0px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 5px 10px;
    box-sizing: border-box;
    display: inline-block;
    color: #808080;
    background-color: rgba(0,0,0,0.07);
    text-align: left;
    border-radius: 3px;
    font-family: 'open_sansregular';
}

.clsBtn .clsBoton {
    height: 26px;
    line-height: 0px;
    padding: 0px;
    background-color: #808080;
}


/*estilos del JQUERY UI nuevos*/
/**********************************************/
.ui-widget button{
    background-color: #ccc;
    padding: 8px 20px;
    color: #333;
    font-size: 18px;
    display: inline-block;
    margin: 20px 10px;
    outline: none;
    font-family: 'open_sanslight';
}

.ui-widget-header{
    background: none;
    border: none;
    padding: 0px;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
}

.ui-accordion .ui-accordion-header{
    background: none;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    line-height: 37px;
    font-family: 'open_sansregular';
    text-overflow: ellipsis;
    color: #333;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 18px;
    padding-left: 30px;
    border: 1px solid #ccc;
    outline: none;
    margin-bottom: 10px;
    background-color: rgba(255,255,255,0.8);
    -webkit-box-shadow: 3px 3px 14px 1px rgba(0,0,0,0.23);
    -moz-box-shadow: 3px 3px 14px 1px rgba(0,0,0,0.23);
    box-shadow: 3px 3px 14px 1px rgba(0,0,0,0.23);
}

.ui-widget-content{
    border: none;
    background: none; 
    background-color: white !important;
    -webkit-box-shadow: 3px 3px 14px 1px rgba(0,0,0,0.23);
    -moz-box-shadow: 3px 3px 14px 1px rgba(0,0,0,0.23);
    box-shadow: 3px 3px 14px 1px rgba(0,0,0,0.23);
}

.ui-menu{
    background: white !important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: 0px 2px 22px -1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 22px -1px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 22px -1px rgba(0,0,0,0.5);
}

.ui-tabs .ui-tabs-nav li{
    font-family: 'open_sansregular';
    border-left: 7px solid #ccc;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active{
    border-left: 7px solid #ff7718;
    background: none;
    background-color: #fff;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a{
    outline: none;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited{
    color: #333;
}

.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-state-hover{
    background: none;
    background-color: #fff;
    border-left: 7px solid #ff7718;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{
    color: #333;
    font-family: 'open_sansregular';
}

.clsCampo .ui-autocomplete{
    position: absolute !important;
    max-height: 110px !important;
    overflow: auto;
}

.ui-menu .ui-menu-item{
    text-align: left;
    font-size: 14px;
}

.custom-combobox{
    width: 96% !important;
}

/*estilos del CARGUE ARCHIVOS*/
/**********************************************/
.mainContainerDiv .boxTitle{
    color: #333;
    font-family: 'open_sansregular';
}

.mainContainerDiv .boxTitle .textEXT{
    color: #ff7718;
}

.mainContainerDiv .boxLoadBtn{
    background-color: #0054f2;
}

.mainContainerDiv .txtInfoBtn{
    color: #333;
    font-family: 'open_sansregular';
}

/**********************************************/
.clsActivi .btnControlFlujo{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 5px;
    text-align: center;
    margin-bottom: 20px;
    text-align: center;
}

.clsGrupos{
    position: relative;
    width: 100%;
    height: auto;
    /*overflow: hidden;*/
    border-radius: 7px;
    margin-bottom: 20px;
    padding: 10px;
    display: inline-block;
     text-align: center; 
    background-color: rgba(0,0,0,0.04);
}

.clsBtnSiguiente, .clsBtnFinal, .clsBtnAnterior{
    position: relative;
    width: auto;
    display: inline-block;
    margin: 0px 15px;
    padding-top: 10px;
}

.clsBtnSiguiente .btn, .clsBtnFinal .btn{
    background-color: #ff7716;
    color: white;
}

.layoutmanager.ly_colpensiones .clsBtnSiguiente .btn, .clsBtnFinal .btn{
    background-color: #007bff;
}

.btnControlFlujo .btn{
    margin: 0;
}

/*estilos cargando*/
.boxCargando{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: auto;
    background-color: rgba(0,0,0,0.8);
}

.boxCargando .imgCargando{
    position: absolute;
    width: 60px;
    height: 60px;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url('../img/loadingHour.gif');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.boxCargando .textCargando{
    position: absolute;
    width: 150%;
    left: -25%;
    height: auto;
    bottom: -50px;
    text-align: center;
    color: #ccc;
    font-size: 16px;
    font-family: 'open_sanslight';
}

/*sofia*/
.clsSeparadorSofia{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 15px;
    box-sizing: border-box;
}

.clsSeparadorSofia .clsSofia{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 5px 0px;
    text-align: center;
}

.clsSeparadorSofia .clsIconSofia{
    position: relative;
    width: 90px;
    height: 90px;
    border: 1px solid #ccc;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background-image: url('../img/sofiaIcon.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.clsSofDescripcion{
    position: relative;
    width: 80%;
    height: auto;
    font-size: 16px;
    left: 10%;
    color: #333;
    font-family: 'open_sanslight';
    text-align: center;
}

/*VENTANA DE VALIDADCION MODAL*/
.clsModalRuwVerificacion{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0,0,0,0.2);
}

.clsModalRuwVerificacion .modalViewerBox.modalProtRUW{
    background-color: white;
    border-radius: 7px;
    width: 40% !important;
    left: 30% !important;
    height: 25% !important;
    top: 30% !important;
    font-family: 'open_sansregular';
}

.clsModalRuwVerificacion .modalViewerBox.modalProtRUW .contentHtml{
    height: 80%;
}

.clsModalRuwVerificacion .modalViewerBox.modalProtRUW .containProtRUW{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    overflow: auto;
}

.headerProtRUW {
    font-size: 18px;
    margin-bottom: 10px;
}

.resultProtRUW .divInput{
    margin-top: 10px;
    margin-bottom: 10px;
}

.resultProtRUW .btn{
    margin-top: 10px;
    background-color: #ccc;
}

.resultProtRUW .divLabel{
    color: #808080;
}

.divInput input{
    border: 1px solid #ccc;
    background: white;
    font-size: 18px;
    height: 40px;
    border-radius: 5px;
    padding: 0px 10px;
    box-sizing: border-box;
    font-family: 'open_sansregular';
    background-color: white;
}

.btnControlFlujo .clsContadorActividad{
    position: relative;
    width: 100%;
    height: 30px;
    text-align: center;
}

.btnControlFlujo .clsTextoContadorAct{
    position: relative;
    width: 100px;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    border-bottom: 1px solid #ccc;
}

.btnControlFlujo .actividadActual, .btnControlFlujo .separadorAct, .btnControlFlujo .totalAct{
    position: relative;
    width: 33px;
    height: 100%;
    float: left;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    font-weight: bolder;
}

.clsBtnGrid{
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #ccc;
}

.clsBtnGrid span{
    float: left;
}

.clsDivBtnEliminarGrid{
    width: 100%;
}

.clsBtnElimGrid{
    background-color: #ccc;
    border-radius: 5px;
    border: none;
    padding: 5px 10px;
    float: right;
    margin-top: 5px;
}

.clsBtnAgregarFilaGrid{
    padding: 0px;
}

.clsFilaGrid{
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 25px;
}

.boxScroll.ruw{
    right: 0 !important;
    top: 8%;
    height: 88%;
}

.inputSYC::-webkit-input-placeholder {
  color: #808080;
}
.inputSYC::-moz-placeholder {
  color: #808080;
}
.inputSYC:-ms-input-placeholder {
  color: #808080;
}
.inputSYC:-moz-placeholder {
  color: #808080;
}