.btn-circle {
    font-size: 20px;
}
#main-wrapper[data-layout="vertical"] .topbar .navbar-collapse[data-navbarbg="skin5"], #main-wrapper[data-layout="vertical"] .topbar[data-navbarbg="skin5"], #main-wrapper[data-layout="horizontal"] .topbar .navbar-collapse[data-navbarbg="skin5"], #main-wrapper[data-layout="horizontal"] .topbar[data-navbarbg="skin5"] {
    background: #4C5454;
}
.topbar .top-navbar .navbar-header .navbar-brand {
	background: #4C5454;
}
.table-responsive{
	padding: 1.25rem;
}
.btn-color-principal{
	color: #fff;
    background-color: #ec1c6c;
    border-color: #ec1c6c;
}
.degradado{
	color: #fff;
	/*background: rgba(0,0,0,0) linear-gradient(to right,#f2562c 0,#ec1c6c 100%) repeat scroll 0 0/auto padding-box border-box!important;*/
	background-color: #ac040c;
}
.border-cprincipal{
	border:1px solid #ec1c6c;
}
.btn-activo{
	color: #2FEA1C;
	font-size: 22px;
}
.btn-inactivo{
	color: #CB1616;
	font-size: 22px;
}
.preloader-estadisticas{
	width: 100%; 
    top: 0px;
    z-index: 99999;
    background: #fff;
}
.label-principal{
	background: rgba(0,0,0,0) linear-gradient(to right,#f2562c 0,#ec1c6c 100%) repeat scroll 0 0/auto padding-box border-box;
	border-radius: 5px;
}
.card-principal{
	background: rgba(0,0,0,0) linear-gradient(to right,#f2562c 0,#ec1c6c 100%) repeat scroll 0 0/auto padding-box border-box;
	border-radius: 10px!important;
}
.card-principal button{
	color:#FFF!important;
	text-decoration: none!important;
	list-style: none!important;
	font-size: 17px;
	font-weight: bold;
}
.card-principal button:hover{
	text-decoration: none!important;
	list-style: none!important;
}
.link-principal{
	text-decoration: none!important;
	color: #ec1c6c!important;
}