﻿html, body {
	font-size: 16px;
}

body {
	font-family: "Roboto","Helvetica Neue",sans-serif;
}

a,
a:visited {
	color: #0076a2;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #00aeef;;
}

.Error
{
	color: rgb(221,44,0);
}
.ErrorSmall
{
	color: rgb(221,44,0);
	font-size:0.8em;	
}
.Warning
{
	color: #000000;
	font-weight: 500;
}

.OnlineEntryFormCell
{
    vertical-align:top;
}

.CategoricalTableCatHdrCell
{
    vertical-align:top;
    text-align:center;
}


.CategoricalTableCatHdrCell div{
padding-right:5px;
}

.CategoricalTableVarNameCell
{
    vertical-align:top;
    text-align:right;
}

.CategoricalTableCtrlCell
{
    text-align:center;
    vertical-align:top;
}

.floatclearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.floatclearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .floatclearfix {height: 1%;}
.floatclearfix {display: block;}
/* End hide from IE-mac */




.BreadCrumbContainer
{
	padding-bottom: 8px;
}
.BreadCrumbs
{
	text-transform: uppercase;
	font-size: 0.85em;
	font-weight: 500;
	padding-bottom: 10px;
}

TextArea
{
	font-size: 1.2em;
}

.H1Header
{
	font-weight: normal;
	font-size: 1.8em;
}

.H2Header
{
	font-weight: normal;
	font-size: 1.5em;
}

.H3Header
{
	font-weight: normal;
	font-size: 1.3em;
	margin-top: 4px;
}

.H4Header
{
	margin-top: 0.2em;
	font-size: 0.9em;
	margin-bottom: 0.4em;
}
.SubPnlSecHdr
{
	margin-left:0px;
	padding-left:0px;
	font-weight: normal;
	font-size: 1.3em;
	text-decoration: none;
}
.SubPnlSecHdr img
{
	padding-right:5px;
}


.ListSearchExtenderPrompt {
	color: #cde3fa;
	font-size: xx-small;
}

.SubPnlSecHdr a, a:visited
{
	text-decoration: none;	
	cursor: default;
}

.SubPnlSecHdr a:hover, a:active
{
	text-decoration: none;
	cursor: pointer;	
}

.horizontalRule
{
	color: #5d5d5d;
	height: 1px;
}

.wizardNavText
{
	color: Black;
	font-weight: bolder;
	font-size: xx-small;
	text-transform: uppercase;
	padding-left: 10px;
	padding-top: 12px;
	padding-bottom: 0;
}

.wizardQuestion
{
	color: Black;
	font-size: 1.0em;
}

.QuestionPrompt
{
	font-size: 1.1em;
	color: #4e4e4e;
}

.pageFooter
{
	font-size: 0.85em;
	font-weight: 600;
	color: #4e4e4e;
	text-transform: uppercase;
	
}

.DataTable TR TD
{
	color: #000000;
	background-color: #FFFFFF;
	padding: 5px;
	vertical-align: top;
}

.DataTableInfo
{
	color: #000000;
	background-color: #D9EBFC;
	padding: 5px;
	vertical-align: top;
}

.DataTableInverted TR TD
{
	color: #000000;
	background-color: #cde3fa;
	padding: 5px;
	vertical-align: top;
}

.DataTableFooter
{
	background-color: #cde3fa;
	font-weight: bolder;
}
/* Use this for a header row in a data table */
.DataTableHeader
{
	background-color: White;
	font-weight: bolder;
}

.DataTableCatHdr
{
	color: #000000;
	background-color: #5d5d5d;
	padding: 2px 5px 2px 5px;
	vertical-align: top;
	font-weight: 600;
}

.DataTableRowAlt
{
	color: #000000;
	background-color: #cde3fa;
	padding: 5px;
	vertical-align: top;
}
.DataTableNoDataCell
{
	background-color: #d9d9d9;
	font-style: italic;
}

.InvisibleTable
{
	background-color: #cde3fa;
	border: none;
}

.InvisibleTable TR TD
{
	background-color: #cde3fa;
	border: none;
}
.GridViewClass
{
	border: solid 2px white;
}

.TableCaptionCell
{
	font-weight: bold;
	text-align: right;
}

#pageContainer {
	padding-left: 30px;
	padding-right: 30px;
	max-width: 800px;
	margin: 0 auto;
}

#PageHeader
{
	background: url(images/top-line-shadow.gif) repeat-x bottom;
	padding-bottom: 10px;
	height: 20px;
}


#PageGlobalSecurityMenuAnon
{
	float:right;
}

#PageGlobalHeaderUserInfo
{
	color: #56575A;
	float: left;
	padding-left: 12px;
}
#PageGlobalSecurityMenu
{
	float:right;
}


