@charset "UTF-8";
/*------------------------------------------------------------------
[Core General Stylesheet]

Project:    Edumix Foundation Dashboard Template
Version:    1.2
Last change:    11/03/2014 [fixed Float bug, vf]
Author:matirasa
-------------------------------------------------------------------*/
/*
Master Background Color
 */

.bg-light-green, .bg-dark-blue, .bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black {
    color: #f9f9f9 !important;
}
.bg-white {
    background: #fff !important;
}
.bg-gray {
    background: #777 !important;
}

.bg-gray-light {
    background: #fdfdfd !important;
}
.bg-gray-blue {
    background: #EEF1F7 !important;
}
.bg-black {
    background: #222A38 !important;
}
.bg-black-solid {
    background: #000000 !important;
}
.bg-red {
    background: #F20556 !important;
}
.bg-yellow {
    background: #f39c12 !important;
}
.bg-aqua {
    background-color: #0ABAEF !important;
}
.bg-blue {
    background-color: #5C9DF5 !important;
}
.bg-light-blue {
    background-color: #3c8dbc !important;
}
.bg-dark-blue {
    background-color: #0F5593 !important;
}
.bg-light-blue-opacity {
    background-color: rgba(109, 187, 233, 0.651) !important;
}
.bg-green {
    background-color: #92CD18 !important;
}
.bg-light-green {
    background-color: #45B6B0 !important;
}
.bg-navy {
    background-color: #001f3f !important;
}
.bg-teal {
    background-color: #B5AB8A !important;
}
.bg-olive {
    background-color: #3d9970 !important;
}
.bg-lime {
    background-color: #01ff70 !important;
}
.bg-orange {
    background-color: #f07d00 !important;
}
.bg-light-orange {
    background-color: #ffb895 !important;
}
.bg-red-orange {
    background-color: #e83922 !important;
}
.bg-fuchsia {
    background-color: #f012be !important;
}
.bg-purple {
    background-color: #932ab6 !important;
}
.bg-maroon {
    background-color: #85144b !important;
}
.bg-transparent {
    background: transparent !important;
}
.bg-opacity {
    background: rgba(0, 0, 0, 0.5) !important;
}
.bg-opacity-one {
    background: rgba(0, 0, 0, 0.3) !important;
}
.bg-opacity-white {
    background: rgba(255, 255, 255, 0.5) !important;
}
.bg-opacity-white-btn {
    background: rgba(255, 255, 255, 0.2) !important;
}
.bg-opacity-white-btn:hover {
    background: rgba(255, 255, 255, 0.4) !important;
    color: white !important;
}
.border-gray {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}
/*
Master Text Color
 */

.text-opacity {
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-black {
    color: #222A38 !important;
}
.text-red {
    color: #F20556 !important;
}
.text-gray {
    color: #777 !important;
}
.text-amber {
    color: #ffffff !important;
}
.text-yellow {
    color: #f39c12 !important;
}
.text-aqua {
    color: #0ABAEF !important;
}
.text-blue {
    color: #5C9DF5 !important;
}
.text-dark-blue {
    color: #0F5593 !important;
}
.text-light-blue {
    color: #3c8dbc !important;
}
.text-green {
    color: #92CD18 !important;
}
.text-navy {
    color: #B7C1D3 !important;
}
.text-teal {
    color: #39cccc !important;
}
.text-olive {
    color: #3d9970 !important;
}
.text-lime {
    color: #01ff70 !important;
}
.text-orange {
    color: #FF884D !important;
}
.text-fuchsia {
    color: #f012be !important;
}
.text-purple {
    color: #932ab6 !important;
}
.text-maroon {
    color: #85144b !important;
}
.text-white {
    color: #ffffff !important;
}
.border-green {
    border-color: #37A8AF !important;
}
.border-blue {
    border-color: #3E739D !important;
}
.border-aqua {
    border-color: #0090D9 !important;
}
.text-opacity {
    color: rgba(255, 255, 255, 0.7) !important;
}


/**/
.required {
    color: #eb0606;
    font-weight: bold;
}

.btn-orange {
    background-color: #f07d00 !important;
    border-color: #f07d00 !important;
    color: #fff !important;
}