@CHARSET "ISO-8859-1";

/* ********************* Barra de Navegaci�n ********************** */
.navbar-inverse .navbar-inner {
  background-color: #335588;
  background-image: -moz-linear-gradient(top, #335588, #446699);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#335588), to(#446699));
  background-image: -webkit-linear-gradient(top, #335588, #446699);
  background-image: -o-linear-gradient(top, #335588, #446699);
  background-image: linear-gradient(to bottom, #335588, #446699);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff335588', endColorstr='#ff446699', GradientType=0);
  border-color: #001133;
}

.navbar-inverse .brand {
  color: #e5e5e5;
}
.navbar-inverse .brand, .navbar-inverse .nav>li>a {
  color: #e5e5e5;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* ********************* Cuerpo ********************** */
#page {
    padding-top: 60px;
}

a, a:VISITED  {
	color: #335588;
}

a:HOVER  {
	color: #335588;
}

a.anchor {
    display: block;
    position: relative;
    top: -250px;
}

/* ********************* Mapas ********************** */
#map {
  height: 500px;
  width: 100%;
}

.iw-tittle {
	font-size: 10px;
	font-weight: bold;
}

.iw-content {
	font-size: 10px;
}

.ul-route {
	font-size: 10px;
	list-style-type: none; /* Remove bullets */
	padding: 0; /* Remove padding */
	margin: 0; /* Remove margins */
}

  

/* ********************* Ayuda formulario ********************** */

.help-block, .help-inline {
    color: #98aaaf;
    font-size: 12px;
}

/* ********************* Miga de pan ********************** */


.breadcrumb {
	background-color: #e2e7fc;
}
.breadcrumbFilter {
	background-color: #eeeff3;
	padding-top: 4px;
	margin-top: -10px;
	margin-bottom: 10px;
}

.breadcrumb a, .breadcrumb a:VISITED  {
	color: #4373bb;
}

.breadcrumb a:HOVER  {
	color: #4373bb;
}

.breadcrumb>li>divider {
padding: 0 5px;
color: #2C2B2B;
}

.breadcrumb>.active {
color: #2C2B2B;
}

/* ********************* Contenido ********************** */
.menuListado {
	margin: 5px 5px 5px 5px;
	/*text-align: right;*/
	float: right;
}

input.controls_fecha {
	margin-left: 20px;
}



.select2-container, .toggle-button {
	margin: 0px 0px 0px 0px;
}

.btn.active, .btn:active {
	color: brown;
	font-weight: bold;
}
a.btn, a.btn:VISITED   {
	color: #333333;
}
a.btn-primary, a.btn-primary:VISITED   {
	color: #ffffff;
}

a.btn-primary:HOVER   {
	color: #ffffff;
}
a.btn:HOVER  {
	color: #333333;
}
.btn-vertical-inline {
    margin-top: 25px;
    margin-left: 25px;
}
pre.campo {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
}


/* ********************* Contenido: tooltip ************ */
.extraInfo {
	float: left
}
/* ********************* Contenido: tablas ************ */
thead.sticky {
	position: sticky;
	top: 41px;
}

@media (max-width: 979px) {
	thead.sticky {
		position: sticky;
		top: 0px;
	}
}




.grid-view table.items th
{
	color: white;
	  background-color: #335588;
	  background-image: -moz-linear-gradient(top, #335588, #446699);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#335588), to(#446699));
	  background-image: -webkit-linear-gradient(top, #335588, #446699);
	  background-image: -o-linear-gradient(top, #335588, #446699);
	  background-image: linear-gradient(to bottom, #335588, #446699);
	  background-repeat: repeat-x;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff335588', endColorstr='#ff446699', GradientType=0);
	  border-color: white;
	/* background: url("../img/bglistado.png") repeat-x scroll left center maroon; */
	text-align: center;
}

.grid-view table.items tr.even
{
	background: #F5F5FF;
}

.grid-view table.items tr.odd
{
	background: #FDFDFF;
}

table.detail-view .null {
	color: brown;
}

table.detail-view tr.odd
{
	background:#F5F5FF;
}

table.detail-view tr.even
{
	background:#FDFDFF;
}

.table-striped tbody>tr:nth-child(odd)>td, .table-striped tbody>tr:nth-child(odd)>th {
	background-color: inherit;
	vertical-align: middle;
}
.table-striped tbody>tr:nth-child(even)>td, .table-striped tbody>tr:nth-child(even)>th {
	background-color: inherit;
	vertical-align: middle;
}
a.sort-link {
	color: white;
	text-decoration: none;
}
a.sort-link:HOVER {
	color: #FDFDFF;
	text-decoration: underline;
}

td.visitA {
	text-align: center;
	background-color: #6fb7ff !important;
}
td.visitAM {
	text-align: center;
	background-color: #33dd37 !important;
}
td.visitM {
	text-align: center;
	background-color: #ff9f71 !important;
}
td.visitP {
	text-align: center;
	background-color: #ffff00 !important;
}
td.visitAMGT, td.visitMGT, td.visitGT, td.visitG, td.visitT, td.visitAMG, 
td.visitAGT, td.visitAT, td.visitAG, td.visitMG, td.visitMT, td.visitAMT  {
	text-align: center;
	background-color: #ed82ef !important;
}

table.wrapWord {
	/*table-layout:fixed;*/
	font-size: 12px;
}
td.wrapWord {
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -webkit-pre-wrap; /*Chrome & Safari */ 
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	white-space: pre-wrap;       /* css-3 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	word-break: break-all;
	white-space: normal;
}

a.topGridLink {
	color: #0088cc;
    float: right;
}
/* ********************* Sobrescribimos cuadro de firma ******** */
.sigWrapper {
	clear: both;
	border: none;
}

/* ********************* Auditoría ****************** */

img.audit-photo {
	max-width: 100%; 
	max-height: 60px;
	margin-bottom: 2px;
}


/* ********************* Foot ********************** */
.pie {
	min-width: 200px;
	clear: both;
	height: 20px;	
	width:100%;
	float:left;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	float: none;
	width: 100%;
	background-color: #ffffff;
	
}
.pie p {
	margin: 2px 0px 0px 0px;
	font-size: 12px;
	color: #aaa;
	text-align: center;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;

}

/* ********************* Modal ********************** */

.modal-large 
{
    width: 800px; 
    margin-left:  -400px !important; 
} 



