/*!
 * Dark_Mode v1.0.21
 */

#back_hover_color_success {
    background-color: #1e2225;
}
#back_hover_color_success:hover {
    background-color: rgb(0,166,90) !important;
}

#back_hover_color_purple {
    background-color: #1e2225;
}
#back_hover_color_purple:hover {
    background-color: rgb(92, 87, 185) !important;
}

#back_hover_color {
    background-color: #1e2225;
}
#back_hover_color:hover {
    background-color: #0086a6;
}
#back_hover_color_perm:hover {
    background-color: rgb(255 27 0) !important;
}

#back_hover_color_perm {
    background-color: #1e2225;
}


.icheckbox_flat-blue {
    background-position: 0 0;
}

.icheckbox_flat-blue, .iradio_flat-blue {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url('/dist/css/flat/blue.png') no-repeat;
    border: none;
    cursor: pointer;
}

a {
    color: #ffffff;
}

code {
    padding: 10px 1px;
    font-size: 100%;
    color: #ff0000;
    background-color: #ff000000;
    border-radius: 4px;
}

.skin-midnight .sidebar-menu>li.header {
    color: #628fb1;
    background: #1e2225;
}

.skin-midnight .form-control {
    border-color: #272c30;
    background-color: #353c42
}

.form-control {
    color: #fff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    cursor: hand;
    color: #fff !important;
    border: 1px solid transparent;
    border-radius: 2px;
}

