﻿/**
 * @license
 * MyFonts Webfont Build ID 3494196, 2017-12-07T11:15:43-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Roboto by Google
 * URL: https://fonts.googleapis.com/css?family=Roboto:300,400,500,700
 * Copyright:
 * Licensed pageviews:
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3494196
 * 
 * © 2017 MyFonts Inc
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

@font-face {
	font-family: 'Roboto', Arial, sans-serif;
}

/*This Makes the reports look correct in Chrome and Fire Fox. The rest of the site references the above font.*/
@font-face {
	font-family: 'Futura PT Book';
	src: url('../fonts/355134_0_0.eot');
	src: url('../fonts/355134_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/355134_0_0.woff2') format('woff2'), url('../fonts/355134_0_0.woff') format('woff'), url('../fonts/355134_0_0.ttf') format('truetype');
}

/*site layout styles */
html {
	overflow: hidden;
	font-family: 'Roboto', Arial, Sans-Serif;
	height: 100%;
	font-size: 100%; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-ms-text-size-adjust: 100%; /* 2 */
}

body {
	padding: 0;
	margin: 0;
	font-family: 'Roboto', Arial, Sans-Serif !important;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
	height: 100%;
	color: #333333;
}


form {
	height: 100%;
	font-family: 'Roboto', Arial, Sans-Serif;
	overflow-y: auto;
}

.speedpayrepeateritem {
	background-color: #FFFFFF;
}

.SpeedPayRepeat {
	background-color: #FFFFFF;
}

/* container for all content */
#main {
	overflow: auto;
	font-family: 'Roboto', Arial, Sans-Serif;
}
/* for adding the remove button standard appearance to the fast pay screen
    This is a duplicate of the one found in shared.css(
*/
/*.removeBtn {
	display: inline-block;
	padding: 5px;
	background-color: #ce3c3c;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	 border-radius: 5px;
}*/
#bcloc {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 20px !important;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 25px;
	text-align: center;
}

#footerContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	text-align: center;
	padding-top: 3px;
	font-family: 'Roboto', Arial, Sans-Serif;
}

	#footerContent a, #footerContent a:visited {
		text-decoration: none;
	}

	#footerContent span {
		padding-right: 5px;
	}

/*content containers */

#header {
	background-position-x: 100px;
	background-size: contain;
	height: 55px;
}

.headerTextColor {
}

/*nextep only header styles*/
.nexHeader {
}
/*
#feedback:hover
{
    color:white !important;
}

#header .dropdown-toggle:hover
{
    color:white !important;
}
#header .dropdown-toggle:focus
{
    color:white !important;
}

#pnlHeader .dropdown-toggle:hover
{
    color:white !important;
}
#pnlHeader .dropdown-toggle:focus
{
    color:white !important;
}*/

#navMenu {
	background-color: #FFFFFF;
	color: #002454;
	text-decoration: none;
}

	#navMenu:hover {
		background-color: #002454;
		color: #FFFFFF !important;
		border-color: #002454 !important;
		text-decoration: none;
		border-width: 2px;
	}

/* contains the logo*/
#headerContent {
	background-position: 5px 5px;
	background-repeat: no-repeat;
	background-size: auto;
}


#locationColumn {
	text-align: right;
}

.panelx-heading {
	font-size: x-large font-weight: bold;
	font-style: normal;
	text-decoration: none;
}


