/* Master Reset  - baseline all common markup elements as a precaution */
/* Master Reset  - baseline all common markup elements as a precaution */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: inherit;
	font-style: inherit;
	/*font-size: 100%;*/
	vertical-align: baseline;
}

/* ----------------------------------------------------- */
/* Structural */
/* ----------------------------------------------------- */
html {
	/*height: 100%;*/
	margin: 0;
	height: auto;
	min-height: 100%;
}

body {
	/*height: 100%;*/
	margin: 0;
	height: auto;
	min-height: 100%;
	/*background-color: #D3E5E7;
	color: #FFFFFF;*/
	font-family: Arial, Helvetica, sans-serif;
}

.clear {
	clear: both;
}

/* set RadWindow attribute ShowContentDuringLoad="false" for this style to set "please wait" when a window first opens*/
.rwLoading {
	background: url('../Images/loading5.gif') 50% 50% no-repeat rgb(249,249,249) !important;
}

.loading {
	background-color: #fff;
	height: 100%;
	width: 100%;
}

/* confines the interface elements to a fixed area within the browser window */
.innerwrapper {
	/* clear: both; */
	display: block;
	width: 98%; /* height fluid */
	min-width: 750px;
	max-width: 1300px;
	margin: 0 auto;
}

/* ----------------------------------------------------- */
/* Header, login link, logos                             */
/* ----------------------------------------------------- */
#header {
	display: block;
	height: 122px;
	width: 100%;
	background: url(../Images/bg-header.jpg) repeat-x;
	background-position: center top;
	margin: 0 auto;
}

#login {
	display: block;
	position: relative;
	top: 5px;
	text-align: right;
	padding-right: 50px;
}

	#login a:link {
		color: white;
		text-decoration: underline;
	}

	#login a:visited {
		color: white;
	}

	#login a:hover {
		color: white;
	}

#corporate-logo {
	position: relative;
	top: 30px;
	float: left;
	padding-left: 50px;
}

#islim-logo {
	position: relative;
	top: 10px;
	float: right;
	padding-right: 50px;
}


/* ----------------------------------------------------- */
/* menu area                                             */
/* ----------------------------------------------------- */
#navbar {
	display: block;
	height: 85px;
	width: 100%; /*background-color: #f0fAf8;*/
	background: url(../Images/bg-navbar.png) repeat-x; /* color is determined by the background image */
	margin: 0 auto;
	font-family: Verdana, Arial, sans-serif;
}

.mymenu {
	/* font-size: small; */
	font-size: 14px;
	padding-top: .3em;
	background-color: #DEEDEF;
	margin-top: .3em;
}

	.mymenu ul li, .mymenu ul li a, .mymenu ul li a:visited {
		background-color: #DEEDEF; /* font-size: small; */
		font-size: 14px;
		padding-left: 0.1em;
		padding-right: 1em;
		padding-top: .1em;
		color: #2A3A57;
	}

		.mymenu ul li a:hover {
			background-color: #DEEDEF;
			font-weight: bolder;
			color: #000066;
		}

.chrome #MasterMenuContent_NavigationMenu {
	position: absolute;
	top: 98px !important;
}

/* ----------------------------------------------------- */
/* Subheader (buttons, droplist)                         */
/* ----------------------------------------------------- */

.subheadCell {
	font-size: 10.5pt;
	vertical-align: middle;
}

.subheadButton {
	vertical-align: middle;
	padding: 0 8px 0 0;
}

.buttonbar {
	text-align: right;
	float: right;
	vertical-align: top;
	font-size: 8px;
}
/* ----------------------------------------------------- */
/* Subheader links (default is right-aligned)            */
/* ----------------------------------------------------- */
.sh-links {
	padding-top: 5px;
	padding-right: 28px;
	font-size: 13px;
	color: white;
	text-align: right;
}

	.sh-links a, .sh-links a:link {
		color: white;
		text-decoration: underline;
	}

		.sh-links a:hover {
			color: yellow;
		}


/* ----------------------------------------------------- */
/* main content, structural elements for data entry forms*/
/* ----------------------------------------------------- */

