/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Initial styles, removes default browser padding/margins
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
html, body, form, fieldset {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
    margin: 0;
    padding: 0;
}
form label {
}
fieldset {
        border: none;
}
input, select, textarea {
    font-size: 100%;
    margin: 6px;
    padding: 1px;
}
select {
    width: auto;
}
.expandContainer{
 		 	vertical-align: middle;
 		 	float: left;
 		 	display: inline-block;
 		 }
 		 
 		 .groupNameContainer {
 		 	padding-top: 7px;
 		 	padding-left: 3px;
 		 }
 		 .inputname{
                  background-color:transparent;
                  border: 0px solid;
                  height:20px;
                  width:260px;
                  color:black;
             }
 		 .expandor {
 		 	font-size: 2.5em
 		 }
 		 
 		 .hideContent {
 		 	display: none
 		 }


/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
General layout
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* for a reference on ems see http://www.clagnut.com/blog/348/ */
html { 
    font-size: 100%; /* IE hack */
}
body {
    font: 62.5% Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif; /* browser default font is 16, this make base 1 em = 10 px */
    /*background: #FFFFFF url(/ssa/images/body-bg.gif) top left repeat-x;*/
	background: #F9FAFB;
    color: #454545;
}
#container {	
    margin: 0 auto;
    width: 98.8em;
    min-width: 730px;
}
img {border:0px;}


/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
General styles
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
p {  /*font-size needs to be specified on the immediate element level, not on the containing element level!! */
     font-size: 1.2em;
     line-height: 1.6em;
     margin-bottom: 0.8em;
}