/*style for all text in the header*/
.headerText, .headerText a:visited {
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.copyrightText {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

/*site map path styles*/
.pathNodes {
	font-weight: bold;
	font-size: 15px;
}


/*common style for all normal buttons*/
.normalButton {
	font-size: 14px;
	border-style: none;
	font-family: 'Roboto', Arial, Sans-Serif;
	border-radius: 5px;
}

	.normalButton:hover {
		cursor: pointer;
	}

	.normalButton:disabled {
		background-color: #B7B8B9;
	}

		.normalButton:disabled:hover {
			cursor: default;
		}

.buttonSpace {
	margin-top: 3px;
}
/*common style for all normal link buttons*/
.linkButton {
	font-size: 14px;
}

/*used for the background when doing inline grid edits*/
.editGridTable {
}

/*table and layout styles */
.EditorrTitle {
	text-align: center;
}

.editor {
	border-collapse: collapse;
	border: 0px solid #000;
}

.editorContainer td {
	padding: 1px;
}

.editorContainer {
	border-collapse: separate;
	border: 1px solid #000;
	margin: 0;
	padding: 5px;
	border-radius: 5px;
}

.editorfooter {
	/*margin-top: 5px;*/
	padding-top: 5px;
}

.titleBar {
	text-align: center;
}

.editor .control-group {
	padding: 5px;
	width: 100%;
}

	.editor .control-group label {
		text-align: right;
		margin-right: 10px;
		width: 180px;
		text-wrap: normal;
		-ms-word-wrap: break-word;
		word-wrap: break-word;
		display: inline-block;
	}

.editorTitleText {
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	padding-left: 4px;
	border-radius: 4px;
}


.loginError {
	text-align: center;
	color: Red;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	font-family: 'Roboto', Arial, Sans-Serif;
	font-weight: normal;
}


.toolbarText {
	vertical-align: middle;
	font-size: 12px;
	font-family: 'Roboto', Arial, Sans-Serif;
}


/*styles that are used on the menu.aspx pages */
.menuArea {
	width: 100%;
	padding: 5px 0px 5px 0;
	display: block;
	margin-bottom: 5px;
	margin-top: 5px;
	border-style: solid;
	border-radius: 5px;
	border-color: #B7B8B9;
	border-width: 1px;
}

.menuBorder {
	width: 100%;
	height: 40px;
}

.menuItem {
	width: 100%;
	height: 40px;
	text-align: left;
	margin-left: 5px;
}

.menuImage {
	width: 40px;
	text-align: left;
}

.menuTitle {
	width: 200px;
	text-align: left;
}

.menuDescription {
	text-align: left;
}

.menuPageText {
	font-size: 14px !important;
}


/*header that may show above grids and other content*/
.pageToolbar {
	vertical-align: middle;
	border: solid 1px #000000;
	padding: 3px 3px 3px 3px;
	text-align: left;
	border-radius: 3px;
}

.hideMe {
	display: none;
}

.myMessageToolbar {
	vertical-align: middle;
	border: solid 1px #000000;
	padding: 3px 3px 3px 3px;
	text-align: center;
	border-radius: 3px;
}

	.myMessageToolbar div {
		vertical-align: middle;
		padding: 3px 3px 3px 3px;
		text-align: left;
		border-radius: 3px;
	}
/*style for all error messages */
.errorText {
	font-size: 14px;
	text-align: left;
}



/* styles for the loading overlay */
#loaderContainer {
}

#loader {
	background-image: url(../Images/Circle-loader.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	min-height: 70px;
	padding: 5px 5px 5px 5px;
	top: 50%;
	left: 50%;
	position: absolute;
	border: 1px solid black;
	border-radius: 5px;
	z-index: 1000;
	margin-left: -100px;
	margin-top: -28px;
	min-width: 200px;
	display: block;
	text-wrap: none;
}


.loaderText {
	padding-left: 60px;
	vertical-align: middle;
	font-size: 15px;
	padding-top: 15px;
	font-weight: bold;
	text-wrap: none;
}

.loaderMask {
	position: absolute;
	filter: alpha(opacity=50);
	opacity: 0.5;
	background: #333;
	z-index: 101;
	cursor: wait;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*dshboard control panel styles*/
.controlPanel_locationGroup {
	width: 100%;
	text-align: left;
}

.controlPanel_location1 {
	font-size: 9pt;
	padding-left: 8px;
	text-align: left;
	width: 50%;
}

.controlPanel_location2 {
	font-size: 9pt;
	width: 50%;
}

.controlPanel_Header {
	padding-left: 8px;
}

.controlPanel_status {
	width: 100%;
	border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	text-align: left;
	color: black;
	border: solid 1px black;
}

.controlPanel_status_green {
	background-color: #00FF00;
}

.controlPanel_status_yellow {
	background-color: #FFFF00;
}

.controlPanel_status_red {
	background-color: #FF0000;
}

.controlPanel_status_orange {
	background-color: #ff6a00;
}

.controlPanel_status_blue {
	background-color: #2F96B4;
}

.controlPanel_status_gray {
	background-color: #4D4D4D;
	color: #FFFFFF:
}

.controlPanel_status_black {
	background-color: black;
	color: white;
	text-align: left;
}


/*controlpanel on the customer map...used on the location map info box popup */

.controlPanel_map_table {
	border-color: #CCCCCC;
	border-width: 0;
	height: 100%;
	border-collapse: collapse;
}

.controlPanel_map_locationGroupStatusCenterCell {
	width: 236px;
	text-align: left;
}

.controlPanel_map_locationStatus {
	color: Black;
	width: 220px;
	font-size: 8pt;
	text-align: center;
}


/*styles used in the auto complete dropdowns.... */

.autoList {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	white-space: nowrap;
}

.ZIndex {
	z-index: 9999 !important;
}

.autoListContainer {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	list-style-type: none;
	padding-left: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px !important;
	text-align: left;
	overflow: auto;
	border-collapse: collapse;
	border: solid 1px buttonshadow;
}

.autoListSelected {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	overflow: hidden;
	white-space: nowrap;
}



/*BING Maps style overrides */

.customInfoBox-noBeak, .customInfoBox-with-rightBeak, .customInfoBox-with-leftBeak {
	border: 0 solid black;
	color: #4D4D4D;
	display: block;
	font-size: 1.2em;
	position: absolute;
	z-index: 500 !important;
	background: transparent;
}

.customInfoBox-with-rightBeak {
	padding: 0 19px 0 0;
}

.customInfoBox-with-leftBeak {
	padding: 0 0 0 19px;
}

.customInfoBox-noBeak {
	padding: 0 4px;
}

.customInfoBox-actionsBackground {
	margin: 4px;
	background: #E0E0E0;
}

.customInfoBox-beak, .customInfoBox-progressAnimation {
	visibility: visible;
}

.customInfoBox-actions {
	padding: 4px 8px 0;
}

* html .customInfoBox-actions {
	padding-top: 8px;
}

	.customInfoBox-actions ul {
		list-style-image: none;
		margin: 0;
		padding: 0;
		list-style: none outside none;
	}

		.customInfoBox-actions ul a, .customInfoBox-actions ul a:link,
		.customInfoBox-actions ul a:visited {
			color: #0088E4;
			text-decoration: none;
		}

			.customInfoBox-actions ul a:hover {
				text-decoration: underline;
			}

		.customInfoBox-actions ul li {
			margin-bottom: 4px;
		}

.customInfoBox-paddingHack {
	font-size: 8px;
	height: 8px;
	width: 1px;
}

.customInfoBox-beak {
	height: 34px;
	position: absolute;
	top: 10px;
	width: 19px;
}

.customInfoBox-with-leftBeak .customInfoBox-beak {
	background: transparent url(https://maps.live.com/i/bin/1.3.20070327220207.22/ero/beakLeft.gif) no-repeat scroll 0;
	left: 0;
}

.customInfoBox-with-rightBeak .customInfoBox-beak {
	background: transparent url(https://maps.live.com/i/bin/1.3.20070327220207.22/ero/beakRight.gif) no-repeat scroll 0;
	right: 4px;
}

.customInfoBox-noBeak .customInfoBox-beak {
	display: none;
}

.customInfoBox-progressAnimation {
	font-size: 0;
	height: 3px;
	overflow: hidden;
	position: absolute;
	width: 13px;
	z-index: 500;
}

	.customInfoBox-progressAnimation div {
		font-size: 0;
		height: 100%;
		position: absolute;
		width: 3px;
		background: #54CE43;
	}

		.customInfoBox-progressAnimation div.frame0 {
			left: -3px;
		}

		.customInfoBox-progressAnimation div.frame1 {
			left: 0;
		}

		.customInfoBox-progressAnimation div.frame2 {
			left: 5px;
		}

		.customInfoBox-progressAnimation div.frame3 {
			left: 10px;
		}


.customInfoBox-previewArea {
	width: 100%;
	background: #E0E0E0;
	height: 0px;
}

	.customInfoBox-previewArea p {
		font-size: 1.1em;
		margin: 0;
		padding: 0 0px 0px 0;
	}

	.customInfoBox-previewArea div.firstChild {
		margin: 0px;
		overflow: hidden;
	}

	.customInfoBox-previewArea .title {
		color: #000;
		font-size: 1.1em;
		font-weight: bold;
		margin: 0 0 0px;
	}

	.customInfoBox-previewArea .ero-previewArea-image {
		display: block;
		float: left;
		height: 80px;
		padding: 3px 10px 5px 0;
		position: relative;
		width: 80px;
	}

.customInfoBox-body {
	position: relative !important;
	top: 0px !important;
	left: 0px !important;
	padding: 1px !important;
	border: 1px solid #000000 !important;
	background-color: #E0E0E0 !important;
	overflow: auto !important;
	width: 350px !important;
	height: 300px !important;
	vertical-align: top !important;
}

.customInfoBox-shadow {
	position: relative !important;
	background-color: #E0E0E0 !important;
	float: left;
}
/*end bing map styles */



/*some generic site wide styling*/
.emptySeperator {
	height: 10px;
}

.pageArea {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}

.radwindowpopupdialog {
	margin: 4px;
	padding: 3px;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.containerArea {
	border-collapse: collapse;
	border: 0px solid #000;
	width: 100%;
}

.toolbarbutton {
	vertical-align: middle;
	cursor: pointer;
}

.tabButton {
	display: block;
	vertical-align: middle;
	cursor: pointer;
	width: 75px;
	padding: 3px;
	font-family: 'Roboto', Arial, Sans-Serif;
	margin-bottom: 3px !important;
}

	.tabButton:hover {
		background-color: darkgrey;
		color: white;
	}

	.tabButton.active {
		background-color: darkgrey;
		color: white;
	}

/*modal popup styles */
.modalBackground {
	padding: 0px;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	border-collapse: collapse;
	position: static;
	overflow: hidden;
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.modalPopup {
	background-color: #ffffdd;
	border: 4px solid Black;
	padding: 3px;
}


.labelHeaderText {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	font-family: 'Roboto', Arial, Sans-Serif;
}

.fixedwidth139 {
	width: 139px;
}

.verticalAlignTop {
	vertical-align: top;
	padding-top: 4px !important;
}

.redMark {
	color: red;
	vertical-align: bottom;
	line-height: 16px;
}

.sectionHeaderText {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	font-family: 'Roboto', Arial, Sans-Serif;
	line-height: 290%;
}

.dataTextSameSize {
	width: 313px;
	height: 27px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	font-family: 'Roboto', Arial, Sans-Serif;
}

#inputWithSameSize input[type=text] {
	padding: 1px 4px 2px 5px !important;
}

#inputWithSameSize textarea {
	padding: 1px 4px 2px 5px !important;
}

.confirmationMessage {
	font-size: 12px;
	font-weight: 400;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	font-family: 'Roboto', Arial, Sans-Serif;
	display: block;
	margin-top: 6px;
	margin-bottom: 21px;
}

.limitDescription {
	font-size: 11px;
	color: #cccccc;
	text-align: right;
	line-height: 11px;
}

.trTopBorder2px {
	border-top: 2px solid white;
	border-collapse: collapse;
}

.trTopBorder4px {
	border-top: 4px solid white;
	border-collapse: collapse;
}

.trTopBorder8px {
	border-top: 8px solid white;
	border-collapse: collapse;
}

.marginLeft10px {
	margin-left: 10px;
}

#inputWithSameSizeMoreBorderSpace {
	margin: 8px 4px 20px 10px;
}

	#inputWithSameSizeMoreBorderSpace input[type=text] {
		padding: 1px 4px 2px 5px !important;
	}

	#inputWithSameSizeMoreBorderSpace textarea {
		padding: 1px 4px 2px 5px !important;
	}

.fixedwidth139 {
	width: 139px;
}

.verticalAlignTop {
	vertical-align: top;
	padding-top: 4px !important;
}

.sectionHeaderText {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	font-family: 'Roboto', Arial, Sans-Serif;
	line-height: 290%;
}

.dataTextSameSize {
	width: 313px;
	height: 27px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	font-family: 'Roboto', Arial, Sans-Serif;
}

#inputWithSameSize input[type=text] {
	padding: 1px 4px 2px 5px !important;
}

