.ins_datePicker_con {
    width: 600px;
    position: absolute;
    z-index: 11111;
    background: #fff;
    top: 71px;
    max-height: 0;
    height: auto !important;
    left: 0;
    padding: 0;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
    min-width: 500px;
}

.ins_datepicker.range .ins_month {
    width: 50%;
    float: left;
    padding: 20px;
}

.ins_date_picker_btns {
    position: absolute
}

.ins_datepicker .ins_tr {
    grid-template-columns: repeat(7, 1fr);
}

.ins_datepicker .ins_td.ins_act {
    background: #000;
    color: #fff;
}

.ins_datepicker i {
    cursor: pointer;
    opacity: 0.5
}

.highlight {
    background: red;
}

.ins_datepicker i:hover {
    color: #31708f;
    opacity: 1
}

.ins_lightbox iframe {
    width: 100%;
    height: 100%;
    border: none;
    position: relative;
    z-index: 111;
}


/*
.ins_lightbox .ins_close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 19px;
    cursor: pointer;
    background: #fff;
    transform: translateY(-50%) translateX(50%);
    width: 25px;
    text-align: center;
    box-shadow: 1px 1px 5px #0000000d;
}*/

.ins_lightbox .ins_title {
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 25px;
    transform: translateY(-111%)
}

.ins_datepicker .ins_befor_today,
.ins_datepicker .disabled {
    color: #c0bebe;
}

.ins_datepicker .ins_td,
.ins_datepicker .ins_th {
    width: 14.28%;
}

.ins_datepicker.range .ins_month {
    width: 100%;
    float: none;
    padding: 20px;
}

.ins_datepicker.range .ins_month {
    width: 50%;
    float: left;
    padding: 20px;
}

.ins_date_picker_btns {
    position: absolute
}

.ins_datepicker .ins_td.ins_act {
    background: #000;
    color: #fff;
}


/*Checkbox border*/

.active-row .ins-td {
    border-top: 3px solid var(--primary) !important;
    border-bottom: 3px solid var(--primary) !important;
}

.active-row .ins-td:first-of-type {
    border-left: 3px solid var(--primary) !important;
}

.active-row .ins-td:last-of-type {
    border-right: 3px solid var(--primary) !important;
}

.active-row .ins-td:last-of-type {
    border-right: 3px solid var(--primary) !important;
}

.active-row ._title,
.active-row ._reservation_id {
    text-decoration: underline;
    text-decoration-style: dashed;
}


/*Checkbox border*/

@media (min-width: 0px) and (max-width: 990px) {
    .ins-col-sticky {
        position: relative !important;
        left: auto !important;
    }
    .ins-fixpanel-right {
        width: 100% !important;
        max-width: 100% !important;
    }
    .ins-list-actions {
        justify-content: center !important;
        align-items: center !important;
        align-content: center !important;
        width: 100% !important;
    }
    .ins_filter_area {
        width: 100% !important;
    }
    .ins-table-data-area {
        margin-top: 35px !important;
        margin: 35px 0 0 0 !important;
    }
    .ins-tabs-rounded>ul li span {
        height: 60px !important;
        display: flex;
        align-items: center;
        line-height: 20px;
    }
    .ins-tabs-rounded>ul {
        font-size: 11px;
    }
    .ins-card .body,
    .ins-card .ins-body,
    .ins-card .ins_body {
        padding: 0 !important;
    }
    .-flight-arrival {
        justify-content: end;
        align-content: flex-end;
    }
    .ins-menu.ins-act>ul {
        right: 10px;
    }
    .-res-edit-body {
        top: 180px !important;
    }
    .-res-edit-body-update {
        font-size: 14px !important;
    }
    .mobile-sidebar-btn.ins-avatar {
        top: -5px;
        z-index: 1111;
        background: transparent;
    }
    .ins-sidebarshow .mobile-sidebar-btn {
        left: 0px !important;
    }
    .ins-sidebar {
        top: 45px !important;
    }
    .ins-sidebar .bottom_menu {
        bottom: 40px !important;
    }
    .-payments-table,
    .-res-users-keys,
    .-payments-table-card {
        overflow: auto;
    }
    .-payments-table-row,
    .-payments-table-header,
    .-payments-table,
    .-payments-table-card,
    .-res-users-keys,
    .-res-users-keys .ins-thead,
    .-res-users-keys .ins-tr,
    .ins-faiz-table.mob_show_thead,
    .ins-faiz-table.mob_show_thead .ins-thead,
    .ins-faiz-table.mob_show_thead .ins-tr {
        width: 1000px !important;
    }
    .-payments-table-header .ins-th,
    .-payments-table-row .ins-td {
        width: 150px !important;
    }
    .-res-users-keys .ins-thead .ins-th,
    .-res-users-keys .ins-tr .ins-td,
    .ins-faiz-table.mob_show_thead .ins-th,
    .ins-faiz-table.mob_show_thead .ins-td {
        width: auto !important;
    }
    .lpkg-title {
        font-size: 14px !important;
    }
    .pkg-input {
        width: 17px !important;
        margin-top: 0px !important;
    }
    ._sys_modified {
        width: 110px !important;
    }
    .-history-data-area .ins-body,
    .-history-data-cont,
    .-history-data-cont .ins-tr,
    .-history-data-area .ins-table-data {
        padding: 0px !important;
    }
    .-history-data-area .ins-header {
        height: auto;
    }
    /* .-history-data-area .ins-title {
        line-height: 30px !important;
    }*/
    .header_actions {
        display: none !important;
    }

    .ins-table-data {
        margin-top:-1px;
    }
}