body .article-html .article abris-readonly {
    max-width: 1000000px;
}

html body,
body h1,
body .h1 {
    font-family: 'Open sans', Arial, sans-serif;
    color: #323232;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: lighter;
    font-size: 14px !important;
}

body h1, 
body .h1 {
    font-weight: normal;
    font-size: 32px !important;
    color: #092a3a;
}


/*боковое меню*/
body .abris-application {
    display: flex;
}

body .navbar-inverse {
    background-image: url(dist/images/Abstract_bg.png);
    background-size: 900%;
    background-position-x: 100%;
    background-color: #092a3a;
    width: 70px;
    z-index: 50;
    display: flex;
    flex-direction: column;
    box-shadow: 1px 0 3px rgba(50,50,50,0.4);
}

/* скрытие лишних кноп*/
body .navbar-inverse .brand,
body li.dropdown.navbar-processes-item,
body li.dropdown.navbar-language-item {
    display: none;
}

.navbar-inverse .navbar-inner {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.pull-right {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-end;
    margin-bottom: 30px;
}

 body .navbar-inverse .navbar-toggle {
    border-radius: 0px;
    border: none;
    margin: 0;
    padding:  15px 20px;
    margin-top: 10px;
}

body .navbar-inverse .navbar-toggle .icon-bar {
    width: 30px;
    height: 2px;
    border-radius: 30px;
    background-color: white;
}

body .navbar-inverse .navbar-toggle .icon-bar:nth-child(2) {
    margin-top: 8px;
    margin-bottom: 8px;
}

body .navbar-inverse .nav>li>a {
    padding: 15px 10px;
    text-align: center;
    color: white;
    margin: 0 !important;
}

body label#menu-toggler:hover,
body .navbar-inverse .nav>li>a:hover {
    background: linear-gradient(90deg, rgba(255,255,255,0.2) 0%, rgba(9,42,58,0.1) 100%);
}

/* тело страницы */
body #page-wrapper {
    height: calc(100vh);
    width: calc(100vw - 80px);
    flex-grow: 1;
}

body #page-wrapper>div {
    height: 100%;
    background-color: #f8f9fd;
}

body #page-wrapper>div>div {
    width: 100%;
    height: calc(100% - 60px);
    background-color:#f8f9fd;
}

/*Поисковая группа*/
body abris-search .a-search input {
    height: 30px;
}

html body .form-control,
body abris-report-panel .abris-report-panel-item div.abris-report-panel-item-element input,
html body .select2-container--default .select2-selection--single,
html body .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    color: #323232;
}

 body #page-wrapper>div>h1>div.abrs-page-title-buttons>* {
    vertical-align: baseline;
}

/*для смещения поисковой группы*/
body #page-wrapper>div>h1>div.abrs-page-title-buttons {
    float: left;
    /*display: none;*/
}

body .abrs-page-title-buttons abris-dropdown-wrapper,
body .panel-heading-custom abris-dropdown-wrapper {
    height: 30px;
}

body div.abrs-page-title-buttons,
body .panel-heading-custom {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

body .abrs-page-title-buttons abris-dropdown-wrapper.open .dropdown-menu {
    display: block;
    background: #f8f9fd;
    border: 1px solid rgba(9,42,58,0.65);
    border-radius: 8px;
}

body abris-search .a-search.input-group .form-control {
    border: 1px solid rgba(9,42,58, 0.15);
    border-radius: 15px;
    width: 250px;
    padding: 8px;
    padding-right: 30px;
    height: 30px;
}

body abris-search .a-search .a-btn-small {
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    padding: 0px 6px;
    position: absolute;
    z-index: 30;
    margin-top: 3px;
    right: 6px;
    color: rgba(9,42,58, 0.3);
}

body abris-search .a-search .a-btn-small:hover {
    background-color: rgba(50,50,50, 0);
    color: #092a3a;
}

body abris-search {
    max-width: 250px;
}

body .actions-menu .main-context-actions abris-actions .actions > span,
body .actions-menu .main-context-actions abris-actions .actions > button,
body .actions-menu .dropdown-toggle > a {
    border: none;
    border-radius: 0px;
    height: 30px;
    color: #092a3a;
    background: none;
}

body .actions-menu .main-context-actions abris-actions .actions > span:hover,
body .actions-menu .main-context-actions abris-actions .actions > button:hover,
body .actions-menu .dropdown-toggle > a:hover,
body .actions-menu abris-actions .er-actions-row .actions>button.btn.btn-default:hover {
    border-radius: 0px;
    height: 30px;
    text-shadow: 0 0 6px rgba(22,110,146,0.4);
    background: none !important;
    border: 1px solid rgba(0,0,0,0);
}

body .actions-menu .dropdown-toggle > a {
    border: 1px solid rgba(0,0,0,0);
}

html body .btn{
    font-size: 14px;
}

/*Заголовок страницы*/
body #page-wrapper>div>h1 {
    display: flex;
    height: auto;
    margin: 0;
    padding: 0;
}

