.ew-list-option-body {
	vertical-align: top !important;
}

.user-panel {
    display: none !important;
}

form .sr_capitalize {
	text-transform: capitalize;
}

form .sr_center {
	text-align: center;
}

form .sr_lowercase {
	text-transform: lowercase;
}

form .sr_nounderline {
	text-decoration: none;
}

form .sr_required,
.select2-search__field .sr_required,
.select2-selection .sr_required {
	background-color: #ffffcc !important;
}

form .sr_right {
	text-align: right;
}

form .sr_uppercase {
	text-transform: uppercase;
}

form .sr_zindex {
	cursor: not-allowed;
	z-index: -1;
}

form .sr_current,
.select2-results__option--selected {
	background-color: #adff2f !important;
}

form .sr_percentage {
	background-color: #ffff55 !important;
}

form .sr_ratio {
	background-color: #55ffff !important;
}

textarea.form-control {
	width: auto;
}

form .sr_border_buy {
	border-color: #f3dbda !important;
}

form .sr_border_sell {
	border-color: #a8ffff !important;
}

form .sr_border_tier {
	border-color: #adff2f !important;
}

form .sr_buy,
.sr_lower {
	background-color: #f7dc6f !important;
}

form .sr_sell,
.sr_higher {
	background-color: #a8ffff !important;
}

form .sr_inactive,
form .sr_void {
	background-color: #faafbe !important; /* pink color */
}

form .sr_morethanone,
form .sr_pending {
	background-color: #aff6ff !important; /* sky blue color */
}

form .sr_noresize {
	resize: none;
}

tr.sr_tbody:nth-child(odd) {
	background-color: #f2f2f2 !important;
}

.marquee {
	font-size: 1.2em;
	height: 1.6em;
	background-color: #ffffcc !important;
	color: #000000 !important;
	width: 100%;
	margin: 20px auto;
	position: relative;
	overflow: hidden;
}

.marquee > * {
	white-space: nowrap;
	position: absolute;
	animation: marquee 20s linear 0s infinite;
}

@keyframes marquee {
	0% {
		left: 100%;
		transform: translateX(0%);
	}
	100% {
		left: 0%;
		transform: translateX(-100%);
	}
}



