/*------------------------------------------------------------------------------------*/
/*------------------------------  YOUR CUSTOM CSS STYLE  -----------------------------*/

.navbar {
    background-color: #2f6a88;
    height: 70px;
}

.navbar-center {
    color: white;
}

.navbar-inverse .navbar-brand {
    width: 180px;
    margin-left: 20px;
    margin-top: 10px;
    background: url(../../img/logo.png) no-repeat center;
}

.sidebar-nav > li {
    border-bottom: 1px solid lightgrey;
}

.sidebar-nav li.current a {
    border-left: 10px solid #2f6a88;
}

.sidebar-nav a:hover {
    color: #2f6a88;
}

.sidebar-toggle {
    border-right: 0;
}

.sidebar-thin #sidebar ul.submenu a {
    background-color: #2f6a88;
    color: #ffffff;
}

.sidebar-thin #sidebar li.active:after {
    border-color: rgba(0, 162, 217, 0) #2f6a88 rgba(226, 226, 226, 0) rgba(226, 226, 226, 0);
}

#wrapper {
    margin-top: 70px;
}

.login-box {
    background: #2f6a88;
}

a {
    color: #2f6a88;
    text-decoration: underline;
}

.btn-success {
    background-color: #2f6a88;
    border: 0;
}

.navbar-center {
    margin-top: 15px;
}

@media (max-width: 1199px) {
    .userinfo {
        display: none !important;
    }

    .switchuser {
         display: none !important;
     }
}

@media (min-width: 1200px) {
    .switchusersmall {
        display: none !important;
    }

    .switchusersmalltext {
        display: none !important;
    }
}


.pbottom20 {
    padding-bottom: 20px;
}

.errors {
    color: red !important;
}

.navbox {
    background-color: red;
    color: white;
    padding: 2px 5px 2px 5px;
    display: inline;
}

div.logindropdown {
    display: block !important;
    width: 70% !important;
    margin: auto !important;
}

.dropdown-menu a {
    text-decoration: none;
}

thead input {
    width: 100%;
}