﻿html, body
{
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body
{
	background: #5C87B2;
}

header, footer, section, nav
{
	display: block;
}

.modal
{
	overflow: auto !important;
}

div.jumbotron
{
	margin-top: -1px !important;
	padding-top: 5px;
	padding-bottom: 15px;
	background-color: #F5F5F5;
	border-bottom: 1px solid #E5E5E5;
}

div.jumbotron h3
{
	font-size: 22px;
}

ol.breadcrumb
{
	margin-bottom: 0px;
}

ul.pagination
{
	margin-top: 0px;
}

div.datepicker
{
	z-index: 1337 !important;
}

div.clockpicker-popover
{
	z-index: 1337 !important;
}

@media screen and (min-width: 768px)
{
	div.jumbotron h3
	{
		font-size: 30px !important;
	}
}

label.UploadFile
{
	font-weight: normal;
	overflow: hidden;
}

label.UploadFile:hover
{
	cursor: pointer;
}

label.UploadFile > input[type=file]
{
	width: 1px;
	height: 1px;
	display: none;
}

.UploadControl
{
	font-weight: normal;
	overflow: hidden;
}

.UploadControl:hover
{
	cursor: pointer;
}

.UploadControlFile
{
	width: 1px;
	height: 1px;
}

.form-group-inline
{
	display: inline-block !important;
}

.form-group-sm
{
	margin-bottom: 2px;
}

.form-group-sm > label
{
	font-size: 12px;
	margin-bottom: 0px;
}

.btn-group-flex
{
	display: flex;
}

.btn-flex
{
	flex: 1;
}

.MainWrapper
{
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0px auto -51px auto;
	padding: 50px 0px 51px 0px;
}

.MainBody
{
}

.MainBody > .container:first-child
{
	margin-top: 30px;
}

.MainBody > .HeaderFrame:first-child
{
	margin-bottom: 30px;
}

.MainHeader
{
}

.MainFooter
{
	height: 40px;
}

.MainFooter .Copyright
{
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 20px;
}

.MainFooter .Copyright a
{
	color: #C5C9CC;
}

.HeaderFrame
{
	padding: 5px;
	background-color: #F5F5F5;
	border-bottom: 1px solid #E5E5E5;
}

.RightMenu
{
	padding-right: 20px;
}

.FullWidth
{
	width: 100%;
}

.NoOverflow
{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.MainTitleFrame
{
	position: relative;
	color: #FFFFFF;
	margin-top: 20px;
	margin-left: 20px;
	padding-bottom: 20px;
}

.MainTitleFrame > h2
{
	margin-top: 12px;
	margin-bottom: 12px;
}

.MainBodyFrame
{
	padding: 20px;
	margin-bottom: 40px;
	box-shadow: 3px 3px 16px 0px #000000;
	-moz-box-shadow: 3px 3px 16px 0px #000000;
	-webkit-box-shadow: 3px 3px 16px 0px #000000;
	background: #F8F8F8;
}

.MainMenuFrame
{
	position: absolute;
	width: auto;
	height: auto;
	left: auto;
	top: auto;
	right: 0px;
	bottom: 0px;
	padding: 5px 20px 0px 20px;
	border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	box-shadow: 3px 3px 16px 0px #000000;
	-moz-box-shadow: 3px 3px 16px 0px #000000;
	-webkit-box-shadow: 3px 3px 16px 0px #000000;
	clip: rect(-100px 10000px auto -100px);
	color: #000000;
	background: #F8F8F8;
	text-align: right;
}

.MainMenuFrame > ul
{
	margin: 0px;
	padding: 0px;
}

.MainMenuFrame > ul > li
{
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.MainMenuFrame > ul > li > a
{
	color: #000000;
}

.MainMenuFrame > ul > li > a:hover
{
	color: #000000;
}

.MainMenuFrame > ul > li > span
{
	color: #000000;
}

.MainToolbarFrame
{
	position: absolute;
	width: auto;
	height: auto;
	left: auto;
	top: 20px;
	right: 15px;
	bottom: auto;
	padding: 15px;
	border: solid 1px #DEDEDE;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #F8F8F8;
	z-index: 100;
}

input[type=button].ToolbarButton, button.ToolbarButton
{
	width: 90px;
}

.ToolbarChunk
{
	padding-top: 5px;
}

.ToolbarChunk:nth-child(1)
{
	padding-top: 0px;
}

.TitleLink
{
	color: inherit !important;
}

.ContextLinkFrame
{
	margin-left: 10px;
}

.ContextLinkFrame:nth-child(1)
{
	margin-left: 0px;
}

.ContextLinkFrame > img
{
	vertical-align: top;
}

a.ContextLink
{
	color: #000000;
}

a.ContextLink:hover
{
	color: #000000;
}

.VerticalScroll
{
	overflow: scroll;
	overflow-x: hidden;
}

.VerticalScrollAuto
{
	overflow: auto;
	overflow-x: hidden;
}

.AlignLeft
{
	text-align: left !important;
}

.AlignCenter
{
	text-align: center !important;
}

.AlignRight
{
	text-align: right !important;
}

.AlignTop
{
	vertical-align: top !important;
}

.AlignMiddle
{
	vertical-align: middle !important;
}

.AlignBottom
{
	vertical-align: bottom !important;
}

.NotBold
{
	font-weight: normal !important;
}

.NoMargin
{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.NoMarginTop
{
	margin-top: 0px !important;
}

.NoMarginBottom
{
	margin-bottom: 0px !important;
}

.NoPadding
{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.NoPaddingTop
{
	padding-top: 0px !important;
}

.NoPaddingBottom
{
	padding-bottom: 0px !important;
}

.Info
{
	color: #BBBBBB;
}

.Required
{
	color: #FF0000;
}

.Invisible
{
	visibility: hidden;
}
