@charset "UTF-8";

  /************************************/
 /* DEFAULT STYLES                   */
/************************************/
body
{
	margin-bottom: 55px;
}

.form-control-dark
{
	color: #fff;
	background-color: rgba(255, 255, 255, .1);
	border-color: rgba(255, 255, 255, .3);
}

.form-control-dark:focus
{
	border-color: transparent;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.nav-main .list-group-item
{
	color: black;
}
.nav-main .list-group-item:hover
{
	background-color: #ccc;
}

.bg-success-light
{
	background-color: #a9ffbc !important;
}
.bg-danger-light
{
	background-color: #ff8888 !important;
}
.bg-warning-light
{
	background-color: #fff3a4 !important;
}
.bg-none
{
	background-color: transparent !important;
}

.border-none
{
	border: none !important;
}

.calendar-with-value
{
	margin-top: 30px;
	position: relative;
	width: 90px;
	text-align: center;
	margin: 100px;
}
.calendar-with-value:after
{
	top: -70px;
	left: -12px;
	position: absolute;
	font-size: 120px;
	width: 90px;
	content: "\f133"; 
	font-family: FontAwesome;
}

  /************************************/
 /* HEADER                           */
/************************************/
#navbar
{
	height: 50px;
}

.navbar-brand
{
	height: 50px;
	/*background-color: rgba(0, 0, 0, .25);*/
	padding-top: .5rem;
	padding-bottom: .5rem;
	font-size: 1rem;
	box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.header
{
	background-color: #190d40 !important;
	color: #ceff00 !important;
}

.header a
{
	color: #ceff00 !important;
}

  /************************************/
 /* SIDEBAR                          */
/************************************/
.sidebar
{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 100; /* Behind the navbar */
	padding: 0;
	box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
	padding-top: 50px;
	padding-bottom: 50px;
}

.sidebar-sticky
{
	position: sticky;
	top: 50px; /* Height of navbar */
	height: calc(100vh - 50px);
	padding-top: .5rem;
	overflow-x: hidden;
	overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
	padding-bottom: 50px;
}

  /************************************/
 /* PAGE CONTENT                     */
/************************************/
#content_container
{
	position: fixed;
	top: 50px;
	bottom: 50px;
	left: 0;
	right: 0;
}
#content
{
	width: 100%;
	height: 100%;
	border: 0;
}

th.rotate
{
	height: 250px;
	white-space: nowrap;
	padding: 0 !important;
}

th.rotate > div
{
	transform: rotate(-90deg);
	width: 30px;
}

th.rotate > div > span
{
	padding: 5px 10px;
}

.bike_number
{
	display: inline-block;
	background-color: white;
	color: black;
	font-size: 25px;
	line-height: 25px;
	font-weight: bold;
	border: 5px solid black;
	border-radius: 10px;
	text-align: center;
	padding: 3px 5px;
	width: 75px;
}
.bike_number.mx1
{
	background-color: white;
	color: black;
	border: 5px solid black;
}
.bike_number.mx2
{
	background-color: black;
	color: white;
	border: 5px solid #ccc;
}

  /************************************/
 /* PAGE FOOTER                      */
/************************************/
footer
{
	position: fixed;
	bottom: 0;
	height: 50px;
	left: 0;
	right: 0;
	background: black;
	font-size: 35px;
	line-height: 45px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: black;
	text-shadow: 3px 3px 3px grey;
	border-top: 5px solid black;
	z-index: 101;
}
footer.footer-loc
{
	background: yellow;
}
footer.footer-dev
{
	background: red;
}
footer.footer-prod
{
	background: green;
}
