﻿@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic,700italic);
@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css);

/* ------------Bootstrap customizations/overrides */
.row {
	margin-bottom:12px;
}

.col-align-right {
	text-align:right; padding-right:10px;
}

.col-align-right + [class^="col-md-"] {
	border-left:1px solid #bbbbbb;
}


	[class^="col-md-"] ol {
		padding-left:15px;
	}

.navbar-default .navbar-nav .open .dropdown-menu>li>a,.navbar-default .navbar-nav .open .dropdown-menu {
    background-color:#000000;
}

select {
	color:#000;
}

input {
	color:#000;
}

textarea {
	color:#000;
}


/*  Bootstrap Clearfix */

/*  Tablet  */
@media (min-width:767px){

  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1){
    clear: none;
  }
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: left;
  }
}


/*  Medium Desktop  */
@media (min-width:992px){

  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: none;
  }
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1){
    clear: left;
  }
}


/*  Large Desktop  */
@media (min-width:1200px){

  /* Column clear fix */
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: none;
  }
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1){
    clear: left;
  }
}



/* ------------Printable Bootstrap -------------*/

@media print {
	.col-print-1 {
		width: 8%;
		float: left;
	}

	.col-print-2 {
		width: 16%;
		float: left;
	}

	.col-print-3 {
		width: 25%;
		float: left;
	}

	.col-print-4 {
		width: 33%;
		float: left;
	}

	.col-print-5 {
		width: 42%;
		float: left;
	}

	.col-print-6 {
		width: 50%;
		float: left;
	}

	.col-print-7 {
		width: 58%;
		float: left;
	}

	.col-print-8 {
		width: 66%;
		float: left;
	}

	.col-print-9 {
		width: 75%;
		float: left;
	}

	.col-print-10 {
		width: 83%;
		float: left;
	}

	.col-print-11 {
		width: 92%;
		float: left;
	}

	.col-print-12 {
		width: 100%;
		float: left;
	}
}


/* ------------General Styles------------ */

body 
{
	padding:0px;
	margin:0px;
    font-size: 12pt;
    font-family: Calibri, Verdana, Arial, Helvetica, sans-serif, times new roman;
}

.clear {
	clear:both;
}

input[type='text']
{
    padding: 5px;
}

input[type='file']
{
    color:#000;
}

a:link
{
    color: #000000;
}

a:visited
{
    color: #d2d0d0;
}

/*Master Page Styles*/
#mastContainer
{
    width:100%;
}

.mastBanner
{
    text-align:center;
    background-color:#FFFFFF;
}
.mastBanner img {
	width:100%; height:auto;
}

#mastRoleMenu
{
    width:100%;
    height:75px;
}

#mastActiveMenu {
    margin-bottom: 40px;
}

.mastActiveMenu {
    text-align: center;
}

#mastClientAreaPanel
{
    float: left;
}

#mastClientAreaColumnExpand,
#mastClientAreaColumnCollpse
{
    height:90%;
    float:left;
}

#mastClientAreaColumnExpand
{
    width: 24%;
}

#mastClientAreaColumnCollpse
{
    width: 2%;
}

.mastClientAreasliding-pane {
    float: left;
    visibility: visible;
}

.mastClientArea
{
    font-size: 11pt;
    background-color:#f5f5f5;
    color:#8f8f8f;
    padding:10px;
    width:80%;
	border-radius:10px;
	margin-left:auto;
    margin-right:auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 20px;
}
/*
.mastClientArea h3 {
    font-family: "Noto Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 22px;
    font-weight: normal;
}
.mastClientArea p {
    font-size: 13px;
}
.mastClientArea center {
    font-size: 15px;
}
.mastClientArea b {
    font-weight: normal;
    display: inline-block;
}
.mastClientArea a {
    color: #666;
}
*/
.mastClientArea a, .loginNewUser a {
    color: inherit;
}
#mastContentAreaColumnExpand,
#mastContentAreaColumnCollapse
{
    background-color: #FFFFFF;
    width:76%;
    height:90%;
    float:left;
}

#mastContentAreaColumnExpand
{
    width:76%;
}

#mastContentAreaColumnCollapse
{
    width:98%;
}

