#line-chart {
	height:300px;
	width:800px;
	margin: 0px auto;
	margin-top: 1em;
}
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover { 
	color: #fff;
}
.hr-mg{
	margin: 42px 15px 0px 15px;
}
h4{
	border-bottom:1px solid #E3DEDE; 
	padding-bottom:5px;
	margin:25px 15px 15px 15px;
	}
.page-title{
    border-bottom: 1px solid #000098;
    color: #000098;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1em;
    margin:15px !important;
    padding: 0 0 15px;
 }
 .header h1 {
  border-bottom:none;
  margin: 0em 0em .5em 0em;
  padding: 0em;
  line-height: 1em;
  font-size: 1.2em;
  font-weight: normal;
}

/*Para add-fields*/
ul.addfield {
    list-style: none;
	margin:0 0 5px;	
	-webkit-margin-before: 0px !important;
	-webkit-margin-after: 0px !important;	
	-webkit-margin-start: 0px !important;
	-webkit-margin-end: 0px !important;
	-webkit-padding-start: 0px !important;

	-moz-margin-before: 0px !important;
	-moz-margin-after: 0px !important;	
	-moz-margin-start: 0px !important;
	-moz-margin-end: 0px !important;
	-moz-padding-start: 0px !important;	
	
}
ul.addfield li {
    display: inline-block;
}
.remove-line {
    display:inline-block;
}
input.elimi{
	
	}
.clear{
	clear:both;
}	

/*Fin add-fields*/
.logo-header{
    float: left;
    height:50px;
	padding:5px;
	}
ul.Navreportes{
	border-bottom:1px solid #333;
	height:1px;
}	
ul.Navreportes li{
	float:right;
	padding:5px;
	background-color:#333;
}
.error{
	color:#FB0331;
	font-size:18px;
	text-align:center;
}
.aceptar{
	
	font-size:18px;
	text-align:center;
	font-weight:bold;
}
.none{
	display:none;
}
.mas,
.menos { 
	width:30px;
	height:30px;
	border:none;
	color:transparent;
	margin-right:20px;
}
.mas{
	background-image:url(../images/iconoMas.jpg);}
.menos {
	background-image:url(../images/iconoMenos.jpg);}
/*Campos de Validación*/
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
	display:none;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
input.error,
select.error,
textarea.error {
    border: 1px solid #CC0000;
	text-align:left;
	font-size:14px;
	color:#333;
}


.form-group{
	margin-bottom:0px;
	min-height:83px;
}
.form-group label.error{
	color:#FB0331;
	font-size:11px;
	text-align:left;
}
.marginL25{
	margin-left:25px;
}

.dialogMen > .error,
.dialogMen > p{
	text-align:center;}


/*AFES*/

textarea.form-control{
	margin-bottom:15px;
	padding-bottom:10px;
	padding-top:10px;
	min-height:97px;
}
.malla .form-group{
	margin-bottom:4px;
	min-height:inherit;
	}
.inputTitle input,
.inputTitle{
	text-align:center;
	font-weight:bold;
	
	}

/*Para pre-autorizar*/
.subtitle{
	font-weight:bold;
	
	}
#preautorizar input{
	border:none;
	}	
input.right{
	text-align:right;
}	
.textoAF{
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
}
.folioTitle{
	font-size:2em;
	text-align:center;
	font-weight:bold;
	margin-top:10px;
	color:#00238C;}

.verde{
	border:1px solid #68E456;
	color: #68E456;
	font-weight:bold;
	font-size:16px;}

.rojo{
	border:1px solid #F00;
	color: #F00;
	font-weight:bold;
	font-size:16px;
}
.insuf{
	color: #F00;
	font-weight:bold;
	font-size:18px;
	padding:20px 0;
	text-align:center;
}	
.statusNombre{
   font-size: 20px;
   font-weight: bold;
   line-height: 82px;
   text-align:center;
}
.panel-body h3{
	line-height:1.5em;
	margin-left:0px !important; 
}
h1, .h1, h2, .h2, h3, .h3{
	line-height:normal;
}
.derecha {
	text-align:right;
}
h5.notaCifras{
	line-height: 1.4;
	margin-left: 15px;
	margin-bottom: 20px;
}
.azulS{
	color:#00F;
}
.rojoS{
	color:#F00;
}
.verdeS{
	color:#090;
}
.saldosC {
	margin-bottom:30px;
}
.centro{
	text-align:center;
}

/* TOOLTIP */
	.tool {
		cursor:pointer !important; 
		cursor: hand !important; 
		font-weight:bold;
		}
  .ui-tooltip, .arrow:after {
    
    border: 2px solid #000098;
  }
  .arrow:after {
	background-color: #000098 !important;
	}
  .ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
	font-weight:bold;

    box-shadow: 0 0 7px #000098;

  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px #000098;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }