@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*/
/**********************************************/

/*//buscador*/
.contentViewer.tituloMinero .boxBuscadorData{
    position: relative;
    top: 0;
    width: 100%;
    height: 40px;
    display: inline-block;
    text-align: center;
}

.boxBuscadorData .inputBuscador{
    position: relative;
    width: 350px;
    height: 100%;
    padding: 0px 15px;
    font-size: 16px;
    display: inline-block;
    outline: none;
    background-color: white;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ff7600;
}

.clsopcBusquedaXocr{
    position: absolute;
    width: 350px;
    top: 10%;
    height: 80%;
    right: 100px;
    border-radius: 5px;
    border: 1px solid #808080;
    box-sizing: border-box;
}

.clsopcBusquedaXocr .txtInpOCR{
    position: relative;
    width: 270px;
    height: 95%;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 0px 7px;
    outline: none;
    border: none;
    background-color: transparent;
}

.clsopcBusquedaXocr .btnSearchOcr{
    position: relative;
    width: 40px;
    height: 30px;
    right: 0;
    float: right;
    cursor: pointer;
    background-color: #ff7600;
    background-image: url('../img/search.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.clsopcBusquedaXocr .clsResulBuscOCR{
    position: absolute;
    top: 39px;
    right: 0px;
    height: auto;
    max-height: 150px;
    box-sizing: border-box;
    padding: 0px 20px;
    overflow: auto;
    background-color: white;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-box-shadow: 0px 6px 24px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 6px 24px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 6px 24px 0px rgba(0,0,0,0.5);
}

.clsopcBusquedaXocr .closeSearch{
    position: relative;
    width: 30px;
    height: 100%;
    float: right;
    cursor: pointer;
    background-image: url('../img/closeBlack.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.clsopcBusquedaXocr .closeSearch:active{
    transform: scale(0.9);
}

.clsopcBusquedaXocr .clsResuBusqDataOcr{
    border-bottom: 1px solid #ccc;
    margin-bottom: 3px;
    cursor: pointer;
}

.txtInpOCR::-webkit-input-placeholder {
    color: #333;
}

.txtInpOCR:-moz-placeholder {
    color: #333;
}

.txtInpOCR::-moz-placeholder {
    color: #333;
}

.txtInpOCR:-ms-input-placeholder {
    color: #333;
}

.boxFiltros .containFiltros{
    display: none;
}

.hostDivAcordeon{
    position: relative;
    width: 100%;
    height: 90%;
}

.clsResulBuscOCR .itemOCR{
    position: relative;
    width: 100%;
    height: auto;
    cursor: pointer;
    border-bottom: 1px solid red;
}

#btnTop_btnFullScreenEdesk{
    float: right;
    margin-right: 40px;
    border: none;
}

.btnCaraB{
    position: relative;
    width: 90px;
    height: 30px;
    float: right;
    border-radius: 30px;
    margin-top: 5px;
    cursor: pointer;
    line-height: 28px;
    color: #ccc;
    border: 2px solid rgba(255,255,255,0.4);
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.5);
}

.dotBtn{
    position: relative;
    width: 20px;
    height: 20px;
    top: 3px;
    border-radius: 50%;
    background-color: white;
    float: right;
}

