.bg-gradient-primary2 {
  background-color: #2f323e;
  /*background-image: linear-gradient(180deg,#4e73df 10%,#224abe);*/
  background-size: cover;
  background: #000000;
}

.sidebar .nav-item:hover {
  background-color: #EEA538 ;
}

.hide { display: none !important; }
.nav .nav-item a.active { background: #CC8B30; }

.admin_form table td { padding: 10px; }
.admin_form table td input[type=text] { padding: 2px 5px; }
.admin_form table td input[type=password] { padding: 2px 5px; }
.admin_form table td select { padding: 2px 5px; width: 194px; }
.admin_form table td #details { padding: 2px 5px; width: 300px; height: 150px; resize: none; }

#message .success { color: #009933 !important; font-weight: bold !important; }
#message .error { color: #FF0000 !important; font-weight: bold !important; }
.table td.error { color: #FF0000 !important; font-weight: bold !important; font-size: 18px !important; text-align: center; }

.sidebar-brand-text span {
	background: -webkit-linear-gradient(#FF6E02, #FFFF00, #FF6D00);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
}

.sidebar .nav-item { background: #111111; border-bottom: 1px solid #000000; }

.text-black { color: #000000 !important; }
.bg-black { background: #181818 !important; }
.text-gold { color: #EEA538 !important; }

a.dropdown-item:hover { background: #000000 !important; }

.sidebar-dark .sidebar-brand { background: #181818; }
#wrapper #content-wrapper { background: url(../images/back.png) repeat; }
.card, .card-header, .card-body { background: rgba( 0,0,0, 1 ); }
.card, .card-header { border: 0px solid #000000 !important; }

.card-header .text-dark { color: #F2AD00 !important; }
.table thead th { border-bottom: 1px solid #484848 !important; border-top: 1px solid #484848 !important; color: #F6C23E !important; }
.table tbody td { border-bottom: 1px solid #181818 !important; color: #CDCDCD !important; }
form { color: #EEA538 !important; }

input[type=text], input[type=password], input[type=number], select, textarea { color: #EEA538 !important; background: none !important; border: 1px solid #EEA538 !important; }
.btn-warning { color: #363636 !important; }
.btn-warning:hover { color: #000000 !important; }
input[type=checkbox] { accent-color: #EEA538 !important; }
select option { background: #000000 !important; }

input::placeholder { color: #725000 !important; opacity: 1; /* Firefox */ }
