@import url(https://fonts.googleapis.com/css?family=Open+Sans:300&subset=cyrillic-ext,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600&subset=cyrillic-ext,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700&subset=cyrillic-ext,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Marck+Script&subset=cyrillic);

table {
    font-size: 13px;
    border-spacing: 0;
    padding: 0;
}

.btn-sett {

    margin-top: -4px;
    margin-left: 10px;

}

.btn-exp {

    margin-top: 7px;
    margin-left: 15px;

}

.set-text {
    height: 26px;
    width: auto;
    color: #4f5f6f;
    padding: 0 0 0 10px;
    /* font-family: "Open Sans", Arial, sans-serif; */
    font-style: normal;
    font-weight: 600;

}

.set-lsbel {
    height: 26px;
    width: auto;
    color: #4f5f6f;
    padding: 0 0 0 10px;
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: 600;

}

.topic-text {

    font-style: normal;
    font-weight: 600;
    position: relative;
    text-align: right;
    padding-right: 10px;
    display: inline-block;
    margin-left: 15px;
    margin-top: 15px;
}

.td-green {
    color: #44de77;
}

.td-blue {
    color: #023047;
}

.topic-input {
    display: block;
    width: 90% !important;
    height: 102px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    margin: 10px 0 10px 0;
    float: right;
}

.hd-btn {
    width: 30% !important;
    max-width: 150px;
}

.w80 {}

.form-control {
    display: block;
    width: 100%;
    /* height: 102px; */
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    margin: 10px 0 20px 0;
}

.b2-top {
    overflow: hidden;
}

.b2-menu ul {
    margin: 0;
    padding: 8px 0 6px;

}

.b2-content {
    background-color: #FAFBFC;
    overflow: hidden;

}

.b2-pad {
    padding-bottom: 3.1em;
}

.paginator {
    padding: 0;
    margin: 0;
    height: auto;
    display: flex;
    width: 33.3%;
    justify-content: flex-end;
}

.paginator a {
    color: #8A8A8A;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 50px;
}

.paginator a.active {
    color: #0c0c0dbd;
    background: #fff;
    font-weight: bold;
}

.m-table {
    position: static;
    margin: 0;
    top: 5px;
    /* margin-right: 50px; */
    margin-bottom: 10px;
    min-width: calc(100% - 30px);
    margin: 0 15px;
    overflow-x: auto;
    overflow-y: auto;
    border-radius: 16px;
    border: 1px solid #E3E8EF;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, .05);
}

.simple-table .sfilter,
.simple-table input {
    width: 100%;
}

.simple-table form {
    display: flex;
    align-items: center;
}

.simple-table form .sfilter,
.simple-table form input {
    max-width: 80%;
    float: left;
    margin-right: 12px;
}

.simple-table form .bi {
    font-size: 16px;
}

.simple-table form a .bi-x-circle-fill {
    color: #ff382e;
    margin-right: 6px;
}

.simple-table form .bi-check-circle-fill {
    color: #28a745;
}

.simple-table form a:hover {
    opacity: 1;
    cursor: pointer;
}

.simple-table form a {
    opacity: .9;
}

.b-table {
    /* overflow: hidden; */
    height: auto;
}

.simple-table {
    min-width: 100%;
    background: #fff;
    border-color: transparent;
}

.simple-table th {
    height: 36px;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    padding: 2px 10px 0 10px;
    /* border-top:1px solid #becfd6; */
    border-left: 1px solid #e3e8efde;
    border-bottom: 1px solid #f4d0ae33;
    background-color: #F0F0F0 !important;
    text-transform: uppercase;
}


.simple-table th:first-child {
    text-align: left;
    padding-left: 10px;
    border-left: 0;
}

.simple-table tr {
    text-align: left;
    padding-left: 10px;
    font-weight: 600;
}

.simple-table tr td:first-child {
    text-align: left;
    padding-left: 10px;
    border-left: 0;
}

.simple-table tr td {
    padding: 10px;
    border-top: 1px solid #e3e8efde;
    border-left: 1px solid #e3e8efde;
    font-weight: 400;
    background: #F7F7F7;
}

.simple-table tr form {
    margin-bottom: 0;
}

.simple-table tr td .green {
    background: #e5f5eb;
}

.simple-table tr td .red {
    background: red;
}

.simple-table tr td .grey {
    background: grey;
}

.simple-table tr:nth-child(even) td {
    background: #fff;
}

.simple-table tr td:last-child {
}

.simple-table tr td:first-child {
    border-left: 1px solid #F7F7F7;
}

.simple-table tr:hover td {
    border-top: 1px solid #e3e8efde;
    background: #F0F0F0;
}

.simple-table tr:hover td:first-child {
    border-left: 1px solid #F0F0F0;
}

.simple-table a:link {
    color: #4f5f6f;
    font-weight: 600;
    background: none;
    text-decoration: none;
}

.simple-table a:visited {
    color: #4f5f6f;
    font-weight: 600;
    background: none;
    text-decoration: none;
}

.simple-table a:active,
.simple-table a:hover {

    background: none;
    text-decoration: none;
    color: #023047;
    word-wrap: normal;
}

.fieldset-filter {
    margin: 0;
    border: 0;
    padding: 6px 15px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.fieldset-filter-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px
}

.edit_form_style_custom legend {
    text-align: center;
}

.underline {
    height: 1px;
    background-color: #c0c0c0;
    padding: 0;
}

/*menu items*/
ul.css-menu {
    overflow: hidden;
    width: 100%;
    /* padding-left: 20px; */
    /* font-weight: 300; */
    /* background: #023047; */
    /* font-family: "Open Sans", Arial, sans-serif; */
    font-style: normal;
    font-weight: 400;
    background: #F6F6F6;
}


.mainstream {
    display: none;
}

.stream {
    display: none;
}



ul.css-menu li {
    float: left;
    height: 38px;
    position: relative;
    list-style-type: none;
}

/*logo*/
ul.css-menu:first-child img {
    height: 70% !important;
    margin: 5px 40px 6px 15px !important;
}

ul.css-menu li a {
    position: relative;
    color: #0c0c0dbd;
    text-decoration: none;
    /* background: #023047; */
    top: 11px;
    padding: 9px 14px 10px 14px;
    /* border-top: 1px solid #023047; */
    font-size: 13px;
    border-radius: 50px;

}

ul.css-menu li a:hover {
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

ul.css-menu li.active a {
    /* color: #0c0c0d; */
    background: #fff;
    font-weight: bold;
    padding: 10px 14px 10px 14px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .3);
    /* border-top: 1px solid #023047; */
}


.blue {
    color: #023047;
    font-style: normal;
    font-weight: 600;
}

/*sub menu*/
ul.sub-menu {
    overflow: hidden;
    padding-left: 20px;
    list-style: none;
    margin: 0;
    /* background: #F7F7F7; */
}

ul.sub-menu li {
    float: left;
    position: relative;
    list-style-type: none;
}

ul.sub-menu li a {
    position: relative;

    top: 10px;
    color: #2E2F32;
    text-decoration: none;
    /* background: #FDF5E6; */
    padding: 9px 14px 12px 14px;
    margin-bottom: 1px;
}

ul.sub-menu li a:hover {
    color: #2E2F32;
    text-decoration: underline;
    background: none;

}

ul.sub-menu li.active a {
    color: #4f5f6f;

}

ul.sub-menu li.active a txt {
    border-bottom: 1px dashed #4f5f6f;
}

ul.sub-menu .separator {
    display: block;
    float: left;
    background-image: radial-gradient(#4f5f6f, #FDF5E6);
    opacity: 0.2;
    width: 1px;
    height: 60%;
    margin: 10px 15px 9px;
    vertical-align: middle;
    z-index: 2;
}

.filter-holder {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 10px;
    gap: 6px;
}

.filter-holder input {
    width: auto;
    background: none;
    min-width: 136px;
}

.filter-dp-holder {
    display: inline-flex;
    align-items: center;
}
.filter-dp-holder i {
    margin-right: 5px;
}

.filter-holder .btn-group {
    display: flex;
    flex-wrap: nowrap;
}

.filter {
    margin-right: 10px;
}

.filter .btn.btn-default {
    font-size: 12px;
    padding: 8px 12px;
    border: none;
}

.btn.btn-small {
    padding: 6px 10px 5px 10px;
}

.filter-dp {
    display: inline-block;

    width: 210px;
    height: 26px;
    border: 1px solid #dddddd;
    border-radius: 2px;
    color: #4f5f6f;
    padding: 0 10px 0 10px;
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;


}

.filter-dp input {
    width: 180px;
    height: 26px;
}

.filter-sp {
    position: relative;
    display: inline-block;
    height: 16px;
    text-align: center;
    border: 1px solid #dddddd;

    margin-right: -5px;
    color: #4f5f6f;
    background-color: #FDF5E6;
    padding: 3px 5px 5px 5px;
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.bf {
    border-radius: 2px 0 0 2px;
}

.md {
    border-radius: 0;
    margin-left: -6px;
}

.sz2 {
    width: 75px !important;
}

.datefilter {
    position: relative;
    min-height: 29px;
    background: #907f6f1a;
    padding: 3px 6px 0 12px;
    border-radius: 30px;
}

.datefilter input {
    margin: 0;
    padding: 0;
    display: block;
}

.btn-filtr-right {
    width: auto !important;
}

.btn.btn-find {
    height: 32px;
    padding: 6px 12px 7px 10px;
    border-radius: 8px;
    width: auto !important;

}

.simple_filters {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    /* margin-left: auto; */

}

.simple_filters>div {
    display: inline-flex;
    margin: 6px 8px 6px 0;
    font-size: 12px;
    text-transform: capitalize;
}

.simple_filters>div:first-child .filter-dr {
    margin-left: 0;
}

.din_filters {
    height: auto;
    margin: 0 24px;
}

.lang {
    float: right;
}

select {

    /* styling */

    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 32px 0.5em 1em;

    /* reset */

    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;

    border-radius: 8px;
    border: none;
    font-size: 12px;
    background: #907f6f1a;
    cursor: pointer;
    opacity: 0;
}

select,
select::before,
select::after {
    box-sizing: border-box;
}

.sfilter,
input {
    height: 32px;
    width: auto;
    border: none;
    border-radius: 8px;
    color: #4f5f6f;
    padding: 0 12px 0 12px;
    /* font-family: "Open Sans", Arial, sans-serif; */
    font-style: normal;
    font-weight: 400;
}

.input-medium,
input {
    border-radius: 8px;
    border: none;
    font-size: 12px;
    background: #907f6f1a;
    outline: none;
}

input.input-medium:disabled {
    opacity: .5;
}

.input-medium:focus,
input:focus {
    box-shadow: none;
    background: #EEECE9;
}

.flt-clr {
    margin: -8px 0 0 -6px;
    display: inline;

    height: 26.22222px;
    padding-bottom: 5px !important;
    padding-top: 2px !important;
}


#en {
    color: black;
    cursor: pointer;
    font-size: 14px;
}

#en a {
    text-decoration: none;
}


#ru {
    color: black;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
}

#ru a {
    text-decoration: none;
}

.sel {

    opacity: 1;
}

.unsel {
    opacity: 0.6;
}

.ref {
    color: #4f5f6f;
    opacity: 0.5;
    /* border-bottom: 1px dashed #4f5f6f; */
    cursor: pointer;
    height: 40px;
    border-radius: 20px;
    padding: 6px 0 7px;
    gap: 4px;
    font-size: 12px;
    font-weight: 600;
    transition: .15s;
    /* background: rgba(0,0,0, .2); */
}

.ref:hover {
    color: #ff382e;
    opacity: 1;
    /* border-bottom: 1px dashed #4f5f6f; */
    background: none;
}

.green {
    color: #009f3c;
    border-bottom: 1px dashed #009f3c;
}

.green:hover {
    color: #009f3c;
    opacity: 1;
    border-bottom: 1px dashed #009f3c;
    background-color: #FDF5E6;
}

.btn-slim {
    position: relative;
    top: 3px;

}

.fa {
    display: inline-block;

}

.fa-toggle-down:before {
    content: url(../images/down.png);
}

.fa-toggle-up:before {
    content: url(../images/up.png);
}

/*-----------------------------------*/
.pse-btn {
    color: black;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    background-color: #FDF5E6 !important;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    text-decoration: none;
}

.title_row {
    position: relative;
    padding-top: 14px;
    text-align: center;
    background-color: #fff;
    height: 28px;
    width: 100%;
    border-bottom: 1px solid #E3E8EF;
    border-top: 1px solid #E3E8EF;

}

