/* navbar-header */
body .navbar-header {
    background: #085a64;
}

/* menu */
.menu,
.menu a {
    color: #085a64;
}

body .navbar-header .menu a:after {
    background: white;
    color     : black;
    bottom    : calc(-100% - 8px);
    left      : 4px;
    font-size : 13px;
    box-shadow: 2px 4px 10px 2px #1d1e1e78;
}

.bg-menu-theme .menu-inner>.menu-item.active:before {
    background-color: #085a64;
}

.bg-menu-theme .menu-inner>.menu-item.active>.menu-link {
    color           : #085a64;
    background-color: #9ec8cc38 !important;
}

aside .submenu :before {
    background-color: #000000;
    border          : 1px solid #085a64;
}

aside .submenu :after {
    border-left: 2px dotted #8b8b8b;
}

.menu-card .card {
    border-bottom: 7px solid #126f88;
    min-width    : 250px;
    margin       : 21px 15px;
    text-align   : center;
    cursor       : pointer;
    min-height   : calc(100% - 21px);
}

.menu-card a:not(.lock) .card:hover {
    box-shadow: 2px 4px 8px 2px #203841c9;
}

/* body */
.body {
    background-image     : url("../../../../content/img/bg3_blur_dotted.jpg.png");
    background-size      : cover;
    background-repeat    : no-repeat;
    background-position  : center;
    background-attachment: fixed;
}

/* footer */
footer {
    background: #085a64;
    position  : relative;
}

footer .logo {
    background-image: url("../../../../content/img/tibbi\ logo.png");
    min-height      : 181px;
}

/* login page */
.login-body {
    background-image     : url("../../../../content/img/bg3.jpg");
    background-size      : cover;
    background-position  : top;
    background-attachment: fixed;
}

.login-body .body {
    margin-top: 0;
}

.login-body .btn.lock,
.login-body .btn.submit {
    background: #085a64;
    color     : white;
}

.login-body .btn.submit {
    background: #085a64;
    color     : white;
}

.navbar-header a {
    color: white;
}

.horizontal-menu a {
    color: #34495e;
}