html,
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: "FontAwesome";
	font-weight: normal;
	font-style: normal;
	src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/webfonts/fa-solid-900.eot");
	src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/webfonts/fa-solid-900.eot") format("embedded-opentype"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/webfonts/fa-solid-900.woff") format("woff2"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/webfonts/fa-solid-900.woff") format("woff"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/webfonts/fa-solid-900.ttf") format("truetype"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/webfonts/fa-solid-900.svg?v=5.8.2#fontawesomeregular") format("svg");
}

body {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	color: #333;
	text-align: left;
	background-color: #FFF;
}

#header {
	background-color: #3e6db4;
	width: 100%;
	height: 55px;
	margin: 0;
	padding: 0;
	min-width: 1000px;
}


/* Header Logo and Header Title Styles */
#logo {
	float: left;
	height: 100%;
}

#logo img {
	border: 0;
	padding-top: 12px;
}

#logo img:hover {
	transition: .3s ease;
	opacity: 0.5;
}

#logo .headerLogo {
	width: 125px;
	margin-right: 1rem;
	padding: 0 5px;
	height: 53px;
	display: inline-block;
	background-color: #325094;
	border: 1px solid #457ec6;
	border-top-right-radius: 28px;
	border-bottom-right-radius: 28px;
}

#header .headerTitle {
	align-items: center;
	z-index: 1;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 22px;
	color: #fff;
	line-height: 1.5;
	padding: 12px 0;
}

#headerRight {
	float: right;
	margin-right: 10px;
	font: 10px Verdana, sans-serif;
	color: #FFFFFF;
	text-align: left;
}

#headerRight .dijitProgressBar {
	position: relative;
	height: 1px;
	width: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
}

#headerRight #uploadProgressBarBubble {
	position: absolute;
	height: 11px;
	width: 11px;
	border-radius: 50%;
	background-color: #8fbf03;
	color: green;
	border: 2px solid green;
	margin-top: -25px;
	margin-left: -20px;
	font-size: .8em;
}

#headerRight .button {
	float: left;
	background-color: #09374f;
	width: auto;
	height: 18px;
	padding: 4px 10px 0px 10px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	border-radius: 0px 0px 8px 8px;
}

#headerRight .buttonProfile a {
	width: auto;
	display: block;
	float: left;
}

#headerRight .buttonHelp {
	background: url(../images/button_Help.jpg) no-repeat;
	width: 82px;
	height: 14px;
	text-align: center;
}

#headerRight .buttonResources {
	background: url(../images/button_Resources.jpg) no-repeat;
	width: 68px;
	height: 14px;
	text-align: center;
}

#headerRight a {
	color: #448A9F;
	text-decoration: none;
	font-weight: bold;
}

#headerRight a:hover {
	color: #FFFFFF;
}

#loggedInUser {
	height: 14px;
}

#navBar {
	width: 100%;
	margin: 0;
	padding: 0;
	min-width: 1000px;
	overflow: hidden;
}

#navLeft {
	background: url(../images/navLeft.jpg) no-repeat;
	float: left;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 56px;
}

#navRight {
	background: url(../images/navRight.jpg) no-repeat;
	float: right;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 56px;
}

#navContent {
	float: left;
	background-image: none;
	background-color: #3E6DB4;
	margin: 0;
	padding: 3px 0;
	width: 100%;
	height: 28px;
}

#navContent span {
	margin: 0; 
	list-style: none;
	float: left;
}

#navContent span.last {
	background: none;
}

#navContent ul {
	margin: 0 3px;
	padding: 0;
}

#navContent li {
	float: left;
	margin: 0;
	list-style: none;
}

#navContent a {
	color: #fff;
	font: 12px Verdana, Tahoma, sans-serif;
	text-decoration: none;
	display: block;
	line-height: 28px;
	padding: 0 15px;
	border-radius: 2px;
}

#navContent a:hover {
	background: #539fe8;
}

#navContent .selected a {
	color: #FFFFFF;
}

#navContent i {
	padding-right: 5px;
}

#uploadProgressBarText div {
	display: none;
}

#uploadProgressBarText:after {
	content: "Uploads"
}

#uploadProgressBarText.loading {
	content: "Uploading "
}