a 			{ color: #4d88ff; font-weight: bold; }
/*a:hover	{ background-color: #4d88ff; color: #FFFFFF; text-decoration: none; }*/

input.text, div.text {
    width: 100%;
    font: 1.6em Arial, Helvetica, sans-serif;
    margin: 0.4em;
    border: solid 1px #ACA899;
    /*border-right: solid 1px #FAF6E7;
    border-bottom: solid 1px #FAF6E7;*/
    width: 51%;
    float: right;
}


label {
    width: 43%;
    font: 1.4em Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;
    margin-top: 0.6em;
    margin-bottom: 0.4em;
    text-align: right;
    float: left;
}
select, textarea {
    font: 1.4em Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;
    float: right;
}
select option {
    margin: 0.2em;
}

textarea {
    margin: 0.4em;
    overflow: auto;
}


div.fileinputs {
    position: relative;
}

div.fakefile {
    position: absolute;
    top: 0px;
    left: 43%;
    z-index: 1;

}

input.psfile {
    position: relative;
    text-align: right;
    -moz-opacity:0 ;
    filter:alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
    margin-top: 10px;
}

input.textps{
    width: 100%;
    font: 1.6em Arial, Helvetica, sans-serif;
    margin-left: 0.3em;
    margin-top: 0.4em;
    border: solid 1px #ACA899;
    /*border-right: solid 1px #FAF6E7;
    border-bottom: solid 1px #FAF6E7;*/
    width: 33%;
    float: left;
}

input.btnps {
    float: left;
    font-size: 1.4em;
    background: #EBE6DB url(/ssa/images/button-bg.gif) top left repeat-x;
    color: #333333;
    border: solid 1px #A19C92;
    padding: 0.15em 0.4em 0.15em 0.4em;
}

button {
    font-size: 1.0em;
    background: #EBE6DB url(/ssa/images/button-bg.gif) top left repeat-x;
    color: #333333;
    border: solid 1px #A19C92;
    padding: 0.15em 0.4em 0.15em 0.4em;
    overflow: visible;
    /*margin: .5em;
    margin-right: 2.0em;*/
    margin-left: 10px;
    float: left;
}
.button {
    font-size: 1.0em;
    background: #EBE6DB url(/ssa/images/button-bg.gif) top left repeat-x;
    color: #333333;
    border: solid 1px #A19C92;
    padding: 0.15em 0.4em 0.15em 0.4em;
    overflow: visible;
    /*margin: .5em;
    margin-right: 2.0em;*/
    margin-left: 10px;
    float: left;
}
button.purple {
    background: #0047b3 top left repeat-x;
    color: #fff;
}

input.btn {
    font-size: 12px;
	text-decoration: none;
	border-radius: 4px;
	box-shadow: 0 1px 2px #1e1e1e33;
	padding: .5rem;
	background: #fff !important;
	border: 1px solid #d7dbdf;
	color: #11181c;
	font-weight: 400;
	font-family: Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;
	cursor: pointer;
	width: 90px;
	float: right;
}


input.btnnf {
    font-size: 1.4em;
    background: #EBE6DB url(/ssa/images/button-bg.gif) top left repeat-x;
    color: #333333;
    border: solid 1px #A19C92;
    padding: 0.15em 0.4em 0.15em 0.4em;
}

input.btnmag {
    font-size: 1.4em;
    background: #EBE6DB url(/ssa/images/button-bg.gif) top left repeat-x;
    color: #333333;
    border: solid 1px #A19C92;
    padding: 0.15em 0.4em 0.15em 0.4em;
    overflow: visible;
    margin-right: 2.0em;
    float: left;
}

input.btnemailtags {
    font-size: 1.4em;
    background: #EBE6DB url(/ssa/images/button-bg.gif) top left repeat-x;
    color: #333333;
    border: solid 1px #A19C92;
    padding: 0.12em 0.1em 0.12em 0.1em;
    overflow: visible;
    /*!margin-right: 2.0em;*/
    float: left;
}

input.btn_purple, 
input.btn_purple2 {
    font-size: 1.4em;
    padding: 0.15em 0.4em 0.15em 0.4em;
    padding-right: 4px;
	box-shadow: 0 1px 2px #1e1e1e33;
	padding: .5rem 1rem;
	background-color: #fff;
	border: 1px solid #d7dbdf;
	color: #11181c;
	font-weight: 400;
	font-family: Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;
    /*margin-right: 4px;*/

}

input.btn_purple3 {
    font-size: 1.2em;
    background: #0047b3 top left repeat-x;
    color: #FFFFFF;
    border: solid 1px #4d88ff;
    padding: 0.15em 0.4em 0.15em 0.4em;
    padding-right: 4px;
    /*margin-right: 4px;*/

}
h1 {
    font: 2em Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;
    color: #747678;
    margin-bottom: 0.8em;
}
h1.purple {
    color: #747678;
}	
h1 span {
    font-size: 0.7em;
    color: #666666;
}
h2 {
    font: 1.6em Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;
    color: #666666;
}
h3 {
    font: 1.6em Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;
    color: #666666;
}

.like_h3 {
    margin-top: 0pt;
    margin-right: 0pt;
    margin-bottom: 0pt;
    margin-left: 0pt;
    padding-top: 0pt;
    padding-right: 0pt;
    padding-bottom: 0pt;
    padding-left: 0pt;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font: 2.0em Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;
    color: #666666;
    vertical-align:middle;
}

br.clearit {
    clear: both;
}
br.clearitR {
    clear: right;
}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Header layout & styles
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
#header {	
    width: 100%;
    position: relative;
}
#headermain {   
    width: 100%;
    height: 2.6em;
    min-height: 41px;
}
#headermain div.logo-div > img.logo-bg {
    width: 100%;
    height: 100%;
    z-index: 0
}
#headermain div.logo-div > img.logo {
    position: relative;
    top: -100%;
    z-index: 1
}       
#headermain ul.menu {
    position: relative;
    top: -175%;
    float: right;
    list-style: none;
    color: #FFFFFF;
    margin: 2.8em 1.6em 0 0;
    z-index: 2
}
#headermain ul.menu li {
    float: left;
    color: #FFFFFF;
    border-right: 1px solid #FFFFFF;
    padding-right: 0.4em;
    margin-right: 0.4em;
}
#headermain ul.menu li.last {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
#headermain ul.menu li a			{ color: #FFFFFF; text-decoration: none; }
#headermain ul.menu li a:hover	{ background: none; text-decoration: underline !important; }
#headerbottom {	
    margin-top: -4px;
    width: 100%;
    min-width: 690px;
    min-height: 4px;
    height: 4px;
    /*background: transparent url(/ssa/images/footer-bg-left.gif) bottom left no-repeat;*/
}
#headerbottommain {	
    width: 100%;
    min-height: 4px;
    height: 4px;
    /*background: transparent url(/ssa/images/footer-bg-right.gif) bottom right no-repeat;*/
}


