﻿.nodisplay
{
	display:none;
}
.forceUpper
{
 text-transform:uppercase;   
}
.requiredFields
{
	font-style: italic;
	font-weight: 500;   
}
.toggleswitchcontainer
{
	font-size:8pt;
	display:inline-block;
	border:1px solid #9B9B9B;
	background-color: #FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 8px;
}
.toggleswitch
{
	display: inline-block;
	text-transform: uppercase;
	border:1px solid #ffffff;
	padding:0px 8px 0px 8px;
	margin: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#C1C1C1;
	background-color:#ffffff;
}
.toggleswitch:hover
{
	cursor: pointer;
	color:#9B9B9B;
}
.toggleswitch.on.selected
{
	color:#ffffff;
	background-color:#ca5c25;
	border-radius: 3px, 1px, 1px, 3px;
	-webkit-border-radius: 3px, 1px, 1px, 3px;
	-moz-border-radius: 3px, 1px, 1px, 3px;
}
.toggleswitch.on.selected:hover
{
	
}
.toggleswitch.off.selected
{
	color:#ffffff;
	background-color:#9B9B9B;
	border-radius: 3px, 1px, 1px, 3px;
	-webkit-border-radius: 3px, 1px, 1px, 3px;
	-moz-border-radius: 3px, 1px, 1px, 3px;
}
.toggleswitch.off.selected:hover
{
	background-color:#5B5B5B;
}
.toggleswitchcontainer.disabled
{
	font-size:8pt;
	display:inline-block;
	border:1px solid #9B9B9B;
	background-color:#C1C1C1;
	border-radius: 3px, 1px, 1px, 3px;
	-webkit-border-radius: 3px, 1px, 1px, 3px;
	-moz-border-radius: 3px, 1px, 1px, 3px;
}
.toggleswitchcontainer.disabled > .toggleswitch:hover
{
	cursor: default;
}
.toggleswitchcontainer.disabled > .toggleswitch
{
	display:inline-block;
	color:#9B9B9B;
	border:1px solid #C1C1C1;
	background-color:#C1C1C1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.toggleswitchcontainer.disabled > .toggleswitch.off.selected, .toggleswitchcontainer.disabled > .toggleswitch.on.selected
{
	color:#C1C1C1;
	background-color:#9B9B9B;
	border-radius: 3px, 1px, 1px, 3px;
	-webkit-border-radius: 3px, 1px, 1px, 3px;
	-moz-border-radius: 3px, 1px, 1px, 3px;
}
.toggleswitchcontainer.disabled > .toggleswitch.off.selected:hover, .toggleswitchcontainer.disabled > .toggleswitch.on.selected:hover
{
}



.loginheader
{
	color: #333333;
	display: inline-block;
	font-size: 16px;
	font-weight:bold;

}
.selected_div
{

margin:10px;
padding: 4px 8px;
background-color:#ca5c25;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
text-align:left;
cursor:pointer;
color:#ffffff;
text-align: center;
min-width: 75px;
}
	 
.unselected_div
{

margin:10px;
padding: 4px 8px;
background-color:#9B9B9B;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
text-align:left;
cursor:pointer;
color:#c1c1c1;
text-align: center;
min-width: 75px;
 
}

.ui-iconscolored, .ui_iconscolored { width: 19px; height: 19px; background-image: url('../images/icons_colored.png'); background-repeat:no-repeat;  font-size: 11px !important; }
.ui-iconcolored_warning { background-position: 0px 0px; }
.ui-iconcolored_format { background-position: 0px -19px; }
.ui-iconwhiteWithBackGround, .ui_iconwhiteWithBackGround {
	width: 19px;
	height: 19px;
	background-image: url('../images/iconswhitewithbackground.png');
	background-repeat: no-repeat;
}

html {
   
	margin: 0;
	padding: 0;
	background: url("../Images/bg.png") repeat;
}

body {
	background: url("../Images/bg.png") repeat;
	color: #333;
	font-size: .85em;
	font-family: 'Ubuntu', sans-serif;
	margin: 0;
	padding: 0;
}


header
{
	background-color:#476895;
	min-height:70px;
	
}

header, footer, hgroup,
nav, section {
	display: block;
}



.float-left {
	float: left;
}

.float-right {
	float: right;
}


/* main layout
----------------------------------------------------------*/
.content-wrapper {
	margin: 0 auto;
	max-width: 1200px;
}

#body {

	clear: both;
	padding-bottom: 35px;
}

	.main-content {
	  
		padding-left: 10px;
		padding-top: 44px;
	}


