﻿.boxBG {
    background-image: url(../../../images/bg-14.png);
    background-position: top -83px right -100px;
    background-repeat: no-repeat;
    background-size: 700px;
}

.panelBoxHeader h3 {
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 5px;
}

.panelBoxHeader {
    padding: 15px;
    background: #f9fafb !important;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    border-radius: 9px;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding-left: 8px;
}

.parkingLevelPanel h5 {
    font-size: 14px;
    color: #40434e;
    margin-bottom: 20px;
}

.parkingLevelPanel {
    padding: 20px;
}

.parkingMetaData span {
    font-weight: bold;
    margin-left: 5px;
    margin-top: 5px;
    color: #605d5d;
}

.progress {
    height: 5px;
    border-radius: 10px;
    margin-top: 3px;
}

/*.ParkingUnit {
    border-radius: 4px;
    margin: 4px;
    float: left;
    width: 40px;
    height: 40px;
    cursor: pointer;
    overflow: hidden;
    font-size: 12px;
    color: #e3e3e3;
    padding: 4px;
    text-align: center;
}*/

.ParkingUnit {
    border-radius: 4px;
    margin: 4px;
    float: left;
    width: 50px;
    height: 30px;
    cursor: pointer;
    overflow: hidden;
    font-size: 12px;
    color: #e3e3e3;
    padding: 4px;
    text-align: center;
}


    .ParkingUnit:hover {
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    }

.supplierInfoPanel {
    padding: 2px 15px 8px;
    border-radius: 10px;
    background: #f8f8f8;
    color: #333;
    background: #fff;
}

    .supplierInfoPanel h6 {
        margin-bottom: 0px;
        color: #24426b;
        font-size: 13px;
        font-weight: 600;
    }

    .supplierInfoPanel h5 {
        margin-bottom: 10px;
        color: #24426b;
        font-size: 14px;
    }

    .supplierInfoPanel p {
        margin-bottom: -1px;
        font-size: 13px;
        margin-bottom: 10px;
    }

.tooltip-inner {
    background: #fff;
    text-align: inherit;
    max-width: 300px;
    min-width: 250px;
    -webkit-box-shadow: 0 1px 2px #0000001a, 0 1px 2px #0000000f, 0 2px 4px #00000008;
    box-shadow: 0 1px 2px #0000001a, 0 1px 2px #0000000f, 0 2px 4px #00000008;
    filter: alpha(opacity=100);
    opacity: 1;
}

.tooltip.in {
    filter: alpha(opacity=100);
    opacity: 1;
}

.svgSet {
    vertical-align: -5px;
    color: #0b956c;
}

.lblStatus {
    background: #00a65a;
    padding: 2px 5px;
    border-radius: 4px;
    color: #fff;
    font-size: 10px;
}

.stausPanel {
    margin: 15px;
}

.statusItem {
    padding: 2px 10px;
    border: solid thin #ccc;
    margin-right: 10px;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.5s ease;
}

    .statusItem:hover {
        background: #ccc;
    }

.statusAll {
    color: #e9ebed;
}

.statusAvailable {
    color: #0ca678;
}

.statusAvailableBG {
    /* background: #0ca678;*/
    background: #00c549;
}

.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;
}

.fa-check-circle {
    display: none;
}

.active .fa-check-circle {
    display: inline-block;
    margin-left: 8px;
    color: #0d6efd;
    transition: all 0.5s ease;
}

hr {
    margin: 15px 20px 15px 20px;
    border-color: #998f8f;
    clear:both;
}

.popUpBG h5 {
    font-size: 12px;
    text-transform: uppercase;
    color: #9b9797;
    margin-bottom: 4px;
}

.popUpBG h6 {
    font-size: 15px;
    color: #40434e;
    margin-bottom: 20px;
}

.offcanvas-body h4 {
    font-size: 15px;
    color: #105ebc;
}

.offcanvas-header {
    -webkit-box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .1);
    -moz-box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .1);
    box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .1);
}

.devider {
    display: block;
    margin: 10px 0px;
}

.offcanvas-body {
    background-image: url(../../../images/bg-14.png);
    background-position: top -83px right -100px;
    background-repeat: no-repeat;
    background-size: 700px;
}

.colorOrange {
    background-color: #f59f00;
}

.colorRed {
    background-color: #d63939;
}

.minwidth100 {
    min-width: 130px;
}

.mt9 {
    margin-top: 7px;
}
.unitDetails {
    width: 100px;
    height: 50px;
}
.UnitPanel .parkingLevelPanel {
    padding: 1px 20px;
}
.UnitPanel hr {
    margin: 5px;
}
.UnitPanel .parkingLevelPanel h5 {
    margin-bottom:0px;
}
.iconHome {
    display:none;
}
.UnitPanel .iconHome {
    display: inline-block;
}
.UnitPanel .icon-garage {
    display:none;
}
.UnitPanel .unitDetails {
    overflow: hidden;
    text-align: center;
    color: #e0e0e0;
    padding-top: 6px;
    font-weight: 500;
}