/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Main Content layout & styles
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
#maincontent {
    width: 100%;
	float: left;
	margin-bottom: 100px;
}
/* Width definitions for elements inside maincontent, based on a 190px wide, 5 column grid */
#maincontent .twoandhalf	{ width: 48em; }
#maincontent .double		{ width: 38em; }
#maincontent .full 		{ width: 100%; }	


/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Footer layout & styles
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
#footer {
    
    font: 1em Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;
    border-top: solid 1px #ebedef;
	background: #ffffff;
	padding: 1rem;
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
}
#footer ul {
    float: right;
	margin-right: 30px;
}
#footer ul:first-child{
    float: left;
	margin-right: 0px;
}
#footer ul li {
    display: inline;
    border-right: 1px solid;
    padding-right:4px;
    margin-right:4px;
}
#footer ul li.last {

    border: none;
    padding: 0;
    margin: 0;
}	
#footer ul li a:hover {
    background: none;
    color: #4d88ff;
}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Login page layout & styles
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
#login {
    float: left;
}
#video {
    float: right;
}
#login fieldset {
    margin-bottom: 0.8em;
}
#login label {
    float: left;
    width: 100%;
    font-size: 1.2em;
    color: #004de6;
    margin-bottom: 0.65em;
    text-align: left;
}
#login fieldset a {
    float: left;
}

#first_time {
    float: right;
    background: #F2F3EB;
    border: solid 1px #9B9E89;
    /*width: 36.4em !important;*/
    padding: 0.7em;
}
#first_time h2 {
    font-size: 1.6em;
    color: #333333 !important;
    margin-bottom: 0.1em;
    font-weight: normal;
}
#request_new_password_link_expired_error,
#table_actions_error,
#search_actions_error,
#batch_loader_error,
#server_error,
#username_login_error,
#password_login_error,
#create_account_error,
#create_account_error_a,
#create_account_error_b,
#edit_user_error,
#edit_site_error,
#add_edit_site_error,
#sites_table_error,
#mystudies_table_error,
#table_error,
#create_study_error,
#remove_site_error,
#emailaddress_login_error,
#dcf_warning {
    border: 2px solid red;
    margin-bottom: 1em;
    line-height: 2em;
    color: red;
    font-size: 1.2em;
    padding: 1em;
    display: none;
}
#batch_loader_error
{
margin-top: 40px;
}
#request_new_password_link_expired_error {
    width: 70.1em;
    line-height: 2em;
}

#create_study_protocol_error {
    border: 2px solid red;
    height: 3em;
    margin-bottom: 1em;
    line-height: 3em;
    color: red;
    font-size: 1.2em;
    padding-left: 2em;
    display: none;
}

#request_new_password_error {
    border: 2px solid red;
    height: 3em;
    width: 80.1em;
    margin-bottom: 1em;
    line-height: 2em;
    color: red;
    font-size: 1.2em;
    padding-left: 2em;
    display: none;
}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Create Account page layout & styles
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
div#create_account form.disabled input.text,
div#create_account form.disabled select {	
    background: #F2F3EB;
    color: #333333;
    border: solid 1px #F2F3EB !important;
}

div#create_account div.instructions {
    float: left;
    width: 38em;
    margin-bottom: 2em;
    margin-right: 2.8em;
}
div#create_account div.instructions p {
    color: #4d88ff;
}

