body {
    background: #d9f1ff;
    /*    background-image: url('../images/bgs/body_bg.png');*/
}

#page-wrapper {
    background-color: #F2F2F2;
}

/* Top Navigation */
.top-nav>li>a {
    color: #999;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
    background-color: #000;
}

.top-nav>.open>.dropdown-menu {
    border: 1px solid rgba(0,0,0,.15);
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.brand_logo {
    transition: all 0.1s ease 0s !important;
    background-color: transparent;
    width: 130px;
}
.brand_logo.main {
    background-image: url('../images/logos/client_logo.png');
}

li.message-preview {
    border-bottom: 1px solid rgba(0,0,0,.15);
}

/* Side Navigation */
.side-nav {
    background-color: transparent;
}

.side-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:hover {
    background-color: #E2E2E2;
}

.side-nav>li>ul>li>a {
    color: #999;
}

.side-nav>li>ul>li>a:hover {
    background-color: #E2E2E2;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green > a {
    color: #5cb85c;
}

.panel-green > a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red > .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red > a {
    color: #d9534f;
}

.panel-red > a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow > a {
    color: #f0ad4e;
}

.panel-yellow > a:hover {
    color: #df8a13;
}

.breadcrumb {
    background: #fff;
    border-color: transparent;
    border-bottom: 1px solid #f5f5f5;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}
.app_main_content {
    background: #fff;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}
.footer {
    background: #97c6e4;
    color: #0062a7;
}


.bottom_nav {
    transition: all 0.4s ease 0s !important;
    background: transparent;
    filter: 0 !important;
    color: #EDEDED !important;
}

.bottom_nav.navbar-default .navbar-toggle:hover, 
.bottom_nav.navbar-default .navbar-toggle:focus {
    background-color: #2B261C;
}

.navbar-brand {
    height: 60px;
}
.bottom_nav .navbar-brand {
    color: #EDEDED;
}
.bottom_nav .navbar-brand:hover {
    color: #ffffff;
}

.bottom_nav .navbar-toggle {
    color: #fff;
}


.top-nav > li > a {
    color: #E52224;
}
.top-nav > li > a:hover, .top-nav > li > a:focus, .top-nav > .open > a, .top-nav > .open > a:hover, .top-nav > .open > a:focus {
    background: #f7a62b;
    color: #fff;
}
.top_nav.navbar-default .navbar-toggle .icon-bar {
    background-color: #E52224;
}
.top_nav.navbar-default .navbar-toggle:focus, 
.top_nav.navbar-default .navbar-toggle:hover {
    background-color: #f7a62b;
}
.top_nav.navbar-default .navbar-toggle:focus span, 
.top_nav.navbar-default .navbar-toggle:hover  span{
    background: #fff;
}
.in_page_header {
    background-color: #E52224;
    border-bottom: 1px solid #E52224;
}

.top_nav.navbar-default .navbar-nav > .active > a, 
.top_nav.navbar-default .navbar-nav > .active > a:focus, 
.top_nav.navbar-default .navbar-nav > .active > a:hover {
    background-color: #F18D1A;
    color: #fff !important;
}

@media(max-width:767px) {
    .top-nav {
        background: #f1f1f1;
        border-top: 1px solid #eee;
    }
    .bottom_nav.navbar-default .navbar-toggle:hover, 
    .bottom_nav.navbar-default .navbar-toggle:focus {
        background: #ed9213;
    }
}

.btn-client1 {
    color: #ffffff;
    background-color: #E52224;
    border-color: #E52224;
}
.btn-client1:hover,
.btn-client1:focus,
.btn-client1.focus,
.btn-client1:active,
.btn-client1.active,
.open > .dropdown-toggle.btn-client1 {
    color: #ffffff;
    background-color: #0079B8;
    border-color: #0079B8;
}
.btn-client1:active,
.btn-client1.active,
.open > .dropdown-toggle.btn-client1 {
    background-image: none;
}
.btn-client1.disabled,
.btn-client1[disabled],
fieldset[disabled] .btn-client1,
.btn-client1.disabled:hover,
.btn-client1[disabled]:hover,
fieldset[disabled] .btn-client1:hover,
.btn-client1.disabled:focus,
.btn-client1[disabled]:focus,
fieldset[disabled] .btn-client1:focus,
.btn-client1.disabled.focus,
.btn-client1[disabled].focus,
fieldset[disabled] .btn-client1.focus,
.btn-client1.disabled:active,
.btn-client1[disabled]:active,
fieldset[disabled] .btn-client1:active,
.btn-client1.disabled.active,
.btn-client1[disabled].active,
fieldset[disabled] .btn-client1.active {
    background-color: #87AAD5;
    border-color: #87AAD5;
}
.btn-client1 .badge {
    color: #E52224;
    background-color: #ffffff;
}

.btn-client2 {
    color: #ffffff;
    background-color: #f7a62b;
    border-color: #f7a62b;
}
.btn-client2:hover,
.btn-client2:focus,
.btn-client2.focus,
.btn-client2:active,
.btn-client2.active,
.open > .dropdown-toggle.btn-client2 {
    color: #ffffff;
    background-color: #E49819;
    border-color: #E49819;
}
.btn-client2:active,
.btn-client2.active,
.open > .dropdown-toggle.btn-client2 {
    background-image: none;
}
.btn-client2.disabled,
.btn-client2[disabled],
fieldset[disabled] .btn-client2,
.btn-client2.disabled:hover,
.btn-client2[disabled]:hover,
fieldset[disabled] .btn-client2:hover,
.btn-client2.disabled:focus,
.btn-client2[disabled]:focus,
fieldset[disabled] .btn-client2:focus,
.btn-client2.disabled.focus,
.btn-client2[disabled].focus,
fieldset[disabled] .btn-client2.focus,
.btn-client2.disabled:active,
.btn-client2[disabled]:active,
fieldset[disabled] .btn-client2:active,
.btn-client2.disabled.active,
.btn-client2[disabled].active,
fieldset[disabled] .btn-client2.active {
    background-color: #F1C27D;
    border-color: #F1C27D;
}
.btn-client2 .badge {
    color: #f7a62b;
    background-color: #ffffff;
}

.btn-bottom_nav {
    color: #ffffff;
    background-color: transparent;
    border-right: 1px solid #5D9AD3;
}

.btn-bottom_nav:hover,
.btn-bottom_nav:focus,
.btn-bottom_nav.focus,
.btn-bottom_nav:active,
.btn-bottom_nav.active,
.open > .dropdown-toggle.btn-bottom_nav {
    color: #ffffff;
    background-color: #f7a62b;
    border-color: #8DC2E2;
}
.btn-bottom_nav:active,
.btn-bottom_nav.active,
.open > .dropdown-toggle.btn-bottom_nav {
    background-image: none;
}
.btn-bottom_nav.disabled,
.btn-bottom_nav[disabled],
fieldset[disabled] .btn-bottom_nav,
.btn-bottom_nav.disabled:hover,
.btn-bottom_nav[disabled]:hover,
fieldset[disabled] .btn-bottom_nav:hover,
.btn-bottom_nav.disabled:focus,
.btn-bottom_nav[disabled]:focus,
fieldset[disabled] .btn-bottom_nav:focus,
.btn-bottom_nav.disabled.focus,
.btn-bottom_nav[disabled].focus,
fieldset[disabled] .btn-bottom_nav.focus,
.btn-bottom_nav.disabled:active,
.btn-bottom_nav[disabled]:active,
fieldset[disabled] .btn-bottom_nav:active,
.btn-bottom_nav.disabled.active,
.btn-bottom_nav[disabled].active,
fieldset[disabled] .btn-bottom_nav.active {
    background-color: #f7a62b;
    border-color: #f7a62b;
}
.btn-bottom_nav .badge {
    color: #f7a62b;
    background-color: #ffffff;
}

@media (min-width: 768px) and (max-width: 992px) {
    .side-nav > li > ul {
        background: none repeat scroll 0 0 #333;
    }
}

.navbar-nav > li {
    border-bottom: 1px solid #e2e2e2 !important;
}
.navbar-nav > li > a {
    color: #5c5c5c !important;
}

/*.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    transition: all 0.4s ease 0s !important;
    background-color: #f7a62b !important;
    border-color: #E49819 !important;
    color: #fff !important;
}*/

.login_header {
    background-color: #E52224;
}

.about_client_brand {
    background: transparent url('../images/logos/client_logo.png') no-repeat center bottom;
}

/*--------------- Begin Nav --------------- */
.top_nav {
    transition: all 0.4s ease 0s !important;
    background: transparent !important;
    color: #295F70 !important;
    border-color: transparent;
}

/* Top nav icons */
.top-nav > li > a {
    color: #295F70;
}
.top-nav > li > a:hover, 
.top-nav > li > a:focus, 
.top-nav > .open > a, 
.top-nav > .open > a:hover, 
.top-nav > .open > a:focus {
    background: #E9E9E9;
    color: #E52224;
}
/* Top nav mobile bars icon */
.top_nav.navbar-default .navbar-toggle .icon-bar {
    background-color: #285F70;
}
.top_nav.navbar-default .navbar-toggle:focus,
.top_nav.navbar-default .navbar-toggle:hover {
    background-color: #295F70;
}
.top_nav.navbar-default .navbar-toggle:focus span,
.top_nav.navbar-default .navbar-toggle:hover  span{
    background: #fff;
} 

.brand_logo.main {
    background-image: url('../images/logos/client_logo.png');
}

@media (min-width: 993px) {

    .side-nav {
        top: 172px;
    }

    .brand_logo {
        background-color: transparent;
        margin: 0 0 0 -6px;
        padding: 0;
        width: 130px;
        height: 60px;
    }

    .footer {
        margin: 25px 0;
        border-radius: 8px !important;
    }
}

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
    color: #000 !important;
    background-color: #ffcc0f !important;
}
/* Side nav */
#page-wrapper {
    background-color: transparent;
}

.side-nav li a {
    background: transparent !important;
    color: #FFF !important;
}
.side-nav li a:hover {
    background: #295F70 !important;
    color: #D3D8DE !important;
}

.top_nav.navbar-default .navbar-nav > .active > a {
    background: #295F70 !important;
    color: #D3D8DE !important;
}

.top_nav.navbar-default .navbar-nav > .active > a:focus, 
.top_nav.navbar-default .navbar-nav > .active > a:hover {
    background: #295F70 !important;
    color: #D3D8DE !important;
}

.navbar-nav > li {
    border-bottom: 1px solid #004f93 !important;
    box-shadow: 0 1px 0 #428bbe;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #0063a7 96%, #01548a 100%) repeat scroll 0 0;
    color: #fff;
}

/* Breadcrumb */
.home_breadcrumb {
    color: #0062A7;
}
.home_breadcrumb:hover {
    color: #57B89C;
}
/*--------------- End Nav --------------- */

/*--------------- Begin Buttons --------------- */

/* Bottom nav buttons */
.btn-bottom_nav {
    color: #EDEDED;
    background-color: transparent;
    border-right: 1px solid #EDEDED;
}

.btn-bottom_nav:hover,
.btn-bottom_nav:focus,
.btn-bottom_nav.focus,
.btn-bottom_nav:active,
.btn-bottom_nav.active,
.open > .dropdown-toggle.btn-bottom_nav {
    color: #EDEDED;
    background-color: #295F70;
    border-color: #295F70;
}
.btn-bottom_nav:active,
.btn-bottom_nav.active,
.open > .dropdown-toggle.btn-bottom_nav {
    background-image: none;
}
.btn-bottom_nav.disabled,
.btn-bottom_nav[disabled],
fieldset[disabled] .btn-bottom_nav,
.btn-bottom_nav.disabled:hover,
.btn-bottom_nav[disabled]:hover,
fieldset[disabled] .btn-bottom_nav:hover,
.btn-bottom_nav.disabled:focus,
.btn-bottom_nav[disabled]:focus,
fieldset[disabled] .btn-bottom_nav:focus,
.btn-bottom_nav.disabled.focus,
.btn-bottom_nav[disabled].focus,
fieldset[disabled] .btn-bottom_nav.focus,
.btn-bottom_nav.disabled:active,
.btn-bottom_nav[disabled]:active,
fieldset[disabled] .btn-bottom_nav:active,
.btn-bottom_nav.disabled.active,
.btn-bottom_nav[disabled].active,
fieldset[disabled] .btn-bottom_nav.active {
    color: #A9B5BF;
    background-color: #7F95A2;
    border-color: #7F95A2;
}
.btn-bottom_nav .badge {
    color: #295F70;
    background-color: #FFFFFF;
}

/* Client buttons */
.btn-client1 {
    color: #FFFFFF;
    background-color: #E52224;
    border-color: #E52224;
}
.btn-client1:hover,
.btn-client1:focus,
.btn-client1.focus,
.btn-client1:active,
.btn-client1.active,
.open > .dropdown-toggle.btn-client1 {
    color: #FFFFFF;
    background-color: #D7131F;
    border-color: #D7131F;
}
.btn-client1:active,
.btn-client1.active,
.open > .dropdown-toggle.btn-client1 {
    background-image: none;
}
.btn-client1.disabled,
.btn-client1[disabled],
fieldset[disabled] .btn-client1,
.btn-client1.disabled:hover,
.btn-client1[disabled]:hover,
fieldset[disabled] .btn-client1:hover,
.btn-client1.disabled:focus,
.btn-client1[disabled]:focus,
fieldset[disabled] .btn-client1:focus,
.btn-client1.disabled.focus,
.btn-client1[disabled].focus,
fieldset[disabled] .btn-client1.focus,
.btn-client1.disabled:active,
.btn-client1[disabled]:active,
fieldset[disabled] .btn-client1:active,
.btn-client1.disabled.active,
.btn-client1[disabled].active,
fieldset[disabled] .btn-client1.active {
    background-color: #F18970;
    border-color: #F18970;
}
.btn-client1 .badge {
    color: #E52224;
}

.btn-client2 {
    color: #EDEDED;
    background-color: #295F70;
    border-color: #295F70;
}
.btn-client2:hover,
.btn-client2:focus,
.btn-client2.focus,
.btn-client2:active,
.btn-client2.active,
.open > .dropdown-toggle.btn-client2 {
    color: #EDEDED;
    background-color: #1E5666;
    border-color: #1E5666;
}
.btn-client2:active,
.btn-client2.active,
.open > .dropdown-toggle.btn-client2 {
    background-image: none;
}
.btn-client2.disabled,
.btn-client2[disabled],
fieldset[disabled] .btn-client2,
.btn-client2.disabled:hover,
.btn-client2[disabled]:hover,
fieldset[disabled] .btn-client2:hover,
.btn-client2.disabled:focus,
.btn-client2[disabled]:focus,
fieldset[disabled] .btn-client2:focus,
.btn-client2.disabled.focus,
.btn-client2[disabled].focus,
fieldset[disabled] .btn-client2.focus,
.btn-client2.disabled:active,
.btn-client2[disabled]:active,
fieldset[disabled] .btn-client2:active,
.btn-client2.disabled.active,
.btn-client2[disabled].active,
fieldset[disabled] .btn-client2.active {
    background-color: #7F95A2;
    border-color: #7F95A2;
}
.btn-client2 .badge {
    color: #295F70;
}








































.portlet-header {
    transition: all 0.4s ease 0s !important;
    /*Portlet - background*/
    background-color: #FF0099 !important;
    /*Portlet - text*/
    color: #000000 !important;
    /*Portlet left stroke*/
    border-color: #99CC33 !important;
}

.refresh_portlet_icon.portlet_loading {
    transition: all 0.4s ease 0s !important;
    background: url('../images/icons/small_ajax_preloader.gif') no-repeat center;
}


/* Button Green */
.btn-success {
    transition: all 0.4s ease 0s !important;
    /* Background */
    background-color: #99CC33 !important;
    /* Stroke */
    border-color: #009e56 !important;
    /* Text */
    color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    transition: all 0.4s ease 0s !important;
    color: #ffffff !important;
    background-color: #00ac5e !important;
    border-color: #009e56 !important;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    transition: all 0.4s ease 0s !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}

/* Button Dark Blue */
.btn-primary {
    transition: all 0.4s ease 0s !important;
    /* Background */
    background-color: #0d3fbd !important;
    /* Stroke */
    border-color: #203d8f !important;
    /* Text */
    color: #fff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    transition: all 0.4s ease 0s !important;
    color: #ffffff !important;
    background-color: #23449c !important;
    border-color: #203d8f !important;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    transition: all 0.4s ease 0s !important;
    background-color: #205c9a !important;
    border-color: #1c4f85 !important;
}

/* Button Light Blue */
.btn-info {
    transition: all 0.4s ease 0s !important;
    /* Background */
    background-color: #09b7c7 !important;
    /* Stroke */
    border-color: #0099a8 !important;
    /* Text */
    color: #fff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    transition: all 0.4s ease 0s !important;
    color: #ffffff !important;
    background-color: #00a7b7 !important;
    border-color: #0099a8 !important;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    transition: all 0.4s ease 0s !important;
    background-color: #5bc0de !important;
    border-color: #46b8da !important;
}

/* Button Red */
.btn-danger {
    transition: all 0.4s ease 0s !important;
    /* Background */
    background-color: #bd0d0d !important;
    /* Stroke */
    border-color: #99060c !important;
    /* Text */
    color: #fff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    transition: all 0.4s ease 0s !important;
    color: #ffffff !important;
    background-color: #ab0c13 !important;
    border-color: #99060c !important;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    transition: all 0.4s ease 0s !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}
/* Button Orange */
.btn-warning {
    transition: all 0.4s ease 0s !important;
    /* Background */
    background-color: #db6b19 !important;
    /* Stroke */
    border-color: #b55a0d !important;
    /* Text */
    color: #fff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    transition: all 0.4s ease 0s !important;
    color: #ffffff;
    background-color: #c86312 !important;
    border-color: #b55a0d !important;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    transition: all 0.4s ease 0s !important;
    background-color: #f07730 !important;
    border-color: #ee6718 !important;
}

/* Dashboard Blue - Employers */
.dashboard_stats_squares .panel.bg-info {
    transition: all 0.4s ease 0s !important;
    /* Stroke */
    border-color: #2099cc !important;
}
.dashboard_stats_squares .panel.bg-info .circle-icon {
    transition: all 0.4s ease 0s !important;
    /* Background */
    background: #2099cc !important;
    /* Stroke */
    color: #fff !important;
}

/* Dashboard Red - Schools */
.dashboard_stats_squares .panel.bg-danger {
    transition: all 0.4s ease 0s !important;
    /* Stroke */
    border-color: #d44f3e !important;
}
.dashboard_stats_squares .panel.bg-danger .circle-icon {
    transition: all 0.4s ease 0s !important;
    /* Background */
    background: #d44f3e !important;
    /* Text - Icon */
    color: #fff !important;
}

/* Dashboard Green - Teachers */
.dashboard_stats_squares .panel.bg-success {
    transition: all 0.4s ease 0s !important;
    /* Stroke */
    border-color: #68d43e !important;
}
.dashboard_stats_squares .panel.bg-success .circle-icon {
    transition: all 0.4s ease 0s !important;
    /* Background */
    background: #68d43e !important;
    /* Text - Icon */
    color: #fff !important;
}

/* Dashboard Purple - Establishments */
.dashboard_stats_squares .panel.bg-purple {
    transition: all 0.4s ease 0s !important;
    /* Stroke */
    border-color: #9a65b5 !important;
}
.dashboard_stats_squares .panel.bg-purple .circle-icon {
    transition: all 0.4s ease 0s !important;
    /* Background */
    background: #9a65b5 !important;
    /* Text - Icon */
    color: #fff !important;
}

/* Popup.. (i.e. Logout popup) */
.modal-header{
    transition: all 0.4s ease 0s !important;
    /* Background */
    background-color: #285F70 !important;
    color: #fff !important;
}

/* Back to top button */
.back-to-top {
    transition: all 0.4s ease 0s !important;
    /* Background */
    background-color: #285F70 !important;
    border-color: #285F70 !important;
    color: #fff !important;
}
.back-to-top:hover,
.back-to-top:active{
    transition: all 0.4s ease 0s !important;
    /* Background */
    background-color: #000 !important;
    /* Stroke */
    border-color: #000 !important;
    /* Text */
    color: #fff !important;
}

/* Table: border between rows */
.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
    border-color: #eee;
}
table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
    background-repeat: no-repeat;
    background-position: center right;
    background-color: #fff;  // Header background color 
    border-color: transparent;  // Header top, right and left border colors 
    color: #285F70;  // Header text color 
    border-bottom: 1px solid #ccc;  // Header bottom line (border) :-) 
}

.table > caption + thead > tr:first-child > th, 
.table > colgroup + thead > tr:first-child > th, 
.table > thead:first-child > tr:first-child > th, 
.table > caption + thead > tr:first-child > td, 
.table > colgroup + thead > tr:first-child > td, 
.table > thead:first-child > tr:first-child > td {
    color: #285F70;
    background-color: #fff;
    border-color: transparent;
    border-bottom-color: #ccc;
}

table.table thead .sorting_asc,
table.table thead .sorting_desc {
    background-color: #fff;
    border-color: transparent;
    color: #285F70;
    border-bottom: 3px solid #E52224 !important;
}

table.table thead .sorting { background-image: url('../images/datatables/sort_both.png'); }
table.table thead .sorting_asc { background-image: url('../images/datatables/sort_asc.png'); }
table.table thead .sorting_desc { background-image: url('../images/datatables/sort_desc.png'); }

table.table thead .sorting_asc_disabled { background-image: url('../images/datatables/sort_asc_disabled.png'); }
table.table thead .sorting_desc_disabled { background-image: url('../images/datatables/sort_desc_disabled.png'); }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    transition: all 0.4s ease 0s;
    background-color: #E52224;
    border-color: #E52224;
    color: #fff;
}

