body > .header .logo {
    font-family: inherit;
}

body > .header .navbar .nav > li > a > .badge {
    position: absolute;
    top: 4px;
    right: 0;
    font-size: 75%;
}

body .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
body .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
body .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
    background: none;
    color: inherit;
}

body .table {
    word-break: break-all;
}

.kv-grid-table .label.permission {
    padding: 5px;
    display: inline-block;
    margin: 3px;
}

label {
    display: block;   
}

div.required label:after {
    content: " *";
    color: #ff0000;
}

.skin-blue .main-header .navbar,
.skin-blue .main-header .logo,
.skin-blue .main-header li.user-header {
    background-color: #222d32;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover, .skin-blue .main-header .logo:hover {
    background-color: #1e282c;
}

.label-simple {
    background-color: #b6b6bc !important;
}

.login-page, .register-page {
    background: #1e282c;
}

#nprogress .bar {
    background: #fff;
}

#nprogress .spinner-icon {
    border-top-color: #fff;
    border-left-color: #fff;
}
/* Fancy blur effect */
#nprogress .peg {
    box-shadow: 0 0 10px #f9f9ff, 0 0 5px #dadadd;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove {
    margin: 1px 0 0 5px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    margin-top: auto;
}
.select2-container--krajee .select2-selection__clear {
    top: 0.2rem;
}

.box-header {
    padding: 13px;
}

.tab-content .box {
    margin-top: 10px;
}

.grid-view .skip-export a {
    margin: 0 2px;
}