body {
    font-family: Arial, sans-serif;
	overflow: overlay;
}

@media (min-width: 992px) {
	.modal-lg, .modal-xl {
		max-width: 1300px;
	}
}

@media (min-width: 1200px) {
	.bg-primaryred-lg {
		background-color: rgba(176, 16, 16, 1) !important;
	}
	.text-white-lg {
		color: rgba(255, 255, 255, 1) !important;
	}
	.text-yellow-hover:hover {
		color: #f6e05e !important;
	}
	.font-bold-lg {
		font-weight: 700;
	}
	.font-semibold-lg {
		font-weight: 600;
	}
	.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
		color: #f6e05e !important;
	}
	.navbar-expand-lg .navbar-collapse {
		justify-content: flex-end;
	}
}

thead>tr>td {
    /* background-color: aliceblue !important; */
}

.selectize-input {
    border: 1px solid #ced4da;
}

@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 95vw;
	}
}

@media (min-width: 1500px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 95vw;
	}
}

@media (min-width: 1920px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 95vw;
	}
}

#map {
	height: 500px !important;
}

#gridsquare_map {
	height: calc(100vh - 380px) !important;
	max-height: 900px !important;
}

@media (min-width: 992px) {
	.modal-lg, .modal-xl {
		max-width: 1300px;
	}
}

.modal-body {
	max-height: calc(100vh - 160px);
	overflow-y: auto;
}

#mapqso {
	height: 400px !important;
}

#qsomap {
	height: 400px !important;
}

.navbar-toggler {
	padding: 0.1rem 0.35rem;
}

.qso_panel {
	margin-top: 1rem;
	min-height: calc(100vh - 156px);
}

.panel {
	margin-top: 1rem;
	min-height: calc(100vh - 156px);
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 95vw !important;
}

.btn-light {
    color: #212529;
    background-color: #e8e8e8;
    border-color: #e8e8e8;
}

.btn-light:hover {
    color: #212529;
    background-color: #cdd2d6;
    border-color: #cdd2d6;
}

.dropdown-menu-last {
    right: -2.5vw;
    left: auto;
}

.online_user_callsign_container {
	font-size: 1.1rem;
    float: left;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    min-width: 240px;
}

.online_user_callsign {
    float: left;
    color: #0070c0;
    font-weight: bold;
    line-height: 1;
}

.online_user_rss {
    float: left;
    color: #ff0000;
    margin-right: 4px;
    margin-top: 0;
}

.online_user_band {
    float: left;
    color: #ffffff;
    line-height: 1;
    padding-left: 5px;
    padding-top: 0px;
}

::-webkit-scrollbar {
	width: 15px;
}

::-webkit-scrollbar-button {
	height: 0;
	width: 0;
}

::-webkit-scrollbar-thumb {
	background-clip: padding-box;
	/* background-color: rgb(253 253 253 / 50%); */
	background-color: rgb(139 139 139 / 70%);
	border: 5px solid transparent;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	min-width: 20px;
	width: 5px;
}

::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active {
	/* background-color: rgba(0, 0, 0, 0.4); */
	background-color: rgb(255 255 255 / 60%);
}