body #page-wrapper>div>h1>div.abrs-page-title-with-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    flex-grow: 1;

    font-size: 24px;
}

body .page-title-container .abrs-page-title-with-buttons > a {
    color: #092a3a;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 1;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    display: -webkit-box;
    display: box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    max-width: 1400px;
}

body a:hover,
body a:focus {
    color: rgba(9,42,58, 0.65);
    text-decoration: none;
}

body button.dt-button,
body div.dt-button,
body a.dt-button,
html body .btn-green,
html body .btn-red,
html body .btn-default {
    margin: 0;
    height: 30px;
    border-radius: 5px;
    padding: 5px 10px;
    background: rgba(9,42,58,0.95);
    color: white;
    border: none;
}

body abris-datatable .dt-buttons .dt-button:hover,
body abris-datatable .dt-button-collection .dt-button:hover,
html body .btn-green:hover,
html body .btn-red:hover,
html body .btn-default:hover {
    border: none;
    background: linear-gradient(180deg, rgba(9,42,58,0.8519782913165266) 0%, rgba(22,110,146,1) 99%, rgba(34,178,234,1) 100%) !important;
}

body button.dt-button:focus:not(.disabled),
body div.dt-button:focus:not(.disabled),
body a.dt-button:focus:not(.disabled),
html body .btn-green:focus:not(.disabled),
html body .btn-red:focus:not(.disabled),
html body .btn-default:focus:not(.disabled) {
    border: none;
    text-shadow: none;
    outline: none;
    /*box-shadow: 1px 0 2px rgba(50,50,50,0.4) !important;*/
    background: linear-gradient(180deg, rgba(9,42,58,0.8519782913165266) 0%, rgba(22,110,146,1) 99%, rgba(34,178,234,1) 100%);
    color: white;
}

body button.dt-button:active:not(.disabled),
body button.dt-button.active:not(.disabled),
body div.dt-button:active:not(.disabled),
body div.dt-button.active:not(.disabled),
body a.dt-button:active:not(.disabled),
body a.dt-button.active:not(.disabled),
html body .btn-green:active:not(.disabled),
html body .btn-red:active:not(.disabled),
html body .btn-default:active:not(.disabled) {
    background: linear-gradient(180deg, rgba(9,42,58,1) -70%, rgba(34,178,234,1) 70%);
    color: #ffffff;
    /*box-shadow: 1px 0 2px rgba(50,50,50,0.4) !important;*/
}

body abris-datatable .dt-buttons {
    margin: 0;
}

body abris-datatable .bottom {
    float: right;
}

/*Стили таблицы*/
body abris-datatable table.dataTable th {
    background-color: #163544 !important;
    font-size: 16px;
    border: none;
    color: #323232;
}

body table.dataTable thead .sorting,
body table.dataTable thead .sorting_asc:after,
body table.dataTable thead .sorting_desc,
body table.dataTable thead .sorting_disabled,
body table.dataTable thead .sorting_asc_disabled,
body table.dataTable thead .sorting_desc_disabled {
    background: none;
}

body tr.th.sorting_desc,
body th.sorting_asc {
    font-weight: normal !important;
}

body abris-datatable table.dataTable th:first-child {
    border-radius: 10px 0px 0px 0px;
}

body abris-datatable table.dataTable th:nth-last-child(1) {
    border-radius: 0px 10px 0px 0px;
}

/*body abris-datatable table.dataTable th:not([style="display:none"]):nth-last-child(-n+2) {
    border-radius: 0px 10px 0px 0px;
}

body abris-datatable table.dataTable th:nth-last-child(2) + th:not([style="display:none"]) {
    border-radius: 0px 0px 0px 0px;
}*/

body abris-datatable table.dataTable th:not(:first-child) {
    padding: 9px 25px 9px 5px;
}

body abris-datatable table.dataTable th:first-child, 
body abris-datatable table.dataTable td:first-child {
    padding: 5px;
}

body abris-datatable table.dataTable td:not(:first-child) {
    padding: 5px 25px 5px 5px;
}

