﻿html, body
{
	height: 100%;
	margin: 0px;
	padding: 0px;
}

header, footer, section, nav
{
	display: block;
}

a:active, a:visited
{
	outline: none;
}

table.table.table-hover > tbody > tr:hover
{
	cursor: pointer;
}

table.table.table-hover > tbody > tr.NotClickable:hover
{
	cursor: not-allowed;
}

table.table-striped > tbody > tr.success:nth-child(even) > td
{
	background-color: #EFF8E8;
}

table.table-striped.table-hover > tbody > tr.success:nth-child(even):hover > td
{
	background-color: #D0E9C6 !important;
}

table.table-striped > tbody > tr.danger:nth-child(even) > td
{
	background-color: #F8EEEE;
}

table.table-striped.table-hover > tbody > tr.danger:nth-child(even):hover > td
{
	background-color: #EBCCCC !important;
}

table.table-striped > tbody > tr.warning:nth-child(even) > td
{
	background-color: #FDFDF0;
}

table.table-striped.table-hover > tbody > tr.warning:nth-child(even):hover > td
{
	background-color: #FAF2CC !important;
}

table.table-striped > tbody > tr.info:nth-child(even) > td
{
	background-color: #E0F6FB;
}

table.table-striped.table-hover > tbody > tr.info:nth-child(even):hover > td
{
	background-color: #C4E3F3 !important;
}

.list-group-item-hover
{
	cursor: pointer;
}

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;
}

.popover
{
	z-index: 1337 !important;
}

div.datepicker
{
	z-index: 1337 !important;
}

div.clockpicker-popover
{
	z-index: 1337 !important;
}

span.Error, strong.Error
{
	color: #BB0000;
}

span.Required, strong.Required
{
	color: #FF0000;
}

span.NotFound, strong.NotFound
{
	color: #FF0000;
}

.btn-group-flex
{
	display: flex;
}

.btn-flex
{
	flex: 1;
}

@media screen and (min-width: 768px)
{
	div .jumbotron h3
	{
		font-size: 30px !important;
	}
}

@media (min-width: 768px)
{
	.five-columns > .col-sm-1, .five-columns > .col-md-1, .five-columns > .col-lg-1
	{
		width: 20%;
	}

	.seven-columns > .col-sm-1, .seven-columns > .col-md-1, .seven-columns > .col-lg-1
	{
		width: 14.28%;
	}

	.eight-columns > .col-sm-1, .eight-columns > .col-md-1, .eight-columns > .col-lg-1
	{
		width: 12.5%;
	}
}

@media print
{
	@page
	{
		size: A4 auto;
		margin: 0mm;
	}

	html, body
	{
		width: 1024px;
	}

	body
	{
		margin: 0 auto;
	}

	.NoPrint
	{
		display: none;
	}
}

.MainWrapper
{
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0px auto -41px auto;
	padding: 50px 0px 41px 0px;
}

.MainBody
{
}

.MainBody > .container:first-child
{
	margin-top: 30px;
}

.MainBody > .HeaderFrame:first-child
{
	margin-bottom: 30px;
}

.MainHeader
{
}

.MainFooter
{
	height: 40px;
	background-color: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	padding-top: -1px;
}

.MainFooter .Copyright
{
	margin-top: 10px;
}

.PageScrollerFrame
{
	position: fixed;
	z-index: 2000;
	left: auto;
	top: auto;
	right: 25px;
	bottom: auto;
}

.PageScrollerIcon
{
	display: block;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 20px;
}

.PageScrollerIconTop
{
	padding: 5px 6px 1px 4px;
	margin-bottom: 5px;
}

.PageScrollerIconBottom
{
	padding: 6px 5px 0px 5px;
}

.PageScrollerIcon:focus
{
	color: #FFFFFF;
}

.PageScrollerIcon:hover
{
	color: #BBBBBB;
}

.HeaderFrame
{
	background-color: #F5F5F5;
	border-bottom: 1px solid #E5E5E5;
}

.HelpFrame
{
	padding: 8px 16px 0px 16px;
}

.PickFrame
{
	height: 300px;
	padding-right: 10px;
}

.IdleFrame
{
	position: fixed;
	z-index: 2000;
	width: 420px;
	height: 55px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
}

.UploadFile
{
	width: 1px;
	height: 1px;
}

.UploadControl
{
	font-weight: normal;
	overflow: hidden;
}

.UploadControl:hover
{
	cursor: pointer;
}

.AccountInfo
{
	cursor: help;
}

#GenericDialog
{
	z-index: 1500 !important;
}

.NoOverflow
{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.Inline
{
	display: inline;
}

.InlineBlock
{
	display: inline-block;
}

.NoMargin
{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.NoMarginTop
{
	margin-top: 0px !important;
}

.NoMarginBottom
{
	margin-bottom: 0px !important;
}

.InputSeparator
{
	width: 0px;
}

.Indented
{
	padding-left: 20px;
}

.Info
{
	color: #BBBBBB;
}
