﻿body{
    background-color: #f2f2f2;
}

#header, #header > nav {
    height:  64px;
}
    #header .logo {
        height: 32px;
        padding: 0;
    }

label {
    color:#7c7c7c;
    display:block;
}
#header {
    /*box-shadow: 0 1px 2px 0 rgba(60,64,67,0.302), 0 1px 3px 1px rgba(60,64,67,0.149);*/
    position: relative;
    z-index:100 !important;
}
#header ul li {
}
#header .nav > li > a {
    height: 50px !important;    
}

#sub-header h1, #sub-header h2, #sub-header h3, #sub-header h4, #sub-header h5, #sub-header h6 {
    color: #a7a7a7;
    margin:0;
}
#loading-screen{
    display:block;
    background-color:#fff;
    position:fixed;
    z-index:99999;
    height:100vh;
    width:100vw;
    top:0;
    left:0;
}
#container-content{
    padding-top:16px;
}
.navbar .dropdown-menu{
    border-radius: 0;
    box-shadow: none;
    border: 1px solid rgb(223, 223, 223);
    top: 48px;
}

#sub-header .btn.btn-link{
    font-size: 0.8em !important;
}