/* styles TEPJF */

/* ++++++++++ Estilos generales ++++++++++ */
html.invert{
  -webkit-filter:invert(1);
  -moz-filter:invert(1);
  filter:invert(1);
  background: #ffffff;
  position: absolute;height: 100%;
  width: 100%;
}
body{
  font-family: "Arial";
  font-size: 14px;
  background-color: #FFF;
  color: #555555;
}

a, a:visited, a:hover {
  color: #41736F;
  cursor: pointer;
}

h1 {
  color: #FFF;
  font-size: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}

h2 {
  color: #41736F;
  font-size: 20px;
  font-weight: bold;
}

blockquote {
  font-size: 14px;
  margin: 0 0 20px;
  padding:10px 20px;
  border-left: 5px solid #ddd;
  background: #f0f0f0;
  border-radius: 0px 10px 10px 0px;
}
.thumbGalery{
  position: relative;
  display: block;
}
.thumbGalery > span{
  position: absolute;
  top:10px;
  left: 10px;

}
/* accesibilidad */
.accesibilidad{
  position: fixed;
  top:15%;
  left: 2%;
  z-index: 9999;
}
.accesibilidad>a{
  display: block;
}
.accesibilidad>a>i{

}
.low-vision::after {
  content: "";
  background: url("../../../layouts/img/access.svg#aMas(viewBox(30, 90, 30, 30))") no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  background-size: 30.7px 92px;
  margin-bottom: 4px;

}
.plus::after {
  content: "";
  background: url("../../../layouts/img/access.svg") no-repeat 0 -62px ;
  display: block;
  width: 30px;
  height: 30px;
  background-size: 30.7px 92px;
  margin-bottom: 4px;
}
.minus::after {
    content: "";
    background: url("../../../layouts/img/access.svg#aMenos(viewBox(0, 0, 30, 30))") no-repeat  0 -31px;
    display: block;
    width: 30px;
    height: 30px;
    background-size: 30.7px 92px;
    margin-bottom: 4px;
}
/* Fin accesibilidad */

/* estilos para subrayado en vínculos */
.underlineLink{
  text-decoration:underline;
}

.underlineLink:hover{
  text-decoration:underline !important;
}

.bgfooter {
  background-color: #E7E7E7;
  padding: 25px 20px;
  margin-top:40px;
}

/* colores principales en texto */
.mainColor{
  color: #41736F;
}

.secondColor {
  color: #555;
}

.thirdColor{
  color:#e7e7e7;
}

.colorWhite {
  color: #fff;
}
.col-md-20{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 20%;
  }
  @media (max-width:768px) {
    .col-md-20{
      width: 33.33%;
      }
  }

/********* espacios entre párrafos y elementos *********/
.mt-10{
  padding-top: 10px;
}
.mb-10{
  padding-bottom: 10px;
}
.mt-20{
  padding-top: 20px;
}

.mb-20{
  padding-bottom: 20px;
}

.mt-40{
  padding-top: 40px;
}

.mb-40{
  padding-bottom: 40px;
}

/* para centrar elementos verticalmente */
.display-table{
  display: table;
  table-layout: fixed;
}

.display-cell{
  display: table-cell;
  vertical-align: middle;
  float: none;
}
/* Para el header en xs */
@media (max-width:768px) {
  .flexBox{
    display: flex;
    flex-wrap: wrap;
    }
    .flexible:first-child{
      order: 1;
      align-self: center;
      flex-grow: 4;
      width:auto;
      }
      .flexible:first-child img{
        max-width: 170px;
        }
      .flexible:last-child{
        order: 2;
        align-self: center;
        flex-grow: 2;
        width:auto;
        }
        .flexible:last-child img{
          max-width: 110px;
          }
        .flexible:nth-child(2){
          order: 3;
          width:auto;
        }
        .flexible:nth-child(2) h1{
          text-align: center;
          margin: 20px;
        }
}
@media (max-width:340px) {
  .flexBox{
    flex-direction: row;
    align-items: stretch;
  }
  .flexible img{
    margin-left: auto;
    margin-right: auto;
  }
  .flexible> a.pull-right{
    float: none!important;
  }
}

