@import url("datagrid_custom.css");

body {
	font-size: 14px;
	line-height: 1.6;
	font-family: 'PT Serif';
	color: #d7d7d7;
	background: #000000;
}

.container .header {
	background: url("./images/bg.png") no-repeat top center;
	height: 175px;
	border-bottom: 1px solid #292929;
}

.container .header a.logo {
	display: block;
	overflow: hidden;
	width: 220px;
	height:136px;
	margin-top: 25px;
	background: url("./images/logo.png") no-repeat;
}


#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}

a[href^="#error:"] {
	background: red;
	color: white;
}

form th, form td {
	vertical-align: top;
	font-weight: normal;
}

form th {
	text-align: right;
}

form .error {
	color: #D00;
	font-weight: bold;
}

form .inline{
	display: inline;
	width: 155px;
}

input#frm-signUpForm-form-termOfUse,
input#frm-signUpForm-form-gdpr{
	margin-right: 10px;
}

.required:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	content: "\f621";
	color:#dc3545;
	margin-left: 5px;
	font-size: 10px;
}

.content-container{
	border-top: 1px solid #292929;
}

.row.auction-list{
	border-bottom: 1px solid #292929;
	padding-bottom: 25px;
}

.label {
	color: #edd183;
}

h2 a,
h3 a{
	color: #edd183;
}

h2 a:hover,
h3 a:hover{
	color: #edd183;
}

nav.navbar.navbar-expand-lg.navbar-dark{
	width: 100%;
	background: url("./images/bg.png") no-repeat top center;
	min-height: 175px;
}

nav.navbar-dark .navbar-toggler{
	border-color:#edd183;
}

.navbar-dark a.navbar-brand{
	color: #edd183;
	font-size: 2em;
	line-height: 0.9em;
	display: inline-block;
	height: 136px;
	width: 220px;
	background: url("./images/logo.png") no-repeat;
	line-height: 400px;
	overflow: hidden;
}

.navbar-dark .navbar-nav .nav-link{
	color:#edd183;
}

.navbar-dark a.navbar-brand small{
	font-size: 0.6em;
}

.server-time-wrapper {
	font-size: 0.8em;
}

#frm-notificationSettings label input {
	margin-right: 10px;
}

#footer h3 {
	color: #d7d7d7;
	font-size: 18px;
	margin-bottom: 15px;
	margin-top:15px;
	font-weight: bold;
}

#footer ul{
	list-style: none;
	padding: 0px;
	margin:0px;
}

#footer ul li{
	line-height: 1.3;
}

#footer a, #footer ul li{
	color: #9e9e9e;
	font-size: 14px;
	text-decoration: none;
}

#footer-disclaimer{
	border-top: 1px solid #292929;
	font-size: 13px;
	color: #9e9e9e;
}

#footer-disclaimer strong{
	color: #d7d7d7;
}

#footer input, #footer textarea{
	border: 1px solid #564f32;
	background: -webkit-linear-gradient(top,#010101,#181818);
	color: #d7d7d7!important;
}


body h1.h2{
	font-size: 25px;
	color: #d7d7d7;
}

body h2.h4{
	font-size: 17px;
	color: #edd183;
	font-weight: bold;
}

body h3.h5 a {
	font-size: 14px;
	color: #d7d7d7;
	font-weight: bold;
}

body h3.h5 a span {
	font-size: 14px;
	color: #edd183;
	font-weight: normal;
}

body h3.h5{
	font-size: 14px;
	color: #edd183;
	font-weight: bold;
}

body h5{
	font-size: 14px;
	color: #d7d7d7;
	font-weight: bold;
}

body span.h4 strong{
	font-size: 17px;
	color: white;
	font-weight: bold;
}