/* PROD */
/* required extracts from BS 4.1 */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* More styles for tables */
.table-bordered td.border-bottom-none, .table td.border-bottom-none {
    border-bottom: none;
}
.table-bordered td.border-top-none, .table td.border-top-none {
    border-top: none;
}
/* end of More styles for tables */

/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="date"]::-webkit-outer-spin-button, input[type="date"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
input[type="date"] {
    -moz-appearance: textfield;
}

input[type="date"]::-webkit-clear-button {
    display: none;
}
/* end of Hide HTML5 Up and Down arrows. */

/* no italic style required */
/* 2021-11-03 enable again
i, em {
    font-style: normal;
}
*/

/* rework main page: background pictures on plates aint visible in IE, Edge, FF */
div#expcargo {background-image: url("/assets/img/pagesinfo/main/expcargo.svg");}
div#expcargo:hover {background-image: url("/assets/img/pagesinfo/main/expcargo_act.svg");}
div#impcargo {background-image: url("/assets/img/pagesinfo/main/impcargo.svg");}
div#impcargo:hover {background-image: url("/assets/img/pagesinfo/main/impcargo_act.svg");}
div#salecargo {background-image: url("/assets/img/pagesinfo/main/salecargo.svg");}
div#salecargo:hover {background-image: url("/assets/img/pagesinfo/main/salecargo_act.svg");}
div#tariff {background-image: url("/assets/img/pagesinfo/main/tariff.svg");}
div#tariff:hover {background-image: url("/assets/img/pagesinfo/main/tariff_act.svg");}
div#doc {background-image: url("/assets/img/pagesinfo/main/doc.svg");}
div#doc:hover {background-image: url("/assets/img/pagesinfo/main/doc_act.svg");}

.new_home .cargo-items__wrap .cargo-item div.cargo-item__img {
    background-repeat: no-repeat;
}
    
@media (min-width: 1200px) {
    .new_home .cargo-items__wrap .cargo-item div.cargo-item__img {
        width: 104px!important;
        height: 104px!important;
    }
}
@media (max-width: 1199.98px) {
    .new_home .cargo-items__wrap .cargo-item div.cargo-item__img {
        width: 90px!important;
        height: 90px!important;
    }
}
@media (max-width: 991.98px) {
    .new_home .cargo-items__wrap .cargo-item div.cargo-item__img {
        width: 80px!important;
        height: 80px!important;
    }
}
@media (max-width: 767.98px) {
    .new_home .cargo-items__wrap .cargo-item div.cargo-item__img {
        width: 75px!important;
        height: 75px!important;
    }
}
@media (max-width: 575.98px) {
    .new_home .cargo-items__wrap .cargo-item div.cargo-item__img {
        width: 70px!important;
        height: 70px!important;
    }
}
/* -- */
/* fix IE 11 - no default 0 in 'absolute' positioned element */
.header-inner__cabinet-dekstop .header-inner__cabinet-hover,
.header-inner__cabinet-mobile .header-inner__cabinet-hover {
    top: 40px;
    left: 0px;
}

/* rounded */
.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

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

/* img-thumbnail */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* set min width for custom check/radio */
.custom_label-check .custom-check,
.custom_label-check .custom-radio,
.custom_label-radio .custom-check,
.custom_label-radio .custom-radio {
    min-width: 18px;
}

/* make list of awb more style-aligned with form input */
.cpw-propysk-items {
    min-height: 50px;
    border: 1px solid #8c9ba5;
    border-radius: 6px;
}

/* compact tracing 1st line for smaller width */
@media (max-width: 991.98px) {
    .cpw-status-sub__table-wrap .table td,
    .cpw-status-sub__table-wrap .table th
    {
        padding-left: 2px;
        padding-right: 2px;
    }
    .cpw-status-sub__table-wrap .table td .col__head,
    .cpw-status-sub__table-wrap .table th .col__head
    {
        width: 120px;
    }
}

/* tracing grouping */
#status-table {
    border: 1px solid #dfe3e6!important;
    border-collapse: collapse!important;
}
#status tr.cargo-status-first, #status tr.cargo-status-first td {
    border-top: 1px solid #dfe3e6!important;
    border-bottom: none!important;
}
#status tr.cargo-status-repeat, #status tr.cargo-status-repeat td {
    border-top: none!important;
    border-bottom: none!important;
/*    padding-top: 0; */
}

