body {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555555;
    min-height: 1100px;
    padding-bottom: 40px;
}

#act_of_selection_info {
    display: none;
}

.container3:hover input:disabled ~ .checkmark3, .container2:hover input:disabled ~ .checkmark {
    background-color: #f3f5f7;
}

.container2 input:disabled:checked ~ .checkmark {
    background-color: #e9ecef;
}


.container3 input:checked:disabled ~ .checkmark3 {
    background-color: #e9ecef;
}

.container2 input:checked:disabled ~ .checkmark::after {
    border: solid #858688;
    border-width: 0 3px 3px 0;
}

.container3 input:checked:disabled ~ .checkmark3::after {
    background: #858688;
}

.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;
}

.bck {
    /*background: url(../img/11.png); /* Цвет фона и путь к файлу */
    background-repeat: no-repeat;
    background-size: cover;
    border: 0 !important;
    margin: 0 !important;
    background-color: #f3f5f7;

}

.hidden {
    display: none;
}

.modal-body a.protocol {
    color: black;
}

.zakazi {
    height: auto;
    /*max-height: 450px;*/
    /*overflow-y: scroll;*/
    overflow-x: hidden;
    font-weight: 500;
    color: #616161;

}

.zakaz {
    background-color: white;
    margin-bottom: 7px;
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
}

/* Цвета заявок в зависимости от типа*/
.zakaz[data-type="4"][data-subtype="scraping"] {
    background-color: #b3d7ff;
}

.zakaz[data-type="4"][data-subtype="biomaterial"] {
    background-color: #d6d6f5;
}

.zakaz[data-type="4"][data-subtype="food"] {
    background-color: #f6e3ce;
}

.zakaz[data-type="1"] {
    background-color: #cef5ef;
}

.zakaz[data-type="3"] {
    background-color: #f0f5ce;
}

.zakaz.standart {
    font-style: italic;
}

#patternsTabs .nav-link.active {
    background-color: #1C569D;
    color: white !important;
}

.type1 {
    background-color: white;
    height: auto;
    overflow-x: hidden;
    font-weight: 500;
    color: #616161;
    padding: 10px;
    margin-bottom: 70px;
}

.shapka {
    /*background-color: white;*/

    color: #b8c4c8;
    padding: 0 !important;
    padding-top: 6px !important;
    margin-bottom: 6px;
}

.fs-14 {
    font-size: 13px;

}

.button {

    border: none;
    color: white;
    padding: 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 2em;
    height: 2em;
    border-radius: 200px;
    margin-right: 20px;
    display: inline;
}

.circle_service {
    width: 2em;
    height: 2em;
    border-radius: 200px;
    background-color: #3875c7;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background-size: contain;
}

.circle1 {
    background-image: url('../img/kr-korm.jpg');
    float: left;

}

.circle2 {
    background-image: url('../img/kr-pocv.jpg');
    float: left;
}

.status4 {

    background-color: #c0f4ff;
    color: #5a9fad;
    /*border: 1px solid #5a9fad;*/

}

.status2 {

    background-color: #9ff79b;
    color: #00ae53;
    /*border: 1px solid #00ae53;*/
}

.status3 {
    background-color: #fdbfbf;
    color: #9d4040;
}

.status1 {
    background-color: #faf298;
    color: #929140;
}

.status {
    font-weight: 400;
    text-align: center;
    border-radius: 90px;

    white-space: nowrap;
    overflow: hidden;
    padding: 5px;
    text-overflow: ellipsis;
    width: 90%;
}

.color {
    color: #bbbbbb;
    font-weight: 400;
    margin-left: 36px;
}

.button2 {
    width: 19px;
    margin-right: 25px;
}

#loader {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
    display: none;
}

#loader:before, #loader:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 10px solid transparent;
    border-top-color: #3498db;
}

#loader:before {
    z-index: 100;
    animation: spin 1s infinite;
}

#loader:after {
    border: 10px solid #ccc;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.notifications {
    height: 30px;
}

.circle_not {
    width: 8px;
    height: 8px;
    border-radius: 200px;
    background-color: #ff6e0b;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.not_active {
    color: #b8c4c8;
    background-color: white;
}

