/*.page-container {
    height: 100vh;
}
.page-content-wrapper,
.page-content,
.page-content > .row {
    height: 100%;
}
*/
* {
    outline: none !important;
}
.uk-button-secondary:disabled {
    background-color: #151515;
    color: #fff;
    border: 1px solid transparent;
    opacity: 0.5;
}
.uk-button,
.uk-textarea,
.uk-input {
    border-radius: 4px !important;
}
.uk-textarea,
.uk-input {
    border: 1px solid #C2D1D9;
}
.uk-textarea {
    resize: none;
}
.uk-button-secondary {
    background: #424B5A;
    min-height: 40px;
}
.uk-button-default {
    border: 1px solid #424B5A;
    color: #424B5A;
}
.uk-input:disabled {
    background: #F2F5F7;
    border: 1px solid #C2D1D9;
}
.text-grey {
    color: #0C0C0C;
    opacity: 0.5;
}
.text-red {
    color: red;
}
.text-yellow {
    color: #F2994A;;
}
.text-green {
    color: #219653;
}
.check-around {
    border: 2px solid #000;
    border-radius: 50% !important;
}
.check-green .check-around {
    fill: #219653;
    border: 2px solid #219653;
}
.content-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}
.filter-block__inner {
    width: 100%;
}
.filter-block__inner  .select2-container {
    margin-top: 0;
    height: 40px;
}
.filter-block__inner .select2-container--default .select2-selection--single {
    height: 40px;
    border: 1px solid #C2D1D9;
    border-radius: 4px !important;
}
.filter-block__inner span.select2-selection__rendered {
    padding: 0 40px 0 10px !important;
    line-height: 40px !important;
}
.filter-block__inner .select2-selection__arrow {
    height: 40px !important;
}
.filter-block__inner .select2-selection__arrow b {
    border-color: #C2D1D9 transparent transparent transparent !important;
}
.filter-block__inner .select2-container--open .select2-selection__arrow b {
    border-color: transparent transparent #C2D1D9 transparent !important;
    border-width: 0 4px 5px 4px;
}
.filter-block__inner.search-select .select2-selection__arrow b {
    display: none !important;
}
.filter-block__inner.search-select .select2-container--default .select2-selection--single .select2-selection__arrow  {
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    background: url(../images/search.svg) no-repeat;
    background-position: center center;
}
.table-template__bottom-select {
    width: 290px;
}
.table-template__bottom-select .uk-button {
    width: 100%;
    padding: 0 30px 0 10px;
    position: relative;
    border: 1px solid #C2D1D9;
    border-radius: 4px !important;
}
.table-template__bottom-select .uk-button .uk-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.table-template__bottom-select .uk-button span {
    display: block;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    overflow: hidden;
    text-transform: none;
}

.table-template__table  {
    border: 1px solid #e5e5e5;
}
.table-template__table thead {
    background: #F4F8F9;
}
.table-template__table thead th {
    font-weight: 600;
    color: #4F4F4F;
    vertical-align: middle;
}
.table-template__table th:not(:last-child),
.table-template__table td:not(:last-child) {
    border-right: 1px solid #e5e5e5;
}
.table-template__table .uk-checkbox {
    margin: 0;
}
.table-template__table .btn-action {
    height: 26px;
    padding: 3px;
    background: #fff;
    border-radius: 4px !important;
}
.table-template__select {
    width: 100%;
    max-width: 130px;
    font-size: 14px;
}
.btn-action .check-around svg {
    width: 15px;
}
.filter-block__inner .select2-selection--multiple {
    padding: 0;
    height: 40px;
    border: 1px solid #C2D1D9;
    border-radius: 4px !important;
}
.filter-block__inner .select2-container--focus .select2-selection--multiple {
    border: 1px solid #C2D1D9;
    border-radius: 4px !important;
}
.filter-block__inner .select2-selection--multiple .select2-search .select2-search__field {
    margin-top: 10px;
    margin-left: 10px;
}
.filter-block__inner .select2-selection--multiple .select2-search .select2-search__field::placeholder {
    color: #999;
}
.filter-block__inner .select2-selection--multiple .select2-selection__choice {
    font-size: 14px;
    border-radius: 4px !important;
    padding-top: 3px;
    padding-bottom: 3px;
}
.filter-block__inner .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    top: 3px;
}
.content-after {
    position: relative;
}
.content-after:after {
    content: "по";
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    top: 11px;
    right: -7px;
}
.type-medicine__select {
    max-width: 40%;
    flex: 0 0 40%;
}
.select-dropdown .uk-button  {
    padding: 0 5px;
    display: flex;
    align-items: center;
    width: 100%;
    text-transform: none;
    border: 1px solid #C2D1D9;
}
.select-dropdown .uk-button span {
    display: block;
    white-space: nowrap;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.select-dropdown .uk-icon {
    width: 20px;
    flex: 0 0 20px !important;
}
.quantity .input-text.qty {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
    border: 0;
    width: calc(100% - 70px);
    height: 40px;
    padding: 0 5px;
    text-align: center;
    background-color: transparent;
}
   
.quantity.buttons_added {
    display: flex;
    max-width: 54%;
    flex: 0 0 54%;
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top; 
    border: 1px solid #C2D1D9;
    justify-content: space-between;
    border-radius: 4px !important;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
    padding: 7px 10px 8px;
    height: 40px;
    width: 40px;
    background-color: #ffffff;
    /* border: 1px solid #C2D1D9; */
    border: 0;
    cursor:pointer;
    border-radius: 4px !important;
    font-size: 18px;
}
.quantity.buttons_added .minus .uk-icon,
.quantity.buttons_added .plus .uk-icon {
    width: 20px;
    fill: #C2D1D9;
}

input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; 
}
span[uk-icon="eye"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/eye.png) no-repeat;
    background-size: 20px;
    background-position: center center;
    vertical-align: middle;
}
.clock-dropdown {
    padding: 0;
    border: 0;
}

.select-multiple__fio-block .js-tags-container ul {
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
}
  
.select-multiple__fio-block .tag-selected {
    display: inline-flex;
    align-items: center;
    list-style: none;
    background-color: none;
    border: 0;
    border-radius: 0;
    cursor: default;
    /* float: left; */
    margin-right: 25px;
    margin-top: 0;
    padding: 0 5px;
    font-size: 14px;
}
.select-multiple__fio-block .destroy-tag-selected {
    color: #4F4F4F;
    cursor: pointer;
    display: inline-block;
    /* font-weight: bold; */
    margin-right: 5px;
    font-size: 27px;
    line-height: 1;
}
.select-multiple__fio-block .destroy-tag-selected:hover {
    text-decoration: none;
}
.select-multiple__fio-block .select2-selection__choice {
    display: none !important;
}
.select-multiple__fio-block.filter-block__inner .select2-selection--multiple .select2-search .select2-search__field {
    width: 100% !important; 
}

@media (min-width: 1400px) {
    .col-xl-4 {
        width: 33.33333333%;
    }
    .col-xl-3 {
        width: 25%;
    }
    .col-xl-8 {
        width: 66.66666667%;
    }
}