#uploadProgressBarText.loading div {
	display: inline !important;
	box-sizing: border-box;
	margin-left: 4px;
	background: url(../images/ellipsisLoader.gif) left bottom no-repeat;
	background-size: 100%;
}

#breadcrumb {
	background: #09374F;
	height: 25px;
	padding: 5px 10px 0px;
	font: 12px Arial, sans-serif;
	font-weight: bold;
	margin: 0px 12px 0px;
	color: white;
	display: none;
}

#breadcrumb .bottomTab {
	float: right;
	background-color: #1d566b;
	width: auto;
	height: 16px;
	padding: 2px 8px 2px 8px;
	margin-right: 10px;
	margin-left: 0px;
	text-align: center;
	border-radius: 0px 0px 8px 8px;
	margin-top: -7px;
	font-weight: normal;
	opacity: .8;
}

#breadcrumb a,
#breadcrumb a:link,
#breadcrumb a:visited,
#breadcrumb a:hover,
#breadcrumb a:active {
	color: #FFFFFF;
	padding: 0px 5px 10px;
	text-decoration: none;
}

#breadcrumb .bottomTab:hover {
	opacity: 1;
}

#breadcrumbLeft a {
	color: #FFFFFF;
}

#breadcrumbLeft {
	background: url(../images/breadcrumbLeft.jpg) top left no-repeat;
	float: left;
	margin: 0;
	padding-top: 3px;
	padding-left: 30px;
	height: 22px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
}

#breadcrumbRight {
	background: url(../images/breadcrumbRight.jpg) top right no-repeat;
	float: right;
	margin: 0;
	padding-top: 3px;
	padding-right: 30px;
	height: 22px;
	color: #448A9F;
	text-align: right;
	font-weight: bold;
}

#contentContainer {
	width: 100%;
	border-width: 0;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50px;
	bottom: 0;
}

#contentTop {
	background: url(../images/contentTop.jpg) repeat-x;
	height: 5px;
	margin: 0;
	padding: 0;
	line-height: 0px;
	overflow: hidden;
}

#contentTopLeft {
	background: url(../images/contentTopLeft.jpg) top left no-repeat;
	float: left;
	margin: 0;
	padding: 0;
	height: 5px;
	width: 25px;
}

#contentTopRight {
	background: url(../images/contentTopRight.jpg) top right no-repeat;
	float: right;
	margin: 0;
	padding: 0;
	height: 5px;
	width: 25px;
}

#mainLeft {
	background: url(../images/mainLeft.jpg) top left repeat-y;
	margin: 0;
	padding: 0;
	width: 25px;
	position: absolute;
}

#mainRight {
	background: url(../images/mainRight.jpg) top right repeat-y;
	margin: 0;
	padding: 0;
	width: 25px;
	position: absolute;
}

#centerContent {
	background-color: #FFF;
	position: absolute;
}

#mainBottom {
	background: url(../images/bottom.jpg) repeat-x;
	padding: 0;
	margin: 0;
	width: 100%;
	min-width: 1000px;
	height: 33px;
	position: absolute;
}

#bottomLeft {
	background: url(../images/bottomLeft.jpg) top left no-repeat;
	float: left;
	margin: 0;
	padding: 0;
	width: 26px;
	height: 33px;
}

#bottomRight {
	background: url(../images/bottomRight.jpg) top left no-repeat;
	float: right;
	margin: 0;
	padding: 0;
	width: 26px;
	height: 33px;
}

.tundra .dijitTabContainerLeft-container {
	border-left: none;
}

.tundra .dijitTabPaneWrapper {
	border: none;
}

.tundra .dijitTab {
	border-top: 1px solid #2A6A85;
	border-left: 1px solid #2A6A85;
	border-bottom: 1px solid #031D2A;
	border-right: 1px solid #031D2A;
	background: #062B3E;
	font: 12px Verdana, Tahoma, sans-serif;
	color: #FFFFFF;
}

.tundra .dijitTabChecked {
	background-color: #144158;
	background-image: none;
}

.tundra .dijitTabContainerLeft-tabs .dijitTab,
.tundra .dijitTabContainerRight-tabs .dijitTab {
	margin: 0;
}