body abris-datatable table.dataTable  tr:last-child > td:first-child {
    border-radius: 0px 0px 0px 10px;
 }

 body abris-datatable table.dataTable  tr:last-child > td:last-child {
    border-radius: 0px 0px 10px 0px;
 }

 body table.dataTable.no-footer {
    border-bottom: none;
    margin-top: 0;
}

body th.select-checkbox.sorting_disabled:first-child:last-child {
    padding: 20px;
    border-radius: 10px 10px 0px 0px;
}

/*красим табличку*/
body abris-datatable table.dataTable  tr > td {
    background-color: #f8f9fd;
 }

body abris-datatable table.dataTable  tr:nth-child(2n) > td {
   background-color: rgba(50,50,50, 0.03);
}

body tr.shown {
    background-color: #f8f9fd;
}

html body {
    background-color: #f8f9fd;
}

html body .table-hover > tbody > tr:hover > td {
    border-top: 1px solid rgba(9,42,58, 0.3);
    border-bottom: 1px solid rgba(9,42,58, 0.3);
    background-color: #f8f9fd;
}

body .table-hover > tbody > tr:nth-child(2n):hover > td {
    background-color: #F0F0F6;
}

body .table-hover > tbody > tr:hover > td:first-child {
    border: 1px solid rgba(9,42,58, 0.3);
    border-right: none;
    border-radius: 10px 0px 0px 10px;
}

body .table-hover > tbody > tr:hover > td:last-child {
    border: 1px solid rgba(9,42,58, 0.3);
    border-left: 1px solid rgba(0,0,0,0);
    border-radius: 0px 10px 10px 0px;
}

html body .table-hover > tbody > tr.detail:hover > td {
    border: none;
    background-color: #f8f9fd;
}

html body .table-hover > tbody > tr.detail > td {
    background-color: #f8f9fd;
}

body abris-datatable table.dataTable  td {
    border: 1px solid rgba(0,0,0,0);
}

.table-hover > tbody > tr.detail > td  {
    border: none;
}

body .table-hover > tbody > tr {
    background: #f8f9fd ;
}

body .table-hover > tbody > tr:nth-child(2n) {
    background: #f8f9fd;
}

body .table .table {
    background: #f8f9fd;
}

body abris-datatable table.dataTable {
    border-collapse: initial;
    background-color: rgba(0,0,0,0);
    margin-bottom: 15px;
    border: 1px solid rgba(9,42,58, 0.1) !important;
    border-radius: 10px;
}

body abris-datatable table.dataTable tbody tr.selected td { 
    background-color: rgba(139, 157,181,0.2) !important;
    border: 1px solid rgba(9,42,58, 0.65);
    border-left: none;
    border-right: none;
}

body abris-datatable table.dataTable tbody tr.selected {
    background-color: rgba(139, 157,181,0.2) !important;
}

body .table-hover > tbody > tr.selected td:first-child {
    border: 1px solid rgba(9,42,58, 0.65);
    border-right: none;
    border-radius: 10px 0px 0px 10px;
}

body .table-hover > tbody > tr.selected td:last-child { 
    border: 1px solid rgba(9,42,58, 0.65);
    border-left: none;
    border-radius: 0px 10px 10px 0px;
}

body abris-datatable table.dataTable tbody tr td.dataTables_empty {
    border-radius: 0px 0px 10px 10px !important;
    color: #323232;
}

body abris-datatable table.dataTable tbody tr:hover td.dataTables_empty {
    border: 1px solid rgba(0,0,0,0);
}

/*маленькие кнопочки*/
html body .col-md-12 .col-lg-12.actions .btn-default /*,
html body .detail-view-col .col-lg-12.actions .btn-default*/ {
    background: none;
    border: none;
    color: #092a3a;
    border-radius: 50%;
    height: 30px;
    width: 30px;
}

html body  .col-md-12 .col-lg-12.actions .btn-default:active:not(.disabled) {
    box-shadow: none;
}

html body .col-md-12 .col-lg-12.actions .btn-default .fa-margin {
    margin: 0;
}

html body .col-md-12 .col-lg-12.actions .btn-default:hover {
    background: #092a3a;
    border: none;
    color: white;
    border-radius: 50%;
}

html body .col-md-12 .col-lg-12.actions {
    margin-left: 4px;
    margin-top: 10px;
}

/*Строки формы*/
body .panel-body label,
body .detail label {
    margin: 0;
    font-weight: lighter;
    color: #323232;
    font-size: 15px;
}

body .readwrite,
body .row>div>div>.readonly {
    margin: 10px 0px;
}

body .panel-body .readonly label,
body .panel-body .readwrite label, 
body .detail .readonly label, 
body .detail .readwrite label {
    width: 100%;
}