/* ----------------------------------------------------- */
/* RadPanel stuff                                        */
/* ----------------------------------------------------- */

/* ----------------------------------------------------- */
/* This segment is for a RadMenu to show correctly       */
/* when embedded in a RadPanel                           */
/* ----------------------------------------------------- */
.RadPanelBar, .RadPanelBar div.rpSlide, .RadPanelBar ul.rpGroup, .RadPanelBar li.rpItem {
	overflow: visible;
}

.NoOverflow, .NoOverflow .rpGroup {
	overflow: scroll !important;
}

.PanelCell {
	padding-left: 10px;
	padding-top: 4px;
	line-height: normal;
}


.MetricValue {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.MetricHeader {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	border-bottom: 1px solid black;
	font-weight: bold;
}

#sidebar {
	width: 25%;
	height: 100%; /*min-height: 500px;*/
	float: left;
}

.ie #sidebar,
.ff2 #sidebar {
	padding-top: 4px;
}

#mainbar {
	width: 74%;
	height: 100%; /*min-height: 500px;*/
	float: right;
	background: transparent;
}


/* --------------------------------------------------------------- */
/* multipage and tabstrip styles for Project Command center page   */
/* --------------------------------------------------------------- */

.multipageWrapper {
	width: 100%;
	position: relative;
}

.tabStrip {
	position: absolute;
}

.multiPage {
	position: static;
	top: 25px;
	left: -11px;
	color: gray;
	width: 99%; /*border: 1px solid lime;*/
}

#mainbar .RadTabStrip {
	position: relative;
	left: 11px;
}


.middlecol /* for 1-line of centered buttons on form */ {
	clear: both;
	width: 64%;
	border: thin dashed lime;
	float: right;
	height: 30px;
}

.ajaxLoader {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 20000;
}

* html .ajaxLoader {
	position: absolute;
}

/* ----------------------------------------------------- */
/* data entry - labels, text entry, etc.                 */
/* ----------------------------------------------------- */

.failureNotification {
	color: Red;
	font-size: 12px;
}

.inputTxt {
	float: right;
	width: 60%;
	padding-right: 10px;
}

.myLabel {
	float: left;
	width: 34%;
	padding-right: 1em;
	text-align: right;
}

.rightSideLabel {
	float: left;
	width: 34%;
	padding-right: 1em;
	text-align: left;
	font-size: 12px !important;
}

.formCol {
	float: left; /* height: 340px; */
    padding: 10px 15px;
	width: 45%;
}

/* ie 7 does not use same size as other browsers */
h5 {
	font-size: 10px;
}

fieldset /* Respect margins and paddings */ {
	padding: 5px;
	margin: 0;
}


/* ----------------------------------------------------- */
/* fonts and font colors handled separately below        */
/* ----------------------------------------------------- */

.bold {
	font-weight: bold !important;
}

.italic {
	font-style: italic;
}

#login {
	font-size: 10px;
}

#navbar {
	font-family: Arial, Times, serif;
}

.normal {
	color: black;
}

	.normal:hover {
		color: blue;
	}

	.normal:visited {
		color: black;
	}

#subhead h1 {
	font-weight: bold;
	color: #F1F3F8;
	font-size: 21px;
	font-family: Arial, Helvetica, sans-serif;
}

.button {
	color: white;
	text-decoration: none;
}


	.button:hover {
		color: blue;
		text-decoration: none;
		background: white;
	}

	.button:visited {
		color: white;
		text-decoration: none;
	}

/*
.leftcol h1, .rightcol h1
{
	font-size: 16px;
	color: #485067;
	margin-bottom: 8px;
}*/

.title {
	color: #485067;
	font-weight: bold;
}

#footer {
	display: block;
	height: 25px;
	width: 98%;
	padding-top: 5px;
	padding-left: 20px;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

	#footer a:visited, #footer a:link {
		color: #FF7200;
	}

	#footer a:hover {
		color: #FFF;
		text-decoration: none;
	}

/* ----------------------------------------------------- */
/* Elements for Service Overview (help) page             */
/* ----------------------------------------------------- */

.topicDiv {
	float: left;
	margin: 2em;
	display: block;
	clear: both;
}

	.topicDiv li {
		margin-left: 35px;
	}

