.ag-item{	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 0;
	margin-bottom: 15px;
}

.ag-item:hover{
	background-color: #f4f4f4;
}

.ag-item img{
	margin: 0 auto;
}

.ag-name{
	text-align: center;
}

.text-green{
	color: #2fab79;
}

.text-gray{
	color: #ccc;
}

.nav-stacked{
	margin-top: 15px;
}

.nav-stacked li{
	background-color: #fff;
	padding: 15px 10px;
}

.ag-item:hover > .nav-stacked li{
	background-color: #3ca2e0;
	color: white;
}

.img-circle{
	border: solid 3px #e4e4e4 !important;
}

.regresar{
	font-size: 50px !important;
}

.table{
	font-size: 13px;
}

.agente-detalle .fa-star{
	font-size: 20px !important;
	color: orange !important;
}

.eje-options{
	margin-top: 50px !important;
}

.form-input{
	border: none; 
	width: 100%; 
	font-size: 18px; 
	border-bottom: solid 1px #f4f4f4;
}

.form-input:focus{ 
	outline: none; 
	border-bottom: solid 1px #3ca2e0;
}

.nuevo-agente small{
	color: #3ca2e0;
}

.warning{
	color: #f2a007 !important;
}

.form-input::-webkit-input-placeholder,
.form-input::-moz-placeholder,
.form-input:-ms-input-placeholder,
.form-input:-moz-placeholder {  
  color: pink;
}

.pnl-buscar{
	text-align: right;
}

.pnl-buscar i{
	cursor: pointer;
	font-size: 18px;
}

#buscarCliente{
	display: none;
}

.pnl-buscar input{
	border: none;
}

.pnl-buscar input:focus{
	outline: none;
}

.no-border tr, .no-border tr th,  .no-border tr td{
	border: none !important;
}

.procesaCompra{
	position: absolute; 
	background-color: rgba(255,255,255,1); 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
}

fieldset input{
	text-align: right !important;
}

.md-controlado md-input-container {
    margin: 0 !important; 
}

.dash-resumen{
	font-size: 20px;
	font-weight: bold;
	color: #666; ;
}

.dash-resumen-secondary{
	font-size: 20px;
	font-weight: bold;
}

.text-red{
	color: #d43f3a !important
}

.text-orange{
	color: #eea236 !important
}

.text-sky-blue{
	color: #46b8da !important
}

.text-green{
	color: #449d44 !important
}

.bg-gray{
	background-color: #f4f4f4 !important;
	font-weight: bold;
}

.dash-panel{
	background-color: #f4f4f4;
	border-radius: 3px;
	width: 100%;
	/*padding: 10px;*/

	/*border: solid 1px #efefef; */

	-webkit-box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.28);
	box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.28);

}

.dash-panel span{
	font-weight: bold;
}

.dash-panel a{
	color: #c53f46 !important;
	font-size: 12px; 
}

.dash-panel a:hover{
	color: white !important;
}

.barra-porcentaje{
	width: 100%;
	height: 30px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background-color: #d4d4d4;
}

.barra-porcentaje .bar{
	height: 30px;
	background-color: #d43f3a;
}

.barra-porcentaje .info{
	padding: 3px 10px;
	position: absolute;
	margin-top: 0;
}

#ex3_value{
	color: blue;
}