body .detail .abris-property .form-control, 
body abris-report-panel .abris-report-panel-item div.abris-report-panel-item-element input,
html body .select2-container--default .select2-selection--single,
body .abris-datetimepicker .abris-datetimepicker-date input,
body .abris-datetimepicker .abris-datetimepicker-time input,
body .select2-container--default .select2-search--dropdown .select2-search__field {
    width: 80%;
    height: 30px;
    border-radius: 8px;
    border: 1px solid rgba(9,42,58, 0.2);
    background-color: rgba(255,255,255,0.5);
}

html body .select2-container--default .select2-selection--single {
    width: 100%;
    box-shadow: none;
}

body .abris-datetimepicker .abris-datetimepicker-date input,
body .abris-datetimepicker .abris-datetimepicker-time input,
body .select2-container--default .select2-search--dropdown .select2-search__field {
    width: 100%;
    padding: 4px 20px 4px 8px;
}

body .abris-datetimepicker .abris-datetimepicker-date,
body .abris-datetimepicker .abris-datetimepicker-time {
    display: inline-block;
    margin-right: 10px;
}

body abris-datetime .abris-datetimepicker .clear-button {
    display: block;
    cursor: pointer;
    position: absolute;
    margin-top: -26px;
    margin-left: 165px;
    color: #092a3a;
}

body abris-datatable table.dataTable tbody tr.selected>td.select-checkbox::before {
    border: 1px solid #092a3a;
    background: none;
    top: 9px;
    left: 14px;
    margin: 0;
}

body abris-datatable table.dataTable tbody tr.selected>td.select-checkbox:after {
    margin: 0;
    left: 15px;
    top: 4px;
    color: #092a3a;
}

body .table-responsive .bottom .dt-button.buttons-collection.buttons-colvis {
    top: 1px;
}

body .abris-property.abris-property-modified input,
body .abris-property.abris-property-modified textarea,
body .abris-property.abris-property-modified select,
body .abris-property.abris-property-modified span.select2-selection,
body .abris-property.abris-property-modified abris-tree-select>button {
    background: linear-gradient(180deg, rgba(249,249,247,1) 30%, rgba(226,185,149,0.3) 100%);
}

body .detail .abris-property .form-control:focus,
body .abris-datetimepicker .abris-datetimepicker-date input:focus,
body .abris-datetimepicker .abris-datetimepicker-time input:focus {
    box-shadow: none;
    border-color: rgba(9,42,58, 0.4);
    background: linear-gradient(180deg, rgba(249,249,247,1) 0%, rgba(187,191,202,0.2) 100%);
}

body abris-datatable tbody tr.detail>td>div {
    padding-left: 10px;
    background: #f8f9fd;
    border: 1px solid rgba(9,42,58,0.65);
    border-radius: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

/*кнопки связанных форм*/
body .panel-heading .panel-heading-group {
    padding: 0px;
}

body .panel-heading .panel-heading-caption {
    border-bottom: none;
    color: #323232;
    margin-right: 15px;
}

body .panel-default .collapser {
    margin: 0;
    color: #323232;
    vertical-align: text-top;
}

body .panel-heading .panel-heading-caption:hover {
    border-bottom: none;
    color: #323232;
}

body .panel-heading .panel-heading-group:hover .panel-heading-caption,
body .panel-heading .panel-heading-group:hover .panel-default .collapser {
    color: rgba(9,42,58, 0.65);   
}

body .panel-default {
    margin: 0;
    border: 1px solid rgba(9,42,58, 0.65);
    padding: 4px 8px;
    margin-bottom: 10px;
    background: #f8f9fd;
    border-radius: 10px;
}

body .panel-default>.panel-heading {
    padding: 0;
}

/*Поля связанных форм*/
body abris-report-panel .abris-report-panel-item .abris-report-panel-item-element input {
    width: 100%;
    padding: 4px 8px;
}

body .abris-report-panel-item {
    margin: 10px 0px;
    display: inline-block;
    margin-right: 50px;
}

body table.dataTable tbody th.select-checkbox:before {
    display: none;
}

/*стили для checkbox*/
body input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    margin: 0;
}

body .radio {
    position: relative;
}

body .radio .radiobutton-label {
    color: #323232;
    cursor: pointer;
    padding-left: 5px;
    padding-bottom: 3px;
}

body .radio .radiobutton-label::before {
    content: "";
    display: block;
    width: 17px;
    height: 17px;

    border: 1px solid #092a3a;
    background-color: #f8f9fd;
    border-radius: 50%;

    position: absolute;
    left: 2.5px;
    margin-top: 2.5px;
    
    z-index: 1;
}

