@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@600&display=swap');

body {
	background-color: #282828;
	color: #fff;
	min-width: 840px;
	max-width: 1900px;
}

#heading {
	/*max-height: 90px;*/

}

div#logo {
	padding-top: 8px;
	padding-left: 8px;
	font-family: 'Bai Jamjuree', sans-serif;
	font-size: 8pt;
}

#now_playing_wrapper {
	height: 100%;
	min-height: 100%;
	padding-top: 8px;
	padding-left: 8px;
	padding-bottom: 4px;
	line-height: 1.5 !important;
	display: inline-block !important;
	vertical-align: middle !important;
	
	/*border: 1px solid #fff !important;*/
}

#now_playing {
	display: inline !important;
	padding-left: 6px;
	font-weight: bolder;
}

.player_wrapper {
	min-width:  281px;
}

#main-content {
	margin-top: 90px !important;
	min-width: 840px !important;
}


.dropdown-toggle::after {content: none !important;}

.dataTables_processing {
	z-index: 105;
	background: #000 !important;
	border: solid 2px #fff;
	color: #fff !important;
	font-size: 12pt !important;
	position: absolute;
	top: 200px !important;
	min-width: 120px; 
	min-height: 60px;
	padding-left: 16px !important;
	
}
.processing-msg {
	
}

table.dataTable > thead .sorting::after, 
table.dataTable > thead .sorting_asc::after, 
table.dataTable > thead .sorting_desc::after, 
table.dataTable > thead .sorting_asc_disabled::after, 
table.dataTable > thead .sorting_desc_disabled::after {
    content: "" !important;
}
table.dataTable > thead .sorting::before, 
table.dataTable > thead .sorting_asc::before, 
table.dataTable > thead .sorting_desc::before, 
table.dataTable > thead .sorting_asc_disabled::before, 
table.dataTable > thead .sorting_desc_disabled::before {
    content: "" !important;
}

label {
	color: grey !important;
}

input:focus {
	color:white !important;
}

.form-control, .form-select {
	background-color: #121212 !important;
	color: lightgrey !important; 
	border-color:  lightgrey;
}
.form-control::placeholder {
    color: grey !important;
    opacity: 1;
}


#dtRadios_wrapper {
	padding-right: 16px !important;
}
#dtRadios_length select[name=dtRadios_length] {
	min-width: 64px;
}

tr.odd {
	background-color: #121212  !important;
	color: lightgrey;
}

tr.even {
	background-color: #202020  !important;
	color: white;
}


.pagination>li>a, .pagination>li>span{
	color: white;
	background-color: black;
	margin-left: 0;
}

.page-item>a {
	border: 1px solid grey;
}
.page-item.disabled>a{
	color: grey;
	background-color: #121212 !important;
	border: 1px solid grey !important;
	margin: 0;	
}
.page-item.active>a, .page-item.active>span{
	background-color: #505050 !important;
	order: 1px solid darkgrey !important;
}
li.paginate_button  {
	padding: 2px !important;
	margin: 0 !important;
	border: none !important;
}


#dtRadios_ellipsis {
	background-color: #121212 !important;
}

.dataTables_info {
	color: grey !important;
}

td.station-icon {
	font-size: 32px;
}
img.station-icon {
	width: 32px;
	height: 32px;
	max-width: 32px;
	max-height: 32px;
	padding-bottom: 4px;
}

.station-name {
	min-width: 10em;
}

#country-select {
	display: inline-block; 
	max-width: 70%;
}

.bt-play {
	margin-right: 10px;
	font-size: 14pt;
	
}

.bt-copy,
.bt-download, 
.bt-home,
.bt-play {
	border: solid 1px grey !important;
	
}

.breakable-line {
	 /* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;

	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;
}

.unbreakable-line {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bg-black, 
.btn-black {
	background-color: black
}
.btn-black {
	color: lightgrey;
}
.btn-black:active {
	color: grey;
}
.btn-black:hover {
	color: white;
}

.bt-menu,
.bt-menu:focus,
.bt-menu:hover {
	border: none;
}

.bi {
	display: inline-block !important;
}

th {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* ===== Login Modal ===== */


.modal-login {
	width: 320px;
}
.modal-login .modal-content {
	border-radius: 4px;
	border: solid 1px darkgrey;
	background-color: #282828;
}
.modal-login .modal-header {
	position: relative;
	justify-content: center;
	background: #121212;
	border: none;
}
.modal-login .modal-body {
	padding: 30px;
}
.modal-login .modal-footer {
	background: #121212;
	border: none;
}
.modal-login h4 {
	text-align: center;
	font-size: 26px;
}
.modal-login label {
	font-weight: normal;
	font-size: 13px;
}
.modal-login .form-control, .modal-login .btn {
	min-height: 38px;
	border-radius: 2px; 
}
.modal-login .hint-text {
	text-align: center;
}
.modal-login .close {
	position: absolute;
	top: 15px;
	right: 15px;
	border: none;
	background-color: inherit;
	color: #fff;
}
.modal-login .close:hover {
	border: solid 1px darkgrey;
	border-radius: 2px;
}

.modal-login .checkbox-inline {
	margin-top: 12px;
}
.modal-login input[type="checkbox"] {
	position: relative;
	top: 1px;
}
.modal-login .btn {
	min-width: 100px;
	border: solid 1px grey;
	line-height: normal;
}
.modal-login .btn:hover, .modal-login .btn:focus {
	background: #383838;
}
.modal-login .hint-text a {
	color: #999;
}

/* ===== end: login modal ==== */ 


/* ===== Login Modal ===== */


.modal-signin {
	width: 480px;
}
.modal-signin .modal-content {
	border-radius: 4px;
	border: solid 1px darkgrey;
	background-color: #282828;
}
.modal-signin .modal-header {
	position: relative;
	justify-content: center;
	background: #121212;
	border: none;
}
.modal-signin .modal-body {
	padding: 30px;
}
.modal-signin .modal-footer {
	background: #121212;
	border: none;
}
.modal-signin h4 {
	text-align: center;
	font-size: 26px;
}
.modal-signin label {
	font-weight: normal;
	font-size: 13px;
}
.modal-signin .form-control, .modal-signin .btn {
	min-height: 38px;
	border-radius: 2px; 
}
.modal-signin .hint-text {
	text-align: center;
}
.modal-signin .close {
	position: absolute;
	top: 15px;
	right: 15px;
	border: none;
	background-color: inherit;
	color: #fff;
}
.modal-signin .close:hover {
	border: solid 1px darkgrey;
	border-radius: 2px;
}

.modal-signin .checkbox-inline {
	margin-top: 12px;
}
.modal-signin input[type="checkbox"] {
	position: relative;
	top: 1px;
}
.modal-signin .btn {
	min-width: 100px;
	border: solid 1px grey;
	line-height: normal;
}
.modal-signin .btn:hover, .modal-signin .btn:focus {
	background: #383838;
}
.modal-signin .hint-text a {
	color: #999;
}

/* ===== end: signin modal ==== */ 

