/* BASICOS ++++++++++++++++++++++++++++++++++++++*/
.fontColor {
	color: #257226;
}

.fontBlanco {
	color: white !important;
}

.btnPrimario {
	color: white;
	background-color: #5AB435;
	text-transform: none;
}

.btnTercero {
	color: white;
	background-color: #3C6F31;
	text-transform: none;
}

.btnSecundario {
	color: white;
	background-color: #EB9736;
	text-transform: none;
}

.btnPrimarioCircular {
	color: white;
	background-color: #5AB435;
	text-transform: none;
	border-radius: 24px!important;
}

.btnGris {
	background-color: #5d666b;
}

.btn.focus, .btn:focus, .btn:hover {
	color: white;
    text-decoration: none;
    transform: scale(1.05);
}

.btnPrimarioRounded {
	color: white;
	background-color: #257226;
	text-transform: none;
	border-radius: 24px!important;
}
.btnPrimarioRoundedRed {
	color: white;
	background-color: #ff5722;
	text-transform: none;
	border-radius: 24px!important;
}
.roundedButton {
	border-radius: 24px!important;
}
.roundedActive {
	color: white;
	background-color: green;
 	border-radius: 24px!important;
}
.roundedInactive {
	background-color: orange;
	color: white;
	border-radius: 24px!important;
}
.form-info {
	border: none;
	font-size: 17px;
    color: #000000;
}
.form-info[readonly], fieldset[disabled] .form-control {
    background-color: #f3f3f3a6;
    opacity: 1;
}
/* 28a745 */
.colorFondo {
	color: green;
    background-color: #257226!important;
    
}

/* PANELES, CARDS +++++++++++++++++++++++++++++++++*/
.cardHeader {
	color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-panel-success {
	border-color: #d6e9c6 !important;
}

.panel-danger {
	border-color: #ebccd1 !important;
}

.panel-info {
	border-color: #bce8f1 !important;
}

.panel-warning {
  border-color: #ead1b3 !important;
}

.has-error .form-control {
    border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}


/* CONFIGURACION BASE */
.btn {
text-transform: none;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #2b4a2a;
    border-color: #2b4a2a;
}