div.account_form {
    float: left;
    background: #F9FAFB;
    border: solid 1px #cccccc;
    padding: 1.4em;
}
div.account_form h3,
div.account_review h3 {
    padding: 0 0 0.8em 0;
}
div.account_form label,
div.account_review label {
    float: left;
    width: 39%;
}
div.account_form input.text,
div.account_form select,
div.account_review input.text,
div.account_review select,
div.account_form textarea  {  
    float: right;
    width: 55%;
    min-width: 52%;
    font-size: 1.6em;
    margin-bottom: 0.8em;
    border: solid 1px #D7DBDF;
	border-radius: 4px;
	background-color: #FBFCFD;
}	
div.account_form select,
div.account_review select {
    float: right;
    width: 56%;
}
div.account_review button {
    float: right;
}
div.account_form textarea  {  
    height: 10em;
}
div.account_form span.instruction {
    float: right;
    width: 55%;
    font-size: 1.1em;
    font-style: italic;
    margin-top: -0.4em;
    margin-bottom: 0.4em;
    color: #4d88ff;
}	
div#create_account input.btn,
div#create_account input.btn_purple,
div.account_form input.btn,
/*div.account_form input.btn_purple {
    float: right;
    margin-top: 0.8em;
    padding-right: 4px;
    margin-right: 4px;
}
div#create_account input.btn2,
div#create_account input.btn_purple2,
div.account_form input.btn2,
div.account_form input.btn_purple2 {
    float: left;
    margin-top: 0.8em;
    padding-right: 4px;
    margin-right: 4px;
}*/
div#create_account input.complete {
    float: left;
}
div#create_account div.account_table, div.roles_table {
    float: left;
}
div#create_account div.account_table h3{
    float: left;
    color: #4d88ff;
}

div#create_account div.account_review {
    /*float: left;
    width: 42.9em;
    margin-right: 1em;
    padding: 1em;*/
    background: #F9FAFB;
    border: solid 1px #cccccc;
}



/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Logged-in page layout & styles
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
#user_panel {
    
    border-top: none;
    
    height: 35px;
}
#user_panel h1 {
    float: left;
    margin-bottom: 0.4em;
}
#user_panel ul {
    float: left;
    list-style: none;
    clear: both;
}
#user_panel ul li {
    float: left;
    margin-right: 0.8em;
    padding-bottom: 0.8em;
}
#user_panel ul li.on {
    background: transparent url(/ssa/images/user_panel-link-arrow.gif) bottom center no-repeat;
}
#user_panel ul li a {
    display: block;
    font-size: 12px;
    text-decoration: none;
	border-radius: 4px;
	box-shadow: 0 1px 2px #1e1e1e33;
	padding: .5rem 1rem;
	background-color: #fff;
	border: 1px solid #d7dbdf;
	color: #11181c;
	font-weight: 400;
	font-family: Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;
}			
#user_panel ul li a:hover 	{ background: #ebedef !important; border-color: #c1c8cd !important; color: #11181c !important;}
#user_panel ul li.on a		{ border: solid 1px #4d4dff; border-bottom: solid 1px #AA8AB6; background: #4d4dff bottom left repeat-x; }

#my_studies h2 {
    float: left;
}			
/*
#table_actions {
float: left;
width: 100%;
color: #FFFFFF;
background-color: #0047b3;
padding-bottom: 0.6em;
font-size: 0.8em;
}	
#table_actions p {
float: left;
padding: 0.5em 0.8em 0 0.8em;
margin:0;
font-size: 1.6em;
}
#table_actions form {
margin: 0;
}
#table_actions select {
float: left;
width: auto;
padding: 0;
}
#table_actions input.btn {
float: left;
margin-top: 0.4em;
margin-left: 0.4em;
height: 1.9em;
}
*/

