#page-wrapper {
    position: inherit;
    padding: 0 30px;
    border-left: 1px solid #e7e7e7;
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    display: block;
    padding: 10px 15px;
}

.tab-content > .tab-pane {
    padding-top: 20px;
}

.navbar-brand {
    font-size: 12px;
    height: 40px;
    line-height: 30px;
    padding: 5px;
}

.page-header {
    margin: 15px 0 20px;
}

.padding-breadcrumbs {
    padding-top: 15px;
}

.user-info-menu {
    display: inline-block;
    line-height: 68px;
}

.user-info-menu span a, .user-info-menu span {
    color: #eaeacb;
    padding: 10px;
    font-size: 14px;
}

.user-info-menu span a {
    border: 1px solid #585858;
}

.user-info-menu span a:hover, .user-info-menu span a:focus {
    border: 1px solid #eaeacb;
    text-decoration: none;
}

.padding-breadcrumbs #hide-menu {
    float: left;
}

.padding-breadcrumbs #hide-menu a {
    border: 1px solid #ffffff;
    padding: 10px;
    text-align: center;
}

.padding-breadcrumbs #hide-menu a:hover, .padding-breadcrumbs #hide-menu a:focus {
    border: 1px solid #eaeacb;
    text-decoration: none;
}

#header.navbar-static-top {
    border: none;
}

.action_buttons {
    font-size: 22px;
    margin: 3px;
    cursor: pointer;
}

.stared:after {
    color: #ff0000;
    content: "*";
    font-size: 16px;
}

.error {
    color: #ff0000;
}

input.error, select.error, textarea.error {
    border-color: #ff0000;
}

.form-control.error:focus {
    border-color: #ff0000;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 0, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.ui-jqgrid .ui-jqgrid-pager {
    height: auto !important;
}

.ui-jqgrid tr.jqgrow td {
    white-space: normal;
}

.image_wrapper {
    position: relative;
}

tr.ui-jqgrid-labels {
    border-bottom: 1px solid #ddd;
}

.ui-jqgrid tr.jqgrow td {
    font-weight: normal;
    overflow: hidden;
    height: auto;
    padding: 0;
    border: none;
}

.ui-jqgrid tr.ui-row-ltr td {
    border-top: 1px solid #DDD;
    padding: 8px 5px;
}

.ui-jqgrid .ui-jqgrid-pager {
    height: auto;
    padding: 10px 0 !important;
    width: 100% !important;
}

.ui-jqgrid .ui-jqgrid-htable th div {
    font-size: 13px;
    padding: 3px 0;
}

.ui-jqgrid .ui-jqgrid-btable,
.ui-jqgrid .ui-jqgrid-hbox,
.ui-jqgrid .ui-jqgrid-view,
.ui-jqgrid,
.ui-jqgrid .ui-jqgrid-bdiv,
.ui-jqgrid .ui-jqgrid-htable,
.ui-jqgrid .ui-jqgrid-hdiv {
    width: 100% !important;
    max-width: 100% !important;
}

.ui-jqgrid tr.footrow-ltr td {
    border-right: none;
}

.ui-jqgrid .ui-jqgrid-htable th div {
    font-size: 13px;
    padding: 3px 0;
}

.ui-jqgrid tr.footrow td {
    border-top: 3px solid #ddd;
}

.ui-jqgrid .ui-jqgrid-hbox {
    padding: 0;
}

.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
    text-align: left;
}

.ui-jqgrid .ui-jqgrid-htable th div {
    padding: 3px 0;
    font-size: 11px;
    line-height: 1.1;
}

.ui-jqgrid tr.ui-row-ltr td {
    border: 1px solid #DDD;
}

.ui-state-default.ui-jqgrid-hdiv.ui-corner-top {
    padding: 0;
}

.ui-jqgrid td.jqgrid-rownum {
    max-width: 25px !important;
}

