﻿
.nav-header {
    padding: 0px 0px 0px 70px !important;
}

body.mini-navbar .nav-header {
    padding: 0 !important;
}

td.details-control {
    background: url('img/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.details td.details-control {
    background: url('img/details_close.png') no-repeat center center;
}

table a .fa {
    color: #777;
}

.min-padding-r {
    padding-right: 5px;
}

.min-padding-l {
    padding-left: 5px;
}

.min-padding-rl {
    padding-right: 5px;
    padding-left: 5px;
}

.top-menu a {
    font-size: 13px !important;
}

.top-menu .nav > li.active > a {
    background: white !important;
    color: #1ab394 !important;
    font-weight: bold !important;
}


.minimalize-styl-2 {
    position: relative !important;
    display: inline-block !important;
    left: -40px !important;
    z-index: 1 !important;
}


.navbar-default, .navbar-static-side {
    z-index: 0 !important;
    position: absolute !important;
}

.navbar-header {
    width: 20px;
}

a.top-menu-item {
    font-weight: 600 !important;
    color: #888888 !important;
}

a.top-menu-item:hover {
    color: #1ab394 !important;
}

a.top-menu-item.active {
    color: #1ab394 !important;
}

.skin-1 .nav > li.mm-active {
    background: #3a4459;
}
.skin-1 .nav > li.mm-active {
    border: none;
}

.skin-1 .nav.nav-tabs > li.mm-active > a {
    color: #555;
}

.skin-1 .nav.nav-tabs > li.mm-active {
    background: transparent;
}

.nav > li.mm-active {
    border-left: 4px solid #19aa8d;
    background: #293846;
}

.nav.nav-second-level > li.mm-active {
    border: none;
}

.mini-navbar li.mm-active .nav-second-level {
    left: 65px;
}

.nav-tabs > li.mm-active > a,
.nav-tabs > li.mm-active > a:hover,
.nav-tabs > li.mm-active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none;
    border-color: #dddddd #dddddd rgba(0, 0, 0, 0);
    border-bottom: #f3f3f4;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555555;
    cursor: default;
}

.fixed-sidebar.mini-navbar li.mm-active .nav-second-level,
.canvas-menu.mini-navbar li.mm-active .nav-second-level {
    left: 0;
}