#inputWithSameSize textarea {
	padding: 1px 4px 2px 5px !important;
}

.confirmationMessage {
	font-size: 12px;
	font-weight: 400;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	font-family: 'Roboto', Arial, Sans-Serif;
	display: block;
	margin-top: 6px;
	margin-bottom: 21px;
}

.limitDescription {
	font-size: 11px;
	color: #cccccc;
	text-align: right;
	line-height: 11px;
}

.trTopBorder2px {
	border-top: 2px solid white;
	border-collapse: collapse;
}

.trTopBorder4px {
	border-top: 4px solid white;
	border-collapse: collapse;
}

.trTopBorder8px {
	border-top: 8px solid white;
	border-collapse: collapse;
}

.marginLeft10px {
	margin-left: 10px;
}

#inputWithSameSizeMoreBorderSpace {
	margin: 8px 4px 20px 10px;
}

	#inputWithSameSizeMoreBorderSpace input[type=text] {
		padding: 1px 4px 2px 5px !important;
	}

	#inputWithSameSizeMoreBorderSpace textarea {
		padding: 1px 4px 2px 5px !important;
	}

.labelText {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	font-family: 'Roboto', Arial, Sans-Serif;
}

.labelTextUnderLine {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	text-decoration: underline;
	font-family: 'Roboto', Arial, Sans-Serif;
}

