/*#region Base common styles */

body
{
	font-size: 12px;
	font-family: Arial;
	color: #232323;
	background-color: #fff;
}
ul, li
{
	margin: 0;
	padding: 0;
}
header, footer, nav, section
{
	display: block;
}

.simpleBorder 
{
    border: 1px solid black;
}
.hidden
{
	display: none;
}
.hidden.active {
	display: block;
}
#confirmdialogOKButton 
{
	background: White;	
}
.VertCenterCheckbox
{
	position: relative;
	top: -3px;
	float: left;
}
.disabled
{
    color:#aaa;
}
.elementRight
{
	float: right;
	position: relative;
}
.elementLeft
{
	float: left;
	position: relative;
}
.elementErrorAbsolute
{
    color: red;
	font-weight: bold;
	left: 20%;
	position: absolute;
	top: 10%;
	transform: translate(-50%, -50%);
}
.elementCenterAbsolute
{
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
.elementCenter
{
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.elementFullWidth
{
	width: 100%;
	position: relative;
}
.fieldValidationError
{
	background-color: Yellow !important;
}
.LargeLineSpacer
{
	width: 100%;
	position: relative;
	float: left;
	height: 10px;
}
.italic 
{
	font-style: italic;	
}
input[type="checkbox"].inline 
{
	position: relative;
	top: 2px;
}
.red 
{
	color: Red;
}
.bold
{
	font-weight: bold;
}
.no-bold 
{
	font-weight: normal !important;
}
.left
{
    float:left;
}
.scrollable
{
    overflow-y:auto;
}
.centerText
{
	text-align: center;
}
.rightText
{
	text-align: right;
}
.leftText
{
	text-align: left;
}
.bottomBorder 
{
    border-bottom: 1px solid black;
}
.rowHeightStd 
{
	height: 26px;
}
.dropdownTopAdjustment 
{
	top: -3px;
}
.topAdjustmentSamll 
{
	top: 3px;
}
.topAdjustment 
{
	top: 5px;
}
.noBorder image:focus  
{
	border-style:none;
}
.noBorder a:focus  
{
	border-style:none !important;
}
.noBorder 
{
	border-style:none !important;
}
.topBorder 
{
    border-bottom: 1px solid black;
}
.topSpace {
	margin-top: 5px;
}
.informationBoxHeader
{
	background-image: url('../Images/Shared/header_gradient.png');
	background-repeat: repeat-x;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-weight: bold;
	height: 23px;
	padding-top: 3px;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	position: relative;
	color: #01457D;
}
.informationBox
{
	border-radius: 5px;
	border: 1px solid silver;
	position: relative;
	margin-bottom: 5px;
	margin-top: 15px;
}
.informationBoxRow
{
	position		: relative;
	float			: left;
	width			: 100%;
	margin-top		: 6px;
}
.informationBoxContents
{
	position		: relative;
	float			: left;
	margin			: 5px;
}
.informationBoxLeft
{
	position		: relative;
	float			: left;
	border-radius	: 5px; 
	border			: 1px solid silver;
}
.Spinner
{
	position: relative;
	left: 50%;
}
.spinner-center {
	left: 50%;
	margin: -8px 0 0 -8px;
	position: absolute;
	top: 25%;
}
.spinner-parent {
	position: relative;
}
.selectBox
{
	font-size: 12px;
	font-family: Arial;
}

.pageSection
{
	position: relative;
	float: left;
	width: 965px;
}

.progBarBackground
{
	position:absolute; 
	width:100%;
	height:150%; 
	top:0;
	left:0;
	opacity:0.4;
	filter:alpha(opacity=10); 
	background-color: grey; 
	z-index: 1199;
}
.progBarDialog
{
	border: 1px outset black; 
	border-radius: 5px;
	position:absolute; 
	width:170px;
	height:85px;
    z-index: 1200; 
    background-color: white;
}
.progBarDialog.large {
	height: 130px;
	width: 265px;
}

	.progBarDialog.large.progress {
		height: 160px;
		width: 265px;
	}
.progBarDialog.large .progBarMessage {
	display: inherit;
}
.progBarImage
{
	margin-left: auto;
	margin-right: auto;
	width: 48px;
}
.progBarDialogText
{
    position: relative; 
    font-size: 18px; 
    margin-bottom: 5px; 
    margin-top: 10px; 
    text-align: center; 
    color: black;
}
.progBarMessage {
	display: none;
	margin-top: 5px;
	text-align: center;
}

.stdLabel 
{
	width: 120px;
padding-top: 4px;
}
.stdLabelLarge 
{
	width: 160px;
padding-top: 4px;
}
.stdInput 
{
    width: 150px;
}
.stdMarginLeft {
	margin-left: 10px;
}
.stdMarginRight {
	margin-Right: 10px;
}
.watermark 
{
    color:#888;
}

/*#endregion Base common styles */

/*#region
	Base Button Styles
*/
input[type="button"], input[type="submit"], a.linkButton, button
{
	background-color: #FF9E30;
	border: 1px solid #FF9E30;
	box-shadow: 1px 1px 1px grey;
	color: White;
	font-size: 12px;
	font-weight: bold;
	margin: 2px;
	border-radius: 4px;
}
input[type="button"], input[type="submit"]
{
	position: relative;
	padding-left: 9px;
	padding-right: 9px;
}
input[type="button"]:hover, input[type="submit"]:hover, a.linkButton:hover, .browseButton:hover, button
{
	background-color: #FF9E30;
	border: 1px solid #FF9E30;
	cursor: pointer;
}
input[type="button"][disabled], input[type="button"][disabled]:hover, input[type="submit"][disabled], input[type="submit"][disabled]:hover, a.linkButton[disabled], a.linkButton[disabled]:hover, button[disabled]
{
	background-color: #C4C4C4;
	border: 1px solid #C4C4C4;
	background-image:none;
	cursor:default;
	filter:none;
}
.browseButton
{
    border: 1px solid #FF9E30;
    background-color: #FF9E30;
	box-shadow: 1px 1px 1px grey;
	color: White;
	font-size: 12px;
	font-weight: bold;
	border-radius: 4px;
	cursor: pointer;
	position:relative;
	margin-left:7px;
	height:16px;
	float:left;
	padding: 2px 10px 0px 10px;
	display:block;
}

.browseButtonDisabled
{
    	background-color: #C4C4C4;
	border: 1px solid #C4C4C4;
	background-image:none;
	cursor:default;
	filter:none;
}

/*#endregion Base Button Styles */

/*#region
	jQuery Overrides
*/
.ui-widget 
{
    font-family: Arial,sans-serif/*{ffDefault}*/;
    font-size: 12px;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button 
{
    font-family: Arial,sans-serif/*{ffDefault}*/;
    font-size: 12px;
}
.ui-widget .ui-widget 
{
    font-size: 12px;
}
.ui-dialog .ui-dialog-buttonpane 
{ 
    border-width: 0 !important; 
}
.ui-dialog-title
{
	font-weight:bold; 
	font-size:14px;
}
.ui-dialog-titlebar-close
{
    display: none !important;
}

/*#endregion jQuery Overrides */

/*#region
   Common Stylings
*/

/* Note: Using 10 by 11 here makes "Expand Back Color" styling fit the size of the fa-minus-square-o icon fairly closely in both IE and Chrome */
.accordionIcon
{
    border:none;
    width:10px;
    height:11px;
}

.blockTitle {
	font-size: 14px;
	font-weight: bold;
}
.icon {
	height: 16px;
	position: relative;
	top: 3px;
	width: 16px;
}
.sortByIcon
{
    margin-left:5px;
    width:7px;
    height:7px;
    float: left;
    top: 4px;
    position: relative;
}
.divLeft
{
	position		: relative;
	float			: left;
}

.serviceNumberDropdown
{
	min-width: 250px;
	max-width: 405px;
}
.errorDialogText
{
	position: relative;
	float: left;
	font-size: 12px;
}

.indent {
	margin-left: 10px;
}
.indent3x {
	margin-left: 30px;
}

.InputFirstName
{
	position: relative;
	float: left;
	width: 96px;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 0px;
}

.InputContactField {
	width:130px;
}

.InputLastName
{
	position: relative;
	float: left;
	width: 95px;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 0px;
}
.InputStreetAddress
{
	position: relative;
	float: left;
	width: 200px;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 0px;
}
.InputCity
{
	position: relative;
	float: left;
	width: 200px;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 0px;
}
.InputZip
{
	position: relative;
	float: left;
	width: 70px;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 0px;
}
.InputStateDropdown
{
	position: relative;
	float: left;
	width: 50px;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 0px;
}
.InputLargeDropdown
{
	position: relative;
	float: left;
	width: 200px;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 0px;
}
.InputSmallDropdown
{
	position: relative;
	float: left;
	width: 100px;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 0px;
}

.InputTinyDropdown
{
	position: relative;
	float: left;
	width: 70px;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 0px;
}
.InputAccount
{
	position: relative;
	float: left;
	width: 130px;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 0px;
}

.InputBankAccountInfo
{
	position: relative;
	float: left;
	width: 235px;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 0px;
}
.InputLabel
{
	position: relative; float: left;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	padding-top: 2px;
}
.InputAmount
{
	position: relative;
	float: left;
	width: 80px;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 0px;
}

.RequiredInputIndicator
{
	background-color: #ffff00;
}

.RequiredStar {
	margin-left: 3px;
}

.olb .row
{
	position: relative;
	float: left;
	width:100%;
    margin-left: 0px;
    margin-right: 0px;
}

.NumbericInputIndicator
{
	background-color: #ffff00;
}
.confirmMessageBlock
{
	width: 100%;
	position: relative;
	float: left;
}
.LineSpacer
{
	position: relative;
	float: left;
	width: 100%;
	height: 12px;
}
.numericOnly
{
	position: relative;
	float: left;
	width: 100%;
	height: 30px;
}

/*#endregion Common Stylings */

/*#region
	Common styling for grid
*/

.search-criteria-wrapper {
    margin-bottom: 15px;
}

.IDI_Grid-Status-Header {
	padding-left: 3px;
}

.IDI_Grid-Status-Yellow {
	border-left: 3px solid yellow;
}

.IDI_Grid-Status-Red {
	border-left: 3px solid red; font-style: italic;
}

.IDI_Grid-Status-Green {
	border-left: 3px solid green;

}

.IDI_Grid-Status-Orange {
	border-left: 3px solid orange;
}
.IDI_Grid-Status-Gray {
	border-left: 3px solid #c0c0c0;
}
.IDI_Grid .faux-header {
    margin: 0;
    padding: 3px;
    color: #00457c;
    font-size: 12px;
    font-weight: bold;
    background: url('../Images/Shared/header_gradient.png');
    border-bottom: 1px solid #c0c0c0;
}

.IDI_Grid .report-instructions {
    margin: 20px;
    padding: 20px 100px;
    font-size: 12px;
    color: #757575;
    text-align: center;
}

.IDI_Grid .emptyText {
    margin: 20px;
    color: #757575;
}

.IDI_Grid a {
    color: #00457c;
    text-decoration:none;
}
.IDI_Grid a:hover {
    color: #00457c;
    text-decoration:underline;
}

.IDI_Grid {
    overflow: hidden;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
}

.IDI_Grid .rowHeader {
    background: url('../Images/Shared/header_gradient.png');
    border-bottom: 1px solid #c0c0c0;
}

.IDI_Grid .rowBody, .IDI_Grid .rowBodyAlt {
    height: 24px;
	border-top: 1px solid #dcdcdc;
}

.IDI_Grid .rowBodyAlt {
    background-color: #f6f6f6;
}

.IDI_Grid .columnBody:not(:last-child), .IDI_Grid .columnBodyRight:not(:last-child) {
    border-right: 1px solid #dcdcdc;
    font-size: 12px;
}

.IDI_Grid .columnHeader:not(:last-child) {
    border-right: 1px solid #c0c0c0;
}

.IDI_Grid .columnBody, .IDI_Grid .columnHeader, .IDI_Grid .columnBodyRight {
    height: 14px;
    padding: 5px;
    font-size: 12px;
}

.IDI_Grid .columnBody.expand-collapse-row, .IDI_Grid .columnHeader.expand-collapse-row {
    width: 11px;
}
#ServiceGridResults .IDI_Grid .columnBody.expand-collapse-row, .IDI_Grid .columnHeader.expand-collapse-row {
    width: 12px;
}
.IDI_Grid .grid-progress-background:before {
    border-radius: 3px;
    display: block;
    content: " ";
    width: 100%;
    height: 100%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjM1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzgwODA4MCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.35) 0%, rgba(128,128,128,0) 50%, rgba(0,0,0,0.1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.35)), color-stop(50%,rgba(128,128,128,0)), color-stop(100%,rgba(0,0,0,0.1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.35) 0%,rgba(128,128,128,0) 50%,rgba(0,0,0,0.1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,0.35) 0%,rgba(128,128,128,0) 50%,rgba(0,0,0,0.1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,0.35) 0%,rgba(128,128,128,0) 50%,rgba(0,0,0,0.1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,0.35) 0%,rgba(128,128,128,0) 50%,rgba(0,0,0,0.1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59ffffff', endColorstr='#1a000000',GradientType=0 ); /* IE6-8 */
}

.IDI_Grid .grid-status-indicator-column {
	width: 10px;
	border-right: 0px;
	background-color: Red;
}
.IDI_Grid .grid-progress-background {
    height: 12px;
    border-radius: 3px;
}

.IDI_Grid .grid-progress-border {
    height: 12px;
    margin-left: 40px;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
}

.IDI_Grid .grid-progress-text {
    float: left;
}

.idi-grid-important-row {
	font-weight:bold;
}

/*.serviceExpander
{
    float:right;
}*/

.row .ServiceCol,.serviceExpander {
    cursor: pointer;
}
.accordionIcon.fa-fw {
    text-align: left; cursor: pointer;
}

/*.IDI_Grid .row .attr-expand-collapse,.expand-collapse-row {

    background-color: #fff;
}*/

/*#endregion Common styling for grid */

/*#region
	Login Page
*/
.MainSubNav
{
	width: 959px;
	height: 20px;
	position: relative;
	background: #002855;
}
.MainDisplay
{
	position: relative;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.LoginStripe
{
	position: relative;
	top: 150px;
	min-height: 285px;
	background-image: linear-gradient(to right, #00457C 25%, #CDCCDC 100%);
	background-image: -webkit-linear-gradient(left, #00457C 0%, #CDCCDC 100%);
	background-image: -moz-linear-gradient(top left, #00457C 0%, #CDCCDC 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00457C', endColorstr='#CDCCDC',GradientType=1 );
	width: 110%;
	left: -10px;
}

.LoginHeader
{
	position: relative;
	top: -50px;
}

.LoginErrors
{
	position: relative;
	float: right;
	color: Red;
	width: 600px;   /* Make sure big enough to accomodate German etc. Browser_Error_Text OR DISPLAY_BROWSER_SUPPORT_MESSAGE OR OLBSetting._DISPLAY_SETTINGS_BROWSER_SUPPORT_MESSAGE */
	height: 55px;
	text-align: left;
	vertical-align: bottom;
	overflow: hidden;
}

.LoginContent
{
	position: relative;
	white-space: nowrap;
}

.LoginAds
{
	float: right;
	position: relative;
}

.LoginGreeting
{
	position: relative;
	float: left;
	font-weight: bold;
	color: #000000;
	font-size: 20px;
}

.LoginRegister
{
	float: right;
	position: relative;
}

.LoginLinks
{
	font-weight: normal;
	font-size: 12px;
	font-family: Arial;
	color: Navy;
	width: 200px;
}


.CustomerPortalRedirectStripe {
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	position: relative;
	top: 150px;
	padding: 0px 0px 40px 0px;
	left: -10px;
	gap: 8px;
	background: #00457C;
}

.CustomerPortalRedirectMain {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
	align-self: stretch;
}

#CustomerPortalRedirectLogo {
	position: relative;
	top: -50px;
	left: -200px;
}

.CustomerPortalRedirectBox {
	display: flex;
	width: 960px;
	height: 140px;
	padding: 20px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
	background-color: White;
	border-radius: 4px;
	background: #FFF;
}

.NewBillingPortalHeader {
	color: #00457C;
	font-family: Arial;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.NewBillingPortalDisplay {
	color: #333;
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.NewBillingPortalLinks {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.LoginInformationBox {
	position: relative;
	float: left;
	width: 245px;
	display: inline-block;
	vertical-align: middle;
	height: 200px;
	padding: 5px;
	background-color: White;
}

.LoginInputSection
{
	float: left;
	position: relative;
	margin: 3px;
	width: 90%;
}

.LoginField
{
	float: left;
	position: relative;
}

.LoginPageMessageStripe
{
	position: relative;
	top: 180px;
	min-height: 285px;
	left: -10px;
}

.LoginPageMessage
{
	height: 200px;
	padding-top: 10px;
	background-color: White;
}

.LoginTxtBox
{
	float: left;
	position: relative;
	font-size: 13px;
	width: 200px;
	margin-left: 16px;
	border: 1px solid black;
    padding: 2px;
}

.LoginWatermark
{
	float: left;
	position: relative;
	color: Black;
	font-size: 13px;
	width: 200px;
	margin-left: 16px;
}

.RememberMe
{
	float: left;
	position: relative;
	font-size: 12px;
	margin-left: 12px;
	margin-top: 2px;
}

.LoginCopyright
{
	float: none;
	position: relative;
	color: #7E8081;
	font-size: 12px;
	top: 20px;
	text-align: center;
	width: 960px;
}

.UserNameFieldIcon
{
	float: left;
	position: relative;
	width: 80px;
	margin-top: 5px;
}

.PasswordFieldIcon
{
	float: left;
	position: relative;
	width: 80px;
	margin-top: 5px;
}

/*#endregion Login Page */

/*#region
Configuration Login Page
*/

.loginBox
{
	position			: relative; 
	width				: 290px;
	display				: inline-block; 
	vertical-align		: middle; 
	background-color	: White;
	padding-top			: 18px;
	padding-bottom		: 15px;
	margin: 15px auto 5px;	
}

.loginBoxMaster
{
	position		: relative; 
	float			: left; 
	width			: 100%; 
	white-space		: nowrap;
	padding-top		: 20px;
	padding-bottom	: 10px;
	margin			: 1px 1px 1px 1px;
	text-align		: center;
}

.loginButton
{
	position: relative;
	float: right;
	right: 31px;
}

.loginEntry
{
	position: relative; 
	float: left; 
	min-height: 10px;
	padding-left: 15px;
}

.loginEntryLabel
{
	position: relative; 
	float: left; 
	top: 1px;
	width: 80px;
}

.loginEntry label
{
	font-weight: bold; 	
}

.loginEntryInput
{
	position: relative; 
	float: right; 
	height: 30px; 
	padding-left: 25px;
}

.loginEntryCheckboxInput
{
	position: relative; 
	float: right; 
	height: 30px; 
	padding-right: 15px;
}

.loginFooter
{
	color: #7E8081;
	font-size: 12px;
	position: relative;
	width:290px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.loginLogo
{
	vertical-align	: middle;
	position		: relative;
	max-height		: 60px;
	max-width		: 350px;
	overflow		: hidden;
	padding-top		: 17px;
	margin-left		: auto;
	margin-right	: auto;
}

.loginLogo img 
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.loginLogoMaster
{
	position: relative;
	top: 20px;
	margin-left: auto;
	margin-right: auto;	
}

.loginRememberMe
{
	position: relative;
	float: left; 
	height: 25px;
	left: 25px;
	font-size: 8pt;
	padding-top: 5px; 
}

.loginRememberMe label
 {
	vertical-align: 2px;
	margin-top:-3px;
}

/*#endregion Configuration Login Page */

/*#region
	Main Nav
*/
.pageHeader
{
	font-size: 20px;
	font-weight: bold;
	margin: 15px auto;
	position: relative;
	float: none;
	width: 960px;
}
.pagedescription
{
	font-size: 11px;
	position: relative;
	float: left;
	font-weight: normal;
	margin-bottom: 20px;
	width: 100%;
}
/* Targeting both first and second level menus */
.MenuUL {
	position: relative; 
	float: left; 
	//width:100%; 
	background-color: #00457C; 
	padding-left: 0px;
}
.helpMenu{
    float:right;
}
.nav li
{
	float: left;
	position: relative;
}
.nav li a
{
	margin-top: 1px;
	color: white;
	display: block;
	padding: 2px 8px;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}
.nav li a:hover
{
	background: white;
	color: #00457C;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}


/* Targeting the first level menu */
.nav
{
	display: block;
	height: 25px;
	top: -5px;

	z-index: 100;

	list-style-type: none;
}
.nav > li > a
{
}

/* Targeting the second level menu */
.nav li ul
{
	background: white;
	border-left: 1px solid #00457C;
	border-right: 1px solid #00457C;
	border-bottom: 1px solid #00457C;
	color: #44464b;
	display: none;
	margin: -11px 0 0 0;
	width: 230px;
	position: absolute;
	list-style-type: none;
	-webkit-padding-start: 0px;
	padding-bottom: 5px;
}
.nav li ul li
{
	width: 225px;
	background: none;
	border: none;
	line-height: 20px;
	padding: 0 0 0 5px;
	color: #44464b;
	font-size: 13px;
}
.nav li ul li a
{
	background: none;
	border: none;
	line-height: 20px;
	padding: 0 0 0 5px;
	color: #44464b;
	font-size: 13px;
	font-weight: normal;
}

.nav li ul li a:hover
{
	text-decoration: underline;
	border: none;
	font-size: 13px;
	font-weight: normal;
}

/* Third level menu */
.nav li ul li ul
{
	right: -200px;
	top: 0;
}

/* A class of current will be added via jQuery */
.nav li.current > a
{
	background-color: White;
	background: white;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	border-left: 1px solid #00457C !important;
	border-right: 0px;
	color: #00457C;
	top: -8px;
	position: relative;
	padding-top: 10px;
	margin-top: 2px;
	font-size: 15px;
	padding-bottom: 13px;
}

.navHelpLink
{
	position: relative;
	float: right;
	font-size: 15px;
	font-weight: bold;
	color: White;
	top: -2px;
	right: 10px;
}

/* CSS fallback */
.nav li:hover > ul.child
{
	display: block;
}
.nav li:hover > ul.grandchild
{
	display: block;
}
.navSubItem
{
	color: #5e6167;
	font-style: italic;
	margin-left: 15px;
	font-size: 12px;
}
.navSubheader
{
	margin-left: 5px;
	font-weight: 300;
}

.HelpSubMenu
{
    left:-151px;
    top:44px;
}

.LogoutButton
{
    background-color: #FF9E30;
	border: 1px solid #FF9E30;
	box-shadow: 1px 1px 1px grey;
	color: White;
	font-size: 12px;
	font-weight: bold;
	margin: 2px;
	padding-left: 9px;
	padding-right: 9px;
	position: relative;
	border-radius:4px;
	display:inline-block;
}

a.LogoutButtonLink
{
    color: white;
    text-decoration: none; 
}

.StopImpersonatingButton
{
    background-color: #FF0000;
	border: 1px solid #FF0000;
	box-shadow: 1px 1px 1px grey;
	color: White;
	font-size: 12px;
	font-weight: bold;
	margin: 2px;
	padding-left: 9px;
	padding-right: 9px;
	position: relative;
}

/*#region
	These classes are used to designate the active "section" of the site on the nav   
*/
.navActivepage
{
	height: 40px;
	top: -7px;
	background-color: #75BBE9;
}
.navActivelink
{
	margin-top: 9px !important;
	border-left: 1px solid #75BBE9 !important;
	height: 14px;
	margin-bottom: 0px;
}

/*#endregion*/

/*#endregion Main Nav */

/*#region
   Master Layout Page
*/

.footerStripe
{
	width: 960px;
	height: 5px;
	position: relative;
	float: left;
	display: block;
	background-color: #00457c;
}
.Footer
{
	width: 960px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.headerStripe
{
	width: 959px;
	height: 5px;
	position: relative;
	display: block;
	background-color: #002855;
}
.CustomerLogo
{
	float: left;
	position: relative;
}
.CustomerLogoImage {
    border:0px;
    height: 35px;
}

.MainContent
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	min-height: 580px;
}
.MainContentHeader
{
	min-height: 30px;
	padding-bottom: 5px;
}
.MainNav
{
	background-color: #00457C;
	width: 960px;
	height: 28px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 12px;
}
.MainNavLink
{
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	text-decoration: none;
	color: white;
	font-size: 14px;
	font-weight: bold;
	display: inline-block; 
	background-color: #79BDE9; 
	margin-bottom: -5px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	text-align: center; 
}
.MainNavActiveLink
{
	background-color: #002855;
}
.SubNavMenu
{
	width: 959px;
	height: 20px;
	position: absolute;
	z-index: 0;
	display: none;
}
.SubNav
{
	background-color: #002855;
	padding-left: 5px;
	color: White;
}
.SubNavLink
{
	color: White;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}
.SubNavLink:hover
{
	text-decoration: underline;
}
.SubNavActiveLink
{
	text-decoration: underline;
}

/*#endregion Master Layout Page */

/*#region
	Grid Style 
*/
.grid
{
	width: 100%;
	float: left;
	position: relative;
}

.gridHeader
{
	background-color: #d3d3d3;
}
.gridTotalResults
{
    float: right;
    font-size: 12px; 
    font-style: normal;
    padding-right: 5px;
    padding-top: 7px;
    position: relative;
    text-align: right;
}

.pagingControl
{
    width:300px;
    float:left;
    position:relative;
}

.rowTitle
{
    margin-bottom:5px;
}

.rowBody
{
	position: relative;
	float: left;
	width: 100%;
}

.rowBodyAlt
{
	position: relative;
	float: left;
	background-color: rgb(220,220,220);
	width: 100%;
}

.rowBodyExpand {
    display: none;
    position: relative;
    float: left;
    width: 100%;
}

.rowBodyAlt + .rowBodyExpand {
    background-color: #F6F6F6;
}

.rowBody + .rowBodyExpand {
    background-color: #FFF;
}

.rowBodySearch 
{
    position: absolute;
	float: left;
	background-color: rgb(220,220,220);
	width: 100%;
	border: 1px solid rgb(158, 148, 148);
	top: 23px; 
	display: none;
	height: 60px;
}
.rowExpandedOuter
{
    border-top:2px solid #aaa;  
    border-bottom:2px solid #aaa;
}

.rowExpandedOuterAlt
{
    background-color: #f6f6f6;
    border-top:2px solid #aaa;   
    border-bottom:2px solid #aaa;
}

.rowExpandedRemoveTopBorder
{
    border-top: 0px;
}

.rowFirst
{
	padding-top: 15px;
}
.rowHeader
{
	position: relative;
	float: left; 
	font-weight: bold;
	background-color: #c0c0c0;
}

.rowHeader1
{
	background-color: #C0C0C0;
	border-bottom: 1px solid #A9A9A9;
}
.rowHeader2
{
	background-color: #D7D7D7;
	border-bottom: 1px solid #C0C0C0;
}
.rowHeader3
{
	background-color: #EEEEEE;
	border-bottom: 1px solid #D7D7D7;
}
.rowNavigation
{
	position: relative;
	float: left;
	width: 160px;
	padding: 6px 10px 6px 10px;
	font-size: small;
	font-weight: bold;
}
.rowNavigation a
{
	color: #01457D;
	text-decoration: none;
}
.rowNavigation:hover
{
	background-image: url('../Images/Shared/header_gradient.png');
	background-repeat: repeat-x;
}
.right
{
    float:right;
}

/*#endregion Grid Style */

/*#region
	ServiceSummary Style
*/
.primaryIcon
{
	position: relative;
	top: 2px;
	height: 15px;
	width: 15px;
}
.ServiceGridExport
{
    padding-left:5px;
    width:100%;
    float:right;
    position:relative;
    top:6px;
}
.ServiceRow
{
	width: 100%;
	padding-top: 3px;
	position: relative;
	float: left;
	margin-bottom: 3px;
	font-size: 12px;
}
.ServiceRowFeatureDisplayHidden
{
	width: 920px;
	position: relative;
	float: left;
	font-size: 12px;
}
.ServiceRowFeatureDisplayShown
{
	width: 920px;
	position: relative;
	float: left;
	font-size: 12px;
	border-bottom: 1px solid black;
}
.ServiceRowHeader
{
	background-color: #c0c0c0;
}
.ServiceFeaturePadding
{
	padding-top: 1px;
	padding-bottom: 15px;
}
.SvcSummaryInactive
{
    color:#aaa;
}
.ServiceCol
{
	position: relative;
	float: left;
	margin-right: 2px;
	overflow: hidden;
}
.SvcNameCol
{
    width:179px;
        overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.TypeCol
{
    width:160px;
    overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.ArrowCol
{
	width: 15px;
}
.SvcNumCol
{
	width: 240px;
	margin-left:2px;
}
.SvcNumColText
{
    overflow:hidden;
	text-overflow:ellipsis;
	width:100%;
}
.StartCol
{
	width: 75px;
}
.StatusCol
{
	width: 75px;
}
.PlanCol
{
	width: 100px;
}
.PlanChargeCol
{
	width: 100px;
}
.TotalchargeCol
{
	width: 127px;
	text-align:right !important;
}
.ContractCol
{
	width: 268px;
}
.ContractColContractName
{
    float:left;
    width: 168px;
    overflow:hidden;
	white-space: nowrap; 
	text-overflow: ellipsis;
}
.ContractColExpDate
{
    float:right;
    width:100px;
}
.ExpCol
{
	width: 100px;
}
.OptionsCol
{
	width: 40px;
}

.FeatureOuter
{
    border-top:1px solid #dcdcdc;
}

.FeatureNoResults
{
    margin:15px; margin-left:30px;
}

.FeatureMain
{
	position: relative;
	width:100%;
	left: 20px;
	display: inline-block;
	padding: 7px;
}

.FeatureRow
{
	width: 602px;
	margin-bottom: 1px;
	position: relative;
	float: left;
}
.altRow
{
	background-color: #f4f4f4;
}
.FeatureCol
{
	position: relative;
	float: left;
}
.FeatureColLabel
{
    width: 70px;
    float:left;
    position:relative;
    font-weight:bold;
}
.FeatureColData
{
    width:480px;
    float:left;
    position:relative;
}
.FeatureDescCol
{
	width: 300px;
	float:left;
	min-height:10px;
}
.FeatureChangeFeatCol
{
    float:right;
    width:140px;
    text-align:right;
}

.FeatureChargeCol
{
	width: 70px;
	float:left;
	min-height:15px;
	position:relative;
	text-align:right;
}
.FeatureChargeColFreq
{
    margin-left:5px;   
    position:relative;
    min-height:15px;
    float:left;
    width:150px;
    text-align:left;
}
.FeatureQtyCol
{
	width: 45px;
	text-align: left;
	float:left;
	min-height:10px;
	position:relative;
}
.FeatureFreqCol
{
	width: 100px;
	text-align: left;
}
.FeatureStartDateCol
{
	width: 80px;
	text-align: right;
	float:left;
	min-height: 15px;
}
.FeatureEndDateCol {
    width: 80px;
    text-align: right;
    float: left;
    min-height: 15px;
}
.FeatureContractDesc
{
    width: auto;
}
.FeatureNoOneTime
{
    float:left; position:relative; font-size:smaller;
}
.FeatureList
{
    width:740px; margin-top:5px; float:left; min-height:10px;
}
.FeatureListButton
{
    width:150px; min-height:10px; float:left;
}

.FeatureListButton input
{
    width:120px;
}
.FeatureSectionTitle
{
    float:left;
    width:115px;
    font-weight:bold;
    min-height:5px;
    position:relative;
}

.FeatureDeviceCol
{
    width:250px;
    float:left;
    position:relative;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow:hidden;
    min-height:15px;
}
.FeatureContractCol
{
    float:left;
    position:relative;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow:hidden;
}
.FeatureContractName
{
    width:auto;
    float:left;
    margin-right:10px;
}

.FeatureContractExpires
{
    float:left;
    width:auto;
}
.expanded, .collapsed
{
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-right: 2px;
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: transparent;
}
.collapsed
{
	background-image: url(../Images/Shared/tree_expand.png);
}
.columnBody
{
	position: relative;
	float: left;
	text-align: left;
	padding: 3px;
}
.columnBodyRight
{
	position: relative;
	float: left;
	text-align: right;
	padding: 3px;
}
.columnHeader
{
	position: relative;
	float: left;
	font-weight: bold;
	text-align: left;
	color: #01457D;
	padding: 3px;
}
.columnHeaderCenter
{
	position: relative;
	float: left;
	font-weight: bold;
	text-align: center;
	color: #01457D;
	padding: 3px;
}
.columnHeaderRight
{
	position: relative;
	float: left;
	font-weight: bold;
	text-align: right;
	color: #01457D;
	padding: 3px;
}
.PaymentHistoryDateCol
{
	width: 100px;
}
.PaymentHistoryTypeCol
{
	width: 100px;
}
.PaymentHistoryDescCol
{
    width:393px;
    text-overflow: ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
.PaymentHistoryChargesCol
{
	text-align: right;
	width: 100px;
}
.PaymentHistoryCreditsCol
{
	text-align: right;
	width: 100px;
}
.PaymentHistoryBalanceCol
{
	text-align: right;
	width: 100px;
}
.PaymentHistoryRow
{
    position: relative;
	float: left;
	width: 530px;
}
.PaymentHistoryView
{
	position: relative;
	float: left;
	width: 100%;
}

.RowMargin5
{
	margin-left: 5px;
	margin-right: 5px;
}
.HeaderMargin5
{
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
}

.pagingSection
{
	display: block;
	float: left;	
	margin-top: 15px;
	position: relative;
	width: 600px;
}
.pagingSection.usagePaging {
	clear: both;
	left: 5px;
}
.ResultsPerPageSection
{
	position: relative;
	margin-right: 3px;
	width: 50px;
	font-size: 12px;
    top: 1px;
}
.pagingBlock
{
    margin-top: 3px;
    margin-bottom: 3px;
	position: relative; 
	float: left; 
}
.pageingNumber
{
	position: relative; float: left; width: 15px;
}
.pageingNumberCurrent
{
	font-weight: bold;
}
.pagingBody
{
	position: relative;
	float: left;
	width: 600px;
}
.resultsPerPage
{
	position: relative;
	float: right;
	width: 235px;
}
.usagePaging .resultsPerPage {
	right: 10px;
	top: -31px;
}
.usagePaging.usgChargeBySvc .resultsPerPage {
	float: left;
	left: 100px;
	right: 0;
	top: 0;
}

/*#endregion ServiceSummary Style */

/*#region
	PaymentAccounts Style
*/
.PaymentAccountActionDropdown {
	width: 160px;
}
.PaymentEditLink {
	position: relative;
	float: left;
	left: 6px;
}
.PaymentAccountBlock
{
	position: relative;
	width: 375px;
	padding-left: 10px;
	height: 150px;
}

.PaymentMethodBlockTitle
{
	position: relative;
	float: left;
	width: 100%;
	display: block;
	
}
.PaymentMethodBlock
{
	position: relative;
	float: left;
	width: 375px;
	display: block;
	
}
.PaymentMethodRow
{
	position: relative;
	float: left;
	width: 100%;
	margin-bottom:5px;
}
.PaymentMethodCell
{
	position: relative;
	float: left;
	width: 100%
	
}
.PaymentMethodRadio
{
    position:relative;
    top:2px;
}
.PaymentAccountsHeader
{
	width: 940px;
	position: relative;
	float: left;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
	margin-left: 20px;
}
.NoAccountsMessage
{
	width: 940px;
	position: relative;
	float: left;
	text-align: center;

	font-weight: bold;
	margin-top: 25px;
}
.AcctTypeCol
{
	width: 110px;
	position: relative;
	float: left;
	text-align: left;
	line-height: 20px;
	padding-left: 5px;
}
.PayTypeCol
{
	width: 130px;
	position: relative;
	float: left;
	text-align: left;
	line-height: 20px;
}
.BankNameCol
{
	width: 200px;
	position: relative;
	float: left;
	text-align: left;
	line-height: 20px;
    white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
}
.CardNumCol
{
	width: 100px;
	position: relative;
	float: left;
	text-align: right;
	line-height: 20px;
}
.ExpirationCol
{
	width: 100px;
	position: relative;
	float: left;
	text-align: right;
	line-height: 20px;
}
.AcctStatusCol
{
	width: 75px;
	position: relative;
	float: left;
	text-align: left;
	line-height: 20px;
}
.PayOptionsCol
{
	width: 165px;
	position: relative;
	float: right;
	line-height: 20px;
}
.InactiveCheckBox
{
	width: 920px;
	position: relative;
	float: left;
	text-align: right;
	font-size: 12px;
	padding-bottom: 7px;
}
.PaymentaccountColHeaders
{
	width: 920px;
	background-color: #dcdcdc;
	border-bottom: 1px solid black;
	position: relative;
	float: left;
	font-weight: bold;
	height: 20px;
}
.PaymentaccountRows
{
	width: 920px;
	background-color: White;
	border-bottom: 1px solid black;
	position: relative;
	float: left;
	height: 30px;
}

.PaymentAccountBlock .row {
	height: 30px;
}
.PaymentAccountBlock input,
.PaymentAccountBlock select {
	display: none;
}
#bankAccountType {
	width: 150px;
}

.PaymentAccountBlock.editable input,
.PaymentAccountBlock.editable select {
	display: inline;
}
.PaymentAccountBlock.editable .readonly {
	display: none;
}
/*#endregion PaymentAccounts Style */

/*#region
	PCI 3.0 Payment Pages
*/

/** Get rid of all the float: left styles used on other pages as that throws off the normal DOM positioning*/
#paymentOptions .InputAmount,
#paymentOptions .InputLabel,
#paymentOptions .row
{
	float: inherit;
}

#paymentOptionsInner 
{
	width: 45%;
	float: left;
}

#paymentOptions input[type="checkbox"] 
{
	position: relative;
	top: 2px;
}
#paymentOptions select 
{
	font-size: 12px;
}
#paymentOptions .row 
{
	line-height: 20px;
}

#paymentOptions #confirmDialog
{
	display: none;
}

#paymentOptions #errorTextSection 
{
	margin: auto;
	width: 600px;
}
#paymentOptions #errorTextSection ul
{
	color: red;
	list-style-type: none;
	text-align: center;
}
#paymentOptions .warningTextSection 
{
	margin-bottom: 10px;
	width: 600px;
}

.paymentOptionBlock 
{
	margin-bottom: 20px;
	margin-left: 10px;
	overflow: hidden;
    float: inherit;
    width: 100%;
}
.paymentOptionBlockOuter
{
	margin-bottom: 5px;
	margin-left: 10px;
	overflow: hidden;
}

#amount 
{
	left: 40px;
	text-align: right;
}
#paymentMethod
{
	width: 250px;
}

#editPaymentMethod 
{
	left: 173px;
	position: absolute;
	top: -39px;
}

#changeAccountInformation 
{
	left: 232px;
	position: absolute;
	top: -39px;
}

#accountOptionsFrame,
#paymentOptionsFrame 
{
	height: 580px;
	width: 100%;
}
#paymentOptionsFrame {
	height: 750px;
}

#gatewayFrame
{
	background: #fff;
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
#submitWarningText 
{
	clear: both;
	font-style: italic;
	text-align: right;
	width: 380px;
	margin-top: 5px;
	position: relative;
}
#submitWarningTextPGA
{
	clear: both;
	font-style: italic;
    font-size: 13px;
	text-align: left;
	width: 407px;
	margin-top: 5px;
	position: relative;
    float:left;
}

#contactCollectionDialog .LabelPosition {
	width: 50px;
}
#contactCollectionDialog .warningTextSection,
#contactCollectionDialog .warningTextSection .row {
	margin-top: 5px;
}
#contactCollectionDialog select {
	width: 150px;
}

/*#endregion PCI 3.0 Payment Pages*/

/*#region
	Payment Processing
*/
.paymentInformationSection
{
	position: relative; 
	float: left; 
	width: 440px; 
	position: relative; 
	float: left; 
	height: 380px;
}
.paymentInformationBlock
{
	position: relative; 
	float: left;
	margin-left:40px;
	 margin-top:5px; 
	 margin-bottom:10px; 
	 width:900px; 
	 min-height:290px;
	 background-color: #F5F5F5;
}
.paymentSpacer
{
	position: relative;
	float: left;
	width: 15px;
	min-height: 380px;
	background-color: white;
}
.CreditCardBase
{
	position: relative;
	float: left;
	width: 300px;
}

.PaymentRow
{
	position: relative;
	float: left;
	width: 415px;
	margin-bottom: 10px;
}
.PaymentHalfRow
{
	position: relative;
	float: left;
	width: 150px;
	margin: 5px;
}
.PaymentIcon
{
	width: 22px;
	height: 15px;
	position: relative;
	float: left;
	margin-right: 5px;
}
.PaymentIconSelected
{
	border: 1px solid red;
}

.paymentActionButtons
{
	right: 18px;
}

.paymentError {
	color: red;
	float: right;
	padding-bottom: 0 5px 10px;
	position: relative;
	right: 20px;
	width: 435px;
}

/*#endregion Payment Processing */

/*#region
	Index
*/
.AcctInfoheader
{
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
	padding-bottom: 5px;
}
.AcctInfoheaderBillingPayment
{
    float:left;  
    width:275px;
}
.AcctinfoSubHeader
{
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
}
.AcctInfolabel
{
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
}

/*#endregion Index */

/*#region
	Usage Module
*/
.UsageModuleContent
{
	position: relative;
	float: left;
	width: 650px;
	background-color: #F5F5F5;
	padding: 5px;
	min-height: 420px;
}
.GreenBar > .ui-progressbar-value
{
	background: #99FF00 /*79bde9*/ /*#4EBF0A*/ /*0CE843*/ /*#002855*/;
	background-image: -webkit-linear-gradient(left, #009900 0%, #66ff00 100%);
	background-image: linear-gradient(to right, #009900 25%, #66ff00 100%);
	background-image: -moz-linear-gradient(top left, #009900 0%, #66ff00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009900', endColorstr='#66ff00',GradientType=1 );
}

.RedBar > .ui-progressbar-value
{
	background: #9F0000;
	background-image: -webkit-linear-gradient(left, #8F0000 0%, #ff0000 100%);
	background-image: linear-gradient(to right, #8F0000 25%, #ff0000 100%);
	background-image: -moz-linear-gradient(top left, #8F0000 0%, #ff0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8F0000', endColorstr='#ff0000',GradientType=1 );
}

.inActiveEventType
{
	background: #79BDE9;
	cursor: text;
}
.activeEventType
{
	background: #002855;
	cursor: pointer;
}
a.DisplayFormat
{
    color: blue !important;
}
a.PlainLnk
{
	text-decoration: none;
	color: Black !important;
	font-weight: bold;
}
.TabSection
{
	position: relative;
	float: left;
}
.TabSectionUsgSummary
{
    position:relative; float:left; margin-bottom:20px; 
    background-color: #F5F5F5;
    padding: 5px;
    border-radius: 5px;
    width: 420px;
    margin-right:10px;
}
.DiscountTabs
{
	color: White;
	float: left;
	font-weight: bold;
	margin-right: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	text-align: center;
}
.DiscountTabsBaseline
{
	position: relative;
	float: left;
	width: 635px;
	height: 5px;
	background: #002855;
}

.ViewAllUsage
{
	font-weight: normal;
	position: relative;
	float: right;
	width: 128px;
	text-align: right;
	margin-bottom: -2px;
	bottom: 2px;
	top:-7px;
}
.UsageCycle
{
	position: relative;
	float: left;
	width: 634px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 11px;
	float: left;
}
.BarSection
{
	position: relative;
	float: left;
	margin-bottom: 20px;
	
}

.Discount
{
    margin-bottom:3px;
	float: left;
	position: relative;
	width: 150px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.DiscountCategoryHeader
{
    margin-bottom:5px;
    font-weight:bold; 
    font-size:16px;
}
.DiscountBarRow
{
    margin-bottom:10px;
}
.DiscountBarDetail
{
    margin-right:40px;
    float:right;
    font-weight:normal;
}
.SummaryLabel
{
    position:relative; 
    float:left; 
    width:130px; 
    margin-bottom:3px;
}
.SummaryValue
{
    position:relative; 
    float:left; 
    width:80px; 
    text-align:right;
}
.DataUnitSection
{
	position: relative;
	float: right;
	right: 6px;
	font-size: 11px;
}
.ServiceData
{
	float: left;
	width: 550px;
}
.ServiceDataItem
{
	float: left;
	position: relative; /*width: 275px;*/
	padding-bottom: 10px;
}
.SelectService
{
	float: left;
	position: relative;
	max-width: 175px;
	top: 3px;
	padding-bottom: 10px;
    padding-right: 10px;
}
.ServiceNameSection
{
	font-weight: normal;
	float: left;
	position: relative;
	/*width: 100px;*/
	padding-bottom: 10px;
}
.ServiceName
{
	/*left: 158px;*/
    top: 2px;
    font-weight: normal;
    float: left;
    position: relative;
    width: 154px;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    white-space: nowrap; text-overflow: ellipsis;
    margin-left:5px;
}
.HomeViewDetails 
{
	position:relative; float:right; top:2px;
}
.HomeWirelessUsageModule 
{
	display:block;  margin-left:15px;  position: relative; float: left;
}
.HomeBillingPaymentDivider 
{
	float:left; width:275px; height:1px; border-bottom:1px solid #232323; margin-bottom:5px;
}
.HomeUnbilledUsageAmount 
{
	font-weight: normal;
    top: -2px;
    position: relative;
    float: left;
}

.WirelineFeatureName
{
    position:relative; float:left; height:21px;width:260px; top:3px; border-right:0px solid black; margin-left:3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

.WirelineFeatureCharge
{
    position:relative; float:left; height:21px;width:60px; top:3px; border-right:0px solid black; margin-left:3px;text-align:right;
 }
.WirelineFeatureQty
{
    position:relative; float:left; height:21px;width:100px; top:3px; border-right:0px solid black; margin-left:3px;text-align:center;
}
.WirelineFeatureFrequency
{
    position:relative; float:left; height:21px;width:100px; top:3px; border-right:0px solid black; margin-left:3px;text-align:left;
}
.WirelineFeatureStartDate
{
    position:relative; float:left; height:21px;width:100px; top:3px; border-right:0px; margin-left:3px;text-align:left;
}

/*#endregion Usage Module */

/*#region
	Billing  Module
*/
.BillingModuleMain
{
	position: relative;
	float: left;
	width: 275px;
	background-color: #F5F5F5;
	padding: 5px;
	margin-bottom: 10px;
	min-height: 205px;
}
.CurrentBalance
{
	width: 275px;
	margin-left: 15px;
	top: 2px;
	padding-bottom: 1px;
	position: relative;
	float: left;
}
.ViewBalanceDetails
{
	margin-left: 15px;
	font-family: Arial;
	font-size: 11px;
	width: 50%;
    float: left;
    position: relative;
}
.MakePaymentBtn
{
	float: left;
	width: 275px;
	text-align: right;
	padding-bottom: 5px;
	position: relative;
}
.BillingPaymentContent 
{
	float:left;  
	width:275px; 
	min-height:131px;
}
.InvoiceAmount
{
	float: left;
	position: relative;
	width: 275px;
	padding-bottom: 3px;
}
.InvoiceAmountLabel
{
	float: left;
	width: 125px;
	margin-left: 15px;
}
.InvoiceAmountValue
{
	float: right;
	width: 130px;
	text-align: right;
	font-size: 14px;
}
.PaymentDue
{
	float: left;
	position: relative;
	width: 275px;
	margin-bottom:7px;
}
.PaymentDueLabel
{
	float: left;
	width: 180px;
	margin-left: 15px;
	padding-bottom: 5px;
}
.PaymentDueValue
{
	float: left;
	width: 80px;
	text-align: right;
	font-size: 14px;
}
.LastPayment
{
	margin-left: 15px;
	font-family: Arial;
	font-size: 11px;
	float:left;
}
.LastPaymentFieldLabel
{
    float:left;
    width:50%;
}
.LastPaymentFieldValue
{
    width:50%;
    float:right;
    text-align:right;
}
.ViewBillBtn
{
	position: relative;
	float: right;
	text-align: right;
	width: 275px;
	padding-top: 10px;
}
.NotInvoiceResponsible
{
    font-style: italic;
    margin-bottom:10px;
    position: relative; float:right;
}

/*#endregion Billing  Module */

/*#region
	Billing Summary
*/
.BillingSummaryHeader
{
	position: relative;
	float: left;
	width: 600px;
	font-weight: bold;
	font-size: 16px;
	margin-top: 7px;
}
.BillingSummaryContent
{
	position: relative;
	float: left;
	width: 545px;
}
.InvoiceInfoSection
{
	position: relative;
	float: left;
	width: 505px;
}
.InvoiceInfoHeaderSection
{
	position: relative;
	float: left;
	width: 545px;
}
.PastInvoiceNote
{
	font-size: 11px;
	width: 600px;
	position: relative;
	float: left;
	left: 20px;
}
.BillingPeriod
{
	font-weight: bold;
}
.InvoiceInfoRow
{
	position: relative;
	float: left;
	width: 505px;
	margin-bottom: 4px;
}
.AlignLeft
{
	position: relative;
	float: left;
}
.AlignRight
{
	position: relative;
	float: right;
}
.InvoiceItem
{
	position: relative;
	float: left;
	left: 30px;
}
.InvoiceBox
{
	border: 1px solid #dcdcdc;
	padding: 10px;
}

/*#endregion Billing Summary */

/*#region
	Create Payment Account / Make Payment
*/

.PaymentCardDisplay {
	height: 15px;
	width: 110px;
	position: relative;
	float: left; 
	margin-top: 3px;
}

.RequiredFieldText
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	float:right;
	position:relative;
}
.ConfirmationHeader
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}
.ConfirmationBody
{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
}
.InputText
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}
.NewPaymentAcctMainSections
{
	position: relative;
	float: left;
	width: 95%;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 10px;

}
.NewPaymentAcctSubSections
{
	position: relative;
	float: left;
	width: 360px;
	margin-left: 20px;
	margin-right: 20px;

}

.NewContactSubSections
{
	position: relative;
	float: left;
	width: 100%;
	padding-left: 20px;
	margin-bottom: 10px;
}

.NewContactHeader {
	width:93%;
}

.LabelPosition
{
	position: relative;
	float: left;
	width: 150px;
}
.PaymentOutdatedBrowserWarning
{
    float:right;
    font-style:italic;
    text-align: right;
    margin-right:18px;
    margin-top:5px;
}

/*#endregion Create Payment Account / Make Payment */

/*#region
	Usage Pages
*/
.Padding5
{
     padding-left:20px;
     padding-right:20px;   
}
.Padding5a
{
     padding-left:12px;
     padding-right:12px;   
}
.UsageOptionSection
{
	position:relative; 
	float:left; 
	width:960px;
	margin-bottom:5px;
}
.UsageOptionLabel
{
	position:relative; 
	float:left; 
	font-weight:bold; 
	width:150px;
	top:3px;
    padding-right:10px;
}
.UsageOptionValues
{
	position:relative; 
	float:left; 
}
.UsageOptionValues select
{
    height:22px;
    border: 1px solid #c0c0c0;
    width:243px;
}
.NoUsageRecords
{
   position:relative; 
   float:left; 
   width:960px; 
   font-weight:bold;
}
.NoUsageRecords.Paperless
{
   text-align:center;
}
.InactiveUsageRecord {
	color: #aaa;
}
.DataUsageSection
{
	position:relative; 
	float:right; 
	top:13px; 
	margin: 15px 18px 5px 30px;
}
.ExportRow .ExportBtnWrapper {
	float: right;
	position: relative; 
}
.ExportRow.usgChargeBySvc .ExportBtnWrapper {
	float: none;
	left: 285px;
}
.ExportRow .ExportMsg {
	float:left;
	margin-top:5px;
	position:relative;
}
.ExportRow {
	margin-top: 5px; 
	padding-left:5px;
}
.UsageDateCol
{
    position:relative; 
    float:left; 
    width:140px; 
    padding:0px; 
    padding-right:5px;  
    padding-top:3px;
    padding-bottom:3px;
    margin-right:5px;
}
.UsageEventCol
{
    width:105px;  
    padding:0px; 
    padding-top:3px;
    padding-bottom:3px;
    position:relative; 
    float:left;
    text-align:left; 
}
.UsageDirectionCol
{
    width:42px;  
    padding:0px; 
    padding-top:3px;
    padding-bottom:3px;
    position:relative; 
    float:left;
    text-align:left; 
}
.UsageNumberCol
{
    position:relative; 
    float:left; 
    width:115px; 
    padding:0px;
    padding-top:3px;
    padding-bottom:3px;
    text-align:left; 
}
.UsageNumberCol.wide {
	width: 210px;
}
.UsageLocationCol
{
    position:relative; 
    float:left;
    width:130px; 
    padding:0px; 
    padding-top:3px;
    padding-bottom:3px;
    text-align:left; 
}
.UsageMinCol
{
    position:relative; 
    float:left;
    width:65px; 
    padding:0px; 
    padding-top:3px;
    padding-bottom:3px;
    text-align:right;  
}
.UsageDataCol
{
	position:relative; 
	float:left;
	width:75px; 
	padding:0px; 
	padding-top:3px;
    padding-bottom:3px;
	text-align:right;
}
.UsageDataColLabel
{
    width:100%;
}
.UsageMsgCol
{
	position:relative; 
	float:left;
	width:85px; 
	padding:0px; 
	padding-top:3px;
    padding-bottom:3px;
	text-align:center;
}
.UsageChargeCol
{
    position:relative; 
    float:left;
    width:75px; 
    padding:0px; 
    padding-top:3px;
    padding-bottom:3px;
    text-align:right;  
}
.UsageDesCol
{
    position:relative; 
    float:left;
    width:140px; 
    padding:0px; 
    padding-top:3px;
    padding-bottom:3px;
    text-align:left;
}
.UsageOverageCol
{
    position:relative; 
    float:left;
    width:140px; 
    padding:0px; 
    padding-top:3px;
    padding-bottom:3px;
    text-align:right;  
}
.UsageViewCol
{
    position:relative; 
    float:left;
    width:85px; 
    padding:0px; 
    padding-top:3px;
    padding-bottom:3px;
    text-align:center;
}
.UsageWrapper {
	border:1px solid #f4f4f4; 
	float:left; 
	margin-top:5px; 
	padding-bottom:5px;
	position:relative; 
	width: 360px;
}
.UsageAdditionalDetailRow
{
	float:left; 
	position:relative; 
	width:375px;
}
.UsageAdditionalDetailLabel
{
	float:left; 
	position:relative; 
	width:150px; 
	font-weight:bold;
}
.UsageAdditionalDetailValue
{
	float:left; 
	position:relative; 
	width:200px;
}

.WirelineRowAlt
{
    background-color: #f4f4f4;
}

.WirelineRowNone
{
    background-color: #fff;
}

#wirelessText 
{
    display: none;
}

/*#endregion Usage Pages */

/*#region
	Change Password Page Style
*/

.ChangePasswordInfoIcon {
	width:16px;
	height:16px;
	float:right;
	position: relative;
    top: 5px;
    margin-right: 15px;
}

.changePasswordInformationBoxContents
{
	position	: relative;
	float		: left;
	width		: 292px;
}

.changePasswordMain
{
	position	: relative;
	float		: left;
	width		: 294px;
}

.homeFirstColumnInformationBox
{
	margin-right	: 60px;	
}

/*#endregion Change Password Page Style */

/*#region
	Contacts
*/

.ContactCard
{
	position: relative;
	float: left;
	width: 285px;
	height: 230px;
	background-color: #F5F5F5;
	margin-right: 20px; 
	margin-bottom: 20px;
	overflow: hidden;
}
.ContactCardNew
{
	border: 1px dashed Gray;	
}

.ContactRow
{
	position: relative;
	float: left;
	width:270px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	
	
}
.ContactTitle 
{
	font-size: 15px;
}

.ContactRowSpacer 
{
	position: relative;
	float: left;
	width:285px;
	height: 8px;
}

.AddEditContactSection 
{
	position: relative;
	float: left; 
}
.AddEditContactLabel 
{
	position: relative; 
	float: left;
	width: 90px;
}
.AddEditContactLabelRightCol
{
	width: 70px;
}
.ContactLabel
{
	position: relative; 
	float: left;
	width: 80px;
}
.ContactData
{
	position: relative; 
	float: left;
	width: 190px;
}

.AddNewContact 
{
    position: relative;
    float: left;
    font-size: 200px;
    color: Gray;
    left: 85px;
    top: 0px;
    text-decoration: none;
}

.ContactOptionButton
{
	position: relative; 
	float: right;
	margin-right: 5px;
	cursor: pointer;
}

/*#endregion Contacts */

/*#region 
	Change Password
*/
.fieldValidationError
{
	background-color: #ffff00;
}
.ChangePwdFieldSection
{
	position:relative; 
	float:left; 
	width:320px;
}

.ChangePwdRow {
    position: relative;
    float: left;
    width: 375px;
    padding-bottom: 5px;
}

.ChangePwdLabel
{
	position:relative; 
	float:left; 
	font-weight:bold; 
	width:180px;
	top:5px;
}
.ChangePwdField
{
	position:relative; 
	float:right;
	margin-right:5px;
}

.ChangePwdSettingSection
{
    position:relative; 
    float:left; 
    width:20px; 
    top:30px;   
}

/*#endregion Change Password */

/*#region
	Registration
*/
.RegistrationStripe
{
	position: relative;
	top: 40px;
	min-height: 285px;
	width: 110%;
	left: -50px;
}

.RegistrationCustomerLogoImage {
	border:0px;
    height: 35px;
    width: 235px;
}

.RegistrationHeader
{
    border-bottom: 15px solid #00457c;
    padding-bottom:12px;
    margin-bottom:10px;
    top:0px;
}

.RegistrationBar {
	position:relative; 
	float:left; 
	width:205px;
	height:15px;
	top: 4px;
}

.RegistrationBarColor > .ui-progressbar-value
{
	background: #00457C;
	background-image: -webkit-linear-gradient(left, #00457C 0%, #d6d6d6 100%);
	background-image: linear-gradient(to right, #00457C 25%, #d6d6d6 100%);
	background-image: -moz-linear-gradient(top left, #00457C 0%, #d6d6d6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00457C', endColorstr='#d6d6d6',GradientType=1 );
}

.RegistrationBlock {
	float:left;
	width:100%;
}

.RegistrationButton {
	float:right;
}

.RegistrationErrors {
	position: relative;
	float: left;
	color: Red;
	width: 380px;
	height: 40px;
	text-align: left;
	vertical-align: bottom;
	overflow: hidden;
	font-weight: bold;
    margin-left: 15px;
    margin-top:5px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.RegistrationRightBlock
{
    float:right;
    width:450px;
    padding-right:10px;
    height:215px;
    overflow-y:auto;
}

.RegistrationLeftBlock
{
    float:left;
    width:490px;
}

.RegistrationField {
	float:left;
	position:relative;
	width:100%;
	height: 25px;
}

.RegistrationFieldSecurityQuestion
{
    margin-bottom:15px;
    float:left;
}

.RegistrationFieldInputSecurityQuestion {
	width:350px;
	margin-left:10px;
	float:left;
}

.RegistrationFieldInput {
	width:250px;
	margin-left:10px;
	float:left;
}

.RegistrationUserProfileField
{
    width:258px;
}

.RegistrationFieldLabel {
	font-weight:bold;
	width: 180px;
    float: left;
    position:relative;
    top:5px;
}

.RegistrationFieldLabelRightBlock {
	margin-left:0px;
	width:140px;
}

.ForgotPasswordInput
{
    width: 267px;
}

.RegistrationGetPINLink {
	margin-left:180px;
}

.RegistrationInfoIcon {
	width:16px;
	height:16px;
	float:left;
	position: relative;
    top: 5px;
    margin-left: 5px;
}

.RegistrationInstructions {
	margin-bottom:10px;
	position: relative;
    float: left;
    margin-top: 5px;
    width:500px;
}

.RegistrationInstructionsPIN {
	width:auto;
}

.RegistrationInstructionsAppend {
	margin-left:5px;
}

a.RegistrationLoginLink {
	position:relative;
	float: left;
    margin-left: 100px;
    margin-top:20px;
    font-weight:bold;
    width:100%;
}

.RegistrationMainContent {
	position:relative;
	float:left;
	background-color:White;
	width: 100%;
	min-height:415px;
	padding-bottom:30px;
}

.RegistrationOR {
	margin-left:10px;
	margin-right:10px;
}

.RegistrationPageHeader {
	font-size: 20px;
	font-weight: bold;
    margin-top: 15px;
	margin-bottom: 5px;
	position: relative;
	float: left;
	width: 960px;
}

.RegistrationBarHeader {
    margin-bottom: 30px;
	position: relative;
	float: left;
	width: 960px;
}

.RegistrationPINLink {
	float:left;
	margin-top: 10px;
}

.RegistrationRequired {
	width:10px;
	position:relative;
	margin-left: 5px; 
	top: 2px;
	font-weight:bold;
}

.RegistrationTermsConditionsCheckbox {
	float:right;
	margin-top:10px;
	margin-right:25px;
}

.RegistrationTermsConditionsLink {
	float:left;
	margin-left:5px;
	top:2px;
	position:relative;
}

.RegistrationTitle {
	float:left;
	position:relative;
	width:400px;
}

/*#endregion Registration */

/*#region
	Config
*/
.ConfigSettingRow
{
    position: relative; 
    float:left;
    width: 100%;
    min-height: 24px;
}

input.ConfigBoolOverridden
{
    background-color:white;
}

.ConfigcolSetting
{
    width: 35%;
    padding-top: 2px;
}

.ConfigcolDefault
{
    width: 20%;
    padding-top: 2px;
    max-height: 15px;
    overflow: hidden;
}

.ConfigcolViewDefault 
{
	width: 5%;
}

.ConfigcolOverride
{
    width: 10%;
}

.ConfigcolOverrideValueRichTextDisplay 
{
    width: 142px;
    border: 1px solid rgb(172, 172, 172);
    background-color: rgb(235, 235, 228);
    min-height: 20px;
    white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
}

.ConfigcolOverrideValue
{
    width: 20%;
}

.ConfigSectionHeader
{
    margin-top: 10px;
    font-size: 16px;
    background-color: lightgray;
    margin-bottom: 10px;
    padding-top: 4px;
    text-indent:5px;
}

.EllipseButton
{
    background-color: lightgray !important;
    background-image:none !important;
    border: 1px solid gray !important;
    width: 22px !important;
    padding: 2px !important;
    position: relative !important;
    float:left;
    width: 10%;
	border-radius: 0px !important;
	font-weight: normal !important;
	margin: 2px 0px 0px 5px !important;
	color: Black !important;
	top: -2px;
	box-shadow: 1px 1px 1px grey;
	filter:none !important;
}

.ConfigBoolSelect
{
    position: relative;
    float: left;
    width: 144px;
    font-size: 12px;
    min-height: 20px;
    margin-top:2px;
}
.ConfigSelect
{
    position:relative;
    width:170px;
}
.ConfigSelect option
{
    text-overflow: ellipsis;
    width:170px;
    overflow:hidden;
    white-space:nowrap;
}
.ConfigOverrideInput
{
    position: relative;
    float:left;
    width: 140px;
    margin-top: 1px;
    border:1px solid #aaa;
}
.ConfigChangeIndicator
{
    position:relative;
    float: right;
    width: 10%;
}

.savedChangesLabel
{
    color: Red; 
    position: absolute; 
    float:left; 
    left:403px; 
    top:20px;
}

#marketHash {
	display: none;
	float: left;
	position: relative;
	top: 12px;
}
#marketHash img {
	margin-left: 5px;
	margin-top: -1px;
}

#ListEditor {
    display: none;
    min-height: 350px; 
}
#ListEditor, #listInput, #ListEditor select {
    width: 370px; 
}

/*#endregion Config */

/*#region
	Contact Us
*/
.ContactHeader
{
    font-size: 22px;
    font-weight: bold;
    margin-bottom:10px;
}

.ContactSettingInfo {
	width: 500px;
}
.ContactUsSection {
	margin-left: 20px;
}

/*#endregion Contact Us */

/*#region
	Home Page Styles
*/

.adblock2 {
	position:relative; float:left; width:885px;  min-height:150px;
}

.adblock1 
{
    position:relative; float:left; width:275px; min-height:200px;
}

.billingModuleBlock {
    position:relative; float:left; width:300px;
}

.HomeContainer {
	width:960px; position:relative; float:left; padding-bottom:10px;
}

.FeatureChildren
{
    position:relative; 
    float:left;
    width:400px; 
    margin-top:10px; 
    display:block;
}
.FeatureChildrenHeader
{
    width:400px; 
    background-color:#dcdcdc; 
    position:relative; 
    float:left; 
    font-weight:bold;
}
.FeatureChildrenRow
{
    width:400px; 
    position:relative; 
    float:left; 
    padding-top: 5px;
}
.FeatureChildrenName
{
    position:relative; 
    float:left; 
    width:218px; 
    border-right:0px solid black; 
    margin-left:3px;  
    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; 
}
.FeatureChildCharge
{
    position:relative; 
    float:left; 
    height:21px;
    width:60px; 
    border-right:0px solid black; 
    margin-left:3px; 
    text-align:right;
}
.FeatureChildrenQty
{
    position:relative; 
    float:left; 
    height:21px;
    width:35px; 
    border-right:0px solid black; 
    margin-left:3px;  
    text-align:right;
}
    
.FeatureLabelAdjustment {
top:3px;
}
    
    .PaymentTerms
{
    height:200px;
    margin-top:15px;
    overflow:auto;
    border:1px solid #aaaaaa;
}
    
.ButtonSpacer {
    width: 70px;
}
@-moz-document url-prefix()  {
    .ButtonSpacer {
        width: 82px;
    }    
}
    .PathField
{
    width:350px;
    margin-right:5px;
    margin-left:15px;
}
.PathFieldHeader
{
    width:350px;
    margin-right:10px;
    margin-left:15px;
}
.RankHeader
{
    margin-left:10px;
}
.RankField
{
    margin-left:10px;
}
.GreyButton
{
    color:Black !important;
    background-color:lightgray !important;
    border:1px solid gray !important;
        
}
.ButtonSection
{
    width: 155px;   
}
    
.RotatorImgRow
{
    margin-bottom:10px;   
}

/*#endregion Home Page Styles */

/*#region
	Payment Success page (Thank You)
*/

.paymentSuccessAccountErrorText {
	color: red;
	font-size:14px;
	float:left;
	position:relative;
	width: 100%;
    margin-top: 20px;
}

.paymentSuccess {
	margin-left:20px;
	width:400px;
}

.paymentSuccessButtons {
	float:left;
	margin-left: 40px;
}

.paymentSuccessText {
	font-size:14px;
	float:left;
	position:relative;
	width: 100%;
    margin-bottom: 20px;
}

.paymentSuccessReceiptNumberLabel {
    margin-left: 20px;
    margin-top: 10px;
    position: relative;
    float: left;
}

.paymentSuccessReceiptNumber {
	font-weight: bold;
	margin-left:85px;
	float:left;
	position:relative;
	margin-top:5px;
	width:100%;	
}

.paymentSuccessEmailFields {
	margin-top:20px;
	position: relative;
	float:left;
}

.paymentSuccessEmailSelect {
	width:100%;
	position:relative;
	float:left;
	margin-left:10px;
}

.paymentSuccessEmailFieldsText {
	margin-bottom:10px;
}

#collectionBlock, #collectionSuccess {
	margin-top: 70px;
}
.paymentSuccess #collectionBlock,
.paymentSuccess #collectionSuccess {
	clear: both;
	float: left;
}
#collectionMessage p,
#saveButton {
	top: 10px;
}
#collectionBlock .InputLabel {
	top: 2px;
}
#collectionBlock .RequiredFieldText {
	float: none;
	left: 127px;
}
#collectionBlock.ach .RequiredFieldText {
	left: 173px;
}
#paymentOptionsInner .RequiredFieldText {
    float: none;
}

.paymentFrameContainer {
  height: 600px;
  overflow: hidden;
}

/*#endregion Payment Success page (Thank You) */

/*#region
	User Profile page
*/

.UserProfileRow
{
	position:relative; 
	float:left; 
	width:510px; 
	padding-bottom:5px;
}
.UserProfileLabel
{
	position:relative; 
	float:left; 
	font-weight:bold; 
	width:180px;
}
.UserProfileField
{
	position:relative; 
	float:left;
}
.UserProfileFieldSection
{
	position:relative; 
	float:left; 
	
	width:320px;
}

.UserProfileButtons {
	float:right;
	position: relative;
}

.UserSearchBox {
	position: relative;
    float: left;
    width: 300px;
    background-color: #F5F5F5;
    padding: 15px;
}
.UserSearchCriteriaLabel {
	position: relative;
	float: left;
	width: 150px;
}

.UserSearchCriteriaInput {
	position: relative;
	float: left;
	width: 150px;
}

.UserSearchResultsBox {

}
.colUS_Username
{
    width: 20%;
}
.colUS_Fullname{
    width: 25%;
}
.colUS_ServiceNumber 
{
    width: 25%;
}

/*#endregion User Profile page */

 /*#region
	Usage Summary By Usage Type
*/

.UsageTypeWidthOverride{width:270px;}
.TotalUnitsWidthOverride{width:120px;}
.TotalChargesWidthOverride{width:120px;}

/*#endregion Usage Summary By Usage Type */

 /*#region
	User Administration
*/

.UserAdminAcctCol {
	width: 10%;
}
.UserAdminNameCol {
	width: 33%;
    overflow: hidden;
    height: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.UserAdminLoginIDCol {
	width: 15%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.UserAdminActionsCol {
	width: 10%;
}
.UserAdminLastLoginCol {
	width: 15%
}
.UserAdminMissingUserCustomerCol {
	width: 30%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: red;
}
.UserAdminStatusCol {
	width: 12%;
}
.UserAdminSearchBox {
	width: 320px;
	border: 0px;
	background-color: #F5F5F5;
	padding: 5px;
	padding-top: 10px;
}

.UserImpersonationAlert {
	position: relative; float: left;
    left: 81px;
    width: 430px;       /* Ensure Currently_Logged_In_As with name 40 + hyphen + acct num 15 all caps fits on 2 lines so welcome is on third line, so no fourth line */
    text-align: center;
    font-weight: bold;
    color: Red;
    padding: 0px;
}

.UserAdminSearchLabel {
    width: 120px;
    padding-top: 4px;
    margin-left: 8px;
}

.UserAdminSearchTextbox {
    width: 172px;
}

.TotalChargesWidthOverride
{
    width:120px;
}

.UserAdminNoResults {
	width: 15%;
}

/*#endregion User Administration */

/*#region
	Service Summary by Service Type
*/

.SumByTypeBorder
{
    border:1px solid #f4f4f4; 
    position:relative; 
    float:left; 
    margin-top:5px; 
    padding-bottom:5px; 
    width:490px;
}
.SumByTypeHeader
{
    background-color:#c0c0c0; 
    width:480px;
}
.SvcTypeHeader
{
    width:360px;
}
.ActiveSvcHeader
{
    width:93px;
}
.FeatQtyHeader
{
    width:93px;
}
.SumByTypeRow
{
    width:480px;
}
.SvcTypeCol
{
    width:360px; 
    padding:3px; 
    position:relative; 
    float:left; 
    text-align:left;
}
.ActiveSvcCol
{
    width:88px;
    padding:3px; 
    position:relative; 
    float:left; 
    text-align:right;
}
.FeatureSymmaryExportRow
{
    margin-top: 10px; 
    width:538px;
    position:relative; 
    float:left; 
}
    
.FeatureSummaryGrid
{
    width:541px;
}
.FeatureSummaryRow
{
    width:525px; 
    padding:3px;
}

/*#region Favorite Numbers */
    .isActive
    {
        width:30px;
    }
    .fnNumber
    {
        width:250px;
        position:relative;
        top:1px;
    }
    .modifyDate
    {
        width:200px;
    }
    .FavNumGrid
    {
        position:relative; 
        float:left;
        width:540px; 
        border:1px solid #f4f4f4; 
        margin-bottom:5px; 
        padding-bottom:5px;
    }
    .FavNumGridHeader
    {
        margin:5px; 
        width:98%;
    }   
    #FavNumGridFooter, #FavNumGridFooterNoEdit
    {
        position:relative; 
        float:left;
        width:540px;
    }
    .FavNumCheckbox
    {
        float: left;
        position: relative;
        margin-left: 6px;
        top: -2px;
    }
    .ViewActiveOnly
    {
        position:relative; 
        float:left; 
        left:9px;
    }
    .ViewActiveOnlyCheck
    {
        position:relative; top:2px;
    }
    .activateInstruction
    {
        font-weight: normal; 
        font-style: italic; 
        font-size: 11px; 
        position: relative; 
        float: left; 
        left: 15px; 
        width: 320px;
        line-height: 25px;
    }

.FavNumRow
{
    margin-bottom: 0px;
    padding-bottom: 7px;
    border-bottom: 0px;
 }
.SelectServiceLabel
{
    margin-right:5px; 
    top:5px; 
    width:160px;
 }
.SelectDiscountLabel
{
    margin-right:5px; 
    width:160px;
 }
.FavNumContent
{
    width:960px; 
    float:left; 
    position:relative;
 }
.LineHeight30
{
    line-height:30px;
 }
.AddFavNumWidth
{
    width:530px;
 }
 .AddFavNumNumber
 {
     width:200px;
     float:left;
 }
.AddFavNumName
{
    width:280px;
    float:right;
}
.AddFavNumLabel
{
    position:relative;
    top:4px;
}
.FavNumAddAsActive
{
    padding-top:0px; position: relative; top: 2px;
}
.AddFavNumBox
{
    padding:5px; 
    margin-bottom:5px; 
    border:1px solid #f4f4f4; 
    background-color:#f4f4f4;
 }
/*#endregion Favorite Numbers*/

.changeindicator
{
    display: none; 
    font-size:18px; 
    color: Red; 
    font-weight:bold;
}
#imageManagement .changeindicator {
    line-height: 15px;
    vertical-align: middle;
}
#loadingIndicator
{
    float: left;
    width: 500px;
}
.ReadonlyMsg
{
    width:502px; 
    margin-top:5px; 
    margin-bottom:5px; 
    margin-left:5px; 
    line-height:20px;
}
#sharedServiceNums 
{
    position: relative;
    top: 5px;
}
#sharedServices
{
    margin-bottom: 5px;
    width: 500px;
}

/*#endregion Service Summary by Service Type */

/*#region
	Change Plan
*/
.changePlanCurrentPlanBlock
{
    float:left; background-color:#f5f5f5; padding:10px; margin-bottom:10px; width:350px;
}

.changePlanCurrentDesc
{
    font-size: 14px; font-family:Arial; margin-bottom:5px; 
}
.changePlanCurrentDescName
{
    margin-left:5px;
}
.changePlanCurrentEffective
{
    margin-left:15px;
}
.changePlanAvailPlansBlock
{
    min-height:150px;
    padding-top:10px;
}
.changePlanHeaderLabel
{
    font-weight:bold;font-size: 14px; font-family:Arial; margin-bottom:5px; 
}
.changePlanSvcDropdown
{
    height:27px;
    width:250px;
}
.changePlanDropdownLabel
{
    margin-right:5px; top:5px;
}
.changePlanSelectService
{
    font-size:12px;
}
.changePlanServiceSelectRow
{
    margin-bottom: 0px;padding-bottom: 7px;border-bottom: 0px;
}
.changePlanCharge
{
    float:left;
    width:100px;
    text-align:right;
    margin-left:10px;
    min-height: 5px;
}

.changePlanFreq
{
    float:left;
    width:75px;
    margin-left:10px;
}

.changePlanDetails
{
    float:left;
    width:150px;
    margin-left:10px;
}

.changePlanDesc
{
    float:left;
    min-height:5px;
    width:350px;
    overflow:hidden;
	white-space: nowrap; 
	text-overflow: ellipsis;
	position:relative;
}

.changePlanDesc:hover
{
    cursor: pointer;
}

.changePlanRadio
{
    width:12px;
    float:left;
    min-height:5px;
    margin: 0px 3px 0px 5px;
    margin-right:5px;
    padding-top:0px;
}
.changePlanRadio:hover
{
    cursor:pointer;
}

.changePlanRow
{
    margin-bottom:7px;
    padding-left:13px;
}

.changePlanCurrentPlan
{
    color: #01457d;
    font-weight:bold;
}

.changePlanAvailPlans
{
    float:left; 
    background-color:#f5f5f5; 
    padding:10px; 
    margin-bottom:10px; 
    min-height:150px;
    width:580px;
}

/*#endregion Change Plan */

/*#region
	Change Summary
*/
.changeSummaryItemName
{
    float:left;
    width:300px;
}

.changeSummaryEstCharge
{
    float:left;
    width:135px;
    text-align:right;
    margin-right:5px;
}

.changeSummaryHeader
{
    font-size:14px;
    margin-bottom:4px;
}

.changeSummaryRow
{
    font-size:13px;
}

.changeSummaryEstChargeMsg
{
    font-size:11px;
    float:left;
    width:410px;
    margin-top:10px;
}

.changeSummaryBlock
{
    float:left; 
    background-color:#f5f5f5; 
    padding:15px 10px; 
    margin-bottom:10px; 
    width:440px;
    margin-top:20px;
}

.changeSummaryButtons
{
    float:right;
    margin-top:20px;
}

/*#endregion Change Summary */

/*#region
	Rewards History
*/
.RewardsHistoryView
{
    position: relative;
    float: left;
    width: 800px;
    margin-bottom:5px;
}
.RewardHistoryGrid
{
    width: 800px;
}
.RewardsHistoryDateCol
{
	width: 100px;
    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.RewardsHistoryDescCol
{
	width: 455px;
    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.RewardsHistoryAmountCol
{
	text-align: right;
	width: 100px;
    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.RewardsHistoryBalanceCol
{
	text-align: right;
	width: 100px;
    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.RewardsHistoryRow
{
    position: relative;
	float: left;
	width: 800px;
}
.RewardPointsBalanceLabel
{
    position: relative;
    float: left;
    top: 8px;
}
/*#endregion Rewards History */

/*#region
	Add Users - OLB User Import
*/
.fileUpload {
	position: relative;
	overflow: hidden;
	height:28px;
	/*width:75px;*/
}
.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.addUsersDivider
{
    float:left; height:1px; width:100%; background-color: #aaa; margin-top:10px; margin-bottom:5px;
}
.addUsersColumnHeaders
{
    margin-left:45px; margin-top:5px;
}
.addUsersInput
{
    float:left; width:570px; background-color:#f6f6f6;
    padding: 10px;
    padding-top:15px;
}
.addUsersInputDetailsHeader
{
    border-top:1px solid #aaa;
    padding-top:10px;
}

.addUsersInputFieldsHeader
{
    font-size:14px;
    font-weight:bold;
        padding-bottom:5px;
}
.addUsersInputDetailsItem
{
    float:left;
    position:relative;
    margin-left:25px;
    margin-bottom:8px;
    width:95%;
}
.addUsersInputDetailsPassword
{
    font-weight: bold;
    margin-left:100px;
    margin-top:5px;
}
.addUsersRow
{
    margin-bottom:3px;
}
.addUsersColumns
{
    float:left;
    margin-top:20px;
    width:100%;
    margin-bottom: 20px;
}
.addUsersColumnHeader
{
    width: 200px;
    float:left;
    font-weight:bold;
    margin-left:20px;
}
addUsersColumnHeaderName
{
    width: 200px;
    float:left;
}
.addUsersInputCommonError
{
    margin-left:55px;
}
.addUsersInputLabel
{
    float:left;
    width:90px;
    position:relative;
    top:4px;
    font-weight:bold;
    margin-left:10px;
}

.addUsersDropdown
{
    float:left;
    width: 250px;
}

.addUsersButtonBrowse
{
    position:relative;
    float:left;
    top:1px;
}
.addUsersPasswordExample
{
    margin-left:55px; margin-top:5px; margin-bottom:10px; font-size:11px;
}
.addUserColResult
{
    float:left;
    position:relative;
    background-size: 10px 10px;
    width:9px;
    background-repeat: no-repeat;
    margin-left:6px;
}
.addUserColResultWide
{
    width:26px;
}
.addUserColAcctNum
{
    float:left;
    position:relative;
    width: 105px;
    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.addUserColUsername
{
    float:left;
    position:relative;
    width: 100px;
    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.addUserColFullName
{
    float:left;
    position:relative;
    width: 120px;
    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.addUserColEmail
{
    float:left;
    position:relative;
    width: 117px;
    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.addUserColDescription
{
    float:left;
    position:relative;
    width: 139px;
    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.addUserColDescriptionNarrow
{
    width: 122px;
}

.addUserColActDate
{
    float:left;
    position:relative;
    width: 123px;
    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.addUserColExpDate
{
    float:left;
    position:relative;
    width: 122px;
    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.ui-progressbar-value
{
    background-color: #E47400;
    border: 1px solid #E47400;
    background-image: linear-gradient(#E47400, #F79631);
    background-image: -webkit-linear-gradient( #E47400, #F79631);
}

/*#endregion Add Users - OLB User Import */

/*#region
	Add Users Results
*/
.addUsersResultsBlock
{
    float:left;
    background-color: #f6f6f6;
    width:930px; /* to account for padding */
    margin-bottom:10px;
    padding:15px;
}
.addUsersResultsBlockLeft
{
    width:75%;
    float:left; 
}
.addUsersResultsBlockRight
{
    width:22%;
    float:right;
}
.addUsersResultsBlockRightText
{
    float:left;
    width:150px;
}
.addUsersResultsFileStatus
{
    font-size:14px;
    position: relative;
    top: 3px;
}
.addUsersResultsRow
{
    margin-bottom:5px;
}
.addUsersResultsRowLeft
{
    margin-bottom:0px;
}
.addUsersResultsRowRight
{
    width:140px;
}

.addUsersResultsRowFields
{
    width:485px;
    float:left;
}

.addUsersResultsRowInfoIcon
{
    float: right;
    top: 5px;
    position: relative;
    margin-left: 3px;
}

.addUsersResultsRowProgressBar
{
    float:left;
    width:247px; height:20px; border:1px solid black; border-radius:5px;
}
.addUsersResultsProgressMsg
{
    float:left;
    width:auto;
    position:relative;
    top:2px;
    margin-left:5px;
}
.addUsersResultsLabel
{
    float:left;
    width:85px;
    min-height:10px;
    font-weight:bold;
    position:relative;
}
.addUsersResultsLabelCount
{
    margin-left:15px;
    width:90px;
}
.addUsersResultsLabelIcon
{
    float:left;
    width:10px;
    margin-right:4px;
    border:0px;
    position:relative;
    top:2px;
}
.addUsersResultsLabelStatus
{
    color:Red;
}

.addUsersResultsLabelStatusValid
{
    color:Green;
}
.addUsersResultsLabelStatusProcessed
{
    width: 85px !important;
    margin-left: 11px;
    top: 3px;
    position: relative;
    color: black;
}

.addUsersResultsData
{
    float:left;
    width: 255px;
}
.addUsersResultsDataCount
{
    width:auto;
    margin-right:3px;
    float:right;
}

.addUsersResultsGridRow
{
    background-color: White;
}
.addUsersResultsSuccess 
{
    background-image: url('../Images/Shared/checkmark_icon.png');  
    margin-top:6px;
}
.addUsersResultsFailure
{
    background-image: url('../Images/Shared/delete_icon.png');
    margin-top:6px;
}
.addUsersResultsSkipped
{
    background-image: url('../Images/Shared/skipped_icon.png');
    margin-top:6px;
}
.addUsersResultsSkipped > div
{
    text-decoration: line-through;
}
.addUsersResultsButton
{
    margin-top:0px !important;
    margin-bottom:5px !important;
    margin-left: 6px !important;
}
.addUsersResultsButtonsBottom
{
    margin-top:5px;
}

.addUsersResultsFileInfo
{
    margin-left:5px;
}
.addUsersResultsTitle
{
    float:left; 
    font-weight:bold;
    font-size:16px;
    margin-bottom:10px;
    margin-left:0px;
}
.addUsersResultsStartProcessing
{
    float:right;
    width:45%;
}
.progress-label {
	position: absolute;
	left: 196px;
	top: 4px;
	font-weight: bold;
}
.addUserResultsGridRows
{
    height:300px;
    float:left;
    width:100%;
}

/*#endregion Add Users Results */

/*#region
	Change Features
*/

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
	word-wrap:break-word;
}
.changeFeatAvailFeatures
{
    float:left; 
    background-color:#f5f5f5; 
    padding:10px; 
    margin-bottom:10px; 
    min-height:150px;
    width:500px;
}
.changeFeatCurrentBlock
{
    float:right; background-color:#f5f5f5; padding:10px; margin-bottom:5px; width:400px;   
}
.changeFeatCurrentBlockInitialPageLoad
{
    min-height:175px;
}
.changeFeatCurrentName
{
    margin-left:20px;
    width:95%;
    float:left;
    margin-bottom: 3px;
    font-size: 12px;
    font-family: Arial;
    color: #232323; 
    margin-top:3px;
}
.changeFeatCurrentNameDesc
{
    width: 55%;
    overflow:hidden;
    text-overflow:ellipsis;
    float:left;
    white-space:nowrap;
}
.changeFeatCurrentDate
{
    font-size:12px;
    float:right;
    margin-right:10px;
    text-align:right;
}

.changeFeatDesc
{
    float: left;
    min-height: 5px;
    width: 265px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position:relative;
    top:-1px;
}

.changeFeatDescName
{
    max-width:190px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float:left;
}

.changeFeatCategory
{
    float:left; border:1px solid #aaa; width: 95%; padding:5px; margin-top:5px; border-radius:4px; margin-left:6px;
}

.changeFeatCategoryCurrentFeat
{
    float:left; border:1px solid #aaa; width: 95%; padding:5px; margin-top:5px; border-radius:4px; margin-left:6px;
     margin-top:10px;
}

.changeFeatAvailPlansBlock {
    min-height: 150px;
}
.changeFeatHeaderLabel 
{
    margin-left: 6px;
    width:97%;
}

.changeFeatCharge
{
    float:left;
    width:80px;
    text-align:right;
    margin-left:10px;
    min-height: 5px;
}

.changeFeatExclusiveOverlap
{
    float:left;
    margin-bottom: 8px;
    margin-left: 15px;
}

/*#endregion Change Features */

/*#region
	Feature Summary
*/
.FeatSummarySvcTypeCol
{
    width:290px; 
    padding:3px; 
    position:relative; 
    float:left; 
    text-align:left;
}

.FeatSummaryQtyCol
{
    width:80px;
    padding:3px; 
    position:relative; 
    float:left; 
    text-align:right;
}
.FeatSummaryNoOneTime
{
    float:left;position:relative;font-size:smaller; width:50%;
}
.FeatSummaryNoOneTimeText
{
    float:left;
    width:90%;
}
.FeatSummaryNoOneTimeStar
{
    margin-right:3px;
    float:left;
    width:auto;
}
.FeatSummaryBorder
{
    border:1px solid #f4f4f4; 
    position:relative; 
    float:left; 
    margin-top:5px; 
    padding-bottom:5px; 
    width:400px;
}

.FeatSummaryHeader
{
    background-color:#c0c0c0; 
}

.FeatSummaryRow
{
    width:391px;
}

/*#endregion Feature Summary */

/*#region
	Features By Svc Num
*/
.FeatBySvcSvcNumCol
{
    width: 200px;
	float:left;
	min-height:10px;
}

.FeatBySvcQtyCol
{
	width: 38px;
	text-align: right;
	float:left;
	min-height:10px;
	position:relative;
	margin-right:25px;
}

.FeatBySvcStartDateCol
{
	width: 80px;
	text-align: left;
	float:left;
	min-height: 15px;
}

.FeatBySvcChargeCol
{
	width: 60px;
	float:left;
	min-height:5px;
	position:relative;
	text-align:right;
}

/*#endregion Features By Svc Num */

/*#region
	Advanced Styles
*/
.AdvStylesButton
{
    margin-bottom: 10px;
}
.AdvStylesTextArea
{
    overflow-y:auto;
    height:500px; 
    width:470px; 
    padding:0px;
    resize: none;
    border: 0px; 
}

/*#endregion Advanced Styles */

/*#region
	User Report (OLB Accounts Report)
*/
.UserReportExport
{
    margin-bottom:5px;
    width: 1263px;
}
.UserReportColumnHeader
{
    color:#313131;
}
.UserReportAccount          { width: 70px; }
.UserReportCustomerName     { width: 198px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;  }
.UserReportLoginID          { width: 100px; }
.UserReportEmail            { width: 180px; }
.UserReportDomain           { width: 70px; }
.UserReportNotification     { width: 70px; }
.UserReportActivationDate   { width: 90px; }
.UserReportExpirationDate   { width: 95px; }
.UserReportLastLoginDate    { width: 95px; }
.UserReportIsLockedOut      { width: 70px; }
.UserReportLastLockoutDate  { width: 105px; }
#userReportGrid { width: 1263px; }

.RewardsBalanceIcon
{
    float: right;
    position: relative;
    top: 4px;
}

/*#endregion User Report (OLB Accounts Report) */

/*#region 
	Tree Dropdown Styles 
*/
.tree
{
	width		: 243px;
	display		: inline-block;
}

.tree-available-option-checkbox
{
	margin	: 2px 5px 2px 5px;
	color	: black;
	height	: 14px;
}

.tree-available-option-row
{
	white-space	: nowrap;
	width		: 97%;
	padding-left:5px;
	margin-top:3px;
	float:left;
}

.tree-available-option-none
{
    float:left;
    padding-left:45px;
    font-weight:bold;
    width:70%;
}

.tree-available-option-text
{
	display				: inline-block;
	width				: 80%;
	white-space			: nowrap;
	overflow			: hidden;
	-ms-text-overflow	: ellipsis;
	-o-text-overflow	: ellipsis;
	text-overflow		: ellipsis;
	font-weight         : normal;
}

.tree-available-options
{
	overflow-x	: auto;
	border		: 1px solid #c0c0c0;
	background	: #fff;
	max-height  : 300px;
}

div.tree-available-options-container
{
	overflow-x	: auto;
	position	: absolute;
	width		: 100% !important;
	min-height:30px;
	z-index		: 9;
	box-shadow	: 5px 5px 5px rgba(0, 0, 0, 0.4);
	background-color:White;
}

.tree-child-item
{
    margin-left:5px;
    float:left;
    width:75%;
    font-weight: normal;
}

.tree-child-item-horiz-bar
{
    width: 15px;
    float: left;
    height:2px;
    border:0px;
    background-color: #aaa;
    position:relative;
    top:6px;
}

.tree-child-item-vert-bar
{
    width: 2px;
    float: left;
    height:18px;
    border:0px;
    background-color: #aaa;
    position:relative;
    left:0px;
    margin-left:5px;
}

.tree-dropdown
{
	display		: inline-block;
	width		: 100%;
	position	: relative;
}

input.tree-dropdown-label
{
	font-weight		: normal;
	color			: black;
	cursor          : default;
	border-radius   : 5px;
	border          : 1px solid rgb(192,192,192);
	padding-left    : 5px;
	padding-top     : 2px;
	width           : 236px;
	height          : 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tree-dropdown-icon
{
	float				: right;
	width				: 10px;
	min-width			: 10px !important;
	font-size			: 9px !important;
	padding				: 5px 2px 0px 3px;
	color				: black;
	height              : 14px;
	border-left:0px;
}

.tree-filter
{
background-color:White;
    float:left;
    width:99%;
    border: 1px solid #ccc;
    border-bottom:none;
}

.tree-filter input[type="text"]
{
  background-color:White;
  padding: 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
      width: 188px;
    margin: 3px 5px;
    float:left;
    content: 'Search Services';
}

.tree-icon-holder 
{
    float:left;
    width:20px;
    min-height: 15px;
}

.tree-selected-option
{
	padding	: 1px 3px;
}

.tree-selected-option-remove
{
	float			: right;
	height			: 17px;
	width			: 17px;
	background		: url(../Images/Shared/remove_icon.png) no-repeat 0 0;
	margin-top		: 1px;
}

.tree-selected-option-text
{
	display				: block;
	width				: 100%;
	white-space			: nowrap;
	overflow			: hidden;
	-ms-text-overflow	: ellipsis;
	-o-text-overflow	: ellipsis;
	text-overflow		: ellipsis;
}

.tree-selected-option-row
{
	width: 90%;
	padding: 0px;
	margin: 0px 1px;
}

.tree-selected-options
{
	border			: 1px solid #c0c0c0;
	background		: #f4f4f4;
	padding-top		: 1px;
}

.tree-selected-options-container
{
	width			: 100%;
	margin-top		: 3px;
}

.tree div:empty
{
	border	: none;
	padding	: 0px;
}

.tree-item
{
    float:left;
    width:100%;
    cursor: default !important;
}

.tree-item:hover
{
    background-color: #efefef;
}

.tree-item-inactive
{
    color: #aaa;
}

.tree-filter-input-button
{
    width:25px;
    border-radius:3px;
    float:left;

    background: #eee url('chosen-sprite.png') no-repeat 104% -22px !important;
	border:1px solid #aaa !important;
	padding:4px;
	filter:none !important;
}

/*#endregion */

/*#region
	Corp Accts
*/
.CorpAcctsRow
{
	border-bottom:1px solid #eee;
    float:left; 
	height: 15px;
	padding-bottom:4px;
}
.CorpAcctsTreeExpander
{
    float:left;
    width:15px;
    min-height:10px;
    margin-right:3px;
}
.CorpAcctsTreeInvResp
{
    float:left;
    width:20px;
    min-height:10px;
}
.CorpAcctsTreeAcctNum
{
    float:left;
    width:80px;
    min-height:10px;
}
.CorpAcctsTreeName
{
    float:left;
    width:220px;
    min-height:10px;
}
.CorpAcctsTreeRow     
{
    height:20px;
    float:left;
    position:relative;
    padding-top:5px;
}
.CorpAcctsTreeRow:hover
{
    background-color:#efefef;
    cursor:default;
}
.CorpTreeLeaf
{
    height:18px;
    float:left;
    border-bottom:1px solid black;
    margin-right:3px;
    border-left:1px solid black;
    border-bottom-left-radius:2px;
    position:relative;
    top:-12px;
    margin-left:5px;
    width:10px;
    z-index: -1;
}
.CorpTreeSection
{
    width:23px;
    height:15px;
    float:left;
    position:relative;
}
.CorpTreeExtender
{
    border-bottom:1px solid black;
    top:-9px;
    left:-8px;
    float:left;
    position:relative;
    width:25px;
    height:15px;
}
.CorpAcctsSelectedRow
{
    background-color: #D7EAFA;
}          
.CorpAcctsSelectedRow:hover
{
    background-color: #D7EAFA;
} 
.CorpAcctsInvRespCol
{
    width:20px;
}
.CorpAcctsAcctNumCol
{
    width:120px;
}
.CorpAcctsNameCol
{
    width:225px;
}
.CorpAcctsAddressCol
{
    width:280px;
}
.CorpAcctsSvcCountCol
{
    width:90px;
}
.CorpAcctsAmtCol
{
    width:150px;
}
.CorpChildViewChildren
{
    float:left;
    position:relative;
    width:25px;
    min-height:10px;
    margin-left:2px;
}
.CorpChildInvResp
{
    float:left;
    position:relative;
    width:130px;
    min-height:10px;
    text-align:right;
}
.CorpChildAcctInvResponsibility {
    float: left;
    position: relative;
    width: 15px;
    margin-right:5px;
    min-height: 10px;
    text-align: left;
}
.rowFirst .CorpChildInvResp,
.rowFirst .CorpChildTotalAmt
{
	top: -5px;
}
.CorpChildAcctNum
{
    float:left;
    position:relative;
    width:110px;
    min-height:10px;
}
.CorpChildAddress
{
    float:left;
    position:relative;
    width:375px;
    min-height:10px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.CorpChildSvcCount
{
    float:left;
    position:relative;
    width:70px;
    min-height:10px;
    text-align:right;
}
.CorpChildTotalAmt
{
    float:left;
    position:relative;
    width:105px;
    min-height:10px;
    text-align:right;
}
.CorpChildName
{
    float:left;
    position:relative;
    width:220px;
    min-height:10px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right:10px;
}
.CorpChildShowSubAcct
{
    border:1px solid #aaa;
    border-radius:3px;
}
.CorpRowExpand
{
    border-bottom: 1px solid #aaa;
}
.CorpRowExpandedBlock
{
    padding-bottom:8px;
}
.CorpChildExpander
{
    float:left;
    position:relative;
    left:5px;
}

.fa /* override font size to make the font-awesome icons look decent */
{
    font-size:larger;
    cursor:default;
}
.fa-minus-square-o, .fa-plus-square-o
{
    z-index:100;
  
}

.corp-acct-icon {
    color: white;
    background-color: green !important;
}

.nir-corp-acct-icon {
    color: white;
    background-color: #900 !important;
}

.badge-wrapper {
    position: relative;
}

.badge-icon {
    font-size: 0.35em;
    left: 2em;
    color: white;
    top: 0;
    background-color: #393b3f;
    padding: 0.3em 0.2em;
    border-radius: 1em;
    position: absolute;
}

/*#endregion Corp Accts */

/*#region
	Trouble Tickets
*/
.TroubleTicketGridID
{
    width:70px;
}
.TroubleTicketGridCreateDate
{
    width:99px;
}
.TroubleTicketGridRelatedTo
{
    width:200px;
}
.TroubleTicketGridDescription
{
    width:412px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.TroubleTicketGridCloseDate
{
    width:100px;
}
.TroubleTicketDetails
{
    padding: 5px 0px 5px 20px;
}
.TroubleTicketDetailsLabel {
	font-weight: bold;
	width: 10%;
	float: left;
	position: relative;
	min-width: 90px;
}
.TroubleTicketDetailsData
{
    width:760px;
    float:left;
    position:relative;
    word-wrap:break-word;
    min-height:10px;
}
.TroubleTicketDetailsPrint
{
    float:left;
    position:relative;
}
.TroubleTicketShowOnlyOpen
{
    float:left;
    position:relative;
}
.TroubleTicketJournal
{
    float:left;
    width:85%;
    position:relative;
    padding-top:5px;
    margin-bottom:15px;
}
.TroubleTicketJournalDetails
{
    float:left;
}
.TroubleTicketJournalDetailsData
{
    float:left;
    margin-right:20px;
}
.TroubleTicketJournalDetailsData span
{
    margin-right:5px;
}
.TroubleTicketJournalDetailsDataID
{
    width:150px;
}
span.TroubleTicketJournalDetailsDataID
{
    margin-left:20px;
    width:60px;
}
.TroubleTicketJournalDetailsDataType
{
    width:175px;
}
.TroubleTicketJournalDetailsDataStatus
{
    width:130px;
}
.TroubleTicketJournalDetailsDataCreateDate
{
    width:200px;
}
.TroubleTicketJournalDetailsDescriptionData
{
    width:700px;
    word-wrap: break-word;
}

/*#endregion Trouble Tickets */

/*#region
	Installment Plans
*/
.InstallDesc { width: 193px; white-space: nowrap; text-overflow: ellipsis; overflow:hidden; }
.InstallStartDate { width: 75px; }
.InstallRemInstall { width: 125px; text-align: right; }
.InstallRemAmt { width: 122px; text-align: right; }
.InstallPaymentAmt { width: 122px; text-align: right; }
.InstallTotalInstall { width: 110px; text-align:right; }
.InstallTotalAmt { width: 112px; text-align:right; }
       
.InstallPlanProductDesc { font-weight:bold; width:70px; float:left; }
.InstallPlanProdName { float:left; width:200px; }
.InstallPlanProdNameReceipt { font-weight:bold; width:135px; float:left; }
.InstallPlanProdReceiptNum { float:left; width:120px; }
.InstallPlanCharge { margin-left:10px; font-weight:bold; width:110px; float:left; }

.browserSupportText
{
    font-size: 18px !important;
    text-transform: none;
    line-height: 25px !important;
    width:70%;
    padding-left:5%;
}

.browserSupportBanner 
{
}

#outdated .last{position:absolute;top:10px;right:30px;width:15px;height:15px; z-index:100;padding-right:80px;}
#outdated {height:170px !important;}

/*#endregion Installment Plans */

/*#region
	Account Code Groups
*/

.AccountCodeGroupGridID
{
    width: 25px;
}

.AccountCodeGroupGridGroup
{
    width: 255px;
}

.AccountCodeGroupGridName
{
    width: 374px;
}

.AccountCodeGroupGridIsVerified
{
    width: 100px;
}

.AccountCodeGroupGridLength
{
    width: 150px;
}

/*#endregion Account Code Groups */

/*#region
	Account Codes
*/

.AccountCodeGridAcctCode
{
    width: 200px;
}

.AccountCodeGridName
{
    width: 363px;
}

.AccountCodeGridDepartment
{
    width: 363px;
}

/*#endregion Account Codes */

/*#region Third-party Styling */

/*#region Chosen */

.chosen-container-single .chosen-search input[type=text] {
    background-position-y: -21px;
}

/*#endregion */

/*#endregion */


/* Config adds*/
.fa-minus-square-o, .fa-plus-square-o { color:#000 }
.fa-minus-square-o, .fa-plus-square-o {  background-color:#fff } .IDI_Grid .row .attr-expand-collapse,.expand-collapse-row :not(:first-child) {  background-color:#fff }

.changeFeatCategory { border: none;}
.changeFeatCategoryCurrentFeat {border : none;}


.categoryInstructions {
    margin-left:5px;
}
.changePlanRow.changePlanChoice {
    padding-left: 19px;
}


.expandCollapseBar {
    margin-bottom: 10px;
}
.tabSelect {
    text-decoration: none;
    color: #000;
    margin-right: 20px;
    float:left;
}

.tabSelect.active {
    
    font-weight: bold;
    border-bottom: 2px solid blue;
}
.tabContent {  
 
}

a.featureCatagoryTitle {
    cursor: pointer;
    text-decoration: none;
}

.columnHeader.pull-right { float: right;}

.serviceTitle {
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
}

.serviceCharges { 
    display: none;
}
.serviceCharges table {
    margin: 10px;
}
.active .serviceCharges {
    display:block;
}

.expandCollapseBar {
    float: left;
    margin-bottom: 10px;
    margin-top: 5px;
}
.expandCollapseBar a { color: blue; cursor: pointer; margin-right: 10px;  }

.selectSeviceBlock {
    margin-bottom: 15px;
}


.StopImpersonatingButtonTop {
    border: 1px solid red;
    top: 1px;
    position: relative;
    color: white;
    background-color: red;
    box-shadow: 1px 1px 1px grey;
    padding-left: 2px;
    padding-right: 1px;
    cursor: auto;
}


/* Jeff width testing*/
.MainContent {
    margin-left: 20px;

}
.MainContent.MainContentHeader {
    width: auto;
    min-width:740px;
    margin-left:0px;
}
.MainContent.Wide {
    width: auto;
    min-width:960px;
    margin-left:20px;

}
.MainNav {
    width: 100%;
    min-width: 740px;
}
.pageHeader {
	width:auto;
    margin-left:20px;
}
.Footer {
    width: 100%;
    margin-top: 50px;
    position: relative;
}
.footerStripe {
    width: 100%;
}

.invoice-summary {
    background-color: #F5F5F5;
    border-right: 2px solid #00457C;
    padding-right: 42px;
    padding-left: 0px;

    padding-bottom: 10px;
}
.invoice-summary .row {
    margin-top: 6px;

}
.invoice-summary a {
    color:#00457c;
}
.invoice-summary .invoice-header a {
    color: #fff;
}
.invoice-summary .row.active {
    background-color: #79bde9;
}
.invoice-summary .row.active .arrow-space{
    visibility:visible
}
.arrow-space {
    visibility:hidden;
    width: 30px
}
.invoice-spacer {
    height: 10px;
    float:left;
    width: 100%;
}
.invoice-indent {
    margin-left: 10px;
}
.invoice-title {
    font-size:13px;
}
.col-xs-12.invoice-title {
    padding-left:0px;
}

.row.invoice-header {
    background-color: #00457C;
    color: white;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 2px;
}

.invoice-detail .row {
    padding-left: 0px;
}

a.DiscountTabs {
    text-decoration:none;
}

.tabBar {
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 3px solid #00457C;
}
.tabBar .tab {
    color: White;
    float: left;
    font-weight: bold;
    margin-right: 1px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    text-align: center;
    background-color: #79bde9;
    text-decoration: none;
}
.tabBar .tab.active {
    background-color: #00457C;
}
.invoice-detail .tabBar {
       margin-top:  18px;
    margin-bottom: 10px;
    border-bottom: 3px solid #00457C;
}
.rowHeader.grid-tr-head {
    height: 24px;
    width: 100%;
}
.IDI_Grid .ng-binding {
        overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pg-wrapper{padding:10px;text-align:center} .pg-wrapper li{display:inline-block;font-size:1em} .pg-wrapper a{display:block;min-width:20px;height:25px;line-height:25px;border:0;background-color:#e6e6e6;color:#83878e;text-align:center} .pg-wrapper a.active, .pg-wrapper a:hover{background-color:silver;color:#5e6167} .pg-wrapper a.disabled{background-color:#e7e7e7;color:silver} .pg-wrapper a.disabled:hover{background-color:#e7e7e7;color:silver;cursor:not-allowed}

a.serviceTitle.row { color: black;}
.columnBody.rightText {
    text-align: right;
}


.exportButton {	
	color: White;
    background-color: #FF9E30;
    background-image: none;
    filter: none;
    border: 1px solid #FF9E30;
    float: right;
    margin-bottom: 5px;
   
    position: relative;
    padding-left: 9px;
    padding-right: 9px;
    background-color: #FF9E30;
    border: 1px solid #FF9E30;
    box-shadow: 1px 1px 1px grey;
    color: White;
    font-size: 12px;
    font-weight: bold;
    margin: 2px;
    border-radius: 4px;
    padding: 1px 6px;
 
}
a.exportButton {
    color: white;
    text-decoration: none;
}
input[type="button"].exportButton {

}



.columnHeader.rightText {
    text-align: right;
}
.columheader.pullRight {
    float: right;
}
.columnBody.pull-right {
    float: right;
}
.detailSubHeaderHighlight {
    background-color: #dcdcdc
}

.billSummaryServiceSelector {
    float: left;
}

select {
font-weight: normal;
    color: #444;
    cursor: default;
    border-radius: 5px;
    border: 1px solid #aaa;
    padding-left: 5px;
    padding-top: 2px;
    width: auto;
    height: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
        min-width: 120px;
    overflow: hidden;
     top: -5px;
    position: relative;
    font: 12px;
}
.notVisible {
    visibility:hidden;
}

a.nounderline:hover {
    text-decoration: none;
}

.col-w-icon {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 16px;
	height: 24px;
	a {
		border: 0;
	}
}

.notificationOptionColumn, .serviceNameColumn, .serviceTypeColumn, .serviceNumberColumn, .editColumn {
	position: relative;
	white-space: nowrap;
	min-height: 24px;
}

.no-pad {
	padding:0
}

.editColumn a {
	text-decoration: underline;
}

.IDI_Grid .ng-binding {
    overflow:visible;
}

.usageSummaryHeader {
        top: 6px;
    position: relative;
    left: 3px;
}

.usageDetailDetails {
    display: none;
}
.active .usageDetailDetails {
    padding: 10px;
    float: left;
    width:97%;
    display: block;
}
.usageDetailsViewlink {
    position: relative;
    left: 20px;
}
a.usageDetailsViewlink {
    text-decoration: underline;
}

select#expMM, select#expYY {
	min-width: 0px;
}

.sortable {
    cursor: pointer;
}

.discountBarBody {
    position: relative;
    float: left;
    width: 388px;
    height: 15px;
    text-align:center;
  
}
.discountBarRow {
    position:relative; 
    float:left;
}
.discountBar {
    height:100%;
    position: relative;
    float: left;
    background: white;
}
.discountBar.MyUsage {
    background: #009900 /*79bde9*/ /*#4EBF0A*/ /*0CE843*/ /*#002855*/;
    /*background-image: -webkit-linear-gradient(left, #009900 0%, #66ff00 100%);
    background-image: linear-gradient(to right, #009900 25%, #66ff00 100%);*/
}
.discountBarMy.Usage:hover {
    background: yellow;
}
.discountBar.AllUsage {
    background: #d3d3d3;
}

.discountUnlimited {
    width:100%;
    padding-top: 1px;

    float: left;
    background: #99FF00;
}
.discountLegendIcon {
    float: left;
    position: relative;
    width: 11px;
    height: 11px;
    border: 1px solid #aaaaaa;
    margin-right: 5px;
    border-radius:2px;
}
.MyUsage {
    background: #009900 ;
}
.AllUsage {
    background: #d3d3d3;
}
.FullUsage {
    background: #cc0022;
}
.RemainingUsage {
    background: white;
}
.usageUnlimited {
    background: white;
}
.dicountLegend {
        position: relative;
    float: right;
    font-size: 11px;
    margin-top: 10px;
    margin-right: 14px;
    padding-top: 3px;
    margin-bottom: 10px;
}

.discountDescriptionBlock {
    display: block;
    margin-top: 3px;
    margin-left: 15px;
    width:100%;
    color: #00457C;
}

.discountUnits {
    color: black;
}
.BarSection:hover > .discountLegendBlock {
    display: block;
}
.usageDecription {
    float:left;
    margin-right:10px;
    font-size: 11px;
    margin-top:2px;
    font-weight: bold;
}

.usageDecription.remaining {
    float:right;
    margin-right:20px;
}

.IDI_Grid .columnBody, .IDI_Grid .columnHeader {
    overflow: hidden;
    text-overflow: ellipsis;
}
.detailTitleNoWrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.olb-progressbar {
    border: 1px solid #aaaaaa; color: black; 
}

.usageUnlimited {
    padding-top: 1px;
    float: left;
    width: 100%;
}


.legendDesc {
    margin-right: 5px;
}

.usageKb, .usageMb, .usageGb {
    display: none;
}

.showKb .usageKb, .showMb .usageMb, .showGb .usageGb {
    display: inline;
}

.WirelessUsageModule .dicountLegend {
    float:left;
}

.WirelessUsageModule .TabSection {
    width: 395px;
}
.WirelessUsageModule .discountBarRow {
    width: 630px;
}

.WirelessUsageModule .Discount {
    width: 232px;
    float:none;
}
.WirelessUsageModule .UsageCycle {
    width: 100%;
}
.WirelessUsageModule .DataBlock {
    background-color: rgb(245, 245, 245);
    margin-bottom: 10px;
    padding: 5px;
}
.WirelessUsageModule .usageDecription {
    float: none;
}

.WirelessUsageModule .DiscountCategoryHeader {
    margin-bottom: 5px;
}

.WirelessUsageModule a {
    text-decoration: underline;
    color: blue;
      cursor: pointer;     
}

.WirelessUsageModule .Left{
        width: 407px;
        float: left;
    position: relative;
    border-right: 2px solid #00457C;
}
.WirelessUsageModule .Right {
        width: 400px;
        float: left;
        position: relative;

}
.discountInfoBlock {
    margin-top: 10px; 
}

.TabSection.Active {
    background-color: blue;
}

.viewUsageUsageSummaryDetailsBlock {
    width: 650px;
    border: 1px solid silver;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.paddedBottom {
    padding-bottom: 5px;
}

.noborder {
    border: 0px;
}

.rowHeader a {
    text-decoration: none;
}
.viewUsageCol {

}
#discountAllocByService .row {
   padding-top: 3px;
   padding-bottom: 3px;
}
.row.selected {
 font-weight: bold;
}

.wireline .DiscountCategoryHeader {
    display: none;
}

.viewUsageUsageSummaryDetailsBlock .disconnected {
    color: #aaa;
}
.usageDetailDisclaimer {
    position:relative; 
    float:left; 
    margin-top:15px; 
    margin-bottom:10px;
    width: 1024px;
}

.hidden_submenu_item, .hidden_menu_item {
    display: none;
}
.topLevelMenuRow {    
    border: 1px solid silver;

}
.menuConfig.bliss .row {
    margin-left:0px; margin-right:0px;
}
.topLevelMenuRow:hover {
    border: 1px solid silver;
    box-shadow: 0 3px 10px 3px rgba(192,192,192,.5);
}

.topLevelMenuItem:hover .hidden_menu_item {
    display: block;
}
.menuItem .row:hover .hidden_menu_item {
    display: block;
}
.topLevelMenuItem {
        background-color: #f4f4f4;
        cursor: pointer;
        color: #00457c;
  
}
.menuItemTitle {
    /*margin-bottom: 10px;*/

}
.menuItem {
    padding:10px;
    margin-top: 15px;
    margin-bottom: 15px;

}
.menuItem .row {
    padding-top: 10px;
}
.menuItem .row:hover {
    background-color: #f4f4f4;
  
}
a.nounderline {
    text-decoration: none;
    border-bottom: 0px;
    cursor:pointer;
}


.menuconfig_additemlink {
    border: 1px solid #006abe;
    padding: 2px;
    text-align: center;
    margin-top: 10px;
}

.editItemRow {
    margin-bottom: 15px;
}

.topLevelMenuItem .nounderline .fa.largeIcon {
    font-size: 45px;
}

.topLevelMenuItem .nounderline .fa , .menuItem .nounderline .fa{
    padding: 5px;
    font-size: 15px;
}

.unsavedChanges {
    position: absolute;
    background-color: red;
    color: white;
    margin-bottom: 10px;
    margin-left: 40%;
    text-align: center;
    top: -20px;
}
.pageMenu {
    margin-top: 10px;
    margin-bottom: 40px;
}

.menuConfig select {
    top: 0px;
}

.menuConfig table {
    border-spacing: 0px;
    border-collapse: separate;
}
.menuConfig td.col-xs-1,
.menuConfig td.col-xs-2,
.menuConfig td.col-xs-3,
.menuConfig td.col-xs-4,
.menuConfig td.col-xs-5,
.menuConfig td.col-xs-6,
.menuConfig td.col-xs-7,
.menuConfig td.col-xs-8,
.menuConfig td.col-xs-9,
.menuConfig td.col-xs-10,
.menuConfig td.col-xs-11,
.menuConfig td.col-xs-12 {
    float:none;
    vertical-align: top;
    padding: 10px;
    
}
.sortable-placeholder {
    background-color: green;
    height: 20px;
    width: 100%;
}
.menuItemCell {
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
}
.fa.green {
    color: green;
}
.fa.red {
    color: red;
}

.menuConfig .container {
    width: 100%;
}

.subItem.menuItem .row.affected {
    border-left: 2px solid yellow;
    
}

.subItem.menuItem .row.dirty {
    border-left: 2px solid blue;
    
}
.subItem.menuItem .row.deleted {
    border-left: 2px solid red;
 }
.menuItem .deleted .text{
    text-decoration: line-through;
 }
.subItem.menuItem .row.new {
    border-left: 2px solid green;

}

.topLevelMenuItem.affected {
    border-left: 2px solid yellow;

}

.topLevelMenuItem.dirty {
    border-left: 2px solid blue;

}
.topLevelMenuItem.deleted {
    border-left: 2px solid red;
}
.bliss .topLevelMenuItem.deleted h2{
    text-decoration: line-through;
 }

.topLevelMenuItem.new {
    border-left: 3px solid green;
}
i.fa {
    cursor:pointer;
}

.bliss .button { 
    background-color: #FF9E30;
    min-width: 100px;
}
.bliss a.button {
    margin-top: 2px;
    float: left;
    background-color: #FF9E30;
    min-width: 100px;
}

.form-control {
    width: 100%;
    border: 1px solid #ccc;

}
#new-ql-smartdata,#new-ql-subtext-smartdata,#new-ql-name-smartdata{
    margin-top: -1px;
    min-width: 40px;
}

.ellipsisText {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 16px;
}

.bliss.menuConfig .nounderline i.fa{
    font-size:15px;
}

.row.subItem {
    border-left: 2px solid white;
}

.bliss button.context-action {
    padding: .25em .75em;
    background-color: #fff;
    color: #000;
    border: 1px solid silver;
    font-weight: 400;
}

.buttons button {
    min-width: 100px;
    height: 30px;
    font-size: 14px;
    font-weight: normal;
    border-radius: 0px;
        text-shadow: none;
    box-shadow: none;
}

.bliss .notification {
    padding: 10px;
}

.bliss .notification-error .icon {
    color: red;   
    margin-right: 12px;
    position: relative;
    top: 0px;

}
.bliss .notification-error .text {
    top: 3px;
    position: relative;
}
.bliss .notification-info .text {
    top: 5px;
    position: relative;
    margin-left: 15px;
}
.menuConfigOptions {

}

.pageMenu .notification {
    position: absolute;

    top: 37px;
}

select:disabled {
    color: darkgrey;
}

 ul.sortable {
list-style: none;
margin-left: 0;
min-height: 30px;

 }

li .menuItem.subItem {
     width: 100%;
 }
.menuConfigTable {
    border: 1px solid #dcdcdc;
    width: 100%;
}

.RegistrationRightBlock select {
    top:0px;
}
.custom-iframe {
    float:left;
    position:relative;
    width:100%;
    min-height: 500px;
}

.typeCheckList {
    max-height: 100px;
    overflow-y: scroll;
}

.cookiewarning {
position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    border-top: 2px solid black;
    padding: 16px;
    min-height: 30px;
    float: left;
    background-color: #e3e4e5;
}

.cookiewarning .message {
    width: 70%;
    float:left;
    position: relative;
}

.cookiewarning .acknowledge {
    width: 30%;
    float:left;
    position: relative;
}

.cookiewarning .hideCookieMsg {
    margin-left: 30%;

}

.qalink {
    z-index: 15000;
}
.pgaAcceptedPaymentCards
{
    width: 30%;
    float: left;
    margin-left: 15px;
    top: 25px;
    position: relative;
}
.PaymentIconPGA {
    width: 35px;
    height: 22px;
    position: relative;
    float: left;
    margin-right: 5px;
}

.disabled .menuitem, .disabled #headerlnk {
	cursor: not-allowed;
	opacity: 0.5;
	text-decoration: none;
	pointer-events: none;
}

.NotBilling { display: none;}
.ShowAll .NotBilling {display: block;}

.CorpChildStatus { 
     float:left;
    position:relative;
    min-height:10px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80px;
    margin-left:10px;
}


.exportBackground {
	position: fixed;
	width: 100%;
	height: 150%;
	top: 0;
	left: 0;
	opacity: 0.4;
	filter: alpha(opacity=10);
	background-color: grey;
	z-index: 1100;
}

.exportDialog {
	border: 1px outset black;
	border-radius: 5px;
	position: fixed;
	width: 40%;

	z-index: 1101;
	background-color: white;
	background: white;
	left: 30%;
	top: 187px;
	padding: 10px;
}

.exportButton {
	right: 10px;
	bottom: 10px;
}

.ExportDialogTitle {
	font-weight: bold;
	margin-bottom: 10px;
	width: 100%;
	border-bottom: 1px solid black;
	padding-bottom: 3px;
	font-size: 1.1em;
}

.ExportDialogSubtext {
	margin-bottom: 10px;
}

.ExportDialogLink {
	padding-left:10px;
}

.progressBarWrapper {
	position: relative;
	float: left;
	width: 90%;
	height: 15px;
	text-align: center;
	left: 5%;
}

.progressBarCancelButton {
	position: relative;
	float: left;
	width: 90%;
	height: 15px;
	text-align: center;
	left: 5%;
}
	.progressBarCancelButton button {
		margin-top: 7px;
	}

.progressBar {
	height: 100%;
	position: relative;
	float: left;
	background: white;
}

.progressBarFill {
	background-color: #00457C
}

.olb-gutter-container {
    font-size: 0;
}

.olb-gutter-container .olb-gutter-container-gutter {
    font-size: 12px;
    display: inline-block;
    width: 2rem;
    vertical-align: top;
}

.olb-gutter-container .olb-gutter-container-body {
    font-size: 12px;
    display: inline-block;
    width: calc(100% - 4rem);
    padding: 0 1rem;
    vertical-align: top;
}

.olb-icon-lg-link {
    border: 0;
    color: #008cfc;
    font-size: 1.5em;
    font-weight: 700;
}

.olb-icon-lg-link:hover {
        color: #30a3ff;
}

#printableticket .TroubleTicketDetailsLabel {
	left: 9px;
}
