.bg-gradient-primary2 {
  background-color: #FFFFFF;
  /*background-image: linear-gradient(180deg,#4e73df 10%,#224abe);*/
  background-size: cover;
  background: #F7F7F7;
}

.sidebar .nav-item:hover {
  background-color: #0468B5;
}

.hide { display: none !important; }
.nav .nav-item a.active { background: #020181; }

.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, .sidebar .nav-item .nav-link { width: 13rem; font-size: 14px; }

.sidebar .nav-item { background: #0303AD; border-bottom: 1px solid #0468B5; }
.sidebar-dark .nav-item .nav-link { color: #F1F1F1; }

.form-control { color: #000000 !important; }
.text-black { color: #000000 !important; }

#wrapper #content-wrapper { background: url(../images/back.jpg) repeat; }

.bg-purple { background: #890660; }
.bg-black { background: #000000; }
.bg-black-2x {
	background: #020181; border: none !important; color: #FFFFFF;
	background: linear-gradient(to bottom, rgba(46,46,170,1) 0%,rgba(3,3,173,1) 44%,rgba(2,1,129,1) 100%);
}
.bg-black .dropdown-item { color: #FFFFFF; }
.bg-black .dropdown-item:hover { background: #C67700; color: #000000; }


.admin_form table td input[type="text"], .admin_form table td input[type="password"] { width: 180px !important; }

.admin_form table td select { width: 180px !important; }

.card { border-radius: 3px; border: 1px solid #020181 !important; }
.card-body { padding: 6px 20px !important; }
.text-primary, btn-primary { color: #020181 !important }

.card .card-header { background: #0303AD !important; border-radius: 0px 0px 0px 0px; }
.card .card-header .text-dark { color: #FFFF00 !important; }

.text-yellow { color: #FFFF00 !important; }