body .radio .radiobutton-label::after {
    content: "";
    display: block;
    width: 13px;
    height: 13px;

    background: linear-gradient(180deg, rgba(9,42,58,0.8519782913165266) 0%, rgba(22,110,146,1) 50%, rgba(34,178,234,1) 100%);
    border-radius: 50%;

    position: absolute;
    left: 4.5px;
    margin-top: -16.5px;

    opacity: 0;
    
    z-index: 2;
}

body input[type="radio"]:checked + .radiobutton-label::after {
    opacity: 1;
}

body .abris-child-view .row.detail .col-md-12 {
    padding: 0;
    padding-left: 5px;
}

body .abris-child-view .abris-view-top-actions {
    margin-right: -8px;
}

body :not(.collapsed)+.panel-body {
    padding: 0;
}

/*Выпадающий список*/
html body .select2-container--default .select2-results__option[aria-selected=true] {
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(249,249,247,1) 0%, rgba(187,191,202,0.2) 100%);
    border: 1px solid rgba(9,42,58, 0.15);
}

html body .select2-container--default .select2-results__option--highlighted[aria-selected] {
    border: 1px solid rgba(9,42,58, 0.65);
    background: #f8f9fd;
    border-radius: 10px;
    color: #323232;
}

html body .select2-results__option[aria-selected] {
    border: 1px solid rgba(0,0,0,0);
}

html body .select2-container--open .select2-dropdown--below,
html body .select2-container--open .select2-dropdown--above {
    border-top: none;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: rgba(255,255,255,0.5);
    background: #f8f9fd;
    border: 1px solid rgba(9,42,58, 0.2);
    margin-top: -1px;
}

html body .select2-container--open .select2-dropdown--above {
    border-radius: 10px 10px 0px 0px;
    margin-top: 1px;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: rgba(9,42,58, 0.65) transparent transparent transparent;
}

body abris-select > div {
    width: 100% !important;
    white-space: nowrap;
    background: #f8f9fd;
}

body span.select2.select2-container.select2-container--default {
    width: calc(100% - 72px);
}

body .detail abris-select,
body .readwrite abris-select
{
    width: 80%;
} 


body tr.detail > td {
    border-radius: 10px !important;
}

/*Итоги*/
body abris-datatable table.dataTable tfoot tr:first-of-type th {
    padding: 4px 8px;
    background: none;
    background: #f8f9fd !important;
    font-size: 14px;
    font-weight: lighter;
    border-top: 1px solid rgba(9,42,58, 0.1);
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

body abris-datatable table.dataTable tfoot tr:first-of-type th:first-child {
    border-bottom-left-radius: 10px;
}

body abris-datatable table.dataTable tfoot tr:first-of-type th:last-child {
    border-bottom-right-radius: 10px;
}

select {
    width: 16px;
    border: none;
    background: #f8f9fd;
    vertical-align: middle;
    margin-left: 5px;
    border-radius: 50%;
    cursor: pointer;
}

/*Фильтры*/
body abris-table-filter .abris-table-filter-info{
    border: 1px solid rgba(9,42,58, 0.3);
    border-radius: 5px;
    background-color: rgba(50,50,50,0.05);
    color: #323232;
    padding: 4px 8px;
}

body .dataTables_footer_filter{
    height: 35px;
    display: none;
}

body abris-table-filter abris-dropdown-wrapper .dropdown-toggle{
    margin-top: 5px;
}

body .fa-ellipsis-v::before{
    margin-right: 5px;
    color: #092a3a;
}

body .dataTables_footer_filter.filter_nonactive {
    display: none;
}

body .dataTables_footer_filter.filter_active {
    display: table-row;
}

body .dataTables_footer_filter.filter_active div {
    display: block !important;
}



/*выпадающее меню*/
body abris-table-filter abris-dropdown-wrapper.open .dropdown-menu{
    margin-top: 7px;
    border: 1px solid rgba(9,42,58, 0.3);
    background: #f8f9fd;
}

body abris-table-filter abris-dropdown-wrapper .dropdown-menu .abris-table-filter-item>* {
    margin: 5px;
    display: block;
}

body abris-table-filter abris-dropdown-wrapper .dropdown-menu .abris-table-filter-item {
    background-color: #f8f9fd;
    border: 1px solid rgba(9,42,58, 0.2);
    border-radius: 5px;
}

body abris-datatable table.dataTable th input,
body abris-datatable th .select2-container--default .select2-selection--single .select2-selection__rendered,
body textarea.plainEditor {
    width: 100%;
    padding: 4px 8px;
    border: 1px solid rgba(9,42,58, 0.15);
    border-radius: 5px;
    background-color: rgba(255,255,255,0.5);
}

body textarea.plainEditor {
    width: 80%;
}

body abris-table-filter abris-dropdown-wrapper .dropdown-menu .abris-table-filter-item select {
    margin-bottom: 5px;
    vertical-align: sub;
    width: 65%;
    border: 1px solid rgba(9,42,58, 0.15);
    border-radius: 5px;
    padding: 4px 8px;
}

body abris-table-filter abris-dropdown-wrapper .dropdown-menu .abris-table-filter-item-button {
    height: 17px;
    position: absolute;
    margin-top: -30px;
    margin-left: 165px;
}

body abris-table-filter abris-dropdown-wrapper .dropdown-menu .abris-table-filter-controls {
    margin-right: 5px;
}

abris-datatable th .select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-top: 5px;
}

