/*** informe anual 2016 - 2017 ***/

/** Portada Carga Informacion **/
.coverMarginTop {
	margin: 150px auto 0px auto;
}
.titCoverCharge {
	font-size: 32px!important;
	margin: 0px auto;
	line-height: 36px!important;
}
.textCover {
	font-size: 16px;
	color: #fff;
}
/** Portada Carga Informacion **/



/* Estilos para Home */
.backgroundHome {
	background-image: url(../images/backgroundBodyHome.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color:#fff;
}

.coverFade {
	content: " ";
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
	right: 0;
	background-size: cover;
	background: rgba(0,0,0,.7);
	width: 100%;
	height: 100%;
}
.marginTextTop {
	margin: 40px auto 0px auto;
}
.textInforme {
	font-size: 58px;
	font-weight:600;
	color: #b7d0be;
	line-height: 62px;
	text-shadow: 2px 2px 7px #000;
}
.textLabores {
	font-size: 40px;
	font-weight:600;
	color: #b7d0be;
	line-height: 42px;
	text-shadow: 2px 2px 7px #000;
}
.textFecha {
	font-size: 48px;
	font-weight:600;
	color: #81a38a;
	line-height: 36px;
	text-shadow: 2px 2px 7px #000;
}
.squareDate {
	font-size: 22px;
	color: #496259;
	line-height: 46px;
	vertical-align: text-top;
	text-shadow: 2px 2px 7px #000;
}
.squareDateSmall {
	font-size: 14px;
	color: #496259;
	line-height: 32px;
    vertical-align: text-top;
}

.bannerYearsOne {
	background-image: url(../images/gal01.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	border-radius: 10px;
	max-width: 200px;
	margin: 0px auto;
}
.bannerYearsTwo {
	background-image: url(../images/gal09.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	border-radius: 10px;
	max-width: 200px;
	margin: 0px auto;
}
.bannerYears {
	background: rgba(0,0,0,.7);
	color: #fff;
	padding: 20px;
	border-radius: 10px;
}
.bannerYears h1 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
.bannerYears > .homeButton {
	font-size: 14px !important;
	margin: 10px 0px !important;
}



.titleDirectory, .titleDirectory a, .titleDirectory a:hover {
	font-size: 18px;
	font-weight: bold;
	color: #1B6A76;
	margin-bottom: 15px;
}
.subtitleDirectory {
	font-size: 16px;
	font-weight: normal;
	color: #1B6A76;
	margin-bottom: 10px;
}

.homeButton {
	border: 1px solid #fff!important;
	border-radius: 20px!important;
	background-color: rgba(255, 255, 255, 0.2);
	font-size: 18px!important;
	color: #fff!important;
	padding: 4px 20px!important;
	margin: 15px auto;
}
.homeButton:hover {
	background-color: rgba(255, 255, 255, 1);
	color: #1c4650!important;
	-webkit-transition: all .55s ease-in-out;
	-moz-transition: all .55s ease-in-out;
	-ms-transition: all .55s ease-in-out;
    transition: all .55s ease-in-out;
}
.arrow {
	color: #b7d0be;
	font-size: 44px!important;
	text-align: center;
	margin: -10px auto 0px auto;
	text-shadow: 2px 2px 7px #000;
	-webkit-animation: bounce 3000ms infinite;
    -moz-animation: bounce 3000ms infinite;
    -ms-animation: bounce 3000ms infinite;
	animation: bounce 3000ms infinite;
}

.arrowBack {
	font-size: 36px!important;
	color: #123975;
	font-weight: 300!important;
}
/* Estilos para Home */

/* Estilos para TABS */
.nav-tabs {
	border-bottom: none!important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	color: #123975!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;
}

/********** estilos para tablas **********/
a.list-group-item, button.list-group-item {
	color: #555;
}
.backgroundGreen{
    background: #41736F;
    color:#FFFFFF;
    padding:5px;
}
.tableContainer{
    background-color: #EFEFEF;
    border: 0 solid #DDDDDD;
}

.tableContainer-tr {
    /* display: table-row; */
    padding: 0px 0px 3px 0px;
    margin: 0px;
    border-style: solid;
    border-color: #DDDDDD;
    border-width: 0px;
}

.tableContainer-td {
    padding: 2px 0 2px 0;
    margin: 0px 0px -4px 0px;
    border-style: solid;
    border-color: #DDDDDD;
    border-width: 1px;
    height: 35px;
}

/* Tabla personalizada inserta en Contenido General */
.generalContent table {
    background: #efefef;
    width: 100%
}
.generalContent table tr td {
    border: 1px solid #ccc;
    padding: 7px 10px;
    text-align: center;
}
.generalContent table tr td p {
	margin: 0px;
}

/* table striped */ 
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #dde8e4;
}

/* para labels en login */
.textSearch {
    padding: 6px 12px 0px 0px;
    color:#FFFFFF;
}

.deletePadding{
	padding-left:0px !important;
	padding-right:0px !important;
}
/* color para barra de Menu */
.backgroundMenu{
	background: #7db9e8; /* Old browsers */
	background: -moz-linear-gradient(top, #7db9e8 0%, #006976 2%, #003877 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #7db9e8 0%,#006976 2%,#003877 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #7db9e8 0%,#006976 2%,#003877 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#003877',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #FFF;
}

/* espacio para logo */
.logoMargin{
    margin:15px 25px;  
}

/*para selector del menu */
.selectorSpace{
    margin: 7px 15px 0px;
}

.informeRadius{
	border-radius: 6px !important;
	border:1px solid #cacacc !important;
}

/* booton de menu */
.buttonMenu{
	color:#FFF !important;
	padding:12px 10px !important;
	transition:all 0.3s ease;
}

.buttonMenu:hover{
	background:#0d805f !important;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
	background:#0d805f !important;
}

/*centra menu*/
.centerNavBar{
	float: none;
    display: inline-block;
}

.botonMenuCollapsed{
    text-align: center !important;
    float: none !important;
    border: 1px solid #FFF !important;
    margin-right: 0px;
}

.botonMenuCollapsed:hover, .botonMenuCollapsed:focus{
    background:none !important ;
}

.linkSubmenu, .linkSubmenu:visited{
	color:#555555 !important;
    white-space: inherit !important;
    margin-left: 10px;
	transition:all 0.3s ease;
}


.linkSubmenu:hover{
	color:#123975 !important;
	text-decoration:underline !important;
	background: #fFF !important;
	transition:all 0.3s ease;
}

/* listas con bullet personalizado  */
.listBullet { 
    background-image: url('../images/bullet-lista.png');
	background-repeat: no-repeat;
	margin-left: -20px;
	width: 20px;
	height: 20px;
	float: left;
}

.secondListBullet { 
	list-style-image: url('../images/bullet.png');
	margin-left:-20px;
}

/* para modales de video */
.buttonHome {
	min-height: 110px;
	margin-bottom: 25px; 
}


/* footer */
.textFooter {
	font-family: "Arial";
	font-size: 16px;
	color: #fff;
}

/* margen superior en modales */
.modalTop{
	top:30px;
}

/*color de fondo para bloqeues striped*/
.blockStriped {
	border-radius: 15px;
	border: 1px solid #BAB991;
	background-color: #F7F7E7;
}

.blockStripedDark {
	border-radius: 15px;
	border: 1px solid #BAB991;
	background-color: #E2E2BA;
}

/** estilos modificados de bootstrap **/

/* submenu*/

.width300{
	width: 300px;
}

.dropdown-menu{
	background:#FFF !important;
	border: 1px solid #0d805f !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    color:#555 !important;
}

/* boton cerrar modal */

.close, .close:hover, .close:focus {
	opacity:1;
	margin-right:-18px;
}

.modal-header-close{
	margin-top: -15px;
	padding: 0px;
	border:0px;
}

.modal-body-close{
    padding-top: 0px;
}

.modal-background {
	z-index: 0px;
}

.buttonClose{
	background-image: url("../images/boton_cerrar.png");
	background-repeat: no-repeat;
	width: 36px;
	height: 36px;
}

.form-control{
	border-radius:40px;
	border:none;
}

.accesibilidad {
    top: 205px;
    text-align: center;
    position: fixed;
    left: 2%;
    z-index: 1;
}

.hiddeOverFlow{
	overflow:hidden;
}

.smallMarginLeft{
	margin-left:40px;
}

.bigButton {
	width: 100%;
	border: 3px solid #ccc;
	border-radius: 5px;
	min-height: 70px; 
	margin: 15px auto;
	display: inline-flex;
	cursor: pointer;
}
.bigButtonGreen {
	width: 20%;
	background-color: #A6BE30;
	display: block;
	float: left;
	min-height: 64px;
	padding: 10px;
	text-align: center;
}
.bigButtonGreen .fa {
	color: #FFF;
	font-size: 40px;
	line-height: 44px;
}
.bigButtonBlue {
	width: 80%;
	background-color: #1A2D42;
	display: block;
	float: left;
	min-height: 64px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 19px 10px;
}
.iconViewTable {
	background-image: url("../images/iconViewTable.png");
	background-repeat: no-repeat;
	width: 56px;
	height: 54px;
	margin: 5px 15px 5px 10px; 
}

/* breadcrum*/
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #FFF;
    margin-top: 5px;
    margin-bottom: 30px;
}
ul.breadcrumb li {
    display: inline;
}
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}
ul.breadcrumb li a {
    color: #000;
    text-decoration: none;
}
ul.breadcrumb li a:hover {
    color: #000;
    text-decoration: underline;
}

.logoTribunal{
  background-image: url('../images/logoInforme.png');
	background-repeat: no-repeat;
	width: 97px;
	height: 84px;
	float: left;
	background-position: center;
	margin: 20px 0px 30px 20px;
}

.table thead {
	background-color:#41736F!important;
	color:#fff
}
/*
.table-hover tr:nth-child(1) {
	background-color: #ff0000!important;
	color:#fff;
}*/
.table-hover tr:nth-child(odd) {
	background-color: #fff;
}
.table-hover tr:nth-child(even) {
	background-color: #eaeaea;
}


@media (max-width:1199px) {
  .accesibilidad {
		top: 245px;
	}
}

@media (max-width: 991px) {
	.logoTribunal{
	background-image: url('../images/logoInforme.png');
	background-repeat: no-repeat;
	width: 100% !important;
	height: 84px;
	margin: 15px auto !important;
	}
    .headTitle {
    margin-bottom: -10px;
    }
    .headDate {
    margin-left: 0%;
    }
  .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;
  }
  .accesibilidad {
		top: 290px;
	}
}

@media screen and (max-width:767px) {
  .smallMarginLeft{
		margin-left:0px !important;
	}
  .accesibilidad {
		display:none;
	}
}

@media (max-width: 550px) {
    .headTitle {
    font-size: 24px;
    margin-bottom: -10px;
    }
    .headDate {
    font-size: 24px;
    }
}