﻿body {
	font-family: "Segoe UI",Arial,Helvetica,sans-serif;
	font-size: 12px;
	margin: 0;
}

.NRSHeader, .NRSHeaderMenu, .NRSFooter {
	background-color: #ffffff;
}

.NRSHeaderTitle {
	display: inline-block;
	color: #0870d8;
	font-size: 25px;
	font-weight: 400;
}

.NRSHeaderMenuItem {
	color: #0870d8;
	text-decoration: none;
	font-size: 15px;
	margin-left: 12px;
}

.NRSMessage {
	color: #0870d8;
	font-weight: 600;
}

.NRSInformation {
	color: #337ab7;
}

.NRSCaption {
	color: #337ab7;
	font-size: 18px;
	font-weight: 600;
}

.NRSErrorMsg {
	color: red;
}

.NRSButtonPrimary {
	background-color: #4187c3 !important;
	color: #ffffff !important
}

.NRSButtonSecondary {
	background-color: #f3f3f3 !important;
	color: #000000 !important;
}

.NRSText {
	/*font-size: 10px;*/
	/*font-family: Verdana;    */
}

.NRSInactiveLink {
	color: #0870d8;
}

.NRSActiveLink {
	color: #000000;
	border-bottom: 3px solid #ffdf67;
	font-weight: 600;
}

.NRSLabelInner, .NRSLabelOuter {
	font-size: 14px;
	margin-right: 10px;
}

.NRSLabelInner {
	margin-right: 10px;
}

.NRSFormLabel {
	font-size: 14px;
	width: 125px;
}

.NRSFormEdit {
	font-size: 14px;
	width: 300px;
	margin-right: 10px;
}


.bg {
	position: fixed;
	top: 0;
	left: 0;
	/* Preserve aspet ratio */
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
}

/* ----- Telerik Overrides ----- */

.rbButton {
	padding: 6px 6px !important;
	font-size: 12px !important;
}

.rgFilterRow td {
	padding-left: 2px !important;
	padding-right: 2px !important;
}

	.rgFilterRow td div {
		width: 100% !important;
	}

.RadInput .riTextBox {
	font-size: 14px !important;
}

.RadGrid .t-font-icon:before {
	font: 23px/1 "WebComponentsIcons" !important;
}

.RadGrid_Bootstrap .rgHeader {
	background-color: #0b5ca1 !important;
	color: #ffffff !important;
}

	.RadGrid_Bootstrap .rgHeader, .RadGrid_Bootstrap .rgHeader a {
		color: #ffffff !important;
	}

.RadGrid_Bootstrap .rgActionButton {
	color: #ffffff !important;
}

.RadGrid .rgCommandRow .t-button {
	color: #077126 !important;
	font-weight: 500;
}


#container {
	min-height: 100%;
	position: relative;
}

#body {
	padding-bottom: 30px; /* Height of the footer */
}

#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 30px; /* Height of the footer */
	color: #0870d8;
	text-decoration: none;
	font-size: 15px;
	text-align: center;
	z-index: 9999;
	background: white;
}
