﻿html, body
{
	height: 100%;
	margin: 0px;
	padding: 0px;
}

header, footer, section, nav
{
	display: block;
}

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;
}

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;
}

div.checkbox > input[type=checkbox]
{
	margin-left: 0px;
}

label ~ div.checkbox > input[type=checkbox]
{
	position: relative;
}

ol.breadcrumb
{
	margin-bottom: 0px;
}

ul.pagination
{
	margin-top: 0px;
}

span.Error, strong.Error
{
	color: #BB0000;
}

span.Required, strong.Required
{
	color: #FF0000;
}

span.NotFound, strong.NotFound
{
	color: #FF0000;
}

h1 .badge, h2 .badge, h3 .badge, h4 .badge
{
	font-size: inherit;
}

@media screen and (min-width: 768px)
{
	div.jumbotron h3
	{
		font-size: 30px !important;
	}
}

@media all and (min-width: 768px)
{
	.navbar-right
	{
		margin-right: 0px !important;
	}
}

.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;
}

.CompatibilityFrame
{
	padding: 5px;
	background: #FF0000;
}

.CompatibilityFrame span
{
	color: #FFFFFF;
	font-weight: bold;
}

.HeaderFrame
{
	background-color: #F5F5F5;
	border-bottom: 1px solid #E5E5E5;
}

.PickFrame
{
	height: 300px;
	padding-right: 10px;
}

.NoMargin
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.NoTopMargin
{
	margin-top: 0px;
}

.NoBottomMargin
{
	margin-bottom: 0px;
}

.TinyMargin
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.NoOverflow
{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.Inline
{
	display: inline;
}

.InlineBlock
{
	display: inline-block;
}
