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(./images/Abstract_bg.png);
    background-size: 900%;
    background-position-x: 25%;
    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 !important;
    float: none !important;
}

body .btn-login-navbar {
    height: 50px !important;
    border: 2px solid rgba(255,255,255,0.6) !important;
    border-radius: 50%;
    margin: 10px !important;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
    padding: 10px 8px !important;
    font-size: 16px;
}

body .navbar-static-side {
    height: 100vh;
}

.navbar-inverse .nav>li>a:hover {
    background: none !important;
}

body label#menu-toggler:hover,
body .navbar-inverse .nav>li: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% - 70px);
    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 .abrs-page-title-buttons abris-dropdown-wrapper>div>div {
    margin: 0;
}

body #page-wrapper .er-actions-row .btn,
body #page-wrapper .er-actions-row .btn:disabled {
    margin-right: 20px;
}

body .actions-menu .dropdown-toggle > a {
    padding: 5px 0px;
}

/*для смещения поисковой группы*/
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,
body .panel-body .panel-heading-custom abris-dropdown-wrapper.open .dropdown-menu,
body div.dt-button-collection {
    display: block;
    background: #f8f9fd;
    border: 1px solid rgba(9,42,58,0.4);
    border-radius: 8px;
    box-shadow: 1px 2px 3px rgba(50,50,50,0.2);
    max-height: 260px;
    width: 100% !important;
}

body div.dt-button-collection {
    overflow: auto;
}

body .abrs-page-title-buttons abris-dropdown-wrapper.open .dropdown-menu {
    margin-left: 100px;
}

body .panel-body .panel-heading-custom abris-dropdown-wrapper.open .dropdown-menu {
    margin-left: 200px;
}

body .abrs-page-title-buttons abris-dropdown-wrapper abris-actions,
body .panel-body .panel-heading-custom abris-dropdown-wrapper.open .dropdown-menu abris-actions,
body .panel-body .panel-heading-custom abris-dropdown-wrapper.open .dropdown-menu abris-actions > div {
    margin: 0;
}

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;
    margin-right: 20px;
}

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,
body .actions-menu abris-actions .er-actions-row .actions>button.btn.btn-default:active,
body .actions-menu abris-actions .er-actions-row .actions>button.btn.btn-default:focus {
    border-radius: 0px;
    height: 30px;
    text-shadow: 0 0 6px rgba(50,50,50,0.4);
    background: none !important;
    border: 1px solid rgba(0,0,0,0);
    font-weight: normal;
}

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: 1550px;
    padding: 4px 0px;
}

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, 
html body .abris-detail-projection_entity > form > abris-actions > .er-actions-row > .col-lg-12.actions > .btn-default,
body .ui-widget-content input[type="button"]/*,
html body .detail-view-col .col-lg-12.actions .btn-green,
html body .detail-view-col .col-lg-12.actions .btn-red */{
    margin: 0; 
    height: 30px;
    width: auto;
    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,
body .ui-widget-content input[type="button"]: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 {
    display: flex;
    width: 100%;
    max-width: 700px;
}

body abris-datatable .dataTables_wrapper .dataTables_length {
    display: flex;
    justify-content: flex-start;
}

body .dataTables_wrapper .dataTables_info {
    display: flex;
    justify-content: flex-start;
}

body abris-datatable .dataTables_wrapper .dataTables_paginate {
    display: flex;
    flex-grow: 1;
    justify-content: center;
}

body abris-datatable .dataTables_wrapper .bottom .dt-buttons {
    display: flex;
    justify-content: end;
}

/*Стили таблицы*/
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;
    font-weight: 375;
}

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 abris-datatable table.dataTable tr:last-child:hover > td:last-child {
    border-radius: 0px 10px 10px 0px;
}

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

 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);
}

body abris-datatable table.dataTable td:not(:first-child):not(:last-child) {
    border-left: none !important;
    border-right: none !important;
}


.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;
}

table.dataTable tbody tr.detail:last-child > td > div {
    margin-bottom: 0;
}

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: 11px;
}

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: #f8f9fd !important;
}

body .table-hover > tbody > tr.selected td:first-child,
body .table-hover > tbody > tr.selected:last-child 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,
body .table-hover > tbody > tr.selected:last-child 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 abris-actions.abris-view-top-actions .col-lg-12.actions .btn-default /*,
html body .detail-view-col .col-lg-12.actions .btn-default:not(.btn-red),
html body .detail-view-col .col-lg-12.actions .btn-default:not(.btn-green) */{
    background: none;
    border: none;
    color: #092a3a;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    margin-right: 2px !important;
    padding: 0px;
}

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

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

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