/*Выпадающее меню - еще*/
body #page-wrapper>div>h1.page-header abris-dropdown-wrapper.open .dropdown-menu {
    margin-left: 0;
    background: #f8f9fd;
    border-radius: 10px;
}

body .actions-menu abris-actions .actions>button.btn.btn-default:hover {
    background: linear-gradient(180deg, rgba(249,249,247,1) 0%, rgba(187,191,202,0.2) 100%) !important;
    color: #323232;
    border: 1px solid rgba(9,42,58, 0.2);
    border-radius: 5px;
}

body .actions-menu abris-actions .actions>button.btn.btn-default {
    border: 1px solid rgba(0,0,0,0);
}

/*Логотип*/
body .abris-platform-logo {
    width: 180px !important;
    height: 100% !important;
    background: url(dist/images/logo-long.png) !important;
    margin-left: auto;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}

body #page-wrapper>div>h1>div.page-title-container {
    flex-grow: 1;
}

body .page-title-container .abrs-page-title-with-buttons {
    flex-grow: 1;
}

body #wrapper .page-header {
    padding-left: 10px;
    padding-right: 10px;
}

/*Crollbar*/
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: rgba(9,42,58, 0.1);
    border-radius: 10px;
    box-shadow: -1px -1px 3px rgba(50, 50, 50, 0.2);
    transition: background .15s linear;
}

::-webkit-scrollbar-thumb {
    background: rgba(9,42,58, 0.5);
    border-radius: 10px;
    border: 1.5px solid #C9CFD6;
    transition: background .15s linear;
}

body .abris-view-extension-part {
    padding: 10px;
    border: 1px solid rgba(9,42,58, 0.65);
    border-radius: 10px;
    background: #f8f9fd;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(9,42,58, 0.8);
}

::-webkit-scrollbar-track:hover {
    background: rgba(9,42,58, 0.15); 
}

/*флажок*/
body .checkbox input:checked+.checkbox__text::before {
    padding-left: 10px;
    padding-top: 2px;
    border: none;
    background: linear-gradient(-90deg, rgba(9,42,58,0.8519782913165266) 0%, rgba(22,110,146,1) 99%, rgba(34,178,234,1) 100%);
    border-radius: 20px;
    color: white;  
}

body .checkbox__text:after {
    border-radius: 50%;
    background: white;
    border: none;
    box-shadow: 1px 1px 3px rgba(50,50,50,0.4);
}

body .checkbox__text:before{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    border: none;
    border-radius: 20px;
    color: #323232;
    background-color: rgba(9,42,58, 0.15);
}

body .checkbox input:indeterminate+.checkbox__text::before {
    background: rgba(9,42,58, 0.25); 
    text-align: left;
    padding-left: 10px;
    content: 'Null';
}

body .checkbox input:indeterminate+.checkbox__text:after {
    left: 3.5em;
}

body .checkbox input:checked+.checkbox__text:after {
    left: 3.5em;
}

/*body .readwrite abris-bool {
    float: right;
    margin-top: -23px;
    margin-right: 70%;
}*/

body abris-readonly>div, 
body abris-select.abrs-readonly > div > span{
    border-radius: 8px;
    border: 1px solid rgba(9,42,58, 0.15);
    padding: 4px 8px;
    background-color: rgba(50,50,50,0.1);
    width: 80%;
    overflow: auto;
}

body abris-select.abrs-readonly > div > span{
    width: 100%;
    height: 30px;
}

body .label-ref ~ abris-select.abrs-readonly > div > span {
    width: calc(100% - 36px);
}