.labelPagerText {
	font-size: 12px;
	font-weight: normal;
	color: Blue;
	font-style: normal;
	text-decoration: none;
	font-family: 'Roboto', Arial, Sans-Serif;
}

.dataText {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	font-family: 'Roboto', Arial, Sans-Serif;
}

span.dataText input {
	vertical-align: top;
}

.dataText2 {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	font-family: 'Roboto', Arial, Sans-Serif;
}

.dataTextNumber {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	text-align: right;
	font-family: 'Roboto', Arial, Sans-Serif;
}


.titleText {
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
	font-family: 'Roboto', Arial, Sans-Serif;
}

.pageLabel {
	font-style: normal;
	text-decoration: none;
}

/*support wizard styles */
.supportWizardText {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	text-decoration: none;
}

.supportLink {
	font-size: 14px;
}

	.supportLink:visited {
		font-size: 14px;
	}

ol {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	list-style-type: lower-alpha;
}


.rowData {
	font-weight: normal;
}

.rowDataAlert {
	font-weight: bold;
	color: Red;
}


/*these styles are applied to the gridview*/
.gridHeader {
	font-weight: bold;
	font-size: 8pt;
	height: 16px;
	white-space: normal;
}

	.gridHeader a:link, .gridHeader a:visited, .gridHeader a:active {
		text-align: left;
	}



