.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}
.selectize-input .item {
    display: flex;
    align-items: center;
}
#certification_wave-selectized {
    display: none !important;
}
.centered {
    text-align: center;
}

.space {
    margin-left: 10px;
    margin-top: 5px;
}

i:not(.fa) {
    padding-left: 5px;
}

.success {
    background-color: #dff0d8;
    border: 2px solid #cbcbcb;
    border-radius: 6px;
}

.danger {
    background-color: #f2dede;
    border: 2px solid #cbcbcb;
    border-radius: 6px;
}

.popover{
    max-width: 50%;
}

.card-header.collapsed i.fa-chevron-up {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.card-header:hover {
    cursor: pointer
}

.required:after {
    color: red;
    content: '*';
}

.attachBtn, .addInPlanBtn, .addInStorage {
    background: none;
    color: black;
    border: none;
    cursor: pointer;
    margin-top: 0.5em;
}

.attachBtn i {
    font-size: 2em;
}

.addInPlanBtn i, .addInStorage i {
    font-size: 2em;
}

.btn {
    margin-right: 5px;
    margin-top: 5px;
}

.hidden {
    display: none;
}

.greenClip {
    color: green;
}

.purplePlus {
    color: purple;
}

.greenPlus {
    color: green;
}

#table {
    background-color: #f6f6f6;
    border: 1px solid #b7b2b2;
}

.table-item {
    border-top: 1px solid #b7b2b2;
}

.table-item-object {
    border: 1px solid #b7b2b2;
}

.mainInfoOnTable {
    font-weight: bolder;
    overflow-wrap: break-word;
    word-break: break-word;
}

.mainInfoOnTable h5 .small {
    color: #e26b4d;
    font-weight: bold;
}

.anotherInfoOnTable {
    color: gray;
    font-size: 15px;
}

#pharmacyForm, #doctorForm, #pharmacistForm, #search {
    margin-top: 10px;
    padding: 20px;
    border: 1px solid #e5e5e5;
}

.form-check-input{
    margin-left: -15px;
}

.form-check-label {
    margin-left: 0.5rem;
}

.lageCheckBox input {
    transform: scale(1.1) translateX(3px);
    margin-top: 0.3rem;
}


.FIO, .pharmacyName, .closeDiv, .removeNote, .editNote, .testingDocItem {
    cursor: pointer;
}

.removeNote:hover {
    color: red;
}

.editNote:hover {
    color: blue;
}

.itemOnPage {
    background-color: #fff;
    border: 1px solid #c7c7c7;
    margin-bottom: 20px;
    min-height: 95px;
    padding-top: 15px;
}

.itemOnPage .label {
    color: gray;
}

.ratingStar {
    color: #eaa104;
}

.categoryPreparatsFilter input[type=checkbox] {
    display: none;
}

.categoryPreparatsFilter input[type=checkbox] + label {
    display: inline-block;
    width: 70px;
    padding: 5px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.categoryPreparatsFilter input[type=checkbox]:checked + label {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #8bd9ef;
}

#statTable table {
    font-size: 0.75rem !important;
}

#salesTable table {
    font-size: 0.6rem !important;
}

.redactCard {
    background-color: #f7f7f7;
}

.ordersHistory {
    background-color: #f7f7f7;
}

.addPlan {
    background-color: #f3f3f3;
    border: 2px solid #e8e8e8;
    padding: 1em;
}

.addPlanNote {
    width: 100%;
    padding: 1em;
}

/*tabs*/
.win-cont {
    --btn-color: #d1d1d1;
    width: 100%;
}

.left {
    z-index: 2;
    left: 0px;
    top: 0;
    line-height: 0;
}

.right {
    z-index: 2;
    right: 0;
    top: 0;
    line-height: 0;
}

.win-cont .filters {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}

.filters .filter {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-left: 0px;
    padding-right: 0px;
}

.filters .left {
    margin-right: -13px;
}

.filters .right {
    margin-left: -13px;
}

.filter.first {
    width: 100%;
}