li .nav-link {
    color: #4c4c4c !important;
    font-weight: 500;
}

.button3 {
    width: 20px;
    margin-right: 5px !important;
}

/*ul    {
	position: relative;
    left: 30%;
    float: left;
}*/
.head_back {
    width: 100%;
    background-color: white;
    height: 65px;
    position: absolute;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.nav-not {
    display: inline;
}

.user1 {
    color: black;
}

.user {
    width: 2em;
    height: 2em;
    border-radius: 200px;
    background-color: white;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background-size: contain;

    background-image: url('../img/user.jpg');
    background-size: cover !important;
    background-position-x: center;
    margin-right: 5px;
}

.title_form {
    margin-left: 14%;
    margin-top: 20px;
    font-size: 18px;
}

.pl-25 {
    padding-left: 17%;
    padding-right: 17%;
}

.p-10 {
    padding-left: 10%;
    padding-right: 10%;
}

.form-control {
    color: #0c0c0c !important;
    background-color: #f4f7f9;
}

.chkbox {
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
}

.form-check {
    padding-left: 0 !important;
    margin-bottom: 10px;
}

.chkbox2 {
    width: 15px;
    height: 15px;
    position: static;
    margin: 0 5px 0 0;
    float: left;
}

.mesto_hran {
    margin: 10px 0 10px 0;
}

button[data-target="#materialModal"] {
    margin-right: 15px;
}

#materialTree {
    max-height: 60vh;
    overflow-y: scroll;
}

.form-control:focus {
    border: 1px solid #23ea00 !important; /* Параметры рамки */
}

.type1 {
    font-weight: normal;
    background-color: white;
    padding: 10px;
}

/*.btn-primary {
    background-color: #19bc15;
    border-color: #11820e;
}
.btn-primary:hover {
    background-color: #12820f;
    border-color: #11820e;
}*/

.form-check-switch1 {
    max-width: 90%;
}

#Dest {
    max-width: 100%;
    height: 40px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

#Dest:hover {
    border: 3px solid #23ea00 !important;
}


.form-check-label {
    color: #0c0c0c !important;
    font-size: 1rem;
}

/*.col-setting
{
	padding-right: 0;
	text-align: center;
}*/

.supp_text {
    display: none;
    color: #b8c4c8;
    margin-right: 10px;
    float: left;
}

.btn-outline-secondary {
    display: none;
    border-radius: 1rem;
    width: 110px;
    font-size: 14px;
    margin-bottom: 10px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #69fe6f;
    color: #35811a;
    border: 2px solid #4edb4f;
    height: 34px;
    margin-bottom: 0;
}

.hr_class {
    width: 100%;
    margin-bottom: 30px;
    display: none;
    border-top: 2px solid rgb(227, 227, 227);
    margin-bottom: 24px;

}


.ot_do {
    max-width: 90%;
}

.ot_do1 {
    max-width: 50%;
    float: left;
}

.search_button {
    width: 120px;
    margin: 15px 0 10px 0;
}

.colorblack {
    color: #616161 !important;
}

.menu_hr {
    margin: 0 !important;
    position: relative;
    left: 0;
    right: 0;
    top: 12px;
    width: 100%;
    border-top: 3px solid rgb(25, 188, 21);
}

.zakaz_ref {
    display: flex;
    padding: 0px;
    text-decoration: none;
    color: inherit;
}

.zakaz_ref:hover, .zakaz_ref:focus {
    text-decoration: none;
    color: inherit;
}

.shapka > span {
    display: flex;
}

.mobile_float {
    display: inline-block;
}

.delete, .download, .edit, .signature {
    width: 23px;
    padding-bottom: 2px;
}

label.required:after {
    color: red;
    content: " *";
    font-size: 20px;
}