/*telerix stuff */
.rcbHeader ul,
.rcbFooter ul,
.rcbItem ul, .rcbHovered ul, .rcbDisabled ul {
	width: 100%;
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.col1 {
	float: left;
	width: 100px;
	margin: 0;
	padding: 0 5px 0 0;
	line-height: 14px;
	vertical-align: top;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
}

.col2, .col3 {
	float: right;
	width: 100px;
	margin: 0;
	padding: 0 5px 0 0;
	line-height: 14px;
	vertical-align: top;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
}


.selection-result {
	font-size: 12px;
	font-family: 'Roboto', Arial, Sans-Serif;
	color: #4888a2;
	padding: 10px 0 10px 0;
	display: block;
}

div.bigModuleBottom {
	padding-top: 25px;
}


/*Telerik overrides for modal popups */
.rsAdvancedEdit {
	width: 400px !important;
	padding: 0 5px 0 5px;
	margin: 0 0 0 0;
}

.rsHidden {
	padding: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	display: block !important;
	display: table-row !important;
}

	.rsHidden td {
		padding: 0 !important;
		height: 0 !important;
		font-size: 0 !important;
		line-height: 0 !important;
	}



/*scheduler styles */
.scheduleTotal {
	text-align: right;
	width: 100%;
	font-weight: bold;
	font-size: 9pt;
}

/*item class prompt */

.icpcol1 {
	float: left;
	width: 100px;
	margin: 0;
	padding: 0 5px 0 0;
	line-height: 14px;
	vertical-align: bottom;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
}

.icpcol2 {
	float: right;
	width: 40px;
	margin: 0;
	padding: 0 5px 0 0;
	line-height: 14px;
	vertical-align: top;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
}


/* telerik overrides */

.radconfirm {
	font-family: 'Roboto', Arial, Sans-Serif !important;
	border-collapse: collapse;
	background-image: none !important;
	margin: 5px 0 0 5px !important;
	padding: 0 0 0 0 !important;
	font-size: 12px !important;
	font-weight: normal !important;
}

.radprompt {
	font-family: 'Roboto', Arial, Sans-Serif !important;
	font-size: 12px !important;
	font-weight: normal !important;
}

	.radprompt.input {
		font-size: 12px !important;
	}

.reportMenuContent a {
	display: block;
}

/* dashboard styles*/
.dgDevices table {
	line-height: 16px;
}

.dashBoardBox {
	border-radius: 5px;
	background-color: #ccc;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	text-align: center;
	border: solid 2px black;
}

.dashboardImage {
	width: 260px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* end dashboard styles */

/*start CF - added bootstrap style grid system*/
.clearfix {
	*zoom: 1;
}

	.clearfix:before,
	.clearfix:after {
		display: table;
		line-height: 0;
		content: "";
	}

	.clearfix:after {
		clear: both;
	}

.fl {
	float: left;
}

.fr {
	float: right;
}


.KioskDevices {
	padding: 3px;
	border: 1px solid black;
	overflow: auto;
	height: 100px;
}

.hidden {
	display: none;
}

.KioskDevices table {
	width: 100%;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	font-family: 'Roboto', Arial, Sans-Serif;
}

.KioskDevices td {
	padding: 2px 0;
}


.NSMFrame {
	width: 100%;
	height: 600px;
}
/*viewer.aspx*/
#viewerheader {
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position-y: center;
	height: 60px;
}

#viewerimage {
	background-image: url('../Images/logo.png');
	background-position-y: center;
	height: 56px;
	background-repeat: no-repeat;
}

.viewercontainer {
	margin: 0 auto;
	width: 757px;
	padding: 3px;
}

#trainingvideo {
	height: 300px;
	width: 450px;
}

#lblVideoDescription {
	display: block;
	text-align: center;
	color: #002454;
}

.Cost,
.CostForClassId,
.ReceiveQuantity {
	text-align: right;
}

.NewRow {
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-moz-animation-name: accent;
	-o-animation-name: accent;
	-webkit-animation-name: accent;
	animation-name: accent;
	-moz-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
}


@-moz-keyframes accent {
	from {
		background-color: #a7d0a7;
	}

	to {
		background-color: white;
	}
}

@-webkit-keyframes accent {
	from {
		background-color: #a7d0a7;
	}

	to {
		background-color: white;
	}
}

@keyframes accent {
	from {
		background-color: #a7d0a7;
	}

	to {
		background-color: white;
	}
}

#copytable td.box {
	border: 1px solid #000;
	padding: 5px;
	width: 400px;
	vertical-align: top;
}

.Red {
	color: red;
}

/*Diagnostics/DeviceAlertsDetail.aspx*/
.DiagnosticPlus {
}

.DiagnosticMinus {
	visibility: collapse;
	display: none;
}

.rgEditRow .DiagnosticMinus {
	visibility: visible;
	display: inline;
}

.rgEditRow .DiagnosticPlus {
	visibility: collapse;
	display: none;
}

