﻿.skin-blue .main-header .navbar {
    background-color: #AD1010;
}
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #222d32;
}

.form-control {
    color: #FCA362;
}

.skin-blue .sidebar a {
    color: #FCA362;
}

body {
    font-family: 'Roboto';
  
}
.skin-blue .main-header .logo {
    background-color: #555D61 ;
}
.skin-blue .main-header .logo:hover {
    background-color: #555D61;
}
.modal_u {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.center_u {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

    .center_u img {
        height: 128px;
        width: 128px;
    }

.saveBtn {
    background-color: #fca362;
}
.saveBtn:hover {
    background-color: #fca362;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #03618c;
    border-color: #337ab7;
}

#spinner {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    #spinner:before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
    }


