#cmn_custom_turntimes_format_stage_select {
    padding: 3px 0px 3px 0px;
    top: 20% !important;
    overflow-y: scroll;
    height: 400px !important;
}

#cmn_custom_turntimes_format_stage_select div {
    font-size: smaller;
    padding: 2px 5px;

}

/*#cmn_custom_turntimes_format_stage_select div:first-child {
    padding-top: 5px;
}

#cmn_custom_turntimes_format_stage_select div:last-child {
    padding-bottom: 5px;
}*/

#cmn_custom_turntimes_format_stage_select div:hover {
    background-color: #ddd;
}


p {
    padding: 5px;
}

ul {
    padding-left: 35px;
    margin: 5px;
}

ul.list {
    padding: 10px 0 0 25px;
}

body {
	background: #ccdae3;
	text-rendering: auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
}


::selection
{
	background:#295B60;
	color: #fff;
}
::-moz-selection {
	background: #295B60;
	color: #fff;
}

a {
    color: #367980;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
A:visited {
   COLOR: #367980;
   /*font-size: 12px;*/
}

.content {
	background: #fff;
}

.contentwrapper {
    padding: 15px 15px 10px 15px;
}

.interiorcontent {
    background: #fff;
	width: 1200px;
/*	margin-top: 75px;*/
	margin-left: auto;
	margin-right: auto;
    padding-top: 75px;
	box-shadow: 0px 0px 40px rgba(100,100,100,.4);
    /* expand from center to fit content when neccesary - DDD */
    display: table;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 32px;
	text-align: center;
	padding: 10px 15px 10px 15px;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
}


p {
	font-family: 'Open Sans', Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: 400;
}

.footer {
	font-size: 10px;
	font-family: 'Open Sans', Arial, Verdana, sans-serif;
	color: #444;
	width: 1200px;
	margin: auto;
	padding: 5px;
	text-align: right;
}


.APTOP {

	background-color: #CCCCCC;
	FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    PADDING-BOTTOM: 5px;
    COLOR: #FFFFFF;
    LINE-HEIGHT: normal;
    PADDING-TOP: 5px;
    FONT-STYLE: normal;
    font-family: 'Carrois Gothic', sans-serif;
	TEXT-DECORATION: NONE;
}

.APLIST {

background-color: #E6E7E8;
color: #000000;
}


input[type="button"],button,input[type="submit"],input[type="reset"] {
	background: #5A5758;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	padding: 6px;
	border: 0px;
	display: inline-block;
	/*text-shadow: 1px 1px 1px #444444;*/
	/*transition: background .25s ease;*/
	text-decoration: none;
        /* modifying for better alignment - DDD */
	vertical-align: bottom;
}

input[type="button"]:hover,button:hover,input[type="submit"]:hover,input[type="reset"]:hover {
	background: #5A5758;
    text-decoration: none;
}

form input[type=submit]:hover, form input[type=button]:hover {
    background-color: #5A5758;
}

hr.one {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

table#clients {
    border-collapse: collapse;
    border: 1px solid #ccc;
}

#clients td {
    padding: 10px;
    transition: all .25s ease;
    text-align:center;
}

#clients td:hover {
    background: #eee;
}

#clients img {
padding: 10px;
vertical-align: middle;
    max-width: 160px;
    max-height: 100px;
}


h2 {
	color: #367980;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	/* removing left padding for better alignment - DDD */
	padding: 5px 5px 5px 0px;
	margin-bottom: 10px;
}

h3 {
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	/* removing left padding for better alignment - DDD */
	padding: 5px 5px 5px 0px;
	margin-bottom: 10px;
}

img.coverimg {
	margin-top: 45px;
}

.feature {
    border: 1px solid #367980;
    background: rgba(80,116,178,.3);
    padding: 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(15,15,15,.1);
    margin:15px;
}

#nav-mobile {
    display: none;
}

#navigation {
    display: none;
}

/* adding inputs without type - DDD */
input[type="text"],input[type="password"],input[id="login"],textarea,input:not([type]) {
	font-family: 'Open Sans';
	font-size: 12px;
	padding: 5px;
	outline: none;
	border: 1px solid #ccc;
	transition: border .25s ease;
}

input[type="text"]:focus,input[type="password"]:focus,input[id="login"]:focus,textarea:focus, input:not([type]):focus {
	border:1px solid #367980;
	outline: none;
	padding: 5px;
}

