.mr-15 {
    margin-right: 15px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mt-10{
    margin-top: 10px !important;
}
.pl-12 {
    padding-left: 12px !important;
}

.row-tr.row-active {
    background-color: #fff3cd !important;
}

.p-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}

.btn {
    border-radius: 0 !important;
}

.notifications {
    min-width: 15%;
    position: fixed;
    right: 10px !important;
    bottom: 0 !important;
    z-index: 9999;
}

.required::after {
    content: '*';
    padding-left: 3px;
    color: red;
}

.ov-y {
    overflow-y: hidden;
}

.ov-x {
    overflow-x: hidden;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
}

.table tr td:first-child {
    padding-left: 15px;
}

.table tr td:last-child {
    padding-right: 15px;
}

.modal .overlay, .overlay-wrapper .overlay {
    z-index: 50;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
}

.modal .overlay, .overlay-wrapper > .overlay, .modal .loading-img, .overlay-wrapper > .loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal .overlay > .fa, .overlay-wrapper .overlay > .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}

.fine-deleted {
    opacity: 0.4;
}

.js-fines-edit-box {
    width: 100% !important;
}

.js-fines-edit-box span.select2-container {
    width: 100% !important;
}
#fines-box span.select2-container {
    width: 100% !important;
}
.max-fine-label{
    font-size: 14px;
}
/* ------------- Контейнер с адаптивными блоками------------- */
.masonry {
    margin: 1.5em 0;
    padding: 0;
    column-gap: 1.5em; /* Общее расстояние между колонками */
    font-size: .85em;
    -moz-column-gap: 1.5em; /* Расстояние между колонками для Firefox */
    -webkit-column-gap: 1.5em; /* Расстояние между колонками  для Safari, Chrome и iOS */
}

/* Элементы в виде плиток с содержанием */
.item {
    display: inline-block;
    background: #fff;
    width: 100%;
    box-sizing: border-box; /* Изменения алгоритма расчета ширины и высоты элемента.*/
    -moz-box-sizing: border-box; /* Для Firefox */
    -webkit-box-sizing: border-box; /* Для Safari, Chrome, iOS иAndroid */
}

/* Стили картинок, видое и фреймов внутри адаптивных плиток */
img, iframe {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Стили ссылок внутри плиток */
.item a {
    text-decoration: none;
    color: #359CC6;
    margin: 0 10px;
}

/* Стили ссылок при наведении */
.item a:hover {
    color: #E88F00;
    border-bottom: 1px dotted #9F1D35;
}

.masonry .item td label{
    cursor: pointer;
}

/* Медиа-запросы для различных размеров адаптивного макета */
@media only screen and (min-width: 400px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 700px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 900px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 1100px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 1280px) {
    .wrapper {
        width: 100%;
    }
}

/* FINES Template */
.without-sidebar.content-wrapper,
.without-sidebar.main-footer {
    -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    margin-left: 0 !important;
    z-index: 820;
}
#widget-total-sum{
    font-weight: normal !important;
}
#iframe-export-box{
    display:none !important;
}
.info-box {
    min-height: 100px;
}
.info-box-icon {
    height: 100px;
    width: 100px;
    line-height: 100px;
}
.info-box-content {
    margin-left: 100px;
}
.box-header>.box-tools {
    top: 3px;
}

.menu-title-edit-btn, .menu-url-edit-btn {
    visibility: hidden;
}
.menu-tr-title:hover .menu-title-edit-btn,
.menu-tr-url:hover .menu-url-edit-btn {
    visibility: visible;
}
.js-menu-access-box > span{
    width: 100% !important;
}