/* General data table styles */
table.data {
    clear: both;
    width: 100%;
    padding: 0;
    /*border-bottom: solid 0.8em #868971;
    border-collapse: collapse;
    border-collapse: separate !important;*/
}
table.data col.study_name, 
table.data col.sponsor_name {
    width: 30%;
}
table.data col.status,
table.data col.new_requests {
    width: 15%;
}
table.data a {
    font-weight: normal;
}
table.data th.cbox,	
table.data td.cbox {
    text-align: center;
}
table.data th.cbox input,	
table.data td.cbox input {
    margin: 0;
}
table.data th {
    text-align: left;
    background-color: #F9FAFB; /* url(/ssa/images/my_studies-th-bg.gif) bottom left repeat-x;*/
    border: solid 0.075em #E4E6D5;
    border-bottom: solid 0.15em #868971;
    padding: 0.25em;
    font-weight: normal;
    font-size: 1.2em;
	color: #000
}
table.display
{
border-radius: 4px;
border: 1px solid #ccc !important;
}
table.display tr.odd,table.display tr.odd td
{
background: #fff !important;
}

table.display tr.even,table.display tr.even td
{
background: #F9FAFB !important;
}

table.data th.noclick {
    text-align: left;
    background: #F2F3EB url(/ssa/images/my_studies-th-bg.gif) bottom left repeat-x;
    border: solid 0.075em #E4E6D5;
    border-bottom: solid 0.15em #868971;
    padding: 0.25em;
    font-weight: normal;
    font-size: 1.2em;
}
table.data th.on {	
    background: #F2F3EB url(/ssa/images/my_studies-th-bg-arrow.gif) center right no-repeat;
    color: #4d88ff;
    font-weight: bold;
    border-bottom: solid 0.15em #4d88ff;
    padding: 0.25em 0 0.25em 0.5em;
}
table.data td {
    padding: 0.5em 0.1em 0.5em 0.4em;
    font-size: 1.1em;
    
}
h1#batch_loader.greeting
{
	font: 2em Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;
    color: #747678;
    margin-bottom: 0.8em;
}
table.data td:first-child {
    border-left: none;
}
table.data td:hover
{
background: none;
}
table.data tr.alt td {
    background-color: #E4E6D5;
}
table.data tr.inactive td {
    text-decoration: line-through;
    color: #999999;
}
table.data tr.inactive td a {
    color: #999999;
    text-decoration: none;
}
table.data tr.new td,
table.data tr.new td a {
    font-weight: bold;
}
table.data td span.approved {
    background: #339933 url(/ssa/images/access_management-icon-approved.gif) center right no-repeat;
    color: #FFFFFF;
    display: block;
    width: 6.5em;
}
table.data tr.denied td {
    text-decoration: line-through;
    color: #999999;
}
table.data tr.denied td a {
    color: #999999;
    text-decoration: none;
}
table.data td span.denied {
    background: #8D1D1B url(/ssa/images/access_management-icon-denied.gif) center right no-repeat;
    color: #FFFFFF;
    display: block;
    text-decoration: none;
}
table.data tr:hover td,
table.data tr.sfhover td {
    background-color: #cca;
    color: #000;
}		
table.data tr td.select {
    /* width: 20em !important;*/
    font-size: 1em !important;
    padding-right: 1.4em !important;
}
table.data tr td.select select {
    font-size: 1.1em !important;
    /*float: left;*/
    margin-right: 0.4em !important;
    width: 100%;
    float: none;
}

/* For scrollable tables, with fixed headers (See Access Management page source for example of code structure) */
.tableContainer {
    position: relative;	/* to capture the absolutely positioned table header */
    width: 980px;
    margin: 0 auto;
    padding-bottom: 10px;
}
/* this enables the table to scroll without scrolling the page */
.innerframe {
    float: left;
    width: auto;
}
.tableContainer table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border: none;
}
/* position the row of column heads above the table */
.tableContainer thead tr {
    top: 0px;
    left: 0px;
}
.tableContainer table tbody td {
    border: none !important;
}
.tableContainer table {
    width: auto;
}