.switch {
    position: relative;
    display: block;
    width: 40px;
    height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

input:checked + .slider {
    background-color: #4cd6c7;
}

.slider.round {
    border-radius: 24px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.infoBlocked, .originBlocked {
    font-size: 12px;
    text-align: right;
    display: none;
}

a.protocol {
    color: white;
}


input:checked + .slider {
    background-color: #19bc15;
}

input:focus + .slider {
    box-shadow: 0 0 1px #4cd6c7;
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 24px;
}

.slider.round:before {
    border-radius: 50%;
}

.total {
    font-size: 14px;
    font-weight: 600;
}


ul.ks-cboxtags {
    list-style: none;
    padding: 20px;
}

ul.ks-cboxtags li {
    display: inline;
}

ul.ks-cboxtags li label {
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 2px solid rgba(139, 139, 139, .3);
    color: #adadad;
    border-radius: 5px;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

ul.ks-cboxtags li label {
    padding: 8px 12px;
    cursor: pointer;
    font-size: 12px;
}

ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    border: 2px solid #19bc15;
    background-color: #19bc15;
    color: #fff;
    transition: all .2s;
}


ul.ks-cboxtags li input[type="checkbox"] {
    display: absolute;
}

ul.ks-cboxtags li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

ul.ks-cboxtags li input[type="checkbox"]:focus + label {
    border: 2px solid #e9a1ff;
}


/*чекбоксы
*/


/* Customize the label (the container) */
.container2 {

    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */
.container2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #f3f5f7;
    border: 1px solid #ced4da;
}

/* On mouse-over, add a grey background color */
.container2:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container2 input:checked ~ .checkmark {
    background-color: #19bc15;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container2 input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container2 .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*радиокнопки
*/


/* The container */
.container3 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container3 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark3 {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #f3f5f7;
    border: 1px solid #ced4da;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container3:hover input ~ .checkmark3 {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container3 input:checked ~ .checkmark3 {

    background-color: #19bc15;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark3:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container3 input:checked ~ .checkmark3:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container3 .checkmark3:after {
    top: 8px;
    left: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.zakaz1 {
    padding-top: 80px;
}

.pl_zakaz {
    padding-left: 30px;
}

.circle_zakaz {
    width: 4em;
    height: 4em;
}

.name_zakaz {
    font-size: 18px;
    font-weight: 600;
}

.supp_text2 {
    color: #b8c4c8;
    padding-bottom: 7px;
}

.button_center > .search_button {
    width: 160px;
    line-height: normal;
    border-radius: 3px;
    height: 46px;
}

.button_center {
    margin-left: auto;
    margin-right: auto;
    float: left;
}

.zakaz1 .status {
    width: min-content;
    padding: 0.6rem 1.3rem 0.6rem
}

.del {
    background-color: #e66161;
    border: none;
}

.del:hover {
    background-color: #BC3D3D;
    border: none;
}

.stamp {
    background-color: #757575;
    border: none;
}

.stamp:hover {
    background-color: #505050;
    border: none;
}


.zakaz1 .title_form {
    margin: 65px 0 0 0;
}

.pl-zakaz .button_center, .pl-zakaz .button_center .btn {
    margin-top: 0;
    float: right;
}

.zakaz1 .hr_class {
    display: block;
    margin: 20px 0px 20px 0px;
}

.big_input {
    height: 130px !important;
    margin-top: 7px;
}

.p-42 {
    padding: 1.5rem;
}

.zakaz1 .form-control:focus, .zakaz1 .form-control:active, .zakaz1 .form-control {
    border: none !important; /* Параметры рамки */
    box-shadow: none !important;
    background-color: #f4f7f9;
}

.big_input2 {
    height: auto;
    margin-top: 7px;
    resize: none;
    overflow: auto;
}

#ecp {
    padding-top: 15px;
    display: none;
}

#orderPrice {
    font-size: 16px;
    font-weight: 500;
    color: black;
    padding-bottom: 10px;
}

#v-tab {
    margin-bottom: 20px;
}

.card-header {
    background: #93c73e;
    color: #ffffff;
    cursor: pointer;
}

#proby .card {
    margin: 10px 0;
}

#proby .proba-text {
    font-weight: 600;
}

#proby .proba-text span {
    font-weight: normal;
}

.card-header.collapsed i.fa-chevron-up {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#proby .card-header i {
    float: right;
}