.filter-ld {
    /* font-family: "Open Sans", Arial, sans-serif; */
    font-style: normal;
    font-weight: 600;
    /* text-align: right; */
    padding-right: 6px;
    display: inline;
    /* margin-left: 15px; */
    width: 70px;

}


.filter-dr {
    font-style: normal;
    font-weight: 600;
    position: relative;
    text-align: right;
    padding-right: 10px;

    /* display: inline-block; */
    /* margin-left: 15px; */
    /* width: 70px; */
}

.tm4 {
    top: -4px;
}





/*-----------------------------------------------*/

html,
body {
    height: 100%;
    min-height: 100%;
    width: 100%;
    margin: 0;

    color: #0c0c0dbd;
    font-family: "Inter", Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;

}

footer {
    padding: 10px 20px;
    /* border-top: 1px solid #023047; */
}

.bottom-bar {
    padding: 15px 20px 10px;
    display: flex;
    justify-content: space-between;
}

footer .brand {
    display: inline-block;
    opacity: .3;
    font-size: 12px;
}

html {
    font-size: 10px;
    height: 100%;
    min-height: 100%;

}


.all-wrapper {

    overflow-x: hidden;
    overflow-y: hidden;
    height: auto !important;
    min-height: 100%;

    background: #FAFBFC;

    margin-bottom: -3.1em;


}

.sel a {
    color: #000;
    background-color: #fff;

}

.sel a:hover,
a:focus {
    color: #000;
    text-decoration: none;
    background-color: #fff;
}

.unsel a {
    color: #000;
    background-color: #fff;

}

.unsel a:hover,
a:focus {
    color: #000;
    text-decoration: none;
    background-color: #fff;
}

/*a:active {
	color: #bfbfbf;
}

/* Layout Base - Main Wrapper	*/
.body {
    height: 100%;
    min-height: 100%;
    width: 100%;
}

/* Layout Base - Header */
.header-main {
    /*height: 78px;*/
    left: 0;

    right: 0;
    top: 0;
    overflow: hidden;
}

/* Layout Base - Inner Wrapper */
.inner-wrapper {
    display: table;
    min-height: 100vh;
    padding-top: 60px;
    table-layout: fixed;
    overflow: hidden;
    width: 100%;
}

/* Layout Base - Content Body */
.content-body {
    display: table-cell;
    padding: 40px;
    position: relative;
    vertical-align: top;
}

.content-body>.row+.row {
    padding-top: 10px;
}

/* Layout Base - Page Header */
.page-header {
    background: #171717;
    border-bottom: none;
    border-left: 1px solid #3a3a3a;
    box-shadow: 1px 3px 0 1px #dddddd;
    height: 50px;
    margin: -40px -40px 40px -40px;
    padding: 0;
}

/* Layout Base - Sidebar Left */
.sidebar-left {
    background: #1d2127;
    box-shadow: -5px 0 0 #2f3139 inset;
    color: #777777;
    display: table-cell;
    position: relative;
    vertical-align: top;
    width: 300px;
    z-index: 1010;
}

/* Layout Base - Sidebar Left Opened ( Larger than mobile ) */
@media only screen and (min-width: 768px) {
    html.sidebar-left-collapsed .sidebar-left {
        width: 73px;
    }
}

/* Layout Base - Sidebar Right */
.sidebar-right {
    background: #171717;
    bottom: 0;
    margin-right: -300px;
    min-height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
}

/* Layout Base - Sidebar Right Opened ( Larger than mobile ) */
@media only screen and (min-width: 768px) {
    html.sidebar-right-opened .header-main {
        margin-left: -300px;
        margin-right: 300px;
    }

    html.sidebar-right-opened .inner-wrapper {
        margin-left: -300px;
    }

    html.sidebar-right-opened .sidebar-right {
        margin-right: 0;
    }
}

/* Layout Base - Flexbox supported */
@media only screen and (min-width: 768px) {

    html.flexbox .inner-wrapper,
    html.flexboxlegacy .inner-wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }

    html.flexbox .sidebar-left,
    html.flexbox .content-body,
    html.flexboxlegacy .sidebar-left,
    html.flexboxlegacy .content-body {
        display: block;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        flex-shrink: 0;
        -ms-flex-negative: 0;
    }

    html.flexbox .content-body,
    html.flexboxlegacy .content-body {
        -webkit-box-flex: 2;
        -moz-box-flex: 2;
        box-flex: 2;
        -webkit-flex: 2;
        -moz-flex: 2;
        -ms-flex: 2;
        flex: 2;
    }
}

/* Layout Fixed */
@media only screen and (min-width: 768px) {

    /* Layout Fixed - Reseting Styles */
    html.fixed .inner-wrapper,
    html.fixed .sidebar-left,
    html.fixed .content-body {
        display: block;
    }

    /* Layout Fixed - Header */
    html.fixed .header-main {
        position: fixed;
        z-index: 1020;
    }

    /* Layout Fixed - Inner Wrapper */
    html.fixed .inner-wrapper {
        padding-top: 110px;
    }

    /* Layout Fixed - Content Body */
    html.fixed .content-body {
        margin-left: 300px;
    }

    html.fixed .content-body.has-toolbar {
        padding-top: 92px;
    }

    /* Layout Fixed - Page header */
    html.fixed .page-header {
        left: 300px;
        margin: 0;
        position: fixed;
        right: 0;
        top: 60px;
    }

    /* Layout Fixed - Sidebar Left */
    html.fixed .sidebar-left {
        bottom: 0;
        left: 0;
        padding-bottom: 50px;
        position: fixed;
        top: 60px;
    }

    html.fixed .sidebar-left .nano-content {
        padding-bottom: 50px;
    }

    /* Layout Fixed - Sidebar Left Collapsed */
    html.fixed.sidebar-left-collapsed .page-header {
        left: 73px;
    }

    html.fixed.sidebar-left-collapsed .content-body {
        margin-left: 73px;
    }

    /* Layout Fixed - Sidebar Right Opened */
    html.fixed.sidebar-right-opened .page-header {
        left: 0;
        margin-right: 300px;
    }

    html.fixed.sidebar-right-opened .sidebar-left {
        left: -300px;
    }

    /* Layout Fixed - Sidebar Left Collapsed & Sidebar Right Opened */
    html.fixed.sidebar-left-collapsed.sidebar-right-opened .page-header {
        left: -300px;
    }
}

/* Layout Boxed - small than min-width */
@media only screen and (max-width: 1199px) {
    html.boxed .header-main {
        border-color: #dddddd;
    }
}