#create_study .account_form,
#create_sponsor_user .account_form {
    float: left;
}
#create_study .account_table,
#create_study .sponsors_table,
#create_sponsor_user .sponsors_table {
    float: right !important;
    margin-left: 1.6em;
}
#create_study .create_account_tools,
#create_sponsor_user .create_sponsor_tools {
    margin: 1em 0 1em 0;
}
#create_study .create_account_tools input.btn,
#create_sponsor_user .create_sponsor_tools input.btn {
    float: left;
    margin-right: 0.8em;
}
#create_study .account_form input.btn,
#create_study .account_form input.btn_purple,
#create_sponsor_user .create_sponsor_tools input.btn,
#create_sponsor_user .create_sponsor_tools input.btn_purple {
    float: right;
    margin-left: 0.8em;
}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Create Study pages layout & styles
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
#new_study_tabs {
    border-bottom: 2px solid #541143;
    padding-bottom: 0.55em;
    margin-top: 3em;
}
#new_study_tabs ul { list-style: none; }
#new_study_tabs ul li {
    display: inline;
    margin-right: 0.3em;
    background: #F1F3F5;
    padding: 0.45em;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.2em;
}
#new_study_tabs ul li:hover {

}
#new_study_tabs ul li.on {
    color: #FFFFFF;
    background: #541143;
    font-weight: normal;
    padding-bottom: 0.55em;
}
#new_study_tabs ul li.on a {
    color: #FFFFFF;
}

#new_study_tabs ul li.empty {
    color: #FFFFFF;
    background: #454545;
    font-weight: normal;
    padding-bottom: 0.55em;
}
#new_study_tabs ul li.empty a {
    color: #FFFFFF;
}

div.study_name {
    float: left;
}
div.study_name label,
div.passed_study_name label{
    float: left;
    width: 40%;
}
div.passed_study_name_ca label{
    float: left;
    width: 10%;
}
div.study_name input.text,
div.study_name input.checkbox,
div.study_name select,
div.passed_study_name input.text {
    float: right;
    width: 55%;
    font-size: 1.6em;
    margin-bottom: 0.8em;
    border: solid 1px #ACA899;
    border-right: solid 1px #FAF6E7;
    border-bottom: solid 1px #FAF6E7;
}
div.passed_study_name_ca input.text {
    float: none;
    width: 55%;
    font-size: 1.6em;
    margin-bottom: 0.8em;
    border: solid 1px #ACA899;
    border-right: solid 1px #FAF6E7;
    border-bottom: solid 1px #FAF6E7;
}
div.study_name select {
    width: 56.3%;
}
div.site_id_format select {
    width: 62.3%;
}
div.passed_study_name {
    float: left;
}
/* Granted Email Styles */
#edit_email_users textarea {
    width: 39em;
    height: 30em;
    padding: 0.8em;
    border: solid 1px #9B9E89;
}
#editBtnArray {
    padding-left: 3em;
}

div.button_array {
    margin-top: 0.8em;
    width: 800px;
    float: left;
}
div.full {
    width: 100%;
}
div.button_array input {
    float: right;
    width: auto;
    height: auto;
    margin-right: 0.8em;
}
div.button_array #btn_save,
div.button_array input.btn_purple {
    margin-right: 0;
}

#add_edit_site {
    margin-left: 0.8em;
}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
General Form styles
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.required {
    color: red;
}
/*.continue {
margin: 5em 0 10em 0;
}*/

.continue {
    margin: 0;
    float: right;
}


/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Manage Access styles
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

#table_actions_error,
#search_actions_error
{
    border: 2px solid red;
    height: 3em;
    margin-bottom: 1em;
    line-height: 3em;
    color: red;
    font-size: 1.2em;
    padding-left: 2em;
    display: none;
    clear: both;
}

div.fullName {
    font: 2em Tahoma, "Trebuchet MS", sans-serif;
    color: #666666;
    margin-bottom: 0.8em;
}
#more_actions_link {
    font: 1.2em Tahoma, "Trebuchet MS", sans-serif;
    float: right;
}
div.relative {
    position: relative;
}