.filter .text {
    margin: 0;
    display: flex;
    align-items: center;
    background-color: var(--btn-color);
    height: 30px;
    /*padding-left:25%;*/
    justify-content: center;
    cursor: pointer;
    width: 100%
}

@media (min-width: 576px) and (max-width: 599px) {
    .filter .text {
        font-size: 18px;
    }
}

@media (max-width: 399px) {
    .filter .text {
        font-size: 14px;
    }
}

p.text {
    font-size: 1.2em;
}


.angle-left::before {
    content: '';
    position: relative;
    left: 0px;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border-top: 30px solid var(--btn-color);
    border-left: 30px solid transparent;
    cursor: pointer;
}

.whiteAngle-left::before {
    content: '';
    position: relative;
    left: 0px;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border-top: 30px solid white;
    border-left: 30px solid transparent;
    cursor: pointer;
}

.angle-right::after {
    content: '';
    position: relative;
    right: 0px;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border-bottom: 30px solid var(--btn-color);
    border-right: 30px solid transparent;
    cursor: pointer;
}

.whiteAngle-right::after {
    content: '';
    position: relative;
    right: 0px;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border-bottom: 30px solid white;
    border-right: 30px solid transparent;
    cursor: pointer;
}

.last-filter, .last-filter p {
    width: 100%;
}

.whiteTab, .btn-white {
    background-color: white !important;
}

.whiteContent {
    background-color: white;
    border: 1px solid #d3d3d3;
}

.whiteContent .row {
    margin-right: 0px;
    margin-left: 0px;
}

.objectsInPlan .addPlan {
    border: 1px solid white;
    border-radius: 10px;
}

.doctorPlace {
    min-height: 100px;
    width: 100%;
    background-color: white;
    border: 4px solid #c7e5ea;
    border-radius: 10px;
    margin-top: -2px;
    position: relative;
    pointer-events: none;
}

.doctorPlace .col-lg-10,
.doctorPlace .col-lg-4,
.doctorPlace button,
.doctorPlace a {
    pointer-events: auto;
}

.doctorPlace::after {
    position: absolute;
    width: 35px;
    height: 35px;
    left: 50%;
    bottom: 0;
    border-radius: 50%;
    border: 4px solid #c7e5ea;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: translate(-50%, 50%) rotate(45deg);
    background: #fff url('../img/dropArrow.jpg') 5px 5px no-repeat;
    background-size: 20px 20px;
    content: '';
    z-index: 11;
    cursor: pointer;
    pointer-events: all;
}


.doctorPlace p{
    padding-top: 30px;
}

.pharmPlace p {
    padding-top: 30px;
    width: 90%;
}

.doctorPlace img, .pharmPlace img {
    position: absolute;
    top: 35%;
    right: 5%;
    cursor: pointer;
    pointer-events: all;
}

.pharmPlace {
    min-height: 100px;
    width: 100%;
    background-color: white;
    border: 4px solid #b7e8bd;
    border-radius: 10px;
    margin-top: -2px;
    position: relative;
    pointer-events: none;
}

.pharmPlace::after {
    position: absolute;
    width: 35px;
    height: 35px;
    left: 50%;
    bottom: 0;
    border-radius: 50%;
    border: 4px solid #b7e8bd;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: translate(-50%, 50%) rotate(45deg);
    background: #fff url('../img/dropArrow.jpg') 5px 5px no-repeat;
    background-size: 20px 20px;
    content: '';
    z-index: 11;
    cursor: pointer;
    pointer-events: all;
}

.jvPlace {
    border: 7px solid #e1cfff;
}

.placeTArr::after {
    background: #fff url('../img/dropTopArrow.jpg') 5px 5px no-repeat;
    background-size: 20px 20px;
}

.btnDate {
    background: url('../img/calendar.png') no-repeat 8px 10px;
    background-size: auto 55%;
    background-color: #4dc88a;
    height: 40px;
    width: 190px;
    border-radius: 0px 0px 10px 10px;
    color: #edf8f2;
    font-weight: bold;
    font-size: 1.2em;
    padding-left: 30px;
    margin-top: 0;
}

