
.coms {
    min-width: 300px!important;
    background-color: #EBEEF2!important;
}
.senol {
    border: none!important;
    min-height: 45px!important;
    background-color: #EBEEF2!important;
}

.tenol {
    margin-top: 22px!important;
    background-color: #EBEEF2!important;
}

.crbox{
    height:100%!important;
    background-color: #00000011!important; 
    border:2px solid #00000021!important;    
}
.crbox_border{
    border:2px solid #00000021!important;    
}

.ltc{
    max-height:60px!important;
    overflow:auto!important;
}

.col-centered{
    margin: 0 auto;
    float: none;
}

.porel{
    position: relative!important;
}

.reslock{
    position: absolute;
    left: 5px;
    bottom: -8px;
    width: 15px;
    height: 15px; 
    color: black !important;
    transform: rotate(-10deg);
    text-shadow: 1px 1px 2px rgb(255 255 255 / 50%);
    font-size: 16px;
}
.statbad{
    position: absolute;
    top: 5px;
    right: 3px;
    width: 13px;
    height: 13px;
    border: 2px solid #fff;
    border-radius: 10px;
}

.statbadr {
    top: 3px!important;
    right: 10px!important;
}

/* 0: New 1:Confirmed 2:Edited 3:Send to confirm 4:Not Red */
.stat_0{
    background-color: #44cef8;
}

.stat_1{
    background-color: #00e932;
}

.stat_2{
    background-color: #f0db7c;
}

.stat_3{
    background-color: #ffffff;
}

.stat_4{
    background-color: #f80606;
}

.resminer_soft_bg {
    background-color: rgb(116 120 141 / 6%)!important;
}

.rbuk{
    position:relative!important;
}
.rbuk .badge{
    position:absolute!important;
    top:-10px!important;
    right:-20px!important;
}

.plus_day .badge{
    position:absolute!important;
    top:-10px!important;
    right: 0px!important;
}

.flight_sel{
    border:3px solid #039741!important;
    border-radius: 10px!important;
    background-color: #00e93215!important;
}

.cross_change {
    position: absolute;
    left: -36px;
    top: 66px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    cursor: pointer;
}


.rm_translate {
    position: absolute;
    right: 11px;
    top: -6px;
    padding: 5px 5px 2px 5px;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    background-color: #fff;
}

.rm_translate_mod_1 {
    right: 28px;
    top: 85px;
}


/* CUSTOM 25.06.2023 */
.search-box-image {
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.search-box-image img {
    height: auto;
    min-width: 100%;
    width: auto;
    min-height: 100%;
}

.search-box-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-box-info a {
    width: max-content;
}

td.sticky {
    position: sticky;
    left: -13px;
    z-index: 11;
    background: white;
    box-shadow: inset -1px 0px 0px 0px #c0c0c0;
}


@media all and (max-width:571px){
    td.sticky {
        position: relative;
        left: 0;
        z-index: 11;
        background: white;
        box-shadow: none
    }
}