.TITLE {
	font-weight: 700;
}


/* DDD edits */
/* moderinizig tables  */

table:not([border="0"]), table.even_odd {
    border-collapse: collapse;
}

table:not([border="0"]) {
    margin-bottom: 5px;
}

table:not([border="0"]) td, 
table:not([border="0"]) th, 
table.even_odd td, 
table.even_odd th
{
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 4px;
    padding-bottom: 4px;
}

#apy_b0div td {
    padding: 0px !important;
}

#apy_b0div table {
    border-collapse: separate;
}

.tabPage>:first-child {
    padding: 0px !important;
    height: auto !important;
}


table[border="5"], table[border="3"] {
    border: 1px solid black;
}

table[border="1"], table[border="2"], table[border="3"], table[border="4"],table[border="5"] {
    border-color: grey;
    border-style: solid;
} 

.even_odd, .even_odd td, .even_odd th {
    border: 1px solid grey;
}

/* less harsh colors  */

tr[bgcolor="#ff0000"] {
    background-color: #ee9999;
}

/* removing serif to match rest of site */
span.tvs_limit {
    font-family: "Helvetica Neue", sans-serif;
}

/* alignment fix */
p {
 padding-left: 0px;
}

/* matching header to site style */
.folder_row_header {
    background-color: #367980;
}

/* show pointer on clickable inputsx */
label, input[type=button], input[type=submit], button { cursor: pointer; }

/* styling HR - DDD */
hr {
    background: #367980;
    border: 0;
    height: 1px;
}

/* subtle shadow for toolbar and sticktnotes */
#toolbar_div, .stickynote {
-webkit-box-shadow: 5px 5px 20px -10px; 
-moz-box-shadow: 5px 5px 20px -10px; 
box-shadow: 5px 5px 20px -10px; 
}

/* even/odd for config rapid search */
#search_results_table tr:nth-child(even) {
    background-color: #F0F0F0;
}

/* wider inputs on config base rapid */
#search_results_table input[type="text"] {
    width: 550px;
    clear: right;
    display: block;
}

#search_results_table textarea {
    width: 550px;
}

/* highlight set values on config base rapid */
#search_results_table input:not([value=""]) {
    border-color: blue;
}

/* 
p:empty {
    display: none;
} 
*/

/* fix sticky style, without this you might overflow */
.stickytext, .securitypicker {
    overflow: hidden !important;
}

.stickytext textarea {
    width: 95% !important;
}

.securitypicker {
    margin-top: -10px;
}

.linkbox {
    right: 15px;
}

/* better alignment of radio/checkboxes with their pseudo-labels */
input[type="radio"], input[type="checkbox"] {
    vertical-align: text-top;
}