.RadSlider {
	color: #2E486D;
}

#ctl00_cph_upnlReportParamaters .RadPicker {
	display: inline-block;
}

#ctl00_cph_upnlReportParamaters .labelText {
	padding-top: 5px;
	display: inline-block;
	min-width: 100px;
}

#ctl00_cph_upnlReportParamaters .rowLocations .labelText,
#ctl00_cph_upnlReportParamaters .rowLocations .block,
#ctl00_cph_upnlReportParamaters .rowLocations .normalButton {
	display: block;
	padding: 0;
	margin: 0;
}

#ctl00_cph_upnlReportParamaters .rowLocations .buttonholder {
	padding-top: 60px;
}

.block {
	display: block !important;
}

#ctl00_cph_upanel {
	background-color: #EBEBEB;
	border: 1px solid#000;
}

#ctl00_cph_trRunReportButtonRow {
	margin-top: 10px;
}

#ctl00_cph_tbParams {
	padding: 0;
}

	#ctl00_cph_tbParams div.editorbody {
		padding: 10px;
	}

.reportDescr {
	padding: 5px;
	background-color: white;
	margin: 5px 0;
}


/*Alert CSS*/

.alert {
	padding: 10px !important;
	margin-bottom: 0 !important;
	border: 1px solid transparent;
}

	.alert .alert-body {
		margin: 0 auto;
		width: 100% !important;
	}

	.alert h4 {
		margin-top: 0;
		color: inherit;
	}

	.alert .alert-link {
		font-weight: 700;
	}

	.alert > p, .alert > ul {
		margin-bottom: 0;
	}

		.alert > p + p {
			margin-top: 5px;
		}

	.alert .close {
		position: relative;
		top: 0;
		right: 0;
		color: inherit;
	}

	.alert.success .alert-link {
		color: #fff;
	}

	.alert.info {
		background-color: #2F96B4;
		border-color: #2F96B4;
		color: #fff;
	}

.rgMasterTable .info {
	background-color: #2F96B4;
	border-color: #2F96B4;
	color: #fff;
}

.alert.info hr {
	border-top-color: #2F96B4;
}

.alert.info .alert-link {
	color: #fff;
}

.alert.warning {
	background-color: #F8C806;
	border-color: #F8C806;
	color: #000;
}

.rgMasterTable .warning {
	background-color: #F8C806;
	border-color: #F8C806;
	color: #000;
}

.alert.warning hr {
	border-top-color: #F8C806;
}

.alert.warning .alert-link {
	color: #fff;
}

.alert.error {
	background-color: #BD362F;
	border-color: #BD362F;
	color: #fff;
}

.rgMasterTable .error {
	background-color: #BD362F;
	border-color: #BD362F;
	color: #fff;
}

.alert.error hr {
	border-top-color: #BD362F;
}

.alert.error .alert-link {
	color: #fff;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
	filter: alpha(opacity=50);
}

	.close:hover, .close:focus {
		color: #000;
		text-decoration: none;
		cursor: pointer;
		opacity: .8;
		filter: alpha(opacity=80);
	}

button.close {
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
}

.alert button.False {
	display: none;
}

.nopadding .alert {
	margin: 0;
}

#toast-container > div {
	opacity: 1;
}

#notbut {
	text-decoration: none;
	color: #fff;
}

	#notbut:visited {
		color: #fff;
	}

#ShowAlertsBtn {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
	width: 24px;
	height: 24px;
	display: inline-block;
	padding: 0;
	margin: -5px 5px;
	background-repeat: no-repeat;
	background-position: center;
}

.FolderActivityIcon {
	color: #fff;
	/*height: 24px;*/
	display: inline-block;
	padding: 5px;
	margin: 0;
}

a.MenuCount {
	text-decoration: none;
}

span.checkhiddentext label {
	display: none;
}

.otlbl {
	display: inline-block;
	width: 110px;
}


#lblLoginName {
}


.customerText {
	width: 180px;
	color: black;
	vertical-align: middle;
	padding-bottom: 5px;
}

.customerButton {
}


/*used by loc dropdown*/
.locationDropdown {
	width: 300px !important;
}

.locationContainer {
}

.locationSupport {
	display: inline-block;
}


.btn-group {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

input[type=checkbox] {
	padding-left: 0 !important;
	padding-right: 3px !important;
}

select {
	border-radius: 4px !important;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	padding: 1px 1px 1px 1px;
}

input[type=text] {
	border-radius: 4px !important;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	padding: 1px 4px 4px 2px;
}

textarea {
	border-radius: 4px !important;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	padding: 1px 4px 4px 4px;
}

@media (max-width:1024px) {

	.locationContainer {
		margin-left: -60px;
	}
}

/* media queries*/
@media (max-width:768px) {
	#lblLoginName {
	}

	.customerText {
	}

	.customerButton {
	}

	.locationDropdown {
	}

	.locationContainer {
		margin-left: 0;
	}
}