html body abris-actions.abris-view-top-actions .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,
body .ui-widget-content input[type="number"] {
    width: 80%;
    height: 30px;
    border-radius: 8px;
    border: 1px solid rgba(9,42,58, 0.2);
    background-color: rgba(255,255,255,0.5);
}

body .ui-widget-content input[type="number"] {
    padding:8px;
}

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;
    position: relative;
}

body abris-datetime .abris-datetimepicker .clear-button {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 7px;
    top: 4px;
    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 {
    margin-left: 10px;
}

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: 0px;
    display: inline-block;
    margin-right: 50px;
}

body abris-report-panel {
    padding: 0;
    margin-bottom: 10px;
}

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;
    position: relative;
}

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: -17.5px;
    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: -15.5px;
    top: 4.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: -4px;
}

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],
 html body .select2-container--default .select2-results__option.select2-results__option--highlighted {
    border: 1px solid rgba(9,42,58, 0.65) !important;
    background: #f8f9fd;
    border-radius: 10px;
    color: #323232;
}

html body .select2-results__option[aria-selected] {
    border: 1px solid rgba(0,0,0,0);
    border-top: 1px solid rgba(50, 50, 50, 0.2);
    margin-left: 5px;
    margin-right: 10px;
}

html body .select2-container--default .select2-results__option[aria-selected=true] + .select2-results__option,
html body .select2-container--default .select2-results__option:first-child,
html body .select2-container--default .select2-results__option--highlighted[aria-selected]:hover + .select2-results__option[aria-selected],
html body .select2-container--default .select2-results__option--highlighted[aria-selected] + .select2-results__option[aria-selected] {
    border-top: rgba(0,0,0,0);
}

html body .select2-container--default .select2-results__option:last-child {
    margin-bottom: 5px;
}

html body .select2-container--open .select2-dropdown--below,
html body .select2-container--open .select2-dropdown--above {
    border-top: none;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.5);
    background: #FDFEFE;
    border: 1px solid rgba(9,42,58, 0.4);
    margin-top: 1px;
    box-shadow: 1px 2px 3px rgba(50,50,50,0.2);
}

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-property .form-control,
body .detail .abrs-form-element,
body .detail textarea, .detail abris-select,
body .detail .abris-datetimepicker,
body .detail abris-tree-select,
body .readwrite .abris-property .form-control,
body .readwrite .abrs-form-element, 
body .readwrite textarea, 
body .readwrite abris-select, 
body .readwrite .abris-datetimepicker, 
body .readwrite abris-tree-select, 
body .readonly .abris-property .form-control, 
body .readonly .abrs-form-element, 
body .readonly textarea, 
body .readonly abris-select, 
body .readonly .abris-datetimepicker,
body .readonly abris-tree-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;
}

body .abris-table-summary select {
    width: 16px;
    border: none;
    background: #f8f9fd;
    vertical-align: middle;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 10px;
}

/*Фильтры*/
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.filter_active{
    height: 35px;
}

body .dataTables_footer_filter.dataTables_footer_filter.filter_nonactive{
    height: 1px;
}

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

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

body abris-datatable table.dataTable tfoot tr.dataTables_footer_filter.filter_nonactive:first-of-type th {
    padding: 0;
    height: 1px;
}

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

body .dataTables_footer_filter.filter_active div {
    display: block !important;
}
body .dataTables_footer_filter.filter_active div .dropdown-menu {
    display: none !important;
}
body .dataTables_footer_filter.filter_active div .open .dropdown-menu  {
    display: block !important;
}

body abris-datatable table.dataTable tfoot .toggle {
    background: unset;
}

/*выпадающее меню*/
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-datetimepicker .abris-datetimepicker-date {
    margin-bottom: 5px;
    margin-top: 10px;
}

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: 8px;
    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,
body .dropdown-menu 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);
    padding: 0;
}

/*Логотип*/
body .abris-platform-logo {
    width: 230px !important;
    height: 100% !important;
    background: url(./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;
    height: 45px;
}

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

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

/*Scrollbar*/
::-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;
}

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

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

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

/*флажок*/
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.4); 
    text-align: left;
    padding-left: 6px;
    content: '';
    color: rgba(255,255,255, 0.3);
}

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: 650px;
    padding-left: 10px;
    background: #f8f9fd;
    border: 1px solid rgba(9,42,58,0.65);
    border-radius: 10px;
    margin-top: 1px;
    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: 285px;
    margin-right: 10px;
    white-space: nowrap;
    padding: 5px 0px;
}

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

