html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.yandex-metrika {
    position: fixed;
    bottom: 0;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

/* ognev: такой селектор нельзя
.grid-view td {
    white-space: nowrap;
}
*/
.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.bootstrap-timepicker.input-group {
    max-width: 300px;
}

.bootstrap-timepicker.input-group .input-group-addon.picker {
    min-width: 100px;
}

.main-header .logo {
    font-size: 16px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    margin-top: 0 !important;
}

.content-wrapper .breadcrumb {
    font-size: 16px !important;
    display: block !important;
    position: initial !important;
    float: initial !important;
}

.report-recipient-search form {
    display: inline-block;
    float: right;
}

.report-recipient-search form .form-group.field-reportrecipientsearch-emails {
    display: inline-block;
}

.report-recipient-search form .form-group {
    display: inline-block;
}

.login-box .login-logo .unique-name {
    color: #3c8dbc;
}

.login-box .login-box-body {
    box-shadow: inset 0 0 2px 0 #3c8dbc;
}

.box-body {
    background-color: #f6f6f6 !important;
}

.table-hover > tbody > tr:hover {
    background-color: #d2d6de;
}

.table-hover .kv-grouped-row:hover {
    background-color: #ddd !important;
}

.kv-grouped-row {
    background-color: #d2d6de !important;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ccc !important;
}


.rTable {
    display: table;
    width: 100%;
}

.rTableRow {
    display: table-row;
}

.rTableHeading {
    display: table-header-group;
    background-color: #ddd;
}

.rTableCell, .rTableHead {
    display: table-cell;
    padding: 3px 10px;
    border: 1px solid #999999;
}

.rTableHeading {
    display: table-header-group;
    background-color: #ddd;
    font-weight: bold;
}

.rTableFoot {
    display: table-footer-group;
    font-weight: bold;
    background-color: #ddd;
}

.rTableBody {
    display: table-row-group;
}

.row-total {
    background-color: #ccc !important;
    font-weight: bold;
}

.row-total:hover {
    background-color: #ccc !important;
}

tr.row-total td {
    border: unset !important;
    background-color: #ccc !important;
}

.row-sub-total {
    background-color: #d2d6de !important;
    font-weight: bold;
}

.row-sub-total:hover {
    background-color: #d2d6de !important;
}

tr.row-sub-total td {
    border: unset !important;
    background-color: #d2d6de !important;
}

.row-empty {
    background-color: #f4f4f4 !important;
    font-weight: bold;
}

.row-empty:hover {
    background-color: #f4f4f4 !important;
}

tr.row-empty td {
    border: unset !important;
    background-color: #f4f4f4 !important;
}

.vertical-middle {
    vertical-align: middle !important;
}

.fas.fa-cog.fa-spin.changes {
    display: none;
}

.show .fas.fa-cog.fa-spin.changes {
    display: inline-block;
}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: unset !important;
}

.skin-blue .main-sidebar {
    background-color: #222d32 !important;
}

.main-header .sidebar-toggle::before {
    content: "" !important;
}

.main-header .sidebar-toggle {
    position: relative;
    z-index: 30;
}

.main-header .sidebar-toggle {
    color: #fff;
}

.main-header .sidebar-toggle:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    .main-sidebar {
        -webkit-transform: translate(-265px, 0);
        -ms-transform: translate(-265px, 0);
        -o-transform: translate(-265px, 0);
        transform: translate(-265px, 0);
    }
}

@media (min-width: 768px) {
    .sidebar-collapse .main-sidebar {
        -webkit-transform: translate(-265px, 0);
        -ms-transform: translate(-265px, 0);
        -o-transform: translate(-265px, 0);
        transform: translate(-265px, 0);
    }
}

.main-sidebar {
    width: 265px !important;
}
.content-wrapper {
    margin-left: 265px;
}

.truncate {
    max-width: 150px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.truncate:active {
    overflow: visible;
    white-space: normal;
    width: auto;
}

.sub-title-table {
    text-align: center;
    background-color: #9abed4;
}

#side-panel-right .control-sidebar-bg, .control-sidebar.control-sidebar-dark {
    right: -40%;
}

/*background-color: #2ce07b;*/

.pos-devices-table {
    border: 1px solid #ddd;
    border-collapse: collapse;
    width: 100%;
    font-size: 7pt;
}

.pos-devices-table th {
    padding: 8px;
    border: 1px solid #ddd;
    text-align: center;
}

.pos-devices-table tr.total {
    border: solid 2px;
    background-color: antiquewhite;
}

.pos-devices-table td.total {
    padding: 8px;
    border: 1px solid #ddd;
    font-weight: bolder;
    text-align: center;
    font-size: 10pt;
}

.pos-devices-table td {
    padding: 8px;
    border: 1px solid #ddd;
}

.pos-devices-table-inside {
    border: 1px solid #ddd;
    border-collapse: collapse;
    width: 100%;
    font-size: 7pt;
    font-weight: bolder;
}

.pos-devices-table-inside th {
    padding: 8px;
    border: 1px solid #ddd;
    text-align: center
}

.pos-devices-table-inside td {
    padding: 8px;
    border: 1px solid #ddd;
}

.pos-devices-table-inside td.total {
    padding: 8px;
    border: 1px solid #ddd;
    text-align: center;
    background-color: cornsilk;
    font-weight: 700;
    font-size: 7pt;
}

.color-white-yellow {
    background-color: #fcf8e3 !important;
}

.color-white-yellow:hover {
    background-color: #d2d6de !important;
}

.color-white-yellow-holder {
    background-color: #fcf8e3 !important;
}

.select2-container--bootstrap .select2-results__group {
    display: block;
    color: #333;
    text-shadow: 0 1px 0 #fff;
    background-color: #eee;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.filter-control-panel {
    margin-bottom: 20px;
}

.btn-filter {
    width: 100%;
    color: black;
    padding: 10px;
    background-color: #d2d6de91;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
}

.btn-filter:hover {
    background-color: #d2d6de;
}

.box {
    border-top: none !important;
}

.custom-select {
    display: inline-block;
    width: 100%;
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url('../img/custom-select.png') right 0.75rem center no-repeat;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ml-auto {
    margin-left: auto !important;
}

.text-break {
    word-break: break-word;
}

.button-mt-24 {
    margin-top: 24px;
}


.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: static;
}

.box.requests-executing-statistics-box {
    margin-bottom: 0;

    box-shadow: none;
}

.requests-executing-statistics-filter-toggle {
    display: block;
    margin: 0 auto 20px;
}
