body {
    height: 100vh;
    overflow: hidden;
}

:root {
    --bs-primary: #001226;
    --bs-info: #2e768a;
    --bs-btn-active-bg: #1db6e2 !important;
    --bs-btn-active-border-color: #1db6e2 !important;
}

.bg-light {
    background-color: var(--bs-gray-100) !important;
}

.btn-check:checked+.btn, :not(.btn-check)+.btn:active, .btn:first-child:active, .btn.active, .btn.show {
    color: #fff;
    background-color: #1db6e2;
    border-color: #2e768a;
}

.btn-primary {
    background-color: var(--bs-primary);
}

.btn-primary:active {
    background-color: #2e768a;
}

.text-primary {
    color: var(--bs-primary);
}

.bg-primary {
    background-color: var(--bs-primary);
}

html,
body,
div,
p,
span,
button,
select,
input,
textarea,
.form-control,
.selectpicker,
.selectize-input,
.selectize-control,
.item,
.selectize-dropdown,
.swal2-container {
    font-family: 'Quicksand', 'Roboto', Arial, Helvetica, sans-serif;
}

.gradient-custom {
    background: darkgrey;
    min-height: 100vh;
    height: 100%;
}


.pointer {
    cursor: pointer;
}

.d-contents {
    display: contents;
}

.content {
    padding-bottom: 3rem !important;
}

.border-none {
    border: 0px solid transparent !important;
}

small {
    font-size: 9pt;
}

.shadow {
    box-shadow: 5px 5px 10px -10px rgba(0, 0, 0, 1) !important;
}


.logo-dark {
    display: none;
}

html.dark .logo-dark {
    display: block;
}

html.dark .logo-light {
    display: none;
}

html.dark .tabulator, html.dark .tabulator-col, html.dark .tabulator-cell {
    background-color: #141824 !important;
    color: #fff;
}

.btn.btn-light {
    color: #fff;
    border: 1px solid #fff;
}

.btn.btn-light:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
}

.landingpage.active {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
    background: lightgrey;
    width: 100%;
}

.landingpage.active .container {
    height: 100%;
    overflow: auto;
}

.landingpageclose {
    position: absolute;
    right: 30px;
    z-index: 99999999999999999;
    top: 30px;
    display: none;
}

.landingpage.active .hotspotform {
    flex: 0 0 auto;
    width: 50%;
}

.landingpage.active .landingpageclose {
    display: block;
}

.imagecontainer {
    position: relative;
    width: 100%;
    height: 100%;
}

.imagecontainer:hover .hoverimage {
    opacity: 0.3;
}

.imagecontainer:hover .middle {
    opacity: 1;
}

.imagecontainer .text {
    background-color: #1db6e2;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
    border-radius: 5px;
}