.edit_record_header_id {
    transition: all 0.4s ease 0s !important;
    color: #016382;
}

.edit_record_header_name {
    transition: all 0.4s ease 0s !important;
    color: #666;
}

.eserv_main_loader_bar {
    transition: all 0.4s ease 0s !important;
    background:  #2099cc;
}

// Statuses
.green_status{
    color: #fff !important;
    background: #20cc65 !important;
}
.blue_status{
    color: #fff !important;
    background: #2068cc !important;
}
.blue_cyan_status{
    color: #fff !important;
    background: #1bbaff !important;
}
.light_blue_status{
    color: #496391 !important;
    background: #07a2e5 !important;
}
.yellow_status{
    color: #936037 !important;
    background: #d1d517 !important;
}
.red_status{
    color: #fff !important;
    background: #d92503 !important;
}
.orange_status{
    color: #fff !important;
    background: #ec7900 !important;
}
.purple_status{
    color: #fff !important;
    background: #9556d8 !important;
}
.olive_green_status{
    color: #fff !important;
    background: #739339 !important;
}

.custom_client_class {
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    display: block !important;
    margin-top: 0 !important;
    padding: 17px !important;
}

.modal-title {
    color: #fff;
}
/*
Changes imported from Napo's main css
*/

.eserv_form  {
    color: #666666;
}

