.modal-header {
    background-color: black;
}

.modal-header h4 {
    color: white;
}

.modal-header button {
    color: white;
}

.modal-header .close {
    opacity: 1;
}
.sidebar{
    background: #0192dd;
}
.sidebar .nav > li > a {
    color: #eee;
}
.sidebar .nav > li.expand > a,
.sidebar .nav > li > a:hover,
.sidebar .nav > li > a:focus {
    background: #007cc1;
    color: #fff;
}
.sidebar .sub-menu {
    background: #007cc1;
}
.sidebar .sub-menu > li > a {
    color: #eee;
}
.sidebar .sub-menu > li > a:before {
    color: #eee;
}
.sidebar .nav > li li.has-sub.active > a {
    color: #fff;
}
.sidebar .nav > li.nav-profile {
    background: #007cc1;
}
.page-sidebar-minified .sidebar .nav li.has-sub > .sub-menu {
    background: #007cc1;
}
.sidebar-minify-btn {
    background: #007cc1;
}
.sidebar .sub-menu:before {
    background: #007cc1;
}
.panel-inverse>.panel-heading{
    background: #0192dd;
}