/* text-xxx styles */
.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/* Auto-formatting for tariff tables */
table.table-auto-format tbody tr td:nth-child(2),
table.table-auto-format tbody tr td:nth-child(3),
table.table-auto-format tbody tr td:nth-child(4),
table.table-auto-format tbody tr td:nth-child(5),
table.table-auto-format tbody tr td:nth-child(6)
{
    text-align: center!important;
    white-space: nowrap;
}

table.table-auto-format,
table.table-auto-format tbody tr,
table.table-auto-format tbody tr td,
table.table-auto-format thead tr th,
{
    width:auto!important;
    height:auto!important;
    margin-right: initial!important; /* 2021-06-07 */
    word-break: keep-all; /* 2023-01-25 */
}

.orange-accordion .table-sm tr td div {
    width:auto!important;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

/* for IE11 compatibility */
.custom_label.date_picker .label {
    left: 0;
}

/* overrride style in style.min.css */
@media (max-width: 575.98px) {
    .lk-zakaz-sub-accardion-top__top .input_two_text {
        width: 125px!important;
    }
    .lk-zakaz-sub-accardion-bot .btn-wrap .btn-download {
        margin: 0 24px 20px 24px;
        padding: 0 16px;
        border-radius: 4px;
        cursor: pointer;
        font: 700 .875rem/.9rem cpw-dynpro,sans-serif;
        height: 40px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/* Cargo Units in tracing */
td.cargo-unit.down::before {
    content: " \25BC ";
}
td.cargo-unit.up::before {
    content: " \25B2 ";
}
tr.cargo-unit td:first-child {
    padding-left: 50px;
}

/* .propysk-items-times for small screen */
@media (max-width: 768px) {
    .propysk-items-times i {
        right: 2px;
    }
    .propysk-items-times {
        padding-right: 3px;
        padding-left: 3px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .propysk-items-times i {
        right: 2px;
    }
    .propysk-items-times {
        padding-right: 3px;
        padding-left: 3px;
    }
}
.cpw-propysk-items > div {
    padding-right: 5px!important;
    padding-left: 5px!important;
}
/* decrease left margin of header */
.header-inner__contacts-dekstop {
    margin-left: 3rem;
}
/* border around submenu */
.navigation-wrap__inner {
    border: 1px solid orange;
}
/* align text with picture on workflow pictures */
div.workflow-step {
    position: relative;
    background-position-y: 0.3rem;
}
.workflow-step p {
    position: absolute;
    bottom: 5px;
    padding-left: 2px;
    padding-right: 2px;
}
@media (max-width: 767px) {
    .workflow-step p {
        display: inherit!important;
    }
}

.navigation-wrap__inner>li>a {
    width: max-content;
}
/* 2020-05-06 */ /* 2022-03-17 */
.btn-action.btn-action-second {
    background-color: rgba(118, 134, 146, 1);
/*    color: rgba(72, 83, 91, 1)!important; */
}
/* 2020-07-20 */
.presentation-preview-image {
    width: 45em;
    height: 27em;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
}
/* 2020-07-28 */
.total-dt.down::after {
    content: " \25BC ";
}
.total-dt.up::after {
    content: " \25B2 ";
}
/* 2020-08-08 */
#warrants-table a.pdf {
    color: #fc7b08;
    text-decoration: underline;
}
/* 2020-08-14 */
button[disabled] {
    opacity: .5;
}

/* dataTables */
.dataTables_filter, .dataTables_info, .dataTables_paginate {
    display: inline-block;
}
.dataTables_wrapper .dataTables_paginate .paginate_button span.fa {
    color: #fc7b08;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover
{
    background: #f0f3f6;
}
.dataTables_filter {
    padding-bottom: .5rem!important;
}
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting
{
    padding-right: 30px;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active
{
    outline: none;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled
{
    cursor: pointer;
    position: relative;
    background-image: none;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after
{
    position: absolute;
    bottom: 0.9em;
    display: block;
    opacity: 0.3;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before
{
    right: 1em;
    content: "\2191";
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after
{
    right: 0.5em;
    content: "\2193";
}
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after
{
    opacity: 1;
}
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after
{
    opacity: 0;
}
/* end-of-dataTables */

/* 2020-11-16 */
.tooltip {
    position: relative;
    display: inline-block;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
/* 2020-11-24 */
.new_home .news_home-item-date {
    margin-bottom: 16px;
}
/* 2020-11-27 */
@media (max-width: 767.98px) {
    section.section-neswpage .sub-item__wrap p:last-child {
        display: block!important;
    }
}
/* 2021-01-18 */
.cpw_radio_wrap_bordered {
    border: 1px solid #8c9ba5;
    border-radius: 6px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
}
.cpw_radio_wrap_bordered .label_span {
    color: #fff
}
.cpw_radio_wrap_bordered .custom-radio {
    background-color: #fff
}
/* 2021-06-05 */
@media (max-width: 767.98px) {
    .orange-accordion {
        box-shadow: none;
        line-height: .9rem;
        font-size: .8rem;
        margin-left: 0;
    }
    .orange-accordion div {
        padding-left: 0;
        padding-right: 0;
    }
    .sub-item__wrap p:last-child {
        display: inherit;
    }
}
/* 2021-09-09 */
body input[id^="filter-"] {
    height: 40px;
    margin-top: 5px;
    padding: 0 10px;
}
body input[id^="filter-"]:focus {
    border-color: rgb(237, 139, 0);
}
/* 2021-09-15 , 2021-11-24 , 2021-11-25 */
input:not([type=submit]).error-in-form-field,
select.error-in-form-field,
textarea.error-in-form-field,
input:not([type=submit]):required:invalid.error-in-form-field,
select:required:invalid.error-in-form-field,
textarea:required:invalid.error-in-form-field,
div.cpw_radio_wrap_bordered.error-in-form-field,
div.custom_label.date_picker.error-in-form-field
{
    border-color: rgb(231, 29, 50);
    border-width: 1px;
}
span.divider {
    min-width: 16px;
    height: 4px;
    border-radius: 2px;
    background-color: #8c9ba5;
    margin-left: 4px;
    margin-right: 4px;
}
/* 2021-10-27 */
.propysk-items-times {
    background-color: rgb(0 0 0 / 6%);
}
.propysk-items-times.wrong-crc {
    background-color: #f8d7da;
}
#swal2-content strong {
    font-weight: bold;
}
#swal2-content em {
    font-style: italic;
}
/* 2021-11-02 */
.cpw-propysk-items-v2 {
    min-height: 50px;
    border: 1px solid #8c9ba5;
    border-radius: 6px;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
button.btn-action.btn-action-remove {
    color: black!important;
    background-color: rgb(239, 239, 239);
}
.cpw-propysk-items-v2 input.propysk-awb-number {
    width: 135px;
    opacity: 1;
    background-color: rgb(0 0 0 / 3%);
}
.cpw-propysk-items-v2 input.propysk-awb-number.wrong-crc {
    background-color: #f8d7da;
}
div.propysk-items-v2-vilet div.col-auto,
div.propysk-items-v2-prilet div.col-auto
{
    padding-left: 5px;
    padding-right: 5px;
}
/* 2021-11-11 */
form input.cpw-error {
    border-color: rgb(231, 29, 50);
}
/* 2021-11-12 */
.form-block p {
    line-height: 1.2rem;
}
.form-block .form-block-header {
    margin-bottom: 0;
    border: 1px solid #828a94;
    border-radius: 8px 8px 0 0;
    background: #f0f3f6;    
    text-transform: uppercase;
    position: relative;
    color: #000;
    margin-top: 8px;
    margin-bottom: 0;
    padding: 16px 50px 16px 30px;
    font-size: .875rem;
    font-weight: 500;
}
@media (max-width: 991.98px) {
    .form-block .form-block-header {
        line-height: .9rem;
        font-size: .75rem;
    }
}
.form-block .form-block-body {
    background: #fafafa;
    padding: 16px 0;
    display: flex;
    flex-direction: column;
}
.form-block .form-block-body .title {
    margin-bottom: 8px;
    font-size: 1rem;
    line-height: 1.2rem;
    color: #5a6872;
    font-weight: 500;
}
.form-block .form-block-body .desc {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 4px;
    font-size: .75rem;
    color: #5a6872;
    line-height: .9rem;
}
p.cpwi-orange {
    color: #fc7b08;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2rem;
}
/* 2021-11-16 */
.form-with-awb-numbers input.awb-prefix {
    width: 60px;
}
.form-with-awb-numbers .awb-divider {
    margin-top: auto!important;
    margin-bottom: auto!important;
}
.form-with-awb-numbers input.awb-number {
    width: 105px;
    min-width: 105px;
}
.form-with-awb-numbers input.awb-part { /* 2022-03-28 */
    text-align: center;
}
/* 2021-11-25 */
.text-left {
    text-align: left;
}
/* 2022-01-18 */
.status-table-header {
    font: 700 1.5rem/1.8rem cpw-dynpro,sans-serif;
}
/* 2022-02-01 */
/* HAWB List in tracing */
table#status-table tbody tr td div.down::after {
    content: " \25BC ";
}
table#status-table tbody tr td div.up::after {
    content: " \25B2 ";
}
table#status-table tbody tr div#hawblist-btn {
    display: inline-block;
    margin-left: 15px;
    background-color: #80808042;
    padding: 3px 5px;
    border-radius: 3px;
}
table#status-table tbody tr div#hawblist-btn:hover {
    cursor: pointer;
}
table#table-avia tbody tr td a {
    color: #fc7b08;
    text-decoration: underline;
}
/* 2022-02-15 */
.news-item-link-btn {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
/* 2022-03-03 */
.btn.btn-action.btn-action-close {
    background-color: darkgray;
}
/* 2022-03-21 */
button[disabled], button.disabled, a[disabled], a.disabled {
    opacity: .5;
    cursor: initial;
}

button[disabled]:hover, button.disabled:hover, a[disabled]:hover, a[disabled]:hover {
    opacity: .5;
    cursor: initial;
}
/* 2022-03-23 */
.btn.btn-help {
    cursor: pointer;
    border-radius: 4px;
    padding: 0 16px;
    border: 2px solid #fc7b08;
    margin: 0 24px;
    color: #fc7b08;
    font: 700 0.875rem/0.9rem cpw-dynpro,sans-serif;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-svo {
    color: #fc7b08;
}
.bg-svo {
    background-color: #fc7b08;
}
/* 2022-03-30 */
table.table-report {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 0.9rem;
    font-family: cpw-dynpro, sans-serif;
}

table.table-report thead,
table.table-report thead tr,
table.table-report thead tr th
{
	text-align: center;
	vertical-align: middle !important;
	border-collapse: collapse;
}

table.table-report thead tr th {
	border: 1px solid rgb(125, 125, 125);
    background-color: #f0f3f6;
}

table.table-report tbody tr {
    background: #fafafa;
    border-bottom: 1px solid #dfe3e6;
}

table.table-report tbody tr:nth-child(2n+1) {
    background: #fff;
    border: none;
    border-bottom: 1px solid #dfe3e6;
}
/*
table.table-report tbody tr:nth-child(2n+1):hover {
    background: rgba(252,123,8,.2)
}
*/
table.table-report tbody tr:last-child {
    border-bottom-style: double;
    border-bottom-width: initial;
    border-color: initial;
}

table.table-report tbody tr td {
	text-align: center;
}

table.table-report tbody tr td a {
    color: #fc7b08;
}

table.table-report tbody tr td a:hover {
    color: #536779;
}

table.table-report tbody tr .td-center {
    text-align: center;
    vertical-align: middle
}
/* 2022-03-30 */
.text-mono {
    font-family: monospace;
}
/* 2022-05-18 */
input[type="checkbox"][disabled] + span.custom-check {
    opacity: .5;
}
/* 2022-06-09 */
.infographic + p {
    line-height: 1.4rem;
}
/* 2022-06-14 */
.awb-divider {
    margin-top: auto!important;
    margin-bottom: auto!important;
}
/* 2022-06-16 */
td.reestr-status-error {
    color: red;
    font-weight: 500;
}
td.reestr-status-success {
    color: green;
    font-weight: 500;
}
/* 2022-07-26 */
.mt36 {
    margin-top: 36px;
}
/* 2022-07-28 */
button:focus {
    outline: none;
}
/* 2022-08-03 */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #fc7b08;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #fc7b08;
}

.badge-secondary {
  color: #fff;
  background-color: #768692;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #768692;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}
/* 2022-08-24 */
@media (max-width: 991.98px) {
    .sub-accardion__item__right p {
        margin-top: 0;
    }    
}
/* 2022-09-16 */
/* 2023-06-13 */
table thead tr th.sticky,
table thead tr th.sticky.sorting,
table thead tr th.sticky.sorting_asc,
table thead tr th.sticky.sorting_desc
{
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 96px;
    z-index: 1;
}
table thead tr th.sticky.sticky-2 {
    top: 139px;
}
table.stickable,
table.stickable thead tr th
{
    border-collapse: separate;
    border-spacing: 0px;
}

/* 2022-10-28 */
.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-error hr {
  border-top-color: #f1b0b7;
}
.alert-error .alert-link {
  color: #491217;
}

/* 2022-12-05 */
.header_in-wrap {
    top: 0;
}
.slider__header-nav {
    top: 150px;
}

/* 2023-01-19 from BS4 */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
/*  content: ""; */
/*  background-color: #e9ecef; */
/*  border-left: 1px solid #ced4da; */
  border-radius: 0 0.25rem 0.25rem 0;
}

/* 2023-02-14 */
.nowrap {
    white-space: nowrap;
}

/* 2023-02-28 */
button.cpwi-btn-orange {
    background-color: rgb(240, 240, 240);
}

/* 2023-03-03 */
.custom_label>span.label>span.val_true {
    right: 3px;
}

/* 2023-06-08 */
td.absent-data {
    font-weight: bold;
    text-align: center!important;
}

/* 2023-06-16 not from BS, colors - from alert-xxx */
.bg-warning {
  background-color: #fff3cd !important;
  color: #856404;
}
.bg-danger {
  background-color: #f8d7da !important;
  color: #721c24;
}

/* 2023-06-23 */
a.upright-button,
a.vacancy-button
{
    color: #fff!important;
    background: #fc7b08;
    border-radius: 4px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all .2s ease;
    font: 700 .875rem/.9rem cpw-dynpro,sans-serif;
    height: 40px;
    display: block;
    float: right;
    padding: 10px 16px;
/*    margin-top: -10px; */
/*    margin-right: 20px; */
    max-width: max-content; /* 2024-04-10 */ /* 2024-08-15 */
    min-width: max-content; /* 2024-08-15 */
}
/* 2023-08-02 */
.fa.fa-user.fa-user-not-logged {
    color: #243b4f;
    background-color: #2d44575c;
}
.cpwi-btn-grey {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    padding: 0 16px;
    border: 2px solid #b5c2c9;
    border-radius: 4px;
    color: #48535b;
    text-align: center;
    font-size: .875rem;
    cursor: pointer;
    line-height: .9rem;
    font-weight: 700;
}

.cpwi-btn-grey:hover {
    background: #768692;
    color: #fff;
}
.header-inner__cabinet-desktop .logged_btn {
    max-height: 70px;
    overflow: hidden;
}
/* 2023-08-07 */
.nodisplay {
    display: none;
}
/* 2023-08-09 - copy from cpwi-table...cpwi-table-item */
.table-report tbody tr .cpwi-table-item {
    position: relative;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    min-width: 30px;
}

.table-report tbody tr .cpwi-table-item>span {
    display: inline-block;
    content: "";
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background: #8c9ba5;
    margin-left: 4px;
}

.table-report tbody tr .cpwi-table-item>span:first-child {
    margin-left: 0;
}

.table-report tbody tr .cpwi-table-item__hov {
    background: #fff;
    border: 1px solid #8c9ba5;
    display: none;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    width: 180px;
    top: 20px;
    right: -10px;
    z-index: 50;
    border-radius: 4px;
    text-align: left;
}

.table-report tbody tr .cpwi-table-item__hov:after,
.table-report tbody tr .cpwi-table-item__hov:before {
    position: absolute;
    content: "";
    right: 16px;
    top: -16px;
    border: 8px solid transparent;
    border-bottom: 8px solid #fff;
}

.table-report tbody tr .cpwi-table-item__hov:before {
    top: -18px;
    border-bottom: 9px solid #8c9ba5;
}

.table-report tbody tr .cpwi-table-item__hov p {
    padding: 8px 15px;
    font-weight: 500;
    font-size: .875rem;
}

.table-report tbody tr .cpwi-table-item__hov p:hover {
    background: rgba(252,123,8,.2);
}

.table-report tbody tr .cpwi-table-item:hover .cpwi-table-item__hov {
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
/* 2023-08-22 - moved from lk.css */
.awbs-uploaded {
    color: black;
    font-weight: bold;
}

.awbs-duplicates {
    color: red;
    font-weight: bold;
}

.awbs-not-exist {
    color: red;
    font-weight: bold;
}

#file_sel #btn-upload {
    border: 3px solid #fc7b08;
    cursor: pointer;
}

.prop-ready-text {
    font-weight: bold;
}

.prop-ready-text-awb {
    font-size: smaller;
}
/* 2023-08-23 */
span.val_req {
    margin-bottom: 0;
}
/* 2023-09-12 */
.swal2-content a {
    color: #fc7b08;
}
/* 2023-09-21 fix for new swal version */
.swal2-styled {
    padding: 0.625em 2em;
}
.swal2-styled.swal2-confirm {
    background-color: #3085d6;
}
/* 2024-01-25 */
.bordered-box {
    border: 1px dotted #fd9539;
    border-radius: 4px;
    margin: 5px 0;
    padding: 10px 5px;
}
.avatar-accardion {
    height: initial;
}
/* 2024-04-04 */
.vacancy-header-left,
.vacancy-header-right
{
    line-height: 1.2rem;
}
.accordion_button.sub-accordion_button_slide.vacancy-header {
    text-transform: initial;
}
.accordion_button.sub-accordion_button_slide.vacancy-header .vacancy-header-left {
    text-transform: uppercase;
}
.accordion_button.sub-accordion_button_slide.vacancy-header .vacancy-header-right {
    font-size: larger;
}
/* 2024-05-08 */
button.get-help {
    color: #7066e0;
    background-color: initial;
    border: initial;
    cursor: pointer;
}
/* 2024-09-20 */
a.year-in-a-row {
    background-color: white;
    padding: 5px 10px;
    margin: 3px 5px;
    border-radius: 6px;
    color: #5a6872!important;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
    box-shadow: 0 10px 16px 0 rgb(132 132 132 / 40%);
    transition: all .2s ease;
}
a.year-in-a-row:hover {
    color: #fc7b08!important;
    box-shadow: 0 10px 16px 0 rgb(132 132 132);
}
a.year-in-a-row[selected] {
    background-color: #fc7b08;
    color: aliceblue!important;
}
/* 2024-09-30 */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
/* 2025-01-23 */
p.oc-text-indent {
    text-indent: 50px;
}
/* 2025-06-25 */
.swal2-html-container a {
    color: #fc7b08;
}
/* 2025-09-08 */
.tipicon > .description {
    background-color: white;
    border: 1px solid #e3e3e3;
    width: auto;
    max-width: 275px;
    height: auto;
    padding: 10px;
    font-family: cpw-dynpro, sans-serif;
    font-size: smaller;
    z-index: 500;
    position: absolute;
    margin-left: 0;
    margin-top: 20px;
    cursor: default;
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.4s, opacity 0.4s linear;
}
.tipicon:focus > .description,
.tipicon:hover > .description 
{
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
}
.tipicon:focus,
.tipicon:hover
{
    color: black;
    transition-delay: 0s;
}
/* 2025-10-02 */
div.section-brands button.btn-desc {
    background-color: rgb(240, 240, 240);
    padding: 3px 10px;
    border-radius: 3px;
    color: #5a6872!important;
    font-weight: 700;
    cursor: pointer;
/*    box-shadow: 0 10px 16px 0 rgb(132 132 132 / 40%); */
    transition: all .2s ease;
    text-transform: uppercase;
    font-size: small;
    border-width: thin;
    border-style: inherit;
    border-color: #fc7b08;
}
div.section-brands button.btn-desc:hover {
    color: #fc7b08!important;
    box-shadow: 0 10px 16px 0 rgb(132 132 132);
}
div.section-brands .brands-item {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
div.section-brands a {
    padding: 25px 15px;
    transition: all .2s ease;
    border: none;
}
div.section-brands a:hover {
    border: none;
}
div.brands-item-picture-div {
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}
div#modal-gallery-partners-avia-text {
    margin: 5px 0;
    padding: 10px 10px;
    border: 1px solid #fc7b08!important;
    border-radius: 2px;
    background-color: rgb(240, 240, 240);
    white-space: pre-wrap;
}
button.cpwi-btn-orange.active {
    background: #fc7b08;
    color: #fff;
}
/* 2025-10-09 */
#language-selector {
	display: none;
	padding: 3px 5px;
	border: 1px solid #fc7b08;
	border-radius: 6px;
	background-color: white;
	position: absolute;
	top: 10px;
	left: 20px;
	z-index: 1000;
    line-height: 1.4;
    box-shadow: 2px 2px orange;
}
#language-selector a {
    display: block;
    padding: 10px 35px;
	border-radius: 6px;
}
#language-selector a:hover {
    background-color: #fc7b08;
    color: white;
    cursor: pointer;
}
