/* RACERY @MNDK file:racery/app/css/racery.main.css */

@import url(https://fonts.googleapis.com/css?family=Roboto:700,400,300,200,100,100italic,200italic,300italic,400italic,700italic);

body {
	padding-top: 3rem;
	font-family: 'Roboto', sans-serif;
}

.cursor-pointer {
	cursor: pointer;
}

.bg-body-tertiary {
	background-color: #343a40 !important;
}

.navbar-bg-gray {
	background-color: #343a40;
}

.main-gray {
	color: #5a5a5a;
}

.main-light-gray {
	color: #325d88;
}

.dotted-underline {
	text-decoration: underline;
	text-decoration-style: dotted;
	cursor: help;
}

:root {
	--label-bg-light: #fff;
	--label-bg-dark: #303030;
}

.form-outline2 {
	position: relative;
	margin-bottom: 1.5rem;
}

.form-outline2 label {
	position: absolute;
	top: 0;
	left: 0;
	padding: .30rem .75rem;
	margin-left: .2rem;
	transition: all .3s;
	pointer-events: none;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

.form-outline2 select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: .30rem .75rem;
	border: 1px solid #bdbdbd;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-outline2 input[type="datetime-local"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: .30rem .75rem;
	border: 1px solid #bdbdbd;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.select-label.active {
	margin-left: 0 !important;
	padding: 0 0.3rem !important;
	background: var(--label-bg-light);
	transform: translateY(-1rem) translateY(0.1rem) scale(0.8);
}
.select-label {
	max-width: var(--mdb-form-outline-select-label-max-width);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select-label2.active {
	margin-left: 0 !important;
	padding: 0 0.3rem !important;
	background: var(--label-bg-light);
	transform: translateY(-1rem) translateY(0.1rem) scale(0.8);
}
.select-label2 {
	max-width: var(--mdb-form-outline-select-label-max-width);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pre-scrollable {
	max-height: 300px;
	overflow-y: scroll;
}
.btn-group-xs > .btn, .btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.blur {
	background: rgba(70, 72, 82, 0.5);
	-webkit-filter: blur(5px);
	filter: blur(5px);
}
/* footer */
footer {
	background-color: #343a40;
	color: white;
	padding-top: 0.75rem;
	margin-top: 1rem;
	text-align: center;
	font-size: 0.75rem;
}
footer a {
	color: #d2d1d1;
	text-decoration: none;
}
footer a:hover,
footer a:focus {
	text-decoration: none;
	color: white;
}

.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 1.25rem;
	right: 1.25rem;
}

#login-dp {
	min-width: 25em;
	padding: 0.875rem 0.875rem 0;
	overflow: hidden;
}
#login-dp .form-group {
	margin-bottom: 0.625rem;
}