.chat_window {
    bottom: 0;
    height: 515px;
    position: fixed;
    right: 0;
    width: 700px;
    z-index: 2000;
    -webkit-transition: height 1s, width 1s;
    -moz-transition: height 1s, width 1s;
    -o-transition: height 1s, width 1s;
    transition: height 1s, width 1s;
}

.chat_window_hide {
    height: 0;
    width: 0;
}

.embed-responsive {
    height: 100%;
}

.chat_button {
    bottom: 0;
    position: fixed;
    right: 0;
    z-index: 2000;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.chat_button_close {
    bottom: 473px;
    right: 12px;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline: none;
}

.chat_button_click {
    width: 40px;
}

.ui-autocomplete {
    z-index: 1500;
}

textarea.form-control {
    max-width: 100%;
}

.pointer {
    cursor: pointer;
}

.pagination_viewed_elements {
    display: block;
    margin-bottom: 5px;
}

a.dot {
    border-bottom: 1px dashed;
}

.dilb {
    display: inline-block;
}

.action_block {
    padding: 2px;
}

.page-header {
    font-size: 25px;
}

#left-panel nav ul ul li.active:hover a:hover {
    color: #000 !important;
}

.modal-header .close {
    font-family: arial, san-serif, serif;
    font-weight: bold;
}

.clear-file-image {
    float: right;
    margin-right: -22px;
    margin-top: -15px;
}

.input-group.active {
    border: 1px solid #66AFE9;
    outline: 0 none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    margin: 0;
    border-radius: 4px;
}

.multiselect,
.multiselect-container {
    width: 100%;
}

.multiselect-container > li > a > label.radio,
.multiselect-container > li > a > label.checkbox {
    word-wrap: break-word;
    white-space: normal;
}

.multiselect {
    text-align: left;
    overflow: hidden;
}

.multiselect-container div.checkbox, .multiselect-container div.radio {
    margin: 0;
}

.multiselect-container label {
    margin: 0;
    white-space: nowrap;
}

.multiselect-container div.checkbox, .multiselect-container div.radio {
    padding: 5px 15px 5px 35px;
}

.multiselect-container {
    width: 100%;
}

.multiselect-container label {
    white-space: normal;
}

.multiselect-container .checkbox input[type="checkbox"], .multiselect-container .radio input[type="radio"] {
    cursor: pointer;
}

.multiselect-container .checkbox input[type="checkbox"]:focus, .multiselect-container .radio input[type="radio"]:focus {
    outline: none;
}

.panel-title a {
    display: block;
    padding: 10px 15px;
    margin: -10px -15px;
    text-decoration: none;
}

.panel-title a:focus {
    outline: none;
}

.tab-pane {
    padding: 15px;
}

.clear-file-image {
    float: right;
    margin-right: -22px;
    margin-top: -15px;
}

.input-group.active {
    border: 1px solid #66AFE9;
    outline: 0 none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    margin: 0;
    border-radius: 4px;
}

#dlg_image_resize_form .modal-dialog {
    width: 950px;
}

#dlg_image_resize_form .jcrop-keymgr {
    display: none !important;
}

.file-preview-frame {
    height: auto;
}

#dlg_image_resize_form .modal-body {
    overflow: hidden;
}

.skin-blue.sidebar-mini {
    padding-right: 0 !important;
}

.left-padding-0 {
    padding-left: 0;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right), .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    display: block !important;
    position: absolute;
    width: 240px;
    left: 50px
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
    position: relative !important;
    float: right;
    width: auto !important;
    left: 240px !important;
    top: -22px !important;
    z-index: 900
}

.buttons-custom-toolbar {
    float: left;
}

.buttons-toolbar {
    margin: 5px 0 5px 0;
    min-height: 34px;
    display: inline;
}

.fixed-table-pagination .pagination-detail, .fixed-table-pagination div.pagination {
    margin-top: 5px;
    margin-bottom: 5px;
}

.pagination {
    display: block;
}