.btnDateOrderTop {
    background-color: black;
    height: 20px;
    width: 190px;
    border-radius: 10px 10px 0px 0px;
    background-color: #3767c8;
    color: #edf8f2;
    text-align: center;
    font-weight: normal;
}

.btnDateOrder {
    background: url('../img/calendar.png') no-repeat 8px 10px;
    background-size: auto 55%;
    background-color: #3e89b8;
    height: 40px;
    width: 190px;
    border-radius: 0px 0px 10px 10px;
    color: #edf8f2;
    font-weight: bold;
    font-size: 1.2em;
    padding-left: 30px;
    margin-top: 0;
}

.btnDateTop {
    background-color: black;
    height: 20px;
    width: 190px;
    border-radius: 10px 10px 0px 0px;
    background-color: #39b87b;
    color: #edf8f2;
    text-align: center;
    font-weight: normal;
}

.btnJointVisit {
    margin-top: 22px;
    pointer-events: all;
}

.editComment {
    border: none;
    font-weight: bold;
}

.commentBlock input[type=text]:disabled {
    color: black;
    background-color: white;
}

.editCommentActive {
    border: 1px solid gray;
    border-radius: 3px;
    padding-left: 5px;
}

.closeDiv:hover {
    color: red;
}

.fixedBlock table td, .fixedBlock table th {
    padding: 0.1rem;
    font-size: 14px;
}

.fixedBlock .to-plan a.btn {
    line-height: 1;
    padding: 0.175rem 0.75rem;
}

.fixedBlock .select_label {
    font-size: 14px;
    line-height: 1;
}

.fixedBlock .select_spec {
    font-size: 14px;
}

.jumbotron {
    padding: 1rem 0.5rem !important;
}

.infoPackagesArea textarea {
    width: 100%;
}

.infoPackageText {
    background-color: white;
    padding: 10px;
    overflow: auto;
    max-height: 400px;
    border-radius: 10px;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.infoPackageList {
    max-width: 530px;
}

.eventText {
    background-color: white;
    padding: 10px;
    overflow: auto;
    max-height: 400px;
    border-radius: 20px;
}

.eventName, .infoPackageName {
    color: #514f4f;
    font-size: 1.3em;
    font-weight: 600;
}

.eventInfoLabel {
    color: #514f4f;
    font-weight: 600;
}

.share_block .share_btn_row .ya-share2 .ya-share2__icon, .share_block .clipboardCopyBtn {
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.share_block .clipboardCopyBtn {
    font-size: 35px;
}

.share_btn_row .mailtoImg {
    height: 74px;
    width: 72px;
    border-radius: 2px;
    padding-bottom: 2px;
}

.share_btn_row .share_component {
    font-weight: bold;
    font-size: 0.9em;
}

.ip-left-block {
    border-right: 1px solid #ccc;
}

@media (max-width: 575px) {
    .ip-left-block {
        border-right: none;
        border-bottom: 1px solid #ccc;
    }
}

.data_for_share_api .fa-share-alt-square {
    font-size: 3em;
    cursor: pointer;
    color: #72777c;
}

.disableClick {
    pointer-events: none;
    position: relative;
}

.disableClickArea::after {
    content: " ";
    display: block;
    position: absolute;
    right: -15px;
    top: 0;
    width: 500px;
    height: 100px;
    background: rgba(0, 0, 0, 0.4);
}

#modalEditPageDoctor .modal-lg {
    max-width: 95% !important;
}

#modalEditPagePharmacist .modal-lg {
    max-width: 95% !important;
}
/*#modalWrittingDoc .modal-lg {
    max-width: 50% !important;
}*/

#recordLoyaltyModal .modal-lg {
    max-width: 1200px !important;
}

@media (min-width: 1068px) and (max-width: 1307px) {
    .disableClickArea::after {
        width: 400px;
        height: 200px;
    }
}