/*  Grid Properties */

.noDrag {
    -webkit-user-drag: none;
}

.GridDefault, .GridRow, .AltGridRow, .SelectedGridRow {
	background: rgb(255, 255, 255);
	color: rgb(51, 51, 51);
	font: 12px/16px "segoe ui", arial, sans-serif;
	line-height: 16px;
	padding: 7px 7px 3px 4px;
}

	.GridRow td, .SelectedGridRow td, .AltGridRow td {
		padding: 7px 7px 3px 4px;
	}

.GridFilterToolbar, .GridDefault, .SelectedGridRow, .GridHeader {
	border: 1px solid rgb(130, 130, 130);
}

	.GridHeader th {
		background: rgb(234,234,234);
		font: 12px/16px "segoe ui", arial, sans-serif;
		padding: 7px 7px 3px 4px;
		text-align: left;
	}

div.GridHeaderNoWrap .rgHeader {
	white-space: nowrap;
}



.AltGridRow {
	background: rgb(242, 242, 242);
}

.SelectedGridRow {
	background-color: rgb(130, 130, 130);
	color: White;
}

.GridRow:hover, .AltGridRow:hover {
	background-color: rgb(197, 197, 197);
}

.GridButton {
	font: 12px/16px "segoe ui", arial, sans-serif;
	width: 80px;
}

.ToolbarLabel {
	font: 12px/16px "segoe ui", arial, sans-serif;
	color: Black;
	background: transparent;
}

.GridFilterToolbar {
	width: 100%;
	text-align: center;
	font: 12px/16px "segoe ui", arial, sans-serif;
	line-height: 24px;
	padding: 5px 0 5px 0;
}

.GridButton, .GridFilterToolbar {
	/* Mild gradient like the one Teleric uses a bitmap for */ /* SVG fallback(Opera 11.10-, IE9) */
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjpyZ2JhKDI1NSwyNTUsMjU1LDEpOyIgLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0eWxlPSJzdG9wLWNvbG9yOnJnYmEoMjAwLDIwMCwyMDAsMSk7IiAvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IGZpbGw9InVybCgjZ3JhZGllbnQpIiBoZWlnaHQ9IjEwMCUiIHdpZHRoPSIxMDAlIiAvPjwvc3ZnPg==); /* Opera 11.10+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1), rgba(200,200,200,1)); /* Firefox 3.6+ */
	background: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(200,200,200,1)); /* Chrome 7+ & Safari 5.03+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,1)), color-stop(1, rgba(200,200,200,1))); /* IE5.5 - IE7 */ /*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFFFFF,EndColorStr=#FFC8C8C8);*/ /* IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFFFFF,EndColorStr=#FFC8C8C8)";
}

.GroupHeader {
	margin: 0;
	padding: 6px 0 1px;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: Black;
}


.closeoutDate {
	padding-right: 8px;
}

input[type=text].closeoutDate {
	width: 70px !important;
}

/* #ctl00_ctl00_MasterMainContent_MainContent_rgProjectList_GridData 
{
     *_overflow-y: hidden !important; 
     } */

#importSewTable {
	height: 400px;
	width: 500px;
}

#reImportConfigTable {
	height: 300px;
	width: 600px;
}

#importSmpTable {
	min-height: 530px;
	width: 850px;
	padding-bottom: 10px;
}


.RadAsyncUpload span.ruFileWrap {
	padding-top: 10px;
}

.rightSideLabel {
	font-size: 12px;
	padding-right: 1em;
	text-align: left;
	width: 34%;
	display: block;
	float: inherit;
}

.boldError {
	font-weight: bold !important;
	padding: 0 !important;
	font-size: 14px;
}

.importSewCol {
	width: 50% !important;
}

#MasterMainContent_MainContent_vs1 {
	padding-left: 50px;
	padding-bottom: 10px;
	font-weight: bold !important;
}

/* .preferencesLeftCol,
#preferencesLeftCol {
height: 500px; }
*/


td.portfolioDashTableLeft {
	width: 200px;
}

td.portfolioDashTableRight {
	height: 200px;
	width: 155px;
	vertical-align: top;
}