/*Fin para el header en xs */
/* estilos para titulos y subtítulos */
.mainTitle {
  color: #41736F;
  font-weight: bold;
  font-size: 20px;
}

.subTitle1 {
  color: #41736F;
  font-weight: normal;
  font-size: 18px;
  padding-bottom: 5px;
}

.subTitle2{
  color: #41736F;
  font-weight: bold;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 10px;
}

.subTitle3{
  color: #41736F;
  font-style: italic;
}

/*  Botón*/
.mainButton, .mainButton:visited{
  background: #41736F !important;
  color: #FFFFFF !important;
  border: solid 1px #41736F !important;
  border-radius: 4px;
}

.mainButton:hover{
  background: #FFF !important;
  color:#41736f !important;
  border: solid 1px #41736F !important;
}

/* ++++++++++ Colores para Background ++++++++++ */
.mainBackground {
  background: #41736F;
  color:#FFFFFF;
  padding:5px;
}

/********* estilo imagen del fondo del encabezado *********/
.bgGreen {
  background-color:#005b5a;
}
.bglightGrey{
    background-color:#f3f3f3;
}
.logoMargin{
  margin-top: 10px;
  margin-bottom: 20px;
}


/* Diferentes tamaños de iconos */
.iconSize130 {
  max-width: 130px;
  margin-bottom: 5px;
  margin-right: 7px;
}

.iconSize42 {
  max-width: 42px;
  margin-bottom: 5px;
  margin-right: 7px;
}
.iconSize24 {
  max-width: 24px;
  margin-bottom: 5px;
  margin-right: 7px;
}

.socialButton {
  width: 100%;
  max-width: 300px;
  text-align: center;
}

/* separacion entre bloques */
.bottomBorder {
  border-bottom: 1px solid #bbbdbf;
}

/*borde para imágenes */
.borderImage{
  border:7px solid #d5d3ce;
}

/* ++++++++++ Listas con bullet personalizado ++++++++++ */
.listBullet {
  list-style-image: url('../images/bullet-lista.png');
  margin-bottom: 15px;
  margin-left: 25px;
}

/* ++++++++++ Table Striped ++++++++++ */
.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #dde8e4;
}

/*++++++++++ Estilos para TABS ++++++++++ */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #41736F!important;
  font-weight: bold;
}
.navTabOff {
  color: #aaaaaa;
}
.contentTab {
  border: 1px solid #dddddd;
  padding: 25px;
  border-radius: 0px 10px 10px 10px;
}
.mainTitleTab {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  text-align: center;
}

/* ++++++++++ Paginacion ++++++++++ */
.pagination>li>a, .pagination>li>span {
  color: #666666;
}
.pagination>li>a:hover, .pagination>li>span:hover {
  color: #FFFFFF;
  background-color:#41736F;
  border-color: transparent;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color:#41736F;
  border-color: transparent;
}

		/* slider de home */
.sliderArrow {
    position: absolute !important;
    top: 50% !important;
    font-size: 30px;
}

.sliderText {
    position: absolute;
    width: 100%;
    background: rgba(0,0,0,0.8);
    color: white;
    bottom: 0px;
    padding: 10px;
    height: auto;
}

.sliderImage {
    width: 100%;
}

/********** Inicio Galerias **********/
.galleryImage img {
  border: 7px solid #e3e3e3;
  max-height:250px;
  max-width:250px;
}

/* imagen */
.galleryImageBig{
  max-height: 400px;
  margin: 0 auto;
  }

.galleryThumbnailsMargin{
  margin:5px;
}
@media (max-width:768px) {
  .galeriaFiltros{
    display: table;
    margin: 0 auto;
  }
  .galeriaFiltros .list-group-item{
    float: left;
    border-radius: 0;
    }
    .galeriaFiltros .list-group-item:first-child{
      float: left;
      border-radius: 4px 0 0 4px;
    }
    .galeriaFiltros .list-group-item:last-child{
      float: left;
      border-radius:0 4px 4px 0;
    }
}
/* modifica existente en bootstap */
.img-thumbnail{
  padding:0px;
}