.mastContentAreaContainer,
.mastContentAreaContainerHome
{
    width:98%;
	border: solid black 0px;
	border-radius:15px 15px 15px 15px;
	behavior: url(PIE.htc);
}

.mastContentAreaContainer
{
    border-radius: 10px !important;
    background:#F4F4F0;
    color: #000000;
    margin: -10px 0 20px 0;
}

.mastContentAreaContainerHome
{
    background:#FFFFFF;
}

.mastTitleBar
{
    font-size: 16pt !important;
    height: auto;
    text-align:center;
    line-height: 45px;
}

.mastTitleBarLabel {
    color: #000000;
    display: block;
    font-weight: normal;
    font-size: 1.4em;
    padding: 40px 0 20px;
    font-family: "Noto Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.mastMainContentArea
{
    margin: 0 auto;
	padding:10px;
}
.mastMainContentArea:empty {
    display: none !important;
}
.mastMainContentArea a {
	color: #000000;
}
.mastMainContentArea div {
    font-size: 12pt;
}
.mastMainFooter
{
    width:94%;
	margin:0% auto;
    background-color: #ffffff;
    font-size:11px;
    line-height: 1px;
    text-align: left;
    clear: both;
}

.mastMainFooter a
{
    color: #86AD5D;
}

/*Login Styles*/
#loginMainContainer
{
    width:80%;
    height:auto;
    margin: 50px auto auto auto;
    padding:5%;
}

.loginMainContainer {
    margin: 0 auto auto -10px !important;
    padding: 0 0 50px 0 !important;
    background-color: #F4F4F0;
    float: left;
    text-align: center;
    width: 105% !important;
    color: #000 !important;
}

.loginClientAreaContainer .mastClientArea {
    background: #fff !important;
    width: 80%;
    margin-top: 50px;
}

.loginClientAreaContainer .mastClientArea
{
    color:#000;
}

#loginNewUserColumn
{
    width: 20%;
    float: left;
}

.loginNewUser
{
    width:90%;
    padding:45px;
    border: none;
    background: #f5f5f5;
    color: #000 !important;
    margin-top: 130px !important;
    margin-left: 50% !important;
    position: relative;
    z-index: 999;
    border-radius:15px 15px 15px 15px;
}
.NewUserLink {
    color: #000;
}
.NewUserLink:before {
    content: "\f007";
}
.RememberMeLink {
    color: #000;
}
.RememberMeLink:before {
    content:"\f128";
}
.SiteClosedLabel
{
   	font-weight: bold;
	font-size: 14pt !important; 
	text-align: left;
}

#loginExistingUserColumn
{
    width: 40%;
    float: left;
}

.loginExistingUser
{
    width: 100%;
    text-align: center;
    color: #000;
    margin: auto 0;
    margin-top: 50px;
    margin-left: 9%;
    padding: 15px;
    margin-left: 130px;
    border: none;
	border-radius: 15px 15px 15px 15px;
}
.loginExistingUser table { 
    margin: 0 auto;
    width: 80%;
}

.loginExistingUser .loginExistingUserTable {
    margin: 0 auto;
    width: 100%;
    border-collapse: collapse;
}
.loginExistingUserTable .FieldLabel {
    width: 15%;
    text-align: right;
}
.loginExistingUserTable .ValidationAlert {
    text-align: center;
    display: table-cell;
}
.loginExistingUserTable .loginTextBoxes {
    padding: 8px;
    color: #000;
    border: none;
    width: 200px;
    float: left;
}
.ReturningUserHeader {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    width: 28%;
}
.LoginButtonCell
{
    text-align: center;
}
.LoginButton {
    text-align: center;
    font-size: 12pt !important;
    width: 200px;
    padding: 15px;
}

/*Splash Styles*/
.SplashOuter
{
    width:80%;
    height:auto;
    text-align:center;
    margin:auto 0;
    margin-top:50px;
    margin-left:9%;
    padding:15px;
    border: solid black 1px;
	border-radius:15px 15px 15px 15px;
	behavior: url(PIE.htc);
}

.SplashOuter a {
	color:#444444;
}

.SplashOuter a:visited {
	color:inherit;
}


/*Container Styles*/
.CenterContainerItems   /*** Rename Class*/
{
    width:95%;
	margin-left:auto;
    margin-right:auto;
}

.ActionItemContainer, .ActionItemContainerTopItem
{
    text-align: left;
    clear:left;
    padding: 0;
}
.ActionItemContainer .StandardButton {
    margin-top: 10px;
}

.AffiliationBlockContainer
{
    text-align: left;
    background-color:#FFFFFF;
    color:#000000;
    padding: 15px;
	border-radius:10px;
	margin-left:auto;
    margin-right:auto;
    margin-bottom: 40px;
}

.StandardButton
{
    color: #ffffff;
    background-color: #303641;
    border-color: #303641;
    display: inline-block;
    margin-bottom: 0px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.4285;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.StandardButton:hover, .StandardButton:focus 
{
    color: #ffffff;
    background-color: #1f232a;
    border-color: #16191e;
    text-decoration: none;
    outline: none;
}

.StandardButton:disabled{    
    background-color: #657189 !important;
    color: #D8D8D8 !important;
    border: 1px solid #657189;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQIW2NkQAKrVq36zwjjgzhhYWGMYAEYB8RmROaABADeOQ8CXl/xfgAAAABJRU5ErkJggg==) repeat;
}


/*Grid View Styles*/
table.grdDefaultStyle
{
    padding: 8px;
    line-height: 1.4285;
    vertical-align: top;
    border-top: 0px solid #000000;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

table.grdDefaultStyle caption
{
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

table.grdDefaultStyle th
{
    text-align: left;
    font-weight: bold;
    color: #000;
    padding: 15px;
    background-color: #fff;
    border-bottom: #000 solid 1px;
}

table.grdDefaultStyle th a
{
    color: #000;
    text-decoration: none;
}

table.grdDefaultStyle tr th a:before {
    display: inline-block;
    float: left;
    content: "\f0dc";
    font-family:FontAwesome;
    padding-right: 5px
}

table.grdDefaultStyle a {
    color: #313640;
}

table.grdDefaultStyle tr td a {
    font-size: .9em;
}

table.grdDefaultStyle td
{
    font-family: "Noto Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .9em;
    padding: 15px;
    text-align: left;
    line-height: 12px;
}

table.grdDefaultStyle .grdDefaultRowStyle
{
    background-color:#FFFFFF;
    color:#373e4a;
}

table.grdDefaultStyle .grdDefaultAltStyle
{
    background-color:#e3e3e3;
    color:#373e4a;
}
/* Put a border radius around the table */
table.grdDefaultStyle tr:last-child td:first-child {
    -moz-border-radius-bottomleft:10px;
    -webkit-border-bottom-left-radius:10px;
    border-bottom-left-radius:10px
}
table.grdDefaultStyle tr:last-child td:last-child {
    -moz-border-radius-bottomright:10px;
    -webkit-border-bottom-right-radius:10px;
    border-bottom-right-radius:10px
}
table.grdDefaultStyle tr:first-child td:first-child,
table.grdDefaultStyle tr:first-child th:first-child {
    -moz-border-radius-topleft:10px;
    -webkit-border-top-left-radius:10px;
    border-top-left-radius:10px
}
table.grdDefaultStyle tr:first-child td:last-child,
table.grdDefaultStyle tr:first-child th:last-child {
    -moz-border-radius-topright:10px;
    -webkit-border-top-right-radius:10px;
    border-top-right-radius:10px
}

table.grdDefaultStyle .grdDefaultPagerStyle
{
    background-color: #f5f5f5;
    border-top: #000 solid 1px;
    border-bottom: #000 solid 1px;
}

table.grdDefaultStyle .grdDefaultPagerStyle span
{
    color: #000;
    font-weight: bold;
    font-size: 1.2em;
}

table.grdDefaultStyle .grdDefaultPagerStyle a
{
    font-size: 1.2em;
}


/* Author Home Link Images */
.grdTableActionItems
{
    width: 20%;
}

.grdTableActionSingleItem
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.grdTableActionItems a, .grdTableActionSingleItem a 
{
    text-decoration: none;
}
.grdTableActionItems a:before, .grdTableActionSingleItem a:before {
    font-family:FontAwesome;
    line-height:1;
    margin:7px;
    display:inline-block;
    text-decoration: none;
}

.grdLnkEditSubmission:before {
    content:"\f044";
}
.grdLnkViewSubmission:before {
    content:"\f06e";
}
.grdLnkContinue:before {
    content:"\f054";
}
.grdLnkEdit:before {
    content:"\f044";
}
.grdLnkWithdraw:before {
    content:"\f014";
}
.grdLnkReinstate:before {
    content:"\f01e";
}
.grdLnkPresentationUpload:before {
    content:"\f093";
}
.grdLnkEditPresentation:before {
    content:"\f040";
}
.grdLnkViewReceipt:before {
    content:"\f0c6";
}
.grdLnkViewVideo:before {
    content:"\f008";
}


/* HyperLink Styles */
/* Note: for links using images set the class to both ImageLink and class with the image name (i.e. class="ImageLink EditLink") */
.ImageLink {
    text-decoration: none;
}
.ImageLink:before {
    font-family:FontAwesome;
    line-height:1;
    margin:5px;
}
.DeleteLink:before {
    content:"\f00d";
}
.EditLink:before {
    content:"\f044";
}
.CopyLink:before {
    content:"\f0c5";
}
.FileGuideline:before {
    content:"\f15b";
}
.ReceiptLink:before {
    content:"\f0d6";
}
.UserLink:before  
{
    content:"\f007";
}
.DownloadLink:before
{
    content:"\f019";
}

.lnkViewFileUpload, .lnkDeleteFileUpload {
    border-bottom: 1px solid #fff;
}

.lnkViewFileUpload:before {
    content:"\f06e";
}
.lnkDeleteFileUpload:before {
    content:"\f014";
}

/* Links for Blast Email */
.grdDefaultStyle .lnkEmailName
{
    color: #996633;
}
.grdDefaultStyle .lnkEmailSubject
{
    color: #229900;
}
.grdLnkResendBlast:before
{
    content: "\f0e0";
}
.grdLnkViewErrors
{
    color: #ff0000 !important;
}
.grdLnkViewErrors:before
{
    content: "\f12a";
}
.lnkViewEmailRecipients
{
    color: #990033 !important;
}
.lnkViewEmailRecipients:before
{
    content: "\f0c0";
}


/* Form Table Style */
.FormTable {
    width: 100%;
}
.FormTable th
{
    font-weight:bold;
    font-size: 20px;
    padding-bottom: 15px;
    text-align: center;
}
.FormTable,
.FormTable td {
    color: #000000;
    padding: 5px;
}
.FormTable input,
.FormTable select {
    padding: 5px;
    margin-bottom: 6px;
}
.FormTable input[type='checkbox'] {
    width:20px;
}
.FormTable tr td:first-child {
    width: 15%;
    text-align: right;
    vertical-align: top;
}
.FormTable tr td:last-child {
    width: 85%;
    text-align: left;
}
.FormTable .listItemsControl tr td
{
    width: auto;
    text-align: left;
}
.FormTable .RadEditorFormTable td
{
    padding: 0px !important;
}
.FormTable .EditorCounterContainer
{
    margin-top: -1px;
}
table.EmailLookupTable
{
    width: 100%;
    border: 1px solid #000;
    border-radius: 10px;
}
table.EmailLookupTable th
{
    text-align: center;
    font-size: 14pt;
    font-weight: bold;
    background-color:#fff;
    color: #000;
    padding: 15px;
    border-bottom: #000 solid 1px;
}
table.EmailLookupTable td
{
    background-color:#FFFFFF;
    color:#373e4a;
    vertical-align: top;
    width: 50%;
}
table.EmailLookupTable .SearchButtons
{
    text-align: center;
    padding: 5px 0px 5px 0px;
    border-top: #000 solid 1px;
    -moz-border-radius-bottomleft:10px;
    -webkit-border-bottom-left-radius:10px;
    border-bottom-left-radius:10px;
    -moz-border-radius-bottomright:10px;
    -webkit-border-bottom-right-radius:10px;
    border-bottom-right-radius:10px
}
table.EmailLookupTable th:first-child 
{
    -moz-border-radius-topleft:10px;
    -webkit-border-top-left-radius:10px;
    border-top-left-radius:10px
}
table.EmailLookupTable th:last-child 
{
    -moz-border-radius-topright:10px;
    -webkit-border-top-right-radius:10px;
    border-top-right-radius:10px
}
.grdDefaultStyle .EmailLookupSentForLabel
{
    font-size: 11px;
    color: #CC0066;
}

.grdDefaultStyle .grdResultsItemLink a {
    line-height:1;
    margin:7px;
    display:inline-block;
}

.grdResultsItemLink .lnkViewEmail
{
    color: Green;
}

.grdResultsItemLink .lnkResendEmail
{
    color: Red;
}

.grdResultsItemLink .lnkViewEmailVisits
{
    color: #0099FF;
}

/* Submission Detail Style */
div.SubmissionFieldsContainer
{
    padding: 2px;
    margin: 2px;
}
div.SubmissionFieldsRow
{
    margin: 8px 0px 8px 0px;
}
div.SubmissionFieldsCellQuestion
{
    display: inline-block;
}
div.SubmissionFieldsCellQuestionIndented
{
    padding: 15px 0px 15px 15px;
}
.SubmissionFieldAdditionalInformation
{
    font-weight:bold;
    font-size:14px;
    font-style:italic;
}

.FormTable input[readonly],
.FormTable select[disabled],
.FormTable textarea[readonly],
.FormRow input[readonly],
.FormRow select[disabled],
.FormRow textarea[readonly],
div.SubmissionFieldsRow input[readonly],
div.SubmissionFieldsRow select[disabled] {
    background-color:#c6c5c5;
}

/* Active Menu Style */
.SetInfoPanel {
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center !important;
    border-radius: 10px !important;
}
.StepInfoLabel {
    font-size: 1.4em !important;
}
.SubmissionStepsContainer
{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

/* Submission Step Layout */
div.UploadItem      /*** Rename Class*/
{
    padding-top: 8px;
    margin: 10px 0px 5px 0;
}
div.UploadItem div
{
    padding: 5px 0px 5px 0
}
div.UploadItem:empty
{
    padding: 0 !important;
    margin: 0 !important;
}
.CenterContent
{
    text-align:center;
}
.CenterContent .ActionItemContainer
{
    margin-top: 10px;
    text-align:center;
}

/*Payment Details*/
.PaymentDetailTable {   /*** Rename Class*/
    width:95% !important;
    border: 2px solid black !important;
}
.PaymentDetailTable td {
    background-color: #fff;
    color: #000 !important;
}
.PaymentDetailTable .PaymentDetailTableItem
{
    text-align: center;
}
.PaymentDetailTable tr:last-child
{
    border-top: 2px solid #000;
}
.PaymentDetailTable tr:last-child td
{
    background-color: #BBB
}

.SubmittedPaymentTable {
    text-align: left;
    width: 95%;
    border: #fff solid 1px;
    padding: 5px;
}
.SubmittedPaymentTable th {
    font-weight:bold;
    font-size: 20px;
    padding-bottom: 15px;
    text-align: left;
}
.SubmittedPaymentTableInformation {
    padding: 20px;
    text-align: left;
    width: 50%;
    vertical-align: top;
}
.SubmittedPaymentTableInformation table {
    width: 100%;
}
.PaymentInformationContainer {
    margin-top: 15px
}
/* Receipt Styles */
.ReceiptHeader, .ReceiptInfo {
    font-weight: bold;
}
.ReceiptHeader {
    font-size: 18pt;
}
.ReceiptInfo {
    font-size: 16pt;
}

/* View Supporting Files */
.ViewSupportingFiles {
    margin: 0 0 15px 20px;
}
.ViewSupportingFiles li {
    padding:10px;
}

/* Submit Step */
.SubmissionInformation {
    width: 95%;
}
.SubmissionInformation td {
    padding: 5px;
}
.SubmissionInformationFieldLabel {
    text-align: left;
    font-weight: bold;
    width: 15% !important;
    font-weight: bold;
}
.SubmissionInformationContentInfo {
    text-align: left;
}

.SubmissionInformationAuthorsSubjects {
    width: 70%;
    color: #000;
    border: 1px solid;
}
.SubmissionInformationAuthorsSubjects tr {
    border: 1px solid;
}

.SubmissionInformationAuthorsSubjects td {
    background-color: #fff;
}

/* Search Styles */
.pnlContainerData .SearchItemContainer
{
    margin: 10px;
}
.pnlContainerData .StandardButton
{
    margin-bottom: 15px;
}


.ReportPanelContainer
{
    width: 95%;
    margin: 10px auto 20px auto;
}
.ReportInstructionContainer
{
    width: 90%;
    font-size: 11px !important;
    margin-left: auto;
    margin-right: auto;
}
.ReportInstructionContainer ul
{
    list-style-type: square;
}
.ReportInstructionContainer div
{
    font-weight: bold;
    font-style: italic;
}
.ReportFieldPickerGrid
{
    text-align: center;
}
.ReportFieldPickerGrid table 
{ 
    border-collapse: collapse; 
    text-align: left; 
    width: 100%; 
} 
.ReportFieldPickerGrid 
{
    font: normal 10px/150% Arial, Helvetica, sans-serif; 
    background: #fff; 
    overflow: hidden; 
    border: 1px solid #888F99; 
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
    border-radius: 3px; 
}
.ReportFieldPickerGrid table tr:first-child
{
    text-align: left;
    font-weight: bold;
    color: #000;
    padding: 15px;
    background-color: #fff;
    border-bottom: #000 solid 1px;
}

.ReportFieldPickerGrid table td, 
.ReportFieldPickerGrid table th 
{ 
    padding: 3px 10px; 
}
.ReportFieldPickerGrid table tbody td:first-child 
{ 
    border-left: none; 
}
.ReportFieldPickerGrid table tbody tr:last-child td 
{ 
    border-bottom: none; 
}

div.AssignReviewSubmissionInformation 
{
    margin: 8px 0px 8px 12px;
}

div.AssignReviewSubmissionInformation .AssignReviewerNumberSubmissions,
div.AssignReviewSubmissionInformation .AssignSubmissionNumberReviews {
    color: #253dfa;
}

div.AssignReviewSubmissionInformation .AssignSubmissionTitle {
    color: #000000;
}

div.AssignReviewSubmissionInformation .SubmissionReviewerInfo
{
    color: #4e0d33;
}

.AssignReviewerConflictInformation {
    color: #752525;
    margin-left: 6px;
}

/* Statistic Style */

/* Control Styles */
.RadUpload {
    width: 100%;
    font-size: 12pt;
}
.RadEditor {
    margin:0 auto;
    color: #000 !important;
    margin-left: 0;
}
.RadEditor + span {
    color: #000;
}
.EditorCounterContainer
{
    background-color: #eeeeee;
    color:#000;
    margin-top: -5px;
    margin-left: 1px;
    width: 680px;
}

.EditorCounterContainer .Information {
    padding-left: 8px;
}

.radioControl {
    border-collapse: unset !important;
}

.radioControlReview label, 
.radioControl label,
.radioFlowControl label
{
    display: inline;
    padding-left: 8px;  
    cursor: pointer;
    font-size: 12pt;
    font-weight: normal;
}

.radioFlowControl input[type='radio']
{
    margin-left: 10px;
}

.listItemsControl label
{
    display: inline;
    padding-left: 8px;  
    cursor: pointer;
    font-size: 12pt;
}

.CheckboxItemControlReview label,
.CheckboxItemControl label
{
    display: inline;
    padding-left: 8px;  
    font-size: 12pt;
}

.CheckboxItemControlReview label,
.radioControlReview label
{
    color: #000;
}

.radioControlReview td,
.radioControl td,
.CheckboxItemControlReview td,
.CheckboxItemControl td {
    padding-right: 18px;
}

/*Panel Control Style*/
.pnlContainerData,
.pnlContainerDataInfo
{
    margin: 0px 5px 0px 5px;
    padding-left: 10px;
    width: 75%;
}

.pnlContainerData legend 
{
    width: auto !important;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 2em;
    border-bottom:none;
    padding:0px 10px;
}
        
.pnlContainerData fieldset,
.pnlContainerDataInfo
{
    border: #000 solid 1px;
    width: 90%;
    padding: 20px;
    margin: 0 auto;
    text-align: left;
}

.pnlUnprocessedEmail, .pnlSentEmail, .pnlCancelledEmail
{
    margin: 0px 5px 0px 5px;
    width: 100%;
}

.pnlUnprocessedEmail legend, .pnlSentEmail legend, .pnlCancelledEmail legend
{
    width: auto !important;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 2em;
}

.pnlSentEmail legend
{
    color: green;
}

.pnlCancelledEmail legend
{
    color: #bc0030;
}

.pnlUnprocessedEmail fieldset, .pnlSentEmail fieldset, .pnlCancelledEmail fieldset
{
    border: #000 solid 1px;
    padding: 20px 10px 20px 10px;
    margin: 0 auto;
    text-align: left;
}

/* Alerts */
.IncompleteMsg, 
.ValidationAlert,
.rgNoRecords
{
    font-size: 12pt;
	font-weight:bold;
    color: #000000;
    padding: 10px 20px;
    background-color: #DBB3B3;
    border-radius: 5px;
    border: #BD6A6A solid 2px;
    display: inline-block;
    margin-bottom:20px;
}
.Successful 
{
    font-size: 12pt;
    color: #000000;
    padding: 10px 20px;
    background-color: #A3D39C;
    border-radius: 5px;
    border: #313640 solid 2px;
    display: inline-block;
    margin-bottom: 10px;
}
.ValidationAlert:empty
{
    padding: 0 !important;
    background-color: inherit !important;
    border: 0 !important;
}

/* Field Label Styles*/
.FieldLabel,
.FieldLabelImage,
table.grdDefaultStyle caption
{
	font-weight:bold;
	font-size:12pt;	
}

.FieldLabelImage:before, .FieldLabelImage:after {
    content: " \f068  ";
    font-family:FontAwesome;
}

.PageInstructions
{
    font-size: 14pt;
    color: #000000;
    padding: 10px 20px;
    background-color: #CCFFFF;
    border-radius: 5px;
    border: #313640 solid 2px;
    display: inline-block;
    margin-bottom: 10px;
}

.PageInstructionsHeader
{
   	font-weight: bold;
	font-size: 16pt !important; 
}

.Information
{
    font-weight:bold;
    font-size:14px;
}

.ImageCaption
{
    font-size:11px;
}

/* Project Manager Home Layout */

#PMHomeContainer
{
    width:100%;
    line-height: 95%;
}
#PMHomeNavigationColumn
{
    width:50%;
    float:left;
}

#PMHomeChartColumn
{
    width: 50%;
    float:left;
}

.PMHomeNavigationContainer, .PMHomeChartContainer {
    margin: 0 0 20px 0;
    text-align: center;
}
.PMHomeNavigationContainer
{
    background:#F4F4F0;
    width:95%;
	border: solid black 0px;
	border-radius:15px 15px 15px 15px;
}

.PMHomeChartContainer
{
    font-size: 10pt;
    color:#000000;
    padding:10px;
    width:95%;
	border-radius:15px 15px 15px 15px;
}
.PMHomeChartContainer svg {
    margin-left:50px;
    overflow: visible;
}

/* Chair Home Layout */
.ChairHomeNavigationContainer {
    width: 40%;
    margin: 0 0 20px 0;
    text-align: center;
    background:#F4F4F0;
	border: solid black 0px;
	border-radius: 15px 15px 15px 15px;
}

.StepInfoLabel
{
    color:#000000;
    font-size: 12pt;
}

.SetInfoPanel
{
    background-color:#f5f5f5;
    color:#000000;
    padding:10px;
    width:40%;
    text-align:left;
	border-radius:15px 15px 15px 15px;
}

.EditFormWrap{
    min-width: 500px !important;
}
.EditFormWrap label{
    display: inline-block;
    width: 200px !important;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
}

.EditFormWrap input[type=text]{
    width: 145px;
}

.EditFormWrap .StandardButton{
    position:relative !important;
    left: 310px !important;
    top: 10px;
}