.accessDenied {
	margin-top: -30px;
}

	.accessDenied fieldset {
		width: 500px;
		border: 1px solid #7B89A9;
		padding: 30px;
		font-weight: bold;
	}


/* Set the text for disabled inputs and combos to a slightly
   darker gray than the default disabled gray */

html body form .RadInput .riTextBox.riDisabled {
	font-weight: bold;
	color: #333333;
}

div.RadComboBox .rcbDisabled .rcbInputCell .rcbInput, div.RadComboBoxDropDown .rcbDisabled {
	font-weight: bold;
	color: #333333;
}

td#estimateDashboard b {
	/* margin-left: -7px; */
	color: #000000;
	font-size: 12px;
}

table.estimationSizingTable td {
	vertical-align: top !important;
}

.myprojNotificationClear {
	display: none;
	clear: both;
	text-align: center;
	padding-top: 435px;
	padding-left: 20px;
}

#ctl00_ctl00_MasterMainContent_MainContent_ucCloseoutAssumptions_txtWork0_text, #ctl00_ctl00_MasterMainContent_MainContent_ucCloseoutAssumptions_txtWork1_text, #ctl00_ctl00_MasterMainContent_MainContent_ucCloseoutAssumptions_txtWork2_text, #ctl00_ctl00_MasterMainContent_MainContent_ucCloseoutAssumptions_txtWork3_text {
	width: 60px !important;
}

#MasterMainContent_MainContent_ucEstimationSolution_ucEstInputs_rdoProductivity_0 {
	z-index: 100;
}

/* Project Access user control */
.accessTable {
	/*padding: 0 1em 0 1em;*/
	border-spacing: 2em;
}


#ctl00_ctl00_MasterMainContent_MainContent_ucEstimationSolution_ucEstInputs_txtNew_text, #ctl00_ctl00_MasterMainContent_MainContent_ucEstimationSolution_ucEstInputs_txtModified_text, #ctl00_ctl00_MasterMainContent_MainContent_ucEstimationSolution_ucEstInputs_txtReused_text, #ctl00_ctl00_MasterMainContent_MainContent_ucEstimationSolution_ucEstInputs_txtTotal_text, #ctl00_ctl00_MasterMainContent_MainContent_ucEstimationSolution_ucEstInputs_txtEffort_text, #ctl00_ctl00_MasterMainContent_MainContent_ucEstimationSolution_ucEstInputs_txtMonths_text, #ctl00_ctl00_MasterMainContent_MainContent_ucEstimationSolution_ucEstInputs_txtCost_text, #ctl00_ctl00_MasterMainContent_MainContent_ucEstimationSolution_ucEstInputs_txtStaff_text {
	text-align: right;
}

#ctl00_ctl00_MasterMainContent_MainContent_ucEstimationSolution_ucEstInputs_txtNew_text, #ctl00_ctl00_MasterMainContent_MainContent_ucEstimationSolution_ucEstInputs_txtModified_text, #ctl00_ctl00_MasterMainContent_MainContent_ucEstimationSolution_ucEstInputs_txtReused_text {
	width: 55px !important;
	font-size: 12px !important;
}

.projectSettingsFieldset {
	height: 100%;
	width: 99%;
}

.visible {
	height: 50px !important;
}

.hidden {
	height: 0 !important;
	visibility: hidden !important;
}


.pleaseWait {
	position: absolute;
	top: 50%;
	left: 40%;
	margin-top: -5px;
	margin-left: -10px;
	text-align: left;
	z-index: 1234;
	overflow: auto;
	width: 450px;
	height: 100px;
}

.pleaseWaitTitle {
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 14px;
}

.pleaseWaitContent {
	padding-left: 10px;
}

#ctl00_ctl00_MasterMainContent_PanelColumn_btnSaveAs_input, #ctl00_ctl00_MasterMainContent_PanelColumn_btnSave_input {
	width: 185px;
	font-weight: bold;
	display: inline-block;
}


#ctl00_ctl00_MasterMainContent_PanelColumn_btnSaveAs {
	margin-top: 10px;
}


