﻿.form-control, .SumoSelect > .CaptionCont, .select2-container--default .select2-selection--single {
    border-radius: 4px;
}

.content-header > h1 {
    margin: 0;
    font-size: 20px;
    color: #444;
    font-weight: 400;
    margin-bottom: 5px;
}

label {
    color: #504a4a;
}

.boxBG {
    background-image: url(../../../images/bg-14.png);
    background-position: top -83px right -100px;
    background-repeat: no-repeat;
    background-size: 700px;
    border-radius: 4px;
    border: 0px solid transparent;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
}

/*------------------------------------------------------------------
[11. Tabs & Accordians]
*/
/* Tabs
------------------------------------
*/
.nav-tabs {
    position: relative;
}

    .nav-tabs > li {
        padding-left: 0;
        padding-right: 0;
    }

        .nav-tabs > li > a.active:hover, .nav-tabs > li > a.active:focus {
            border-color: #e0e0e0;
            color: #4b4b4b;
            background-color: #e0e0e0;
        }

        .nav-tabs > li > a {
            display: block;
            border-radius: 0;
            padding: 13px 17px;
            margin-right: 0;
            font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
            font-weight: 500;
            letter-spacing: 0.06em;
            color: #757575;
            font-size: 10.5px;
            min-width: 70px;
            text-transform: uppercase;
            border-color: transparent;
            position: relative;
            line-height: 1.7em;
        }

            .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
                background: transparent;
                border-color: transparent;
                color: #4b4b4b;
            }

            .nav-tabs > li > a .tab-icon {
                margin-right: 6px;
            }

            .nav-tabs > li > a.active {
                color: #212121;
                background: #ccc;
            }

    .nav-tabs ~ .tab-content {
        overflow: hidden;
    }

        .nav-tabs ~ .tab-content > .tab-pane.slide-left, .nav-tabs ~ .tab-content > .tab-pane.slide-right {
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .nav-tabs ~ .tab-content > .tab-pane.slide-left.sliding, .nav-tabs ~ .tab-content > .tab-pane.slide-right.sliding {
                opacity: 0 !important;
            }

            .nav-tabs ~ .tab-content > .tab-pane.slide-left.active, .nav-tabs ~ .tab-content > .tab-pane.slide-right.active {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                -ms-transform: translate(0, 0);
                opacity: 1;
            }

            .nav-tabs ~ .tab-content > .tab-pane.slide-left.sliding {
                -webkit-transform: translate3d(10%, 0, 0);
                transform: translate3d(10%, 0, 0);
                -ms-transform: translate(10%, 0);
            }

            .nav-tabs ~ .tab-content > .tab-pane.slide-right.sliding {
                -webkit-transform: translate3d(-10%, 0, 0);
                transform: translate3d(-10%, 0, 0);
                -ms-transform: translate(-10%, 0);
            }

    .nav-tabs.nav-tabs-left, .nav-tabs.nav-tabs-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

        .nav-tabs.nav-tabs-left:after, .nav-tabs.nav-tabs-right:after {
            border-bottom: 0px;
        }

        .nav-tabs.nav-tabs-left > li, .nav-tabs.nav-tabs-right > li {
            float: none;
        }

    .nav-tabs.nav-tabs-left {
        float: left;
        padding-right: 0;
    }

        .nav-tabs.nav-tabs-left ~ .tab-content {
            border-left: 1px solid rgba(0, 0, 0, 0.1);
            -ms-flex: 1;
            -ms-flex-negative: 0;
        }

    .nav-tabs.nav-tabs-right {
        float: right;
        padding-right: 0;
    }

        .nav-tabs.nav-tabs-right ~ .tab-content {
            border-right: 1px solid rgba(0, 0, 0, 0.1);
            -ms-flex: 1;
            -ms-flex-negative: 0;
        }

.nav-tabs-linetriangle > li > a.active:after {
    border-top-color: #f4f4f4;
    border-width: 10px;
    margin-left: -10px;
}

.nav-tabs-linetriangle > li > a.active:before {
    border-top-color: rgba(0, 0, 0, 0.2);
    border-width: 11px;
    margin-left: -11px;
}

.nav-item svg {
    vertical-align: -5px;
}

.nav-tabs {
    position: relative;
    background: #f9fafb !important;
}

.stausPanel {
    margin: 15px 0px;
}

.statusItem {
    padding: 2px 10px;
    border: solid thin #ededed;
    margin-right: 2px;
    border-radius: 5px;
    font-weight: 500;
    transition: all 0.5s ease;
    background: #fff;
}

    .statusItem:hover {
        background: #ccc;
    }

.statusAll {
    color: #e9ebed;
}

.statusAvailable {
    color: #0ca678;
}

.statusAvailableBG {
    background: #0ca678;
}

.statusHold {
    color: #f59f00;
}

.statusHoldBG {
    background: #f59f00;
}

.statusJoint {
    color: #066fd1;
}

.statusJointBG {
    background: #066fd1;
}

.statusBooked {
    color: #d63939;
}

.statusBookedBG {
    background: #d63939;
}

.statusJointHold {
    background: linear-gradient(to right, #4497e5, #a7d7ff);
    color: transparent;
    background-clip: text;
}

.statusJointHoldBG {
    background: linear-gradient(to right, #4497e5, #a7d7ff);
}

.active {
    border-color: #0d6efd;
}

.card {
    position: relative;
    transition: all 0.8s ease;
    box-shadow: 0px 8px 24px 8px rgba(31, 35, 41, .04), 0px 6px 12px 0px rgba(31, 35, 41, 0.04), 0px 4px 8px -8px rgba(31, 35, 41, 0.06);
    margin-bottom: 20px;
}

    .card:hover {
        box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
    }

.imgSet {
    width: 100px;
}

.card h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: -2px;
    margin-top: 3px;
}

.soldPanel .card-body {
    padding: 0px;
    background: linear-gradient(0deg, #fff3, #fff3), linear-gradient(167.94deg, #afe4ff7a -125.97%, #e3f5ff7a 3.76%, #ffffff7a 135.47%), linear-gradient(0deg, #ffffff29, #ffffff29)
}

.soldPanel .areaPanel p {
    margin-bottom: 1px;
    color: #0e5c49;
}

.customerPanel p {
    margin-bottom: 1px;
}

.soldPanel {
    border-color: #e9e9e9;
}

    .soldPanel .card-footer {
        background: #eaf7f4;
        border-top: dashed thin #e9e9e9;
    }

    .soldPanel .lblAgreementValue {
        color: #138f71;
    }

    .soldPanel .card-footer span {
        display: inline-block;
        margin-right: 20px;
        font-size: 13px;
        color: #12463a;
    }

.unsoldPanel .card-body {
    padding: 0px;
    background: linear-gradient(0deg, #fff3, #fff3), linear-gradient(167.94deg, #fff0e9 -125.97%, #fff0e9 3.76%, #ffffff 135.47%), linear-gradient(0deg, #fff0e9, #fff0e9);
}

.unsoldPanel {
    border-color: #ffe8dd;
}

    .unsoldPanel .card-footer {
        background: #fff0e9;
        border-top: dashed thin #fbc1a7;
    }

    .unsoldPanel .lblAgreementValue {
        color: #c75722;
    }

    .unsoldPanel .areaPanel p {
        margin-bottom: 1px;
        color: #c14912;
    }

    .unsoldPanel .card-footer span {
        display: inline-block;
        margin-right: 20px;
        font-size: 13px;
        color: #ad4a1c;
    }





.tokenedPanel .card-body {
    padding: 0px;
    background: linear-gradient(0deg, #fff3, #fff3), linear-gradient(167.94deg, #f8fbfd -125.97%, #f8fbfd 3.76%, #ffffff 135.47%), linear-gradient(0deg, #f8fbfd, #f8fbfd);
}

.tokenedPanel {
    border-color: #ffe8dd;
}

    .tokenedPanel .card-footer {
        background: #ebf5fc;
        border-top: dashed thin #9cd6ff;
    }

    .tokenedPanel .lblAgreementValue {
        color: #017cfd;
    }

    .tokenedPanel .areaPanel p {
        margin-bottom: 1px;
        color: #0a4a9b;
    }

    .tokenedPanel .card-footer span {
        display: inline-block;
        margin-right: 20px;
        font-size: 13px;
        color: #0a4a76;
    }

.card-footer svg {
    vertical-align: -4px;
}

.lblUnitData {
    font-weight: 800;
    color: #017cfd;
    margin-top: 0px;
    margin-bottom: 0;
}

.rightBorder {
    border-right: solid thin #d5d5d5;
    position: relative;
}

.p-2 {
    padding: 7px !important;
}

.mbn3 {
    margin-bottom: -3px !important;
}

.rightBorder p b {
    font-size: 11px;
}

.costingPanel p {
    margin-bottom: 0px;
    margin-top: 13px;
}

.secondaryColor {
    color: #4b5772;
}

.lblUnitData small {
    font-size: 11px;
    background: #d4e9ff;
    padding: 3px 6px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.8s ease;
}

    .lblUnitData small:hover {
        background: #017cfd;
        color: #fff;
    }

.VANPanel {
    position: absolute;
    right: 1px;
    padding: 5px 10px;
    border-radius: 13px;
    background: #e4eaff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px -62px 13px -111px inset, rgba(0, 0, 0, 0.3) 0px -2px 19px -10px inset;
    top: 4px;
    font-weight: bold;
    color: #4666d5;
    font-size: 12px;
}

#btnUnitAdvanceSearch {
    color: #0d6efd;
    border-bottom: dashed 1px #0d6efd;
    font-weight: bold;
    margin-top: 15px;
}

.offcanvas-header {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.offcanvas-footer {
    padding: 10px;
    background: #f4f4f4;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}

.footerFixed {
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
    padding: 4px 20px;
    box-shadow: 0px 6px 0px #888, 0px 1px 5px #888;
    padding-left: 90px;
    z-index: 998;
}

.page-link {
    border: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    margin-right: 8px;
    color: #797D7F;
    padding: 0.125rem 0.55rem;
}

.page-item.active .page-link {
    background: #3d506d;
    border-radius: 2px;
}

.pagination {
    margin-bottom: 0px;
    margin-top: 2px;
}

.navigation p {
    margin-bottom: 0px;
    margin-right: 4px;
    margin-top: 5px;
}

.paginationPageSize {
    border: 1px solid #C2C8CC;
    color: #797D7F;
    line-height: 2;
    height: 20px;
    margin-right: 3px;
    padding: 0px;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    margin-top: 2px;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.btnExportToExcel {
    font-weight: 600;
    padding: 4px 6px;
    border: none;
    background: #fff;
}

    .btnExportToExcel img {
        text-decoration: none;
    }

.paginationRecordSet {
    height: 26px;
    padding: 0px 4px;
    max-width: 57px;
    font-size: 12px;
}

    .paginationRecordSet.form-select {
        background-position: right 2px center;
    }

.page-link:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.width30 {
    width: 30px;
}

.width50 {
    width: 45px;
}

.btnExportToExcel {
    font-weight: 600;
    padding: 4px 6px;
    border: none;
    background: #fff;
    color: #0d6efd;
    margin-top: 3px;
}

.sidebar-mini.sidebar-collapse .main-sidebar {
    z-index: 999;
}

#btnCreateVAN {
    /*   margin: 13px;*/
}

.tabHeaderPanel {
}

#btnParkingAdvanceSearch {
    color: #0d6efd;
    border-bottom: dashed 1px #0d6efd;
    font-weight: bold;
    margin-top: 15px;
}
.sidebar-collapse .footerFixed {
    left: 0px;
    width: 100%;
}
.footerFixed {
    left: 147px;
    width: 90%;
}
.listPanelBG {
    position: relative;
    background: #f9fafb !important;
    padding-right: 15px;
}
.searchPanelBg {
    margin-top:13px;
}
.searchPanelBg input {
    width: 80%;
    margin-right:5px;
}
input::placeholder {
    font-size:12px;
    opacity: 0.5;
}

