body{
	background-color:#EEEEEE;
}
.form-horizontal .control-label{
	/*width:15%*/
}
.hero-unit h1{
	color: rgb(31,73,125);
}
.navbarTop .navbar-inner{
	background-color:#041A2F;
	background-image:none;	
}
.navbarTop .brand{
	padding: 0px 20px 0px 20px;
}
.row{
	margin-left:0px;
}
a:hover{
	text-decoration:none;
}
#page {
    padding-top: 20px;    	
}
#bg{
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    display:none;
}
.breadcrumb{
	margin-bottom:0px;
	margin-top:0px;
	float:left;
	background:none;
}
#footer{
	text-align:center;
	background-color:#041A2F; 
	color:#fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.sombra{	
	
}
.sombra:hover{	
	/*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);*/
}
#content{	
	background-color:#FFFFFF;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
#area-content{
	margin:20px 15px 15px 20px;
}
.hero-unit{
	padding-top:30px;
	background-color:#FFFFFF;
}
.popover-content{
	font-size:12px;
	line-height:15px;
}
.btn{
	background-color:rgb(244,148,1);
	background-image:none;
}
.btn:hover{
	background-color:rgb(241,180,83);
	background-image:none;
}
.btnGray{
	background-color:rgb(245, 245, 245)
}
.btnGray:hover{
	background-color:rgb(220, 220, 220)
}
#content .btn.btn-primary.btn-small{
 	margin-right:7px;
 	background-color:#F49401;
 	border:none;
 	border-radius:0px;
 	text-shadow:none; 	
 }
#content .btn-group{	
	float:left;
}
.bootstrap-select>button{
	background-color:#E6E6E6;
	background-image:none;
}
.bootstrap-select>button:hover{
	background-color:#E6E6E6;
	background-image:none;
}
.caption{
	text-decoration:none;
}
.caption:hover{
	text-decoration:none;
}
a.thumbnail.active {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);  
}
.btn.active:hover{
	background-color:#e6e6e6;
	background-image:none;
}
.titulos{
	text-align:center;
	color:rgb(31,73,125);
}
.divText {
	/*overflow:hidden;*/
	width:70px;
	word-wrap: break-word;
	height:100px;	 
	overflow:hidden; 
	text-overflow:ellipsis;   
}
.divText:hover {
	text-overflow:inherit;
	overflow:visible;
	cursor: pointer;  
}
.ceroMargin{
	margin-top:0px;
}
.ceroMarginbottom{
	margin-bottom:0px;
}
.form-horizontal.ceroMarginbottom .control-group{
	margin-bottom:0px;
}
.contenedor{
	background-color:#FFFFFF;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
	word-wrap:break-word;
	padding:30px 20px 30px 20px;
	
}
.table-ultracondensed{
	padding:10px 10px	
}
.table-ultracondensed td{
	padding:0px 10px	
}
.grid-view .table.items tr.selected td{
	background: none repeat scroll 0% 0% rgb(220, 230, 240);
}

/*CSS para graficas*/
svg{
	height:150px;
}
.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.bar {
  fill: rgb(31,73,125);
}

.bar:hover {
  fill: rgb(24,109,146) ;
}

.x.axis path {
  display: none;
}

.d3-tip {
  line-height: 1;
  font-weight: bold;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
}

/*Labels del Grafico*/
.ChartLabels{
	background-color:#000;
	padding:3x;
	margin:1px;
	color:white;
}

/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  content: "\25BC";
  position: absolute;
  text-align: center;
}

/* Style northward tooltips differently */
.d3-tip.n:after {
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
}

/* Estilo para crear listas con forma de arbol*/
 ul.tree, ul.tree ul { 
 	list-style-type: none; 
 	background: url(vline.png) repeat-y; margin: 0; padding: 0;
 	text-align:left; 
 } 
 ul.tree ul { 
 	margin-left: 10px; 
 } 
 ul.tree li { 
 	margin: 0; 
 	padding: 0 12px; 
 	line-height: 20px; 
 	background: url(node.png) no-repeat; 
 	color: #369; 
 	font-weight: bold; 
 }

/*Fracciones*/
.fraction {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	letter-spacing: 0.01em;
	text-align: center;
}

.fraction>span {
	display: block;
	padding: 0.2em;
}

.fraction span.fdn {
	border-top: thin solid black;
}

.fraction span.bar {
	display: none;
}

.table-responsive {
	overflow-x: auto;
}

.panel {
	padding: 15px;
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  }
  
  .panel-heading {
	padding: 10px 15px;
	margin: -15px -15px 15px;
	font-size: 17.5px;
	font-weight: 500;      
	background-color: #f5f5f5;
	border-bottom: 1px solid #dddddd;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
  }
  
  .panel-footer {
	padding: 10px 15px;
	margin: 15px -15px -15px;
	background-color: #f5f5f5;
	border-top: 1px solid #dddddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
  }
  
  .panel-primary {
	border-color: #428bca;
  }
  
  .panel-primary .panel-heading {
	color: #ffffff;
	background-color: #428bca;
	border-color: #428bca;
  }
  
  .panel-success {
	border-color: #d6e9c6;
  }
  
  .panel-success .panel-heading {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
  }
  
  .panel-warning {
	border-color: #fbeed5;
  }
  
  .panel-warning .panel-heading {
	color: #c09853;
	background-color: #fcf8e3;
	border-color: #fbeed5;
  }
  
  .panel-danger {
	border-color: #eed3d7;
  }
  
  .panel-danger .panel-heading {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
  }
  
  .panel-info {
	border-color: #bce8f1;
  }
  
  .panel-info .panel-heading {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1;
  }