/* texto pie de foto en galería */
.galleryFooter{
  width: 70%;
  margin: 10px auto;
  padding: 10px;
}

/**** Estilos para footer galeria *****/
.galleryFooterContent {
  text-align: center;
  margin-bottom: 4em;
  margin-bottom: 40px;
  margin-top: 10px;
  max-height: 400px;
  overflow-y: auto;
}

/* modifica existente en bootstap */
.info-lab-content {
  text-align: center;
  min-height: 250px;
  margin-bottom: 40px;
  margin-top: 10px;
}

.info-lab-content img {
  width: auto;
  height: 150px;
  border: 7px solid #e3e3e3;
}

/* ++++++++++ Boton cerrar modal ++++++++++ */
.close{
  opacity:1;
  margin-right:-18px;
}
.modal-header-close{
  margin-top: -15px;
  padding: 0px;
  border:0px;
  height:30px;
}
.modal-body-close{
  padding-top: 0px;
}
.close:hover{
  opacity:1;
}
.close:focus{
  opacity:1;
}

/* hover de slider */
.backgroundArrow {
  background: transparent !important;
}

/* estilos para submenu*/
.subMenu {
  margin-top: 20px;
  background: #ededed;
  border-radius: 15px;
  padding: 15px 0px;
}

.noUnderline{
  border-bottom: 0px !important;
}

.marginSubmenu{
  margin-bottom:40px;
}

/* Para inicio de secciones */
.backgroundGrayMenu {
  background: #E7E7E7;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* Para inicio de secciones */
.backgroundGrayMenu2 {
  background: #e3e3e3;
  padding: 5px 10px;
}

.borderLeftMenu {
  border-left: 1px solid #c3c3c3;
  min-height: 85px;
}

.subTitle5 {
  font-size: 16px;
  text-align: left;
  padding: 20px 20px 20px 0px;
}

/* estilos para Glosario */
.glossary, .glossary:visited{
  color: #41736f;
  cursor: pointer;
}

.glossary:hover{
    background: #e3e3e3;
    color:#41736f;
}

.glossarySelect{
  background-color: #41736f !important;
  color: #FFF !important;
  cursor:default;
  text-decoration:none !important;
}

/* quitar para css black*/
.glossarySelectBlack{
  background-color: #000000 !important;
  color: #FFF !important;
  cursor:default;
  text-decoration:none !important;
}

.subTitleGlossary{
  color:#41736F;
  font-size:16px;
  padding-bottom: 15px;
}

/* Para magistrados */
.backgroundGrayMenu3 {
  background: #e3e3e3;
  padding: 10px;
  margin:5px 0px;
  border-radius:4px;
  min-height: 140px;
}

.subTitle6{
  color:#41736F;
  font-size:16px;
  min-height: 46px;
}

.subTitle7{
  color: #41736F;
  font-weight: bold;
  font-size: 14px;
}

/* para border Right en servicios */

.sameHeight {
  display: table-cell;
  float: none;
  vertical-align: top;
}

.sameHeight2 {
  border-right-width: 1px;
  border-right-style: dashed;
  border-right-color: #19775c;
}

.sameHeight2Black {
  border-right-width: 1px;
  border-right-style: dashed;
  border-right-color: #000000 !important;
}

.panel-title{
  font-weight: normal;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 16px;
}

/* ++++++++++ Alinea texto con los inputs ++++++++++ */
.borderTextSearch {
  padding: 6px 12px 0px 0px;
  font-weight: bold;
}

/* ++++++++++ Form Control ++++++++++ */
.form-control{
  border-radius:4px;
  border: 1px solid #ccc;
  /*width: 100%!important; */
}


/* se requiere este mediaquery para el funcionamiento correcto entre 991 y 768	*/
@media (max-width: 991px) {
  .navbar-header {
		  float: none;
	  }

  .navbar-toggle {
    display: inline;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    margin-bottom:5px;
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }

  .navbar-nav {
    margin-bottom:5px;
  }

  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in{
    display:block !important;
  }
}

.imprimible {
  display: none;
}
@media print {
  .no-imprimible {
    display: none;
  }
  .imprimible {
    display: block;
  }
}