.myTemplateSaveButtons {
	margin: 0 auto;
	width: 100%;
	padding-top: 10px;
}

.backToPortfolio {
	margin: 0;
	padding-left: 30px;
	background-image: url('Images/btn-import.png');
	background-repeat: no-repeat;
	padding-bottom: 4px;
	position: relative;
	bottom: 4px;
}

.paddedLink {
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
}

.actionsPanel {
	overflow: visible !important;
	z-index: 1;
}

.gridCaption {
	font-weight: bold;
	font-size: 16px;
	padding: 5px;
}

span#MasterMainContent_MainContent_lblRole.rightSideLabel {
	display: inline;
}

span#MasterMainContent_MainContent_defaultVersionInstructions {
	font-size: 12px;
	font-style: italic;
}

#ctl00_ctl00_MasterMainContent_MainContent_ctl00_ctl00_MasterMainContent_MainContent_rgProjectListPanel .rcCalPopup {
	display: none !important;
}

.indentedOption {
	padding-left: 20px;
}

.padTop {
	padding-top: 3px;
}

#hiddenContent {
	display: none;
}

body#projectNotes {
	background-color: #FFFFFF !important;
	padding-left: 20px;
	padding-top: 10px;
}

#expandedContent {
	display: block;
}

body#checkIn {
	background: #FFFFFF !important;
	background-color: White !important;
}

#checkIn .formCol, #checkIn {
	width: 100% !important;
	border: none !important;
}

	#checkIn fieldset.rfdRoundedCorners, fieldset#checkInTable {
		border: none !important;
		padding-right: 50px;
	}

.checkInButton {
	padding-top: 20px;
}

#checkIn .rfdRoundedOuter {
	display: none !important;
}

div#notesTable {
	color: #000000;
	width: 90%;
}

	div#notesTable .userInfo {
		color: #1C3664;
	}

table#notesTable .userInfo h3 {
	font-weight: bold;
	display: inline;
}

div#notesTable .noteInfo {
	padding-bottom: 10px;
	display: block;
	border-bottom: 1px solid #1C3664;
}

div#notesTable .notesTop {
	padding-top: 10px;
}

table#notesTable td {
	padding-top: 10px;
}

.expandedContent {
	text-decoration: underline;
	cursor: pointer;
}

	.expandedContent:hover {
		text-decoration: none;
	}

textarea#projectNote {
	resize: both;
}

fieldset#checkInTable .ruStyled {
	height: 40px !important;
}

.hideCheckInButton, .hiddenButton {
	display: none !important;
}

.unhiddenButton {
	display: block;
}

/*div#newProjectTemplateInfo div#TemplateInfo_radTemplatePanel.RadPanelBar {
	width: 420px !important;
}

div#newProjectTemplateInfo .ucTemplateDescription {
	display: block !important;
	height: 70px !important;
	overflow: auto !important;
	width: 450px !important;
	line-height: normal;
}*/

div#newProjectTemplateInfo .ucTemplateTitle {
    font-weight: bold;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #333;
}

div#newProjectTemplateInfo .ucTemplateInfo {
    line-height: normal;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #333;
}

div#newProjectTemplateInfo span.fwstandard {
    display: inline-block;
    width: 150px;
    vertical-align: top;
}

div#newProjectTemplateInfo span.fwstandard2 {
    display: inline-block;
    width: 250px;
    vertical-align: top;
}


.CustomColumnDropdown {
	width: 115px !important;
}

.CustomColumnDropdownFiltered {
	width: 102px !important;
}

.CustomColumnSortbutton {
	background-color: transparent !important;
	border: 0 !important;
	padding: 0 !important;
	width: 18px !important;
	height: 18px !important;
	position: relative;
	top: 1px;
	left: 4px;
}

.rgProjectList span.GridButtonUp {
    background-image: url('../Images/GridArrowUp.gif');
}

.rgProjectList span.GridButtonUp:Hover {
    background-image: url('../Images/GridArrowUpHover.gif');
}

.rgProjectList span.GridButtonDown {
    background-image: url('../Images/GridArrowDown.gif');
}

.rgProjectList span.GridButtonDown:Hover {
        background-image: url('../Images/GridArrowDownHover.gif');
    }

