table.t-hotTour {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    font-size: 15px;
}

table.t-hotTour .right {
    text-align: right;
}

table.t-hotTour .nowrap {
    white-space: nowrap;
}

table.t-hotTour thead td {
    padding: 10px 6px 0;
    border-bottom: 2px solid var(--main-color);
    position: relative;
}

table.t-hotTour thead td a {
    display: block;
    font-weight: 500;
    color: var(--main-color);
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 15px;
    position: relative;
}

table.t-hotTour thead td a:hover {
    background: #eee;
}

table.t-hotTour thead td.sort a {
    padding-right: 25px;
}

table.t-hotTour thead td.sort a:after  {
    font-family: FontAwesome;
    position: absolute;
    right: 5px;
}

table.t-hotTour thead td.sort.asc a:after{content: "\f078";}
table.t-hotTour thead td.sort.desc a:after{content: "\f077";}

table.t-hotTour tbody tr td {
    border-bottom: 1px solid #ddd;
    padding: 5px 6px;
    position: relative;
    cursor: pointer;
}

table.t-hotTour tbody tr:hover td {
    background: #ddd;
}

table.t-hotTour tbody tr:first-child td {
    /*padding-top: 15px;*/
}

@media (min-width: 768px) {
    table.t-hotTour tbody td:hover:after {
        content: '';
        position: absolute;
        background: #ddd;
        left: 1px;
        right: 1px;
        top: -1000px;
        height: 10000%;
        opacity: 0.5;
        z-index: -1;
    }
}

table.t-hotTour tbody tr.reserved td {
    background: #ffcec4;
}

table.t-hotTour tbody tr.reserved:hover td {
    background: #c99f96;
}

table.t-hotTour.fixed thead tr.no-fixed {
    opacity: 0;
}

table.t-hotTour thead tr.fixed {
    display: none;
    position: fixed;
    background: white;
    z-index: 1;
}

table.t-hotTour.fixed thead tr.fixed {
    display: table-row;
}

table.t-hotTour .footable-details {
    text-align: left;
}

table.t-hotTour .footable-details .right {
    text-align: left;
}

table.t-hotTour .footable-details td, table.t-hotTour .footable-details th {
    border: 0;
    padding: 0 !important;
    background: none !important;
}

.t-hotTour__oldPrice{
    font-size: 13px;
    text-decoration: line-through;
    text-decoration-color: var(--main-color);
}

.footable-detail-row td {
    background: transparent !important;
}

.footable-detail-row > td {
    padding-left: 24px !important;
}

.t-hotTour__link:hover{
    background-color: var(--main-color-hover) !important;
    color: #fff;
}
.t-hotTour__item:nth-child(2n){
    background-color: #f2f2f2;
}
.t-hotTour__link:hover a{
    color: #fff;
}
.t-hotTour__link i{
    font-size: 23px;
    width: 100%;
    height: 100%;
}
.t-hotTour__item--booked{
    background-color: #ffdbdb !important;
}
.t-hotTour__changes{
    display: flex;
    align-items: center;
}
.t-hotTour__changes a{
    display: flex;
}

.t-hotTour__edit{
    display: flex;
}
.t-hotTour__del .bx-context-toolbar-button-text {
    color: #000 !important;
}
.t-hotTour__del:hover .bx-context-toolbar-button-text {
    color: red !important;
}
.t-hotTour__edit .bx-context-toolbar-button-text{
    color: #000 !important;
}
/*.t-hotTour .footable-filtering-search .input-group-btn .btn-primary{*/
/*    background-color: var(--main-color);*/
/*}*/

.t-hotTour .footable-filtering {
    display: none;
}
.b-filter{
    background-color: #f1f1f1;
    font-size: 17px;
    /*box-shadow: 0px 0px 2px #000;*/
    padding: 0 20px 30px;
}
.b-filter__title{
    /*font-family: 'Montserrat';*/
    font-weight: bold;
    text-transform: uppercase;
    /*font-size: 20px;*/
    /*margin-bottom: 14px;*/

    margin: 0;
    font-size: 16px;
    text-align: center;
    color: #333333;
    line-height: 50px;

    border-bottom: 1px solid #e4e4e4;
}
.b-filter__group{
    margin-top: 25px;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    /*font-family: 'Montserrat';*/
    font-weight: bold;
}
.b-filter__grpName{
    color: #232323;
    font-size: 12px;
    margin-bottom: 10px;
    /*font-family: 'Montserrat';*/
    text-transform: uppercase;
}
.b-filter__item select{
    width: 100%;
    border: none;
    padding: 6px;
    font-weight: 400;
}
.b-filter__btn {
    padding: 10px 18px !important;
    background-color: var(--main-color) !important;
    border: none !important;
    color: #fff !important;
}
.b-filter__btn:hover{
    background-color: var(--main-color-hover) !important;
}

.b-filter label{
    font-weight: 400;
}

.b-filter input[type="checkbox"]{
    display: none;
}

/* формируем внешний вид чекбокса в псевдоэлементе before */
.b-filter label:before {
    content: " ";
    color: #000;
    display: inline-block;
    /* шрифт Awesome*/
    font: 20px/30px FontAwesome;
    margin-right: 15px;
    position: relative;
    text-align: center;
    text-indent: 0px;
    width: 30px;
    height: 30px;
    background: #FFF;
    border: 1px solid #e3e3e3;
    border-image: initial;
    vertical-align: middle;
}

/* вариации внешнего вида в зав-ти от статуса checkbox */
/* checked */
.b-filter input:checked + label:before {
    content: "\f00c";
    color: var(--main-color);
}





.footable-first-visible{
    /*display: flex !important;*/
}
.b-hotTourEditModal{
    max-width: 1000px !important;
    height: 90%;
    overflow-y: scroll;
}
.b-hotTourModal{
    max-width: 1000px !important;
}
.b-hotTourModal__info{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
    font-size: 16px;
    justify-content: space-between;
}
.b-hotTourModal__info img{
    object-fit: cover;
}

.b-hotTourModal__item{
    margin-bottom: 5px;
    width: 100%;
}
.b-hotTourModal__item:last-child{
    margin-bottom: 0;
}
.b-hotTourModal__item i{
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    background-color: #edf2f5;
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #959ca6;
    margin-right: 5px;
}
.b-hotTourModal__item a{
    color: var(--main-color);
}
.b-hotTourModal__item a:hover{
    color: var(--main-color-hover);
}
.b-hotTourModal__oldPrice{
    font-size: 14px;
    text-decoration: line-through;
    text-decoration-color: var(--main-color);
}
.b-hotTourModal__item img{
    width: 32px;
    height: auto;
}

.b-form{
    width: 100%;
    text-align: left;
}
.b-form__btn{
    color: #fff;
    background-color: var(--main-color);
    border: none;
    text-transform: uppercase;
    padding: 10px;
    font-weight: 600;
    font-size: 14px !important;
}

.b-Cauteon{
    width: 100%;
    padding: 20px;
    background-color: var(--main-color);
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}
.b-Cauteon span{
    text-decoration: underline;
}
.b-Cauteon__title{
    font-size: 19px;
    font-weight: 600;
}
.b-Cauteon__text{
    font-size: 14px;
}
.b-Cauteon a{
    color: #fff;
}