body div.abris-property-bool {
    display: flex;
    min-height: 26px;
    height: 26px;
}

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,
html body abris-table-filter-choose fieldset > label > input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    display: none;
}

html body abris-checkbox-group > label,
body abris-table-filter-choose fieldset > label {
    position: relative;
    padding-left: 25px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 21px;
    font-weight: lighter;
}

html body abris-checkbox-group .checkbox-group-label::before,
body abris-table-filter-choose fieldset > label > span::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,
body abris-table-filter-choose fieldset > label > span::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-table-filter-choose fieldset > label > span::after {
    margin-top: -19px;
}

body abris-checkbox-group > label > input:checked + .checkbox-group-label::before,
body abris-table-filter-choose fieldset > label > input:checked + span::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,
body abris-table-filter-choose fieldset > label > input:checked + span::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: -7px;
    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 {
   color: white;
}

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

@media screen and (max-width: 900px){
    body .abris-child-view .abris-child-view .row.detail .col-md-12 {
        width: calc(100%);
    }
}


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);
    margin: 0;
}

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: 10px;
    margin-left: 10px;
}

body .layer-switcher .panel {
    border: none;
    border-radius: 8px;
    padding: 8px;
}

body .layer-switcher ul {
    padding: 0;
    margin: 0;
}

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

body #page-wrapper .er-actions-row  .col-lg-12.actions .btn-green,
body #page-wrapper .er-actions-row  .col-lg-12.actions .btn-red,
html body .abris-detail-projection_entity > form > abris-actions > .er-actions-row > .col-lg-12.actions > .btn-default,
html body .modal-dialog abris-actions > .er-actions-row > .col-lg-12.actions > .btn-default {
    margin-right: 10px !important;
}

body .panel-body .panel-heading-custom abris-dropdown-wrapper>div>div {
    margin-left: 0px;
}

body .panel-body .panel-heading-custom abris-dropdown-wrapper>div a {
    padding: 5px 0 !important;
}

body span[title="Удалить колонку"] {
    margin-top: 8px;
    margin-right: 5px;
}

body abris-interval > div {
    height: auto !important;
}

html body .modal-dialog abris-actions > .er-actions-row > .col-lg-12.actions {
    display: block;
}

    /*white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* max-width: 300px; */
    /* -webkit-line-clamp: 3; */

body .ui-widget.time-duration-picker-content {
    background-color: #f8f9fd;
    box-shadow: 1px 1px 3px rgba(50,50,50,0.6);
    border: 1px solid rgba(9,42,58, 0.15);
    border-radius: 8px;
    position: absolute !important;
    left: 0px !important;
    top: 52px !important;
}

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

body .ui-widget-content strong {
    font-weight: lighter;
}

body .ui-widget-content td:first-child {
    padding: 0 !important;
}

body .modal-content {
    background: #f8f9fd;
    border: 1px solid rgba(9,42,58, 0.65);
    box-shadow: 1px 1px 4px rgba(50,50,50,0.4);
    border-radius: 10px;
}

body form > div > div > div > div:first-child {
    margin-top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 0px;
    margin-top: -2px;
}

body .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
body .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 8px;
}

body div.dt-button-collection {
    top: 30px !important;
    left: 0 !important;
}

body .alert-warning {
    color: #323232;
    background-color: #fed6;
    border-color: #faebcc;
    padding: 10px;
    border-radius: 8px;
}


/*tree*/
body li.c-item-container .c-item-line.c-item-line-selected {
    background: linear-gradient(90deg, rgba(9,42,58,0.3) 0%, rgba(9,42,58,0) 100%);
    border-radius: 3px;
    padding: 5px 10px;
}

body li.c-item-container .c-item-line.c-item-line-selected .abrs-tree-item {
    font-weight: bolder;
    color: #323232;
}

body li.c-item-container .c-item-line:hover {
    background: linear-gradient(90deg, rgba(9,42,58,0.15) 0%, rgba(9,42,58,0) 100%);
}

body li.c-item-container .c-item-line {
    padding: 5px 10px;
    border-radius: 3px;
    color: #323232;
    margin-bottom: 1px;
}

body .abrs-classifier-view .er-actions-row .col-lg-12 {
    margin: 0;
}

body .dt-button.btn.btn-default.btn-blue.disabled {
    display: none;
}

body .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    filter: alpha(opacity=5);
    opacity: 0.5;
}