.rgProjectList span.GridButtonEmpty {
    background-image: url('../Images/GridArrowEmpty.gif');
}

.rgProjectList span.GridButtonEmpty:Hover {
        background-image: url('../Images/GridArrowEmptyHover.gif');
    }

.fixedNotification {
	position: absolute !important;
}

.loadingBody {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.loadingButton {
	position: fixed;
	top: 50%;
	left: 50%;
}

.trendGroupInstructions {
	font-style: italic;
	font-size: 12px;
	color: #1C3664;
}

.chartOptions {
    padding-top: 4px;
}

#subhead {
	height: 100px;
	width: 100%; /* background: url(Images/bg-subheader.jpg) repeat-x;  */ /* url is relative to AppThemes subfolder */
	background-color: #FFF;
	margin: 0 auto;
}

/*main window background that extends the width of the browser window; copyright notice appears at the bottom of this window*/
#main {
	width: 100%;
	display: inline-block;
	margin: 0 auto; /*background: url(Images/bg-body.gif) repeat-x; */
	background-color: #FFF;
	min-height: 500px;
}

/* For 'dialogs' */
.group-heading {
	font-weight: 500;
}

.pad-top {
	padding-top: 15px;
}

.pad-top-med {
	padding-top: 10px;
}

.pad-top-small {
	padding-top: 5px;
}

.pad-left {
	padding-left: 1em;
}

.pad-left-large {
	padding-left: 3em;
}

.pad-right {
	padding-right: 1em;
}

.pad-bottom {
	padding-bottom: 10px;
}

.pad-bottom-small {
	padding-bottom: 5px;
}

.notebox {
	/*margin: 0 1em 0 1em;*/
	/*background-color: aliceblue;*/
	font-size: 90%;
	padding: .5em 2em 1em 2em;
}

.AjaxModal {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	/*background-color: #EBEFF3;*/
	padding: 8px;
}

.upload-panel {
	width: 340px;
	margin-top: 6px;
	padding-bottom: 6px;
}

#header {
	/*  background: url('images/bg-header.jpg') repeat-x; */
	background-image: none;
	background-color: #1C3664;
}

#navbar {
	background-color: #7B89A9;
	background-image: none;
}

.mymenu {
	background-color: #7B89A9;
}

	.mymenu ul li, .mymenu ul li a, .mymenu ul li a:visited {
		background-color: #7B89A9;
		color: #FFF;
	}

		.mymenu ul li a:hover, .mymenu ul li a:active {
			background-color: #D9DFEC;
			font-weight: normal;
		}

.sh-links, .sh-links a, .sh-links a:link, .successNotification {
	color: #C35A00;
}

	.sh-links a:hover {
		color: #1C3664;
	}

#subhead h1 {
	color: #C35A00;
}

#MasterMenuContent_NavigationMenu ul.dynamic {
	margin-top: .4em;
	width: 200px;
	border-right: .1em solid #1C3664;
	border-left: .1em solid #1C3664;
	border-bottom: .1em solid #1C3664;
	background-color: #FFF;
	z-index: 1;
	margin-left: 1px;
}


#MasterMainContent_AfterMainContent_btnSave {
	color: #C35A00 !important;
}

#MasterMenuContent_NavigationMenu .dynamic a:visited, #MasterMenuContent_NavigationMenu .dynamic a:link {
	color: #7B89A9;
}

#MasterMenuContent_NavigationMenu .dynamic a:hover {
	background-color: #1C3664 !important;
	color: #FFF;
	width: 188px;
	margin-left: -1px !important;
	padding-left: 0;
}

/*
.level3
{
    display: block !important;
    position: relative !important;
}
*/

#MasterMenuContent_NavigationMenu .dynamic {
	font-family: Verdana,Arial,Helvetica,sans-serif !important;
	padding-top: 3px;
	font-size: 12px !important;
	letter-spacing: -1px !important;
	list-style: none outside none !important;
	background-color: #F1F5FB !important; /* border-left: 1px solid grey; 	border-right: 1px solid grey; 	border-bottom: 1px solid grey; */ /* width: 339px !important; */
}