#middle input {
    margin: 4px;
}

.float_up {
    top: -20px;
}
#scrollable {
    overflow: auto;
}
.mr0 {
    margin-right: 0px;
}

.left { float:left; position:relative } .right { float:right; position:relative }
.font200 { font-size: 200% }
.font300 { font-size: 300% }
.ui-widget-header { border: none; }
.ui-widget-content { border: none; }
.purple {color: #747678;}

div.box_form text,
div.box_form select { /* generic box form */
                      margin-bottom: 0.8em;
}
.textl {text-align: left }
td {border-spacing:10pt;}

#weediv {
    margin-top: 300em;
}
.lm400 {
    margin-left: 400px;
}
.lm265 {
    margin-left: 265px;
}
.lm0 {
    margin-left: 0px;
}
.maglink {
    text-decoration: underline !important;
    color: #4d88ff !important;
}
.npht label {
    float: none;
    width: auto;
    padding: 6px;
}
.npht select {
    float: none;
    width: auto;
    padding: 6px;
}
.npht textarea {
    height: auto;
}
.npht fieldset {
        border:1px solid #DDDDDD;
}
.unform {
    background-color: transparent;
    border: none;
    color: #454545;
}

.dcf_label_row label {
    position:relative;
    top:-7px;
}

.dcf_id_row {
    float: left;
}

.dcf_audit_id{
    float: right;
    font-size:small;
}

.dcf_site {
    width: auto;
}

.dcf_subject {
    width: auto;
}

.dcf_external_id {
    width: inherit;
}

.dcf_description_request {
    font-size: 1.5em;
}

.dcf_reject_history_request {
    font-size: 1.5em;
}

.red {color: #ff0000;}


#loading {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 60px;
  height: 60px;
  margin: -76px 0 0 -76px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #72234E;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none;
  text-align: center;
}



.es-button
{
	border-radius: 4px;
	box-shadow: 0 1px 2px #1e1e1e33;
	background-color: #fff;
	border: 1px solid #d7dbdf;
	color: #d7dbdf;
}

.dataTables_wrapper
{
 /*border-bottom: 0.4em solid #541143 !important;*/
 border-bottom: none !important;
}

.btn_purple,#add_users,#remove_users,#export_users,#btnSaveAndContinue,#sub_button,#email_users,#delete_users,.create_account_tools button,#export_role_history,#view_email_templates,#loadRoleBtn,
.messagebox_buttons_button,#dialog button,#delete_users_from_studies
{
    font-size: 12px !important;
    text-decoration: none !important;
	border-radius: 4px !important;
	box-shadow: 0 1px 2px #1e1e1e33 !important;
	padding: .5rem;
	background: #fff !important;
	border: 1px solid #d7dbdf !important;
	color: #11181c !important;
	font-weight: 400 !important;
	font-family: Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif !important ;
	cursor: pointer!important;
	width: auto !important;
}

#add_users:hover,#remove_users:hover,#export_users:hover,#btnSaveAndContinue:hover
{
background: #ebedef !important; border-color: #c1c8cd !important;
}

.bottom
{
background-color: #F9FAFB !important;
}

.ui-tabs .ui-tabs-nav
{
background: #7D2855 !important;
}
.heading
{
font: 2.3em Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif !important;
color: #747678 !important;
margin-bottom: 0.8em !important;
}
.ui-state-default
{
background: #ffffff !important;
}
.ui-state-active
{
background: #EEEEEE !important;
}

.es-button
{
border: 1px solid #d7dbdf !important;
color: #11181c !important;
}

.es-button:hover
{
background-color: #7D2855 !important;
color: #fff !important;
}

.ui-widget
{
font-family: Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif !important
}

.create_account_tools
{
float: left;
}

#table_head
{
background: #7D2855 !important;
}