.tundra .dijitTabContainerLeft-tabs {
	margin: 0;
	border-right: none;
	margin-right: none;
}

.tundra .dijitTabContainerLeft-tabs .dijitTabChecked {
	border-right-color: inherit;
}


/* Editable cells */
.tundra.dojoxGridRow .dojoxEditableGridCell {
	font-weight: bold;
}

.tundra .dijitTabContainerLeft-dijitContentPane {
	padding: 5px;
}

#centerContent a {
	font-weight: normal;
	transition: .3s;
}

#centerContent a:link,
#centerContent a:visited {
	color: #3E6DB4;
}

#centerContent a:hover {
	color: #994708;
}

h1 {
	font: 20px Verdana, Tahoma, sans-serif;
	color: #3e6db4;
	font-weight: normal;
	line-height: 1.5;
	margin: 0;
}

h2 {
	font: 18px Verdana, Tahoma, sans-serif;
	color: #333;
	font-weight: 500;
	line-height: 1.5;
	margin: 0;
}

h3 {
	font: 12px Verdana, Tahoma, sans-serif;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
	margin: 0;
}

hr {
	border: 0;
	height: 1px;
	color: #99CC00;
	background-color: #fff;
}

hr.border-bottom {
	border-bottom: 2px solid #ccc;
}

.center {
	text-align: center;
}

.dialogFormContainer {
	height: 400px;
}

.contentPadding {
	padding: 15px;
}

.receivedFilesTable {
	border-collapse: collapse;
	font-size: 11px;
	text-align: left;
}

.receivedFilesTable th,
.receivedFilesTable td {
	border: 1px solid #CCC;
	padding: 3px;
}

.receivedFilesTable th {
	font-weight: bold;
	border-bottom: 1px solid #000;
}

.link,
.editLink,
.removeLink {
	text-decoration: underline;
	color: blue;
	cursor: pointer;
	cursor: hand;
}

.tundra .nondraft .editLink,
.tundra .nondraft .removeLink {
	color: transparent;
	cursor: default;
	filter: alpha(opacity=0);
}

.nondraft .editLink .dojoxGridRowOver,
.nondraft .removeLink .dojoxGridRowOver {
	color: #A1CCD9
}

.sectionHeader {
	background-color: #E7E7E7;
	border-style: outset;
	border-width: 1px;
	font-size: 10pt;
	font-weight: bold;
	height: 20px;
	padding: 3px 3px 3px 10px;
}

.tdlabel {
	font-weight: bold;
	padding-right: 10px;
	text-align: left;
}

.dojoxDialogTitleBar {
	width: 100%;
}

.dojoxGridSortNode {
	padding-bottom: 2px;
}

.rightsidenavtext {
	color: #FFF;
}

.mainContentFrame {
	padding: 10px;
}

.selectInd {
	cursor: pointer;
	background-position: center center;
	width: 25px;
	background-repeat: no-repeat;
	background-image: url("/pmdtShared/images/icons/unchecked.gif");
}

.dojoxGridRowSelected .selectInd {
	cursor: pointer;
	background-position: center center;
	width: 25px;
	background-repeat: no-repeat;
	background-image: url("/pmdtShared/images/icons/checked.gif");
}

.discovWidgetLabelError {
	background-color: transparent;
}

.dgrid-row-odd {
	background-color: #E4EEEF;
}

.discLabel {
	font-weight: bold;
	font-size: 12px;
}

.instructions {
	color: gray;
	font-size: 8px;
}

.ddg {
	width: 240px;
}

.ddg .dgrid-column-colSelector {
	width: 17px
}

#offerAmountField {
	text-align: right;
}

#editBusinessEntityForm .grayDescription {
	color: gray;
	font-style: italic;
}

#editBusinessEntityForm .formTable th {
	width: 20%;
}

#editBusinessEntityForm .formTable td {
	width: 30%;
}

#editBusinessEntityForm .dijitTextBox {
	width: 200px;
}

/* outer container for the titlebar of the dialog */
.dojoxDialogTitleBar {
	cursor: move;
	top: 0;
	left: 0;
	right: 0;
	background: #ededed;
	height: 20px;
	font-size: 13px;
	font-weight: bold;
	outline: 0;
	/* remove this line if keyboard focus on dialog startup is an issue. tab still takes you to first focusable element */
	border-top-left-radius: 7pt;
	border-top-right-radius: 7pt;
	padding-top: 5px;
}