#MasterMenuContent_NavigationMenu ul.level3 {
	border-top: .1em solid #7B89A9;
}

a:link, a:visited {
	color: #C35D28;
	text-decoration: underline; /*bootstrap override*/
}

a:hover {
	text-decoration: none;
}

#MasterMainContent_MainContent_btnSave {
	color: #000000 !important;
}

#MasterMenuContent_NavigationMenu a:hover {
	color: #1C3664;
}

#MasterMenuContent_NavigationMenu a.level1:hover {
	color: #1C3664;
	height: 26px;
	position: relative;
	bottom: 5px;
	margin-bottom: -20px;
	line-height: 26px;
	border-right: 1px solid #1C3664;
	border-left: 1px solid #1C3664;
	margin-right: 0;
	padding-right: 0 !important;
}

/*.chrome #MasterMenuContent_NavigationMenu a.level1:hover {
    padding-bottom: .2em;
}*/

#MasterMenuContent_NavigationMenu ul.level2 {
	margin-top: 15px !important;
}

#MasterMenuContent_NavigationMenu .level2.dynamic {
	top: 9px !important;
}

.generalNotification {
	font-size: 16px;
	font-weight: 500;
	color: #800000;
	padding-left: 4em;
}

.rightSideLabel, .leftSideLabel {
	color: #000;
}

td.portfolioDashTableRight {
	padding-top: 40px;
}

.highlightedMenu {
    background-color: #D9DFEC !important;
    border-left: 1px solid #1C3664;
    border-right: 1px solid #1C3664;
    color: #1C3664 !important;
    left: 20px;
    margin-left: -21px;
    margin-right: 10px;
    padding: 0.4em 10px 0.4em 5px !important;
    position: relative;
}

/*.chrome .highlightedMenu
{
	padding-bottom: .5em !important;
}*/

.has-popup .highlightedMenu {
	background-repeat: no-repeat;
	background-image: url("../images/NavArrowBlue.png") !important;
	background-position: 105% 7px !important;
	padding-right: 20px;
}

#MasterMenuContent_NavigationMenu .has-popup a.level1:hover {
	background-image: url('../images/NavArrowBlue.png') !important;
	background-repeat: no-repeat;
	background-position: 105% 7px;
	padding-right: 10px !important;
	margin-left: 0 !important;
	margin-right: 10px !important;
}

#MasterMenuContent_NavigationMenu .has-popup a.level1 {
	background-image: url('../images/NavArrowWhite.png') !important;
	background-repeat: no-repeat;
	background-position: 95% 3px;
	padding-right: 20px !important;
}

#MasterMenuContent_NavigationMenu .has-popup:hover a.level1 {
	background-image: url('../images/NavArrowBlue.png') !important;
	background-repeat: no-repeat;
	background-position: 95% 3px;
	padding-right: 15px !important;
	margin-right: 0 !important;
}

	#MasterMenuContent_NavigationMenu .has-popup:hover a.level1 .highlightedMenu {
		background-image: none !important;
		background-repeat: no-repeat;
		background-position: 105% 3px;
		background-color: transparent !important;
		padding-right: 15px !important;
		margin-right: 10px !important;
		border: 0 !important;
	}

#MasterMenuContent_NavigationMenu .highlightedMenu:hover {
	background-color: transparent !important;
	border: 0 !important;
	background-image: none !important;
	padding-right: 30px !important;
	margin-right: 0 !important;
}

ul li.has-popup:hover a.level1 {
	background-color: #D9DFEC !important;
	color: #1C3664 !important;
	height: 26px;
	position: relative;
	bottom: 5px;
	margin-bottom: -20px;
	line-height: 26px;
	border-right: 1px solid #1C3664;
	border-left: 1px solid #1C3664;
	margin-right: 100px;
	padding-right: 0 !important;
	background-image: url('../images/NavArrowBlue.png') !important;
	background-repeat: no-repeat;
	background-position: 105% 7px !important;
}

.RadGrid_Default .rgHeader, .RadGrid_Default .rgHeader a {
	color: #333333;
}