body div.dt-button-collection button.dt-button.buttons-columnVisibility.active {
    box-shadow: none !important;
    background: linear-gradient(180deg, rgba(9,42,58,1) -20%, rgba(34,178,234,1) 200%);
    border-radius: 6px;
    color: white;
    border: none;
}

body div.dt-button-collection button.dt-button.buttons-columnVisibility {
    box-shadow: none !important;
    background: linear-gradient(180deg, rgba(9,42,58,0.15) -20%, rgba(34,178,234,0.15) 200%);
    border-radius: 6px;
    border: none;
    color: #092a3a;
}

body .trumbowyg-box .trumbowyg-editor {
    background: rgba(255,255,255,0.6);
    border-radius: 8px;
}

body .modal.in .modal-dialog .modal-header h1 {
    font-size: 25px !important;
    margin: 0;
}

body .modal.in .modal-dialog .modal-header {
    padding: 10px;
    border: none;
    box-shadow: 0px 0px 6px rgba(50,50,50,0.2);
}

body .modal.in .modal-dialog .modal-header .close {
    margin: 0;
    color: #092a3a;
    opacity: 1;
    vertical-align: middle;
}

body .modal.in .modal-dialog .modal-header .close:hover {
    opacity: 0.8;
}

body .modal.in .modal-dialog .modal-body {
    max-height: 700px !important;
    padding: 10px;
}

/*home menu*/
body abris-home .home a i {
    font-size: 60px;
    width: 100%;
    margin: 10px 0px;
}

body abris-home .home a {
    width: 260px;
    height: 180px;
    border: 3px solid rgba(9,42,58, 0.5);
    border-radius: 10px;
    padding: 10px;
    color: #092a3a;
    margin: 0;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}

body abris-home .home a:hover {
    background: linear-gradient(180deg, rgba(9,42,58,0.3) 0%, rgba(9,42,58,0) 100%);
    background-color: rgba(0,0,0,0);
}

/*side menu*/
body #show-menu:checked ~ .navbar-static-side {
    color: white;
    background-image: url(./images/Abstract_bg.png);
    background-size: 286%;
    background-position-x: 51%;
    background-color: #092a3a;
}

body .navbar-default.navbar-static-side>.sidebar-collapse {
    border: none;
}

body .navbar-static-side ul li {
    border: none;
}

body .navbar-static-side ul li > a {
    margin: 2px 0;
    background: rgba(255,255,255, 0.25);
    padding: 10px 15px;
}

body .navbar-static-side ul li > a > i {
    height: 15px;
    width: 15px;
    margin-right: 10px;
    vertical-align: top;
    margin-top: 3px;
    display: inline-block;
    font-size: 15px;
    color: white;
}

body .navbar-static-side ul li > a > span {
    color: white;
    display: inline-block;
    max-width: 70%;
}

body .navbar-static-side ul li > a > span.arrow {
    color: white;
    margin-right: 10px;
}

body .navbar-static-side ul > li > ul.nav-second-level > li > a {
    padding-left: 30px;
    background: rgba(255,255,255, 0.15);
}

body .navbar-static-side ul li ul.nav-second-level ul.nav-second-level li a {
    background-color: rgba(255,255,255, 0.1);
}


body .nav a+ul {
    margin-left: 0px;
}

body .navbar-static-side ul li:first-child > a {
    margin-top: 0;
}

body .navbar-static-side ul li ul li:nth-last-child(2) > a {
    margin-bottom: 0;
}

body .nav>li>a.selected {
    font-weight: lighter;
    text-decoration: none;
    background: rgba(255,255,255, 0.4) !important;
}

body .nav > li > a:hover, 
body .nav > li > a:focus ,
body .nav ul.nav-second-level > li > a:hover,
body .nav ul.nav-second-level > li > a:focus {
    background: linear-gradient(90deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255, 0));
}

.sidebar-collapse::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

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

.sidebar-collapse::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.5);
    border-radius: 10px;
    border: 1px solid rgba(9,42,58, 1);
    transition: background .15s linear;
}

.sidebar-collapse::-webkit-scrollbar-thumb:hover {
    background: rgba(255,255,255,0.9);   
}

.sidebar-collapse::-webkit-scrollbar-track:hover {
    background: rgba(9,42,58, 0);
}


body .abris-table-filter-item .select2-container--default .select2-selection--single .select2-selection__clear {
    color: #092a3a;
    margin-right: 10px;
}

body abris-datatable table.dataTable tfoot.abris-table-summary tr th > div {
    display: flex;
    vertical-align: middle;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
}

body .navbar-static-side {
    transition: margin-left 0.5s;
}
