﻿
@font-face {
    font-family: 'Blender Regular';
    src: url('/fonts/BlenderRegular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Blender Bold';
    src: url('/fonts/BlenderBold.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Blender Light';
    src: url('/fonts/BlenderLight.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Blender Black';
    src: url('/fonts/BlenderBlack.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

body {
    font-family: 'Blender Regular', sans-serif;
    background-image: none !important;
    background-color: #19191a;
    color: #ffffff !important;
}

.dirp {
    font-family: 'Blender Regular', sans-serif;
}


h3 {
    color: #ef4628;
    font-size: 1.5em;
}

.modal {
    color: #19191a;
}

.rent-unit {
    background-color: #19191a;
    border: 1px solid #808080;
    border-radius: 3px;
}

.h-avail-rent {
    color: #19191a;
}

div.btn {
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 2px;
}

    .a-remove-slot img {
        margin-top: 3px !important;
    }

#map {
    color: #19191a;
}


.td-mm {
    border: 1px solid #cccccc;
    border-radius: 5px;
}


.tabledays {
    width: 100%;
    margin-bottom: 25px;
}

.divday {
    display: inline-block;
    width: 100%;
    margin: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    font-size: 1.15em;
}

.a-goday div{
    padding-top: 8px;
    font-size: 1.2em;
}

.th-dd {
    border: 1px solid #cccccc;
    border-radius: 5px;
    width: 14.28%;
}

.emptyday {
    background-color: #ffffff32 !important;
}

.bbutton {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    background-color: #ef4628;
    border-radius: 5px;
    color: #FFFFFF !important;
    font-weight: 400;
    font-size: 1.1em;
}

.slot-type-h {
    font-weight: bold;
    background-color: #ffffff;
    color: #000000;
}

.slot-type-p{
    padding: 5px;
}
.info-fac-h {
    background-color: #ffffff;
    color: #000000;
}

.info-type-p {
    padding: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.psitem {
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin-bottom: 10px;
}

    .fitem {
    margin: 10px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    width: 220px; 
}

#map_container{
    display: none;
}

.slot-title-h {
    font-weight: bold;
    background-color: #ffffff;
    color: #000000;
}

.eqlist{
    text-decoration: underline;
}

.okmsg{
    background-color: #ffffff;
    border-radius: 3px;
    padding: 0 3px 1px 3px;
}

.cardiv {
    color: #000000;
}

.allslotsrmk {
    background-color: #ffffff; 
    display: inline-block;
    border: 1px solid #808080;
    padding: 5px;
    font-weight: bold;
    border-radius: 3px;
    margin-bottom: 5px;
}