@CHARSET "UTF-8";

.br-sm {
	line-height: 50%;
}

.tiny {
	font-size: 80%;
}

.bigger {
	font-size: 130%;
}

.giant {
	font-size: 200%;
}

.bold {
	font-weight: bold;
}

.alert {
	color: black;
}

.strikethrough {
	font-style: italic;
	text-decoration: line-through;
}

.radio {
	overflow: hidden;
	white-space: nowrap;
}

.audio-controls {
	width: 175px;
}

.left {
	float: left;
	text-align: left;
}

.right {
	float: right;
	text-align: right;
}

.center {
	text-align: center;
}

.vtop {
	display: inline-block;
	vertical-align: top;
}

.vbottom {
	display: inline-block;
	vertical-align: bottom;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
}

.centered-top {
	position: fixed;
	top: 10%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.centered-screen {
	position: fixed;
	top: 30%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.inline {
	display: inline-block;
}

.nowrap {
	white-space: nowrap;
}

.nowrap-inline {
	display: inline-block;
	white-space: nowrap;
}

.relative {
	position: relative;
}

.top-right {
	position: absolute;
	right: 0; top: 0;
}

.top-left {
	position: absolute;
	left: 0; top: 0;
}

.bottom-right {
	position: absolute;
	right: 0; bottom: 0;
}

.bottom-left {
	position: absolute;
	left: 0; bottom: 0;
}

.nodisplay {
	display: none;
}

.transparent {
	background-color: transparent;
}

.overflow-hidden {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.tabactive {
	background-color: #a2c9dd;
}

.label-rounded {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.btn-group-nowrap {
	white-space: nowrap;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.nolink:link {
	text-decoration: none;
}

.nolink:visited {
	text-decoration: none;
}

.nolink:hover {
	text-decoration: none;
}

.nolink:active {
	text-decoration: none;
}

.backgrid th {
	color: white;
	background-color: #1d3e4f;
	white-space: nowrap;
}

.backgrid th.status {
	text-align: center;
}

.backgrid th.state {
	text-align: left;
}

.backgrid th.enabled {
	min-width: 90px;
}

.backgrid th.sell_rate {
	text-align: center;
}

.backgrid th.sell_total {
	text-align: center;
}

.backgrid th.created_at {
	text-align: center;
}

.backgrid th.created_datetime {
	text-align: center;
}

.backgridcell-align-left {
	text-align: left;
}

.backgridcell-align-right {
	text-align: right;
}

.backgridcell-align-center {
	text-align: center;
}

.margin-lr {
	margin: 0px 5px 0px 5px;
}

/**
	STYLES FOR VALIDATION INPUTS
 */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
	color: #a94442 !important;
}

.has-error .form-control {
	border-color: #a94442 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

.has-error .form-control:focus {
	border-color: #a94442 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a94442 !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a94442 !important;
}

.has-error .input-group-addon {
	color: #a94442 !important;
	border-color: #a94442 !important;
	background-color: rgba(242, 99, 73, 0.29) !important;
}

.has-error .form-control-feedback {
	color: #a94442 !important;
}

/**
	STYLES IN TABS
 */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: white !important;
	background-color: #56BC7D !important;
	border-color: white !important;
	border-bottom-color: #47B26B !important;
}

.nav-tabs > li a{
	background-color: #5e5e5e !important;
	color:white;
}

.spacing{
	padding: 10px;
}