.RadGrid_Default .rgRow td, .RadGrid_Default .rgAltRow td, .RadGrid_Default .rgEditRow td, .RadGrid_Default .rgFooter td {
	border-style: solid;
	border-width: 0 0 1px;
}

.RadGrid_Default .rgRow td {
	border-color: #FFFFFF;
}

.RadGrid_Default textarea, input[type=text] {
	font-family: inherit;
	font-size: 100%;
}

.RadGrid_Default .rgAltRow {
	background: none repeat scroll 0 0 #F2F2F2;
}

	.RadGrid_Default .rgAltRow td {
		border-color: #F2F2F2;
	}

#estimateDashboard b {
	color: #000;
}

td#estimateDashboard {
	background-color: #FFFFFF;
}

#MasterMainContent_MainContent_defaultVersionInstructions {
	color: #000;
}

.RadForm.rfdHeading h5 {
	border-bottom: 1px solid #A0A0A0;
	color: #000000;
}

span#MasterMainContent_MainContent_defaultVersionInstructions {
	color: #1C3664;
}

body#projectNotes span#lblSubHeadTitle {
	color: #000;
	font-size: 14px;
}

.links {
	text-decoration: underline;
	color: #c35a00 !important;
	cursor: pointer;
}

.gridLabels {
	color: #000;
	text-align: center;
	line-height: 24px;
	font-family: Arial;
	padding: 0 3% 1% 3%;
}

#chartZoom .gridLabels {
	line-height: normal;
}

.gridTitleLabel {
	font-size: 18px;
	display: block;
	font-weight: 500;
}

.gridSubtitleLabel {
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
	padding-bottom: 4px;
	display: block;
}

.textBlack {
	color: #000;
}


.noSolution {
	position: absolute;
	top: 50%;
	left: 10%;
	width: 80%;
	text-align: center;
	font-weight: bold;
	background: #fff;
	box-shadow: 1px 1px 5px #000;
	font-size: 18px;
}

.dashboardTitle, .lifeCycleLabel {
	text-align: center;
	display: block;
}

.lifeCycleLabel {
	font-size: 14px;
}

.excelExport {
	width: 16px;
	height: 16px;
	background: url('../Images/export-sprite.gif') 0 0;
	border: 0;
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	vertical-align: middle;
	font-size: 1px;
	cursor: pointer;
}

.filteredStyle:before {
	content: url('../Images/gridfilter.gif');
	padding-right: 5px;
	position: relative;
	top: 3px;
}

.doNotDisplay {
	display: none !important;
}

/*.RadGrid .rgGroupHeader td div div {
    top: -0.1em !important;
}*/

.RadGrid .rgGroupHeader td div div {
	top: -5px !important;
}

.RadGrid .rgGroupHeader td div div {
	position: static !important;
}

.qsmPopupPadding {
	padding: 10px;
}

#SizeBinGridInstructions {
	padding-top: 30px;
	padding-bottom: 10px;
}

#CustomBinSave {
	position: absolute;
	bottom: 10px;
}

.projectComboBox {
	display: inline-block !important;
}

.projectComboBoxLabel {
	display: block !important;
	font: 12px "Segoe UI",Arial,Helvetica,sans-serif;
	color: #000000;
}

#ChooseChartType {
	padding-right: 10px;
}

#ChooseSolution {
	padding-right: 10px;
}

#ucProjEnvFieldset .checklist {
	overflow: auto !important;
	width: 100%;
}

/*.openDashboard {
    display: block;
    position: relative;
    bottom: 50px;
    right: 10%;
    float: right;
}*/

/*Override bootstrap column width in radwindows*/
.qsmRadWindowContainer {
	width: 90%;
}

.modal, .loadingDiv {
	display: none;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
    background: #fff;
	background: rgba( 255, 255, 255, .4 ) url('../Images/loading5.gif') 50% 50%;
	background-repeat: no-repeat;
}

#main.loading {
	overflow: hidden;
}

	#main.loading .modal {
		display: block;
	}

.rfdRadioUnchecked.p-i-radio:before,
.rfdRadioChecked.p-i-radiobutton:before {
	content: "";
}

.scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
}

.closeButtonRight {
    position: absolute;
    right: 10px;
}