@media (min-width: 920px) and (max-width: 1067px) {
    .disableClickArea::after {
        width: 300px;
        height: 200px;
    }
}

@media (min-width: 902px) and (max-width: 919px) {
    .disableClickArea::after {
        width: 300px;
        height: 200px;
    }
}


@media (min-width: 737px) and (max-width: 901px) {
    .disableClickArea::after {
        width: 200px;
        height: 300px;
    }
}

@media (min-width: 722px) and (max-width: 736px) {
    .disableClickArea::after {
        width: 200px;
        height: 400px;
    }
}

@media (min-width: 720px) and (max-width: 721px) {
    .disableClickArea::after {
        width: 200px;
        height: 300px;
    }
}

@media (min-width: 714px) and (max-width: 719px) {
    .disableClickArea::after {
        width: 200px;
        height: 400px;
    }
}

@media (min-width: 576px) and (max-width: 713px) {
    .disableClickArea::after {
        width: 100px;
        height: 500px;
    }
}

@media (min-width: 483px) and (max-width: 575px) {
    .disableClickArea::after {
        width: 400px;
        height: 200px;
    }
}

@media (min-width: 377px) and (max-width: 482px) {
    .disableClickArea::after {
        width: 300px;
        height: 200px;
    }
}

@media (min-width: 376px) and (max-width: 376px) {
    .disableClickArea::after {
        width: 300px;
        height: 200px;
    }
}

@media (min-width: 300px) and (max-width: 375px) {
    .disableClickArea::after {
        width: 200px;
        height: 300px;
    }
}

@media screen and (min-width: 992px) {
    .fixedBlock {
        z-index: 999;
        position: sticky;
        top: 0px;
        background: white;
    }
}

@media screen and (min-width: 768px) {
    #aboutDocInfo > p, #aboutPharmacyInfo > p, #aboutPharmacistInfo > p {
        margin-bottom: 5px;
        margin-top: -25px;
        text-align: right;
    }
}

@media screen and (max-width: 768px) {
    .d1 button {
        width: 100px !important;
    }

    .whiteContent, #doctorForm .col-lg-4 {
        padding: 0 !important;
    }
    
}

.as-c {
    align-self: center;
}

#segmentFields .segment-field-row {
    border: 1px solid rgba(0, 0, 0, .3);
}

#segmentFields .segment-field-row .bars:hover {
    cursor: move;
}

#segmentFields .segment-field-row .edit-btn {
    color: gray;
    padding-right: 10px;
}

#segmentFields .segment-field-row .edit-btn:hover {
    color: black;
}

#segmentFields .selected {
    opacity: 0.6;
}

.overflow-x-Container {
    overflow-x: auto;
}

/*Уберает маркеры в разделе обучение*/
.faqSectionsList ul {
    list-style-type: none;
}

/*Test*/
.radio-button-label {
    display: inline-block;
    padding: 1em 2em;
    margin: 0.5em;
    cursor: pointer;
    color: #292929;
    background: #efefef;
    transition: 0.3s;
    user-select: none;
}

.radio-button-label:active {
    transform: translateY(2px);
}

.yes-button:checked + .radio-button-label {
    background: #2ECC71;
    color: #efefef;
}

/*Questionnaire*/
.radio-button-label_questionnaire {
    display: inline-block;
    padding: 0.5em 0.5em;
    cursor: pointer;
    color: #292929;
    background: #efefef;
    transition: 0.3s;
    user-select: none;
}

.yes-button:checked + .radio-button-label_questionnaire {
    background: #2ECC71;
    color: #efefef;
}

/*Grade Request*/
.approve_check-label, .cancel_check-label {
    display: inline-block;
    cursor: pointer;
    color: #292929;
    background: #efefef;
    transition: 0.3s;
    user-select: none;
}

.approve_check-label:active {
    transform: translateY(2px);
}

.yes-button:checked + .approve_check-label {
    background: #2ECC71;
    color: #efefef;
}