#PageGlobalFooter
{
	padding-left: 10px;
	background: url(images/top-line-shadow.gif) repeat-x top;
	padding-top: 10px;
	height: 100%;
	color: #56575A;
	vertical-align: bottom;
	padding-right: 12px;
	white-space:nowrap;
	
	position:relative;
}

#PageGlobalFooterRightCorner
{
	width: 20px;
}

#PageGlobalTopRound
{
	margin-top: 20px;
	text-align: right;
	background-color: #d6d6d6;
	background-image: url(images/corner_ul.gif);
	background-repeat: no-repeat;
	width: 100%;
}


#PageBody {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 30px;
	padding: 20px;
	background-color: #ffffff;
}

/* Styles for Popup container divs */
#FormPopupContainer
{
	width: 460px;
}
#FormPopupContainer div
{
	border: 1px solid black;
	background-color: #cde3fa;
	width: 460px;
}

#FormPopupContainer table
{
	padding: 5px 5px 5px 5px;
	background-color: #cde3fa;
	width: 100%;
	border-top: solid 1px black;
}

.SubSectionContainer
{
	padding-left: 15px;
	border-top-color: #5d5d5d;
	border-top-style: none;
	border-top-width: 1px;
	border-bottom-color: #5d5d5d;
	border-bottom-style: none;
	border-bottom-width: 1px;
	padding-bottom:5px;
}


.SubSectionContainer A:Visited
{
	color: Black;
	border: solid 1px white;
	padding: 5px 6px 11px 6px;
	text-decoration: none;
	font-size: smaller;
	font-weight: normal;
}


.SubSectionContainer A
{
	color: Black;
	border: solid 1px white;
	padding: 5px 6px 11px 6px;
	text-decoration: none;
	font-size: smaller;
	font-weight: normal;
}

.SubSectionContainer A:Hover
{
	background-color: White;
}

.SubSectionActive
{
	background-color: White;
}


/* ==================================== */

.MiniSubSectionContainer
{
	padding-left: 15px;
	border-top-color: #5d5d5d;
	border-top-style: none;
	border-top-width: 1px;
	border-bottom-color: #5d5d5d;
	border-bottom-style: none;
	border-bottom-width: 1px;
	padding-bottom:0px;
}


.MiniSubSectionContainer A:Visited
{
	color: Black;
	border: solid 1px white;
	padding: 2px 9px 3px 9px;
	text-decoration: none;
	font-size: smaller;
	font-weight: normal;
}


.MiniSubSectionContainer A
{
	color: Black;
	border: solid 1px white;
	padding: 2px 9px 3px 9px;
	text-decoration: none;
	font-size: smaller;
	font-weight: normal;
}

.MiniSubSectionContainer A:Hover
{
	background-color: White;
}

/* ==================================== */


.SubSectionLbl
{
	padding: 5px 5px 10px 5px;
	font-size: small;
	font-weight: bold;
}
.SubSectionHdrActive
{
	padding: 5px 5px 10px 5px;
	border: solid 1px white;
	font-size: smaller;
	background-color: white;
}

/* styles for WebForm items */

.FormFieldCell
{
	background-color: #ffffff;
}

.FormLabelCell
{
	font-weight: bold;
	background-color: #ffffff;
}

.NumberField
{
	text-align: right;
}

.PopupLinkCell
{
	text-align: center;
}
.PopupHeader
{
	font-weight: bolder;
	text-transform: uppercase;
	text-align: center;
	background-color: #d6d6d6;
	width: 100%;
	padding: 10px 10px 10px 10px;
	border-bottom: solid 1px black;
}

/* Begin Styles for Tab Navigation */
.TabContainer
{
	background-color: #FFFFFF;
}

.TabContainer A:Visited
{
	background: url(images/left_inactive_cap.gif) left top no-repeat;
	background-color: #d6d6d6;
	padding-left: 10px;
	text-decoration: none;
	color: #000000;
	font-size: 0.9em;
	padding-bottom: 8px;
	position: relative;
	font-weight: normal;
}


.TabContainer A
{
	background: url(images/left_inactive_cap.gif) left top no-repeat;
	background-color: #d6d6d6;
	padding-left: 10px;
	text-decoration: none;
	color: #000000;
	font-size: 0.9em;
	padding-bottom: 8px;
	position: relative;
	font-weight: normal;
}


.TabContainer A:hover
{
	background-image: url(images/left_active_cap.gif);
	background-color: #cde3fa;
	color: #000000;
}

.TabContainer A Span
{
	background: url(images/rt_inactive_cap.gif) right top no-repeat;
	width: 20px;
	padding-right: 10px;
}

.TabContainer A:hover Span
{
	background: url(images/rt_active_cap.gif) right top no-repeat;
	width: 20px;
}


#TabActiveTab Span
{
	background: url(images/rt_active_cap.gif) right top no-repeat;
}


