@CHARSET "UTF-8";

#gview_GridCiu>div.ui-jqgrid-titlebar.ui-jqgrid-caption.ui-widget-header.ui-corner-top.ui-helper-clearfix
	{
	background: #2e54fe url("images/ui-bg_flat_75_2e54fe_40x100.png") 50%
		50% repeat-x;
	background-image: none;
	color: white;
}

#gview_GridAdmin>div.ui-jqgrid-titlebar.ui-jqgrid-caption.ui-widget-header.ui-corner-top.ui-helper-clearfix
	{
	background: #2e54fe url("images/ui-bg_flat_75_2e54fe_40x100.png") 50%
		50% repeat-x;
	background-image: none;
	color: white;
}

#titulo {
	background: #2e54fe url("images/ui-bg_flat_75_2e54fe_40x100.png") 50%
		50% repeat-x;
	color: #fff;
	font-weight: bold;
	text-align: left;
	font-family: sans-serif;
	line-height: 18px;
}

#titulo td {
	font-size: 16px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 6px 0px 6px 4.8px !important;
}

#GridTiempos {
	width: 100%;
	white-space: normal;
	word-wrap: break-word;
	font-size: 13px;
	font-family: Verdana, Arial, sans-serif;
}

.filaPivot {
	font-weight: bold;
}

.pulsar.expand:before {
	content: "+ ";
	display:inline-block;
}

.pulsar:before {
	content: "- ";
}

.tiempo {
	text-align: right
}

.pulsar {
	cursor: pointer;
}

.admin {
	width: 40%;
}

.admin2 {
	width: 40%;
}

.tiempos {
	width: 5%;
}

#footer {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	font-weight: bold;
}

#GridTiempos td {
	padding: 10px;
}

#GridTiempos, #GridTiempos tr, #GridTiempos td, #GridTiempos th {
	/* border: 1px solid black; */
	border-collapse: collapse;
}

#cabecera {
	text-align: center;
	font-family: sans-serif;
	border-bottom: 1px solid #d3d3d3;
	font-size: 1.4rem !important;
	line-height: 1.8rem;
	background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50%
		50% repeat-x;
}
#accordion .ui-state-default {
	background: none;
	border: none;
	color: #2e54fe;
}

#accordion .ui-icon {
	display: none;
}

.ui-widget > * {
	font-size: 1.6rem;
	font-family: sans-serif;
}

#accordion .ui-state-active > * {
	font-size: 1.6rem;
	font-family: sans-serif;
}

#accordion .ui-widget-content {
	color: #2e54fe;
	border: none;
}

#table_div4 .ui-widget-content > * {
	color: #2e54fe;
	border: none;
}

.tableCell {
	color: black;
	font-size:14px !important;
}

#headerTab{
	background-color:#00325f;
	color: white;
}

.noPadding{
	padding: 0 !important;
}

.boton_excel{
	overflow:hidden;
	height:30px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color:#000000;
    text-align:center;
    padding: 5px 5px;
    border: 1px solid #BDBDBD;
    background-color:#F2F2F2;
    z-index: 3;
 }
 .boton_excel:hover{
	 border: 1px solid #585858;

 }