/* media queries*/
@media (max-width:500px) {
	#lblLoginName {
		/*display:none !important;*/
	}

	.customerText {
		width: 90px !important;
	}

	#footer {
		display: none;
	}

	.container {
		padding-left: 2px !important;
		padding-right: 2px !important;
	}


	.locationDropdown {
		width: 250px !important;
	}

	.menuDescription {
		display: none;
	}

	#headerContent {
		background-position: 15px 4px !important;
		background-repeat: no-repeat;
		background-size: 138px;
	}

	#locationColumn {
		text-align: left;
	}


	.locationSupport {
		display: none;
	}
}

#msg-Txt {
	position: relative;
	color: #000053;
	font-size: 14px;
	font-family: 'Roboto', Arial, Sans-Serif;
	font-style: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}

.msg-Title {
	width: 100%;
	font-weight: bold;
	font-family: 'Roboto', Arial, Sans-Serif;
	font-size: 14px;
	color: black;
}

.beastieHeading {
	font-weight: 700;
	font-size: 36px;
	color: #333;
	fill: #333;
}

.beastieSubHeading {
	font-size: 16px;
	color: #333;
	fill: #333;
}

.beastieText, .beastieText .btn-default {
	color: #333;
	fill: #333;
}

#lobipanel-multiple .dropdown-menu-right {
	min-width: 60px;
}

#beastiePanelContainer.panel-body.pre-scrollable {
	max-height: 800px !important;
	overflow-y: auto;
}

.beastiePanelContainer {
	color: black;
}

.lobipanel .dropdown-menu-right {
	display: inline-block;
}

#lobipanel-multiple ul {
	width: auto;
}

.lobipanel ul.dropdown-menu.dropdown-menu-right li {
	float: right !important;
	display: inline !important;
}

#lobipanel-multiple ul.dropdown-menu.dropdown-menu-right li {
	float: right !important;
	display: inline !important;
}

.lobipanel > .panel-heading .dropdown .dropdown-menu {
	position: static !important;
	float: left !important;
	border: none;
	padding: 0;
	margin: 0;
	width: auto;
	box-shadow: none;
	background: transparent;
}

.lobipanel > .panel-heading .dropdown li {
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	line-height: 100%;
}

	.lobipanel > .panel-heading .dropdown li:hover {
		text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
		background-color: rgba(0, 0, 0, 0.15);
	}

	.lobipanel > .panel-heading .dropdown li a {
		width: 100%;
		height: 100%;
		padding: 0;
		color: #31708f;
	}

	.lobipanel > .panel-heading .dropdown li i {
		width: 100%;
		height: 100%;
		line-height: 30px;
		padding: 0;
	}

		.lobipanel > .panel-heading .dropdown li i .dropdown-toggle {
			float: right;
		}

.lobipanel > .panel-heading .dropdown {
	float: right;
	height: 30px;
}

.lobipanel > .panel-heading .dropdown-toggle {
	float: right;
	height: 30px;
}

.control-title {
	display: none !important;
}

.gauge-extrema {
	vertical-align: bottom;
}

#progress {
	height: 5px;
	width: 0;
	margin: 0;
	padding: 0;
	background-color: blue;
}

.tooltip {
	margin: 0;
}

.spaceLeft {
	margin-left: 7px;
}

#settingsModal {
	position: absolute;
	z-index: 99999;
}

#pnlPreviewUX {
	background-color: black;
}

#pnlPreviewDMDUX {
	background-color: black;
}

.labelOutsideSupport {
	background-color: #FF893E;
}

.labelSingleSupport {
	background-color: rgba(248, 200, 6, 1);
	color: #000;
}

.labelCbordSupport {
	background-color: #FF893E;
	color: #000;
}

.bottomAlign {
	vertical-align: bottom;
}

.sales_ontrack {
	background-color: rgba(204, 255, 204, 1);
	font-weight: bold;
	padding-right: 2px;
	color: black;
}

.sales_warning {
	background-color: rgba(255, 255, 153, 1);
	font-weight: bold;
	padding-right: 2px;
	color: black;
}

.sales_behind {
	background-color: rgba(255, 153, 204, 1);
	color: black;
	font-weight: bold;
	padding-right: 2px;
}

.rgGroupHeader td div div div {
	font-weight: bold;
}

.rgCommandRow a {
	padding-right: 24px;
}

.rgAdd .rgCommandCell {
	padding-right: 24px;
}

.floatleft {
	float: left;
}

.fitheight {
	height: 100%;
}

.fitwidth {
	width: 100%;
}

.inlineblock {
	display: inline-block;
}

.inline {
	display: inline;
}

.hideoverflowy {
	padding: 0;
	margin: 0;
	overflow-y: hidden;
}

#inner-content {
	position: relative;
	top: 50px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	left: 0px;
}