.dashboard-actions {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: nowrap;
	gap: 10px;
	margin: 0 auto 30px;
	max-width: 100%;
	padding: 0 8px;
	box-sizing: border-box;
}

.dashboard-action-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 148px;
	flex: 0 0 148px;
	height: 158px;
	padding: 25px 22px 0;
	box-sizing: border-box;
	background-color: #041A2F;
	color: #fff !important;
	text-decoration: none !important;
	font-family: Arial, Helvetica, sans-serif;
}

.dashboard-action-card:hover,
.dashboard-action-card:focus {
	background-color: #041A2F;
	color: #fff !important;
	text-decoration: none !important;
}

.dashboard-action-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 84px;
	height: 54px;
	padding-bottom: 22px;
	margin-bottom: 12px;
	border-bottom: 1px solid rgba(87, 154, 199, 0.45);
	overflow: hidden;
}

.dashboard-action-icon img {
	display: block;
	width: 84px;
	height: 56px;
	object-fit: contain;
	border: 0;
	box-shadow: none;
}

.dashboard-action-label {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
}

@media (max-width: 979px) {
	.dashboard-actions {
		flex-wrap: wrap;
	}
}

/* Catalog tiles keep the legacy look, with consistent icon sizing/alignment. */
.titulos.contenedor .row-fluid [class*="span"][style*="background-color:#041A2F"] > [class*="span"][style*="background-color:#041A2F"] {
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto !important;
	min-height: 150px;
	margin-left: 0;
	padding: 16px 10px;
	box-sizing: border-box;
}

.titulos.contenedor .row-fluid .span6[style*="background-color:#041A2F"],
.titulos.contenedor .row-fluid .span8[style*="background-color:#041A2F"] {
	min-height: 150px;
	height: auto !important;
	margin-bottom: 24px;
	overflow: hidden;
}

.titulos.contenedor .row-fluid .span12[style*="color:#fff"]:not([style*="background-color:#041A2F"]) {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	column-gap: 2.127659574%;
	row-gap: 24px;
}

.titulos.contenedor .row-fluid .span12[style*="color:#fff"]:not([style*="background-color:#041A2F"]):before,
.titulos.contenedor .row-fluid .span12[style*="color:#fff"]:not([style*="background-color:#041A2F"]):after {
	display: none;
}

.titulos.contenedor .row-fluid .span12[style*="color:#fff"]:not([style*="background-color:#041A2F"]) > .span6[style*="background-color:#041A2F"],
.titulos.contenedor .row-fluid .span12[style*="color:#fff"]:not([style*="background-color:#041A2F"]) > .span8[style*="background-color:#041A2F"] {
	float: none;
	margin-left: 0;
	margin-bottom: 0;
}

.titulos.contenedor .row-fluid .span12[style*="color:#fff"]:not([style*="background-color:#041A2F"]) > .span6[style*="background-color:#041A2F"]:not(.offset3) {
	flex: 1 1 0;
	width: auto;
}

.titulos.contenedor .row-fluid .span12[style*="color:#fff"]:not([style*="background-color:#041A2F"]) > .span6.offset3[style*="background-color:#041A2F"] {
	flex: 0 0 48.9361702128%;
	width: 48.9361702128%;
	margin-left: 25.5319148936%;
}

.titulos.contenedor .row-fluid .span12[style*="color:#fff"]:not([style*="background-color:#041A2F"]) > .span8[style*="background-color:#041A2F"] {
	flex: 0 0 65.9574468085%;
	width: 65.9574468085%;
}

.titulos.contenedor .row-fluid .span6[style*="background-color:#041A2F"] {
	display: flex;
	align-items: stretch;
}

.titulos.contenedor .row-fluid .span8[style*="background-color:#041A2F"] {
	display: flex;
	align-items: stretch;
}

.titulos.contenedor .row-fluid .span6[style*="background-color:#041A2F"] > .span3,
.titulos.contenedor .row-fluid .span6[style*="background-color:#041A2F"] > .span4,
.titulos.contenedor .row-fluid .span8[style*="background-color:#041A2F"] > .span4 {
	flex: 0 0 28%;
	width: 28%;
}

.titulos.contenedor .row-fluid .span6[style*="background-color:#041A2F"] > .span8,
.titulos.contenedor .row-fluid .span6[style*="background-color:#041A2F"] > .span9,
.titulos.contenedor .row-fluid .span8[style*="background-color:#041A2F"] > .span8 {
	flex: 1 1 auto;
	width: auto;
	margin-left: 0;
	padding: 24px 24px 18px;
	box-sizing: border-box;
	text-align: left;
}

.titulos.contenedor .row-fluid [class*="span"][style*="background-color:#041A2F"] > [class*="span"][style*="background-color:#041A2F"] img {
	display: block;
	float: none !important;
	flex: 0 0 88px;
	width: 88px !important;
	height: 88px !important;
	min-width: 88px !important;
	min-height: 88px !important;
	max-width: 88px !important;
	max-height: 88px !important;
	margin: 0 !important;
	object-fit: contain;
}

.titulos.contenedor .row-fluid .span6[style*="background-color:#041A2F"] h4 {
	margin-top: 0;
}

@media (max-width: 767px) {
	.titulos.contenedor .row-fluid .span6[style*="background-color:#041A2F"] {
		display: block;
	}

	.titulos.contenedor .row-fluid .span12[style*="color:#fff"]:not([style*="background-color:#041A2F"]) {
		display: block;
	}

	.titulos.contenedor .row-fluid .span6[style*="background-color:#041A2F"] > .span3,
	.titulos.contenedor .row-fluid .span6[style*="background-color:#041A2F"] > .span4,
	.titulos.contenedor .row-fluid .span8[style*="background-color:#041A2F"] > .span4 {
		width: 100%;
		min-height: 110px;
	}
}