.cancel_check-label:active {
    transform: translateY(2px);
}

.no-button:checked + .cancel_check-label {
    background: #c82333;
    color: #efefef;
}

@media screen and (max-width: 576px) {
    .testTable table {
        border: 0;
    }

    .testTable table thead {
        display: none;
    }

    .testTable table tr {
        margin-bottom: 10px;
        display: block;
    }

    .testTable table td {
        display: block;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
        border-right: 1px solid transparent;
        vert-align: middle;
    }

    .testTable table th {
        border-top: 0 !important;
    }

    .testTable table td:last-child {
        border-bottom: 0;
    }

    .testTable table td:before {
        content: attr(data-label);
        text-transform: uppercase;
        font-weight: bold;
        transform: translateY(-50%);
        position: absolute;
        left: 10%;
        margin-top: 5%;
    }

    .testTable table td .text-center {
        text-align: right !important;
    }
}

.cursor-pointer {
    cursor: pointer;
}

.indicator {
    font-size: 0.9rem;
    line-height: 1rem;
}

.indicator-selected {
    background-color: #dedede;
}

.card-3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.unselectable {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.nmo_block {
    /*height:60px;!* высота блока *!*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*font-size: 9px;*/
    overflow-x: hidden;
    text-align: center;
    width: 85px;
    padding: 8px;
}

.npm-font-size {
    font-size: 10px;
    margin: 0 !important;
    margin-bottom: 10px !important;
}

.nmo_block[data-nmo-id="1"] {
    color: black;
    background-color: red;
}

.nmo_block[data-nmo-id="2"] {
    color: black;
    background-color: yellow;
}

.nmo_block[data-nmo-id="3"] {
    color: black;
    background-color: grey;
}

.div-center {
    margin: 0 auto;
}

/* Заголовок таблицы - плавающий */
.thead-sticky:nth-child(1) th {
    position: sticky;
    top: 0;
    z-index: 10;
}
#demo-list .statistics_reports .submenu{
    counter-reset: section; /* Основная арабская нумерация */
}

#demo-list .statistics_reports .submenu li a::before {
    counter-increment: section;
    content: counter(section) ".\00a0"; /* Арабские цифры */
}

/* Сбрасываем счетчик для вложенного списка "Мероприятия" */
#demo-list .statistics_reports .submenu li .submenu{
    counter-reset: subsection; /* Римская нумерация */
}

#demo-list .statistics_reports .submenu li .submenu li a::before {
    counter-increment: subsection;
    content: counters(subsection, "", upper-roman) ")\00a0"; /* Римские цифры */
}

/* 3-й уровень в меню */
#demo-list .submenu .submenu a {
    padding-left: 35px;
}

.line_upload_history_list{
    display: flex;
    margin-bottom: 1rem;
}
.item_upload_history_list.date{
    min-width: 20%;
    font-weight: bold;
}

.item_upload_history_list.user{
    min-width: 25%;
    font-weight: bold;
}
.item_upload_history_list.upload_object{
    min-width: 20%;
    font-weight: bold;
}
.item_upload_history_list.params{
    min-width: 35%;
    font-weight: bold;
}
.line_upload_history_list.head{
    font-weight: bold;
    text-align: center;
}
.line_upload_history_list{
    border-bottom: 2px solid grey;
}
.container.search_uploadHistory{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 600px;
}
.container.search_uploadHistory .item_search{
    width: 20%;
}

.material-icons {
    vertical-align: middle;
    line-height: 0 !important;
    position: relative;
    top: -1px;
}

.btn-m {
    padding: .375rem !important;
}

.material-icons-fab {
    line-height: normal !important;
    top: auto !important;
    font-size: 20px !important;
}

.button-add-media {
    width:16.6666666667%;
    height: 10%;
}
.ripple-surface{
    position:relative;
    overflow:hidden;
    display:inline-block;
    vertical-align:bottom
}

/* media items start */
.image-preview {
    width: 100%;
    height: 180px;
    background-position: center center;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.2);
}

