@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;
}

  /************************************/
 /* 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);
}

  /************************************/
 /* 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;
}
/*
@media (min-width: 768px)
{
	#content_container
	{
		left: 300px;
	}
}
*/

  /************************************/
 /* 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;
}





  /************************************/
 /* DEFAULT STYLES                   */
/************************************/

  /************************************/
 /* GLOBAL LAYOUT STYLES             */
/************************************/
/*
.page-header h1,
.page-header h2,
.page-header h3,
.page-header h4,
.page-header h5
{
	padding: 0;
	margin: 0;
}
.page-header h3
{
	margin-left: 60px;
	margin-bottom: 5px;
}
.page-header h4
{
	margin-left: 85px;
}

.page-header
{
	padding: 0;
	margin: 5px 0 20px 0;
	border: 0;
}

.form-inline-group
{
	display: inline-block;
}

.help-block
{
	font-weight: normal;
}
.help-block-inline
{
	font-weight: normal;
	display: inline;
}

.list-indent
{
	margin-left: 25px;
}

.iframe
{
	width: 100%;
	height: 500px;
	border: 3px solid black;

}

.pad-top
{
	padding-top: 10px;
}
.pad-bottom
{
	padding-bottom: 10px;
}
.pad-right
{
	padding-right: 10px;
}
.pad-left
{
	padding-left: 10px;
}

.text-pre
{
	white-space: pre;
	font-family: monospace;
}

.text-block
{
	display: block;
}
*/

  /************************************/
 /* PAGE HEADER                      */
/************************************/
/*
.navbar-brand
{
	padding: 5px;
	font-size: 30px;
	line-height: 40px;
	color: var(--main-color);
	-webkit-text-stroke: 1px white;
	font-weight: bold;
}
.navbar-brand img
{
	display: inline;
}
*/

/*
header
{
	background: #4a4a4a;
	background: linear-gradient(to bottom,  #4c4c4c 20%, #343434 100%);
	height: 50px;
	overflow: hidden;
	padding: 5px;
}
header .branding
{
	float: left;
	overflow: auto;
	padding: 0;
	margin: 0;
}
header .logo,
header .title
{
	float: left;
	padding: 0;
	margin: 0;
}
header .title
{
	font-size: 30px;
	line-height: 40px;
	color: var(--main-color);
	-webkit-text-stroke: 1px white;
}
header .user
{
	float: right;
	color: white;
	padding: 3px 0;
	margin: 0;
}
header .user form
{
	padding: 0;
	margin: 0;
}
header .hamburger
{
	float: right;
	padding: 0;
	margin: 0;
	margin-left: 10px;
}
header .hamburger button
{
	background-color: #888;
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 40px;
	height: 35px;
	color: white;
	margin: 0;
}
header .hamburger .icon-bar
{
	width: 100%;
	border-bottom: 1px solid #ccc;
}
*/

  /************************************/
 /* PAGE SIDEBAR                     */
/************************************/
/*
#navbar
{
	position: fixed;
	top: 50px;
	bottom: 50px;
	left: 0;
	width: 300px !important;
	padding: 5px 15px;
	background: #4a4a4a;
	background: linear-gradient(to top,  #4c4c4c 20%, #343434 100%);
	overflow: auto !important;
	z-index: 100;
}
@media (min-width: 768px)
{
	nav
	{
		display: block !important;
		overflow: auto !important;
	}
}
nav .panel
{
	border: 2px solid var(--main-color);
	border-radius: 7px;
	margin-bottom: 10px;
}
nav .panel-heading
{
	background-color: var(--main-color) !important;
	color: white;
	padding: 5px;
}
nav .panel-title
{
	color: white;
}
nav .panel-body
{
	padding: 0;
}
nav .panel-body .list-group
{
	margin: 0;
}
nav .panel-body .list-group-item
{
	padding: 0;
}
nav .panel-body .list-group-item:first-child
{
	border-top: 0;
}
nav .panel-body .list-group-item:last-child
{
	border-bottom: 0;
}
nav .panel-body .list-group-item a
{
	display: block;
	color: black;
	padding: 5px;
}
nav .panel-body .list-group-item a:hover
{
	background-color: #ccc;
}
*/

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

}
@media (min-width: 768px)
{
	#content_container
	{
		left: 300px;
	}
}
*/

  /************************************/
 /* 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;
}
footer.footer-loc
{
	background: yellow;
}
footer.footer-dev
{
	background: red;
}
footer.footer-prod
{
	background: green;
}
*/