.buttons-toolbar .columns {
    margin: 5px 0 5px 0;
}

.nav.nav-tabs > li.disabled {
    pointer-events: none;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: 110px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-footer {
    background-color: #3c8dbc;
}

div.keep-open > .dropdown-menu {
    width: 320px;
}

.file-input-only-one .file-input .input-group-btn {
    width: 18%;
}

.file-input-only-one .file-input .file-caption-name {
    min-width: 100px;
}

.file-input-only-one .file-input .image-upload-controls {
    display: inline-block;
}

.file-input-only-one .file-input .image-upload-controls {
    width: auto;
}

.file-caption-icon {
    left: 0;
}

.bootstrap-table table.treetable tr.selected {
    color: #333;
}

.bootstrap-table table.treetable tr.collapsed.selected span.indenter a {
    background-image: url(data:image/png;base64,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);
}

.box-header > .box-tools {
    top: 7px;
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
    margin-top: 3px;
}

.treeview-menu > li > a {
    font-size: 13px;
}

.text-break-word {
    word-wrap: break-word;
}

.notifications-menu-count {
    float: right;
}

#categories {
    height: calc(100% - 40px);
    overflow: auto;
}

#jstree_categories {
    width: 100%;
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

a {
    cursor: pointer;
}

fieldset {
    margin-bottom: 20px;
}

.multiselect .multiselect-selected-text {
    width: 100%;
    display: inline-block;
}

.multiselect .caret {
    margin-left: -8px;
}

.bid-asc-block-ask-price {
    color: red;
}

.bid-asc-block-bid-price {
    color: green;
}

.bid-asc-block {
    display: table;
    width: 250px;
}

.bid-asc-block-tiker, .bid-asc-block-ask, .bid-asc-block-bid {
    display: table-cell;
    vertical-align: middle;
    border: 1px solid black;
}

.bid-asc-block-tiker {
    width: 42px;
}

.bid-asc-block-ask, .bid-asc-block-bid {
    width: 100px;
    text-align: right;
}

.bid-asc-block-ask-price, .bid-asc-block-bid-price {
    border-bottom: 1px solid black;
}

.bid-asc-block-ask-price, .bid-asc-block-bid-price, .bid-asc-block-bid-volume, .bid-asc-block-ask-volume, .bid-asc-block-tiker {
    padding: 6px;
}

.last-price-container .last-price-block:first-child {
    border-bottom: 1px solid black;
}

.last-price-block {
    padding: 6px;
    text-align: right;
    height: 66px;
}

.icon_story_type {
    display: inline-block;
    padding-left: 3px;
    position: relative;
    min-height: 30px;
    margin-top: -15px;
    margin-bottom: -8px;
}

.icon_story_type.recUpgrade {
    background: transparent url(/public/application/assets/images/icons/icons_blue.png) 100% -421px no-repeat;
    width: 27px;
    height: 27px;
    background-position-x: -7px
}

.icon_story_type.recDowngrade {
    background: transparent url(/public/application/assets/images/icons/icons_blue.png) 100% -462px no-repeat;
    width: 27px;
    height: 27px;
    background-position-x: -7px
}

.icon_story_type.initiate {
    background: transparent url(/public/application/assets/images/icons/icons_blue3.png) -2px -586px no-repeat;
    width: 27px;
    height: 30px
}

.icon_story_type.hot_stocks {
    width: 27px;
    height: 29px;
    background: transparent url(/public/application/assets/images/icons/icons_blue.png) 100% 5px no-repeat;
    background-position-x: -5px
}

.icon_story_type.technical_analysis {
    padding-top: 7px;
    background: transparent url(/public/application/assets/images/icons/icons_blue.png) 100% -208px no-repeat;
    height: 30px;
    width: 27px
}

.icon_story_type.events {
    background: transparent url(/public/application/assets/images/icons/icons_blue.png) 100% -338px no-repeat;
    width: 27px;
    height: 30px;
    background-position-x: -2px
}