.button-browse-server {
    width: 100%;
    border-radius: 0;
}

.button-delete {
    top: -90%;
    right: -80%;
    color: white;
    cursor: pointer;
    border: black;
    -webkit-text-stroke:1px black;
}

input[name=artist_photo_radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.btn-outline-primary:hover:enabled
{
    color:#fff;
    background-color:#1266f1;
    border-color:#1266f1
}
.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus
{
    -webkit-box-shadow:0 0 0 .25rem rgba(18,102,241,.5);
    box-shadow:0 0 0 .25rem rgba(18,102,241,.5)
}
.btn-check:active:enabled+.btn-outline-primary,.btn-check:checked:enabled+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active:enabled
{
    color:#fff;
    background-color:#1266f1;
    border-color:#1266f1
}
.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}
.col-sm-2{width:16.6666666667%}
.col-sm-3{width:25%}

.container_img{
    width: max-content;
    cursor: pointer;
}
#html5lightbox-watermark{
    display: none!important;
}
.filter_container{
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(12, 1fr);
}
.filter_item{
    grid-column: span 3;
}
.w10{/*width 10%*/
    grid-column: span 1 !important;
}
.w20{/*width 20%*/
    grid-column: span 2 !important;
}
.w25{/*width 25%*/
    grid-column: span 3 !important;
}
.w35{/*width 35%*/
    grid-column: span 4 !important;
}
.w45{/*width 45%*/
    grid-column: span  5!important;
}
.w50{/*width 50%*/
    grid-column: span 6 !important;
}
.w60{/*width 60%*/
    grid-column: span 7 !important;
}
.w65{/*width 65%*/
    grid-column: span 8 !important;
}
.w75{/*width 75%*/
    grid-column: span 9 !important;
}
.w85{/*width 85%*/
    grid-column: span 10 !important;
}
.w90{/*width 90%*/
    grid-column: span 11 !important;
}
.w100{/*width 100%*/
    grid-column: span 12 !important;
}
@media (max-width: 992px) {
    .filter_container {
        display: grid;
        gap: 1.625rem;
        grid-template-columns: repeat(12, 1fr);
    }
}
@media (max-width: 576px) {
    .filter_container {
        grid-template-columns: repeat(6, 1fr); 
    }

    .filter_item {
        grid-column: span 6;
    }
    .w35{
        grid-column: span 6 !important;
    }
    .w20{
        grid-column: span 3 !important;
    }
}
.quantity{
    margin-left: 15px;
    margin-right: 15px;
}

.search-container{
    column-gap: 1.5rem;
    row-gap: 0.5rem;
}
.search_parameters_item{
    grid-column: span 1;
}

.widh {
    grid-row: 6;
    grid-column: span 1;
    margin: 0 !important;
}
.search-parameters-container{
    display: flex;
    flex-wrap: wrap;
}
.search-parameters-block{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.search-parameters-block1{
    flex: 0 0 83%;
    max-width: 83%;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
.search-parameters-block2{
    flex: 0 0 17%;
    max-width: 17%;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
@media (max-width: 1200px) {
    .search-parameters-block1, .search-parameters-block2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 992px) {
    .search-parameters-block1, .search-parameters-block2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
}
.container-width{
    padding-left: 0px;
    padding-right: 0px;
}
@media (max-width: 768px) {
    .to-plan .btn{
        padding: .3rem .344rem;
    }
}

@media (max-width: 576px) {
    .container_upload_history{
        font-size: 0.5rem;
    }
}

@media (max-width: 576px) {
    .table_style tbody tr{
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        
    }

}
.position{
    display: flex;
    justify-content: center;
    align-items: center;
}
.readonly-select{
    background-color: #e9ecef;
}
.style_expertise_table {
    max-width: 150px;
    word-wrap: break-word;
    white-space: normal;
  }

.characteristic-table-item-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-right: -15px;
    margin-left: -15px;
    padding: 5px 15px 5px 15px;
}

.characteristic-action-content{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}