﻿body {
    background-color: #F1F5F9 !important;
}

.gray-bg, .bg-muted {
    background-color: #F1F5F9 !important;
}

.navbar-default .nav > li > a:hover i, .navbar-default .nav > li.active i, .navbar-default .nav > li > a:focus i {
    color: white;
}

.navbar-fixed-top, .navbar-static-top {
    background-color: white !important;
}

.navbar-static-side {
    box-shadow: 0px 3px 6px rgba(0,0,0,0.15);
}

    .navbar-static-side .nav > li > a {
        padding: 11px 20px 14px 25px;
    }


.nav > li > a {
    color: #636363;
}

.nav-header {
    padding: 33px 25px;
    background-color: white !important;
    background-image: none !important;
}


.navbar-default {
    background-color: white !important;
    border-color: #BBBBBB !important;
}

.footer {
    background-color: #F1F5F9 !important;
}

.btn-primary {
    color: #fff;
    background-color: #4E8CFF;
    border-color: #4E8CFF;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
    background-color: #4E8CFF;
    border-color: #4E8CFF;
    color: #FFFFFF;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #4E8CFF;
    border-color: #4E8CFF;
}

.logo-element {
    color: #3952A4;
}

.label-count {
    background-color: #4E8CFF;
    color: white;
    border-radius: 40%
}

.nav > li.active {
    border-left: 0;
    background: #4E8CFF
}

h2 {
    color: #303036;
    font-weight: 400;
    font-size: 26px;
}

.menu-label {
    font-weight: 600;
    padding: 14px 20px 14px 25px;
    display: block;
    margin-top: 15px;
}
.title {
    padding-top: 14px;
    padding-bottom: 14px;
}

#servicePlannerTable span {
    width: 20px;
    height: 100%;
    display: inline-block;
}