﻿.viewevent .card-top-part {
    color: inherit;
}
.viewevent .card-top-part .card-item .card-label .badge {
    font-size: 15px;
}
.viewevent .card-body .card-bottom-part {
    display: flex;
    align-items: center;
}
.viewevent .card-body .card-bottom-part .favourite-icon {
    margin-left: auto;
}
.viewevent .card-body .card-bottom-part .card-facility-name {
    color: inherit;
    font-size: 18px;
    font-weight: 700;
}
.facility-search-section label {
    color: #757575;
}
.pointer-type {
    cursor: pointer;
}
.title-with-right-content {
    display: flex;
    align-items: center;
}
.title-with-right-content .right-content {
    margin-left: auto;
}
.right-content {
    display: flex;
}
.leaflet-google-layer {
    z-index: 1 !important;
}
.font-sm {
    font-size: 12px;
}
.facility-type-text {
    color: #ebf0f1;
    text-shadow: 0px 1px 1px rgba(0,0,0,1);
}
.facility-search-area {
    margin-top: -40px;
    background: #00000001;
}
.daily-hourly-rate-index {
    font-size: 25px;
    font-weight: 300;
}
.flex-item-center {
    display: flex;
    align-items: center;
}
.occurs-until {
    width: 56px;
}
.attachment-font-icon {
    font-size: 50px
}
.attachemnt-content-wrapper {
    display: flex;
}
.reservation-type-tabs {
    font-size: 16px;
}
.filter-dropdown {
    padding: 15px;
    z-index: 9999;
    min-width: 235px;
}
.card-column-wrapper {
    border-color: #ffffff;
    border-color: rgba(255, 255, 255, 0) !important;
    background-color: rgba(255, 255, 255, 0) !important
}
.paid-details {
    position: absolute;
    right: 40px;
}
.paid-text {
    font-size: 13px;
    font-weight: 400;
}
.paid-value {
    font-size: 15px;
    font-weight: 700;
}
.booking-details-wrapper {
    display: flex;
    align-items: center;
}

.product-wrap .product-deatil .product-label {
    margin-right: 50px;
}
.product-wrap .product-deatil .product-label label {
    font-size: 14px;
}
.facility-booking-bg {
    background-color: #009688;
}
.event-booking-bg {
    background-color: #0080ff;
}
.submitfor-approve-bg {
    background-color: #ffbf00;
}
.maintenance-bg {
    background-color: #f8a398;
}
.reserved-privilege-bg {
    background-color: #33fff9
}
.sub-facilitybooking-bg {
    background-color: #8b1be9;
}
.parent-facilitybooking-bg {
    background-color: #e21be9;
}
.submit-approvals-bg {
    background-color: #c7f511;
}
.internal-booking-bg {
    background-color: #cc6600;
}
.leaflet-google-layer {
    z-index: 1 !important;
    -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 396px) {
    .panel-footer .btn:last-child {
        margin-top: 5px;
    }
}
.adminOverride {
    padding-right: 10%;
}
.adminOverride:hover {
    cursor: pointer;
}
.unauthorized-infoview h3 {
    font-size: 75px;
}
.unauthorized-infoview p {
    font-size: 35px
}
.extra-items-wrapper {
    max-height: 177px;
    overflow-y: scroll;
}
.panel-section .borderless td, .panel-section .borderless th {
    border: none !important;
}
.cancel-tag {
    right: 20px !important;
}
.viewdisable-cardtype {
    font-size: 12px;
    color: #FF9800;
    font-weight: bold;
    text-align: right
}
.table-font-custom {
    font-size: 0.9em;
}
abbr[title] {
    border-bottom: none;
    text-decoration: none;
    cursor: default;
}
.less-read {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.more-read {
    text-overflow: unset;
    overflow: unset;
}
.k-tooltip-content {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.facility-dec {
    text-transform: uppercase;
    font-size: 14px;
    box-sizing: border-box;
    padding: 2px 7px;
    position: absolute;
    display: inline-block;
    top: 10px;
    left: 10px;
}
.facility-banner {
    background-image: var(--filter-brightness),url('/assets/images/CarouselBackground/bg-5.jpg');
}
.card-columns .k-listview-content {
    overflow: visible;
}
.card.viewevent .card-label, .card.viewevent .facility-dec {
    top: 18px;
}
.button-container {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 5px;
}