// custom css prepared by George Vangelis
.darklayout ol.vbo-stepbar li.vbo-step-current, .darklayout ol.vbo-stepbar li.vbo-step-complete{color:#00ff00 !important}
ol.vbo-stepbar li.vbo-step-complete,ol.vbo-stepbar li.vbo-step-current{color:#00ff00 !important}
.form-select {
    color: #ffffff !important;
    background-color: #312f34 !important;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    color: #000;
    background-color: #231f20;
    border: 1px solid #e0e0e5;
    box-sizing: border-box !important;
    transition: border 0.2s linear, box-shadow 0.2s linear;
}
.btn-primary {
    color: #ffffff !important;
    background-image: linear-gradient(to bottom, #910dfd, #4c0a82) !important;
}
.btn-primary {
  color: #ffffff !important;;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc !important;;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #910dfd, #4c0a82) !important;;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#910dfd), to(#4c0a82)) !important;;
  background-image: -webkit-linear-gradient(top, #910dfd, #4c0a82) !important;;
  background-image: -o-linear-gradient(top, #910dfd, #4c0a82) !important;;
  background-image: linear-gradient(to bottom, #910dfd, #4c0a82) !important;;
  background-repeat: repeat-x;
  border-color: #910dfd #910dfd #910dfd !important;;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff910dfd', endColorstr='#ff4c0a82', GradientType=0) ;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

#calendardivleft .btn {
    padding: 5px 10px;
}
html
	{
	background: #231f20;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: transparent;
	background: #231f20 !important;
    isolation: isolate;
	color: #f89406 !important;
}