.icon_story_type.periodicals {
    margin-top: 2px;
    padding-top: 4px;
    background: transparent url(/public/application/assets/images/icons/icons_blue.png) 100% -124px no-repeat;
    width: 27px;
    height: 27px
}

.icon_story_type.general_news {
    padding-top: 6px;
    background: transparent url(/public/application/assets/images/icons/icons_blue.png) 100% -80px no-repeat;
    width: 27px;
    height: 30px
}

.icon_story_type.rumors {
    padding-top: 8px;
    padding-bottom: 14px;
    background: transparent url(/public/application/assets/images/icons/icons_blue.png) 100% -39px no-repeat;
    width: 27px;
    height: 29px
}

.icon_story_type.syndic {
    background: transparent url(/public/application/assets/images/icons/icons_blue.png) 100% -293px no-repeat;
    width: 27px;
    height: 29px;
    background-position-x: -2px
}

.icon_story_type.options {
    background: transparent url(/public/application/assets/images/icons/icons_blue.png) -8px -250px no-repeat;
    width: 27px;
    height: 32px
}

.icon_story_type.earnings {
    margin-top: 2px;
    padding-top: 2px;
    background: transparent url(/public/application/assets/images/icons/icons_blue.png) 0 -166px no-repeat;
    width: 27px;
    height: 27px
}

.icon_story_type.on_the_fly {
    padding-top: 6px;
    background: transparent url(/public/application/assets/images/icons/heading_on_the_fly.png) no-repeat;
    width: 28px;
    height: 32px;
    background-size: 100%;
    background-position-y: 6px
}

.icon_story_type.recomm {
    background: transparent url(/public/application/assets/images/icons/flechas.png) no-repeat 0 8px;
    width: 27px;
    height: 27px;
    display: inline-block
}


.news-container {
    width: 300px;
}

.news-block {
    margin-bottom: 10px;
}

.news-block-time {
    font-weight: bold;
}

.news-block-time.news-block-time-new {
    color: blue;
}

.news-block-title {
    text-decoration: underline;
    cursor: pointer;
}

.news-all-link {
    text-decoration: underline;
    cursor: pointer;
    color: blue;
}

.table-sticky-first th:first-child, .table-sticky-first td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
}

.table-sticky-first th:first-child::after, .table-sticky-first td:first-child::after {
    content: ' ';
    width: 100%;
    display: block;
    border-bottom: 1px solid #ddd;
    position: absolute;
    left: 0;
    bottom: 0;
}

.table-sticky-first th:first-child::before, .table-sticky-first td:first-child::before {
    content: ' ';
    height: 100%;
    display: block;
    border-right: 1px solid #ddd;
    position: absolute;
    right: 0;
    top: 0;
}

.table-striped.table-sticky-first > tbody > tr:nth-of-type(2n+1) > td {
    background-color: #f9f9f9;
}

.table-striped.table-sticky-first > tbody > tr:nth-of-type(2n) > td {
    background-color: #ffffff;
}

.table-striped.table-sticky-first > thead > tr > th {
    background-color: #ffffff;
}

.more-news-block {
    margin-top: -10px;
}

.news-code-container {
    width: 75px;
}

.reason-usa-resumption-time, .reason-spbx-resumption-time {
    color: green;
}

.reason-usa-halt-time, .reason-spbx-halt-time {
    color: red;
}

.reason-usa-market, .reason-spbx-market {
    color: blue;
}

.reason-usa-container, .reason-spbx-container {
    width: 135px;
}

.direction-block-up {
    color: green;
}

.direction-block-down {
    color: red;
}

.protocols-link {
    display: block;
    padding: 2px 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #d43f3a;
    border-radius: 4px;
    color: #fff;
    background-color: #d9534f;
    margin-bottom: 10px;
}

.protocols-container .protocols-link:last-child {
    margin-bottom: 0;
}

.protocols-link:hover, .protocols-link:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
    text-decoration: none;
}