body .abris-table__detail-view {
    min-width: 800px;
    padding-left: 10px;
    background: #f8f9fd;
    border: 1px solid rgba(9,42,58,0.65);
    border-radius: 10px;
    margin-top: 11px;
    margin-bottom: 10px;
}

html body .abris-table__detail-view .col-md-12 .col-lg-12.actions {
    margin-top: 0px;
}

/*jsonditor*/
html body div.jsoneditor tr > td {
    border: none !important;
    background: transparent;
    padding: 0 !important;
}

body div.jsoneditor {
    color: #323232;
    border: 1px solid rgba(9,42,58, 0.65);
    border-radius: 10px;
    margin-top: 21px;
}

body div.jsoneditor-menu {
    color: white;
    background-color: #163544;
    border-bottom: 1px solid rgba(9,42,58, 0.65);
    border-radius: 9px 9px 0px 0px;
}

html body .label-bool {
    display: flex;
    float: none !important;
    flex-basis: 200px;
    margin-right: 10px;
    white-space: nowrap;
}

body .readwrite abris-bool {
    display: flex;
    flex-grow: 1;
}

body div.abris-property-bool {
    display: flex;
}

body div.abris-property-bool abris-readonly,
body .abrs-readonly {
    width: auto;
    min-width: 94px;
}

body abris-datatable table.dataTable td .row-caption {
    font-weight: lighter;
    color: #323232;
}

body .abrs-selectbox-text + button {
    /*float: right;
    margin-right: 25px;*/
    vertical-align: top;
}
/*Checkbox - галочка*/

body abris-checkbox-group {
    float: none;
    margin-left: 3px;
}

html body abris-checkbox-group .checkbox-group-label {
    height: 21px;
    margin: 0;
    color: #323232;
    cursor: pointer;
}

body abris-checkbox-group > label > input {
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
}

html body abris-checkbox-group > label {
    position: relative;
    padding-left: 25px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 21px;
}

html body abris-checkbox-group .checkbox-group-label::before {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    /*background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(122,122,122,0.2) 9%, rgba(50,50,50,0.1) 100%);
    box-shadow: 1px 0 3px rgba(50,50,50,0.3);*/
    border: 1px solid #092a3a;
    border-radius: 5px;

    position: absolute;
    left: 0px;
}

html body abris-checkbox-group .checkbox-group-label::after {
    content: '\2714';
    display: block;
    width: 15px;
    height: 15px;
    color: whitesmoke;
    opacity: 0;

    position: absolute;
    z-index: 1;
    margin-left: -22.5px;
    margin-top: -23px;
    font-size: 15px;
}

body abris-checkbox-group > label > input:checked + .checkbox-group-label::before {
    background: linear-gradient(-90deg, rgba(9,42,58,0.8519782913165266) 0%, rgba(22,110,146,1) 99%, rgba(34,178,234,1) 100%);
    border: none;
    box-shadow: 1px 0 3px rgba(50,50,50,0.2);
}

body abris-checkbox-group > label > input:checked + .checkbox-group-label::after {
    opacity: 1;
}


/*Конструктор таблиц*/
body abris-datatable div.abris-add-table-column abrs-dropdown-menu button {
    border: none;
    border-radius: 10px !important;
    padding: 10px;
    margin-top: 3px;
    margin-left: 10px !important;
    color: white;
    background: #163544;
}

body abris-datatable div.abris-add-table-column abrs-dropdown-menu .a-dropdown-button>span:first-child {
    vertical-align: baseline;
}

body abris-datatable div.abris-add-table-column abrs-dropdown-menu button:hover,
body abris-datatable div.abris-add-table-column abrs-dropdown-menu button:focus,
body abris-datatable div.abris-add-table-column abrs-dropdown-menu button:visited,
body abris-datatable div.abris-add-table-column abrs-dropdown-menu button:active {
    padding-left: 40px;
    margin-left: -20px !important;
    border-bottom-right-radius: 0 !important;
    color: white;
}

/*Дочерние объекты*/
body .abris-child-view .row.detail .col-md-12 {
    min-height: 30px;
}

body .abris-child-view abris-actions {
    margin-bottom: 15px;
}

/*для красивых связанных таблиц*/
body abris-datatable table.dataTable {
    min-width: 573px;
}

body div.dataTables_wrapper.no-footer {
    display: inline-block;
}

body abris-datatable .table-responsive {
    min-width: 573px;
}

/*распорка airport map*/
body .abrs-datamap-list-view {
    width: 100%;
    height: 86vh;
}