.boxViewerECO{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

/*VISOR DE IMAGENES*/
/**/
.boxVisors{
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    top: 0;
    left: 0;
}
.clsVisorECO{
    background-color: white;
}
.containV{    
    box-sizing: border-box;
    height: 100%;
    width: calc(100% - 40px);
    float: left;
}
.footerIN .containV{
    height: calc(100% - 240px);
    transition: all 0.3s linear;
}
.footerOUT .containV{
    height: calc(100% - 20px);
    transition: all 0.3s linear;
}
.navFooterVI .collapseBtn{
    height: 20px;
    top: 0;
    left: 0;
    font-size: 12px;
    color: #ccc;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    background-image: url(../img/collapseBtn_white.svg);
    background-size: 95% 100%;
}
.footerOUT .navFooterVI .collapseBtn{
    background-image: url(../img/showBtnWhite.svg);
}
.navFooterVI{        
    float: left;
    width: 100%;
}
.containFooter{
    height: 220px;
    float: left;
    width: 100%;
}
.containV.navIN {
    width: calc(100% - 250px);
    transition: all 0.3s linear;
}
.boxVisors.lSide .containV.navIN{
    float: right;
}

.containV.navOUT {
    width: 100%;
    transition: all 0.3s linear;
}

.navFooterVI .containHoriz{
    background-color: rgba(0,0,0,0.2);    
}

.navFooterVI .collapseBtn, .navFooterVI .collapseBtn{
    background-color: #959b9e;
    color: #343a40;
    font-family: "opensans-regular";
}

.navBarVI{    
    background: #cfd8dc;
    min-width: 250px;
    max-width: 250px;
    height: 100%;
    color: #49616f;
    position: absolute;
    transition: all 0.3s linear;
    right: 0;
    webkit-box-shadow: -4px 0px 16px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: -4px 0px 16px 1px rgba(0,0,0,0.2);
    box-shadow: -4px 0px 16px 1px rgba(0,0,0,0.2);
}

.boxVisors.lSide .navBarVI{
    left: 0;
}

.footerIN .navBarVI{
    height: calc(100% - 240px);
    transition: all 0.3s linear;
}
.footerOUT .navBarVI{
    height: calc(100% - 20px);
    transition: all 0.3s linear;
}

.navBarVI.hide{
    margin-right: -210px;
}

.boxVisors.lSide .navBarVI.hide{
   left: -210px;
}

.boxVisors.lSide .containV{
    float: inherit;
    float: right;
}

.navTopBarVI{
    padding: 20px;
    text-align: center;
    cursor: pointer;
    background-color: rgba(0,0,0,0.1);
}

.navTopBarVI .iconCollapse{
    position: absolute;
    width: 40px;
    height: 65px;    
    left: 0;
    line-height: 65px;
    background-color: rgba(0,0,0,0.2);
    top: 0;   
}
.boxVisors.lSide .navTopBarVI .iconCollapse{
    right: 0;
    left: inherit;
}

.contentList{
    max-height: calc(100% - 65px);    
}

.contentList.scroll{
    overflow-y: auto
}

.boxItemsNV{
    padding: 10px 0px;    
    cursor: pointer;
}

.boxItemsNV:hover{
    background-color: rgba(0,0,0,0.1);
}

.boxItemsNV:active{
    transform: scale(0.95);
}

.btnItenNV{
    width: 40px;
}

.boxVisors.lSide .btnItenNV{
    float: right;
}

.textListNV{
    display: inline-block;
    width: calc(100% - 40px);
    padding: 0px 10px;
    font-size: 16px;
    box-sizing: border-box;
}

.containV .boxViewerECO{
    position: relative;
}

.embedPdf{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.navFooterVI .containHoriz{
    position: relative;    
}

.navFooterVI .containHoriz .book_cover_text{
    top: 85px;
    font-size: 12px;
    left: 7%;
}

.navFooterVI .containHoriz div[class^="cell 1_"]{
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 11px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 3px 11px 2px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 11px 2px rgba(0,0,0,0.5);
    width: 135px !important;
}

.navFooterVI .containHoriz .tag_icon{
    background-color: rgb(88, 135, 255);    
    border: none;
    color: #fff;
    border-radius: 30px;
}

.navFooterVI .containHoriz .tag_icon::before{
    display: none;
}

/*background-color: rgb(88, 135, 255);*/

.navFooterVI .containHoriz .bread_Box{
    border-bottom: 0px solid rgb(0, 185, 218) !important;
    background-color: #49616f;
    border-radius: 3px;
}

@media (max-width: 768px) {
    .navContent {
        margin-left: -250px;
    }
    .navContent.active {
        margin-left: 0;
    }
}







