@CHARSET "ISO-8859-1";

/* ********************* Cuerpo ********************** */
#page {
    padding-top: 60px;
}

a, a:VISITED  {
	color: #c1002c;
}

a:HOVER  {
	color: #c1002c;
}

/* ********************* Miga de pan ********************** */

.breadcrumb {
	background-color: #FFF0F0;
}

.breadcrumb a, .breadcrumb a:VISITED  {
	color: #c1002c;
}

.breadcrumb a:HOVER  {
	color: #c1002c;
}

.breadcrumb>li>divider {
padding: 0 5px;
color: #2C2B2B;
}

.breadcrumb>.active {
color: #2C2B2B;
}

/* ********************* Contenido ********************** */
.menuListado {
	margin: 5px 5px 5px 5px;
	text-align: right;
}

input.controls_fecha {
	margin-left: 20px;
}

.select2-container, .toggle-button {
	margin: 5px 5px 5px 5px;
}

.btn.active, .btn:active {
	color: brown;
	font-weight: bold;
}
/* ********************* Contenido: tooltip ************ */
.extraInfo {
	float: left
}
/* ********************* Contenido: tablas ************ */

.grid-view table.items th
{
	color: white;
	background: url("../img/bglistado.png") repeat-x scroll left center maroon;
	text-align: center;
}

.grid-view table.items tr.even
{
	background: #F3F3F3;
}

.grid-view table.items tr.odd
{
	background: #FFF7F7;
}

table.detail-view .null {
	color: brown;
}

table.detail-view tr.odd
{
	background:#FFF7F7;
}

table.detail-view tr.even
{
	background:#F3F3F3;
}

.table-striped tbody>tr:nth-child(odd)>td, .table-striped tbody>tr:nth-child(odd)>th {
	background-color: inherit;
}

a.sort-link {
	color: white;
	text-decoration: none;
}
a.sort-link:HOVER {
	color: #fdebeb;
	text-decoration: underline;
}



/* ********************* Pie ********************** */
.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;

}
/* ********************* Otros ********************** */
img.mkInspection-photo {
	max-width: 100%; 
	max-height: 300px;
	margin-bottom: 2px;
}