/****ESTILOS CSS PANEL SLIDER****/
@font-face {
    font-family: 'exolight';
    src: url('./fonts/exo-light.eot');
    src: url('./fonts/exo-light.eot?#iefix') format('embedded-opentype'),
         url('./fonts/exo-light.ttf') format('truetype'),
         url('./fonts/exo-light.svg#exolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@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;
} 

.containHoriz {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  /*background-color: #272b34;*/
  border-top: 1px solid rgba(255,255,255,0.2);
}

.containHoriz .containLEFT {
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: rgba(0,0,0,0);
  box-sizing: border-box;
}

.containHoriz .containCENTRAL {
  position: absolute;
  left: 0%;
  width: 100%;
  height: 100%;
}

.containHoriz .containRIGHT {
  position: absolute;
  right: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(0,0,0,0.4)
}

.containHoriz .containSLIDER {
  position: absolute;
  width: 100%;
  height: 86%;
  bottom: 0;
}

.containHoriz .areaSLIDER {
  height: 100%;
  bottom: 0;
}

.containHoriz .boxLastDoc{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
    box-sizing: border-box;
}

.containHoriz .lastDOC {
  position: relative;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 0%;
  width: 135px;
  height: 70%;
  /*background-image: url("../img/lastDoc.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;*/
}

.containHoriz .containSEARCH {    
  position: absolute;
  bottom: 10px;
  width: 90%;
  left: 5%;
  height: 16%;
  box-sizing: border-box;
  left: 0;
  right: 0;
  margin: 5px auto;
}

.containHoriz .search {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid #ccc;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    display: inline;
    float: left;
    outline: 0;
    border-radius: 5px;
}

.containHoriz input:focus {
  background-color: #ffffff;
  color: #005e9c;
  outline: 0;
}

.containHoriz .iconSearch {
  position: relative;
  box-sizing: border-box;
  width: 0%;
  height: 100%;
  right: 0;
  cursor: pointer;
  background-image: url("../img/search.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline;
  float: right;
}

.containHoriz .iconSearch:hover {
  transform: scale(0.90);
}

/********************************************************/
.containHoriz .boxSeachInfo{
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-right: 1px solid rgba(255,255,255,0.1);
}

.containHoriz .boxInfoTxt{
  position: relative;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 0%;
  width: 90%;
  height: 58%;
  color: #9CCCE5;
  font-family: 'open_sansregular', arial;
  text-align: center;
  font-size: 1vw;
  padding: 25px 0px 10px 0px;
  background-image: url('../img/gridConnect.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

.containHoriz .containSearchInfo{
  position: absolute;
  bottom: 10px;
  width: 90%;
  left: 5%;
  height: 16%;
  border: 1px solid rgb(43, 146, 182);
  box-sizing: border-box;
  left: 0;
  right: 0;
  margin: 5px auto;
}

.containHoriz .containSearchInfo .searchInfo{
  position: relative;
  box-sizing: border-box;
  width: 80%;
  height: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgb(43, 146, 182);
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  display: inline;
  float: left;
  outline: 0;
}

.containHoriz .containSearchInfo .iconSearchInfo{
  position: relative;
  box-sizing: border-box;
  width: 20%;
  height: 100%;
  right: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("../img/search.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline;
  float: right;
}
/****************** tools panel *************************/
.containHoriz .cell.itemSelected{
  border: 2px dashed #00ab96;
  opacity: 0.4;
}

.containHoriz .cell.itemSelected:hover {
  border: 2px dashed #00ab96;
  background-color: transparent;
}

.containHoriz .toolA.selectTool {
  background-color: #00ab96;
}

.containHoriz .toolA.selectTool:hover {
  background-color: #00ab96;
}

.containHoriz .boxTools{
  position: absolute;
  width: 10%;
  height: 100%;
  right: 0;
  background-color: #808080;
  font-family: "open_sansregular";
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}

.containHoriz .containTools {
  position: absolute;
  top: 0;
  width: 0%;
  height: 100%;
  right: 0%;
  background-color: #333;
  border-left: 3px solid #f9bb00; 
}

.containHoriz .toolSlider{
  position: relative;
  float: left;
  width: 50px;
  height: 25px;
  display: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.containHoriz .toolSlider:hover{
  background-color: rgba(255,255,255,0.2);
}

.containHoriz .toolA{
  background-image: url('../img/multSelec.svg');
}

.containHoriz .toolB{
  background-image: url('../img/erase1.svg');
}

/****************** BOTONERA *************************/
.containHoriz .panelMenu_DOC {
  position: absolute;
  box-sizing: border-box;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.containHoriz .btnDOC {
    position: relative;
    line-height: 50px;
    text-align: center;
    padding: 0 5px;
    margin-left: 5%;
    width: 90%;
    height: 50px;
    cursor: pointer;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #808080;
    font-family: 'open_sansregular', arial;
    font-size: 14px;
    color: #f9bb00;
    margin-bottom: 5px;
}

.containHoriz .btnDOC:hover {
    color: #00426e;
    background-color: #f9bb00; 
}

.containHoriz .btnDOCicon {
    height: 35px;
    width: 20%;
    position: absolute;
    left: 2px;
    top: 8px;
    background-repeat: no-repeat;
    background-size: contain;
}

.containHoriz .lblnbtn {
    position: absolute;
    height: 100%;
    width: 75%;
    right: 0%;
    top: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
}

.containHoriz .texto{
  position: absolute;
  right: 0;
  width: 70%;
  color: #000;
  text-align: right;
  padding: 2px 15px;
}

/********************** FLECHAS SLIDER ***************************/
.containHoriz .arrowSlide{
    position: absolute;
    width: 30px;
    bottom: 35%;
    height: 30%;
    z-index: 3;
    cursor: pointer;
    background-color: rgba(0,0,0,0.4);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.containHoriz .arrowSlider_L{
    left: 0;
    background-image: url("../img/arrowBack.svg")
}

.containHoriz .arrowSlider_R{
    right: 0;
    background-image: url("../img/arrowNext.svg")
}

.containHoriz .arrowSlide:hover{
    background-color: rgba(255,255,255,0.3);
}

/******************** DOTSLIDER *****************************/
.containHoriz .areaDotScroll{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 225px;
    height: 10px;
    bottom: 5px;
    z-index: 2;
}

.dotslider .number_msg {
    position: absolute;
    color: #6294A6;
    font-family: Verdana;
    font-size: 10pt;
    width: 100%;
    text-align: center;
    top: 20px;
}

.dotslider .dot {
    position:absolute;
    left:-5px;
    top: 0px;
    width: 10px;
    height: 10px;
    background-color: white;
    border: 1px solid #333;
    box-sizing: border-box; 
    border-radius: 50%;
}

.dotslider .bar {
    width: 225px;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    border-radius: 50px;
} 

.dotslider .number_msg{
    top: 10px !important;
}

/*************** MIGA DE PAN ******************************/
.containHoriz .boxBREADS{
  position: absolute;
  width: 100%;
  height: 25px;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
}

.containHoriz .areaBREAD {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  box-sizing: border-box;
  display: inline-block;
}

.containHoriz .bread_Box {
  position: relative;
  box-sizing: border-box;
  margin-right: 0.5%;
  height: 100%;
  width: 0%;
  float: left;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
}

.containHoriz .breadTxt {
  position: absolute;
  top: 0;
  left: 5%;
  width: 90%;
  height: 100%;
  font-family: 'open_sansregular', arial;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  opacity: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-transform: uppercase;
}

.containHoriz .breadTxt:hover {
  font-style: italic;
    color: white;
}

/*********************** TAGS *****************************/
.containHoriz  .tag_icon{
    position: absolute;
    right: 0px;
    width: auto;
    height: 40px;
    bottom: -5px;
    border: 3px solid #333;
    border-radius: 8px;
    padding: 0px 6px;
    font-size: 18px;
    color: #333;
    font-family: 'open_sanslight';
    text-align: center;
    line-height: 35px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #ccc;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
}

.containHoriz  .tag_icon::before{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    border-bottom-left-radius: 3px;
    border: 4px solid #333;
}

.containHoriz .tag_alert{
  position: absolute;
  top: 5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  left: 10px;
  font-size: 18px;
  color: #000;
  font-family: 'open_sansregular', arial;
  text-align: center;
  background-color: crimson;
  -webkit-box-shadow: -3px 3px 3px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow:    -3px 3px 3px 0px rgba(0, 0, 0, 0.6);
  box-shadow:         -3px 3px 3px 0px rgba(0, 0, 0, 0.6);
  -webkit-animation: alert 0.5s linear infinite;
  -moz-animation: alert 0.5s linear infinite;
  animation: alert 0.5s linear infinite;
}

.containHoriz .tag_label{
    position: absolute;
    width: 100%;
    height: 25px;
    bottom: 0;
    font-size: 14px;
    color: #000;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    line-height: 23px;
    padding: 0px 10px;
    box-sizing: border-box;
    text-align: left;
    font-family: 'open_sansregular', arial;
    background-color: #f59c00;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.containHoriz .boxBtnsBooks{
    position: absolute;
    width: 100%;
    height: auto;
    overflow: hidden;
    top: 0;
    padding-bottom: 10px;
    /*background-color: rgb(247, 164, 30);*/
    display: none;
    z-index: 3;
}

.containHoriz .deleteBook, .containHoriz .editBook{
    position: relative;
    width: 20px;
    height: 20px;
    top: 5px;
    float: right;
    box-sizing: border-box;
    text-align: left;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    border-radius: 100%;
}

.containHoriz .deleteBook{
    margin-right: 10px;
}

.containHoriz .editBook{
    margin-right: 5px;
}

.containHoriz  .tag_cantidad,  .tag_cantidad_0, .tag_cant_existentes, .tag_cantidad_new, .tag_cant_existentes_0, .tag_cantidad_new_0{
    background-color: #00b99a;
    border: 1px solid #808080;
    border-radius: 5px;
    bottom: 0;
    box-shadow: 0 12px 18px -5px rgba(0, 0, 0, 0.75);
    color: #333333;
    font-family: "open_sansregular";
    font-size: 1.2vw;
    height: auto;
    left: 0;
    padding: 8px;
    position: absolute;
    text-align: center;
    width: auto;
}

.containHoriz  .tag_cantidad_0, .tag_cant_existentes_0, .tag_cantidad_new_0{
  background-color: #808080;
}

.containHoriz  .tag_cant_existentes{
  left: 27%;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  height: 27px;
  width: 35px;
  bottom: -20px;
  padding-top: 15px;
  border: 2px solid #808080;
  background-color: rgba(0,0,0,0.8);
}

.containHoriz  .tag_cantidad_new{
  left: 70%;
  background-color: #d4004d;
}

.containHoriz  .boxItemSlider{
  position: relative;
  width: 120px;
  height: 150px;
}

/************************ ESTILOS CELL****************************/
.containHoriz  .book_cover_text, .last_doc .last_docTXT {
    color: #2d270e;
    font-family: 'open_sansregular';
    font-size: 12px;
    font-variant: inherit;
    left: 12%;
    position: absolute;
    text-align: left;
    top: 15%;
    width: 74%;
    max-height: 80%;
    word-wrap: normal;
    line-height: inherit;
    text-transform: uppercase;
}

.containHoriz  div[class^="last_doc 4_"] {
    background-image:url("../img/caratula4.svg");
    background-size:100% 100%;
}

.containHoriz  div[class^="last_doc 0_"] {
    background-image: url("../img/lastDoc.svg");
    background-size:100% 100%;
}

.containHoriz  div[class^="last_doc 1_"] {
    background-image:url("../img/caratula1.svg");
    background-size:100% 100%;
}

.containHoriz  div[class^="last_doc 2_"] {
    background-image:url("../img/caratula2.svg");
    background-size:100% 100%;
}

.containHoriz  div[class^="last_doc 3_"] {
    background-image:url("../img/caratula3.svg");
    background-size:100% 100%;
}

.containHoriz .cell_pin {
    width: 30px;
    height: 30px;
    background-color: #fff;
    background-image: url(../img/icon_select_off.png);
    position: absolute;
    right: 40%;    
    border: 1px solid #808080;
    border-radius: 50%;    
    -webkit-box-shadow: -3px 3px 3px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow:    -3px 3px 3px 0px rgba(0, 0, 0, 0.6);
    box-shadow:         -3px 3px 3px 0px rgba(0, 0, 0, 0.6);
}

.containHoriz .cell .cell_pin:hover{
    background-color: blue;
    border-radius: 3px;
    border-radius: 50%; 
}

.containHoriz .cell_pin_select {
  width: 30px;
  height: 30px;
  background-color: aquamarine;
  background-image: url(../img/icon_select.png);
  position: absolute;
  right: 40%;
  border-radius: 50%;
  border: 1px solid #808080;
}

.containHoriz .cell .cell_pin_select:hover{
    border-radius: 3px;
    background-color: #e8d60f;
    border-radius: 50%;
}


.containHoriz .cell_tipo {
  width: 100%;
  position: absolute;
  color: #ffffff;
  text-align: center;
  bottom: 0px;
  height: 22px;
  line-height: 20px;
  font-size: 12px;
  font-family: 'open_sansregular', arial;
  background-color: #808080;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top: 1px solid #808080;
}

.containHoriz .btnTipif {
  width: 100%;
  height:20%;
  background-color: #40a449;
  position: absolute;
  bottom: 1%;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.containHoriz .btnTipif:hover {
  background-color: #ffffff;
  color: #005e9c;
}

.containHoriz .containLIST {
  width: 88%;
  margin: 5% auto;
  height: 50%;
  overflow: scroll;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.containHoriz .containLIST ul {
  margin: 0;
  padding: 0;
  background: none;
  list-style: none;
  display: inline-table;
  width: 100%;
}
.containHoriz .containLIST ul:after {
  content: "";
  clear: both;
  display: block;
}
.containHoriz .containLIST ul li {
  width: 96%;
  position: relative;
  list-style: none;
  padding: 4px 2px;
  font-size: 1em;
  text-overflow: ellipsis;
  float: left;
  color:#ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.containHoriz .iconlist {
  float: right;
  width: 10px;
  height: 10px;
  border-radius: 6px;
  margin-top: 5px;
  border: 1px solid #666;
}

.containHoriz .SearchTip {    
  box-sizing: border-box;
  left: 0;
  right: 0;
  margin: 10px auto;
  width: 88%;
  height: 15%;
}
.containHoriz .Tpfsearch {
  position: relative;
  box-sizing: border-box;
  width: 70%;
  height: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 94, 156, 0.4);
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  display: inline;
  float: left;
  outline: 0;
}

.containHoriz .cell_pinDer {
  width: 26px;
  height: 26px;
  background-color: #ffffff;
  background-image: url(../img/icon_select_off.png);
  position: absolute;
  right: 10%;
  top: 0;
  border-radius: 13px;
}

.containHoriz .cell_pinIzq {
  width: 26px;
  height: 26px;
  background-color: #ffffff;
  background-image: url(../img/icon_select_off.png);
  position: absolute;
  right: 80%;
  top: 0;
  border-radius: 13px;
}

.containHoriz  div[class^="cell"] {
  cursor: pointer;
  box-sizing: border-box;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.containHoriz  div[class^="cell"]:hover {
  border-bottom: 3px solid #f9bb00;
}

.containHoriz  div[class^="cell 0_"] {
  background-image: url("../img/imgvacio.svg");
}

.containHoriz  div[class^="cell 1_"] {
    background-image:url("../img/caratula0.png");
}

.containHoriz  div[class^="cell 2_"] {
    background-image:url("../img/caratula0.png");
}

.containHoriz  div[class^="cell 3_"] {
    background-image:url("../img/caratula0.png");
}

.containHoriz  div[class^="cell 4_"] {
    background-image:url("../img/caratula0.png");
}

.containHoriz  div[class^="cell 5_"] {
    background-image:url("../img/cargandoimg.svg");
}

/********************* AUDIO CONTROLES *******************************/
.containHoriz .audio_control {
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 14%;
    left: 38%;
    margin: auto;
    border-radius: 50%;
    background-color: #333333;
    background-image: url('../imgSocial/play.svg'); 
    background-repeat: no-repeat;
}


.containHoriz .btnProcess {
    left: 5%;
    width: 90%;
    background-color: rgb(43, 146, 182);
    position: absolute;
    bottom: -22%;
    color: #fff;
    text-align: center;
    padding: 7% 0;
    cursor: pointer;
    font-family: 'open_sansregular', arial;
    font-size: 20px;
}

.containHoriz .btnProcess:hover {
  background-color: #ffffff;
  color: #005e9c;
}

/*************************PENDIENTES***************************/

/*ANIMACIONES CSS*/
@-webkit-keyframes alert {
    from {
        -webkit-transform: scale(1)
    }
    to {
        -webkit-transform: scale(1.2);
    }
}

@-moz-keyframes alert {
    from {
        -moz-transform: scale(1)
    }
    to {
        -moz-transform: scale(1.2);
    }
}

@keyframes alert {
    from {
        transform: scale(1)
    }
    to {
        transform: scale(1.2);
    }
}

/*MEDIA QUERIES*/
/* pantallas en width maximo 2200px*/ 
@media screen and (min-width: 1981px) and (max-width: 2800px) {
  
}
/* pantallas en width maximo 1920px*/ 
@media screen and (min-width: 1611px) and (max-width: 1980px) {
    
}
/*pantallas en width maximo 1600px */
@media screen and (min-width: 1281px) and (max-width: 1610px) {
  
}
/* pantallas en width maximo 1280px*/ 
@media screen and (min-width: 1026px) and (max-height: 1280px) {
  
}
/* pantallas en width maximo 1024px*/ 
@media screen and (max-width: 1025px) {
  
  .containHoriz .tag_cant_existentes{
    width: 20px !important;
    height: 17px !important;
    font-size: 12px !important;
    bottom: -14px !important; 
  }
  .containHoriz .tag_cantidad_new{
    width: 16px !important;
    height: 17px !important;
    font-size: 12px !important;
    bottom: 20px !important;
    left: 32% !important;
  }
  .containHoriz .tag_adjuntar, .tag_solicitado{
    height: 18px !important;
    font-size: 12px !important;
    bottom: -10px !important;
  }

  .containHoriz .areaDotScroll{
    display: none !important;
  }

  .containHoriz .breadTxt{
    font-size: 12px !important;
  }

  .containHoriz .areaBREAD{
    height: 20px;
  }

  .containHoriz .btnDOC{
    font-size: 12px;
    color: white;
    height: 48px;
  }

  .containHoriz .btnDOCicon{
    width: 35px;
  }

  .containHoriz p {
    margin-top: 7px;
    padding-right: 10px;
    text-align: right;
  }

  .containHoriz .containSEARCH{
    width: 95%;
    bottom: 3px;
  }

  .containHoriz .lastDOC{
    height: 76%;
  }
}
/* IPADS (landscape) */
@media only screen and (device-height: 1024px) and (orientation: landscape) {     
  .containHoriz .book_cover_text, .last_doc .last_docTXT{
    top: 10% !important; 
    font-size: 12px;
  }
  .containHoriz .tag_cant_existentes{
    width: 20px !important;
    height: 17px !important;
    font-size: 12px !important;
    bottom: -14px !important; 
  }
  .containHoriz .tag_cantidad_new{
    width: 16px !important;
    height: 17px !important;
    font-size: 12px !important;
    bottom: 20px !important;
    left: 32% !important;
  }
  .containHoriz .tag_adjuntar, .tag_solicitado{
    height: 18px !important;
    font-size: 12px !important;
    bottom: -10px !important;
  }

  .containHoriz .areaDotScroll{
    display: none !important;
  }

  .containHoriz .breadTxt{
    font-size: 12px !important;
  }

  .containHoriz .areaBREAD{
    height: 20px;
  }

  .containHoriz .btnDOC{
    font-size: 12px;
    color: white;
    height: 48px;
  }

  .containHoriz .btnDOCicon{
    width: 35px;
  }

  .containHoriz p {
    margin-top: 7px;
    padding-right: 10px;
    text-align: right;
  }
}
/* IPADS (portrait) */
@media only screen and (min-device-width : 765px) and (max-device-width : 780px) and (orientation : portrait){   
  .containHoriz .book_cover_text, .last_doc .last_docTXT{
    top: 10% !important; 
    font-size: 12px;
  }
  .containHoriz .tag_cant_existentes{
    width: 20px !important;
    height: 17px !important;
    font-size: 12px !important;
    bottom: -14px !important; 
  }
  .containHoriz .tag_cantidad_new{
    width: 16px !important;
    height: 17px !important;
    font-size: 12px !important;
    bottom: 20px !important;
    left: 32% !important;
  }
  .containHoriz .tag_adjuntar, .tag_solicitado{
    height: 18px !important;
    font-size: 12px !important;
    bottom: -10px !important;
  }

  .containHoriz .areaDotScroll{
    display: none !important;
  }

  .containHoriz .breadTxt{
    font-size: 12px !important;
  }

  .containHoriz .areaBREAD{
    height: 20px;
  }

  .containHoriz .btnDOC{
    font-size: 12px;
    color: white;
    height: 48px;
  }

  .containHoriz .btnDOCicon{
    width: 35px;
  }

  .containHoriz p {
    margin-top: 7px;
    padding-right: 10px;
    text-align: right;
  }
}