#TabActiveTab
{
	background-image: url(images/left_active_cap.gif);
	background-color: #cde3fa;
}

/* Text that matches the background */
.HiddenText
{
	color:#cde3fa;
}

/* Step prompter classes */
.StepContainer
{
	float: none;
}
.StepStep
{
	border: solid 1px #FFFFFF;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 0.9em;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.StepStepSelected
{
	border: solid 1px #FFFFFF;
	background: #FFFFFF;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 0.9em;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}


/* MENU TRIAL */
#subnav-container
{
	padding-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	text-align: right;
	position: absolute;
	right: 50px;
}

#subnav-container ul
{
	list-style-type: none;
}
#subnav-container li
{
	margin-right: 0px;
}
#subnav-container a
{
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}
#subnav-container li a
{
	font-weight: bold;
	text-transform: uppercase;
}
#subnav-container li a:hover
{
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}


.SubPageSubPanel
{
	min-width:100%;
	border: solid 2px #5d5d5d;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

.addVarDialog
{
	position: relative;
}
.ProgressUpdateContainer
{
	width: 510px;
	position: absolute;		/* left: 0px; 	text-align:left; 	width:100%; 	*/	
	top: 0px;
	left:0px;
	right:0px;
	border: none;
	text-align: right;
	z-index:1000;
}
.ProgressUpdate1
{
	background-color: #ffffff;
	padding: 30px 50px 30px 50px;
	text-align: center;
	font-size: 1.2em;
	font-weight: 700;
	border-bottom-style: double;
	border-bottom-color: Black;
	border-top-style: double;
	border-top-color: Black;
	border-left-style:double;
	border-left-color:Black;
	border-right-style:double;
	border-right-color:Black;
	
}
.popupDialog
{
	position: absolute;
	padding: 5px;
	border: double 2px Black;
	background-color: #E6E6FA;
	z-index: 1000;
}

/*Modal Popup*/
.modalBackground
{
	background-color: Gray;
}

.modalPopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
}

/* Left Tab Styles */
.leftTabContainer
{
	width:120px;
	padding-top: 12px;
}
.leftTabItem
{
	width:120px;
	background: url( 'images/left_tab_back_ul.gif' ) left top no-repeat;
	font-size: 10pt;
	text-align: right;
	background-color: #5d5d5d;
	margin-right: 0px;
	margin-top: 5px;
}

.leftTabItem Div
{
	background: url(images/left_tab_back_ll.gif) left bottom no-repeat;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
}
.leftTabItemSelected
{
	background: url(images/left_tab_back_ul_act.gif) left top no-repeat;
	font-size: 10pt;
	text-align: right;
	background-color: #ffffff;
	margin-right: 0px;
	margin-top: 5px;
}

.leftTabItemSelected div
{
	background: url(images/left_tab_back_ll_act.gif) left bottom no-repeat;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
}

.leftTabContainer A:Visited
{
	color: #000000;
	text-decoration: none;
}

.leftTabContainer A
{
	color: #000000;
	text-decoration: none;
}

.leftTabContainer A:hover
{
	color: #696969;
}
.leftTabBody
{
	background-color: #cde3fa;
	margin-left: 0px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	border-left: solid 19px white;
	border-top: solid 19px white;
	border-right: solid 19px white;
	border-bottom: solid 19px white;
	display:table;

}

.subSectionHeader
{
	padding-left: 5px;
	border-bottom-color: #5d5d5d;
	font-weight: bold;
	margin-bottom: 1px;
	border-bottom: 1px;
	color: #5d5d5d;
	font-style: normal;
	font-variant: small-caps;
	border-bottom-style: solid;
}

.contentTblCell
{
	padding-bottom: 18px;
	border-bottom: solid 1px #d6d6d6;
	padding-top: 4px;
}

.txtBoxError
{
	background-color:#FF9999;
	border:solid 1px #999999;
}

.txtBoxWarning
{
	border:solid 1px #999999;
	background-color:#FFFF99;
	border:solid 1px #999999;
}
Input
{
	font-size: 1.0em;
}

.txtBoxNormal
{
	color: #000000;
	font-style: normal;
	border:solid 1px #999999;
}

.txtBoxDisabled
{
	border:solid 1px #999999;

}

.txtBoxDefaultValue
{
	color: #708090;
	font-size: 1.0em;
	border:solid 1px #999999;
}

.txtBoxMultilineDefaultValue
{
    color: #708090;
    font-size: 1.2em;
}

.jobStatusContainer
{
	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.jobStatusMessage
{	padding: 12px 15px 12px 15px;
	color: Black;
	background-color: White;
	text-align: center;
}
.jobStatusMessageText
{
	font-weight: 600;
}
.jobStatusDownloadText
{
	font-weight: normal;
}

.selectedLeftRow
{
	background-color: White;
	border-bottom: solid 1px black;
	border-left: solid 1px black;
	border-top: solid 1px black;
}

.subText
{
	color: black;
	font-size: 0.85em;
}

.disabledFormField
{
	background-color: #5d5d5d;
}
.enabledFormField
{
	background-color: #ffffff;
}

.subTextDisabled
{
	color: #808080;
	font-size: 0.85em;
}

/* Style of LI objects that are rendered within a tooltip*/
.ToolTipLI
{
    list-style-type:disc;
	margin-top: 0px;
	margin-bottom: 0px;
}

.PaddedHeaderCell
{
	padding-left:5px;
	padding-right:5px;
	vertical-align:middle;
	text-align:center;
}

.whatThisIcon
{
	font-weight:600;
}


.whatThisTextContainer
{
	background-color: #e6ecff;
	border: 1px solid #003399;
	color: #000066;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	padding: 3px 5px 3px 5px;
	
}
.ValdWarningMsg
{
	color:#E47202;
}


.ErrorBox
{
	background-color:White;
}

.ErrorBoxMsgCell
{
	padding:10px 10px 10px 0px;	
}
.ErrorBoxImgCell
{
	padding:10px 5px 10px 10px;
}

.dblArrow
{
	padding-right:5px;
	font-weight: 700;
	color:White;
}

/* CSS Styles for Copy Variable Popup DIV Control */
.CopyVarPopupStyle
{
	border-style: double;
	border-color: Black;	
	background-color:#cde3fa;
	padding:10px 10px 10px 10px;
	font-size:0.9em;
	width:450px;
	position: relative;	
	top: 5px;
	left:5px;
	z-index:1000;
	
}

/* CSS STyles for Timeout */
.TimeoutPopupStyle
{
	border-style: double;
	border-color: Black;	
	background-color:#cde3fa;
	padding:10px 10px 10px 10px;
	font-size:0.8em;
	width:400px;
	text-align:center;
}
.TimeoutModalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;	
}

.TimeoutWarnDiv
{
	border-style: double;
	border-color: Black;
	background-color:White;
	padding:10px 10px 10px 10px;
	font-size:0.8em;
	text-align:center;
}

.SelectedTreeOption
{
	background-color:White;
	font-weight:800;
	padding: 3px 3px 3px 5px;
}
.UnselectedTreeOption
{
	padding: 3px 0px 3px 5px;
}

/* CSS styles for banner/header UI update*/
html
{
    height: 100%;    
}

body
{
    background-color: #eeeeee;
    margin: 0;
}

.header-border-div {
    margin-bottom: 10px;
    height: 2px;
    background-color: #00aeef;
}

.authenticated-master-body {
    min-width: 980px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.authenticated-master-form {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

.page-body {
    width: 98%;
    margin: 0 auto;
    margin-bottom: 14px;
    background-color: #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    -webkit-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: box-shadow;
    display: block;
    position: relative;
    flex-grow: 1;
}

.page-header {
    background-color: #00aeef;
    margin-bottom: 0;
    padding: 0 15px;
    height: 64px;
    min-height: 64px;
    position: relative;
}

.page-header .tool-bar.top-right {
	float: right;
    padding: 20px 0;
}

.logo-container {
    position: absolute;
    padding: 0;
}

.logo {
    width: 223px;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
}

.logo img {
    max-width: 220px;
    max-height: 60px;
}


.toolbar-right-menu > li {
    border-right: 1px solid rgba(255, 255, 255, .3);
    height: 20px;
}

.toolbar-right-menu > li:last-child {
    border-right: 0px;
}

.page-header nav > ul > li {
    position: relative;
    float: left;
}

.page-header nav ul {
    list-style: none;
    margin: 0;
}

.header-button,
.header-button:focus,
.header-button:visited {
    padding: 8px 20px;
    margin: 0 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 2px;
}

.header-button:hover {
	color: #ffffff;
}

.header-button.material-icons {
    padding: 10px 20px;
    display: inline;
}

.page-header li:hover > a {
    background-color: rgba(0, 0, 0, .13);
}

.help-page-content {
    padding-right: 20px;
}

#lblStudyName, #lblFormName {
    font-size: 18px;
    font-weight: 700;
}

.display-none {
	display: none;
}

#user-menu {
	display: none;
	-moz-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

#user-menu.menu-active {
	display: block;
	position: absolute;
	background: #fff;
	z-index: 990;
	padding: 0;
	right: 18px;
	top: 27px;
}

#user-menu.menu-active .header-button {
	color: rgba(0,0,0,.87);
	font-weight: normal;
	padding: 15px;
	width: max-content;
	height: 48px;
	box-sizing: border-box;
	display: inline-block;
}

#user-menu.menu-active .header-button.menu-label {
	color: rgba(0,0,0,.57);
}

#user-menu > li {
	height: auto;
}

#user-menu > li > a {
	margin: 0;
}