/* ================================================================================================ */
/* ======================= 			LOVES Custom CSS 		 ====================================== */ 
/* ================================================================================================ */  

.loves-hide {
	display: none;
}

.loves-mono-space {
	font-family: 'Azeret Mono', monospace;
	letter-spacing: -1px;
}

.loves-absolute {
	position: absolute;
}

.loves-clickable {
    cursor: pointer;
}

.loves-strong {
	font-weight: 800;
}

.loves-theme-yellow {
	color: #ffeb00;
}

.loves-theme-yellow-bg {
	background-color: #ffeb00;
}

.loves-theme-red {
	color: #ff0005;
}

.loves-theme-red-bg {
	background-color: #ff0005;
}

.loves-theme-light-red {
	color: #f1416c;
}

.loves-theme-light-red-bg {
	background-color: #f1416c;
}

.loves-theme-green {
	color: #50cd89;
}

.loves-theme-green-bg {
	background-color: #50cd89;
}

.loves-theme-black {
	color: #262626;
}

.loves-theme-black-bg {
	background-color: #262626;
}

.loves-theme-white {
	color: #ffffff;
}

.loves-theme-white-bg {
	background-color: #ffffff;
}

.loves-theme-grey {
	color: #e5e5e5;
}

.loves-theme-grey-bg {
	background-color: #e5e5e5;
}

.loves-theme-dark-grey {
	color: #676767;
}

.loves-theme-dark-grey-bg {
	background-color: #676767;
}

.loves-camera-number {
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    width: 3em;
    height: 3em;
    overflow: hidden;
}
.loves-camera-number a {
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0px;
    padding: 0.6em 0.5em!important;
}

.border-loves,
.border-dark.border-loves {
	border-color: #a0a0a0!Important;
}

.landing-header.loves-header {
    height: auto;
    padding: 10px 0px;
}

.landing-dark-color.loves-theme-yellow {
	color: #ffeb00;
}

select.form-select.love-select {
	appearance: none;
	background-image: none;
	cursor: pointer;
	font-weight: normal;
}

.love-font-size-1 {

	font-size: 1.1rem;

}

.btn.btn-primary.loves-theme-btn,
.btn.btn-primary.loves-theme-btn:hover,
.btn.btn-primary.loves-theme-btn:hover:not(.btn-active),
.btn.btn-light-primary.loves-theme-btn,
.btn.btn-light-primary.loves-theme-btn:hover,
.btn.btn-light-primary.loves-theme-btn:hover:not(.btn-active),
.scrolltop.loves-theme-btn,
.scrolltop.loves-theme-btn:hover,
.scrolltop.loves-theme-btn:hover:not(.btn-active),
.scrolltop.loves-theme-btn>i,
.scrolltop.loves-theme-btn:hover>i {
	color: #262626!important;
	background-color: #ffeb00!important;	
}

.btn.loves-theme-btn-dark,
.btn.loves-theme-btn-dark:hover,
.btn.loves-theme-btn-dark:hover:not(.btn-active) {
	color: #ffffff;
	background-color: #676767!important;	
}

#parking_map.display-outline {
    margin: -2px -2px;
    border: 2px solid #FF0000;
}

.parking_map_background {
	z-index: 10;
}

.sl_image_container {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgb(150 150 150 / 50%);
}

.sl_image_container .loves-clickable {
    width: 80%;
}

.extra-camera .overlay .overlay-layer,
.default-camera-image.overlay .overlay-layer {
    opacity: 1;
    background-color: #a0a0a0!important;
}

.sl-map-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}

.sl-map-overlay div.map-parking-space {
	display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    border-radius: 100%;
}

.sl-map-overlay div.map-camera-item {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 20%;
    background: #ffeb03;
    font-weight: 800;
    font-size: 1em;
    text-align: center;
}

.sl-map-overlay div.map-parking-space.sl-selected {
    border: 2px solid #ffeb03;
}
.sl-map-overlay div.map-camera-item.sl-selected {
    border: 2px solid #262626;
}