/* style top info bar */
#ms_brief_table {
    width: 100%;
    height: 30px;
    padding: 2px;

    border-spacing: 0px;
    border-collapse: separate;

    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;

    box-shadow: 0px 0px 1px #888888;
    -webkit-box-shadow: 0px 0px 1px #888888;
    -moz-box-shadow: 0px 0px 1px #888888;

    background: #295B60;
    background: linear-gradient(top, #295B60, #295B60);
    background: -ms-linear-gradient(top, #295B60, #295B60);   
    background: -webkit-linear-gradient(top, #5A5758, #5A5758);
    background: -moz-linear-gradient(top, #295B60, #295B60);
}

#ms_brief_table th {
    border: 0px;
}

#ms_brief_table td {
    border-left: 1px;
    border-top: 0px;
    border-bottom: 0px;
    border-right: 0px;
}

/* subtle 3d effect for buttons */
input[type="button"],button,input[type="submit"],input[type="reset"] {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;

    box-shadow: inset 0px 1px 0px 0px #aaa;
    -webkit-box-shadow: inset 0px 1px 0px 0px #aaa;
    -moz-box-shadow: inset 0px 1px 0px 0px #aaa;

    /*background: #367980;*/
    background: linear-gradient(top, #5a81bc, #4571a5);
    background: -ms-linear-gradient(top, #5a81bc, #4571a5);
    background: -webkit-linear-gradient(top, #5a81bc, #4571a5);
    background: -moz-linear-gradient(top, #5a81bc, #4571a5);
    margin-bottom: 0px;
    margin-left: 0px;
}

/* Increasing tabs to full width of page -- use surrounding div to control spacing */
table.tabPage[width="96%"] {
    width: 100%;

}

/* align textareas with their labels, especially useful when some inputs are just 'text' and others textarea */
textarea {
    vertical-align: middle;
}

/* give dropdowns and multiselects same padding as textboxes */
select {
    padding: 5px;
}

img[alt="GOOGLE"] {
    vertical-align: text-bottom;
    padding-left: 4px;
}

/* spruce up error message  */
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    border: solid 1px #9AACAE;
    background: #EFEFEF;
    margin: 5px;
    padding: 5px;
}

/* fix 'double table' on many bio screen tabs */
tr.header_row > td:first-child {
    padding: 0px;
}

tr[bgcolor="#FDFECB"], td[bgcolor="#FFFFCC"] {
    background-color: #F0F0F0;
}

/* add some padding to toolbar popups and space them like the toolbar */
.tb_search_popup, .tb_results {
    right: 10px;
    bottom: 10px;
    padding: 5px;
}


/* taken from http://www.456bereastreet.com/archive/201105/styling_ordered_list_numbers/ */
.ms_items_list {
    counter-reset:li; /* Initiate a counter */
    margin-left:0; /* Remove the default left margin */
    padding-left:0; /* Remove the default left padding */
    margin-right: 10px;
    text-align: justify;
}
.ms_items_list > li {
    position:relative; /* Create a positioning context */
    margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */
    padding:4px 8px; /* Add some spacing around the content */
    list-style:none; /* Disable the normal item numbering */
    border-top:2px solid grey;
    background:#f0f0f0;
}
.ms_items_list > li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top:-2px;
    left:-2em;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:2em;
    /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
    margin-right:8px;
    padding:4px;
    border-top:2px solid grey;
    color:#fff;
    background:grey;
    font-weight:bold;
    font-family:"Helvetica Neue", Arial, sans-serif;
    text-align:center;
}
.ms_items_list li ol,
.ms_items_list li ul {margin-top:6px;}
.ms_items_list ol li:last-child {margin-bottom:0;}


/* hacks for Anna */
.helpicon {
    vertical-align: middle;
}

img[width="16"][height="16"] {
    vertical-align: top;
}

#orcid_prompt_corr_auth_orcid {
    vertical-align: top;
}

#corr_auth_native_nm_row > td {
    padding: 0px;
}


#ejp_help_overlay {
    z-index: 999998;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.0);
    pointer-events: none;
    -webkit-transition:all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -moz-transition:all 0.7s ease;
    -o-transition:all 0.7s ease;
    transition:all 0.7s ease;
}


/* These should be activated to display the help box */
/*#ejp_help_overlay:hover {
    background-color: rgba(0,0,0,0.5);
    pointer-events: all;
}*/

/*#ejp_help_box:hover {
    top: 20%;
}*/

#ejp_help_box {
    z-index: 999999;
    position: fixed;
    left: 0;
    top: -60%;
    width: 100%;
    min-height: 10%;
    max-height: 60%;
    background-color: steelblue;
    color: white;
    transition:all 0.5s ease-out;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    overflow-y: auto;
}

#ejp_help_close_inst {
    z-index: 999999;
    position: fixed;
    top: 5%;
    left: 50%;
    margin-left: -200px;
    height: 50px;
    width: 400px;
    border-radius: 25px;
    background-color: rgba(0,0,0,0.3);
    color: white;
    transition:all 0.2s ease;
    transition-delay: 0.5s;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    line-height: 45px;
    pointer-events: none;
    opacity: 0;

}

#ejp_help_icon {
    position: fixed;
    top: 50%;
    left: 5%;
    font-size: 30px;
    color: white;
}

#ejp_help_content {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition:all 0.2s ease;
    transition-delay: 0.1s;
    display: table;
}


#ejp_help_content h3 {
    display: none;
}

#ejp_help_content table {
    color: black;
    background-color: white;
}

#ejp_help_content big span {
    font-size: x-large;
}

/* Nice query tool results */

.ejp_query_tool_results {
    border-collapse: collapse;
    border: 1px solid #bbb;
}

.ejp_query_tool_results th {
    padding: 5px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #367980;
    border-bottom: 2px solid #000;
}

.ejp_query_tool_results td {
    padding: 5px;
    text-align: left;
    vertical-alighn: middle;
}

.ejp_query_tool_results tr:nth-child(even){
    background-color: #eee;
}