/* Layout Boxed - larger or equal min width */
@media only screen and (min-width: 1200px) {

    /* Layout Boxed - Body Tag */
    html.boxed body {
        background: url(../images/patterns/denim.png) repeat;
    }

    /* Layout Boxed - Main Wrapper */
    html.boxed .body {
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
        background-color: transparent;
    }

    /* Layout Boxed - Header */
    html.boxed .header-main {
        border-top: 3px solid #dddddd;
        height: 63px;
        position: absolute;
        top: 25px;
    }

    /* Layout Boxed - Inner Wrapper */
    html.boxed .inner-wrapper {
        padding-top: 88px;
        padding-bottom: 25px;
    }

    /* Layout Boxed - Content Body */
    html.boxed .content-body {
        background-color: #ecedf0;
    }

    /* Layout Boxed - Border Radius */
    html.boxed .header-main {
        border-radius: 5px 5px 0 0;
    }

    html.boxed .sidebar-left {
        border-radius: 0 0 0 5px;
    }

    html.boxed .content-body {
        border-radius: 0 0 5px 0;
    }

    html.boxed .sidebar-right {
        border-radius: 0 5px 5px 0;
    }

    /* Layout Boxed - Sidebar Right */
    html.boxed .sidebar-right {
        border-top: 3px solid #dddddd;
        min-height: 0;
    }

    /* Layout Boxed - Sidebar Right Opened */
    html.boxed.sidebar-right-opened .body {
        overflow: hidden;
    }

    html.boxed.sidebar-right-opened .header-main {
        border-radius: 5px 0 0 0;
    }

    html.boxed.sidebar-right-opened .content-body {
        border-radius: 0 0 0 5px;
    }

    html.boxed.sidebar-right-opened .sidebar-right {
        bottom: 25px;
        position: absolute;
        top: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .fieldset-filter {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .fieldset-filter .btn {
        margin-bottom: 6px;
    } 

    ul.css-menu li:first-child {
        float: none;
        margin-bottom: 10px;
    }

    ul.css-menu li:nth-child(2) {
        margin-left: 15px;
    }

    .simple_filters {
        width: 100%;
        display: block;
    }
    .sfilter, input {
        width: 100%;
    }

    .simple_filters>div,
    .simple_filters>div>div {
        display: block !important;
        width: 100%  !important;
    }

    html,
    body {
        background: #ecedf0;
    }

    html.mobile-device .sidebar-left,
    html.mobile-device .sidebar-right {
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

    body {
        height: 100%;
        min-height: 100vh;

    }

    .inner-wrapper,
    .sidebar-left,
    .content-body {
        display: block;
    }

    .body {
        min-height: 0;
        overflow: visible;
    }

    .header-main {
        background: none;
        border: none;
        height: auto;
        position: static;
    }

    .header-main .logo-container {
        height: 80px;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 99;
    }

    .header-main .header-right {
        background: #FFF;
        float: none !important;
        height: 80px;
        margin-top: 60px;
        width: 100%;
    }

    .inner-wrapper {
        min-height: 0;
        padding-top: 0;
    }

    .content-body {
        padding: 0 15px 15px;
    }

    .page-header {
        margin: 0 -15px 20px;
    }

    .sidebar-left {
        bottom: 0;
        left: -100%;
        min-height: 0;
        min-width: 100%;
        min-width: 100vw;
        padding-top: 60px;
        padding-bottom: 50px;
        position: fixed;
        overflow: hidden;
        top: 0;
        z-index: 98 !important;
    }

    .sidebar-right {
        bottom: 0;
        left: auto;
        right: -100%;
        min-height: 0;
        margin-right: 0;
        min-width: 100%;
        min-width: 100vw;
        top: 0;
        z-index: 100;
    }

    html.csstransforms .sidebar-left,
    html.csstransforms .sidebar-right {
        /* performs better but native android browser
        has problems with translate and percentage
        @include transition-property(transform);
        */
        -webkit-transition-property: margin;
        -moz-transition-property: margin;
        transition-property: margin;
        -webkit-transition-duration: 0.25s;
        -moz-transition-duration: 0.25s;
        transition-duration: 0.25s;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transition-delay: 0;
        -moz-transition-delay: 0;
        transition-delay: 0;
    }

    html.csstransforms .sidebar-left {
        /* performs better but native android browser
        has problems with translate and percentage
        @include transform( translateX(0) );
        */
        margin-left: -25px;
    }

    html.csstransforms .sidebar-right {
        /* performs better but native android browser
        has problems with translate and percentage
        @include transform( translateX(0) );
        */
        margin-right: -25px;
    }

    /* If desktop is seeing mobile res, fix scrollbars */
    html.no-mobile-device body {
        min-height: 0;
    }

    html.no-mobile-device .body {
        min-height: 100vh;
        overflow: hidden;
    }

    html.no-mobile-device .inner-wrapper {
        overflow-y: auto;
    }

    html.no-mobile-device.sidebar-left-opened,
    html.no-mobile-device.sidebar-left-opened body,
    html.no-mobile-device.sidebar-right-opened,
    html.no-mobile-device.sidebar-right-opened body {
        overflow: hidden;
    }

    /* Layout Mobile - Sidebar Left Opened */
    html.sidebar-left-opened.no-csstransforms .sidebar-left {
        left: 0;
    }

    html.sidebar-left-opened.csstransforms .sidebar-left {
        /* performs better but native android browser
        has problems with translate and percentage
        @include transform( translateX(100%) );
        */
        margin-left: 100%;
    }

    /* Layout Mobile - Sidebar Right Opened */
    html.sidebar-right-opened.no-csstransforms .sidebar-right {
        right: 0;
    }

    html.sidebar-right-opened.csstransforms .sidebar-right {
        /* performs better but native android browser
        has problems with translate and percentage
        @include transform( translateX(-100%) );
        */
        margin-right: 100%;
    }

    /* Layout Mobile - Sidebar Left Collapsed & Sidebar Right Opened */
    html.sidebar-left-collapsed.sidebar-right-opened .sidebar-left {
        margin-left: -300px;
    }
}

/* Content With Menu - Boxed Layout Fixing Spacement on Bottom */
@media only screen and (min-width: 1200px) {
    html.boxed .content-with-menu {
        margin-bottom: -40px;
    }
}

/* Content With Menu - Container */
@media only screen and (min-width: 768px) {
    .content-with-menu-container {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
}

/* Content With Menu - Menu Faux Column for Scroll and Boxed Layouts */
@media only screen and (min-width: 768px) {

    html.scroll .content-with-menu:before,
    html.boxed .content-with-menu:before {
        bottom: -47px;
        content: '';
        display: block;
        left: 0;
        position: absolute;
        top: 54px;
        width: 300px;
    }

    html.scroll .content-with-menu:after,
    html.boxed .content-with-menu:after {
        bottom: -46px;
        content: '';
        display: block;
        left: -1px;
        position: absolute;
        top: 54px;
        width: 1px;
        z-index: 3;
    }

    html.boxed .content-with-menu:before {
        bottom: 0;
    }

    html.boxed .content-with-menu:after {
        bottom: 2px;
    }
}

.content-with-menu {
    margin: -20px -15px 0;
}

/* Content With Menu - Responsive */
@media only screen and (max-width: 767px) {
    .content-with-menu {
        clear: both;
    }

    .inner-body {
        padding: 40px 15px 0;
    }
}

/* Content With Menu - Menu and Body */
@media only screen and (min-width: 768px) {
    .content-with-menu {
        border-top: 110px solid transparent;
        margin: -150px -40px -53px -40px;
        min-height: 100vh;
    }

    .inner-menu {
        display: table-cell;
        vertical-align: top;
    }

    .inner-body {
        display: table-cell;
        vertical-align: top;
        padding: 40px;
    }

    .inner-toolbar {
        height: 52px;
        overflow: hidden;
    }

    .content-with-menu-has-toolbar .inner-menu-toggle {
        border-radius: 0;
    }

    .content-with-menu-has-toolbar .inner-toolbar {
        padding-left: 140px;
    }
}

/* Content With Menu - Flexbox supported */
@media only screen and (min-width: 768px) {

    html.flexbox .content-with-menu-container,
    html.flexboxlegacy .content-with-menu-container {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }

    html.flexbox .inner-menu,
    html.flexbox .inner-body,
    html.flexboxlegacy .inner-menu,
    html.flexboxlegacy .inner-body {
        display: block;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        flex-shrink: 0;
        -ms-flex-negative: 0;
    }

    html.flexbox .inner-body,
    html.flexboxlegacy .inner-body {
        -webkit-box-flex: 2;
        -moz-box-flex: 2;
        box-flex: 2;
        -webkit-flex: 2;
        -moz-flex: 2;
        -ms-flex: 2;
        flex: 2;
    }
}

/* Content With Menu + Layout Fixed */
@media only screen and (min-width: 768px) {

    html.fixed .content-with-menu-container,
    html.fixed .inner-menu,
    html.fixed .inner-body {
        display: block;
    }

    html.fixed .content-with-menu-container {
        position: relative;
    }

    html.fixed .inner-menu-toggle {
        position: absolute;
        top: 114px;
        border-radius: 0 0 5px 0;
        width: 140px;
        z-index: 1002;
    }

    html.fixed .inner-menu {
        bottom: 0;
        display: block;
        left: 300px;
        position: fixed;
        margin: 0;
        top: 114px;
        width: 300px;
        padding: 35px;
        z-index: 1002;
    }

    html.fixed .inner-menu-content {
        display: block;
    }

    html.fixed .inner-body {
        margin-left: 300px;
        border-top: 113px solid transparent;
        margin-top: -110px;
        min-height: 100vh;
        position: relative;
    }

    html.fixed .content-with-menu-has-toolbar .inner-body {
        border-top-width: 165px;
    }
}

/* Content With Menu + Layout Scroll & Boxed */
@media only screen and (min-width: 768px) {

    html.scroll .inner-menu,
    html.scroll .inner-body,
    html.boxed .inner-menu,
    html.boxed .inner-body {
        display: block;
    }

    html.scroll .content-with-menu-container,
    html.boxed .content-with-menu-container {
        position: relative;
    }

    html.scroll .inner-menu-toggle,
    html.boxed .inner-menu-toggle {
        position: absolute;
        top: 0;
        border-radius: 0 0 5px 0;
        width: 140px;
        z-index: 3;
    }

    html.scroll .inner-menu,
    html.boxed .inner-menu {
        display: block;
        position: relative;
        margin: 0;
        width: 300px;
        padding: 35px;
    }

    html.scroll .inner-menu-content,
    html.boxed .inner-menu-content {
        display: block;
    }

    html.scroll .inner-body,
    html.boxed .inner-body {
        margin-left: 0;
        min-height: 100vh;
        position: relative;
    }

    html.scroll.flexbox .content-with-menu-container,
    html.scroll.flexboxlegacy .content-with-menu-container,
    html.boxed.flexbox .content-with-menu-container,
    html.boxed.flexboxlegacy .content-with-menu-container {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

/* Content With Menu + Layout Fixed + Sidebar Left Collapsed */
@media only screen and (min-width: 768px) {

    html.fixed.sidebar-left-collapsed .inner-menu,
    html.fixed.sidebar-left-collapsed .inner-menu-toggle,
    html.fixed.sidebar-left-collapsed .inner-toolbar {
        left: 73px;
    }

    html.fixed.sidebar-left-collapsed.inner-menu-opened .inner-menu-toggle,
    html.fixed.sidebar-left-collapsed.inner-menu-opened .inner-toolbar {
        left: 373px;
    }
}

/* Content With Menu + Layout Fixed + Sidebar Right Opened */
@media only screen and (min-width: 768px) {

    html.fixed.sidebar-right-opened .inner-menu,
    html.fixed.sidebar-right-opened .inner-menu-toggle,
    html.fixed.sidebar-right-opened .inner-toolbar {
        left: 0px;
    }

    html.fixed.sidebar-right-opened .inner-toolbar {
        margin-right: 300px;
    }

    html.fixed.sidebar-right-opened.inner-menu-opened .inner-menu-toggle,
    html.fixed.sidebar-right-opened.inner-menu-opened .inner-toolbar {
        left: -300px;
    }
}

/* Content With Menu + Layout Fixed + Sidebar Left Collapsed + Sidebar Right Opened */
@media only screen and (min-width: 768px) {

    html.fixed.sidebar-left-collapsed.sidebar-right-opened .inner-menu,
    html.fixed.sidebar-left-collapsed.sidebar-right-opened .inner-menu-toggle,
    html.fixed.sidebar-left-collapsed.sidebar-right-opened .inner-toolbar {
        left: -227px;
    }

    html.fixed.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .inner-menu-toggle,
    html.fixed.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .inner-toolbar {
        left: -527px;
    }
}

/* Resolution gt 767 and lt 1366 - Hide Inner Menu */
@media only screen and (min-width: 768px) and (max-width: 1365px) {

    html.fixed .inner-menu,
    html.scroll .inner-menu,
    html.boxed .inner-menu {
        display: none;
    }

    html.fixed .inner-menu-toggle,
    html.scroll .inner-menu-toggle,
    html.boxed .inner-menu-toggle {
        display: block;
    }

    html.fixed .inner-body,
    html.scroll .inner-body,
    html.boxed .inner-body {
        margin-left: 0;
    }

    html.fixed .content-with-menu-has-toolbar .inner-toolbar,
    html.scroll .content-with-menu-has-toolbar .inner-toolbar,
    html.boxed .content-with-menu-has-toolbar .inner-toolbar {
        padding-left: 140px;
    }

    html.fixed.inner-menu-opened .inner-menu,
    html.scroll.inner-menu-opened .inner-menu,
    html.boxed.inner-menu-opened .inner-menu {
        display: block;
    }

    html.fixed.inner-menu-opened .inner-menu-toggle,
    html.scroll.inner-menu-opened .inner-menu-toggle,
    html.boxed.inner-menu-opened .inner-menu-toggle {
        display: none;
    }

    html.fixed.inner-menu-opened .inner-body,
    html.scroll.inner-menu-opened .inner-body,
    html.boxed.inner-menu-opened .inner-body {
        margin-right: -300px;
    }

    html.fixed.inner-menu-opened .content-with-menu-has-toolbar .inner-toolbar,
    html.scroll.inner-menu-opened .content-with-menu-has-toolbar .inner-toolbar,
    html.boxed.inner-menu-opened .content-with-menu-has-toolbar .inner-toolbar {
        padding-left: 0;
    }

    html.fixed.inner-menu-opened .inner-body {
        margin-left: 300px;
    }

    html.scroll .content-with-menu:before,
    html.boxed .content-with-menu:before {
        display: none;
    }

    html.scroll.inner-menu-opened:before,
    html.boxed.inner-menu-opened:before {
        display: block;
    }
}

/* Resolution gt 1366 - Show Inner Menu */
@media only screen and (min-width: 1366px) {

    html.fixed .inner-menu,
    html.scroll .inner-menu,
    html.boxed .inner-menu {
        display: block;
    }

    html.fixed .inner-menu-toggle,
    html.fixed .inner-menu-toggle-inside,
    html.scroll .inner-menu-toggle,
    html.scroll .inner-menu-toggle-inside,
    html.boxed .inner-menu-toggle,
    html.boxed .inner-menu-toggle-inside {
        display: none;
    }

    html.fixed .inner-body,
    html.scroll .inner-body,
    html.boxed .inner-body {
        margin-right: 0;
    }

    html.fixed .content-with-menu-has-toolbar .inner-toolbar,
    html.scroll .content-with-menu-has-toolbar .inner-toolbar,
    html.boxed .content-with-menu-has-toolbar .inner-toolbar {
        padding-left: 0;
    }

    html.fixed.inner-menu-opened .inner-body {
        margin-left: 300px;
    }

    html.fixed .content-with-menu .inner-toolbar,
    html.fixed.inner-menu-opened .content-with-menu .inner-toolbar {
        left: 600px;
    }

    html.fixed .inner-menu-toggle,
    html.fixed .inner-menu,
    html.fixed.inner-menu-opened .inner-menu-toggle,
    html.fixed.inner-menu-opened .inner-menu {
        left: 300px;
    }

    html.fixed.sidebar-right-opened .content-with-menu .inner-toolbar {
        left: 300px;
    }

    html.fixed.sidebar-right-opened .inner-menu,
    html.fixed.sidebar-right-opened .inner-menu-toggle {
        left: 0px;
    }

    html.fixed.sidebar-left-collapsed .content-with-menu .inner-toolbar,
    html.fixed.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .content-with-menu .inner-toolbar,
    html.fixed.sidebar-left-collapsed.inner-menu-opened .content-with-menu .inner-toolbar {
        left: 373px;
    }

    html.fixed.sidebar-left-collapsed .inner-menu-toggle,
    html.fixed.sidebar-left-collapsed .inner-menu,
    html.fixed.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .inner-menu-toggle,
    html.fixed.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .inner-menu,
    html.fixed.sidebar-left-collapsed.inner-menu-opened .inner-menu-toggle,
    html.fixed.sidebar-left-collapsed.inner-menu-opened .inner-menu {
        left: 73px;
    }

    html.fixed.sidebar-left-collapsed.sidebar-right-opened .content-with-menu .inner-toolbar {
        left: 73px;
    }

    html.fixed.sidebar-left-collapsed.sidebar-right-opened .inner-menu,
    html.fixed.sidebar-left-collapsed.sidebar-right-opened .inner-menu-toggle {
        left: -227px;
    }
}

/* Fix IE Scrollbar Overlaying content */
@-ms-viewport {
    width: auto !important;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------
BOOTSTRAP EXTEND
------------------------------------------------------------------------------------------------------------------------------------------ */
/* Add New Grid Tier FOR NON BOXED LAYOUT */
html.scroll,
html.fixed {
    /* UNDO original bootrap LG helper classes*/
    /* Helper classes for XL */
    ;
}

@media (min-width: 1600px) {

    html.scroll .container,
    html.fixed .container {
        width: 1570px;
    }
}

html.scroll .col-xl-1,
html.scroll .col-xl-2,
html.scroll .col-xl-3,
html.scroll .col-xl-4,
html.scroll .col-xl-5,
html.scroll .col-xl-6,
html.scroll .col-xl-7,
html.scroll .col-xl-8,
html.scroll .col-xl-9,
html.scroll .col-xl-10,
html.scroll .col-xl-11,
html.scroll .col-xl-12,
html.fixed .col-xl-1,
html.fixed .col-xl-2,
html.fixed .col-xl-3,
html.fixed .col-xl-4,
html.fixed .col-xl-5,
html.fixed .col-xl-6,
html.fixed .col-xl-7,
html.fixed .col-xl-8,
html.fixed .col-xl-9,
html.fixed .col-xl-10,
html.fixed .col-xl-11,
html.fixed .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1600px) {

    html.scroll .col-xl-1,
    html.scroll .col-xl-2,
    html.scroll .col-xl-3,
    html.scroll .col-xl-4,
    html.scroll .col-xl-5,
    html.scroll .col-xl-6,
    html.scroll .col-xl-7,
    html.scroll .col-xl-8,
    html.scroll .col-xl-9,
    html.scroll .col-xl-10,
    html.scroll .col-xl-11,
    html.scroll .col-xl-12,
    html.fixed .col-xl-1,
    html.fixed .col-xl-2,
    html.fixed .col-xl-3,
    html.fixed .col-xl-4,
    html.fixed .col-xl-5,
    html.fixed .col-xl-6,
    html.fixed .col-xl-7,
    html.fixed .col-xl-8,
    html.fixed .col-xl-9,
    html.fixed .col-xl-10,
    html.fixed .col-xl-11,
    html.fixed .col-xl-12 {
        float: left;
    }

    html.scroll .col-xl-12,
    html.fixed .col-xl-12 {
        width: 100%;
    }

    html.scroll .col-xl-11,
    html.fixed .col-xl-11 {
        width: 91.66666667%;
    }

    html.scroll .col-xl-10,
    html.fixed .col-xl-10 {
        width: 83.33333333%;
    }

    html.scroll .col-xl-9,
    html.fixed .col-xl-9 {
        width: 75%;
    }

    html.scroll .col-xl-8,
    html.fixed .col-xl-8 {
        width: 66.66666667%;
    }

    html.scroll .col-xl-7,
    html.fixed .col-xl-7 {
        width: 58.33333333%;
    }

    html.scroll .col-xl-6,
    html.fixed .col-xl-6 {
        width: 50%;
    }

    html.scroll .col-xl-5,
    html.fixed .col-xl-5 {
        width: 41.66666667%;
    }

    html.scroll .col-xl-4,
    html.fixed .col-xl-4 {
        width: 33.33333333%;
    }

    html.scroll .col-xl-3,
    html.fixed .col-xl-3 {
        width: 25%;
    }

    html.scroll .col-xl-2,
    html.fixed .col-xl-2 {
        width: 16.66666667%;
    }

    html.scroll .col-xl-1,
    html.fixed .col-xl-1 {
        width: 8.33333333%;
    }

    html.scroll .col-xl-pull-12,
    html.fixed .col-xl-pull-12 {
        right: 100%;
    }

    html.scroll .col-xl-pull-11,
    html.fixed .col-xl-pull-11 {
        right: 91.66666667%;
    }

    html.scroll .col-xl-pull-10,
    html.fixed .col-xl-pull-10 {
        right: 83.33333333%;
    }

    html.scroll .col-xl-pull-9,
    html.fixed .col-xl-pull-9 {
        right: 75%;
    }

    html.scroll .col-xl-pull-8,
    html.fixed .col-xl-pull-8 {
        right: 66.66666667%;
    }

    html.scroll .col-xl-pull-7,
    html.fixed .col-xl-pull-7 {
        right: 58.33333333%;
    }

    html.scroll .col-xl-pull-6,
    html.fixed .col-xl-pull-6 {
        right: 50%;
    }

    html.scroll .col-xl-pull-5,
    html.fixed .col-xl-pull-5 {
        right: 41.66666667%;
    }

    html.scroll .col-xl-pull-4,
    html.fixed .col-xl-pull-4 {
        right: 33.33333333%;
    }

    html.scroll .col-xl-pull-3,
    html.fixed .col-xl-pull-3 {
        right: 25%;
    }

    html.scroll .col-xl-pull-2,
    html.fixed .col-xl-pull-2 {
        right: 16.66666667%;
    }

    html.scroll .col-xl-pull-1,
    html.fixed .col-xl-pull-1 {
        right: 8.33333333%;
    }

    html.scroll .col-xl-pull-0,
    html.fixed .col-xl-pull-0 {
        right: auto;
    }

    html.scroll .col-xl-push-12,
    html.fixed .col-xl-push-12 {
        left: 100%;
    }

    html.scroll .col-xl-push-11,
    html.fixed .col-xl-push-11 {
        left: 91.66666667%;
    }

    html.scroll .col-xl-push-10,
    html.fixed .col-xl-push-10 {
        left: 83.33333333%;
    }

    html.scroll .col-xl-push-9,
    html.fixed .col-xl-push-9 {
        left: 75%;
    }

    html.scroll .col-xl-push-8,
    html.fixed .col-xl-push-8 {
        left: 66.66666667%;
    }

    html.scroll .col-xl-push-7,
    html.fixed .col-xl-push-7 {
        left: 58.33333333%;
    }

    html.scroll .col-xl-push-6,
    html.fixed .col-xl-push-6 {
        left: 50%;
    }

    html.scroll .col-xl-push-5,
    html.fixed .col-xl-push-5 {
        left: 41.66666667%;
    }

    html.scroll .col-xl-push-4,
    html.fixed .col-xl-push-4 {
        left: 33.33333333%;
    }

    html.scroll .col-xl-push-3,
    html.fixed .col-xl-push-3 {
        left: 25%;
    }

    html.scroll .col-xl-push-2,
    html.fixed .col-xl-push-2 {
        left: 16.66666667%;
    }

    html.scroll .col-xl-push-1,
    html.fixed .col-xl-push-1 {
        left: 8.33333333%;
    }

    html.scroll .col-xl-push-0,
    html.fixed .col-xl-push-0 {
        left: auto;
    }

    html.scroll .col-xl-offset-12,
    html.fixed .col-xl-offset-12 {
        margin-left: 100%;
    }

    html.scroll .col-xl-offset-11,
    html.fixed .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    html.scroll .col-xl-offset-10,
    html.fixed .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    html.scroll .col-xl-offset-9,
    html.fixed .col-xl-offset-9 {
        margin-left: 75%;
    }

    html.scroll .col-xl-offset-8,
    html.fixed .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    html.scroll .col-xl-offset-7,
    html.fixed .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    html.scroll .col-xl-offset-6,
    html.fixed .col-xl-offset-6 {
        margin-left: 50%;
    }

    html.scroll .col-xl-offset-5,
    html.fixed .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    html.scroll .col-xl-offset-4,
    html.fixed .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    html.scroll .col-xl-offset-3,
    html.fixed .col-xl-offset-3 {
        margin-left: 25%;
    }

    html.scroll .col-xl-offset-2,
    html.fixed .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    html.scroll .col-xl-offset-1,
    html.fixed .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    html.scroll .col-xl-offset-0,
    html.fixed .col-xl-offset-0 {
        margin-left: 0;
    }
}

html.scroll .visible-xl,
html.fixed .visible-xl {
    display: none !important;
}

html.scroll .visible-xl-block,
html.scroll .visible-xl-inline,
html.scroll .visible-xl-inline-block,
html.fixed .visible-xl-block,
html.fixed .visible-xl-inline,
html.fixed .visible-xl-inline-block {
    display: none !important;
}

@media (min-width: 1200px) and (max-width: 1599px) {

    html.scroll .visible-lg,
    html.fixed .visible-lg {
        display: block !important;
    }

    html.scroll table.visible-lg,
    html.fixed table.visible-lg {
        display: table;
    }

    html.scroll tr.visible-lg,
    html.fixed tr.visible-lg {
        display: table-row !important;
    }

    html.scroll th.visible-lg,
    html.scroll td.visible-lg,
    html.fixed th.visible-lg,
    html.fixed td.visible-lg {
        display: table-cell !important;
    }

    html.scroll .visible-lg-block,
    html.fixed .visible-lg-block {
        display: block !important;
    }

    html.scroll .visible-lg-inline,
    html.fixed .visible-lg-inline {
        display: inline !important;
    }

    html.scroll .visible-lg-inline-block,
    html.fixed .visible-lg-inline-block {
        display: inline-block !important;
    }

    html.scroll .hidden-lg,
    html.fixed .hidden-lg {
        display: none !important;
    }
}

@media (min-width: 1600px) {

    html.scroll .visible-lg-block,
    html.fixed .visible-lg-block {
        display: none !important;
    }

    html.scroll .visible-lg-inline,
    html.fixed .visible-lg-inline {
        display: none !important;
    }

    html.scroll .visible-lg-inline-block,
    html.fixed .visible-lg-inline-block {
        display: none !important;
    }
}

@media (min-width: 1600px) {

    html.scroll .visible-xl,
    html.fixed .visible-xl {
        display: block !important;
    }

    html.scroll table.visible-xl,
    html.fixed table.visible-xl {
        display: table;
    }

    html.scroll tr.visible-xl,
    html.fixed tr.visible-xl {
        display: table-row !important;
    }

    html.scroll th.visible-xl,
    html.scroll td.visible-xl,
    html.fixed th.visible-xl,
    html.fixed td.visible-xl {
        display: table-cell !important;
    }

    html.scroll .visible-xl-block,
    html.fixed .visible-xl-block {
        display: block !important;
    }

    html.scroll .visible-xl-inline,
    html.fixed .visible-xl-inline {
        display: inline !important;
    }

    html.scroll .visible-xl-inline-block,
    html.fixed .visible-xl-inline-block {
        display: inline-block !important;
    }

    html.scroll .hidden-xl,
    html.fixed .hidden-xl {
        display: none !important;
    }
}
@media screen and (max-width: 1620px) {
    /* .fieldset-filter {
        flex-wrap: wrap;
        flex-direction: row;
    } */
    .filter-holder {
        /* flex-wrap: nowrap; */
        /* margin-left: 10px; */
        /* margin-bottom: 6px; */
    }
    .datefilter {
        /* margin-top: 9px; */
        /* top: -3px */
    }
}

@media screen and (max-width: 618px) {
    .filter-holder {
        margin-left: 0;
    }
}

@media screen and (max-width: 597px) {
    .filter-holder {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 991px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .table-responsive>.table {
        margin-bottom: 0;
    }

    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap;
    }

    .table-responsive>.table-bordered {
        border: 0;
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0;
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0;
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0;
    }
}

/* Fix img-thumbnail - IE10 and below */
.img-thumbnail {
    width: auto \9;
}

/* Header */
.header-main {
    width: 100%;

    min-width: 750px;
    overflow: hidden;
    background-color: #f6f6f6;
    background-image: -webkit-linear-gradient(#f6f6f6 0%, white 45%);
    background-image: linear-gradient(#f6f6f6 0%, white 45%);

    z-index: 1000;
}

.slim {
    height: 32px;
}

.full {
    /*height: 78px;*/
}

.header-main .logo {
    float: left;
    width: 246px;
    height: 78px;
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    position: absolute;
    z-index: 10;
}

.header-main .logo-slim {
    float: left;
    width: 204px;
    height: 32px;
    background-image: url('../images/logo-slim.png');
    background-repeat: no-repeat;
    background-color: #4f5f6f;
    position: absolute;
    z-index: 10;
}


.header-main .logo img {
    color: transparent;

}

.header-main .separator {
    background-image: radial-gradient(#4f5f6f, #FDF5E6);
    opacity: 0.2;

    display: inline-block;
    width: 1px;
    height: 80%;
    margin: 0 10px 0;
    vertical-align: middle;
}

.header-main .separator2 {
    background: #E3E8EF;
    display: inline-block;
    width: 1px;
    height: 100% !important;
    margin: -1px 10px 0;
    vertical-align: middle;
}

.header-main .search {
    width: 170px;
    display: inline-block;
    vertical-align: middle;
}


.header-top {
    position: relative;
    top: 0;
    width: 100%;

    height: 32px;
    background-color: #F7F7F7;

    vertical-align: middle;
}

.htr-slim {
    margin-left: 204px;
}

.htr-full {
    margin-left: 246px;
}

.header-bottom {
    position: absolute;
    background: #F7F7F7;
    width: 100%;
    height: 54px;
    top: 32px;
    display: table-cell;
    vertical-align: middle;
    /* font-family: "Open Sans", Arial, sans-serif; */
    font-style: normal;
    font-weight: 400;
    font-size: 14px;

}




.top-txt {
    color: #4f5f6f;
    position: relative;
    top: 6px;
    width: 42%;
    left: 1%;
    /*transform: translate(1%, -50%);   сместить вверх и влево на половину высоты и ширины элемента. Для IE9+, для ряда браузеров нужны префиксы. Подробнее про свойство transform */
    /* font-family: "Open Sans", Arial, sans-serif; */
    font-style: normal;
    font-weight: 300;
    font-size: 13px;

}

@media only screen and (max-width: 871px) {
    .top-txt {
        top: 0;
        top: -2px;
    }
}

.top-txt span {
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;

}

.top-txt-left {

    position: relative;
    top: 50%;
    margin-left: 245px;
    left: 1%;
    float: left;
    transform: translate(1%, -50%);
}

.txt-left {
    position: absolute;
    /*top: 8px;*/
    width: 490px;
    /*margin-left: 245px;*/
    left: 1%;
    float: left;
    /*transform: translate(1%, -50%);*/
    /*background-color: #fff;*/
    z-index: 500;
}

.txt-left2 {
    position: relative;
    /* top: 4px; */
    /* right: 5px; */
    height: 100%;
    border-top: 1px solid #E3E8EF;

}

.top-txt-right {
    position: relative;
    top: 1px;
    font-size: 12px;

    right: 17px;
    float: right;
    /*transform: translate(1%, -50%);*/

}

.top-txt-right a {

    text-decoration: none;

}

.top-txt-right:hover txt {

    border-bottom: 1px dashed #000;

}

.ttr-slim {
    padding-right: 0;
}

.ttr-full {
    padding-right: 0;
}

.bottom-txt-right {

    position: relative;

    top: 3px;
    right: 0;
    float: right;
    /*transform: translate(1%, -45%);*/
    z-index: 1;

}

.bottom-txt-right a {
    text-decoration: none;
    background-color: #fff;
}

.bottom-txt-right img {
    margin-bottom: 0;
}

.btr {
    padding: 7px 11px 0 10px;

}

/* Header Mobile */
@media only screen and (max-width: 767px) {
    .header .logo-container {
        background-color: #f6f6f6;
        background-image: -webkit-linear-gradient(#f6f6f6 0%, white 45%);
        background-image: linear-gradient(#f6f6f6 0%, white 45%);

    }

    .header .logo-container .logo {
        float: none;
        display: inline-block;
        line-height: 57px;
        margin-top: 0;
    }
    .datefilter {
        top: -3px
    }

    .header .search,
    .header .separator {
        display: none;
    }
}

/* Header Dark */
html.dark .header,
html.header-dark .header {
    background: #1d2127;
    border-bottom-color: #161a1e;
    border-top-color: #1d2127;
}

@media only screen and (max-width: 767px) {

    html.dark .header .logo-container,
    html.header-dark .header .logo-container {
        background: #1d2127;

    }

    html.dark .header .header-right,
    html.header-dark .header .header-right {
        background: #1d2127;
    }
}

html.dark .header .separator,
html.header-dark .header .separator {
    background-color: #1d2127;
    background-image: -webkit-linear-gradient(#1d2127 10%, #121518);
    background-image: linear-gradient(#1d2127 10%, #121518);
}

html.dark .header .input-search input,
html.dark .header .input-search input:focus,
html.header-dark .header .input-search input,
html.header-dark .header .input-search input:focus {
    background: #282d36;
    border-color: #161a1e;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset;
    color: #FFF;
}

html.dark .header .input-search .input-group-btn .btn-default,
html.header-dark .header .input-search .input-group-btn .btn-default {
    background: transparent;
    color: #c3c3c3;
}

.sidebar-left {
    z-index: 1010;
}

.sidebar-left .sidebar-header {
    position: relative;
    color: #777777;
    height: 50px;
}

.sidebar-left .sidebar-header .sidebar-title {
    color: #465162;
    padding: 15px;
    font-size: 15px;
    font-size: 1.5rem;
}

.sidebar-left .sidebar-header .sidebar-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 73px;
    height: 50px;
    background-color: #171717;
    border-radius: 0 0 0 5px;
    text-align: center;
    cursor: pointer;
}

.sidebar-left .sidebar-header .sidebar-toggle i {
    color: #c3c3c3;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 50px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.sidebar-left .sidebar-header .sidebar-toggle:hover i {
    color: #dddddd;
}

.sidebar-left hr.separator {
    background: none;
    margin: 20px 10px 20px;
}

/* Unstyle nano for non fixed layouts */
@media only screen and (min-width: 768px) {

    html.scroll .sidebar-left .nano,
    html.boxed .sidebar-left .nano {
        position: static;
        height: auto;
        overflow: visible;
        width: auto;
    }

    html.scroll .sidebar-left .nano .nano-content,
    html.boxed .sidebar-left .nano .nano-content {
        margin-right: 0 !important;
        position: static;
        overflow: visible;
    }

    html.scroll .sidebar-left .nano .nano-pane,
    html.boxed .sidebar-left .nano .nano-pane {
        display: none !important;
    }

    html.boxed .sidebar-left .nano>.nano-content,
    html.scroll .sidebar-left .nano>.nano-content {
        overflow: visible !important;
    }
}

@media only screen and (min-width: 768px) {
    html.sidebar-left-collapsed .sidebar-left .sidebar-title {
        margin-left: -300px;
        opacity: 0;
    }

    html.sidebar-left-collapsed .sidebar-left .sidebar-toggle {
        border-radius: 0;
    }

    html.sidebar-left-collapsed .sidebar-left .nav-main>li>a {
        overflow: hidden;
        text-overflow: clip;
    }

    html.sidebar-left-collapsed .sidebar-left .nav-main li.nav-parent a:after {
        display: none;
    }

    html.sidebar-left-collapsed .sidebar-left .nav-main li.nav-parent ul.nav-children {
        display: none;
    }

    html.sidebar-left-collapsed .sidebar-left .nav-main a span {
        visibility: hidden;
    }

    html.sidebar-left-collapsed .sidebar-left .sidebar-widget,
    html.sidebar-left-collapsed .sidebar-left .separator {
        display: none;
    }

    html.sidebar-left-collapsed.scroll .sidebar-left,
    html.sidebar-left-collapsed.boxed .sidebar-left {
        overflow: visible;
    }



    html.sidebar-left-collapsed.scroll .sidebar-left .nav-main li.nav-expanded,
    html.sidebar-left-collapsed.boxed .sidebar-left .nav-main li.nav-expanded {
        background: transparent;
    }

    html.sidebar-left-collapsed.scroll .sidebar-left .nav-main li.nav-expanded ul.nav-children,
    html.sidebar-left-collapsed.boxed .sidebar-left .nav-main li.nav-expanded ul.nav-children {
        display: none;
    }

    html.sidebar-left-collapsed.scroll .sidebar-left .nav-main li ul.nav-children,
    html.sidebar-left-collapsed.boxed .sidebar-left .nav-main li ul.nav-children {
        position: absolute;
        left: 67px;
        width: 233px;
        background: #191c21;
    }

    html.sidebar-left-collapsed.scroll .sidebar-left .nav-main>li:hover,
    html.sidebar-left-collapsed.boxed .sidebar-left .nav-main>li:hover {
        width: 300px;
        background: #191c21;
    }

    html.sidebar-left-collapsed.scroll .sidebar-left .nav-main>li:hover>a,
    html.sidebar-left-collapsed.boxed .sidebar-left .nav-main>li:hover>a {
        background: transparent;
    }

    html.sidebar-left-collapsed.scroll .sidebar-left .nav-main>li:hover>a i,
    html.sidebar-left-collapsed.boxed .sidebar-left .nav-main>li:hover>a i {
        margin-right: 22px;
    }

    html.sidebar-left-collapsed.scroll .sidebar-left .nav-main>li:hover>a span,
    html.sidebar-left-collapsed.boxed .sidebar-left .nav-main>li:hover>a span {
        display: inline;
        visibility: visible;
    }

    html.sidebar-left-collapsed.scroll .sidebar-left .nav-main>li:hover>a span.label,
    html.sidebar-left-collapsed.boxed .sidebar-left .nav-main>li:hover>a span.label {
        background-color: #dddddd;
        color: white;
    }

    html.sidebar-left-collapsed.scroll .sidebar-left .nav-main>li:hover>ul.nav-children,
    html.sidebar-left-collapsed.boxed .sidebar-left .nav-main>li:hover>ul.nav-children {
        display: block;
    }

    html.sidebar-left-collapsed.scroll .sidebar-left .nav-main>li:hover>ul.nav-children li a,
    html.sidebar-left-collapsed.boxed .sidebar-left .nav-main>li:hover>ul.nav-children li a {
        padding-left: 15px;
    }

    html.sidebar-left-collapsed.fixed .sidebar-left .nano {
        background: #1d2127;
        box-shadow: -5px 0 0 #2f3139 inset;
    }

    html.sidebar-left-collapsed.fixed .sidebar-left .nano:hover {
        width: 300px;
    }

    html.sidebar-left-collapsed.fixed .sidebar-left .nano:hover .nav-main .nav-expanded ul.nav-children {
        display: block;
    }

    html.sidebar-left-collapsed.fixed .sidebar-left .nano:hover .nav-main li.nav-parent a:after {
        display: inline-block;
    }

    html.sidebar-left-collapsed.fixed .sidebar-left .nano:hover .nav-main li a span {
        visibility: visible;
    }

    html.sidebar-left-collapsed.fixed .sidebar-left .nano:hover .sidebar-widget,
    html.sidebar-left-collapsed.fixed .sidebar-left .nano:hover .separator {
        display: block;
    }
}

@media only screen and (max-width: 767px) {

    /* Layout Mobile - Sidebar Left Collapsed & Sidebar Right Opened */
    html.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened .sidebar-left {
        margin-left: -250px;
    }
}

@media only screen and (min-width: 768px) {

    /* Layout Base - Sidebar Left */
    html.sidebar-left-sm .sidebar-left {
        width: 250px;
        font-size: 12px;
        font-size: 1.2rem;
    }

    html.sidebar-left-sm .sidebar-left ul.nav-main li i {
        font-size: 13px;
        font-size: 1.6rem;
    }

    html.sidebar-left-sm .sidebar-left ul.nav-main li a {
        font-size: 12px;
        font-size: 1.2rem;
    }

    html.sidebar-left-sm .sidebar-left .sidebar-widget .widget-header h6 {
        font-size: 12px;
        font-size: 1.2rem;
    }

    html.sidebar-left-sm.sidebar-left-collapsed .sidebar-left .sidebar-title {
        margin-left: -250px;
    }

    html.sidebar-left-sm.sidebar-left-collapsed.fixed .sidebar-left .nano:hover {
        width: 250px;
    }

    /* Layout Base - Sidebar Left Opened ( Larger than mobile ) */
    html.sidebar-left-sm.sidebar-left-collapsed .sidebar-left {
        width: 73px;
    }

    /* Layout Fixed - Content Body */
    html.fixed.sidebar-left-sm .content-body {
        margin-left: 250px;
    }

    /* Layout Fixed - Page header */
    html.fixed.sidebar-left-sm .page-header {
        left: 250px;
    }

    /* Layout Fixed - Sidebar Right Opened */
    html.fixed.sidebar-left-sm.sidebar-right-opened .page-header {
        left: 0;
    }

    html.fixed.sidebar-left-sm.sidebar-right-opened .sidebar-left {
        left: -250px;
    }

    /* Layout Fixed - Sidebar Left Collapsed */
    html.fixed.sidebar-left-collapsed .page-header {
        left: 73px;
    }

    html.fixed.sidebar-left-collapsed .content-body {
        margin-left: 73px;
    }

    /* Layout Fixed - Sidebar Left Collapsed & Sidebar Right Opened */
    html.fixed.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened .page-header {
        left: -250px;
    }

    /* Content With Menu + Layout Fixed */
    html.fixed.sidebar-left-sm .inner-menu {
        left: 250px;
    }

    /* Content With Menu + Layout Fixed + Sidebar Left Collapsed */
    html.fixed.sidebar-left-sm.sidebar-left-collapsed .inner-menu,
    html.fixed.sidebar-left-sm.sidebar-left-collapsed .inner-menu-toggle,
    html.fixed.sidebar-left-sm.sidebar-left-collapsed .inner-toolbar {
        left: 73px;
    }

    html.fixed.sidebar-left-sm.sidebar-left-collapsed.inner-menu-opened .inner-menu-toggle,
    html.fixed.sidebar-left-sm.sidebar-left-collapsed.inner-menu-opened .inner-toolbar {
        left: 373px;
    }

    /* Content With Menu + Layout Fixed + Sidebar Right Opened */
    html.fixed.sidebar-left-sm.sidebar-right-opened .inner-menu,
    html.fixed.sidebar-left-sm.sidebar-right-opened .inner-menu-toggle,
    html.fixed.sidebar-left-sm.sidebar-right-opened .inner-toolbar {
        left: -50px;
    }

    html.fixed.sidebar-left-sm.sidebar-right-opened.inner-menu-opened .inner-menu-toggle,
    html.fixed.sidebar-left-sm.sidebar-right-opened.inner-menu-opened .inner-toolbar {
        left: -350px;
    }

    /* Content With Menu - Toolbar + Layout Fixed */
    html.fixed.sidebar-left-sm.inner-menu-opened {
        left: 550px;
    }

    html.fixed.sidebar-left-sm .inner-menu-toggle {
        left: 250px;
    }
}

/* Resolution gt 1366 - Show Inner Menu */
@media only screen and (min-width: 1366px) {

    html.fixed.sidebar-left-sm .content-with-menu .inner-toolbar,
    html.fixed.sidebar-left-sm.inner-menu-opened .content-with-menu .inner-toolbar {
        left: 550px;
    }

    html.fixed.sidebar-left-sm .inner-menu-toggle,
    html.fixed.sidebar-left-sm .inner-menu,
    html.fixed.sidebar-left-sm.inner-menu-opened .inner-menu-toggle,
    html.fixed.sidebar-left-sm.inner-menu-opened .inner-menu {
        left: 250px;
    }

    html.fixed.sidebar-left-sm.sidebar-right-opened .content-with-menu .inner-toolbar {
        left: 250px;
    }

    html.fixed.sidebar-left-sm.sidebar-right-opened .inner-menu,
    html.fixed.sidebar-left-sm.sidebar-right-opened .inner-menu-toggle {
        left: -50px;
    }

    html.fixed.sidebar-left-sm.sidebar-left-collapsed .content-with-menu .inner-toolbar,
    html.fixed.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .content-with-menu .inner-toolbar,
    html.fixed.sidebar-left-sm.sidebar-left-collapsed.inner-menu-opened .content-with-menu .inner-toolbar {
        left: 373px;
    }

    html.fixed.sidebar-left-sm.sidebar-left-collapsed .inner-menu-toggle,
    html.fixed.sidebar-left-sm.sidebar-left-collapsed .inner-menu,
    html.fixed.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .inner-menu-toggle,
    html.fixed.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .inner-menu,
    html.fixed.sidebar-left-sm.sidebar-left-collapsed.inner-menu-opened .inner-menu-toggle,
    html.fixed.sidebar-left-sm.sidebar-left-collapsed.inner-menu-opened .inner-menu {
        left: 73px;
    }

    html.fixed.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened .content-with-menu .inner-toolbar {
        left: 73px;
    }

    html.fixed.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened .inner-menu,
    html.fixed.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened .inner-menu-toggle {
        left: -227px;
    }
}

@media only screen and (max-width: 767px) {

    /* Layout Mobile - Sidebar Left Collapsed & Sidebar Right Opened */
    html.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened .sidebar-left {
        margin-left: -200px;
    }
}

@media only screen and (min-width: 768px) {

    /* Layout Base - Sidebar Left */
    html.sidebar-left-xs .sidebar-left {
        width: 200px;
        font-size: 11px;
        font-size: 1.1rem;
    }

    html.sidebar-left-xs .sidebar-left ul.nav-main li i {
        font-size: 14px;
        font-size: 1.4rem;
    }

    html.sidebar-left-xs .sidebar-left ul.nav-main li a {
        font-size: 11px;
        font-size: 1.1rem;
    }

    html.sidebar-left-xs .sidebar-left ul.nav-main li .nav-children li a {
        padding-left: 52px;
    }

    html.sidebar-left-xs .sidebar-left .sidebar-widget .widget-header h6 {
        font-size: 11px;
        font-size: 1.1rem;
    }

    html.sidebar-left-xs.sidebar-left-collapsed .sidebar-left .sidebar-title {
        margin-left: -200px;
    }

    html.sidebar-left-xs.sidebar-left-collapsed.fixed .sidebar-left .nano:hover {
        width: 200px;
    }

    /* Layout Base - Sidebar Left Opened ( Larger than mobile ) */
    html.sidebar-left-xs.sidebar-left-collapsed .sidebar-left {
        width: 73px;
    }

    /* Layout Fixed - Content Body */
    html.fixed.sidebar-left-xs .content-body {
        margin-left: 200px;
    }

    /* Layout Fixed - Page header */
    html.fixed.sidebar-left-xs .page-header {
        left: 200px;
    }

    /* Layout Fixed - Sidebar Right Opened */
    html.fixed.sidebar-left-xs.sidebar-right-opened .page-header {
        left: 0;
    }

    html.fixed.sidebar-left-xs.sidebar-right-opened .sidebar-left {
        left: -200px;
    }

    /* Layout Fixed - Sidebar Left Collapsed */
    html.fixed.sidebar-left-collapsed .page-header {
        left: 73px;
    }

    html.fixed.sidebar-left-collapsed .content-body {
        margin-left: 73px;
    }

    /* Layout Fixed - Sidebar Left Collapsed & Sidebar Right Opened */
    html.fixed.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened .page-header {
        left: -200px;
    }

    /* Content With Menu + Layout Fixed */
    html.fixed.sidebar-left-xs .inner-menu {
        left: 200px;
    }

    /* Content With Menu + Layout Fixed + Sidebar Left Collapsed */
    html.fixed.sidebar-left-xs.sidebar-left-collapsed .inner-menu,
    html.fixed.sidebar-left-xs.sidebar-left-collapsed .inner-menu-toggle,
    html.fixed.sidebar-left-xs.sidebar-left-collapsed .inner-toolbar {
        left: 73px;
    }

    html.fixed.sidebar-left-xs.sidebar-left-collapsed.inner-menu-opened .inner-menu-toggle,
    html.fixed.sidebar-left-xs.sidebar-left-collapsed.inner-menu-opened .inner-toolbar {
        left: 373px;
    }

    /* Content With Menu + Layout Fixed + Sidebar Right Opened */
    html.fixed.sidebar-left-xs.sidebar-right-opened .inner-menu,
    html.fixed.sidebar-left-xs.sidebar-right-opened .inner-menu-toggle,
    html.fixed.sidebar-left-xs.sidebar-right-opened .inner-toolbar {
        left: -100px;
    }

    html.fixed.sidebar-left-xs.sidebar-right-opened.inner-menu-opened .inner-menu-toggle,
    html.fixed.sidebar-left-xs.sidebar-right-opened.inner-menu-opened .inner-toolbar {
        left: -400px;
    }

    /* Content With Menu - Toolbar + Layout Fixed */
    html.fixed.sidebar-left-xs.inner-menu-opened {
        left: 500px;
    }

    html.fixed.sidebar-left-xs .inner-menu-toggle {
        left: 200px;
    }
}

/* Resolution gt 1366 - Show Inner Menu */
@media only screen and (min-width: 1366px) {

    html.fixed.sidebar-left-xs .content-with-menu .inner-toolbar,
    html.fixed.sidebar-left-xs.inner-menu-opened .content-with-menu .inner-toolbar {
        left: 500px;
    }

    html.fixed.sidebar-left-xs .inner-menu-toggle,
    html.fixed.sidebar-left-xs .inner-menu,
    html.fixed.sidebar-left-xs.inner-menu-opened .inner-menu-toggle,
    html.fixed.sidebar-left-xs.inner-menu-opened .inner-menu {
        left: 200px;
    }

    html.fixed.sidebar-left-xs.sidebar-right-opened .content-with-menu .inner-toolbar {
        left: 200px;
    }

    html.fixed.sidebar-left-xs.sidebar-right-opened .inner-menu,
    html.fixed.sidebar-left-xs.sidebar-right-opened .inner-menu-toggle {
        left: -100px;
    }

    html.fixed.sidebar-left-xs.sidebar-left-collapsed .content-with-menu .inner-toolbar,
    html.fixed.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .content-with-menu .inner-toolbar,
    html.fixed.sidebar-left-xs.sidebar-left-collapsed.inner-menu-opened .content-with-menu .inner-toolbar {
        left: 373px;
    }

    html.fixed.sidebar-left-xs.sidebar-left-collapsed .inner-menu-toggle,
    html.fixed.sidebar-left-xs.sidebar-left-collapsed .inner-menu,
    html.fixed.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .inner-menu-toggle,
    html.fixed.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .inner-menu,
    html.fixed.sidebar-left-xs.sidebar-left-collapsed.inner-menu-opened .inner-menu-toggle,
    html.fixed.sidebar-left-xs.sidebar-left-collapsed.inner-menu-opened .inner-menu {
        left: 73px;
    }

    html.fixed.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened .content-with-menu .inner-toolbar {
        left: 73px;
    }

    html.fixed.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened .inner-menu,
    html.fixed.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened .inner-menu-toggle {
        left: -227px;
    }
}

/* Sidebar Right */
.sidebar-right {
    z-index: 1010;
}

.sidebar-right .sidebar-right-wrapper {
    padding: 20px;
}

.sidebar-right h6 {
    margin: 0;
    color: #777777;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
}

.sidebar-right .mobile-close {
    background: #000;
    color: #999;
    left: 0;
    line-height: 50px;
    padding-left: 20px;
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: left;
    text-decoration: none;
}

.sidebar-right .mobile-close i {
    margin-left: 5px;
    vertical-align: middle;
}

.sidebar-right .mobile-close:after {
    box-shadow: 0 0px 3px 0 rgba(255, 255, 255, 0.7);
    bottom: -1px;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
}

/* If desktop is seeing mobile res, fix scrollbars */
@media only screen and (max-width: 767px) {
    html.no-mobile-device.custom-scroll .sidebar-right .nano>.nano-content {
        overflow: scroll;
        overflow-x: hidden;
    }
}

/* Content With Menu - Menu Faux Column for Scroll and Boxed Layouts Colors */
@media only screen and (min-width: 768px) {

    html.scroll .content-with-menu:before,
    html.boxed .content-with-menu:before {
        background: #1d2127;
    }

    html.scroll .content-with-menu:after,
    html.boxed .content-with-menu:after {
        background: #000;
        box-shadow: 0px 0 4px 2px rgba(0, 0, 0, 0.5);
    }
}

/* Unstyle nano for non fixed layouts */
html.scroll .inner-menu .nano,
html.scroll.no-overflowscrolling.custom-scroll .inner-menu .nano,
html.boxed .inner-menu .nano,
html.boxed.no-overflowscrolling.custom-scroll .inner-menu .nano {
    position: static;
    height: auto;
    overflow: visible;
    width: auto;
}

html.scroll .inner-menu .nano>.nano-content,
html.scroll.no-overflowscrolling.custom-scroll .inner-menu .nano>.nano-content,
html.boxed .inner-menu .nano>.nano-content,
html.boxed.no-overflowscrolling.custom-scroll .inner-menu .nano>.nano-content {
    position: static;
    overflow: visible;
}

@media only screen and (max-width: 767px) {
    html.fixed .inner-menu .nano {
        position: static;
        height: auto;
        overflow: visible;
        width: auto;
    }

    html.fixed .inner-menu .nano .nano-content {
        margin-right: 0;
        position: static;
        overflow: visible;
    }
}

/* Fix padding when fixed */
@media only screen and (min-width: 768px) {
    html.fixed .inner-menu {
        padding: 0;
    }

    html.fixed .inner-menu .nano-content {
        padding: 35px;
    }

    html.fixed .inner-menu .nano-content:after {
        display: block;
        content: '';
        height: 35px;
    }
}

/* Content With Menu - Inner Menu Style */
.inner-menu {
    background: #1d2127;
    border-right: 1px solid #242830;
    color: #abb4be;
    padding: 0;
    margin: 0;
}

.inner-menu .title {
    color: #465162;
    font-weight: 600;
    margin: 10px 0;
    padding: 0;
    text-transform: uppercase;
}

.inner-menu hr.separator {
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.4), transparent);
    background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.4), transparent);
    background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, 0.4), transparent);
    background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.4), transparent);
    margin: 20px -35px 20px;
}





/* Content With Menu - Responsive */
@media only screen and (max-width: 767px) {
    .inner-menu .hidden-xs-inline {
        display: none;
    }

    .inner-menu .inner-menu-content {
        padding: 20px;
    }

    .inner-menu-toggle-inside {
        margin: 0;
    }
}

/* Content With Menu - Toolbar + Layout Fixed */
@media only screen and (min-width: 768px) {
    html.fixed.inner-menu-opened {
        left: 600px;
    }

    html.fixed .inner-menu-toggle {
        position: fixed;
        left: 300px;
    }
}

html.dark .inner-menu-toggle:after,
html.dark .inner-menu .inner-menu-toggle-inside:after {
    box-shadow: none;
}


/* Page Header */
.page-header {
    z-index: 1001;
}

.page-header h2 {
    color: #FFF;
    border-bottom: 4px solid #dddddd;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    float: left;
    height: 50px;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: normal;
    line-height: 50px;
    margin: 0 0 0 -1px;
    padding: 0 22px 0 20px;
}

.page-header .right-wrapper {
    float: right;
}

.page-header .breadcrumbs {
    display: inline-block;
    font-size: 0;
    line-height: 50px;
    margin: 0;
    padding: 0;
}

.page-header .breadcrumbs li {
    color: #c3c3c3;
    display: inline-block;
    font-weight: 300;
}

.page-header .breadcrumbs li:after {
    content: '/';
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 10px;
    vertical-align: middle;
}

.page-header .breadcrumbs li:last-child:after {
    display: none;
}

.page-header .breadcrumbs .fa-home {
    font-size: 20px;
    font-size: 2rem;
}

.page-header .breadcrumbs i {
    vertical-align: middle;
}

.page-header .breadcrumbs a,
.page-header .breadcrumbs span {
    color: #c3c3c3;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    vertical-align: middle;
}

.page-header .sidebar-right-toggle {
    cursor: pointer;
    color: #c3c3c3;
    display: inline-block;
    font-size: 17px;
    margin: 0 0 0 10px;
    height: 50px;
    width: 50px;
    vertical-align: top;
    text-align: center;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.page-header .sidebar-right-toggle i {
    line-height: 53px;
    vertical-align: middle;
}

.page-header .sidebar-right-toggle:hover {
    color: #dddddd;
}

/* Header Dark - Page Header */
html.dark .page-header,
html.header-dark .page-header {
    border-left-color: #171717;
    box-shadow: 1px 3px 0 1px #2f3139;
}

html.sidebar-right-opened .page-header .sidebar-right-toggle i:before {
    content: "\f054";
}

/* Page Header - Mobile */
@media only screen and (max-width: 767px) {
    .page-header {
        padding-right: 80px;
    }

    .page-header .breadcrumbs {
        display: none;
    }

    .page-header h2 {
        font-size: 13px;
        padding: 0 15px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%;
    }

    .page-header .sidebar-right-toggle {
        position: absolute;
        right: 0;
        top: 0;
    }
}

/*выпадающий список*/
.limit {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.limit span {
    margin-top: 0;
    padding: 0;
    float: none;
}

.info-page {
    position: absolute;
    left: 50%;
    transform:translateX(-50%);
}

.navigation-controls {
    display: flex;
    margin: 0 15px;
    min-height: 20px;
    padding: 10px 0;
    justify-content: space-between;
    align-items: center;
}

#Navigation {
    display: flex;
    align-items: center;
    display: flex;
}

.Navigation {
    padding: 0;
    margin: 0;
    height: auto;
    display: flex;
    align-items: center;
}

.Navigation li {
    text-align: center;
    list-style: none;
    padding: 0;
    border: none;
    overflow: hidden;
    background-color: transparent ;
    border-radius: 30px;
    margin: -1px 0 0 4px;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: left;
}

.Navigation a {
    padding: 4px;
    height: 13px;
    text-decoration: none;
    float: none;
}

.Navigation li:hover ul {
    /* width: 100%; */
}

.Navigation li ul {
    padding: 0;
    margin: 0;
}

.Navigation li ul li {
    display: none;
    margin: 0;
    padding: 0;
}

.Navigation li:hover ul li {
    border: none;
    height: auto;
    margin: 0;
}

.Navigation li ul a {
    color: #8A8A8A;
}

.Navigation li ul a:hover {
    color: #333;
}

.Navigation li:hover,
.Navigation li:focus,
a:hover,
a:focus {
    border: none;
    background: none;
}

@media only screen and (max-width: 767px) {
    .navigation-controls {
        display: block;
        min-height: auto;
    }
    .limit {
        margin-bottom: 8px;
    }
    .limit, .info-page, .paginator {
        width: auto;
        justify-content: flex-start;
    }
    .info-page {
        position: static;
        display: block;
        margin-left: 0;
        transform: none;
    }
    .paginator {
        margin-top: 8px;
    }
}

.navbar {
    display: block;
    overflow: hidden;
    margin-top: 20px;
    height: 32px;
    width: 100%;
    bottom: 0;
    background-color: #FDF5E6;
    border-top: 1px solid #becfd6;
}

.navbar .brand {
    padding: 8px 10px 0 0;
    float: right;
    display: block;
    text-decoration: none;
}

thead .table-header {
    background: url('../images/sort_both.png') no-repeat top right;
}

thead .table-header.headerSortDown {
    background: url('../images/sort_asc.png') no-repeat top right;
}

.table-header:nth-child(3) {
    max-width: 30%;
}

thead .table-header.headerSortUp {
    background: url('../images/sort_desc.png') no-repeat top right;
}

thead .sorted {
    background: url('../images/sort_both.png') no-repeat top right;
    cursor: pointer;
}

thead .tablesorter-headerDesc {
    background: url('../images/sort_desc.png') no-repeat top right;
}

thead .tablesorter-headerAsc {
    background: url('../images/sort_asc.png') no-repeat top right;
}


/*//----------bootstrap*/
.btn,
a.btn,
.simple-table button {
    display: inline-block;

    /* font-family: "Open Sans", Arial, sans-serif; */
    font-style: normal;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 9px 14px;
    font-size: 14px;
    line-height: 1.35;
    /* border-radius: 2px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-height: 39px !important;
    border-radius: 50px;
    text-decoration: none;
}

.bi {
    font-size: 13px;
}

.btn .bi {
    padding-top: 2px;
    margin-right: 5px;
}

.btn svg {
    margin-right: 4px;
    margin-top: -1px;
    float: left;
}

.btn-blue {
    /* border-color: #023047!important; */
    margin-top: 1px;

}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #4f5f6f;
    text-decoration: none;
}

.btn.focus,
.btn:focus txt {

    /* border-bottom: 1px dashed #4f5f6f; */

}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default {
    color: #0c0c0dbd;
    background-color: #907f6f1a;
    border-color: #907f6f1a;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #0c0c0dbd;
    background-color: #E8E5E3;
    border-color: #E8E5E3;
}

.btn-default.focus,
.btn-default:focus txt {

    /* border-bottom: 1px dashed #4f5f6f; */

}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #ffffff;
    border-color: #dddddd;
}

.btn-default .badge {
    color: #ffffff;
    background-color: #023047;
}

.btn-primary {
    color: #ffffff;
    background-color: #2E2F32;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #2c2c2eef;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #2c2c2eef;
}

.simple-table button {
    display: inline;
    color: #ffffff;
    background-color: #ff7a00;
}

.simple-table button:hover,
.simple-table button:focus,
.simple-table button.focus,
.simple-table button:active,
.simple-table button.active {
    color: #ffffff;
    background-color: #f97000;
}

*/
/* .simple-table button:active,
.simple-table button.active {
    background-image: none;
} */

.btn-primary .badge {
    color: #023047;
    background-color: #ffffff;
}

.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #ffffff;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;

}

.btn-group label {
    width: 50px;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
    z-index: 2;
}

.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus {
    outline: 0;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group>.btn:first-child {
    margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group>.btn-group {
    float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}


a.link_filter:hover,
a.link_filter:focus,
a.link_filter:visited,
a.link_filter {
    color: #000000;
}

.dfilter_item {
    min-width: 80px;
    float: left;
    margin: 5px;
    padding: 5px;
    padding-right: 20px;
    background-color: #bbd6b4;
    position: relative;
}

.dfilter_item:hover {
    background-color: #8cc87d;
}

.dfilter_item label {
    font-weight: bold;
    font-size: 12px;
    cursor: default;
    display: inline-block;
}

.dfilter_item a {
    position: absolute;
    right: 5px;
    top: 5px;
}

.dfilter_item span {
    font-weight: normal;
    font-size: 12px;
    display: inline-block;
}

.block_form_filter {
    background-color: #fff;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #D9E0E9;
}

.block_form_filter label {
    margin-left: 15px;
    margin-right: 10px;
}

/************************/

.container {
    padding: 0 0 30px 0;
}

/* отступ снизу */

#message {
    display: block;
    display: none;

    /* ссылка над всеми элементами */
    z-index: 999;

    /* ссылка не заслоняет полностью текст под ней */
    opacity: .4;

    /* ссылка всегда на одном и том же месте */
    position: fixed;

    /* ссылка внизу страницы */
    top: 100%;
    margin-top: -60px;
    /* = height + preferred bottom margin */

    /* ссылка по центру */
    left: 50%;
    margin-left: -35px;

    /* закругленные углы */
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 50px;

    /* ссылка большая, заметная и ее легко найти */
    width: 70px;
    line-height: 28px;
    height: 28px;
    font-weight: bold;
    padding: 5px;
    background-color: #ff7b00da;
    font-size: 13px;
    text-align: center;
}


#message a:focus,
#message a:hover {
    color: #fff;
    text-decoration: underline;
    background: none;
}


#message a,
#message a:visited {
    color: #fff;
    background: none;
    text-decoration: none;
}

.message,
.message:focus,
.message:hover {
    display: block;
    display: none;

    /* ссылка над всеми элементами */
    z-index: 999;

    /* ссылка не заслоняет полностью текст под ней */
    opacity: .4;

    /* ссылка всегда на одном и том же месте */
    position: fixed;

    /* ссылка внизу страницы */
    top: 100%;
    margin-top: -60px;
    /* = height + preferred bottom margin */

    /* ссылка по центру */
    left: 50%;
    margin-left: -35px;

    /* закругленные углы */
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 50px;

    /* ссылка большая, заметная и ее легко найти */
    width: 70px;
    line-height: 28px;
    height: 28px;
    font-weight: bold;
    padding: 5px;
    background-color: #ff7b00da;
    font-size: 13px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.label_click {
    cursor: pointer;
}


.sub_field_1 {
    color: #009f3c;
}

.sub_field_2 {
    color: blue;
}

table tbody tr.style_tr_td_style td {
    background-color: grey;
}

table tbody tr.style_tr_td_style_block td {
    background-color: #FFAA00 !important;
}

table tbody tr.tr_style_ulil td {
    background-color: #FF5500 !important;
}

table tbody tr.tr_style_mark_util td {
    background-color: #FF7700 !important;
}

table thead th a,
table thead th a:hover,
table thead th a:focus,
table thead th a:visited {
    color: #000000;
}

.block_pages_list {
    position: absolute;
    right: 0;
}


a.href_type_vis {
    display: inline-block;
    padding: 3px;
    text-decoration: none;
    color: #c1580c;
}

a.href_type_vis:hover,
a.href_type_vis:focus {
    text-decoration: underline;
}

a.href_type_vis_sel {
    display: inline-block;
    padding: 3px;
    text-decoration: none;
    color: #c1580c;
    background-color: #e4e3ef;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #333333;
}

a.href_type_vis_sel:hover,
a.href_type_vis_sel:focus {
    text-decoration: underline;
}

.block_pages {
    padding-bottom: 5px;
    padding-top: 15px;
    position: relative;
}

.block_pages_list {
    position: absolute;
    right: 0;
}

.ipaginka span,
.ipaginka_sel span {
    font-size: 12px;
}

.page-item:hover {
    color: #333;
}

a.ipaginka_sel {
    background: #fff;
    text-decoration: none;
    text-align: center;
    padding: 2px 6px 0 6px;
    font-weight: bold;
    display: block;
    border: none;
    color: #333;
}

.seppaginka {
    float: left;
    height: 5px;
    width: 5px;
    display: block;
}

.title_template span {
    color: #023047;
}

.dva a {
    font-size: 12px;
}

.form_datetime_from,
.form_datetime_to {
    padding: 15px;
    width: 100px;
}

.close_msg {
    cursor: pointer;
}

.panel_info {
    background: #e2e1ee;
    background: -moz-linear-gradient(center top, #FFFFFF 0pt, #e2e1ee 100%) repeat scroll 0 0 transparent;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#e2e1ee));
    background-image: -webkit-linear-gradient(top, #FFFFFF, #e2e1ee);
    background-image: -ms-linear-gradient(top, #FFFFFF, #e2e1ee);
    background-image: -o-linear-gradient(top, #FFFFFF, #e2e1ee);
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px 4px 4px 4px;
    height: 100%;
}

.panel_info_content {
    padding: 5px;
}

.panel_info_content p {
    font-size: 12px;
}

.panel_info_content label {
    display: inline-block;
    font-weight: bold;
    cursor: default;
}

.tree_date_links a {
    font-size: 12px;
}

/* arrows */



/* селект */

.select_main {
    display: inline-block;
    position: relative;
    top: 0;
    /* border:1px solid #dddddd; */
    max-width: 200px;
    height: 32px;
    overflow: hidden;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #fff url(./select_arrow.png) no-repeat right;
    background-color: #907f6f1a;

}

#popupForm {
    margin-bottom: 0;
}

#popupForm .select_main {
    max-width: none;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 4px;
}

#popupForm .select_main+.error {
    display: block;
    margin-bottom: 60px;
}

#popupForm select {
    width: 100%;
}

.select_main pd {
    text-align: right;
    padding: 0 10px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 0;
    color: #4f5f6f;
    /* font-family: "Open Sans", Arial, sans-serif; */
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 32px;
    overflow: hidden;
    border-color: #fff;
}

.edit_form_style_custom {
    margin: 0;
    background: #fff;
}

.edit_form_style_custom legend {
    font-size: 13px;
    font-weight: 500;
    color: #023047;

}

.edit_form_style_custom fieldset {

    border: 0;
    border-bottom: 1px solid #becfd6;
    padding: 10px 15px 10px 25px;


}

.controls {

    display: inline-block;
    position: relative;
    background: #fff;
    margin-bottom: 10px;
}

.control-group {
    position: relative;

    vertical-align: middle;
    margin-bottom: 10px;
}

.lt {
    top: 0;

}

.wc {
    width: 45%;
}

.pull-cntr {
    margin-left: 50%;
    margin-top: 10px;
}

/*Popup*/
.popup {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.popup-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 24px;
    width: 80%;
    max-width: 720px;
    border-radius: 24px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.error {
    color: red;
}

.popup .close .bi {
    font-size: 24px;
}

.popup-content h2 {
    font-size: 24px;
    margin-top: 0;
}

/* Notification */
.ui-pnotify {
    right: 15px;
    top: 15px;
}

.ui-pnotify .notification {
    border-radius: 5px;
    box-shadow: none;
    padding: 15px 15px 15px 75px;
}

.ui-pnotify .notification .ui-pnotify-icon {
    left: 0;
    position: absolute;
    top: 0;
    width: 75px;
    text-align: center;
}

.ui-pnotify .notification .ui-pnotify-icon>span {
    border: 2px solid #FFF;
    border-radius: 50%;
    display: inline-block;
    float: none;
    font-size: 35px;
    height: 50px;
    line-height: 48px;
    margin: 8px 0 0;
    padding: 0;
    width: 50px;
    text-align: center;
}

.ui-pnotify .notification .ui-pnotify-title {
    font-size: 14px;
    letter-spacing: 0;
}

.ui-pnotify .notification .ui-pnotify-text {
    font-size: 12px;
    line-height: 1.3em;
}

.ui-pnotify .notification.notification-danger .ui-pnotify-icon>span.fa-times {
    line-height: 47px;
}

.ui-pnotify .ui-pnotify-shadow {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
}

.ui-pnotify.ui-pnotify-no-icon .notification {
    padding-left: 15px;
}

.ui-pnotify .ui-pnotify-sharp {
    border-radius: 0;
}

body .ui-pnotify.icon-nb .notification .ui-pnotify-icon>span {
    border-color: transparent;
    border-radius: 0;
}

.ui-pnotify.stack-bar-top {
    right: 0;
    top: 0;
}

.ui-pnotify.stack-bar-top .notification {
    border-radius: 0;
}

.ui-pnotify.stack-bar-top .notification .ui-pnotify-icon>span {
    margin-top: 7px;
}

.ui-pnotify.stack-bar-bottom {
    bottom: 0;
    left: auto;
    margin-left: 15%;
    right: auto;
    top: auto;
}

.ui-pnotify.stack-bar-bottom .notification {
    border-radius: 0;
}

.ui-pnotify.stack-bar-bottom .notification .ui-pnotify-icon>span {
    margin-top: 9px;
}

.ui-pnotify.click-2-close {
    cursor: pointer;
}

/* Notification States */


.ui-pnotify .notification-success {
    background: #009f3c;
    color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify .notification-success .ui-pnotify-icon>span {
    border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.stack-bar-top .notification-success,
.ui-pnotify.stack-bar-bottom .notification-success {
    background: #009f3c;
}

.ui-pnotify.notification-success .notification,
.ui-pnotify.notification-success .notification-success {
    background: rgba(71, 164, 71, 0.95);
    color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-success .notification .ui-pnotify-icon>span,
.ui-pnotify.notification-success .notification-success .ui-pnotify-icon>span {
    border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-success.stack-bar-top .notification,
.ui-pnotify.notification-success.stack-bar-top .notification-success,
.ui-pnotify.notification-success.stack-bar-bottom .notification,
.ui-pnotify.notification-success.stack-bar-bottom .notification-success {
    background: #009f3c;
}

.ui-pnotify .notification-warning {
    background: rgba(237, 156, 40, 0.95);
    color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify .notification-warning .ui-pnotify-icon>span {
    border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.stack-bar-top .notification-warning,
.ui-pnotify.stack-bar-bottom .notification-warning {
    background: #ed9c28;
}

.ui-pnotify.notification-warning .notification,
.ui-pnotify.notification-warning .notification-warning {
    background: rgba(237, 156, 40, 0.95);
    color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-warning .notification .ui-pnotify-icon>span,
.ui-pnotify.notification-warning .notification-warning .ui-pnotify-icon>span {
    border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-warning.stack-bar-top .notification,
.ui-pnotify.notification-warning.stack-bar-top .notification-warning,
.ui-pnotify.notification-warning.stack-bar-bottom .notification,
.ui-pnotify.notification-warning.stack-bar-bottom .notification-warning {
    background: #ed9c28;
}

.ui-pnotify .notification-danger {
    background: rgba(210, 50, 45, 0.95);
    color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify .notification-danger .ui-pnotify-icon>span {
    border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.stack-bar-top .notification-danger,
.ui-pnotify.stack-bar-bottom .notification-danger {
    background: #d2322d;
}

.ui-pnotify.notification-danger .notification,
.ui-pnotify.notification-danger .notification-danger {
    background: rgba(210, 50, 45, 0.95);
    color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-danger .notification .ui-pnotify-icon>span,
.ui-pnotify.notification-danger .notification-danger .ui-pnotify-icon>span {
    border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-danger.stack-bar-top .notification,
.ui-pnotify.notification-danger.stack-bar-top .notification-danger,
.ui-pnotify.notification-danger.stack-bar-bottom .notification,
.ui-pnotify.notification-danger.stack-bar-bottom .notification-danger {
    background: #d2322d;
}


/* Notification Responsive */
@media only screen and (max-width: 767px) {
    html>body>.ui-pnotify {
        bottom: auto !important;
        left: 0 !important;
        margin: 0 !important;
        right: 0 !important;
        top: 60px !important;
        width: auto !important;
    }

    html>body>.ui-pnotify .notification {
        border-radius: 0 !important;
        height: auto !important;
        position: static !important;
        width: 100%;
    }

    html>body>.ui-pnotify .notification .ui-pnotify-title,
    html>body>.ui-pnotify .notification .ui-pnotify-text {
        padding-right: 35px !important;
    }

    html>body>.ui-pnotify .notification .ui-pnotify-sticker {
        display: none !important;
    }

    html>body>.ui-pnotify .notification .ui-pnotify-closer {
        display: block !important;
        font-size: 24px !important;
        visibility: visible !important;
    }
    .bottom-bar {
        display: block;
    }
    .header-top {
        display: flex;
    }
    .header-top .htr-full {
        margin-left: 0;
    }
    .filter-dr {
        text-align: left;
        margin-bottom: 5px;
    }
    .select_main, select {
        max-width: none;
        width: 100%;
    }
}

.ui-pnotify {
    top: 25px;
    right: 25px;
    position: absolute;
    height: auto;
    z-index: 9999;
}

html>body>.ui-pnotify {
    position: fixed;
}

.ui-pnotify .ui-pnotify-shadow {
    -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
}

.ui-pnotify-container {
    background-position: 0 0;
    padding: .8em;
    height: 100%;
    margin: 0;
}

.ui-pnotify-sharp {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ui-pnotify-title {
    display: block;
    margin-bottom: .4em;
    margin-top: 0;
}

.ui-pnotify-text {
    display: block;
}

.ui-pnotify-icon,
.ui-pnotify-icon span {
    display: block;
    float: left;
    margin-right: .2em;
}

.ui-pnotify.stack-topleft,
.ui-pnotify.stack-bottomleft {
    left: 25px;
    right: auto;
}

.ui-pnotify.stack-bottomright,
.ui-pnotify.stack-bottomleft {
    bottom: 25px;
    top: auto;
}

.ui-pnotify-closer,
.ui-pnotify-sticker {
    float: right;
    margin-left: .2em;
}

.ui-pnotify-history-container {
    position: absolute;
    top: 0;
    right: 18px;
    width: 70px;
    border-top: none;
    padding: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0;
    z-index: 10000;
}

.ui-pnotify-history-container.ui-pnotify-history-fixed {
    position: fixed;
}

.ui-pnotify-history-container .ui-pnotify-history-header {
    padding: 2px;
    text-align: center;
}

.ui-pnotify-history-container button {
    cursor: pointer;
    display: block;
    width: 100%;
}

.ui-pnotify-history-container .ui-pnotify-history-pulldown {
    display: block;
    margin: 0 auto;
}

/*--------------------*/
.modal-block {
    background: transparent;
    padding: 0;
    text-align: left;
    width: 340px;
    margin: 0 auto;
    position: relative;
    top: 50px;
    font-size: 13px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}

.modal-block.modal-block-sm {
    max-width: 400px;
}

.panel {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-top: 5px solid #023047;
    /* WHY?
    + .panel {
        margin-top: 35px;
    }*/
    ;
}

.panel-heading {
    background: #fdfdfd;
    border-bottom: 1px solid #fdfdfd;
    padding: 15px 5px 5px 25px;
    position: relative;
}

.panel-title {
    color: #33353f;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    padding: 5px 50px 0 20px;
    text-transform: none;
}

.panel-body {
    background: #fdfdfd;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    padding: 0 30px 10px 30px;

}

/* Modal Wrapper */
.modal-wrapper {
    position: relative;
    padding: 5px 0;
}


.modal-icon.center+.modal-text {
    float: none;
    width: auto;
}

.modal-icon+.modal-text {
    float: left;
    width: 80%;
}

/* Modal Text */
.modal-text {
    padding: 0 5px 10px 5px;
}

.modal-text p {
    padding: 0 10px 0 0;
}

.modal-text img {
    padding: 0 10px 0 10px;
}

.modal-text span {
    float: right;
}

.btn-al-right {
    text-align: right;
    padding-right: 15px;
    padding-bottom: 10px;
}


.sys_msg {

    vertical-align: middle;
    margin: 0 auto;


    position: absolute;
    z-index: 9999;
    left: 40%;

}




#blink2 {
    color: red;
    -webkit-animation: blink2 1s linear infinite;
    animation: blink2 1s linear infinite;
}

@-webkit-keyframes blink2 {
    100% {
        color: rgba(34, 34, 34, 0);
    }
}

@keyframes blink2 {
    100% {
        color: rgba(34, 34, 34, 0);
    }
}


.hd-cnt {
    position: relative;
    border-radius: 10px;
    background-color: white;
    width: 5px;
    height: 5px;
    margin: 0 -10px 0 5px;
    color: black;
    font-size: 8px;
    padding: 1px 4px 0 3px;
    top: -10px;
}

.range_inputs .btn.applyBtn, .range_inputs .btn.cancelBtn {
    height: 32px;
    padding: 6px 12px 7px 10px;
    border-radius: 8px;
    width: auto !important;
}