.wideButton .dijitButtonNode {
	width: 150px;
}

.bigButton .dijitButtonNode {
	width: 125px;
}

.largeButton .dijitButtonNode {
	width: 100px;
}

.mediumButton .dijitButtonNode {
	width: 75px;
}

.smallButton .dijitButtonNode {
	width: 40px;
}

.dialogBorderContainer {
	height: 100%;
	width: 100%;
	padding: 0;
}

.dialogBorderContainer .dijitAlignTop {
	padding: 10px 20px 10px;
	overflow-x: hidden;
}

.dialogBorderContainer .dijitAlignCenter {
	overflow-x: hidden;
	padding: 0px 20px 0px;
	overflow-x: hidden;
}

.dialogBorderContainer .noPadding.dijitAlignTop {
	padding: 0px 20px 0px;
}

.dialogBorderContainer .dijitAlignBottom {
	padding: 10px 20px 0px;
	overflow-x: hidden;
}

.dialogBorderContainer .dijitAlignBottom.buttonPane {
	text-align: left;
}

.buttonSpacer {
	padding-left: 10px;
}

.buttonContainer {
	text-align: center;
	padding: 5px 0px 5px;
}

.nowrap {
	white-space: nowrap;
}

.checkBoxList {
	height: 250px;
}

.tundra .currencyField.dijitTextBox {
	padding-right: 5px;
}

.currencyField,
.dijitTextBox.currencyField {
	text-align: right;
	width: 110px;
	padding-right: 5px;
}

.fullField,
.dijitTextBox.fullField {
	width: 100%;
}

.veryLongField,
.dijitTextBox.veryLongField {
	width: 300px;
}

.longField,
.dijitTextBox.longField {
	width: 250px;
}

.mediumField,
.dijitTextBox.mediumField {
	width: 175px;
}

.shortField,
.dijitTextBox.shortField {
	width: 100px;
}

.veryShortField,
.dijitTextBox.veryShortField {
	width: 75px;
}

.tinyField,
.dijitTextBox.tinyField {
	width: 50px;
}

.dijitDateTextBox {
	width: 100px;
}

.fullForm {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

.dojoxListInputMatch {
	border: 1px solid #7AA3CC;
	background-color: #D6EBFF
}

.dojoxListInputMatch.extEmail {
	border: 1px solid #5EB55E;
	background-color: #efffef
}

.tundra .dojoxListInputMismatch {
	border: 1px solid #D39E9E;
	background-color: #E1BFBF;
}

.tundra .excelIcon,
.excelIcon {
	height: 14px;
	width: 14px;
	padding-left: 3px;
	background-repeat: no-repeat;
	background-image: url("/producersPortal/images/excel_icon.png");
}

.hide {
	display: none;
}

#projectTabContainer {
	height: 100%; 
	margin-top: 5px;
	margin-left: 5px;
}

#vendorContainer {
	height: 100%;
	margin-top: 5px;
	margin-left: 5px;
}

#vendorForm th {
   width: 10%;
}

#dojox_widget_Dialog_1_underlay {
	background-color: black;
}

#dojox_widget_Dialog_2_underlay {
	background-color: black;
}

#dojox_widget_Dialog_3_underlay {
	background-color: black;
}

#dojox_widget_Dialog_4_underlay {
	background-color: black;
}

.dropDownFieldPadding {
	padding-right: 2px;
}

.dropDownFieldDiv {
	border: 1px solid grey;
	background-color: white;
	overflow: hidden;
}

div#pmdNavDiv {
	position: relative;
	display: inline-table;
	overflow: visible;
}

div#pmdNavDiv ul {
	display: none;
}

div#pmdNavDiv:hover ul {
	display: block;
}

div#pmdNavDiv ul li {
	background: none;
	padding: 0;
	float: none;
	white-space: nowrap;
}

div#pmdNavDiv ul li:hover a {
	color: #448A9F;
}

div#pmdNavDiv ul li a {
	font-style: normal;
	color: #000000;
}

