a, a:visited{
    color: #eeb52e;
}
a:hover, a:focus{
    color: #000;
}
a, a:active{
    color: #eeb52e;
}

/* HEADER */
header .sup_header{
    background: #eeb52e !important;
    color: #000 !important;
}
header .main-menu > ul > li > a, header .main-menu > ul > li > a:visited{
    color: #000 !important;
}
header .main-menu > ul > li > a:hover, header .main-menu > ul > li > a:focus{
    color: #eeb52e !important;
}

/* TABLES */
.admin-page table tr th{
    background: #000;
    color: #fff;
}

/* FOOTER */
footer .copyright h5{
    color: #fff;
}
footer .copyright a, footer .copyright a:visited, footer .copyright a:hover, footer .copyright a:focus{
    color: #eeb52e;
}

/* PRIMARY COLOR */
.btn-primary{
    background: #eeb52e !important;
    color: #000 !important;
    border-color: #eeb52e !important;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active{
    background: #000 !important;
    color: #eeb52e !important;
    border-color: #000 !important;
}
.text-primary{
    color: #eeb52e !important;
}
.bg-primary{
    background: #eeb52e !important;
}
/* FINE PRIMARY COLOR */

/* SECONDARY COLOR */
.btn-secondary{
    background: #2f1ee4 !important;
    color: #fff !important;
    border-color: #2f1ee4 !important;
}
.btn-secondary:hover,.btn-secondary:focus,.btn-secondary:active{
    background: #fff !important;
    color: #2f1ee4 !important;
    border-color: #2f1ee4 !important;
}
.text-secondary{
    color: #2f1ee4 !important;
}
.bg-secondary{
    background: #2f1ee4 !important;
}
/* FINE SECONDARY COLOR */

/* SUCCESS COLOR */
.btn-success{
    background: #00c05f !important;
    color: #fff !important;
    border-color: #00c05f !important;
}
.btn-success:hover,.btn-success:focus,.btn-success:active{
    background: #409f7d !important;
    color: #fff !important;
    border-color: #409f7d !important;
}
.text-success{
    color: #11875d !important;
}
.bg-success{
    background: #11875d !important;
}
/* FINE SUCCESS COLOR */

/* DANGER COLOR */
.btn-danger{
    background: #f0000d !important;
    color: #fff !important;
    border-color: #f0000d !important;
}
.btn-danger:hover,.btn-danger:focus,.btn-danger:active{
    background: #f3323d !important;
    color: #fff !important;
    border-color: #f3323d !important;
}
.text-danger{
    color: #f0000d !important;
}
.bg-danger{
    background: #f0000d !important;
}
/* FINE DANGER COLOR */

/* INFO COLOR */
.btn-info{
    background: #17a2b8 !important;
    color: #fff !important;
    border-color: #17a2b8 !important;
}
.btn-info:hover,.btn-info:focus,.btn-info:active{
    background: #239aad !important;
    color: #fff !important;
    border-color: #239aad !important;
}
.text-info{
    color: #17a2b8 !important;
}
.bg-info{
    background: #17a2b8 !important;
}
/* FINE INFO COLOR */

/* YELLOW COLOR */
.btn-yellow{
    background: #ffff00 !important;
    color: #000 !important;
    border-color: #ffff00 !important;
}
.btn-yellow:hover,.btn-yellow:focus,.btn-yellow:active{
    background: #ffffee !important;
    color: #000 !important;
    border-color: #ffffee !important;
}
.text-yellow{
    color: #ffff00 !important;
}
.bg-yellow{
    background: #ffff00 !important;
}
/* FINE YELLOW COLOR */

.percentage{
    background-color: #48b106;
}
.ribbon.off{
    background-color: #48b106;
}
.ribbon.off:before{
    border-color: #48b106 transparent transparent;
}
.top_banner{
    color: #000 !important;
    background: #eeb52e !important;
}