body .row.datamap-footer input {
    width: 80px;
    padding: 4px 8px;
    border: 1px solid rgba(9,42,58, 0.15);
    border-radius: 5px;
    background-color: rgba(255,255,255,0.5);
    margin-right: 15px;
}

body .row.datamap-footer label {
    font-weight: lighter;
}

body .datamap-footer abris-time.form-control-inline {
    width: 80px;
    margin-right: 15px;
}

body .abrs-datamap-list-view .abrs-datamap-content-row .col-lg-12>div .abrs-datamap-list-panel {
    padding-top: 0;
}

html body .ui-resizable {
    width: 800px;
}

/*кнопки на карте*/
body .ol-control button {
    background-color: rgba(9,42,58, 0.8);
    border-radius: 50%;
    margin-top: 4px;
    box-shadow: 1px 1px 5px rgba(50,50,50,0.3);
}

body .ol-zoom .ol-zoom-out,
body .ol-zoom .ol-zoom-in {
    border-radius: 50%;
    padding-bottom: 3px;
}

body .ol-control,
body .ol-control:hover  {
    background: none;
}

body .ol-control button:hover {
    background: linear-gradient(180deg, rgba(9,42,58,0.8519782913165266) 30%, rgba(22,110,146,1) 60%, rgba(34,178,234,1) 100%);
}

body .ol-viewport {
    width: 99% !important;
}

body input[type="range"] {
    width: 99%;
}

/*input range*/
input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    background: rgba(50,50,50,0.15);
    box-shadow: inset 0px 0px 0px rgba(50,50,50,0.5);
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 5px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    background-color: white;
    border: 1px solid #C9CFD6;
    border-radius: 50%;
    box-shadow: 0px 0px 3px rgba(50,50,50,0.4),
                inset 0px 0px 5px rgba(50,50,50,0.1);
    cursor: pointer;
}

input[type=range]::-webkit-slider-thumb:hover,
input[type=range]::-webkit-slider-thumb:active {
    background: linear-gradient(135deg, rgba(9, 42,58) -20%, rgba(137,189,214,1) 50%, rgba(242,245,247,1) 120%);
}

/*боковая полоска*/
body #page-wrapper .abris-view-content-holder+.ui-resizable-handle.ui-resizable-e {
    height: 102%;
    width: 6px;
    background-color: rgba(9,42,58, 0.8);
    border-radius: 15px;
}

/*переключатель страниц*/
body .dataTables_wrapper .dataTables_length,
body .dataTables_wrapper .dataTables_filter,
body .dataTables_wrapper .dataTables_info,
body .dataTables_wrapper .dataTables_processing,
body .dataTables_wrapper .dataTables_paginate {
    color: #323232;
}

body .dataTables_length select {
    width: 60px;
    height: 30px;
    border-radius: 8px;
    border: 1px solid rgba(9,42,58, 0.2);
    background-color: rgba(255,255,255,0.5);
}

body abris-datatable .dataTables_wrapper .dataTables_length,
body abris-datatable .dataTables_wrapper .dataTables_paginate {
    padding: 0;
}

body .dataTables_wrapper .dataTables_info {
    padding: 5px 0px;
}

body abris-datatable .dataTables_wrapper .dataTables_paginate .paginate_button, 
body abris-datatable .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
body abris-datatable .dataTables_wrapper .dataTables_paginate .paginate_button.current, 
body abris-datatable .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
body abris-datatable .dataTables_wrapper .dataTables_paginate .ellipsis  {
    height: 30px;
    width: auto;
    min-width: 30px;
    margin: 0;
    color: #323232 !important;
    background-color: rgba(50,50,50,0.07) !important;
    box-shadow: 1px 1px 1px rgba(50,50,50, 0.1) !important;
    border-radius: 8px !important;
    padding: 5px 11px !important;
    margin-right: 5px !important;
    border: none;
}

body abris-datatable .dataTables_wrapper .dataTables_paginate .paginate_button.current, 
body abris-datatable .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-color: rgba(9,42,58, 0.95) !important;
    color: white !important;
    border: none;
}

body abris-datatable .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: none;
    background: linear-gradient(135deg, rgba(9,42,58,0.8519782913165266) 0%, rgba(22,110,146,1) 99%, rgba(34,178,234,1) 100%) !important;
    color: white !important;
}

body abris-datatable .dataTables_wrapper .dataTables_paginate .ellipsis {
    background-color: rgba(50,50,50,0.03) !important;
}

body abris-datatable .dataTables_wrapper .dataTables_paginate {
    margin-right: 50px;
    margin-left: 50px;
}