div#pmdNavDiv ul {
	background-color: white;
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 14px;
	margin-left: 0;
	overflow: visible;
	z-index: 999999;
	border-style: solid;
	border-width: 1px;
	border-color: #448A9F;
	text-align: left;
}

#pmdPageTitle h2 {
	font-size: 12px;
}

#uploadStatusGrid .ui-state-highlight {
	background-color: transparent;
}

#uploadStatusGrid .field-filename {
	width: 40%;
}

#uploadStatusGrid .field-description {
	width: 60%;
}

#uploadStatusGrid .field-size {
	width: 90px;
}

#uploadStatusGrid .field-status {
	width: 150px;
}

#uploadStatusGrid .field-action {
	width: 90px;
}

.requestHelpIcon {
	width: 110px;
	height: 21px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	background-repeat: no-repeat;
	background-image: url("../images/help2.png");
}

.filterInactiveIcon {
	width: 13px;
	height: 11px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	background-repeat: no-repeat;
	background-image: url("../images/icons/filter-inactive.png")
}

.filterActiveIcon {
	width: 13px;
	height: 11px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	background-repeat: no-repeat;
	background-image: url("../images/icons/filter-active.png")
}

#transfer-0 {
	height: 0px;
	width: 0px;
}

.tundra #uploadProgressBar .dijitProgressBarTile {
	background-color: #99CC00;
	background-image: none;
}

.tundra #uploadProgressBar .dijitProgressBarLabel,
.tundra #downloadProgressBar .dijitProgressBarLabel {
	font-size: 7px;
}

.tundra #downloadProgressBar .dijitProgressBarTile {
	background-color: #99CC00;
	background-image: none;
	font-size: 6px;
}

#header.dotLayer1 {
	color: #3e6db4;
}

#header .dotStacked {
	font-size: 1.5em;
	cursor: pointer;
}


#logoButton img {
	margin-top: 10px;
	width: 75%;
	height: auto;
}

#resHeaderMenu {
	position: absolute;
	top: 58px;
	height: 28px;
	width: 100%;
	border: none;
}

.hive.tundra.reskin .hivePopupMenu .dijitMenuItemIconCell {
	padding-left: 10px;
}

.hive.tundra .hivePopupMenu {
	margin-top: 0em;
	border: 0;
	border-radius: none;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.75);
	background: #FFFFFF;
}

.hive.tundra .hivePopupMenu * {
	padding: 4px 0;
}

.hive.tundra table.hivePopupMenu {
	border-collapse: separate;
}

.hive.tundra .hivePopupMenu tbody {
	margin-top: 10px;
	border-radius: 8px;
}

.hive.tundra .hivePopupMenu .dijitMenuItemLabel,
.tundra .dijitMenuItem td,
.tundra .dijitMenuItem td.dijitMenuArrowCell {
	padding: 10px
}

.hive.tundra .hivePopupMenu tr:last-child td:first-child {
	border-radius: 0px 0px 0px 9px;
}

.hive.tundra .hivePopupMenu tr:last-child td:last-child {
	border-radius: 0px 0px 9px 0px;
}

.hive.tundra .hivePopupMenu td {
	font-size: 1.15em;
}

.hive.tundra .hivePopupMenu,
.hive.tundra .hivePopupMenu {
	color: #325094;
}

.hive.tundra .hivePopupMenu tr.dijitMenuItemHover,
.hive.tundra .hivePopupMenu tr.dijitMenuItemSelected,
.hive.tundra .hivePopupMenu tr.dijitMenuItemHover {
	background-color: #edf1f6;
	color: #EDF1F6;
}

/******************/
/*****DIALOGS******/
/******************/
.hive.tundra.reskin .dojoxDialog {
	border-radius: 3px;
}

.projectDetailsContainer h2 {
	margin-bottom: 10px !important;
}

.myProfileTable hr {
   border-top: 1px solid #ccc !important;
}

#myReleaseAgreementsGrid .dgridSortIcon {
   left: 12%;
}

.sectionHeadingBorder hr {
	border-top: 2px solid #ccc;
}

.sectionTitleAlign {
	padding: 5px !important;
}

.sectionTitleMargin {
	margin-bottom: 10px;
}