header .content-wrapper {
	padding-top: 20px; 
}

footer {

	background-color: #476895;
   position:fixed;
   bottom:0;
   width:100%;
   height:60px;  
}






/* login
----------------------------------------------------------*/
#login {
	display: block;
	
	margin: 0 0 10px;
	text-align: right;
}

	#login a {
   
		text-decoration: none;
	}





/* menu
----------------------------------------------------------*/
ul#menu {
	font-size: 1.3em;
	font-weight: 600;
	margin: 0 0 5px;
	padding: 0;
	text-align: right;
}

	ul#menu li {
		display: inline;
		list-style: none;
		padding-left: 15px;
	}

		ul#menu li a {
			background: none;
			color: #999;
			text-decoration: none;
		}

		ul#menu li a:hover {
			color: #333;
			text-decoration: none;
		}








.label {
	font-weight: 700;
}

.logoutbutton
{
	cursor: pointer;
	padding: 2px;
	text-align: center;
	width: 72px;
	background-color: #ca5c25;
	border-radius: 5px 5px 5px 5px;

}

.logoutname
{
	margin-right: 5px;
	padding: 2px;
	text-align: center;
	color: #FFFFFF;

}

/* login page */
#loginForm {
	

}

	#loginForm .validation-error {
		display: block;
		margin-left: 15px;
	}

	#loginForm .validation-summary-errors ul {
		margin: 0;
		padding: 0;
	}

	#loginForm .validation-summary-errors li {
		display: inline;
		list-style: none;
		margin: 0;
	}

	#loginForm input {
		width: 250px;
	}

	#loginForm input[type="checkbox"],
	#loginForm input[type="submit"],
	#loginForm input[type="button"],
	#loginForm button {
		width: auto;
	}



#logoutForm {
	display: inline;
}



/* forms */
fieldset {
	border: none;
	margin: 15px;
	padding: 0;
}

	fieldset legend {
		display: none;
	}

	fieldset ol {
		padding: 0;
		list-style: none;
	}

		fieldset ol li {
			padding-bottom: 5px;
		}

label {
	display: block;
	font-size: 1.2em;
	font-weight: 600;
}

label.checkbox {
	display: inline;
}

input, textarea {
	border: 1px solid #e2e2e2;
	background: #fff;
	color: #333;
	font-size: 14px;
	margin: 5px 0 6px 0;
	padding: 5px;
	width: 200px;
	
}

.select
{
	height: 28px !important;
	width: 200px !important;
	font-size: 16px;
}

textarea {
	font-family: inherit;
	width: 500px;
}

	input:focus, textarea:focus, select:focus {
		outline:none;
	}

	input[type="checkbox"] {
		background: transparent;
		border: inherit;
		width: auto;
	}

	input[type="submit"],
	input[type="button"],
	button {
		background-color: #d3dce0;
		border: 1px solid #787878;
		cursor: pointer;
		font-size: 1.2em;
		font-weight: 600;
		padding: 7px;
		margin-right: 8px;
		width: auto;
	}

	td input[type="submit"],
	td input[type="button"],
	td button {
		font-size: 1em;
		padding: 4px;
		margin-right: 4px;
	}


