.textbox {
    border-radius: 0 !important;
}

.textbox-text {
    padding: 7px 4px 7px !important;
}

input[type=checkbox].ace.ace-switch.ace-switch-8 {
    width: 75px;
}

input[type=checkbox].ace.ace-switch.ace-switch-8 + .lbl {
    position: relative;
}

input[type=checkbox].ace.ace-switch.ace-switch-8 + .lbl::before {
    content: "Все\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0Мои";
    font-weight: bolder;
    font-size: 13px;
    line-height: 20px;
    background-color: #FFF;
    border: 2px solid #AAA;
    border-radius: 0;
    box-shadow: none;
    color: #AAA;
    width: 74px;
    height: 26px;
    line-height: 22px;
    overflow: hidden;
    text-indent: 5px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

input[type=checkbox].ace.ace-switch.ace-switch-8 + .lbl::after {
    content: '\f00d';
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    top: 3px;
    left: 39px;
    width: 32px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    padding: 0;
    text-indent: 0;
    background-color: #AAA;
    color: #FFF;
    border-radius: 0;
    box-shadow: none;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

input[type=checkbox].ace.ace-switch.ace-switch-8:checked + .lbl::before {
    color: #468fcc;
    background-color: #FFF;
    text-indent: -28px;
    border-color: #6fb3e0;
}

input[type=checkbox].ace.ace-switch.ace-switch-8:checked + .lbl::after {
    left: 3px;
    content: '\f00c';
    background-color: #468fcc;
    color: #FFF;
}

.nav-list .devider {
    height: 1px;
    margin: 0;
    /*margin-left: 35px !important;
    margin-right: 5px !important;*/
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ccc;
    *width: 100%;
    *margin: -5px 0 5px;
}

.form-group .help-block {
    margin-left: 5px;
}

.checkbox-label {
    padding-top: 0 !important;
}

.form-inline div.checkbox {
    margin-left: 10px;
}

.form-inline .form-group {
    padding: 0 8px;
}

/*
.submenu .devider {
    margin-left: 35px !important;
    margin-right: 5px !important;
}*/

.navbar-brand {
    padding-top: 0px !important;
}

.logo-transparent {
    fill: #fff;
    height: 30px;
    margin-bottom: -8px;
    width: 30px;
}

.logo-icon {
    color: #fff;
    fill: #e31d24;
    width: 100px;
}

.logo-text {
    fill: #333;
    margin-left: 20px;
}

.col-inserted {
    padding-left: 0;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .navbar-toggle {
        display: none !important;
    }
}

.dataTable > tbody > tr.error > td {
    background-color: #f2dede;
}

.ace-file-input .remove {
    right: -3px;
}

.dataTables_wrapper .input-group input[type=text] {
    margin: 0;
}

.daterange .form-inline .input-group {
    display: flex;
}

textarea {
    padding: 5px 9px !important;
}

form label .help-block {
    font-size: 11px;
    margin: 0;
    font-weight: normal;
}

.nav li a span.badge-error,
.grid-view td span.badge-error {
    padding: 3px 5px;
    font-size: 9px;
    line-height: 9px;
    margin-bottom: 6px;
    margin-left: 3px;
}

.caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

.breadcrumb{
    top: 2px;
    position: relative;
}
.breadcrumb > li.active {
    font-size: 16px;
    font-weight: bold;
}

.breadcrumb > li + li:before {
    top: -1px
}

.breadcrumb > li + li:not(.active):before {
    top: 1px
}
.breadcrumb > li:not(.active) {
    position: relative;
    top: -1px;
}

.page-content-area hr {
    margin-top: 8px;
    margin-bottom: 8px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 6px;
}