.RadMenu {
	background-color: #f4f4f2;
	color: #002454;
}


.RadGrid_NEXTEP .rgPager, .rgPager a {
	background-color: #002454;
	color: black !important;
	border-width: 2px;
}

.RadGrid_NEXTEP .rgMasterTable .rgFilterRow td,
.RadGrid_NEXTEP .rgMasterTable .rgHeader,
.RadGrid_NEXTEP .rgMasterTable .rgResizeCol,
.RadGrid_NEXTEP .rgMasterTable .rgGroupHeader td {
	border-left: none;
	border-right: none;
}


.glyphicon-envelope {
	color: #FF893E;
	font-size: 16px;
}

.rpText {
	font-family: 'Roboto', Arial, Sans-Serif;
	font-size: 14px;
}

.riTextBox {
	font-family: 'Roboto', Arial, Sans-Serif !important;
}

.label-default {
	background-color: #4D4D4D !important;
}


#ActivateMessageHeader {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	line-height: 50px;
}

#ActivateMessageText {
	color: #000;
	font-size: 12px;
}

#oktaActivateResendbtn {
	background-color: #839192;
}

#pnlOktaActivate
.normalButton {
	background-color: #002454;
	color: #ffffff;
	border-radius: 5px;
	font-weight: bold;
	height: 30px;
	width: 100%;
}




#ChallengeRequestHeader {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	line-height: 50px;
}

#ChallengeHeader {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	line-height: 50px;
}

#ChallengeRequestText {
	color: #000;
	font-size: 12px;
}

#ChallengeText {
	color: #000;
	font-size: 12px;
}



#pnlOktaVerifyChallenge
.normalButton {
	background-color: #002454;
	color: #ffffff;
	border-radius: 5px;
	font-weight: bold;
	height: 30px;
	width: 100%;
}













#pnlOktaRequestChallenge
.normalButton {
	background-color: #002454;
	color: #ffffff;
	border-radius: 5px;
	font-weight: bold;
	height: 30px;
	width: 100%;
}


#pnlOktaEnrollmentStart
.normalButton {
	background-color: #002454;
	color: #ffffff;
	border-radius: 5px;
	font-weight: bold;
	height: 30px;
	width: 100%;
}

#EnrollmentStartHeader {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	line-height: 50px;
}


#hdrEnrollmentType {
	color: #000;
	font-weight: bold;
	font-size: 20px;
}

#pnlOktaEnrollmentType
.normalButton {
	background-color: #002454;
	color: #ffffff;
	border-radius: 5px;
	font-weight: bold;
	height: 30px;
	width: 100%;
}

#EnrollmentTypeText {
	color: #000;
	font-size: 12px;
}

#hdrOktaPhoneAdd {
	color: #000;
	font-weight: bold;
	font-size: 20px;
}

#pnlOktaPhoneAdd
.normalButton {
	background-color: #002454;
	color: #ffffff;
	border-radius: 5px;
	font-weight: bold;
	height: 30px;
	width: 100%;
}

#textOktaPhoneAdd {
	color: #000;
	font-size: 12px;
}

.notification-details-link{
	cursor: pointer;
}

.notification-checkbox {
	height: 16px;
	width: 16px;
}

#inputWithSameSizeMoreBorderSpace .rcTimePopup {
	width: 22px !important;
	height: 25px !important;
}

#inputWithSameSizeMoreBorderSpace .rcCalPopup {
	width: 22px !important;
	height: 25px !important;
	margin-left: 8px !important;
}

#inputWithSameSizeMoreBorderSpace .riTextBox {
	width: 313px !important;
	height: 27px !important;
}

.multiLocationsButton {
	color: #0A2351;
	background-color: #FFFFFF;
	border-color: #0A2351;
	border-width: 1px;
	border-style: Solid;
	border-radius: 5px;
	font-size: 10pt;
	width: 56px;
	margin-bottom: 8px;
}

#tblReasonCode {
	width: 100%;
}

#tblReasonCode .textBox {
	width: 313px;
}

.validationReasonCode {
	margin-left: 15px;
}

#mobileappPromoContainer {
	margin: 20px 0 50px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#mobileappPromoContainer > * {
	padding: 10px;
}

#pdfDownload {
	text-decoration: underline;
}

.menuImageToolBarContainer {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 12px;
	font-family: Roboto;
	color: #000000;
	height: 36px;
}

.menuImageToolBarContainer div:first-child {
	margin-right: 16px;
	margin-bottom:0;
	margin-top: -1px;
}

.menuImageToolBarContainer div:nth-child(2) {
	margin-right: 10px;
}

.menuImageToolBarContainer label {
	margin-bottom: 0;
}

.allergy-dietary-container {
	display: flex;
}

.themeChangeTable td {
	padding-left: 20px;
}

.themeChangeTable tr td:first-child span, 
.themeChangeTable tr td:nth-child(3) span {
	font-weight: bold;
}