.protocols-link.protocols-link-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.protocols-link.protocols-link-warning:hover, .protocols-link.protocols-link-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.protocols-link.protocols-link-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.protocols-link.protocols-link-success:hover, .protocols-link.protocols-link-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.table.table-protocol-graph > tbody > tr > td {
    vertical-align: middle;
}

.table-protocol-graph-input {
    min-width: 150px;
}

@media (max-width: 690px) {
    table td.table-protocol-graph-number {
        display: none;
    }
}

@media (max-width: 460px) {
    #page-wrapper {
        padding: 0 10px;
    }

    .container-fluid {
        padding-right: 5px;
        padding-left: 5px;
    }

    .table-protocol-graph-input {
        min-width: 100px;
    }
}

.form-control.form-control-error {
    border-color: #ff0000;
}

.form-control.form-control-error:focus {
    border-color: #ff0000;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 0, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.left-title-block {
    float: left;
}

.right-button-block {
    float: right;
}

.panel-heading-table-container {
    display: table;
    width: 100%;
}

.table-presence-form-buttons {
    text-align: center;
}

.table > tbody > tr.row-presence-form-approved > td {
    border: 1px solid green;
}

.protocols-number-block {
    height: 23px;
    margin-bottom: 10px;
    text-align: center;
}

.protocols-number-container .protocols-number-block:last-child {
    margin-bottom: 0;
}

.protocol_form_list_container .bootstrap-table .fixed-table-container .table thead th .th-inner {
    white-space: normal !important;
}

.protocol_form_list_container .bootstrap-table .table:not(.table-condensed) > tbody > tr > td {
    vertical-align: middle;
}

.protocols-table-container {
    display: table;
    width: 200px;
}

.protocols-table-row {
    display: table-row;
}

.protocols-table-col {
    border: 1px solid #e0e0e0;
    display: table-cell;
    vertical-align: middle;
    padding: 2px;
}

.panel-body .checkbox label::after {
    padding-top: 8px;
}

.protocols-checkbox-container .checkbox label::before {
    width: 20px;
    height: 20px;
}

.protocols-checkbox-container .checkbox label::after {
    width: 19px;
    height: 19px;
    font-size: 13px;
}

.graph-protocol-container {
    min-height: 500px;
}

.table-presence-on-plots {
    font-size: 12px;
}

.table-presence-on-plots.table > thead > tr > th {
    text-align: center;
    vertical-align: middle;
}

.table-presence-on-plots.table > tbody > tr > td {
    vertical-align: middle;
}

.protocol_graphs_list_container .bootstrap-table .fixed-table-container .table thead th .th-inner {
    white-space: normal !important;
}

.protocol-form-title {
    margin-bottom: 18px;
}

.protocol-form-container {
    padding: 24px 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin-bottom: 48px;
}

.number-input-column {
    min-width: 82px;
}

.pagination.pagination-table {
    display: table;
}

.pagination a:hover {
    text-decoration: none;
}

.table-fix-head thead {
    position: sticky;
    top: 0;
    z-index: 1;
}