.selected-camera img {
	border: 3px solid #ffeb00;
}
.default-camera-image.overlay img {
    border: none;
}

.extra-camera .selected-camera img {
	border: initial;
}

.selected-camera .btn-number {
	background-color: #ffeb00;
	color: #262626!important;
}

.parking_map_position_controls {
    position: absolute;
    bottom: 0px;
}

.camera-view.camera-view-c-1 {
    position: absolute;
    top: -11px;
    left: -40px;
    width: 0px;
    height: 50px;
    border-top: 18px solid transparent;
    border-left: 40px solid rgb(255 235 3 / 28%);
    border-bottom: 18px solid transparent;
    transform: rotate(-10deg);
}
.camera-view.camera-view-c-2 {
    position: absolute;
    top: -28px;
    left: -12px;
    width: 0px;
    height: 50px;
    border-top: 18px solid transparent;
    border-left: 40px solid rgb(255 235 3 / 28%);
    border-bottom: 18px solid transparent;
    transform: rotate(69deg);
}
.camera-view.camera-view-c-3 {
    position: absolute;
    top: -34px;
    left: -11px;
    width: 0px;
    height: 50px;
    border-top: 18px solid transparent;
    border-left: 40px solid rgb(255 235 3 / 28%);
    border-bottom: 18px solid transparent;
    transform: rotate(89deg);
}
.camera-view.camera-view-c-4 {
    position: absolute;
    top: -35px;
    left: -11px;
    width: 0px;
    height: 50px;
    border-top: 18px solid transparent;
    border-left: 40px solid rgb(255 235 3 / 28%);
    border-bottom: 18px solid transparent;
    transform: rotate(90deg);
}
.camera-view.camera-view-c-5 {
    position: absolute;
    top: -19px;
    left: 12px;
    width: 0px;
    height: 50px;
    border-top: 18px solid transparent;
    border-left: 40px solid rgb(255 235 3 / 28%);
    border-bottom: 18px solid transparent;
    transform: rotate(165deg);
}
.camera-view.camera-view-c-6 {
    position: absolute;
    top: -37px;
    left: -2px;
    width: 0px;
    height: 49px;
    border-top: 18px solid transparent;
    border-left: 31px solid rgb(255 235 3 / 28%);
    border-bottom: 18px solid transparent;
    transform: rotate(104deg);
}
.camera-view.camera-view-c-7 {
    position: absolute;
    top: -33px;
    left: -10px;
    width: 0px;
    height: 50px;
    border-top: 18px solid transparent;
    border-left: 40px solid rgb(255 235 3 / 28%);
    border-bottom: 18px solid transparent;
    transform: rotate(90deg);
}
.camera-view.camera-view-c-8 {
    position: absolute;
    top: -13px;
    left: 16px;
    width: 0px;
    height: 50px;
    border-top: 18px solid transparent;
    border-left: 40px solid rgb(255 235 3 / 28%);
    border-bottom: 18px solid transparent;
    transform: rotate(181deg);
}
}


.loves-responsive-fs-1 {
    font-size: initial;
}
.loves-responsive-fs-2 {
    font-size: 1.0em;
}
@media (min-width: 1200px) {
    .loves-responsive-fs-1 {
        font-size: 1.0em!important;
    }
    .loves-responsive-fs-2 {
        font-size: 0.6em;
    }
}
@media (min-width: 1350px) {
    .loves-responsive-fs-1 {
        font-size: 1.2em!important;
    }
}
@media (min-width: 1400px) {
    .loves-responsive-fs-2 {
        font-size: 0.7em;
    }
}
@media (min-width: 1750px) {
    .loves-responsive-fs-2 {
        font-size: 0.9em;
    }
}
@media (min-width: 1800px) {
    .loves-responsive-fs-1 {
        font-size: 1.625em!important;
    }
}
@media (min-width: 1950px) {
    .loves-responsive-fs-2 {
        font-size: 1.0em;
    }
}

/* ================================================================================================ */