.proba td.samples-buttons:last-child {
    min-width: 140px;
    white-space: nowrap;
}

.proba td.research-buttons {
    width: 60px;
}

.nav-tabs .nav-link.active {
    background-color: green;
    color: white;
}

#proby .card-body .card-header {
    background: #D76743;
}

.notificationsForm td:not(:first-child) {
    text-align: center;
}

.notificationsForm .container2 {
    padding-left: 0;
    margin-bottom: 0;
}

.notificationsForm span.checkmark {
    position: relative;
    display: inline-block;

}

.pagination a {
    width: 35px;
    color: #0D0F0D;
    border: 1px solid #0D0F0D;
    text-align: center;
    margin: 3px;
    border-radius: 3px;
}

.pagination i.fa {
    font-weight: 900;
}

.dropdown-menu-manage .dropdown-menu {
    width: 250px;
}

@media (min-width: 768px) {
    .zakaz:hover {
        background-color: #dbffd7!important;
    }
}

@media (max-width: 992px) {
    .menu_hr {
        display: none;
    }

    #navbar1 {
        background-color: white;
        padding: 10px
    }

    .user_block {
        border: 2px solid #f2f2f2;
        padding: 10px 0 10px 0;
        background-color: #f9f9f9;
        margin-top: 10px;
    }

    .button2 {
        margin-right: 5px;
    }

    .dropdown-menu-manage {
        display: none;
    }

    .burger-item {
        display: block;
    }
}

@media (min-width: 992px) {
    .dropdown-menu-manage {
        display: block;
    }

    .burger-item {
        display: none;
    }
}

@media (max-width: 500px) {

    .p-42 {
        padding: 0.5rem;
    }

    .stamp, .down, .del {
        width: auto !important;
    }
}

@media (max-width: 800px) {

    .pl-25 {
        padding: 0 10px 0 10px;
    }

    .title_form {
        margin-left: 3px
    }

    /*.col-setting {text-align: left;}*/
    .form-check {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .hr_class {
        display: block;
    }

    .fs-14 {
        font-size: 14px;
    }

    .shapka {
        display: none;
    }

    .zakaz_ref > div {
        margin-bottom: 10px;
    }

    .zakaz {
        margin-bottom: 20px;
    }

    .supp_text {
        display: inline-block;
    }

    .status {
        width: auto;
        margin-right: 0;
        margin-left: 0;
        float: left;
    }

    .zakazi {
        max-height: 1000px
    }

    .delete {
        margin-left: 7%;
        width: 25px;
    }

    .download {
        display: none;
    }

    .edit, .signature {
        margin-right: 7%;
        float: right;
        width: 25px;
    }

    .button_not, .mobile_float {
        float: right;
    }

    .circle_service {
        height: 35px;
        width: 35px;
    }

    .btn-outline-secondary {
        display: inline-block;
    }

    .zakaz_ref {
        display: block;
    }

    .stamp1 {
        margin: 0 !important;
        float: left !important;

    }

    .save1 {
        float: right;
        margin: 0;
    }

    .name_zakaz {
        font-size: 16px;
    }

    .circle_zakaz {
        margin-bottom: inherit;
    }
}


.limit {
    padding: 0 20px;
    margin-bottom: 0;
    padding-top: 14px;
}

td i.fa-check {
    color: #0EB900;
    font-size: 16px;
    line-height: 34px;
}

td i.fa-minus {
    color: red;
    font-size: 16px;
    line-height: 34px;
}

.proba table td:last-child, .proba table td:first-child, .proba table th:first-child {
    text-align: center;
}

.tag-input-btn {
    position: absolute;
    right: 25px;
    top: 10px;
    font-size: 16px;
    color: gray;
    cursor: pointer;
    z-index: 10;
}

table .tag-input-btn {
    top: 20px;
}

table tr[research] td {
    position: relative;
}

.nopadding {
    padding: 0;
}

.form-group {
    position: relative;
}

.comment-field {
    margin-top: 10px;
    position: absolute;
    background: white;
    z-index: 100;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    padding: 15px;
    border-radius: 5px;
}

.comment-field .comment-header {
    font-size: 15px;
    font-weight: 600;
}

.comment-field textarea {
    width: 400px;
    height: 150px;
    margin: 10px 0;
}

.comment-field .comment-buttons {
    display: flex;
    justify-content: flex-end;
}

.comment-field .comment-buttons button {
    margin-left: 10px;
    padding: 5px 25px;
}

#sampleModal .tag-input-btn {
    top: 40px;
}