.messagebox_title
{
background: #7D2855 !important;
}
.pageHeaderDcr
{
display: flex;
/*width: 1440px;*/
height: 72px;
/*padding: 16px 24px;*/
justify-content: space-between;
align-items: center;
flex-shrink: 0;
margin: 0px auto;
position: realtive;
}
.left_pageHeaderDcr
{
display: flex;
align-items: center;
gap: 24px;
}
.left_pageHeaderDcr h1
{
		background-size: contain;
	color: #1E2022;
/* Web/Display */
font-family: Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif !important;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 36px;
margin-bottom: 0cm !important;
}
.backButton:hover {
      color: #555; /* Text color on hover */
      font-weight: bold; /* Bold font weight on hover */
    }
        .back-icon {
            width:40px
        }
.right_pageHeaderDcr
{
display: flex;
justify-content: flex-end;
align-items: center;
gap: 16px;
}
.create_buttons
{
display: flex;
/*height: 48px;*/
padding: 6px 16px;
align-items: center;
gap: 8px;
border-radius: 4px;
border: 1px solid #B4BABE !important;
background: #FFF !important;
color: #1E2022 !important;
text-align: center;
font-style: normal;
font-weight: 400;
line-height: 24px;
cursor: pointer;
font-size: 16px;
}

.btns_slide
{
background: url(/ssa/images/down_arrow.png) right no-repeat !important;
padding-right: 20px;
}

.dropdownBlk
{
display: none;
margin-top: 10px;
width: 220px;
height: auto;
border: 1px solid #DADCDE;
background: #fff;
box-shadow: 0px 7px 14px -5px;
position: absolute;
top: 47px;
z-index: 1;
margin-right: 123px;
}
.doc_admin
{
    margin-right: 282px;
}
.toggle
{
display: block;
}

.dropdownBlk h3
{
margin-top: 0;
padding-left: 10px;
font-size: 10px;
color: #697074;
padding: 10px;
}

.dropdownBlk ul
{
margin: 0;
padding: 0;
border-top: 1px solid #b4babe;
}

.dropdownBlk ul li
{
list-style: none;
padding-left: 10px;
color: #1E2022;
font-size: 12px;
line-height: 35px;
}

.dropdownBlk ul li a
{
font-weight: 400;
color: #1E2022;
font-size: 14px;
}

.margin0
{
margin-right: 0px;
}

.site_user .doc_admin
{
	margin-right: 115px;
}

.left_pageHeaderDcr a
{
	background: url(/ssa/images/navigate.png) left no-repeat;
    width: 19px;
    height: 16px;
}

a.create_buttons:hover
{
    font-size: 16px;
}


#reportsModalOverlay
{
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 10;
}
#closeModal
{
float: right;
cursor: pointer;
margin-top: 15px;
margin-right: 10px;
color: #fff;
font-size: 15px;
}

#reportsModalOverlay
{
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 10;
}
#closeModal
{
float: right;
cursor: pointer;
margin-top: 15px;
margin-right: 10px;
color: #fff;
font-size: 15px;
}

#reportsModal
{
	background: #fff;
	padding: 0px;
	border-radius: 5px;
	position: fixed;
	top: 10%;
	left: 50%;
	transform: translate(-50%);
	display: none;
	z-index: 11;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	width: 70%;
}

.bannerPopupButtonsWrapper {
  background-color: #f5f5f5;
  border-top: 1px solid #c8c8c8;
  padding: 17px 0px 10px 0px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bannerPopupButton {
  font-size: 12px !important;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 1px 2px #1e1e1e33;
  padding: .5rem !important;
  background: #fff !important;
  border: 1px solid #d7dbdf;
  color: #11181c !important;
  font-weight: 400 !important;
  font-family: Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;
  cursor: pointer;
  margin: 0px !important;
}

#modalHeader
{
	width: 100%;
	background-color: #7D2855;
	float: left;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-bottom: 20px;
}

#modalHeader h4
{
	font-size: 13px;
	padding-left: 15px;
	float: left;
	color: #fff;
	font-weight: bold;
	margin-top: 15px;
}

#modalContent
{
	padding: 20px;
	overflow-y: scroll;
	height: 300px;
}