.napo_form_btn {
    background-color: #397464;
    border: medium none;
    border-radius: 5px !important;
    box-shadow: 0 4px 0 #2e5c50;
    color: #ffffff;
    outline: medium none;
    padding: 7px 12px;
    width: auto;
}

.napo_form_btn:hover {
    background-color: #009e56;
    color: #ffffff;
}

.eserv_form fieldset {
    background: #fff;
}
.breadcrumb {
    font-size: 100% !important;
    font-family: Verdana,Tahoma,"DejaVu Sans",sans-serif;
}
.breadcrumb > .active,
.breadcrumb > li + li::before {
    color: #54c9a8;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
h1 {
    color: #54c9a8;
    font-size: 1.6em;
    line-height: 1.5em;
    margin-bottom: 0.75em;
    margin-top: 0.75em;
}
h2 {
    color: #54c9a8 !important;
    font-size: 1.3em;
    line-height: 2em;
    margin-bottom: 0.75em;
    margin-top: 0.75em;
}
h3 {
    color: #54c9a8;
    font-size: 1.1em;
    line-height: 1.282em;
    margin-bottom: 0.75em;
    margin-top: 0.75em;
}
h4 {
    color: #54c9a8;
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 0.75em;
    margin-top: 0.75em;
}
h5 {
    font-size: 0.83em;
    line-height: 1.807em;
    margin-bottom: 0.75em;
    margin-top: 0.75em;
}
h6 {
    font-size: 0.75em;
    line-height: 2em;
    margin-bottom: 0.75em;
    margin-top: 0.75em;
}
hr {
    border: 1px solid #666;
    height: 1px;
    margin: 1.5em 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    float: left;
    width: 14.28%;
    background: #f5f5f5;
    background: -webkit-linear-gradient(#f5f5f5, #e7e7e7); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f5f5f5, #e7e7e7); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f5f5f5, #e7e7e7); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f5f5f5, #e7e7e7); /* Standard syntax (must be last) */
    padding: 5px;
    height: 105px;
    font-size: 12px !important;
}
.stepwizard-step.last {
    width: 14.3%;
}
.stepwizard-step .stepwizard-num {
    margin-top: 10px;
}
.stepwizard-row {
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-num {
    margin: 10px 0;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.428571429;
    border-radius: 15px !important;
}

@media (max-width: 767px) {
    .stepwizard-step {
        width: 100% !important;
        padding: 15px;
        height: auto;
        text-align: left;
    }
    .stepwizard-step .stepwizard-title {
        margin-left: 50px;
        padding: 5px;
    }
    .stepwizard-step .stepwizard-num {
        margin: 0 10px;
    }
    .stepwizard-num {
        float: left;
    }
    .stepwizard-title {

    }
}

.stepwizard-step .btn-circle{
    background: #20cc65;
    color: #fff;
    border-color: #009e56;
}

.stepwizard-step.active .btn-circle{
    background: orange;
    color: #fff;
    border-color: #ed9213;    
}

/*.stepwizard-row {
    unicode-bidi: bidi-override;
    direction: rtl;
}*/
.stepwizard-row > a.active ~ a .btn-circle {
    background: #fff;
    color: #333;
    border-color: #ccc;
}

.dd-step{
     width: 20%;
}