#sampleModal #researches-list .tag-input-btn {
    top: 20px;
}

[type=date] ~ .tag-input-btn, select ~ .tag-input-btn, [type=number] ~ .tag-input-btn {
    right: 50px;
}

.user-data {
    width: 100%;
}

.order-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.order-info span {
    margin: 5px;
}

.order-info .order-price {
    font-weight: 600;
}

.order-info .status {
    margin-bottom: 5px;
}

.status0 {
    border: 1px solid #bbb;
}

.zakaz .modified-order {
    margin-left: 35px;
    font-weight: 600;
}

.modified-order {
    font-weight: 600;
    padding-bottom: 10px;
    display: inline-block;
}


.order-buttons {
    padding: 0;
}

.card-header.order {
    background-color: #D76743;
}

.selectize-control.autocompleteIndicator, .selectize-control.autocompleteMethod {
    min-width: 200px;
}

.duplicate {
    background-color: #ffb4b4;
}

.modal {
    overflow-y: auto !important;
}


.pin-top {
    position: relative;
}

.pin-bottom {
    position: relative;
}


.pinned {
    position: fixed !important;
}

.proba-menu {
    position: absolute;
    top: 0;
    background: white;
    right: -263px;
    z-index: 1000;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 5px 0;
    border-radius: 2px;
}

.proba-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}

.mass-addition-researches {
    border: 1px solid rgba(0, 0, 0, .125);
    padding: 15px;
    border-radius: .25rem;
    margin: 10px 0;
}

.mass-researches-list .research-buttons {
    display: none;
}

.addMassResearch {
    display: none;
}

.mass-researches-btns {
    display: flex;
    align-items: center;
    height: 40px;
}

.mass-researches-btn {
    cursor: pointer;
    margin: 0 10px;
}

.dropdown-range {
    width: 250px;
    flex-wrap: wrap;
    padding: 10px 15px;
    align-items: center;
    justify-content: space-between;
}

.dropdown-range input {
    width: 100px;
    margin-top: 5px;
}

.dropdown-range button {
    width: 100%;
    margin-top:15px;
}

.selected-title {
    font-weight: 600;
}

.card-header {
    z-index: 100;
}

.load-samples-excel, .copy-samples-row {
    display: none;
}

.pinned {
    position: fixed;
    top: 0;
}

#proby {
    position: relative;
}

.type1 {
    overflow: visible;
}

.deleted {
    color: #bbb;
}

#searchUsers {
    width: 100%;
}

.changeFilial {
    font-size: 22px;
}

.count-notify {
    font-weight: 600;
    position: absolute;
    background: #FF6E0B;
    border-radius: 15px;
    font-size: 12px;
    padding: 8px;
    left: 15px;
    top: -5px;
    color: black;
    line-height: 4px;
}

.user_block {
    position: relative;
}

.page-title {
    margin-top: 20px !important;
}

.successMessage  {
    margin-top: 20px;
}

.proba .dropdown-item {
    font-size: 15px;
    font-weight: 600;
    padding: 7px 15px;
}
.proba .dropdown-item i {
    margin-right: 11px;
    font-size: 17px;
}

#acceptTerms {
    padding-top: 3px;
}

/*Бегущая строка*/
@-webkit-keyframes floating-text-scroll {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}

@keyframes floating-text-scroll {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0)
    }
}

.floating-text {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.floating-text * {
    display: flex;
    margin: 0 auto;
    padding-left: 100%;
    -webkit-animation: scroll 21s infinite linear;
    animation: floating-text-scroll 21s infinite linear;
}

.floating-text *:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.download-word {
    padding: 0 !important;
    margin-right: 20px;
}

.download-word i {
    font-size: 22px;
}