.questionMarkIcons {
	width: 32px;
	height: 32px;
	background-image: url('../images/questionmarkicons.png');
	background-repeat: no-repeat;
}

.questionMarkIconOrange {
	background-position: -111px 0px;
}
/* info and errors */
.message-info {
	border: 1px solid;
	clear: both;
	padding: 10px 20px;
}

.message-error {
	clear: both;
	color: #e80c4d;
	font-size: 1.1em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.message-success {
	color: #7ac0da;
	font-size: 1.3em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.error {
	color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-valid {
	display: none;
}


input[type="checkbox"].input-validation-error {
	border: 0 none;
}

.validation-summary-errors {
	color: #e80c4d;
	font-weight: bold;
	font-size: 1.1em;
}

.validation-summary-valid {
	display: none;
}





/* Navigation start css */
.subNavigationSelected
{
	display: inline;
	background-color:#e7eaed;
	padding: 14px 14px 9px;
	cursor:pointer;
	border-top: 5px solid #ca5c25;
	moz-box-shadow:    inset 0px -11px 8px -13px black;
	-webkit-box-shadow: inset 0px -11px 8px -13px black;
	box-shadow: inset 0px -11px 8px -13px black;
	color:#3773b7;
	font-weight: 500;
}
.subNavigationUnSelected
{
	display: inline;
	background-color:#94a8c1;
	padding: 14px 14px 9px;
	border-left: 1px solid;
	cursor:pointer;
	border-top: 5px solid #94a8c1;
	moz-box-shadow:    inset 0px -11px 8px -13px black;
	-webkit-box-shadow: inset 0px -11px 8px -13px black;
	box-shadow: inset 0px -11px 8px -13px black;
	
}

.sideNavigationSelected
{
	height: 20px;
	background-color:#476895;
	padding: 15px 25px;
	color:#ffffff;
	border-left: 5px solid #ca5c25;
	cursor:pointer;
}
.sideNavigationSelectedArrow
{
	float: right;
	margin-right: -43px;
	margin-top: -37px;
}

.sideNavigationUnSelected
{
	
	padding: 15px 25px;
	border-bottom: 2px solid #7e7e7e;
	cursor:pointer;
}

.sideNavigationUnselectedFirstBorder
{
	border-top: 2px solid #EFEEEF; 
}
.sideNavigationUnselectedRegBorder
{
	border-top: 2px solid #bcbcbc;
}

.imageHolder
{
	width:31px;
	height:24px;
}

.imageContainerSelected
{
	float: left;margin-right: 10px;
}
.imageContainerUnSelected
{
	float: left;margin-right: 10px;margin-left: 5px;
}

.mainNavigationText
{
	padding-top: 3px;
}

.iconsGrey
{
	background-image: url('../Images/greyicons.png'); background-repeat:no-repeat;
}
.iconsWhite
{
	background-image: url('../Images/whiteicons.png'); background-repeat:no-repeat;
}
.iconsBlue
{
	background-image: url('../Images/blueicons.png'); background-repeat:no-repeat;
}
.iconsYellow
{
	background-image: url('../Images/yellowicons.png'); background-repeat:no-repeat;
	
}

.iconsOrange
{
	background-image: url('../Images/orangeicons.png'); background-repeat:no-repeat;
	
}

.iconsDarkBlue
{
	background-image: url('../Images/darkblueicons.png'); background-repeat:no-repeat;
	
}

.iconsMediumBlue
{
	background-image: url('../Images/mediumblueicons.png'); background-repeat:no-repeat;
	
}

.iconsEdit
{
	background-image: url('../Images/editicons.png'); background-repeat:no-repeat;
}

.iconAddNewRow
{
	background-image: url('../Images/addnewicon.png');
	height:13px;
	width:16px;
	background-repeat:no-repeat; 
}

.pencilBlue
{
	width: 17px; 
	height: 18px;
	background-position:0px -1px;
}

.pencilYellow
{
	width: 17px; 
	height: 17px;
	background-position:0px -24px;
}

.pencilWhite
{
	width: 17px; 
	height: 18px;
	background-position:0px -47px;
}

.pencilOrange
{
	width: 17px; 
	height: 18px;
	background-position:0px -70px;
}

.Dashboard
{
	width: 31px; 
	height: 24px;
	background-position:0px 0px;
}

.User
{
	background-position:0px -48px;
	height: 25px;
	width: 31px; 
}

.Gear
{
	background-position:0px -96px;
	height: 27px;
	width: 31px; 
}

.Car
{
	background-position:0px -148px;
	height: 27px;
	width: 31px;  
}

.active_icon
{
	background-image: url("../Images/activeicon.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	padding: 2px 23px;
}
.inactive_icon
{
	background-image: url("../Images/inactiveicon.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	padding: 2px 23px;
}

.activeInactiveIcons {
	height: 35px;
	width: 35px;
	background-image: url('../images/activeinactiveicons.png');
	background-repeat: no-repeat;
	margin-top: -6px;
	margin-bottom: -10px;
}

.activeIcon {
	background-position: 0px 0px;
}

.inactiveIcon {
	background-position: -35px 0px;
}


.ui-iconwhite, .ui_iconwhite { width: 19px; height: 19px; background-image: url('../images/iconswhite.png'); background-repeat:no-repeat; }
.ui-iconlightgrey, .ui_iconlightgrey { width: 19px; height: 19px; background-image: url('../images/iconslightgrey.png'); background-repeat:no-repeat; display:inline-block;
	vertical-align: text-bottom; }
.ui-icon-checkmark, .ui-icon_checkmark { background-position: 0px -475px; }
.ui-icon-x, .ui-icon_x {
	background-position: 0px -18px;
	padding: 2px 10px 0px 15px;
}
.ui-icon-impersonate, .ui-icon_impersonate { background-position: 0px -304px; }

/* Navigation end css */

.confirm_overlay
{
	background-color: #000000;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 50;
	-khtml-opacity:.10; -moz-opacity:.10; -ms-filter:"alpha(opacity=10)"; filter:alpha(opacity=10); opacity:.10;
}

.confirmTRP_overlay
{
	background-color: #000000;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 50;
	-khtml-opacity:.10; -moz-opacity:.10; -ms-filter:"alpha(opacity=10)"; filter:alpha(opacity=10); opacity:.10;
}

.confirmactioninput
{
	background-color: transparent !important;
	color: white;
	font-weight: bold;
	cursor:pointer;
	border: 0 none !important;
	color: #FFFFFF;
	padding: 0 0 0 12px !important;
	font-size: 16px;
}
.confirmaction
{
	cursor:pointer;
	display:inline-block;
	margin-right:2px;
	vertical-align: text-bottom;
}

.searchmodal {
    position: absolute;
    cursor: default;
    z-index: 51;
    width: 600px;
    padding: 4px;
    text-align: left;
    background-color: white;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-height: 200px;
    max-height: 550px;
    overflow: hidden;
    /*top:150px;*/
}

.actionpopup
{
	position:absolute;
	cursor:default;
	z-index:51;
	width:300px;
	color:White;
	padding: 4px;
	text-align:left;
	background-color:#AF1212;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight:700;
	float:right;
}

.actionarrowleft
{
	border-right: 13px solid #AF1212;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	font-size: 0;
	left: -4% !important;
	line-height: 0;
	position: absolute;
	top: 16% !important;
	width: 0;
}

.actionarrowright {
	border-left: 13px solid #AF1212;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	font-size: 0;
	left: 100% !important;
	line-height: 0;
	position: absolute;
	top: 39% !important;
	width: 0;
}

.confirmresultsactions {
	margin-top: 15px;
	text-align: right;
}

.confirmactiontext
{
	cursor:pointer;
	display:inline-block;
	text-transform:uppercase;
	background-color: rgba(0, 0, 0, 0);
	border: 0 none !important;
	color: #FFFFFF;
	margin: 0;
	background-color: transparent !important;
	padding: 0 !important;
	font-weight: 600;
	font-size: 16px !important;
   
}

/* Loading Icon */
div.Loading img
{
	vertical-align:middle;
}
div.Loading 
{
	font-weight:bold;
	text-align:center;
	padding: 20px;
	color:#000000
}   
/* Loading Icon End */

/* Sub Section Style */

.subsectionClosed
{
	background-color: #94a8c1;
	color: #ffffff;
	border-top: 1px solid #ffffff;
}

.subsectionClosedFirst
{
	border-top: 0px;
}


.subSectionPlus
{
	padding-top: 14px;
	float: right;
	padding-right: 15px;

}

.subSectionLabel
{
	padding-top: 10px;
	float: left;
}
.subSectionHover
{
	background-color: #f2f2f2;
	color: #3773b7;
	border-left: 10px solid #ca5c25;
	border-top: 1px solid #ca5c25;
	border-bottom: 1px solid #ca5c25;
}

.subSectionDefault {
	padding-left: 10px;
	font-size: 18px;
	height: auto;
	min-height: 40px;
	width: 98%;
	float: left;
}

.subSectionEditForm
{
	float:left;
	border-left: 5px solid #ca5c25;
	background-color:#f2f2f2;
	cursor:default;   
}

.subSection {
	cursor: pointer;
	float: left;
	width: 100%;
}

.subSectionPlusImage
{
	height:13px;
	width:13px;
	background-repeat:no-repeat; 
}

.subSectionPlusClosed
{
	background-image: url('../Images/pluswhite.gif'); 
}

.subSectionPlusHover
{
	background-image: url('../Images/plusblue.gif'); 
}

.subSectionPlusOpen
{
	background-image: url('../Images/minusblue.gif'); 
}

.subSectionContainer
{
	padding-top: 25px;
}


.HeaderBlue
{
	color:#3773b7;
	font-weight: 500;
	font-size: 16px;
}

.subSectionHeaderLabel, .modalLabel
{
	display:inline;
	color: #3773b7;
	font-size: 16px;
	padding-left: 20px;
	float:left;
	padding-top: 7px;
	
}

.subSectionHeaderText
{
	margin-left:20px;float:left;margin-top:8px;
}



.subSectionTextLabel
{
	display:inline;
	color:#476895;
	font-size: 16px;
	float: right;
	padding-top: 7px;
	text-transform:uppercase;
}

.adduseractive
{
	display:inline;
	margin-right: 10px;
	margin-left: 10px;
	cursor:pointer;
}

.editactive
{
	display:inline;
	margin-right: 10px;
	margin-left: 10px;
	cursor:pointer;
}

.saveactive
{
	display:inline;
	margin-right: 10px;
	margin-left: 10px;
	cursor:pointer;
}
.subSectionHeaderContainer
{
	margin-top:10px;
	margin-bottom:10px;
	height: 30px;
}

.subSectionPanel
{
	cursor:default;
	padding-top: 20px;
	padding-bottom: 20px;
}
/* Sub Section end css */
/* icons end css */

.viewIcon
{
	background-image: url("../Images/magnifying_glass.png");
	background-repeat:no-repeat;
	width: 20px; 
	height: 20px;    
}

.BlueViewIcon
{
	background-position:0px 0px;
}

.YellowViewIcon
{
	background-position:0px -20px;
}

.WhiteViewIcon
{
	background-position:0px -40px;
}

.OrangeViewIcon
{
	background-position:0px -60px;
}

.addUserIcon
{
	height: 20px;
	width: 20px;
	background-image: url("../Images/add-userwhite.png");
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: center;
}
.searchIcon
{
	 height: 20px;
	width: 20px;
	background-image: url("../Images/magnifying_glasswhite.png");
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: center;
}

.gridRow .searchIcon
{	 
	background-image: none;
    height:17px;	
}

.editIcon
{
	height: 20px;
	width: 20px;
	background-image: url("../Images/editpencilwhite.png");
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: center;
}

.gridRow .editIcon
{	
	background-image: none;
    height: 17px;	
}

.saveButton
{
		
		background-image: url("../Images/savewhite.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 20px 20px;
		border: 0 none !important;
		border-radius: 5px 5px 5px 5px;
		padding: 2px 23px !important;
		margin:0px;
}

.submitButton
{
	border: 0 none !important;
	border-radius: 5px 5px 5px 5px;
	font-size: 14px !important;
	padding: 5px 8px !important;
	background-color:#ca5c25 !important;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	text-align:left;
	cursor:pointer;
	color:#ffffff;
	text-align: center;
	width: 100px !important;
	font-weight:inherit !important;
	margin-top:10px;
}

.cancelButton
{
	border: 0 none !important;
	border-radius: 5px 5px 5px 5px;
	font-size: 14px !important;
	padding: 5px 8px !important;
	background-color:#9B9B9B !important;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	text-align:left;
	cursor:pointer;
	color:#ffffff;
	text-align: center;
	width: 100px !important;
	font-weight:inherit !important;
	margin-top:10px;
}

.saveButton2
{
		
		background-image: url("../Images/savewhite.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 20px 20px;
		border: 0 none !important;
		border-radius: 5px 5px 5px 5px;
		padding: 6px 23px !important;
		margin:0px;
}


.defaultIconStyle
{
	
	border-radius: 6px 6px 6px 6px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 5px 13px;
	vertical-align: sub;
	cursor: pointer;
}

.activeButtonIcon
{
	background-color: #ca5c25 !important;
	cursor:pointer !important;
}
.inactiveButtonIcon
{
	background-color: #94a8c1 !important;
}

.inactiveButtonIconNoClick
{
	cursor: default !important;
}
/* icons end css */

/* list panels style start css*/
.mainPanel
{

	background-color: #F2F2F2;
	border-left: 5px solid #ca5c25;
	float: left;
	height: auto;
	margin-bottom: 100px;
	margin-top: 30px;
	width: 900px;
}

.mainPanelHeaderSection
{
	color: #3773B7;
	font-size: 18px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 5px;   
}

.sectionHeader
{
	 margin-left: 25px;
	 float:left;
	width: 100%;
}

.sectionHeaderColumn
{
	float: left;
	max-width: 200px;
	min-width: 200px;
	padding: 4px;
	margin-top: 5px;
	padding: 5px;
	font-weight: 600;
	border-bottom: 1px solid;
	
}

.sectionRows
{
	margin-left: 25px;
	float:left;
	margin-bottom: 15px;
}

.sectionRowsColumn
{
	
	float: left;
	max-width: 175px;
	min-width: 200px;
	padding: 4px;
	margin-top: 5px;
	padding: 5px;
	 margin-bottom: 5px;
	
}

.sectionRowsColumnHover
{
	float: left;
	max-width: 175px;
	min-width: 200px;
	 margin-bottom: 5px;
	margin-top: 5px;
	background-color: #DDDDDD;
	padding:5px;
	color:#3773B7;
	
}

.sectionRowsColumnEdit
{
	float: left;
	margin-top: 6px;
	background-color: #ca5c25;
	padding:5px;
	color:#ffffff;
	
}

.sectionRow
{
 
}

.sectionRowsColumnHoverRadiusLeft
{
	border-top-left-radius:5px;
	border-bottom-left-radius:5px; 
}

.sectionRowsColumnHoverRadiusRight
{
	border-top-right-radius:5px;
	border-bottom-right-radius:5px; 
}



.addRemoveIcons {

    background-image: url("../images/addremoveicons.png");
    background-repeat: no-repeat;
    height: 23px;
    margin: 0;
    padding: 0;
    width: 27px;
    margin-bottom:1px;
}

/*Grid Styles*/

    .removeIcon  { background-position: 0px 0px; }
    .addIcon  { background-position: -40px -10px; }

/* list panels style end css */

/*  multiple select state styles */

.firstelectedState
{

margin:10px;
padding: 4px 8px;
background-color:#ca5c25;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
text-align:left;
cursor:pointer;
color:#ffffff;
text-align: center;
min-width: 75px;
}
	 
.defaultselectedState
{

margin:10px;
padding: 4px 8px;
background-color:#9B9B9B;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
text-align:left;
cursor:pointer;
color:#c1c1c1;
text-align: center;
min-width: 75px;
 
}

.secondselectedState
{

margin:10px;
padding: 4px 8px;
background-color:#3773B7;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
text-align:left;
cursor:pointer;
color:#ffffff;
text-align: center;
min-width: 75px;
}

.amethyst
{
	background-color: #4000A2;
}

.beige
{
	background-color: #F6F6CC;
}

.black
{
	background-color: #000000;
}

.blue
{
	background-color: #0000FF;
}

.bronze
{
	background-color: #9C6963;
}

.brown
{
	background-color: #963939;
}

.camouflage
{
	background-image: url('/images/camouflage.png');
}
.multicolored
{
	background-image: url('/images/multicolor.png');
	background-size: contain;
}

.chrome
{
	background-color: #B0C4DE;
}

.copper
{
	background-color: #C96333;
}

.cream
{
	background-color: #FFF9CC;
}

.darkblue
{
	background-color: #00009C;
}

.darkgreen
{
	background-color: #006300;
}

.gold
{
	background-color: #FFCC00;
}

.gray
{
	background-color: #909090;
}

.green
{
	background-color: #00FF00;
}

.lavender
{
	background-color: #FFCCFF;
}

.lightblue
{
	background-color: #99CCFF;
}

.lightgreen
{
	background-color: #5FFB17;
}

.maroon
{
	background-color: #900033;
}

.mauve
{
	background-color: #CC6699;
}

.orange
{
	background-color: #FF6F00;
}

.pink
{
	background-color: #F99CF9;
}

.purple
{
	background-color: #900090;
}

.red
{
	background-color: #FF0000;
}

.silver
{
	background-color: #A7B1C3;
}

.tan
{
	background-color: #CC9360;
}

.taupe
{
	background-color: #856363;
}

.teal
{
	background-color: #009090;
}

.turquoise
{
	background-color: #9CF9F9;
}

.white
{
	background-color: #FFFFFF;
}

.yellow
{
	background-color: #FFFF00;
}

    .pagerStyle {
        display: inline;
        color: #ca5c25;
        font-size: 16px; 
        float:left;  
        padding-left:5px;
        padding-right:5px;    
        font-weight: 700;    
        font-style: italic;  
        padding-top: 1px;
        
    }

    .leftarrow {
    background-image: url("../Images/leftarrow.png");
    background-repeat: no-repeat;
    background-size: 23px 19px;
    background-position: center;
    padding: 10px 17px;
    cursor: pointer;
}

.rightarrow {
    background-image: url("../Images/rightarrow.png");
    background-repeat: no-repeat;
    background-size: 23px 19px;
    background-position: center;
    padding: 10px 17px;
    cursor: pointer;
}

.subPanelNavigationReturn {
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    float: right;
    color:#ca5c25;
    font-weight: bold;    
    padding: 5px;
    margin-right:10px
}

.alert {
    background-color: #AAA;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 10px;
    width: 90%;
    min-height: 30px;
}

.accountHeaderTitle {
	color: #333;
	font-weight: bold;
	font-size: 18px;
}

.accountLabelText {
	color: #333;
	margin-left: 30px;
	float: left;
}


