@charset "UTF-8";

a:link {
	text-decoration: none;
	color: #47135C;
}
a:visited {
	text-decoration: none;
	color: #47135C;
}
a:hover {
	text-decoration: none;
	color: #47135C;
}
a:active {
    text-decoration: none;
    color: #47135C;
}
body  {
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	text-align: justify;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.2em;
	width: 100%;
	background-color: #FFFFFF;
}
nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	margin-left: 0px;
	text-indent: 0px;
	width: 84.5%;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	color: #028702;
	height: 36px;
	vertical-align: middle;
	padding-left: 14px;
	padding-right: 14px;
	margin-right: 0px;
	padding-top: 12px;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	margin-left: 0px;
	text-indent: 0px;
	width: 99%;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	color: #028702;
	height: 50px;
	vertical-align: middle;
	padding-left: 14px;
	padding-right: 10px;
	padding-bottom: 12px;
	margin-right: 0px;
	padding-top: 12px;
}

.thrColElsHdr #container {
	width: 960px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColElsHdr #header {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.thrColElsHdr #header h1 {
	margin: 0;
	padding: 0;
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColElsHdr #sidebar1 p" rule.
*/
.thrColElsHdr #sidebar1 {
	float: left;
	width: 180px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* top and bottom padding create visual space within this div */
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.thrColElsHdr #sidebar2 {
	float: right;
	width: 192px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* top and bottom padding create visual space within this div */
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: 12px;
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum /wp-content/themes/blankslate-child/templates/image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.thrColElsHdr #mainContent {
	margin-top: 0;
	margin-right: 202px;
	margin-bottom: 0;
	margin-left: 189px;
	width: 575px;
} 
.thrColElsHdr #footer {
	/*background:;*/
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #47135C;
	text-align: center;
} 

/* Miscellaneous classes for reuse */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.subHead {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
}
.smallHead {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
}
.style3 {
	font-size: 12px;
	color: #404040;
	font-weight: bold;
}
.small {
	font-size: 12px;
}
.smallPurple {
    font-size: 12px;
    color: #47135C;
    text-align: left;
}
.smallPurpleCenter {
	font-size: 12px;
	color: #47135C;
	text-align:center;
}
.text {
	font-size: 14px;
	text-align:justify;
}
.textItalic {
	font-size: 14px;
	text-align: justify;
	font-style: italic;
}
.textPurpleItalic {
	font-size: 14px;
	text-align: justify;
	color: #47135C;
	font-style: italic;
}
.textBoldPurple {
	font-size: 14px;
	text-align:justify;
	font-weight: bold;
	color: #47135C;
}
.textBoldPurpleBig {
	font-size: 16px;
	text-align:justify;
	font-weight: bold;
	color: #47135C;
}
.articleTitle {
	font-size: 16px;
	text-align:justify;
	font-weight: normal;
	color: #47135C;
}
.authorName {
	font-size: 14px;
	text-align:justify;
	font-weight: normal;
	color: #000000;
}
.articleLinks {
	font-size: 14px;
	text-align: justify;
	line-height: 36px;
}


/* START scholarOne Login Panel */
.pagecontents
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	width: 90%;
}
.loginHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	margin: 0px;
	padding: 3px;
}
TD.dataentry
{
   background-color:  #F7F7EE;
}

TD.tablelines
{
   background-color: #999999;
}
/* END scholarOne Login Panel */

.abstractSharing {
	border: thin none #090;
	background-color: #CCC;
	margin: 0px;
	padding: 5px;
}

.cc {
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.cc a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.cc a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.cc a:hover {
	color:#000;
	text-decoration: none;
}
.cc a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#boxShadow {
    position: relative;
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    padding: 0px;
    background: white;
}

/* Make the /wp-content/themes/blankslate-child/templates/image fit the box */
#boxShadow img {
    width: 100%;
    border: 0px;
    border-style: inset;
}

#topBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: rebeccapurple; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#topBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}


.question {
	font-weight:normal;	/* Normal font */		
	cursor:pointer;		/* Cursor is like a hand when someone rolls the mouse over the question */
}
		
.answer{/* Layout properties - You can change these */
	border: 1px solid  #CCC;
	padding:3px;
	width:475px;
	background-color: #EEE9FF;
	/* This one should not be changed */
	display:none;	
}

.submissionNumber {
	margin-left: 15px;
	margin-right: 10px;
	text-align: left;
	vertical-align: text-top;
}

ol.lower-roman {
	list-style-type: lower-roman;
	
}

.tableMetric {
	border: 1px thin #CCCCCC;
	margin-left: 5px;
}
.tableMetricH {
	border: 1px thin #CCCCCC;
	color: white;
	margin-left: 5px;
}
.tableMetricData {
    text-align: center;
}
#metric {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#metric td, #metric th {
  border: 1px solid #ddd;
  padding: 8px;
}

#metric tr:nth-child(even){background-color: #f2f2f2;}

#metric tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}