.skin-midnight .box-solid>.box-header a,
.skin-midnight .box>.box-header a,
.skin-midnight .box-solid>.box-header .btn,
.skin-midnight .box>.box-header .btn {
    color: #ffffff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #fff !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}

.skin-midnight h4 {
    color: #FFFFFF;
}

.skin-midnight {
    color: #FFFFFF;
}

.skin-midnight .box-solid>.box-header,
.skin-midnight .box>.box-header {
    color: #FFFFFF;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #fff;
}

.skin-midnight .table>thead>tr>th,
.skin-midnight .table>tbody>tr>th,
.skin-midnight .table>tfoot>tr>th,
.skin-midnight .table>thead>tr>td,
.skin-midnight .table>tbody>tr>td,
.skin-midnight .table>tfoot>tr>td {
    color: #000000;
}

.skin-midnight .table-bordered>thead>tr>th,
.skin-midnight .table-bordered>tbody>tr>th,
.skin-midnight .table-bordered>tfoot>tr>th,
.skin-midnight .table-bordered>thead>tr>td,
.skin-midnight .table-bordered>tbody>tr>td,
.skin-midnight .table-bordered>tfoot>tr>td {
    color: #FFFFFF;
}

.skin-midnight .table>thead>tr.odd:hover,
.skin-midnight .table>tbody>tr.odd:hover,
.skin-midnight .table>tfoot>tr.odd:hover,
.skin-midnight .table>thead>tr.even:hover,
.skin-midnight .table>tbody>tr.even:hover,
.skin-midnight .table>tfoot>tr.even:hover {
    background-color: #272c30;
}

.skin-midnight .table>thead>tr.even,
.skin-midnight .table>tbody>tr.even,
.skin-midnight .table>tfoot>tr.even {
    background-color: #2a2f34;
}

.table-bordered {
    border: 1px solid #272c30;
}

.dropdown-menu {
    background-color: #353c42;
}

select {
    background-color: #353c42;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>img {
    z-index: 5;
    height: 90px;
    width: 90px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgb(53, 60, 66);
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer {
    background-color: #1e2225;
    padding: 10px;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default {
    color: #ffffff;
}

.btn-default {
    background-color: #353c42;
    color: #fff;
    border-color: #1e2225;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #817373;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    color: #ffffff;
}

.modal-content {
    position: relative;
    background-color: #353c42;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0;
}

.skin-midnight .form-group .input-group-addon,
.skin-midnight .input-group .input-group-addon,
.skin-midnight .form-group input,
.skin-midnight .input-group input,
.skin-midnight .form-group textarea,
.skin-midnight .input-group textarea {
    background-color: #3f4248;
    color: #bec5cb;
    border: 1px solid #353c42;
}

.modal-header {
    border-bottom-color: #ffffff;
}

.listtable {
    width: 100%;
    background-color: #272c30;
    margin: 0px;
}

.colored_side_table {
    width: 6%;
    background-color: #1e2225;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #3d444b;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropdown-menu {
    border-color: #1e2225;
}

.dropdown-menu>li>a:hover {
    background-color: #ffffff;
    color: #000;
}

.dropdown-menu>li>a {
    color: #fff;
}
/* EVEL */
.calendar-default-side-bg{
    background-color: #6d6d6d;
}
.calendar_item_bg{
    background-color: #2a2f34;
}
/* Shadow */
.new_akten_1 {
    width: 120px;
    background-color: #1e2225;
    text-align: center;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.new_akten_2 {
    padding: 10px;
    background-color: #32393e;
}

.new_akten_3 {
    padding: 10px 10px 42px;
    background-color: #1e2225;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
/* EVEL */
.prison_cell_1 {
    width: 120px;
    background-color: #1e2225;
    text-align: center;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.prison_cell_2 {
    padding: 10px;
    background-color: #32393e;
}

.prison_cell_3 {
    width: 140px;
    text-align: center;
    background-color: #1e2225;
    padding-right: 10px;
}

.prison_cell_4 {
    width: 140px;
    text-align: center;
    background-color: #1e2225;
    padding-right: 10px;
}

.prison_cell_5 {
    padding: 10px;
    background-color: #32393e;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
/* EVEL */
.pagination>li>a {
    background-color: #32393e;
    color: #fff;
    border-color: #1e2225;
}

.pagination>li>a:hover {
    background-color: #404950;
    border-color: #1e2225;
    color: #fff;
}

.pagination>.active>a {
    background-color: #1e2225;
    border-color: #1e2225;
    color: #fff;
}

.pagination>.active>a:hover {
    background-color: #2b3135;
    border-color: #1e2225;
    color: #fff;
}

.nav-tabs-custom>.nav-tabs>li.active>a:hover {
    color: #fff;
}

.selection {
    color: #fff;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    color: #fff;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #ffffff !important;
}

.skin-midnight .select2 .select2-selection {
    background-color: #3f4248;
    color: #bec5cb;
    border: 1px solid #353c42;
}

.coc {
    min-height: 250px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.timeline>li>.timeline-item>.timeline-header {
    margin: 0;
    color: #f1f1f1;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
    font-size: 16px;
    line-height: 1.1;
}

.skin-midnight .timeline li .timeline-header {
    border-bottom-color: #353c42;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3f4248;
    border: 1px solid #ffffff;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.panel {
    margin-bottom: 20px;
    background-color: #272c30;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-footer {
    padding: 10px 15px;
    background-color: #272c30;
    border-top: 1px solid #272c30;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.h1 .small .h1 small .h2 .small .h2 small .h3 .small .h3 small .h4 .small .h4 small .h5 .small .h5 small .h6 .small .h6 small h1 .small h1 small h2 .small h2 small h3 .small h3 small h4 .small h4 small h5 .small h5 small h6 .small h6 small {
    font-weight: 400;
    line-height: 1;
    color: #fff;
}

.bg-primary,
.callout.callout-primary,
.alert-primary,
.label-primary,
.modal-primary .modal-body {
    background-color: rgb(60, 141, 188) !important;
}

.bg-info,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
    background-color: rgb(0, 192, 239) !important;
}

.bg-grey,
.callout.callout-grey,
.alert-grey,
.label-grey,
.modal-grey .modal-body {
    background-color: rgb(210, 214, 222) !important;
}

.bg-navy,
.callout.callout-navy,
.alert-navy,
.label-navy,
.modal-navy .modal-body {
    background-color: rgb(0, 31, 63) !important;
}

.bg-teal,
.callout.callout-teal,
.alert-teal,
.label-teal,
.modal-teal .modal-body {
    background-color: rgb(57, 204, 204) !important;
}

.bg-purple,
.callout.callout-purple,
.alert-purple,
.label-purple,
.modal-purple .modal-body {
    background-color: rgb(92, 87, 185) !important;
}

.bg-orange,
.callout.callout-orange,
.alert-orange,
.label-orange,
.modal-orange .modal-body {
    background-color: rgb(255, 92, 0) !important;
}

.bg-danger,
.callout.callout-danger,
.alert-danger,
.label-danger,
.modal-danger .modal-body {
    background-color: rgb(255, 0, 0) !important;
}
.bg-maroon,
.callout.callout-maroon,
.alert-maroon,
.label-maroon,
.modal-maroon .modal-body {
    background-color: rgb(216, 27, 96) !important
}

.btn-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(60, 141, 188);
    border-top-color: rgb(60, 141, 188);
    border-right-color: rgb(60, 141, 188);
    border-bottom-color: rgb(60, 141, 188);
    border-left-color: rgb(60, 141, 188);
}

.btn-info {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 192, 239);
    border-top-color: rgb(0, 192, 239);
    border-right-color: rgb(0, 192, 239);
    border-bottom-color: rgb(0, 192, 239);
    border-left-color: rgb(0, 192, 239);
}

.btn-grey {
    color: rgb(255, 255, 255);
    background-color: rgb(120, 120, 120);
    border-top-color: rgb(120, 120, 120);
    border-right-color: rgb(120, 120, 120);
    border-bottom-color: rgb(120, 120, 120);
    border-left-color: rgb(120, 120, 120);
}

.btn-navy {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 31, 63);
    border-top-color: rgb(0, 31, 63);
    border-right-color: rgb(0, 31, 63);
    border-bottom-color: rgb(0, 31, 63);
    border-left-color: rgb(0, 31, 63);
}

.btn-teal {
    color: rgb(57, 204, 204);
    background-color: rgb(57, 204, 204);
    border-top-color: rgb(57, 204, 204);
    border-right-color: rgb(57, 204, 204);
    border-bottom-color: rgb(57, 204, 204);
    border-left-color: rgb(57, 204, 204);
}

.btn-purple {
    color: rgb(255, 255, 255);
    background-color: rgb(96, 92, 168);
    border-top-color: rgb(96, 92, 168);
    border-right-color: rgb(96, 92, 168);
    border-bottom-color: rgb(96, 92, 168);
    border-left-color: rgb(96, 92, 168);
}

.btn-orange {
    color: rgb(255, 255, 255);
    background-color: rgb(255, 133, 27);
    border-top-color: rgb(255, 133, 27);
    border-right-color: rgb(255, 133, 27);
    border-bottom-color: rgb(255, 133, 27);
    border-left-color: rgb(255, 133, 27);
}

.btn-danger {
    color: rgb(255, 255, 255);
    background-color: rgb(255, 0, 0);
    border-top-color: rgb(255, 0, 0);
    border-right-color: rgb(255, 0, 0);
    border-bottom-color: rgb(255, 0, 0);
    border-left-color: rgb(255, 0, 0);
}

.btn-maroon {
    color: rgb(255, 255, 255);
    background-color: rgb(216, 27, 96);
    border-top-color: rgb(216, 27, 96);
    border-right-color: rgb(216, 27, 96);
    border-bottom-color: rgb(216, 27, 96);
    border-left-color: rgb(216, 27, 96);
}

.skin-midnight .box.box-danger {
    border-top-color: #ff1c00;
}

.skin-midnight .box.box-yellow {
    border-top-color: #fff200;
    border-top-width: 5px;
}

.skin-midnight .box,
.skin-midnight .box-footer,
.skin-midnight .info-box,
.skin-midnight .box-comment,
.skin-midnight .comment-text,
.skin-midnight .comment-text .username {
    color: #ffffff;
    background-color: #272c30;
}

.timeline>li>.timeline-item>.time {
    color: #fff;
    float: right;
    padding: 10px;
    font-size: 12px;
}

body {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #272c30;
}
.h1 .small .h1 small .h2 .small	.h2 small .h3 .small .h3 small .h4 .small .h4 small	.h5 .small .h5 small .h6 .small	.h6 small
h1 .small	h1 small h2 .small h2 small	h3 .small h3 small h4 .small h4 small h5 .small h5 small h6 .small h6 small {
    font-weight: 400;
    line-height: 1;
    color: #fff;
}
.skin-midnight .form-group .input-group-addon, .skin-midnight .input-group .input-group-addon, .skin-midnight .form-group input, .skin-midnight .input-group input, .skin-midnight .form-group textarea, .skin-midnight .input-group textarea {
    background-color: rgb(41, 44, 46);
    color: rgb(255, 255, 255);
    border-top-color: rgb(53, 60, 66);
    border-right-color: rgb(53, 60, 66);
    border-bottom-color: rgb(53, 60, 66);
    border-left-color: rgb(53, 60, 66);
}
/*.content-header>.breadcrumb {
    position: relative;
    margin-top: 5px;
    top: 0;
    right: 0;
    float: none;
    background: #272c30;
    padding-left: 10px;
}*/
.navbar-nav>.notifications-menu>.dropdown-menu>li.header, .navbar-nav>.messages-menu>.dropdown-menu>li.header, .navbar-nav>.tasks-menu>.dropdown-menu>li.header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #272c30;
    padding: 7px 10px;
    border-bottom: 1px solid #272c30;
    color: #ffffff;
    font-size: 14px;
}
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4 {
    padding: 0;
    margin: 0 0 0 45px;
    color: #ffffff;
    font-size: 15px;
    position: relative;
}
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>p {
    margin: 0 0 0 45px;
    font-size: 12px;
    color: #ffffff;
}
.navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a,
.navbar-nav>.messages-menu>.dropdown-menu>li.footer>a,
.navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 12px;
    background-color: #353c42;
    padding: 7px 10px;
    border-bottom: 1px solid #272c30;
    color: #fff !important;
    text-align: center;
}
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a {
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
}
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a, .navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a, .navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a {
    display: block;
    white-space: nowrap;
    border-bottom: 1px solid #272c30;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
    background-image: initial;
    background-color: rgb(30, 33, 34);
    text-decoration-color: initial;
}
.small, small {
    font-size: 70%;
}
.btn-default:hover, .btn-default:active, .btn-default.hover {
    background-color: #1e2225;
}
.skin-midnight .box, .skin-midnight .box-footer, .skin-midnight .info-box, .skin-midnight .box-comment, .skin-midnight .comment-text, .skin-midnight .comment-text .username {
    color: #ffffff;
    background-color: #272c30;
}
.breadcrumb>.active {
    color: #fff;
}
@media (max-width: 991px){
    .content-header>.breadcrumb {
        position: relative;
        margin-top: 5px;
        top: 0;
        right: 0;
        float: none;
        background: #353c42;
        padding-left: 10px;
    }
}
@media (max-width: 991px){
    .navbar-custom-menu>.navbar-nav>li {
        position: static;
    }
    .navbar-nav>.user-menu>.dropdown-menu>.user-footer {
        background-color: #272c30;
        padding: 10px;
    }
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #272c30;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }
    .navbar-nav>.user-menu>.dropdown-menu>li.user-header>img {
        z-index: 5;
        height: 90px;
        width: 90px;
        border: 3px solid;
        border-color: transparent;
        border-color: rgb(53 60 66);
    }
    .navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
        position: absolute;
        right: 5%;
        left: auto;
        border: 1px solid #272c30;
        background: #353c42;
    }
    .navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a, .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a, .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a {
        background: #272c30 !important;
        color: #fff !important;
    }
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.6rem;
    padding-left: 1.5rem;
}
.d-inline {
    display: inline!important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label:before {
    background-color: #179970;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #272c30;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #1e2225;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}
table {
    background-color: #293235;
}

.skin-midnight .table>thead>tr>th,
.skin-midnight .table>tbody>tr>th,
.skin-midnight .table>tfoot>tr>th,
.skin-midnight .table>thead>tr>td,
.skin-midnight .table>tbody>tr>td,
.skin-midnight .table>tfoot>tr>td {
    color: #ffffff;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #1e2225;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}
table {
    background-color: #293235;
}

.bg-danger, .callout.callout-danger, .alert-danger, .label-danger, .modal-danger .modal-body {
    background-color: rgb(255 0 0 / 58%) !important;
}
.skin-midnight .table>thead>tr>th, .skin-midnight .table>tbody>tr>th, .skin-midnight .table>tfoot>tr>th, .skin-midnight .table>thead>tr>td, .skin-midnight .table>tbody>tr>td, .skin-midnight .table>tfoot>tr>td {
    color: #ffffff;
}
.skin-midnight .box.box-info, .skin-midnight .box.box-primary, .skin-midnight .box.box-success,
.skin-midnight .box.box-warning, .skin-midnight .box.box-danger, .skin-midnight .box.box-maroon,
.skin-midnight .box.box-orange, .skin-midnight .box.box-grey, .skin-midnight .box.box-purple, .skin-midnight .box.box-navy, .skin-midnight .box.box-teal {
    border-top-width: 5px;
    border-radius: 6px;
}
.skin-midnight .box.box-navy {
    border-top-color: rgb(0, 31, 63);
}
.skin-midnight .box.box-maroon {
    border-top-color: #D81B60;
}
.skin-midnight .box.box-warning {
    border-top-color: #f3c312;
}
.skin-midnight .box.box-orange {
    border-top-color: #ff7700;
}
.skin-midnight .box.box-grey {
    border-top-color: #979BA2;
}
.bg-grey, .callout.callout-grey, .alert-grey, .label-grey, .modal-grey .modal-body {
    background-color: rgb(151, 155, 162) !important;
}
.skin-midnight .box.box-purple {
    border-top-color: #605ca8;
}
.skin-midnight .box.box-teal {
    border-top-color: #39cccc;
}
.skin-midnight .box-header.with-border {
    border-bottom: 1px solid #555;
}
.nav-tabs-custom>.nav-tabs>li.active {
    border-top-color: #ff0000;
    border-radius: 6px;
}
.skin-midnight .main-footer, .skin-midnight .nav-tabs-custom {
    background-color: #272c30;
    border-top-color: #353c42;
    color: #bec5cb;
    border-radius: 6px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #1e2225;
    border: 1px solid #0000;
    border-bottom-color: transparent;
}

.nav>li>a:hover, .nav>li>a:active, .nav>li>a:focus {
    color: #fff;
    background: #1e222500;
}

.modal-backdrop.in {
    opacity: .5;
    display: none;
}

.btn-app:hover {
    background: #3f4248;
    color: #444;
    border-color: #3f4248;
}