.imagecontainer .hoverimage {
    opacity: 1;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.imagecontainer .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.logocontainer {
    position: relative;
}

.logocontainer:hover .hoverlogo {
    opacity: 0.3;
}

.logocontainer:hover .middle {
    opacity: 1;
}

.logocontainer .text {
    background-color: #1db6e2;
    color: white;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
}

.logocontainer .hoverlogo {
    opacity: 1;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.logocontainer .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

html.dark .tbl-buttons .btn {
    color: #fff;
    border: 1px solid #fff;
}

html.dark .tbl-buttons .btn:hover,
html.dark .tbl-buttons .btn:active {
    color: #000;
    background-color: var(--bs-light);
}

.tbl-buttons .btn {
    color: #000;
    border: 1px solid #000;
}

.tbl-buttons .btn:hover,
.tbl-buttons .btn:active {
    color: #fff;
    background-color: var(--bs-primary);
}

html.dark .fw-bold {
    color: #fff;
}

.t-table {
    width: 100%;
}

.t-table tr th, .t-table tr td {
    line-height: 1.5;
    padding: 5px;
    vertical-align: middle;
}

.t-table tr {
    border-top: 1px solid #ddd;
}

.radius-5 {
    border-radius: 5px;
}

.tabulator-table {
    width: 100% !important;
}

.form-floating>input.form-control {
    min-height: calc(2rem + calc(var(--bs-border-width) * 2)) !important;
}

.btn-rounded {
    border-radius: 50px;
}

.btn-splash.active, .btn-splash:focus, .btn-splash:active {
    background-color: var(--bs-dark) !important;
    color: #fff !important;
}

.dataTables_filter input {
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: var(--bs-body-color) !important;
    background-color: var(--bs-body-bg) !important;
    background-clip: padding-box !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: var(--bs-border-radius) !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.dataTables_filter input:focus {
    color: var(--phoenix-gray-900);
    background-color: var(--phoenix-input-bg);
    border-color: #2e768a;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 2px transparent, 0 0 0 0.25rem rgba(56, 116, 255, 0.25);
    box-shadow: inset 0 1px 2px transparent, 0 0 0 0.25rem rgba(56, 116, 255, 0.25);
}

button.dt-button {
    background: #fff !important;
    border-radius: 6px !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    padding: 3px 10px !important;
}

.form-control.is-searching {
    border-color: #ddd !important;
    padding-right: calc(1.49em + 1rem) !important;
    background-image: url("../img/spinner.gif") !important;
    background-repeat: no-repeat !important;
    background-position: right calc(0.3725em + 0.25rem) center !important;
    background-size: 2em 2em !important;
}

.selectize-input.is-searching {
    border-color: #ddd !important;
    padding-right: calc(1.49em + 1rem) !important;
    background-image: url("../img/spinner.gif") !important;
    background-repeat: no-repeat !important;
    background-position: right calc(0.3725em + 2.5rem) center !important;
    background-size: 2em 2em !important;
}

.venue-edit.nav-item .nav-link {
    min-width: 50px;
    margin-right: 2rem;
    cursor: pointer;
    font-weight: 600;
    font-size: 14pt;
    color: var(--bs-dark);
}

.venue-edit-j {
    width: 100%;
}
.venue-edit-j.nav-item .nav-link {
    width: 100%;
    min-width: 100%;
    padding-left: 24px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14pt;
    color: var(--bs-dark);
    text-align: left;
    border-radius: 0;
}

.venue-edit.nav-item .nav-link:hover,
.venue-edit.nav-item .nav-link.active {
    color: var(--bs-info);
    border-bottom: 4px solid var(--bs-info);
}

.venue-edit-j.nav-item .nav-link:hover,
.venue-edit-j.nav-item .nav-link.active {
    color: #fff;
    background: var(--bs-info);
    border-radius: 0;
}

/* .tabulator .tabulator-header {
    max-height: 85px;
} */


.nav-search::before {
    content: 'search';
    color: transparent;
    background-image: url(/img/magnify.svg);
    position: absolute;
    opacity: 0.5;
    top: 0.5rem;
    left: 0.9rem;
    z-index: 9;
    background-size: contain;
    background-repeat: no-repeat;
}

.nav-search .search {
    padding-left: 2.5rem;
}


.login-screen {
    min-height: 100vh;
}

.date-control {
    position: relative;
    padding: 0px 1rem 0px 3.5rem;
}

.date-control.from::before {
    content: 'From';
    margin-left: 0.5rem;
    position: absolute;
    left: 0px;
}

.date-control.to::before {
    content: 'To';
    margin-left: 0.5rem;
    position: absolute;
    left: 0px;
}

.select2-container--open {
    z-index: 9999;
}

.select2-selection {
    font-family: 'Quicksand', 'Roboto', Arial, Helvetica, sans-serif;
    -moz-padding-start: calc(1rem - 3px);
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.49;
    color: var(--phoenix-900);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 9px 12px;
    border: 1px solid var(--phoenix-input-border-color) !important;
}

.select2-results {
    font-size: 0.8rem;
    font-family: 'Quicksand', 'Roboto', Arial, Helvetica, sans-serif;
}

.select2-container {
    min-width: 250px;
}

select.select {
    padding: 5px;
    border-radius: 5px;
}

select.select:active, select.select:focus, select.select:focus-visible {
    color: var(--phoenix-gray-900);
    background-color: var(--phoenix-input-bg);
    border-color: #2e768a;
    outline: 0;
}

/* Base for label styling */
.checkbox[type="checkbox"]:not(:checked),
.checkbox[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.checkbox[type="checkbox"]:not(:checked)+label,
.checkbox[type="checkbox"]:checked+label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

/* checkbox aspect */
.checkbox[type="checkbox"]:not(:checked)+label:before,
.checkbox[type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 17px;
    height: 17px;
    border: 1px solid #aaa;
    background: #f8f8f8;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3)
}

/* checked mark aspect */
.checkbox[type="checkbox"]:not(:checked)+label:after,
.checkbox[type="checkbox"]:checked+label:after {
    content: '✔';
    position: absolute;
    top: 1px;
    left: -1px;
    font-size: 13px;
    transition: all .2s;
}

/* partially checked mark aspect */
.checkbox.partial[type="checkbox"]:not(:checked)+label:after,
.checkbox.partial[type="checkbox"]:checked+label:after {
    content: '–' !important;
    position: absolute;
    top: -9px;
    left: 1px;
    font-size: 26px;
    font-weight: bold;
    transition: all .2s;
}

/* checked mark aspect changes */
.checkbox[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

.checkbox[type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}

/* disabled checkbox */
.checkbox[type="checkbox"]:disabled:not(:checked)+label:before,
.checkbox[type="checkbox"]:disabled:checked+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

.checkbox[type="checkbox"]:disabled:checked+label:after {
    color: #999;
}

.checkbox[type="checkbox"]:disabled+label {
    color: #aaa;
}

/* accessibility */
.checkbox[type="checkbox"]:checked:focus+label:before,
.checkbox[type="checkbox"]:not(:checked):focus+label:before {
    border: 1px dotted blue;
}

/* hover style just for information
label:hover:before {
    border: 1px solid #4778d9 !important;
} */

/* -xs- */

@media only screen and (max-width: 768px) {
    .img-box {
        height: auto !important;
    }

    .login-screen {
        min-height: 80vh !important;
    }
}


/* -sm- */

@media only screen and (max-width: 992px) {
    .border-sm-radius {
        border-radius: 5px !important;
    }

    .login-screen {
        min-height: 80vh !important;
    }
}


/* -md- */

@media only screen and (min-width: 993px) {}


/* -lg- */

@media only screen and (min-width: 1400px) {}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
    padding: 6px 10px;
    font-size: 15px;
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter {
    font-size: 10pt;
}

/* Switch Left Right
==========================*/
.switch {
	position: relative;
	display: block;
	vertical-align: top;
	width: 100px;
	height: 30px;
	padding: 3px;
	margin: 0 10px 10px 0;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
	border-radius: 18px;
	box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	box-sizing:content-box;
}
.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	box-sizing:content-box;
}
.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px;
	text-transform: uppercase;
	background: #eceeef;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
	box-sizing:content-box;
}
.switch-label:before, .switch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
	box-sizing:content-box;
}
.switch-label:before {
	content: attr(data-off);
	right: 11px;
	color: #aaaaaa;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
	content: attr(data-on);
	left: 11px;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}
.switch-input:checked ~ .switch-label {
	background: #E1B42B;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
	opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
	opacity: 1;
}
.switch-handle {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 28px;
	height: 28px;
	background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
	background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
	border-radius: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-handle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.switch-input:checked ~ .switch-handle {
	left: 74px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
 
/* Transition
========================== */
.switch-label, .switch-handle {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}

.switch-left-right .switch-label {
	overflow: hidden;
}
.switch-left-right .switch-label:before, .switch-left-right .switch-label:after {
	width: 20px;
	height: 20px;
	top: 4px;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 11px 0 0 0;
	text-indent: -36px;
	border-radius: 20px;
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2), inset 0 0 3px rgba(0, 0, 0, 0.1);
}
.switch-left-right .switch-label:before {
	background: #eceeef;
	text-align: left;
	padding-left: 80px;
}
.switch-left-right .switch-label:after {
	text-align: left;
	text-indent: 9px;
	background: var(--bs-success);
	left: -100px;
	opacity: 1;
	width: 100%;
}
.switch-left-right .switch-input:checked ~ .switch-label:before {
	opacity: 1;
	left: 100px;
}
.switch-left-right .switch-input:checked ~ .switch-label:after {
	left: 0;
}
.switch-left-right .switch-input:checked ~ .switch-label {
	background: inherit;
}
/*================================*/
/* Switch Light
==========================*/
.switch-light {
	padding: 0;
	background: #FFF;
	background-image: none;
}
.switch-light .switch-label {
	background: #FFF;
	border: solid 2px #eceeef;
	box-shadow: none;
}
.switch-light .switch-label:after {
	color: var(--bs-success);
}
.switch-light .switch-label:before {
	right: inherit;
	left: 11px;
}
.switch-light .switch-handle {
	top: 6px;
	left: 72px;
	background: #dadada;
	width: 22px;
	height: 22px;
	box-shadow: none;
}
.switch-light .switch-handle:before {
	background: #eceeef;
}
.switch-light .switch-input:checked ~ .switch-label {
	background: #FFF;
	border-color: var(--bs-success);
}
.switch-light .switch-input:checked ~ .switch-handle {
	left: 72px;
	box-shadow: none;
	background: var(--bs-success);
}
.switch-light .switch-input:checked ~ .switch-handle:before {
	background: rgba(255,255,255,0.7);
}
/*=========================*/

::-webkit-scrollbar {
    width: 5px;    
    background: lightgray;
}
::-webkit-scrollbar-thumb {
    background-color: #8d8b8b;
}

.divider {
    border-bottom: 2px solid #a2a1a1;
    padding: 5px 0;
}