.table-fix-head .table > thead > tr > th {
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.table-fix-head table {
    border-collapse: inherit;
}

.table-fix-head .table > thead:first-child > tr:first-child > th {
    border-top: 1px solid #dddddd;
}

.table-column-input {
    min-width: 82px;
}

.table-presence-form-container .table > tbody > tr > td, .table-presence-form-container .table > thead > tr > th {
    vertical-align: middle;
}

@media (max-width: 600px) {
    .table-presence-form-container {
        font-size: 10px;
    }

    .table-presence-form-container .form-control {
        font-size: 10px;
        padding: 3px 6px;
    }

    .table-presence-form-container .table-column-input {
        min-width: 40px;
    }

    .table-presence-form-container .table > tbody > tr > td {
        padding: 2px;
    }
}

.table-container-block {
    width: 100%;
    overflow: auto;
}

.presence-form-row-approved {
    color: #3c763d;
}

.presence-form-row-approved .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.presence-form-row-approved .form-control.form-control-error {
    border-color: #ff0000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.fix-sticky {
    margin-left: 45px;
    margin-right: 45px;
}

.buttons-toolbar .dropdown-menu {
    left: inherit;
    right: 0;
    padding: 6px 12px;
}

.main-panel-stat-block {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 12px;
    text-align: center;
    min-height: 120px;
    display: table;
    width: 100%;
}

.main-panel-stat-block-blue {
    color: white;
    background-color: #05a7e7;
    border-color: #05a7e7;
}

.main-panel-stat-block-orange {
    color: white;
    background-color: #ec6f23;
    border-color: #ec6f23;
}

.main-panel-stat-block-grey {
    color: white;
    background-color: gray;
    border-color: gray;
}

.main-panel-stat-block-error {
    color: white;
    background-color: #d9534f;
    border-color: #d9534f;
}

.main-panel-stat-block-success {
    color: white;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.main-panel-stat-block-warning {
    color: white;
    background-color: #ec971f;
    border-color: #ec971f;
}

.main-panel-stat-block-title {
    font-size: 16px;
}

.main-panel-stat-block-title-big {
    font-size: 24px;
}

.main-panel-stat-block-number {
    font-size: 32px;
}

.main-panel-stat-container, a.main-panel-stat-container {
    color: white;
    display: table-cell;
    vertical-align: middle;
}

a.main-panel-stat-container:hover, a.main-panel-stat-container:focus {
    text-decoration: none;
}

.tooltip-chart-container {
    border-radius: 8px;
    color: white;
    background-color: #05a7e7;
    border-color: #05a7e7;
    padding: 6px 12px;
}

.tooltip-chart-block div {
    display: inline;
}

.tooltip-chart-title {
    font-size: 18px;
    font-weight: bold;
}

.form-group-padding-top-25 {
    padding-top: 25px;
}

.c3-grid .grid-lines-percent line {
    stroke: #ff0000;
}

.c3-grid .grid-lines-percent text {
    fill: #ff0000;
}

.tooltip-chart-block-percent {
    color: #ff0000;
}

.form-horizontal .multiselect-container.dropdown-menu .radio label::after {
    top: 10px;
}

.fixed-columns, .fixed-columns-right {
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 1
}

.fixed-columns {
    left: 0
}

.fixed-columns .fixed-table-body {
    overflow: hidden !important
}

.fixed-columns-right {
    right: 0
}

.fixed-columns-right .fixed-table-body {
    overflow-x: hidden !important
}

.hidden-block-table {
    display: none !important;
}

.click-hidden-block-table {
    cursor: pointer;
}

.click-hidden-block-table th:first-child::before {
    display: inline-block;
    content: "\f068";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #adadad;
    padding: 2px 6px;
}

.click-hidden-block-table.click-hidden-block-table-active th:first-child:before {
    content: "\f067";
}

.another-fixed-table-container {
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
    overflow: hidden;
    z-index: 100;
    margin-left: 62px;
    margin-right: 62px;
    clear: both;
}

thead.another-header-fixed {
    background-color: #ffffff;
}

.sticky-first-column tr td:first-child, .sticky-first-column tr th:first-child {
    position: sticky;
    left: 0;
    background-color: white;
    box-shadow: inset -1px 1px 0 #ddd;
}

.table-striped.sticky-first-column > tbody > tr:nth-of-type(2n+1) td:first-child {
    background-color: #f9f9f9;
}

.protocol-statistic-block {
    display: none;
}

.protocol-statistic-block.protocol-statistic-block-active {
    display: block;
}

.protocol-statistic-block-report {
    display: flex;
    gap: 8px;
    padding-bottom: 16px;
    border-bottom: 2px solid #7f7f7f;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.protocol-statistic-block-report-time {
    font-size: 48px;
    line-height: 56px;
    font-weight: bold;
    margin-right: 20px;
}

.protocol-statistic-block-report-item {
    padding: 8px;
    background-color: #deebf7;
    border: 1px solid #5b9bd4;
    text-align: center;
    font-weight: bold;
    max-width: 300px;
}

.protocol-statistic-block-report-item-count {
    font-size: 32px;
    line-height: 36px;
}

.protocol-statistic-block-report-item-title {
    font-size: 18px;
    line-height: 24px;
}

.protocol-statistic-block-buttons {
    text-align: right;
    margin-bottom: 64px;
}

.protocol-statistic-block-list-hide-button {
    margin-bottom: 16px;
}

.protocol-statistic-block-buttons .btn, .protocol-statistic-block-list-hide-button .btn {
    border-radius: 8px;
    border-color: black;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 24px;
    line-height: 18px;
}

.protocol-statistic-block-buttons .btn.active {
    background-color: #fff1cc;
}

.protocol-statistic-block-list-hide-button .btn.active {
    background-color: #E1EFD9;
}

.protocol-statistic-block-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

.protocol-statistic-block-list-item-image {
    width: 160px;
    height: 220px;
    border: 3px solid #deebf7;
    position: relative;
    overflow: hidden;
}

.protocol-statistic-block-list-item-image img {
    display: block;
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    right: -100%;
    bottom: 0;
    margin: auto;
    max-width: inherit;
}

.protocol-statistic-block-list-item-name {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
}

.protocol-statistic-block-list-item-name-add {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
}

.protocol-statistic-block-list-item-name-small {
    font-size: 18px;
    line-height: 24px;
}

.protocol-statistic-block-list-item-percent {
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
}

.protocol-statistic-block-list-item {
    width: 270px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.protocol-statistic-block-list-hide {
    display: none;
}

.protocol-statistic-block-list-hide.protocol-statistic-block-list-hide-active {
    display: block;
}

.presence-statistic-block {
    margin-bottom: 60px;
}

.presence-statistic-block-filter {
    max-width: 300px;
    margin-bottom: 32px;
}

.presence-statistic-block-stats {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.presence-statistic-block-stats-date {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 1240px;
    align-content: flex-start;
}

.presence-statistic-block-stats-date-item {
    background-color: #deebf7;
    border-bottom: 6px solid #5b9bd4;
	border-radius: 10px;
    padding: 12px 12px 0;
    font-weight: bold;
    width: 240px;
    margin-bottom: 8px;
    text-align: center;
}

.presence-statistic-block-stats-date-item-time {
    font-size: 32px;
    line-height: 36px;
}

.presence-statistic-block-stats-date-item-count {
    font-size: 20px;
    line-height: 32px;
}

.presence-statistic-block-stats-date-item-percent {
    font-size: 20px;
    line-height: 32px;
}

.presence-statistic-block-stats-urban-districts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 990px;
    align-content: flex-start;
}

.presence-statistic-block-stats-urban-districts-item {
    background-color: #eee;
    padding: 8px 12px;
	border-radius: 10px;
    font-weight: bold;
    width: 240px;
    margin-bottom: 8px;
    text-align: center;
}

.presence-statistic-block-stats-urban-districts-item-time {
    font-size: 24px;
    line-height: 36px;
}

.presence-statistic-block-stats-urban-districts-item-count {
    font-size: 20px;
    line-height: 32px;
}

.presence-statistic-block-stats-urban-districts-item-percent {
    font-size: 20px;
    line-height: 32px;
}

.presence-statistic-block-current-time {
    text-align: center;
    font-size: 60px;
    line-height: 72px;
    font-weight: bold;
    margin-bottom: 32px;
	background: linear-gradient(to right, black, blue);
    background-clip: text;
    color: transparent;
}

@media (max-width: 1640px) {
    .presence-statistic-block-stats-urban-districts, .presence-statistic-block-stats-date {
        max-width: 500px;
    }
}