
/* @group Universal Redefinitions */

@charset "UTF-8"; 

/* Nexus Fonts - START */

@font-face {
	font-family: "NexusSans";
	src: url("/resources/css/fonts/NexusSansWebPro-Regular-95a9f0e2adb9779a32fddd9f6e10f7b3e82f9713.woff") format("woff");
}

@font-face {
	font-family: "NexusSans";
	src: url("/resources/css/fonts/NexusSansWebPro-Italic-95a9f0e2adb9779a32fddd9f6e10f7b3e82f9713.woff") format("woff");
	font-style: italic;
}

@font-face {
	font-family: "NexusSans";
	font-weight: 700;
	src: url("/resources/css/fonts/NexusSansWebPro-Bold-95a9f0e2adb9779a32fddd9f6e10f7b3e82f9713.woff") format("woff");
}

@font-face {
	font-family: "NexusSans";
	font-weight: 700;
	src: url(fonts/NexusSansWebPro-BoldItalic.woff") format("woff");
	font-style: italic;
}

/* Nexus Fonts - END */

/* Validation Styles */
#bookEmailer label.error{
	vertical-align: top;
	margin-left: 4px;
}

#bookEmailer .emailTarget label.error{
	position: absolute;
	margin-left: 100px;
}




/* Main Styles */
html {
 background-color: #DCDCDD; /* For Google Chrome */
}

body, body table {
	font: 13px Arial, Helvetica, sans-serif;
	color: #53565A;
}

body {
 background-color: #DCDCDD;
 background-image: url(../../images/EMSS_BKGR_SVG_LIGHT.svg);
 /* background-size:cover; */
 text-align:center;
 margin: 0px;
 font: 13px Arial, Helvetica, sans-serif;
 color: #53565A;
}

html.wide {
 background-color: white;
}

body.wide {
	background-color: white;
}

.body { background-color: #53565A; text-align:center; }

img { border: 0px; }
#bookImageId1 { border: 0px; object-fit: contain; background: #53565A;}
form { margin: 0px; padding: 0px; }

a:link { color: #073973; }
a:visited { color: #2E2E2E; }
a:hover {color: #EB6500;}
a:active,   
a:focus { 
	outline: 0.15pc solid #EB6500;
}

select {
	background-color: #F5F5F5;
	color: #2E2E2E;
}

.fontWeightBolder {
	font-weight: 800;
}

.fontWeightBold {
	font-weight: bold;
}

 /* div#toc-toolbar-buttons a:focus, a:active { outline: 0; } */

input[type="submit"]:focus {
	outline: 2px solid #EB6500;
}

 input[type="text"]:focus {
	outline: 1.55px solid #EB6500;
    padding: 1px 4px 4px 1px;
} 

input:focus, select:focus, textarea:focus, 
.emss-blue-button:focus, .emss-blue-button:hover,
#form-newfile.dropzone.dz-clickable:focus,
#form-planoutline.dropzone.dz-clickable:focus,
#form-previousedition.dropzone.dz-clickable:focus,
#showOrHidePassword:focus, button:focus, 
.emss-whatsthistooltip:focus, span.cc_list:focus {
    outline: 2px solid #EB6500;
}

h3.dashboardTabs:focus {
	outline: 2px solid #EB6500;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}

input[type="submit" i], input[type="reset" i],
.emss-blue-button, .ui-widget-content a.emss-blue-button  {
    background-color: #0C7DBB;
    padding: 3px 3px;
    color: white;
    border: none;
    margin-left: 2.5px;
    margin-right: 2.5px;
}

#actionsSelector .emss-blue-button {
    background-color: #0C7DBB;
    color: white;
    border: none;
    margin-top: 8px;
    font-size: 12.4px;
    padding: 2.5px;
}

a.emss-blue-button {
    background-color: #0C7DBB;
    padding: 1px 5px;
    color: white;
    border: none;
    text-decoration: none;
}

#myProfileDiv h1,
#myProfileDiv p {
	display: inline;
    vertical-align: top;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 15px;
	color: #53565A;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 15px;
	color: #53565A;
}

#loginForm h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 15px;
	color: #53565A;
    font: bold 19px NexusSans; 
}

form { margin: 0px; }
select, input { font-size: 11px; }

table td { vertical-align:top;}

table th {
 text-align: left;
}

.underline {
	text-decoration: underline;
}

.preformatted {
	white-space: pre-wrap;
}

.placeholder-text {
	color: #999999;
}

.uppercase {
	text-transform: uppercase;
}

.margin-right-2 {
	margin-right: 2px;
}

.margin-left-2 {
	margin-left: 2px;
}

.margin-right-3 {
	margin-right: 3px;
}

.margin-left-3 {
	margin-left: 3px;
}

.margin-right-4 {
	margin-right: 4px;
}

.margin-left-4 {
	margin-left: 4px;
}

.margin-left-5 {
	margin-left: 5px;
}

.margin-right-5 {
	margin-right: 5px;
}

.margin-left-8 {
	margin-left: 8px;
}

.margin-right-8 {
	margin-right: 8px;
}

.margin-left-16 {
	margin-left: 16px;
}

.inputInCellAutowidth {
	 width: 98%;
 }

/* @end */


/* @group Major Layout */

.hiddenVisually {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* added line to stop words getting smashed together (as they go onto separate lines and some screen readers do not understand line feeds as a space */
}

.showOrHidePassword { 
	border: none; 
	background-color: #DCDCDD; 
	padding: 4px 1px;
}

#saveProfileForm .showOrHidePassword { 
	border: none; 
	background-color: #FFFFFF;
	font-size: 11px;
	padding: 4px 1px;
}

#wrapper {
 background-color: #ffffff;
 width: 806px;
 margin: auto;
 text-align:left;
}

.wide #wrapper {
 width: 100%;
 }

#system-unavailable table{
	border-left: 1px solid #5D6361;
	margin-right: 7px;
	background-color: #FF6C00;
	text-align: center;
	font: 16px Arial,Helvetica,sans-serif; 
	color: #2E2E2E;
	padding: 0 10px;
	border-spacing: 0px;
}

.wide #system-unavailable {
	margin-right: -14px;
}

#system-unavailable p {
	margin: 0;
}

#masqueradeNavWrapper {
	background: white;
	color: #53565A;
	padding: 5px 0 0 26px;
	font-size: 11px;
	height: 16px;
}

#masqueradeNavWrapper #masqueradeUserText {
	float: left;
	margin-right: 10px;
}

#masqueradeNavWrapper #masqueradeLogoutForm {
	float: left;
}

#masqueradeNavWrapper {padding-bottom: 6px;}

#nav-wrapper, #subnav {padding-bottom: 10px;}

.wide #wrapper #masqueradeNavWrapper, 
.wide #wrapper #nav-wrapper,
.wide #wrapper #main-content,
.wide #wrapper #subnav,
.wide #wrapper #header {
	margin-right: 0px;
	border-width: 0px;
	padding-right: 7px;
}

#emss_wordMark {
	font: bold 19px NexusSans; 
	color: #EB6500; 
}

#emss_wordMark_default {
	font: bold 28px NexusSans; 
	color: #EB6500; 
}

.wide #emss_wordMark {
	font: bold 24px NexusSans; 
	color: #EB6500; 
}

#emss_wordMark_div {
	padding: 0px 6px 0 0;
}

#main-content { padding: 20px 29px 20px 29px; margin-right: 7px;}

#mainContentDiv h1 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    color: #53565A;
}

#main-content.tocDiv {
 background-color: #DCDCDD;
 background-image: url(../../images/EMSS_BKGR_SVG_LIGHT.svg);
}
#special-content { margin: 10px 0px 0px 0px; background-color: white; padding: 10px 29px 0px 29px; }

.book-banner {
	overflow: hidden;
	color: #53565A;
	font-style: italic;
	font-size: 14px;
}

.book-banner img {
	float: left;
	margin-right: 12px;
}

#bookBannerTitle h1,
#bookBannerTitle {
	overflow: hidden;
	display: block;
	width: 300px;
    padding-left: 5px;
    font-size: 13px;
}

.wide #bookBannerTitle h1,
.wide #bookBannerTitle {
	overflow: hidden;
	display: block;
	width: 600px;
    padding-left: 5px;
    font-size: 13px;
}

#nav-wrapper {
	height: 27px;
	background-color: #2E2E2E;
	padding: 6px 0px 2px 10px;
	color: #FFFFFF;
	font-size: 11px;
}

#nav-wrapper select { font-size: 10px; width: 170px; }
#nav-wrapper label { padding: 0px 5px; }

#nav { float: left; }
#nav a img { padding-left: 2px; padding-right: 2px; }

#nav-wrapper #top_nav_faq a { 
	color: #EB6500; text-decoration:none; 
}

#nav-wrapper #top_nav_faq a:hover { 
	text-decoration:underline;
}

#emssv2 #nav .dijitArrowButton{
	padding: 2px 1px 1px;	
}

#emssv2 #nav .dijitInputField{
	padding: 3px 1px 1px 3px;
}

#nav label{
	float: left;
	margin-top: 3px;
}

#nav .dijitComboBox{
	height: 19px;
	float: left;
	margin-top: 1px;
}

#user-name {
	font-size: 11px;
	height: 17px;
	background-color: white;
	float: right;
	padding: 6px 3px 0 4px;
	margin-right: 4px;
	color: #53565A;
}

#user-name a { font-weight: bold; text-transform:uppercase; font-size: 9px; }

#header {
	padding: 10px 0 8px 10px;
}

#headerOrangeDividingBar {
	border-color: #EB6500;
	border-style: solid;
  	border-width: 4px 0 0;
  	box-sizing: border-box;
}

#subnav {
	background-color: #53565A;
	height: 9px;
	padding-left: 28px;
    padding-top: 1.5px;
}

#subnav a {
	color: #ffffff;
	text-decoration: none;
	font: bold 11px Arial;
	padding-right: 21px;
	padding-top: 2px;
	float: left;
}

#subnav a.book-icon {
	padding-right: 3px;
	padding-top: 0;
}

/* @end */

/* @group GUI Elements */

.toolbar-header {
	float: left;
	margin: 0px 15px 0px 0px;
}

.highlight-box { 
	background-color: #DCDCDD;
	border: solid 1px #BCC0C6;
	padding: 10px;
}

/* @end */

/* @group TOC */

#toc_float {
	position: relative;
    top: 0px;
    left: 0px;
	z-index: 10;
	background-color: #FFFFFF;
	padding: 11px 0px 0px 0px;
}

#toc-toolbar-buttons {
 float: left;
 margin-bottom: 5px;
 background-color: white;
}

#toc-toolbar-buttons .toolbar-button {
	float: left;
 	margin-right: 8px;
 	background-color: white;
}

#toc_help_box_show {
 	float: left; 
 	position: relative;
}

#toc-version h3 {
   	position: relative;
   	z-index: 4;
}

.toc-heading {
	background-color: #53565A;
	color: #FFFFFF;
	text-transform:uppercase;
}

.table-spacing {
	margin-top: 13px;
}

.whatsthistooltip{
    display: inline;
    position: relative;
   }

.whatsthistooltip:hover:after{
    background-color: #f4f8f9;
    border: 1px solid gray;
    border-radius: 3px;
    bottom: 26px;
    color: #545454;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 1000;
    width: 240px;
}
    

.whatsthistooltip.hovered:after{
    background-color: #f4f8f9;
    border: 1px solid gray;
    border-radius: 3px;
    bottom: 26px;
    color: #545454;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 1000;
    width: 240px;
}

.emss-whatsthistooltip {
	color: #073973;
	text-decoration: underline;
	display: inline;
    position: relative;
}

.emss-whatsthistooltip:hover {
  color: #EB6500;
}

.emss-whatsthistooltip:hover:after {
    background-color: #f4f8f9;
    border: 1px solid gray;
    border-radius: 3px;
    bottom: 26px;
    color: #545454;
    content: attr(data-tooltip-label);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 1000;
    width: 240px;
}

.emss-whatsthistooltip.hovered:after {
    background-color: #f4f8f9;
    border: 1px solid gray;
    border-radius: 3px;
    bottom: 26px;
    color: #545454;
    content: attr(data-tooltip-label);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 1000;
    width: 240px;
}

#customTooltip {
	background-color: #f4f8f9;
	border: 1px solid gray;
	border-radius: 3px;
	color: #545454;
	left: 17.5%;
	bottom: -40px;
	padding: 5px 10px;
	position: absolute;
	z-index: 100;
	width: 538px;
}

.confidentialStyle:hover .confidentialtooltip {
    display: block;
}


.confidentialtooltip {
    display: none;
    background-color: #fff;
    border: 1px solid gray;
    margin-left: 10px;
    padding: 5px;
    position: absolute;
    z-index: 1000;
    width:200px;
    height:50px;
}

.confidentialStyleIcon:hover .confidentialicontooltip {
	display: block;
	
}

.confidentialicontooltip {
    display: none;
    background-color: #fff;
    border: 1px solid gray;
    margin-left: 10px;
    padding: 5px;
    position: absolute;
    z-index: 1000;
    width:200px;
    height:50px;
}

table.toc-heading { margin-top: 20px; }

.state-bookToc table.toc-heading {
	position:absolute;
	z-index: 2;
	margin-top: 0px;
}

.state-bookExport table.toc-heading {
	position:absolute; 
	top:254px;
	left: 29px;
	z-index: 9; 
	margin-top: 0px;
}

table.toc-heading td { width: 120px; padding: 0px 5px; font-size: 10px; }
table.toc-heading td div { width: 126px; }

.table-chapter-line td div.savingMessage {
 padding-left: 22px;
 width: 103px;
 background: transparent url(../../images/ajax-loader-small.gif) no-repeat top left;
}

table.toc-heading td.chapter-heading { width:390px; }
table.toc-heading td.chapter-heading div { width:360px; }

.normal-toc table.toc-heading td.chapter-heading { width:295px; }
.normal-toc table.toc-heading td.chapter-heading div { width:280px; }

.export-toc table.toc-heading td.chapter-heading { width:295px; }
.export-toc table.toc-heading td.chapter-heading div { width:280px; }


.table-chapter-line td.book-title { width: 390px;}
.normal-toc .table-chapter-line td.book-title { width: 295px;}
.export-toc .table-chapter-line td.book-title { width: 295px;}

.table-chapter-line h2 { color: #53565A; font-size: 16px; margin: 0px; width: 360px; }

#bookTocForm table {
	color: #2E2E2E;
}

#bookTocForm table th {
	background-color:#FFFFFF;
}

.normal-toc .table-chapter-line h2 { width: 280px; }
.normal-toc table.toc-heading td.status-heading { width: 260px; }

.export-toc .table-chapter-line h2 { width: 280px; }
.export-toc table.toc-heading td.status-heading { width: 260px; }

table.table-chapter-line { 
	border-collapse:collapse;
	background-color:#FFFFFF;
	border: solid 1px #ccc;
	margin-top: 3px;
	margin-bottom: 3px;
}

table.on {  background-color:#FF6C00; }
td.on {  background-color:#FF6C00; }
table.off { background-color:#FFF; }
table.deleted-true { background-color:#DCDCDD; }

table.destinationParentBookUnit {
 background-color: #DCDCDD;
}


.table-chapter-line td { 
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	width: 120px;
	padding: 5px;
	vertical-align:top;
}

.table-chapter-line td span {
	width: 105px;
	display:block;
	float: left;
}

.table-chapter-line td div { width:125px; }


.table-chapter-line .line-title span { display: block; float: left; margin-bottom: 1px; width: auto; }


td.section-line { color: #663333; }
td.section-line .line-title span { width: 38px; font-weight: bold; }
td.section-line .line-title p {	color: #663333;	padding-left: 38px;  }

.chapter-line, .section-line {
	border: solid 1px #E0E1E0;
	background-color:#FFFFFF;
	margin-bottom: 3px;
}

td.line-title {float:none; border-width: 0px; width: 295px;}

.type-SECTION td.line-title {color: #2E2E2E;}

td.line-title span { width: 15px; text-align:right; }

.line-title p { width: 240px; margin: 0px; }
td.line-title p { padding-left: 20px; //padding-left: 0px; }
td.line-title div { width: 265px; }

td.chapter-line-actions { width: 84px; vertical-align: top; white-space:nowrap;}
td.chapter-line-actions img { margin-right: 7px; }
td.chapter-line-actions div { width: 84px; }

td.status-boxes {
	width: 260px;
}


.part-title p, .l1-title p { color: #663333; font-size: 14px; }

.l2-title p { font-weight:bold; color: #000; font-size: 12px; }

.l3-title p { font-weight: bold; }

.l4-title p { font-style:italic; }

.l5-title p { font-weight: normal; }

.l6-title p { color: #797979; font-style: italic; text-transform: uppercase; }
.l6-title p a { color: #797979; }

.l7-title p { color: #797979; font-style: italic; }
.l7-title p a, .l7-title p a:visited { color: #797979; }

.toc td.line-title { width:295px; }
.toc td.line-title div { width: 280px; }
.toc td.line-title p { width: 240px; }

.toc .indent-2 { margin-left: 10px; }
.toc .indent-2 td.line-title { width: 285px; }
.toc .indent-2 td.line-title p { width: 230px; }
.toc .indent-2 td.line-title div { width: 255px; }

.toc .indent-3 { margin-left: 20px; }
.toc .indent-3 td.line-title { width: 275px; }
.toc .indent-3 td.line-title p { width: 220px; }
.toc .indent-3 td.line-title div { width: 245px; }

.toc .indent-4 { margin-left: 30px; }
.toc .indent-4 td.line-title { width: 265px; }
.toc .indent-4 td.line-title p { width: 210px; }
.toc .indent-4 td.line-title div { width: 235px; }

.toc .indent-5 { margin-left: 40px; }
.toc .indent-5 td.line-title { width: 255px; }
.toc .indent-5 td.line-title p { width: 200px; }
.toc .indent-5 td.line-title div { width: 225px; }

.toc .indent-6 { margin-left: 50px; }
.toc .indent-6 td.line-title { width: 245px; }
.toc .indent-6 td.line-title p { width: 190px; }
.toc .indent-6 td.line-title div { width: 215px; }

.toc .indent-7 { margin-left: 60px; }
.toc .indent-7 td.line-title { width: 235px; }
.toc .indent-7 td.line-title p { width: 180px; }
.toc .indent-7 td.line-title div { width: 205px; }

td.line-export, table.toc-heading td.line-export, table.toc-heading td.line-export div { width:19px; }

a.targetlinesaving {
 height: 20px;
 margin: 7px;
 display: block;
 padding-left: 12px;
 background: transparent url(../../images/ajax-loader-small.gif) no-repeat top left;
 cursor: default;
 text-decoration: none;
 outline: none;
 font-weight: bold;
}

a.targetlinesaving .level-descriptions {
 color: #000;
}

a.targetline, a.targetlinehover, a.targetlineon {
	height: 20px;
	padding-left: 5px;
	margin-top: 2px;
	text-decoration: none;
}

a.targetline:hover .level-descriptions {
 color: #fff;
}


.targetline {
	display:none;
	background: url(../../images/record.svg) #FFF0E4 no-repeat 5px 2px;
}

.move-toc .targetline {
 display: block;
}

.move-toc #bookTocForm .actions {
 display: none;
}

a.targetline:hover {
 display: block;
 background: url(../../images/targethover.gif) #FF6C00 no-repeat 5px 2px;
}

a.targetline:active {
 display: block;
 background: url(../../images/targetclosed.gif) #FF6C00 no-repeat 5px 2px;
}





.targetlinedeleted { display:none; } 
.targetlinehover { background: url(../../images/targethover.gif) #FB8C2C no-repeat 5px 2px; }
.targetlineon { background:  url(../../images/targetclosed.gif) #FB8C2C no-repeat 5px 2px; }
.targetlineoff { display: none; }


#toc_help_box {
	display: none; 
	z-index: 10; 
	top: 30px; 
	left: 0px;
	border: 2px solid #8a8a8a;
	background: #ffffff;
	padding: 10px;
	width: 550px;
	height: 400px;
	overflow: auto;
	position: absolute;
	margin-top: 10px;
}


#toc_help_box .print-help {
 font-size: 14px; 
 font-weight: bold;
}

#toc_help_box .help-content {
 height: 300px;
 overflow: auto;
}

/* @end */

/* @group Modules */

/* Modules */

.module-wrapper {
	background: #fff;
	font:11px/16px Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}

.module-title-wrapper {
	background: transparent;
}

.module-title-content {
	background: transparent;
	padding: 6px 6px 6px 4px;
	font-weight: bold;
	font-size: 14px;
	overflow: hidden;
	color: #3056A5
}

.module-title-content-text h2,
.module-title-context-text {
	float: left;
	font-weight: bold;
	font-size: 18px;
	color: #53565A;
}

.ymp-module-title-content-text {
	float: left;
	font-weight: bold;
	font-size: 14px;
	color: #53565A;
}

.module-title-content-img {
	float: left;
	margin-right: 6px;
	display: block;
}

.module-title-content a {
	font-size: 13px;
	font-weight: normal;
	color: #073973;
}

.module-wrapper .module-title-wrapper .greybg {
	background: transparent;
}

.module-content {
	overflow: hidden;
	background: transparent;
	padding: 8px 7px 20px 7px;
}

/* Scalability: Implementation of pagination */
.paging-content{
	overflow: hidden;
	padding: 8px 7px 20px 7px;
}

.paging-content table td {
	padding: 5px 10px;
}

.module-wrapper .greybg {
	background: transparent;
}

.module-content p {
	width: 580px;
	margin-top: 0px;
}

.illustration table th,
.module-content table th,
.assign-module-content table th,
#contribview-content table th {
	font-weight: normal;
	background-color: #2E2E2E;
	color: #FFFFFF;
	text-transform:uppercase;
	padding: 2px 5px;
}

.module-content table th.chapter { width: 250px; padding-left: 10px; }
.module-content table th.chapterOtherAssigned { width: 250px; padding-left: 10px; }
.module-content table th.status { width: 175px; padding-left: 10px; }
.module-content table th.due { width: 145px; padding-left: 10px; }
.module-content table th.status { width: 150px; }
.module-content table th.lastStepRole { width: 145px; }
.module-content table th.alloted-actual { width: 120px; padding-left: 10px; }
.module-content table th.blank { width: 350px; }


.specs-module-title-content {
	padding: 6px 15px 0px 15px;
	font-weight: bold;
	font-size: 14px;
	color: #073973;
}


.assign-module-content select { margin-bottom: 5px; font-size: 10px;}

.assign-module-content table th.due { width: 75px; text-align: left; }
.assign-module-content table th.chapter { width: auto; text-align: left; }
.assign-module-content table th.status { width: 160px; text-align: left; }


#assign-edit.assign-module-content table th.due { width: auto; }


#ChapterHistory tr.alt-color,
.module-content table tr.alt-color,
.illustration table tr.alt-color,
.assign-module-content table tr.alt-color,
#contribview-content table tr.alt-color,
#contractsBookUnitList table tr.alt-color,
#contractTableForm table tr.alt-color {
	background-color: #DCDCDD;
}

#ChapterHistory {
 width: 100%;
}

.ChapterHistoryLabelColumn {
 width: 30px;
}

.ChapterHistoryContentColumn {
 width: 170px;
}

.ChapterHistoryDateColumn {
 width: 170px;
}


#assign-view .dijitDateTextBox {
	width: 149px;
}

#assign-edit {
	
}

.module-content table td,
.assign-module-content table td,
#contribview-content table td {
	padding: 5px 10px;
}

#scheduled-messages table td {
	padding: 5px 5px;
}

#scheduled-messages table th:nth-child(2n) {
	background-color: #505050;
}

.status-module {
	border: 1px solid #737373;
	width: 319px;
	margin-bottom: 10px;
}

.status-module-content {
	padding: 10px 15px 0px 15px;
}

.status-module-btm {
	height: 8px;
	font-size: 0px;
}


.status-module-wide {
	background: url(../../images/module-status-wide-bg.gif) repeat-y;
	width: 400px;
	margin-bottom: 20px;
}

.status-module-wide-content {
	background: url(../../images/module-status-wide-top.gif) no-repeat top left;
	padding: 10px 15px 0px 15px;
}

.status-module-wide-btm {
	background: url(../../images/module-status-wide-btm.gif) no-repeat;
	height: 8px;
	font-size: 0px;
}

#status-boxes, .status-boxes {  min-width: 175px; margin-bottom: 3px; }
#status-boxes img, .status-boxes img { margin-right: 5px; }

.action-module-wrapper {
	background-color: white;
	border: 1px solid #737373;
	font:11px/16px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	width: 319px;
}

.action-module-title-wrapper {
	background-color: white;
}

.action-module-title-content {
	padding: 8px 15px 8px 8px;
}

.action-module-content {
	padding: 4px 10px 4px 12px;
}

.assign-module-wrapper {
	background-color: white;
    border: 1px solid #BCC0C6;
    font:11px/16px Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	width: 388px;
	margin-left: 30px;
}

.assign-module-title-wrapper {
	background-color: white;
}
.assign-module-title-content {
	padding: 6px 15px;
}

.assign-module-content {
	padding: 8px 7px 10px 7px;
}

.contributing-authors {
	background-color: #DCDCDD; 
	border: solid 1px #BCC0C6;
	margin: 0px 30px 25px 30px; 
}


/* @end */

/* @group deDashboard */

.deDashboard-banner {
	float: left;
	overflow: hidden;
	width: 515px;
	color: #333333;
}

.deDashboard table {
	border-collapse: collapse;
	border-bottom: solid 1px #3F5E9C;
}

.deDashboard table th {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 10px;
	vertical-align: bottom;
	text-align: center;
}

.deDashboard table td {
	padding: 2px;
	vertical-align: middle;
	text-align: center;
	border-left: solid 1px #3F5E9C;
	border-right: solid 1px #3F5E9C;
}

.deDashboard table .alt-color td {
	padding: 2px;
}

.deDashboard .projectTitle {
	min-width: 10em;
	max-width: 20em;
	text-align: left;
}

.deDashboard .date {
	min-width: 7em;
}

.deDashboard .users {
	min-width: 10em;
}

.deDashboard .users a {
	margin-right: 0.5em;
}

.deDashboard-banner-title {
	padding: 10px 0px 5px 0px;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	display: block;
}

.deDashboard-banner-date {
	overflow:hidden;
	font-size: 11px;
}

.deDashboard-banner-date-label {
	width:70px;
	float:left;
	text-align:right;
	white-space: nowrap;
}

a:link.na-or-none,
a:link.overdue,
a:visited.na-or-none,
a:visited.overdue {
	color: #A92B1D;
}

a:hover.overdue,
a:hover.na-or-none {
	color: #FB8C2C;
}

.accordion-title-wrapper {
	cursor: pointer;
	/* stop text being selected */
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	 -khtml-user-select: none; /* Konqueror HTML */
	   -moz-user-select: none; /* Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
			user-select: none; /* Non-prefixed version, currently
								  supported by Chrome and Opera */
}


.ui-icon-triangle-1-e:before{ 
	content: '\25ba';
	padding-right: 0.5em;
}
	
.ui-icon-triangle-1-s:before{
	content: '\25bc';
	padding-right: 0.5em;
}	

.accordion-module-content {
	overflow: auto !important;
}

.deDashboard-title-content {
    background-color: #FFFFFF;
    height: 21px;
    padding-left: 7px;
    color: #53565A;
    padding-top: 6px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.deDashboard-export { 
	display: inline;
	text-decoration-line: underline;
	vertical-align: middle;
	font: 13px Arial, Helvetica, sans-serif;
    color: #073973;
    text-transform: none;
    letter-spacing: normal;
	}
	
.dashboard-image-style { 
	vertical-align: bottom; 
	padding-left: 4px; 
	width: 19px;
	height: 19px;
	}	

/* @group Contribview */

/* Contribview */

#note .indent1, .figureNoteWrapper .indent1, .noteListWrapper .indent1 { margin-left: 10px; }
#note .indent2, .figureNoteWrapper .indent2, .noteListWrapper .indent2 { margin-left: 20px; }
#note .indent3, .figureNoteWrapper .indent3, .noteListWrapper .indent3 { margin-left: 30px; }
#note .indent4, .figureNoteWrapper .indent4, .noteListWrapper .indent4 { margin-left: 40px; }
#note .indent5, .figureNoteWrapper .indent5, .noteListWrapper .indent5 { margin-left: 50px; }
#note .indent6, .figureNoteWrapper .indent6, .noteListWrapper .indent6 { margin-left: 60px; }
#note .indent7, .figureNoteWrapper .indent7, .noteListWrapper .indent7 { margin-left: 70px; }
#note .indent8, .figureNoteWrapper .indent8, .noteListWrapper .indent8 { margin-left: 80px; }
#note .indent9, .figureNoteWrapper .indent9, .noteListWrapper .indent9 { margin-left: 90px; }


#contribview {
	width: 451px;
	margin-bottom: 15px;
}

#contribview.wide { width: 745px; }
#contribview p { margin-top: 0px; }

#contribview-content h3 {
	margin: 0 0 12px 0;
}

#contribviewTabLoading {
	display: none;
	height: 150px;
	padding-left: 320px;
	padding-top: 80px;
}

#contribviewTabDeleting {
	display:none;
	height:50px;
	padding-left:300px;
	padding-top:25px;
}

.contribview-tab, #bulkUploadTabsForm .contribview-tab {
	background-color: #53565A;
   	padding-top: 10px;
   	display: block;
   	float: left;
   	margin: 0 6px 0 0;
   	padding: 4px 1px;
   	
   	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
}

.contribview-tab-on, #bulkUploadTabsForm .contribview-tab-on {
	background-color: #DCDCDD;
	color: #53565A;
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}

#contribview-tabs a.contribview-tab-on,
#messageCenterTabsForm a.contribview-tab-on  {
    font-size: 10px;
	color: #2E2E2E;
	text-decoration: none;
	font-weight: bold;
}

a.contribview-tab:link, a.contribview-tab:visited {
	font-size: 10px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a.contribview-tab:hover {
	color: #073973;
}

#contribview-tabs a.contribview-tab > .tab-title-image {
	padding-right: 2px;
}

#contribview-tabs a.contribview-tab-on > .tab-title-image {
	padding-right: 4px;
}

#contribviewTabsContent, #contribviewTabLoading {
	background-color: #DCDCDD;
	border: solid 1px #CCCCCC;
	border-top: none;
	
}

#contribview-content {
	padding: 10px;
}

#figuretools {
	margin-bottom: 10px;
}

#figureHeader {
	margin-bottom: 10px;
}

#figureHeader #figureSort {
	margin: 5px 0;
}

#oldversions {
	border: 1px solid rgb(232, 233, 204);
}

#oldversions #oldversions-inner {
	padding: 5px 0 0 0;
}

#downloadfig, #uploadfig {
	border: solid 1px #BCC0C6;
	margin-bottom: 10px;
	padding: 5px;
}

#uploadfig {
	position: relative;
	float: left;
	z-index: 2;
}

.post-btn {
	height: 15px;
	background-color: transparent;
	background-image: url(../../images/post-btn-sprite.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

.post-upload-btn {
	background-color: transparent;
	padding: 1px 0;
    color: #0C7DBB;
    font-weight: bold;
    font-size: 11px;
    text-decoration:none;
}

a.post-upload-btn:visited {
	color: #073973;
}

.btnUploadVersion {
	width: 135px;
	margin-top: 7px;
	background-position: 0px 0px;
}

.selected .btnUploadVersion {
	background-position: 0px -15px;
}

.post-btn-view-manuscript {
	width: 135px;
	background-position: 0px -30px;
}

.selected .post-btn-view-manuscript {
	background-position: 0px -45px;
}

#downloadfig img, #uploadfig img { padding-top: 3px; }

#newfigure {
	clear: both;
	margin: 0px;
	border-width: 0px;
	background-color: #DCDCDD;
}

.figureSpecForm {
 display: block;
}

.post-authorSubmissionWizard {
	border: solid 1px #BCC0C6;
	background-color: #DCDCDD;
	padding: 8px;
	margin-bottom: 5px;
	clear:both;
}

.post {
	border: solid 1px #BCC0C6;
	background-color: #EBEBEB;
	padding: 8px;
	margin-bottom: 5px;
	clear:both;
}

#contribview .selected {
	background-color: #CAD2E3 !important;
}

#status .post {
	background-color: #EBEBEB;
}

.post div, body#note div, .noteListWrapper .noteobj {
	border: solid 1px #BCC0C6;
	background-color: #fff;
	padding: 5px;
	margin-bottom: 7px;
	clear:both;
	//zoom: 1;
}

.post div.hiddenInlineForm, body#note div.hiddenInlineForm {
 border-width: 0px;
 background-color: transparent;
 padding: 0px;
 margin: 0px;
 clear: none;
}

.post div.basicDiv {
 margin: 0px;
 border-width: 0px;
 padding: 0px;
 background-color: transparent;
}

.post div.figSaveMessage {
 margin: 0px;
 border: solid 1px #F0C020;
 padding: 5px;
 background-color: #FFFFDD;
}

div.figSaveMessage {
 display: none;
}

.unsaved div.figSaveMessage {
 display: block;	
}

#figTypesSaveWrapper {
 position: absolute;
 width: 113px;
 left: -135px;
 _left: -173px;
 background: #E8E9CC;
 padding: 10px;
 border-left: solid 1px #999;
 border-bottom: solid 1px #999;
 border-top: solid 1px #999;
 display: none;
}

.post div.clearer, body#note div.clearer {
 margin: 0px;
 border-width: 0px;
 padding: 0px;
}

.post div#note {
 border-width: 0px;
 background-color: transparent;
 padding: 0px;
 margin: 0px;
}

body#note div p {
	margin: 7px 0px 3px 0px;
}

body#note div p.note-info {margin-top: 3px; }

.note-info span { padding: 0px 50px; }

.note-heading { 
	display: block; 
	padding: 3px 0px; 
	color: #000;
	clear: both;
}
.note-heading span { margin: 0px 60px; }

.notesCCList{
	float: right;
	padding-top: 2px;
}

div.noteBody {
 clear: both;
 color: #000;
 border-width: 0px;
}

.noteBody pre {
 white-space: pre-wrap;
 word-wrap: break-word;
 font-family:Arial,Helvetica,sans-serif;
 font-size:13px;
 margin: 0px;
}

.note-info{
	float: left;	
}

.noteCcOtherWrapper {
	padding-left: 23px;
}

.noteCcOtherWrapper input {
	width: 180px;
}

.noteCcOtherWrapper .form-note {
	font-size: 10px;
	margin-left: 62px;
}

#contribview #figure p.note-info {
 float: none;
}

#contribview #figure_contribviewOtherContent p.note-info {
 float: none;
}

#contribview #figure_contribviewFigures p.note-info {
 float: none;
}

table.figures { margin-bottom: 20px; clear: both; }

/* Help */

#help-title { text-align: right; margin: 0px 0px 3px 470px; }
	
#help-title h3 {
	font-size: 13px;
	color: #624444;
	margin: 0px;
	}

.help-mode .helpbox {
 display: block;
}

#helpheader {
 display: none;
}

.help-mode #helpheader {
 display: block;
}

.help-mode #toggle-help {
 background-image: url(../../images/help-hide.gif);
}

#toggle-help {
 display: block;
 float: right;
 height: 14px;
 width: 70px;
 text-indent: -1000px;
 text-align: left;
 overflow: hidden;
 background-image: url(../../images/help-show.gif);
}

.helpbox {
	display: none;
	position: absolute;
	z-index: 8;
	border: solid 1px #624444;
	padding: 5px;
	width: 258px;
	background-color: #F4F6F5;
}

.helpbox p { margin-top: 0px; }

.help-content {
	overflow:hidden;
	margin: 0px;
	border-width: 0px;
	margin-bottom: 5px;
}

.helpbox-arrow {
 position:absolute; 
 left: -12px; 
 top: -1px;
}

.helpbox-tools {
 overflow: hidden;
 margin-right: -5px;
}

.edit-helpbox-content-form {
 display: inline;
 float: left;
}

.helpbox-expand {
 margin-right: -5px;
 float: right;
 height: 12px;
 width: 71px;
 display: block;
 overflow: hidden;
 text-indent: -1000px;
 background: transparent url(../../images/help-readall.gif) no-repeat top left;
}

.expanded .helpbox-expand {
  background: transparent url(../../images/help-shrink.gif) no-repeat top left;
}

.expanded .helpbox {
 z-index: 20;
}

.expanded .help-content {
 height: auto;
}

#help-content-1 {
	height: 26px;
}

.figureUploadForm {
 position: absolute;
 z-index: 800; 
 border: 1px solid black; 
 padding: 20px; 
 background-color: #FFFFFF; 
 display: none;
 top: 88px; 
 left: 0px;
}

#resourceUploadForm {
 position: absolute; 
 width: 300px;
 z-index: 155; 
 border: 1px solid black; 
 padding: 20px; 
 background-color: #FFFFFF; 
 display: none;
}

.figureKeywordForm {
 margin-bottom: 20px;
}

#bookResourceUploadForm,
#permissionFilesUploadForm {
 position: absolute; 
 width: 300px; 
 top: 18px; 
 left: 0px; 
 z-index: 155; 
 border: 1px solid black; 
 padding: 20px; 
 background-color: #FFFFFF; 
 display: none;
}

/* @end */

/* @Non Report Tables */

table th {
	background-color: #2E2E2E;
	color: white;
}

/* @end */

/* @group Report Table */

table#report {
	width: 100%;
	border-collapse:collapse;
	background-color: #3F5E9C;
	border-bottom: solid 1px #3F5E9C;
}

.roweven td {
	background-color: #DCDCDD;
}
.rowodd td {
	background-color: #FFFFFF;
}


.addressColumn{
	width:300px;
	}
	
.phoneColumn{
	align: right;
}

table#report td {
	border-left: solid 1px #3F5E9C;
	border-right: solid 1px #3F5E9C;
	padding: 5px;
}

table#report th {
	background-color: #41609D;
	padding: 5px;
	color: #fff;
	text-transform:uppercase;
	cursor:pointer;
}

table#report th a {
	color: #fff;
}

table#report p {
	margin-top: 0px;
}

table#report th.alt-color {
	background-color: #174095;
}

table.report {
	width: 100%;
	border-collapse:collapse;
	border-bottom: solid 1px #2E2E2E;
}

table.report tfoot td {
	background-color: #E0E0E0;
}

table.report thead tr:nth-child(2) th{
	color: #53565A;
	background-color: yellow;
	border: none
}

.roweven td {
	background-color: #DCDCDD;
}
.rowodd td {
	background-color: #FFFFFF;
}
table.report td, table.report tfoot {
	border-left: solid 1px #2E2E2E;
	border-right: solid 1px #2E2E2E;
	padding: 5px;
}

table.report th {
	background-color: #505050;
	padding: 5px;
	color: #fff;
	text-transform:uppercase;
	font-size: 10px;
	vertical-align: bottom;
	text-align: left;
}
.reportHeaderWrapper {
 white-space: nowrap;
}

table.report th a {
	color: #fff;
}

table.report p {
	margin-top: 0px;
}

table.report th:nth-child(2n+1) {
	background-color: #2E2E2E;
}

span.rf-dt-srt-btn {
 display: none;
}

/* @end */

/* @group Reusable Icons */

.icon-callout, a.icon-callout {
	padding: 2px 0px 5px 10px;
	background: url(../../images/icon-callout.gif) no-repeat left top;
	color: #A92B1D;
}

/* @end */

/* @group General Combinable */

.accentcolor { color: #663333; }
	
.imgleft { float:left; margin-right: 10px; }

.hrule, .hrule-light  {
	clear: both;
	height: 11px;
	margin-top: 5px;
}

.hrule {
	border-top: solid 1px  #737373;
}

.hrule-light {
	border-top: solid 1px #CCC;
}


.bluebutton {
	margin: 0px 5px 5px 0px;
	border: solid 1px #336699;
	text-decoration:none;
	text-transform:uppercase;
	font-size: 10px;
	padding: 2px;
	display:block;
	background-color: #FFF;
}

a:hover.bluebutton {
	border: solid 1px #F88614;
}

.bluebutton.disabled {
	border: solid 1px #BCC0C6;
	color: #BCC0C6;
}

a:hover.bluebutton.disabled {
	border: solid 1px #BCC0C6;
}

a.orangebutton {
	font-weight: bold;
	line-height: 14px; 
	padding: 3px 4px;
	margin: 0px 5px 5px 0px;
	color: #fff;
	text-decoration:none;
	text-transform:uppercase;
	font-size: 10px;
	display:block;
	background-color: #0C7DBB;
}

a:visited.orangebutton, a:hover.orangebutton {
	color: #fff;
}

a.rounded-orange-button {
	font-weight: bold;
	padding: 2px 3px 2px 3px;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	background-color: #0C7DBB;
}

/* Images to button */
.rounded-button, a.rounded-button{
  padding: 2px 3px 2px 3px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 11px;
  background-color: #0C7DBB;
  text-decoration: none;
}

a.rounded-orange-button.disabled {
	background-color: #969696;
	cursor: pointer;
}

a.squared-orange-button {
	font-weight: bold;
	padding: 2px 4px;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	background-color: #0C7DBB;
}

a.nowrap {
	white-space: nowrap;
}

a.squared-gray-button {
	font-weight: bold;
	padding: 2px 4px;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	background-color: #999999;
}

a.white-button {
	background-color: #0C7DBB;
	color: white;
	border: none;
	font-weight: bold;
	font-size: 12px;
	margin: 0 5px 5px 0;
	padding: 3px 6px;
	text-decoration: none;
}

a.gray-copy-button {
	background-color: #0C7DBB;
	padding: 2px 4px;
	text-decoration: none;
    color: white;
    border: none;
    font-size: 12px;
}

.inline-indent {
	padding-left: 20px;
}

.c-head { 
	color:#2E2E2E;
	text-transform:uppercase;
	font-weight:bold;
	font-size: 12px; 
	}

/* Bug 11401 - Add option to use Unique ID numbering*/	
.mrw-head { 
	color:#2E2E2E;
	font-weight:bold;
	font-size: 12px;
	font: #2E2E2E;
	}
	
.hiddenCmdButton {
	display: none;
}

.loading-bg {
    background: transparent url(../../images/ajax-loader.gif) no-repeat center;
    height: 50px;
}

.button-row {
	margin-top: 5px;
	text-align: right;
}

/* @end */

/* @group Pop-Ups */

div.popupparent {
	position:relative; 
	height: 0px;
	padding: 0px;
	border: 0px;
	margin: 0px;
	width: 120px;
	float: right;
	z-index: 500;
}
 .popupmanuscript {
	display: none;
	position:absolute; 
	border: solid 1px black;
	text-align:left;
	padding: 10px;
	z-index:400;
	width: 300px;
	right: 0px;
	top:20px;
} 


.popup {
	display: none;
	position:absolute; 
	border: solid 1px #2E2E2E;
	text-align:left;
	padding: 10px;
	top: -1000px;
	z-index:3;
}

.popup .close-link,
.popup-help2 .close-link {
	 float: right; 
	 color: #A92B1D;
}

.popup-help2 {
	display: none;
	position:absolute; 
	border: solid 1px black;
	text-align:left;
	padding: 10px;
	z-index:3;
	background-color: #DCDCDD;
	width: 300px; 
	color: #53565A;
}

.tooltip-help .ui-tooltip-text {
	background-color: #DCDCDD;
	text-align:left;
}

#popup-notes-list {
 background-color: #fff;
 width: 300px;
}

#popup-notes-list .noteobj {
	padding: 10px; 
	border: solid 1px #ccc;
}


.popup p { margin-top: 0px; }

#popup-download { background-color: #DCDCDD; width: 270px; }
#popup-change { background-color: #DCDCDD; }
#popup-book-unit-info { background-color: #DCDCDD; width: 300px; }
#popup-book-unit-info-content {
 overflow: auto;
 height: 150px;
}

#infoFrame { border: 0px; width: 300px;}
#infoFrameBody { background-color: #E8E9CC; padding: 0px; border: 0px; font: 11px Arial, Helvetica, sans-serif; color: #545454;}
#infoFrameBody p { margin-top: 0px;}

#popup-add-placeholder,
#popup-add-section,
#popup-add-chapter,
#popup-import-previous,
#popup-import-file,
#popup-item {
	background-color: #DCDCDD;  
}

#popup-item {
	width: 600px;
}

#pageLinkPopup {
	height: 25px;
	background: #DCDCDD;
	width: 275px;
}

#pageLinkPopup input {
	width: 250px;
	overflow: hidden;
}

#popup-delete-book-unit { background-color: #FFB6C1; color:#000000;  }

#deleteBookUnitForm {
 min-width: 50px;
 min-height: 50px;
}

#popup-restore-book-unit { background-color: #FFB6C1; color:#000000;  }

#restoreBookUnitForm {
 min-width: 50px;
 min-height: 50px;
}

#popup-help { background-color: #DCDCDD; width: 300px; }

.popup-label {
	font-weight: bold;
	padding-right: 0.25em;
}
/* @end */


/* @group CSS Library */

.page-intro {
 font-size: 14px;
}

.clearer {	clear: both; }
.clearleft {	clear: left; }
.clearright {	clear: right; }
	
.floatright { float:right; }
.floatleft { float:left; }
.textright {text-align:right;}
.textcenter {text-align:center;}

div.transparent {
	border: none;
	background-color: transparent;
}

a.importanttype, .importanttype { color: #A92B1D; }
.blacktype { color: #000000;}
.bluetype { color: #2E2E2E;}
.orcidgreentype { color: #007398;}
.orangetype { color: #53565A; }

.mediumtype,
.mediumtype h2 { 
	font-size: 13px; 
}

.normaltype { font-size: 11px; text-transform: none; font-weight: normal; }
.boldtype { font-weight: bold;}
.requiredtype {
	font-size: 11px;
	color: #A92B1D;}

.zeromargin { margin: 0px; }
.zeropadding { padding: 0px; }

.posrelative { position: relative; padding-bottom: 3px;}

.downloadsSection{ position: relative; padding-bottom: 3px; background-color: #FFF0E4;}

.high-z-index { z-index: 999; }

input.long, select.long { width: 215px;}
input.verylong { width: 275px;}

.IE9Msg
{color : #A92B1D;}

#system .leftcolumn,
#system .rightcolumn {
	width: 48.5%!important;
	width: 47%;
	margin-right: 0px;
	padding-right: 0px;
}

#system .leftcolumn {
	float: left;
}

#system .rightcolumn {
	float: right;
	margin-right: 11px;
}

#system form {
	margin-bottom: 10px;
}

#system .system-panel {
	border: 1px solid #444444;
	padding: 8px;
	margin-bottom: 7px;
}

#system .header {
	font-weight: bold;
	font-size: 13px;
}

#system .system-panel-content {
	margin-top: 15px;
}

#system .admin-title {
	border: 0;
	font-size: 16px;
	font-weight: bold;
}

#system .td_name {
	width: 85px;
}

.displayinline {
	display: inline
}

.actions {
	clear: both;
}

#errors {
font-size: 15px;
color: #A92B1D;
}

.error {
 color: #A92B1D;
}

.noscript {
 color: #A92B1D;
 padding-left: 27px
}

.warning{
 color: #A92B1D;
}
.roweven {
	background-color: #DCDCDD;
}
.rowodd {
	background-color: #FFFFFF;
}

.hidden {
	display: none;
}


#loading_message {
	position: absolute; 
	left: 30px; 
	top: 100px; 
	z-index: 300; 
	background-color: white; 
	width 100%; 
	padding: 30px; 
	margin: 3px; 
	border-top: 1px solid black; 
	border-left: 1px solid black; 
	border-bottom: 2px solid #999999; 
	border-right: 2px solid #999999; 
}

.loadingIcon {
 display: none;
}

.tableFormFieldWrapper td {
 padding-bottom: 10px;
}

/* @end */


/* @group Results Tables */

table.results th {
  background-color: #505050;
  color: #FFFFFF;
  padding: 5px;
}

#searchResults table th:nth-child(2n+1) {
	background-color: #2E2E2E;
}
 
.userWidgetSearchResults table.results {
 width: 90%;
}

table.results td {
  text-align: left;
  padding: 5px;
 }
  
table.wrapTableData td {
  overflow-wrap: anywhere;
}

.searchResultUserEmail {
	width: 185px;
}

.searchResultDeleteUser {
	width: 83px;
}

.searchResultUserLogin {
	width: 50px;
}

.isbnWidth {
	width: 94px;
}

.dackWidth {
	width: 105px;
}

table.results tr, table.results th.y-axis {
  background-color: #DCDCDD;
  }
  
.userWidgetSearchResults table.results tr {
 background-color: transparent;
 border-bottom: solid 1px #ccc;
}

table.results tr:hover, table.results tr.alt-color:hover {
	background-color: #e1eafe;
}

.userWidgetSearchResults table.results tr:hover {
 background-color: transparent;
}

table.results tr.alt-color, table.results tr.alt-color th.y-axis {
  background-color: #fff;
  }

table.results th.y-axis {
  /* color: #A38C6C; */
  color: #000;
  font-weight: normal;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right: solid 1px #D6D6AD;
  text-align: left;
  }

a.delete_person, a.delete_person:hover {
	color: #ab1414;
}

tr.subtotal {
	font-weight: bold;
	font-size: 14px;
}

td.subtotal-label {
	text-align: right;
	padding-right: 20px;
}

td.subtotal-number {
	text-align: left;
	border-top: 1px solid black;
}

tr.billing_row tr:hover {
	background-color: #e1eafe;
}

/* @end */

/* @group Admin Home Manage Admin Users */

#adminUserListForm {
	padding-top: 10px;
}

#adminAssignmentLink {
	padding-left: 10px;
}

/* @end */

/* @group Admin Home Manage Admin Users */

#systemMaintenanceMessageDisplay {
	padding: 10px 0 10px 0;
}

/* @end */

/* @group Admin Home Search */

.adminSearchTable {
	width: 450px;
}


.adminKeywordSearchTable {
	width: 430px;
}

.adminSearchKeywordInput {
	width: 163px;
	padding-right: 6px;
}

.adminSearchKeywordButton {
	width: 84px;
}

.adminSearchLabel {
	width: 155px;
}

.adminSearchInput {
	width: 155px;
	padding-right: 5px;
}

.adminSearchButton {
	width: 100px;
}

/* @end */

/* @group Billing Columns */

.missingBillingIsbnTable,
.workflowDueDateTable {
	width: 100%;
	}
	
.missingBillingIsbnTable td,
.missingBillingIsbnTable th {
	padding: 5px;
}

.missingBillingIsbnTable th:nth-child(2n+1) {
	background-color: #2E2E2E;
}

th.bookTitle {
	width: 60%;
	}


/* @end */



/* @group Djit Style Overrides */

#nav-wrapper .dijitInputField {
	color: #000;
	}

#emssv2 .dijitInputField,
#emssv2 .dijitArrowButton {
	padding: 3px;
}

#emssv2 .dijitInputField {
 padding-left: 5px;
}

#emssv2 .dijitValidationIcon {
	padding: 3px;
}

#emssv2 .dijitError .dijitValidationIcon {
 visibility: hidden;
}

#emssv2 .dijitInputInner.placeholder-text {
    float: left;
    color: #2E2E2E;
    font-style: italic;
    font-size: 11.4px;
}

/* @end */





/* @group Hidden Inline Forms */

.hiddenInlineForm {
 display: none;
}

.editMode .hiddenInlineForm {
 display: inline;
}

.editMode .hiddenInlineFormValue,
.editMode .hiddenInlineFormActivator {
 display: none;
}

/* @end */







/* @group User Profile */

#myProfileInfoBox {
	border: 1px solid gray; 
	background-color: #DCDCDD; 
	padding: 8px; 
	width: 250px;
	float: right;
	position:absolute;
	top:60px;
	right:0px;
}

#myProfileInfoBox h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    color: #53565A;
}

/* @ORCID box */
#orcidProfileInfoBox {
	border: 1px solid gray;
	padding: 15px;
	width: 360px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 13px;
	background-color: #DCDCDD;
}

.editProfileSection h2,
#orcidProfileInfoBox h2 {
    font-size: 13px;
}


#newUserProfileBox {
	border: 1px solid #A92B1D;
	padding: 15px;
	width: 360px;
	margin-bottom: 15px;
	font-size: 13px;
	background-color: rgb(229, 231, 230);
}

.editProfileAffiliates {
	width: 350px;
}

#saveProfileForm {
	position:relative;
}

.editProfileSection {
	width: 750px;
	padding: 5px 0 5px 0;
}

.editProfileLabelCol {
	width: 120px;
}

.editProfileInputCol {
	width: 222px;
}

.editProfileInputEmailValidation {
	font-style: italic;
	color: #A92B1D;
}

.viewProfileSection {
	width: 750px;
}

.viewProfileEmssSection {
	float: left;
	width: 370px;
	padding: 0 5px 0 0;
}

#scheduledMessageExclusion {
	margin-bottom: 20px;
}

#scheduledMessageExclusion .message-exclusion-actions .action {
	margin: 18px 20px;
}

#scheduledMessageExclusion #excludeByTitleWrapper {
	margin: 10px 0 15px 30px;
}

/* @end */



/* @group Chapter Detail */

.book-breadcrumb {
	clear: both;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #53565A;
	//width: 385px;
}

#chapterPii {
	font-weight: normal;
}

#prevEdChapterNumber {
 white-space: nowrap;
 float: right;
 font-size: 12px;
}

#reprintChapterDetail {
	white-space: nowrap;
	float: right;
	clear: right;
	font-size: 12px;
}

#editPreviousEditionNumberInput {
 width: 20px;
}

.chapterPagingNav {
 float: right;
 clear: right;
 font-size: 12px;
 white-space: nowrap;
}

#why-these-matter-div,
#contributorNextStepWarning {
 display: none;
 clear: both;
}

.chapterAllotments {
 width: 100%;
 margin-bottom: 20px;
}

.chapterSpecifications {
 width: 100%;
 margin-bottom: 20px;
}

.specTableHeadName {
 width: 375px;
}

#help_help-chapter-specs {
 display: none; 
 left: -305px;
}

.allotmentInput {
 width: 60px;
}

.editSpecLink {
 color: #073973;
 text-decoration: underline;
 cursor: pointer;
}

.editMode .editSpecLink {
 color: #A92B1D;
}

.allotmentInputWrapper {
 display: none;
}

.allotmentValueTableHead {
 width: 100px;
}

.figuresAllotmentValueTableHead {
 width: 100px;
}

.editMode .allotmentInputWrapper{
 display: block;
}

.editMode .allotmentValue {
 display: none;
}

.editMode .specName {
 display: none;
}

/* Chapter Detail: Assignments */

.assignmentDeadlineInputWrapper {
	display: none;
}

.editMode .assignmentDeadlineInputWrapper {
	display: block;
}

.editMode .assignmentDeadlineWrapper {
	display: none;
}

.assignmentNameWrapper {
	display: none;
}

.editMode .assignmentNameWrapper {
	display: block;
}

#contributor-instructions {
 width: 405px;
 float: left;
 border: 1px solid #737373;
}

.contributor-instructions-steps {
	padding-left: 0px; 
	margin: 5px 0px 0px 0px; 
	list-style-type: none;
	color: #000;
}

.contributor-instructions-steps li {
	margin-bottom: 10px;
	padding-left: 0px;
}

#status-actions-wrapper {
 float: right;
}

#view-as-rank {
 margin-bottom: 10px;
}

#view-as-rank-select-box .active-step {
 font-weight: bold; 
 color: red
}

#newnote, .replynote {
 display: none;
}

#newnote textarea,
.replynote textarea {
 width: 99%;
 height: 85px;
}

#assign-view table {
 width: 100%;
}

.send-to-role-btn {
 font-size: 85%;
}


/* @end */

/* @group Iframes */

body#note {
	background: transparent;
	text-align:left;
	margin: 0px;
	}
	
#note-iframe {
	width: 100%;
	 height:100px; 
	border-width: 0px;
	}
	
body#assign {
	background: #DCDCDD;
	margin: 0px; 
	padding: 0px;
	text-align:left;
	}

.popupChangeAssignments,
.addSpecification,
.popupAddSpecification,
.editSpecification,
.popupEditSpecification
.popupPublishingGroup,
#popupChangeAssignments,
#popupUserAssignments,
#popupChpLevelUserAssignments,
#popupAddSpecification,
#addSpecification,
#popupEditSpecification,
#editSpecification,
#popupPublishingGroup,
#popupChangeBatchAssignments {
	border: 1px solid #53565A;
	background-color: #DCDCDD;	
	position: absolute;
	z-index: 5;
	width: 345px;
}

.assign-iframe-title {
	background-color: #53565A;
	color: #fff; 
	padding: 3px;
	font-size: 12px;
}

.popup-close-box {
	margin: -3px; 
	padding: 4px; 
	float: right; 
	background-color: #53565A;
	font-weight: bold;
}

#popupChangeAssignments .popup-close-box form {
	margin: 0;
}

#popupUserAssignments .popup-close-box form {
	margin: 0;
}

#popupChpLevelUserAssignments .popup-close-box form {
	margin: 0;
}

#popupPublishingGroup .popup-close-box form {
	margin: 0;
}

#popupAddSpecification .popup-close-box form {
	margin: 0;
}

#popupEditSpecification .popup-close-box form {
	margin: 0;
}

.popup-close-box a {
 color: #fff; 
 text-decoration: none;
}

.assign-iframe-content,
.assign-block-secondary,
.assign-block-tertiary,
.assign-block-quaternary { 
	padding:10px 10px 20px 10px; 
}

.assign-iframe-queue { 
	padding: 5px 10px; 
	background-color: #fff;
	border-bottom: solid 1px #ccc; 
	margin-bottom: 5px;
	}	

.assign-iframe-queue ol {
	margin: 0px; 
	padding: 0px; 
	/*list-style-position:inside;*/
}

.assign-iframe-queue ol li {
	margin: 0px 0px 3px 0px; 
	padding: 0px;
	cursor: move;
	position: relative;
	margin-left:20px;
}

.userSearchCriteria {
	margin: 2px 10px 0px 0px;
	width:245px;
}

.userWidgetSearchResultsWrapper {
 max-height: 150px;
 _height: 150px;
 overflow: auto;
}

.searchResultsloadingIconWrapper {
 text-align: center;
}

.addUserOption {
 display: none;
}

.addUserFormBtnWrapper {
 margin-left: 70px; 
 margin-top: 8px;
}

body#assign-find {
	margin: 0px; 
	background-color: #DCDCDD;	
}

/* @end */

/* @group User Search Info Popup */

.popupUserSearchInfo {
	display: none;
	position: absolute;
	z-index: 10;
	border: 1px solid #97AAD2;
	background-color: #FFF8C6;
	padding: 10px;
}

/* @end */

/* @group Other */

table#myinfo input {
 padding-right: 13px;
}

#bookHomePretenderForm {
 margin-bottom: 30px;
}

.popupOverlay {
 display: none;
}

#special-content h2 {
 font-size: 14px; 
 margin: 0px;
}

#manuscriptActions {
	float: right;
	white-space:nowrap;
	position: relative;
	z-index: 2;
}

#uploadManuscriptDisabled {
	position: absolute; 
	top: 18px; 
	left: 0px; 
	z-index: 900; 
	border: 1px solid black; 
	padding: 20px; 
	background-color: #FFFFFF; 
	display: none;
}

#uploadInstructions {
	position: absolute;
	z-index: 900;
	border: 1px solid black;
	padding: 20px;
	background-color: #FFFFFF;
	display: none;
}


#uploadManuscriptDisabled {
	width: 300px;
	white-space: normal;
}


.infoMessage, #unAuthenticatedUser, #unAuthenticatedUser_PN {
	font-weight: bold; 
	font-size: 12px; 
	border: 1px solid #2F2F2F; 
	text-align: center; 
	padding: 5px; 
	background-color: #E0EEEF;
	margin-bottom: 10px;
}

span.info {
	font-weight: bold; 
	font-size: 12px; 
	border: 1px solid #2F2F2F; 
	text-align: center; 
	padding: 5px; 
	background-color: #E0EEEF;
	margin-bottom: 10px;
	display: block;
}

li.info {
	list-style: none;
	color: #545454;
}

li.error {
	list-style: none;
}

li.warning {
	list-style: none;
	color: orange;
}

span.error, span.errors, ul.messages {
	font-weight: bold; 
	font-size: 12px; 
	border: 1px solid #2F2F2F; 
	text-align: center; 
	padding: 5px; 
	background-color: #E0EEEF;
	margin-bottom: 10px;
	display: block;
	color: #A92B1D;
}

.plainList .ui-datalist-content {
	border: none;
}

.plainList ul {
	padding: 0px;
	margin: 0px;
}

.plainList li {
	list-style: none;
}

.auxTextLinks {
	padding-left: 15px;
}

.buttonRow {
	margin: 10px 0px;
}

.userAutoComplete {
 width: 500px;
}

.userSelectForm {
 margin-bottom: 10px;
}

.module-wrapper table {
 width: 100%;
}

.chapterStatusRoleNameTableHead {
 font-weight: bold;
 width: 190px;
}

.negativeValue {
 color: #A92B1D;
 font-weight: bold;
}

h3.book-title {
	clear: both;
	float: left;
	width: 445px;
	margin-top: 0px;
	font-size: 12px;
}

.book-title #editTitle {
 //zoom: 1;
 //padding-right: 3px;
}

#pre-report {
	display: none;
}

#titlerow {
	// top: -1000px; 
	z-index: 20; 
	margin-top: 4px; 
}

#titlerow th {
 white-space: nowrap;
}

.level-descriptions {
	margin-left: 20px;
	position: absolute;
	margin-top: 3px;
	color: #53565A;
	vertical-align: center;
}

#hop_to_chapter_container {
	float: right;
	clear: right;
	font-size: 12px;
	margin-bottom: 20px;
}

/* Bug 12426 - Accessibility: Issues with keyboard operability and keyboard focus*/
#hop_to_chapter a{
	cursor: pointer;
	width: 185px;
	background-color: #0C7DBB;
	padding: 4px 4px 4px 4px;
	color: white;
	font-weight: bolder;
}

#hop_to_chapter a {
	text-decoration: none;
}

#hop_to_chapter_options .closePopupAction {
 font-size: 80%; 
 positon: relative; 
 float: right;
}

#hop_to_chapter_options {
	display: none;
	position: absolute;
	border: 2px solid #3056a5;
	background-color: #e0e0e0;
	width: 600px;
	z-index: 2000;
	padding: 10px;
	line-height: 1.5;
	right: 200px;
	overflow: auto;
}

#notesAttachmentDiv {
	border: none;
  	margin-bottom: auto;
}

.attach_file {
	padding: 2px 3px 2px 3px;
	color: #1a1a1a;
	cursor: pointer;
	text-decoration: none;
	font-size: 12px;
	background-color: #EEEEEE;
	border: 1px solid #7e848c;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	background-repeat: repeat-x;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CCCCCC), to(#888BD));
	background: -webkit-linear-gradient(top, #888BD, #CCCCCC);
	background: -moz-linear-gradient(top, #888BD, #CCCCCC);
	background: -ms-linear-gradient(top, #888BD, #CCCCCC);
	background: -o-linear-gradient(top, #888BD, #CCCCCC);
}

.cc_list {
	background-color: #DCDCDD; 
	color: #2E2E2E; 
	padding: 2px 50px 2px 5px; 
	padding-right: 50px; 
	cursor: pointer;
}

.cc_list_people {
	position: absolute; 
	z-index: 1000;
	width: 200px;
	border: 1px solid gray;
	padding: 10px;
	display: none;
	top: 15px;
	left: 0px;
	background-color: #fff;
	overflow: hidden;
}


/* @end */


/* @group E-mailer */

.book-emailer-subject {
 	width: 400px; 
}

.book-emailer-body {
	width: 400px; 
	height: 300px;
}

.book-emailer-label-column {
 width: 75px;
}

/* @end */

/* @group Title Detail Page */

.book-user-role-table {
  width: 100%;
}

.title-detail-section {
  border-bottom: 1px dotted black;
  margin: 10px 0px 20px 0px;
}

.title-detail-section-section {
  margin: 20px 0px 0px 0px;
}

.user-book-role {
  margin-bottom: 10px;
}

/* @end */

/* @group Rich Faces Overrides */

#emssv2 .module-content .dr-table-subheadercell {
 border-width: inherit;
 text-align: inherit;
}

#emssv2 .module-content .dr-table-cell {
 border-width: inherit;
 color: inherit;
 font-family: inherit;
 font-size: inherit;
}

#emssv2 .module-content .dr-table {
 border-width: 0px;
}


/* @end */


.figureCtrlSheetPickupNumberHead,
.figureCtrlSheetLetterHead,
.figureCtrlSheetNumberHead {
 width: 115px;
}

.figureCtrlSheetFilenameHead {
 width: 239px;
}

.figureCtrlSheetSpecHead {
 width: 80px;
} 

.figureCtrlSheetColInput {
 width: 80px;
} 

.figureCtrlSheetColText {
 width: 80px;
 word-wrap: break-word;
} 

.figureCtrlSheetColMinText {
 width: 30px;
 word-wrap: break-word;
} 

.figureCtrlSheetColMaxText {
 width: 185px;
 word-wrap: break-word;
}

.figureCtrlSheetColMaxInput {
 width: 180px;
}

.activityTable{
	width: 100%;
}
.activityTable td{
	padding: 4px;
}
.activityTable .rowodd td{
	background-color: #E0E7EF;
}
.activityTable .roweven td{
	background-color: #FFFFFF;
}
.activityTable .activityBoookCol{
	width: 70%;
	overflow-wrap: anywhere;
}
#main-content .dijitComboBox{
	width: 30em;
} 
.highlight-box *, .highlight-box-2 * {
	font-size: 13px;
}

.notesListingByDate {
 list-style-type: none;
 margin: 0px;
 padding: 0px;
}

.notesListingByDate li {
 margin-bottom: 5px;
}

.notesListingByDate a {
 display: block;
 white-space: nowrap; 
}

input.sfCommandLink {
	display: none;
}

div#trace {
 color: #000;
}

#bulkFigureUpdateForm table td {
 padding-bottom:25px;
}

.versiondownloadlinkonfigurestab{
	width: 111px;
	text-align: left;
}

.bookImage {
 display: none;
}

.emssLogoDisplay{
	float:right;
	padding-right: 10px;
}

/* This print call is used for printing out help items */
@media print{
	body {
		color: #000;
	}
	
	#toc_help_fragment-inner{
		text-align: left;
	}
	
	#nav-wrapper,
	#header,
	#subnav,
	#footer {
		display: none;
	}
	
	.toolbar {
		display: none;
		border: thick;
	}
	.state-bookToc table.toc-heading {
 		top: 0px;
 		position: static;
 		font-weight: bold;
	}
	
	.bluebutton {
		display: none; 
	}
	
	.addressColumn{
	width:300px;
	}
}

table.cookieList {
	width: 100%;
    border-collapse:collapse;
}
table.cookieList thead{
    font-weight: bold;
}
table.cookieList td{
    border-collapse:collapse;
    border: solid 1px black; 
    padding: 4px;
}

#manuscriptSubmissionHelpText {
	padding: 25px;
	border-top: solid 10px #F88614;
	text-align: left;
}

#manuscriptSubmissionHelpText h2 {
	margin-top: 0;
	margin-bottom: 30px;
}

#manuscriptSubmissionHelpText .step-header {
	margin: 10px 0 0 0;
	position: relative;
	padding-top: 3px;
}

#manuscriptSubmissionHelpText .step-header .step-number {
	float: left;
	position: relative;
	top: -10px;
}

#manuscriptSubmissionHelpText .step-header .step-number-one {
	height: 47px;
	width: 48px;
}

#manuscriptSubmissionHelpText .step-header .step-number-two {
	height: 47px;
	width: 48px;
}

#manuscriptSubmissionHelpText .step-header .step-number-three {
	height: 47px;
	width: 48px;
}

#manuscriptSubmissionHelpText .step-header .step-title {
	float: left;
	font-size: 20px;
	display: block;
	padding-left: 10px;
}

#manuscriptSubmissionHelpText .step-image {
	float: left;
	margin: 0 0 0 55px;
}

#manuscriptSubmissionHelpText .step-content {
	margin: 0 0 60px 165px;
}

#manuscriptSubmissionHelpText .step-content .step-action {
	margin: 0 0 20px 0;
}

#manuscriptSubmissionHelpText .orange-button {
	padding: 5px 8px;
	background-color: #F88614;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	text-decoration: none;
}

.seniorRole,
.correspondingRole {
 background-image: url('/images/author_role_icons.png') ;
 background-repeat: none;
 background-position: 0 0;
 display:inline-block;
 text-indent: -999em;
 height:18px;
 width: 30px;
}

.removeAssigneeX {
 background-image: url('/images/author_role_icons.png') ;
 background-repeat: none;
 background-position: 0 0;
 display:inline-block;
 text-indent: -999em;
 height:12px;
 width: 12px;
 position: relative;
 top: -4px;
}

/* Regular */
.seniorRole {
 background-position: -9px -10px;
}
.correspondingRole {
 background-position: -78px -10px;
}
.removeAssigneeX {
 background-position: -148px -10px;
}

/* Hover */
.seniorRole:hover {
 background-position: -9px -57px;
}
.correspondingRole:hover {
 background-position: -78px -57px;
}
.removeAssigneeX:hover {
 background-position: -148px -57px;
}

/* Active */
.seniorRole.active {
 background-position: -9px -104px;
}
.correspondingRole.active {
 background-position: -78px -104px;
}


div.authorIconWrappers {
    margin-left:182px;
}

/*
div.tocAuthorIconWrappers{
    margin-left:182px;
}
*/

div.nonAuthorIconWrappers {
    margin-left:170px;
}
.nonAuthorIconWrappers .removeAssigneeX {
 top: 5px;
}
.assigneeInfo {
	float:left;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

div.thumbnailPlaceholder {
	width: 125px;
	height: 115px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	margin: 0 auto 0 auto;
	font-weight: bold;
	padding: 5px;
}

#bookEmailer .author-options {
	padding-left: 15px;
}

.globalRightsInfoText {
	margin-left: 25px;
	margin-top: 4px;
	margin-right: 75px;
}

/* @group update book */

.agreementTypeOptions {
	margin-left: 15px;
}

.agreementRequestFormDeleting, .agreementRequestFormUploading {
	display:none;
	height:50px;
	padding-left:300px;
	padding-top:25px;
}

#agreementRequestFormColorboxContent textarea {
	width: 100%;
	height: 60px;
	resize: none;
}

#agreementRequestFormColorboxContent input[type="text"] {
	width: 60%;
}

/* @end */

/* @group contracts page */

.contracts-block {
	border: solid 2px #BFC2C9;
	padding: 10px;
	width: 44%;
	background-color: #DCDCDD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.contracts-block h3 {
	font-size: 15px;
	margin: 0 0 5px 0;
	text-transform: none;
	letter-spacing: 0;
}

.break-word-wrap-text {
    word-wrap: break-word;
},

#agreementRequestForm #request-form-date, #agreementRequestFormDetails .request-form-date {
	font-size: 11px;
	font-style: italic;
}

#contractsBookUnitList table,
#contractTableForm table {
	width: 100%;
	table-layout: fixed;
}

#contractsBookUnitList table th,
#contractTableForm table th {
	font-weight: bold;
	background-color: #2E2E2E;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 2px 5px;
}

#contractsBookUnitList table th:nth-child(2n+2){
	background-color: #505050;
	width: 95px;
}

#contractsBookUnitList table th:nth-child(1){
	width: 20px;
}

#contractsBookUnitList table th:nth-child(3){
	width: 20px;
}

#contractsBookUnitList table td,
#contractTableForm table td {
	padding: 5px 10px;
	overflow-wrap: anywhere;
}

#contractsBookUnitList .assigneeList {
	margin: 20px 0;
}

#bookUnitSelectionOptions {
	margin: 10px 0;
	padding: 10px 20px;
	border: 1px solid #B9B9B9;
	background-color: #FFF0E4;
}

#bookUnitSelectionOptions .contracts-filter {
	margin-right: 20px;
}

#contractsSelectorAndActions .dropdown .dropdown-button,
#contractsSelectorAndActions .dropdown .dropdown-panel  {
	background-color: #F5F5F5;
    color: #2E2E2E;
}

#contractsSelectorAndActions #selectorDropdown {
	margin-right: 30px;
    font-size: 11px;
    font-weight: bold;
    width: 100px;
}

#contractsSelectorAndActions #selectorDropdown ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#uploadContractColorboxContent input[type="text"] {
	width: 60%;
}

#uploadContractColorboxContent textarea {
	width: 100%;
	height: 60px;
	resize: none;
}

#addNoteColorboxContent textarea {
	width: 100%;
	height: 100px;
	resize: none;
}

#editNoteColorboxContent textarea {
	width: 100%;
	height: 100px;
	resize: none;
}

.no-response-icon {
	background: url('/resources/images/contract-status-icons.png') 0 -30px no-repeat;
	width: 15px;
	height: 14px;
	margin: 0 8px 0 0 ;
}

.agreed-icon {
	background: url('/resources/images/contract-status-icons.png') 0 0 no-repeat;
	width: 15px;
	height: 15px;
	margin: 3px 8px 0 0 ;
}

.disagreed-icon {
	background: url('/resources/images/contract-status-icons.png') 0 -15px no-repeat;
	width: 15px;
	height: 15px;
	margin: 3px 8px 0 0 ;
}

.contract-action{
	margin-left: 5px;
}

.contract-action img {
	border: solid 1px #9FB1D7;
}

.contract-action img:hover {
	border: solid 2px #9FB1D7;
}

/* @end */

/* @group book home page */

#todoListNoContracts {
	color: #999999;
	font-weight: bold;
	margin: 5px 10px 0 10px;
}

#disagreeToContractColorboxContent textarea {
	width: 100%;
	height: 100px;
	resize: none;
}

.contract-todo-action {
	margin: 5px 5px;
}

.contract-todo-action:first-child {
	margin-left: 0;
}

a.contract-status-button {
	padding: 5px 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

a.contract-status-button .agree-icon {
	background: url('/resources/images/contract-status-button-icons.png') 0 0 no-repeat;
	width: 13px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
}

a.contract-status-button .disagree-icon {
	background: url('/resources/images/contract-status-button-icons.png') 0 -10px no-repeat;
	width: 13px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
}

.blue-button, a.blue-button {
	padding: 4px 4px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	background-color: #0C7DBB;
}

a.blue-button {
	margin-left: 2.5px;
    margin-right: 2.5px;
}

.red-button {
	/* fallback */
	background-color: #CD0000;
	background-repeat: repeat-x;
	
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#700000), to(#CD0000));
	background: -webkit-linear-gradient(top, #CD0000, #700000);
	background: -moz-linear-gradient(top, #CD0000, #700000);
	background: -ms-linear-gradient(top, #CD0000, #700000);
	background: -o-linear-gradient(top, #CD0000, #700000);
}

.green-button {
	/* fallback */
	background-color: #339933;
	background-repeat: repeat-x;
	
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1D521C), to(#339933));
	background: -webkit-linear-gradient(top, #339933, #1D521C);
	background: -moz-linear-gradient(top, #339933, #1D521C);
	background: -ms-linear-gradient(top, #339933, #1D521C);
	background: -o-linear-gradient(top, #339933, #1D521C);
}

.gray-button {
	background-color: #737373;
}

a.orange-button {
	padding: 4px 4px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	background-color: #0C7DBB;
}

/* @end */

/* @group colorbox pop-ups */

#contractTableForm table {
	background: #FFFFFF;
	margin-top: 10px;
}

/* @end */

/* @group colorbox pop-ups */

.colorbox-popup-container {
	display: none;
}

.colorbox-popup {
	padding: 25px;
	border-top: solid 10px #FF6C00;
	text-align: left;
}

.colorbox-popup-loading {
	background: url("/images/ajax-loader.gif") no-repeat center center;
	text-indent: -9999px;
}

.colorbox-popup h2 {
	margin-top: 0;
	margin-bottom: 15px;
}

.colorbox-popup .orange-button {
	padding: 5px 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	background-color: #0C7DBB;
}

.colorbox-popup .gray-button {
	padding: 5px 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	background-color: #0C7DBB;
}

/* @end */

/* @group generic */

.block-label {
	display: block;
	font-weight: bold;
	margin-bottom: 8px;
}

/* @end */

/* @group dropdown */

.dropdown {
	position: relative;
	z-index: 5;
	width: 43px;
}

.dropdown .dropdown-button {
	background-color: #FFFFFF;
	border: solid 1px #999999;
	padding: 2px;
}

.dropdown .dropdown-button-icon {
	background: transparent url('/resources/images/dropdown-arrow.png') no-repeat;
	display: inline-block;
	text-indent: -9999px;
	width: 8px;
	height: 6px;
	position: absolute;
	top: 45%;
	margin-left: 5px;
}

.dropdown .dropdown-panel {
	background-color: #FFFFFF;
	border: solid 1px #999999;
	padding: 8px 8px;
	position: absolute;
	z-index: 2;
	white-space: nowrap;
}

/* @end */

/* @group Special Character Widget */

#specialCharacterPopup {
	position:absolute;
	z-index:10;
	background-color:#F0F0F0;
	padding: 5px 7px;
	border: solid 1px;
}

#specialCharacterPopup #specialCharacterList a {
	padding: 0 3px;
	font-size: 18px;
	font-family: monospace;
	text-decoration: none;
	border: 1px solid #C0C0C0;
}

#specialCharacterPopup #specialCharacterList a:hover {
	border: 1px solid #000000;
}

/* @end */

/* @group Update Workflow Book Step Page */

#updateWorkflowStepsHeaderSection {
	margin: 0 0 8px 0;
}

.actionSection {
	margin: 10px 0 0 0;
}

/* @end */

/* @group Table Styling */

table.table-type1 th {
	font-weight: normal;
	background-color: #2E2E2E;
	color: white;
	text-transform: uppercase;
	padding: 2px 5px;
}

table.table-type1 tr.alt-color {
	background-color: #DCDCDD;
}

table.table-type1 td {
	padding: 5px 10px;
}

/* @end */

/* @group Book Setup Step 2 Page */

#roleTypeDefinitions {
	margin-top: 25px;
	border: solid 1px #CCCCCC;
}

/* @end */

/* @group Sticky Footer */

#chapter-sticky-footer {
	background-color: #E0E0E0;
	border: solid 1px #A0A0A0;
	width: 720px;
	padding: 5px;
	position: fixed;
	bottom: 0;
}

#chapter-sticky-footer #sticky-footer-content {
	background-color: #FFFFFF;
	border: solid 1px #BCC0C6;
	padding: 10px;
}

/* @end */

/* @group Book Bulk Actions Page */

.bookBulkActionsChangeDeadlines #bulkActions,
.bookBulkActions #bulkActions,
.massUploadActions {
	background-color: #FFFFFF;
	border: solid 1px #CBCFCD;
	margin-bottom: 20px;
}

.bookBulkActionsChangeDeadlines #bulkActions #actions-title,
.bookBulkActions #bulkActions #actions-title,
.massUploadActions .actions-title{
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 5px;
	background-color: #53565A;
	border: solid 1px #CBCFCD;
}

.bookBulkActionsChangeDeadlines #bulkActions #actions-content,
.bookBulkActions #bulkActions #actions-content,
.massUploadActions .actions-content{
	padding: 8px;
}

.bookBulkActionsChangeDeadlines #bulkActions #actions-content #action-left-col,
.bookBulkActions #bulkActions #actions-content #action-left-col {
	float: left;
	border-right: solid 1px #CBCFCD;
	padding-right: 15px;
}

.bookBulkActionsChangeDeadlines #bulkActions #actions-content #action-right-col,
.bookBulkActions #bulkActions #actions-content #action-right-col {
	float: left;
	padding-left: 15px;
}

.bookBulkActionsChangeDeadlines #bulkActions #actions-content .action,
.bookBulkActions #bulkActions #actions-content .action {
	padding-bottom: 18px;
}

.bookBulkActionsChangeDeadlines #bulkActions #actions-content .action select,
.bookBulkActions #bulkActions #actions-content .action select {
	margin: 0 10px 0 5px;
}

.bookBulkActionsChangeDeadlines #bookUnitTable,
.bookBulkActionsChangeDeadlinesPreview #bookUnitTable,
.bookBulkActions #bookUnitTable,
.bookBulkActionsPreview #bookUnitTable,
#massUploadForm>table {
	width: 100%;
	background-color: #DCDCDD;
	border-spacing:0;
    border-collapse:collapse;
    border: solid 1px #CBCFCD;
}

.bookBulkActionsChangeDeadlines #bookUnitTable .filter,
.bookBulkActions #bookUnitTable .filter,
#massUploadForm>table .filter {
	float: left;
	padding: 5px 8px 5px 5px;
}

.bookBulkActionsChangeDeadlines #bookUnitTable .filter select,
.bookBulkActions #bookUnitTable .filter select,
#massUploadForm >table .filter select {
	margin-left: 5px;
}

.bookBulkActionsChangeDeadlines #bookUnitTable tbody tr:hover td,
.bookBulkActionsChangeDeadlinesPreview #bookUnitTable tbody tr:hover td,
.bookBulkActions #bookUnitTable tbody tr:hover td,
.bookBulkActionsPreview #bookUnitTable tbody tr:hover td,
#massUploadForm >table >tbody >tr:hover >td {
	background-color: #E1EAFE;
}

.bookBulkActionsChangeDeadlines #bookUnitTable>tbody>tr:nth-child(2n+1),
.bookBulkActions #bookUnitTable>tbody>tr:nth-child(2n+1) {
	background-color: #FFFFFF;
}

.bookBulkActionsChangeDeadlines #bookUnitTable th,
.bookBulkActionsChangeDeadlinesPreview #bookUnitTable th,
.bookBulkActions #bookUnitTable th,
.bookBulkActionsPreview #bookUnitTable th,
#massUploadForm >table >thead >tr >th,
#bookUnitExportForm >table >thead >tr >th {
	font-weight: bold;
	background-color: #2E2E2E;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 5px;
}

#includeRadio input[type="checkbox"],
#includeCheck input[type="checkbox"] {
 margin-left: 15px;
}

#massUploadForm >table >thead >tr >th:nth-child(2n+2),
#bookUnitForm >table >thead >tr >th:nth-child(2n+2),
#bookUnitExportForm >table >thead >tr >th:nth-child(2n+2),
#bookUnitChangeDeadLinesForm >table >thead >tr >th:nth-child(2n+2){
	background-color: #505050;
} 

#massUploadForm table th {
	background-color: transparent;
	color: #53565A;
}

#massUploadForm table td.filters,
#bookUnitForm table td.filters,
#bookUnitChangeDeadLinesForm table td.filters,
#bookUnitExportForm table td.filters {
	background-color: white;
	color: #53565A;
}

.bookBulkActionsChangeDeadlines #bookUnitTable td,
.bookBulkActionsChangeDeadlinesPreview #bookUnitTable td,
.bookBulkActions #bookUnitTable td,
.bookBulkActionsPreview #bookUnitTable td {
	padding: 3px 5px;
}

/* @end */

/* @group Book Bulk Actions Page */

.bookBulkActionsChangeDeadlinesPreview #actionForm,
.bookBulkActionsPreview #actionForm {
	margin-bottom: 20px;
}

.bookBulkActionsChangeDeadlinesPreview #actionForm .actionText,
.bookBulkActionsPreview #actionForm .actionText {
	margin-bottom: 10px;
}

.bookBulkActionsChangeDeadlinesPreview #actionForm a,
.bookBulkActionsPreview #actionForm a {
	margin-right: 5px;
}
	
/* @end */

/* @group Chapter Detail Actions */

#nextStepUnansweredQuestionsWarningForm {
	padding-left: 20px;
}

#nextStepUnansweredQuestionsWarningForm p {
	margin-top: 0;
}

/* @end */

/* @group Chapter Detail Questions Tab */

#contribviewTabsContent #questions-actions {
	background: transparent;
	border: none;
}

#contribviewTabsContent .question .question-title {
	border: none;
	padding: 0;
}

#contribviewTabsContent .question input[type="text"] {
	width: 580px;
}

#contribviewTabsContent .question textarea {
	width: 580px;
	height: 140px;
}

#contribviewTabsContent #question-actions {
	border: none;
	background-color: transparent;
	padding: 0;
	margin: 10px 0;
}

#contribviewTabsContent .question .question-answer {
	border: none;
	padding: 0;
	white-space: pre-line;
}

a.showLinkAsButton {
	background-color: #BDBDBD;
	color: #545454;
	border: 1px solid #A4A4A4;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 12px;
	margin: 0 5px 5px 0;
	padding: 3px 6px;
	text-decoration: none;
}

/* @group Book Setup Step Two */

#setupForm .form-section {
	margin-bottom: 20px;
}

#setupForm\:targetPublicationDate,
#targetPublicationDateForm\:targetPublicationDate {
	margin-left: 8px;
}

#targetPublicationDateForm\:targetPublicationDate {
	margin-right: 8px;
}

/* @end */

/* @group Edit Book Options */

#bookOptionsForm input.bookOptionName {
	width: 160px;
}

/* @end */

/* @group Message Center */

.message-center-content {
	background-color: #F4F6F5;
	padding: 10px;
}

/* @end */

/* @group Scheduled Messages */

.scheduledMessagesTable ~ .scheduledMessagesTable thead {
	display: none;
}

/*
    For some reason, Richfaces always create an empty row with empty column in a datatable.
    In the ScheduleMessage page, the single-looking table is actually a frankenstein-table made of 5 different tables
    linked together with some dark CSS magic.
    The empty rows are breaking the evil spell, so we need to hide them.
 */
.richfacesEmptyTable tbody {
    display: none;
}

.scheduledMessagesTable {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

.scheduledMessagesTable thead th {
	background-color: #E4E4E4;
	border: 1px solid #999999;
	padding: 3px 5px;
}

.scheduledMessagesTable tbody td {
	border: 1px solid #999999;
	padding: 3px 5px;
}

.scheduledMessagesTable tbody tr:not(:first-child) td.status .status-text {
	display: none;
}

.scheduledMessagesTable tbody tr:not(:first-child) td.status {
	background-color: #F4F6F5;
	border: none;
}

.scheduledMessagesTable tbody td.status {
	background-color: #515151;
	color: #FFFFFF;
}

.scheduledMessagesTable .status-SCHEDULED {
	background-color: #FFFFFF;
}

.scheduledMessagesTable .status-ON_HOLD {
	background-color: #FFFFFF;
}

.scheduledMessagesTable .status-IN_PROGRESS {
	background-color: #FBFDB1;
}

.scheduledMessagesTable .status-COMPLETE {
	background-color: #D6FDCB;
}

.scheduledMessagesTable .status-CANCELED {
	background-color: #FFCBB6;
}

.scheduledMessagesTable thead th.status,
.scheduledMessagesTable tbody td.status {
	width: 110px;
}

.scheduledMessagesTable thead th.create-date,
.scheduledMessagesTable tbody td.create-date {
	width: 90px;
}

.scheduledMessagesTable thead th.workflow-step,
.scheduledMessagesTable tbody td.workflow-step {
	width: 120px;
}

.scheduledMessagesTable thead th.template-name,
.scheduledMessagesTable tbody td.template-name {
	width: 220px;
}

.scheduledMessagesTable thead th.delivery-schedule,
.scheduledMessagesTable tbody td.delivery-schedule {
	width: 170px;
}

#scheduled-messages .action {
	margin: 12px 0 8px 0;
}

#messagePreviewColorboxContent table td {
	padding: 5px 0 5px 8px;
}

#messagePreviewColorboxContent .actions {
	margin: 8px 0;
}

/* @end */

/* @group Scheduled Message Creation */

#scheduledMessageCreationForm {
	margin: 10px 0;
}

#scheduledMessageCreationForm .actions {
	margin-top: 10px;
}

#scheduledMessageCreationForm .templateSelection {
	margin-top: 4px;
}

#scheduledMessageCreation2Form table td {
	padding: 5px 0 5px 5px;
}

#scheduledMessageCreation2Form .input {
	width: 520px;
}

#scheduledMessageCreation2Form textarea {
	height: 300px
}

#scheduledMessageCreation2Form #actions {
	margin: 20px 0 10px 0;
}

#scheduledMessageCreation2Form #merge-tags .merge-tag {
	margin: 0 5px 12px 0;
	float: left;
}

#scheduledMessageCreation2Form #merge-tags .merge-tag .merge-tag-link {
	background-color: #FFFFFF;
	border: solid 1px #000000;
	padding: 1px 2px;
	text-decoration: none;
}

#scheduledMessageCreation2Form #merge-tags .merge-tag a.merge-tag-link:hover {
	border: solid 1px #3056A5;
	color: #3056A5;
}

#saveNewTemplateForm .input,
#saveNewTemplateAndScheduleForm .input {
	width: 300px;
}

#saveNewTemplateForm .actions,
#saveNewTemplateAndScheduleForm .actions {
	margin-top: 20px;
}

#scheduledMessageCreation3Form table td {
	padding: 5px 0 5px 5px;
}

#editSystemMessageTemplateForm .dropdown-input, #scheduledMessageCreation3Form .dropdown-input {
	margin: 12px 0;
}

#scheduledMessageCreation4Form table td {
	padding: 5px 0 5px 8px;
}

#scheduledMessageCreation4Form .actions {
	margin: 8px 0;
}

/* @end */

/* @group Scheduled Message Template Management */

#manageSystemMessageTemplatesForm select,
#manageSystemEmailerTemplatesForm select {
	width: 300px;
}

#manageSystemMessageTemplatesForm #pageActions,
#manageSystemEmailerTemplatesForm #pageActions {
	margin: 20px 20px;
}

#manageSystemMessageTemplatesForm #pageActions .action,
#manageSystemEmailerTemplatesForm #pageActions .action {
	margin-bottom: 30px;
}

#manageSystemMessageTemplatesForm #actions,
#manageSystemEmailerTemplatesForm #actions {
	margin: 20px 0;
}

/* @end */

/* @group Scheduled Message Template Management */

#editSystemMessageTemplateForm table td,
#editSystemEmailerTemplateForm table td {
	padding: 5px 0 5px 5px;
}

#editSystemMessageTemplateForm .input,
#editSystemEmailerTemplateForm .input {
	width: 520px;
}

#editSystemMessageTemplateForm textarea,
#editSystemEmailerTemplateForm textarea {
	height: 300px
}

#editSystemMessageTemplateForm #actions,
#editSystemEmailerTemplateForm #actions {
	margin: 20px 0 10px 0;
}

#editSystemMessageTemplateForm #merge-tags .merge-tag,
#editSystemEmailerTemplateForm #merge-tags .merge-tag,
#bookEmailer #merge-tags .merge-tag {
	margin: 0 5px 12px 0;
	float: left;
}

#editSystemMessageTemplateForm #merge-tags .merge-tag .merge-tag-link,
#editSystemEmailerTemplateForm #merge-tags .merge-tag .merge-tag-link,
#bookEmailer #merge-tags .merge-tag .merge-tag-link {
	background-color: #FFFFFF;
	border: solid 1px #000000;
	padding: 1px 2px;
	text-decoration: none;
}

#editSystemMessageTemplateForm #merge-tags .merge-tag a.merge-tag-link:hover,
#editSystemEmailerTemplateForm #merge-tags .merge-tag a.merge-tag-link:hover,
#bookEmailer #merge-tags .merge-tag a.merge-tag-link:hover {
	border: solid 1px #3056A5;
	color: #3056A5;
}

/* @end */

/* @group Scheduled Message Delivery History */

#scheduledMessageDeliveryHistoryActionsForm {
	margin: 20px 0;
}

/*Bug 11327- skip navigation*/

a.skip-main {
                /*left:-999px;
                position:absolute;
                top:auto;
                width:1px;
                height:1px;
                overflow:hidden;
                z-index:-999;
                */
                padding: 6px;
				position: absolute;
				top: -40px;
				left: 0px;
				color: white;
				border-right: 1px solid white;
				border-bottom: 1px solid white;
				border-bottom-right-radius: 8px;
				background: transparent;
				-webkit-transition: top 1s ease-out, background 1s linear;
				transition: top 1s ease-out, background 1s linear;
				z-index: 100; 
                
            }
            a.skip-main:focus, a.skip-main:active {
                color: #2E2E2E;
                background-color:#FF6C00;
                left: auto;
                top: auto;
                width: 20%;
                height: auto;
                overflow:auto;
                margin: 10px 35%;
                padding:5px;
                border-radius: 15px;
                border:4px solid white;
                text-align:center;
                font-size:1.2em;
                z-index:100;
            }

/* @end */

/*Bug 9283 - Make Contribution Specifications section (Manuscript page) collapsible */
.collapseExpandSection
{
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	color: #073973;
	cursor: pointer;
}
.collapseExpandSection:visited
{
	color: #2E2E2E;
}
.collapseExpandSection:link
{
	color: #073973;
}

.password-strength-container {
  visibility: hidden;'
}

.password-strength-meter-bar-container {
  background-color: rgb(229, 231, 230);
  width: 219px;
}

.password-strength-meter {
  height: 4px;
  background-color: gray;
}

.password-strength-too-weak 
{ 
	background: #A92B1D; 
	width: 16.66%; 
}

.password-strength-very-weak 
{ 
	background: #A92B1D; 
	width: 33.33%; 
}

.password-strength-fairly-weak 
{ 
	background: #A92B1D; 
	width: 50%; 
}

.password-strength-good
{ 
	background: orange; 
	width: 66.66%; 
}

.password-strength-very-good
{ 
	background: orange; 
	width: 83.33%; 
}

.password-strength-excellent
{ 
	background: green;
	width: 100%; 
}

.password-info {
	color: #A92B1D;
	font-style: italic;
}

.login-info-table {
	width: 378px;	
}

div.errors-list-container-narrow {
	width: 390px;
}

div[class^="errors-list-container"] ul {
	font-weight: bold; 
	font-size: 12px; 
	border: 1px solid #2F2F2F; 
	text-align: center; 
	padding: 5px; 
	background-color: #E0EEEF;
	margin-bottom: 10px;
	display: block;
	color: #A92B1D;
	list-style: none;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.3;
}
.unsupportedBrowser {
	display: none;
}
.errmsg {
color: #A92B1D;
}
.eCompsContent {
	padding-left:2em
}

.markedDeDelegate:after {
	vertical-align: super;
	content: '\2605';
   color: #3056A5;
   font-size: 16px; 
}

#saveOtherProjectsButton {
 position: absolute;
 width: 31px;
 left: -6px;
 top: -10px;
 display: none;
}

.roundGreenButton {
	text-decoration: none;
	border-radius: 50%;
	background-color: lawngreen;
	text-align: center;
	font-size: 125%;
}
.overdueDate {
color: #A92B1D;
}
.halfRowUp {
	position:relative;
	top: -15px;
}
.markedNewChapter {
	font-weight: bold; 
	color: #2E2E2E;
	text-transform: none;
}

.country-select-userInfo{
	border: none;
	background: none;
    font: 13px Arial, Helvetica, sans-serif;
    color: #545454;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
}

.country-select-userInfo::-ms-expand{
    display: none;
}

.rich-spinner-input-container {
	padding: 0px;
	margin: 0px;
	background-position: left top;
	background-repeat: repeat-x;
	border-style: inset;
	border-width: 1px 0px 1px 1px;
}

input.rich-spinner-input {
	border: 0px;
	margin: 0px;
}

.rich-spinner-buttons {
	border-width: 1px;
	border-style: solid;
	padding: 0px;
	margin: 0px;
	background-position: left top;
	background-repeat: repeat-x;
	font-size: 0px;
}

.notes-attachment-warning {
	color: #A92B1D;
	font-style: italic;
	font-size: 12px;
}

.rich-spinner-btn{ margin: 0px 1px 1px 0px; display: block; border-style: none; }
.rich-spinner-btn-press{ margin: 1px 0px 0px 1px; display: block; border-style: none;
}

.dagger-icon:after {
  content: ' \2020';
  font-weight: bold;
}

#form-newfile,
#form-planoutline,
#form-previousedition{
	width:200px;
	background-color: #0C7DBB;	
	color: #FFFFFF;
	float: right;
	border: 1px solid rgba(0, 0, 0, 0.3);
	height: 90px;
	min-height: 0px !important;
	margin: 0;
    padding: 0;
}

#form-previousedition,
#form-planoutline{
	margin-right:54px;
}

.editCustomSubmissionQuestions {
	margin-left: 25px;
}

#selectorDropdown .disabledElement {
    pointer-events: none;
    opacity: 0.4;
}

.bookBulkActionsChangeDeadlines #bulkActions #actions-content #action-workflowstep-col {
	float: left;
	padding-right: 15px;
	margin-top:15px;
}

.bookBulkActionsChangeDeadlines #bulkActions #actions-content #action-col {
	float: left;
	padding-right: 15px;
	margin-top:10px;
}

.bookBulkActionsChangeDeadlines #bulkActions #actions-content #action-workflowstep-select-col {
	margin-top:8px;
}
.bookBulkActionsChangeDeadlines #bulkActions #actions-content #action-top-row .timeunit-paddingleft{
	margin-top:-8px;
	padding-left: 45px;		
}

.bookBulkActionsChangeDeadlines #bulkActions #actions-content #action-top-row {
	margin-top:-8px;	
}

.bookBulkActionsChangeDeadlines #bulkActions #actions-content #action-top {
	margin-bottom: -20px;	
}

.bookBulkActionsChangeDeadlines #bulkActions #actions-content #action-center-col {
	float: left;
	padding-right: 15px;
}

.bookBulkActionsChangeDeadlines #bulkActions #actions-content #action-right-pad {
	padding-right: 15px;	
}

#roleNamesBookForm .auxTextLinksChangeDeadlines{
	float:right;
}

.squared-gray-button {
	font-weight: bold;
	padding: 1px 10px;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	background-color: #999999;
}

#submission-wizard {padding: 10px 29px 0px 29px;}

.submission-wizard-fileUpload{
	border: solid 1px #BCC0C6;
	background-color: #DCDCDD;
	padding: 8px;
	margin-bottom: 5px;
	clear:both;
	padding-bottom: 37px;
}

a.rounded-button-singleScreen{
  padding: 10px 40px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
  background-color: #0C7dbb;
  text-decoration: none;
  margin-bottom: 40px;
}

#authorSubmissionQuestions {
	background-color: #DCDCDD;
	border-left: solid 1px #CCCCCC;
}

#authorSubmissionQuestions .question .question-title {
	border: none;
	padding: 0;
}

#authorSubmissionQuestions .question input[type="text"] {
	width: 580px;
}

#authorSubmissionQuestions .question textarea {
	width: 580px;
	height: 140px;
}

#authorSubmissionQuestions #questions-actions {
	background: transparent;
	border: none;
}

#authorSubmissionQuestions .question .question-answer {
	border: none;
	padding: 0;
	white-space: pre-line;
}

#authorSubmissionQuestions #question-actions {
	border: none;
	background-color: transparent;
	padding: 0;
	margin: 10px 0;
}

.uploadInstructions {
    color: #2E2E2E;
    font-size: 13px;
 }

#mainBookDetailsForm .plainList .ui-datalist-content {
	border: none;
	background-color: #DCDCDD;
}

#userProfileChangeForm .ui-state-default {
	background: #2E2E2E;
	color: #FFFFFF;
	text-shadow: none;
}

#userProfileChangeForm .ui-widget-header {
	background: #DCDCDD;
	color: #53565A;
	text-shadow: none;
	border: transparent;
}

#userProfileChangeForm .ui-datatable-header {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}

#userProfileChangeForm .ui-datatable-footer {
	text-decoration: none;
	text-align: left;
}

#userProfileChangeForm .ui-corner-all {
	background-color: transparent;
	color: #000000;
	font-size: 11px;
}

#userProfileChangeForm .ui-widget {
	background-color: transparent;
	color: #000000;
	font-size: 12px;
}

#userProfileChangeForm .ui-button-text {
	padding: 5px 8px;
	font-size: 11px;
}

#userProfileChangeForm .ui-datatable-odd {
	background-color: #DCDCDD;
}

#userProfileChangeForm .ui-state-highlight {
	background-color: #e0e0e000;
}

#userProfileChangeForm .ui-widget-content {
	text-shadow: none;
	text-decoration: none;
	color: #53565A;
}

.colorbox-popup .orange-button-singleScreen {
	padding: 5px 5px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	background-color: #0C7DBB;
}

.message-center-content-border {
	border: 1px solid #999999;
}

#manageMessageBundleForm .ui-state-default, #scheduleMessageBundlePopupForm .ui-state-default,
#evolveAssetForm .ui-state-default, #contractTableForm .ui-state-default {
	background: #2E2E2E;
	color: #FFFFFF;
	text-shadow: none;
}

#manageMessageBundleForm .ui-widget-header, #scheduleMessageBundlePopupForm .ui-widget-header,
#evolveAssetForm .ui-widget-header, #contractTableForm .ui-widget-header {
	background: #f4f6f5;
	color: #2E2E2E;
	text-shadow: none;
	border: transparent;
}

#manageMessageBundleForm .ui-datatable-header, #scheduleMessageBundlePopupForm .ui-datatable-header, 
#evolveAssetForm .ui-datatable-header, #contractTableForm .ui-datatable-header {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}

#manageMessageBundleForm .ui-datatable-footer, #scheduleMessageBundlePopupForm .ui-datatable-footer,
#evolveAssetForm .ui-datatable-footer, #contractTableForm .ui-datatable-footer {
	text-decoration: none;
	text-align: left;
}

#manageMessageBundleForm .ui-corner-all, #scheduleMessageBundlePopupForm .ui-corner-all,
#evolveAssetForm .ui-corner-all, #contractTableForm .ui-corner-all {
	background-color: transparent;
	color: #53565A;
	font-size: 11px;
}

div.ui-datatable-footer.ui-widget-header.ui-corner-bottom button {
   	-webkit-border-radius: 0px;
    border-radius: 0px;
}

#manageMessageBundleForm .ui-state-highlight .ui-icon {
    background-image: url('/images/ui-icons_button.png') ;
}

#manageMessageBundleForm .ui-icon-bullet {
    background-position: -81px -145px;
}

#manageMessageBundleForm .ui-widget, #scheduleMessageBundlePopupForm .ui-widget,
#evolveAssetForm .ui-widget, #contractTableForm .ui-widget {
	background-color: transparent;
	color: #53565A;
	font-size: 12px;
}

#evolveAssetForm input[type="checkbox"]  {
  margin-right: 6px;
}

#manageMessageBundleForm .ui-button-text, #scheduleMessageBundlePopupForm .ui-button-text,
#evolveAssetForm .ui-button-text, #contractTableForm .ui-button-text {
	padding: 5px 3px 3px 3px;
	font-size: 12px;
}

#manageMessageBundleForm .defaultBundleAction > .ui-button-text {
	padding: 0px 0px;
    font-size: 13px;
 }

#manageMessageBundleForm .ui-datatable-odd, #scheduleMessageBundlePopupForm .ui-datatable-odd,
#evolveAssetForm .ui-datatable-odd, #contractTableForm .ui-datatable-odd {
	background-color: #DCDCDD;
}

#manageMessageBundleForm .ui-datatable-even.ui-state-highlight {
	background: white;
}

#manageMessageBundleForm .ui-datatable-odd.ui-state-highlight, #scheduleMessageBundlePopupForm .ui-state-highlight,
#evolveAssetForm .ui-state-highlight, #contractTableForm .ui-state-highlight {
	background: #DCDCDD;
}

#manageMessageBundleForm .ui-widget-content, #scheduleMessageBundlePopupForm .ui-widget-content,
#evolveAssetForm .ui-widget-content, #contractTableForm .ui-widget-content {
	text-shadow: none;
	text-decoration: none;
	color: #53565A
}

#manageMessageBundleForm .ui-button, #scheduleMessageBundlePopupForm .ui-button,
#evolveAssetForm .ui-button, #contractTableForm .ui-button {
	border: none;	
    color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	background-color: #0C7DBB;
	margin-left: 2.5px;
    margin-right: 2.5px;
}

#scheduleMessageBundlePopupForm .ui-widget-header,
#evolveAssetForm .ui-widget-header, #contractTableForm .ui-widget-header {
	background: #ffffff;
	color: #53565A;
	text-shadow: none;
	text-align:left;
	border: transparent;
}

#scheduleMessageBundlePopupForm .noBorder,
#evolveAssetForm .noBorder, #contractTableForm .noBorder {
  border: none;
}

#scheduleMessageBundlePopupForm table tr td,
#evolveAssetForm table tr td, #contractTableForm table tr td {
  border: none;
}

#evolveAssetForm .ui-state-default, #contractTableForm .ui-state-default {
	text-align: left
}

#manageMessageBundleForm .default-bundle-button {
	padding: 2px 0;
	color: white;
	text-decoration: none;
	font-size: 10px;
	background-color: #0C7DBB;
	border: none;
}

#manageMessageBundleForm .emss-blue-button.ui-state-hover {
	font: 13px Arial, Helvetica, sans-serif;
	color: white;
	background: #0C7DBB;
	outline: 2px solid #EB6500;
}

#manageMessageBundleForm .bundleActions.ui-state-hover {
	color: white;
	background: #0C7DBB;
	outline: 2px solid #EB6500;
}

.msg-mgt-tooltip-help .ui-tooltip-text {
	background-color: #f4f8f9;
    border: 1px solid gray;
    border-radius: 3px;
    bottom: 26px;
    color: #545454;
    content: attr(title);
    text-align:left;
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 1000;
    width: 350px;
}

.msg-bundle-tooltip-help .ui-tooltip-text {
	background-color: #53565A;
	color: white;
	text-align:left;
}

.bundlePlainList .ui-datalist-content {
	background-color: #53565A;
	color: white;
	text-align:left;
	border: none;
}

.bundlePlainList ul {
	padding: 0px;
	margin: 0px;
}

.bundlePlainList li {
	list-style: none;
}

#fileUploadSectionForm .ui-fileupload-files > div:empty:before {
    padding-left: 200px;
    color: #EB6500;
    content: "Click Choose or Drag and drop files here.";
    font-weight: bold;
	text-transform: uppercase;
	font-size: 15px
}

#fileUploadSectionForm .ui-fileupload-upload {
	display: none;
}

.vertAlignMiddle {
    vertical-align: middle;
}

.vertAlignBottom {
    vertical-align: bottom;
}

.vertAlignSub {
    vertical-align: sub;
}

.blueUnderlineText {
    text-decoration: underline;
    color: #073973;
}

/* Title Details Setup */

#bookDetails {
	width: 451px;
	margin-bottom: 15px;
}

#bookDetails.wide { width: 730px; }
#bookDetails p { margin-top: 0px; }

#bookDetails-content h3 {
	margin: 0 0 12px 0;
}

#mainBookDetailsForm\:bookDetailsTabLoading {
	display: none;
	height: 150px;
	padding-left: 320px;
	padding-top: 80px;
}

#mainBookDetailsForm\:bookDetailsTabDeleting {
	display:none;
	height:50px;
	padding-left:300px;
	padding-top:25px;
}

.bookDetails-tab {
	background-color: #53565A;
   	padding-top: 10px;
   	display: block;
   	float: left;
   	margin: 0 6px 0 0;
   	padding: 4px 1px;
   	
   	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
}

.bookDetails-tab-on {
	background-color: #DCDCDD;
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}

a.bookDetails-tab:link, a.bookDetails-tab:visited {
	font-size: 10px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#mainBookDetailsForm a.bookDetails-tab-on {
	font-size: 10px;
	color: #2E2E2E;
	text-decoration: none;
	font-weight: bold;
}

a.bookDetails-tab:hover {
	color: #3056A5;
}

#bookDetails-tabs .tab-title-image {
	float: left;
	padding-right: 4px;
}

#mainBookDetailsForm\:bookDetailsTabsContent, #mainBookDetailsForm\:bookDetailsTabLoading {
	background-color: #DCDCDD;
	border: solid 1px #CCCCCC;
	border-top: none;
	padding-top: 15px;
	
}

#bookDetails-content {
	padding: 10px;
}

.removeAssigneeFromRole {
 background-image: url('/images/author_role_icons.png') ;
 background-repeat: none;
 background-position: -148px -10px;
 display:inline-block;
 text-indent: -999em;
 height:12px;
 width: 12px;
 position: relative;
 top: 2px;
}

.removeAssigneeFromRole:hover {
 background-position: -148px -57px;
}

#mainBookDetailsForm .title-detail-section {
  border-bottom: 1px dotted black;
  margin-right: 60px;
}

.tableFormFieldWrapper-15px td {
 padding-bottom: 15px;
}

.tableFormFieldWrapper-2px td {
 padding-bottom: 2px;
}

.margin-left-20-top-10 {
	margin-left: 20px;
	margin-top: 10px;
}

.margin-left-42 {
	margin-left: 42px;
}

.margin-left-57 {
	margin-left: 57px;
}

.margin-left-60 {
	margin-left: 60px;
}

.disabledField {
	background-color:  #f4f5f5;
	border: solid 1px #CCCCCC;
}

.table-spacing-10 {
	margin-top: 10px;
}

#book_export_float {
	background-color: #F4F6F5;
    border-bottom: 1px solid #3056A5;
    margin-bottom: 20px; 
	padding: 11px 0px 11px 0px;
	height: 33px;
}

.bookBulkActionsExport {
	background: #F4F6F5; 
	border: solid 1px #CCCCCC;
}

#evolveAssetForm .expand-collapse-button {
	padding: 3px 3px;
	color: white;
	text-decoration: none;
	font-size: 12px;
	background-color: #0C7DBB;
	border: none;
}

.top-marigin-15 {
	margin-top: 15px;
}

#bookElrFormId\:pincodeProtected, #bookElrFormId\:lti10, #bookElrFormId\:lti11,
#bookElrFormId\:copyEdit, #bookElrFormId\:pageRef {
	width: fit-content;
}

.elrForm a {
	font-size: 13px;
	font-weight: normal;
	color: #3056A5;
}

#editAllotmentsForm .ui-state-default {
	border: none;
  	font-weight: normal;
  	background: #505050;
  	text-shadow: none;
  	color: white;
}

#editAllotmentsForm table th:nth-child(2n+1) {
	background-color: #2E2E2E;
}

#editAllotmentsForm input[type="submit"].orange-button {
	padding: 2px 4px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	background-color: #0C7DBB;
}

#editAllotmentsForm .ui-datatable-scrollable-header,
#editAllotmentsForm .ui-datatable-odd {
  background: #DCDCDD;
}

#editAllotmentsForm table tbody tr td {
  border: none;
  font-weight: normal;
}

#editAllotmentsForm input[type="submit" i] {
 background: #737373;
}

#bookUnitTable >tbody >tr >td { padding: 3px 5px; }
#bookUnitTable >tbody >tr >td.indent-2 { padding-left: 1em; }
#bookUnitTable >tbody >tr >td.indent-3 { padding-left: 2em; }
#bookUnitTable >tbody >tr >td.indent-4 { padding-left: 3em; }
#bookUnitTable >tbody >tr >td.indent-5 { padding-left: 4em; }
#bookUnitTable >tbody >tr >td.indent-6 { padding-left: 5em; }
#bookUnitTable >tbody >tr >td.indent-7 { padding-left: 6em; }


.restoreTocOrderLink{
	color: #073973;
	text-decoration: underline;
	cursor: pointer;
}

#viewAsAnother {
	width: 64%;
	text-align: center;
	border-bottom: 5px solid #FF6C00;
	line-height: 0.1em;
	margin: 20px 0 20px;
}

#viewAsAnother span {
	background: #fff;
	padding: 0 2px;
}

#bulkUserReassignmentForm .ui-state-default,
#chpLvlBulkUserReassignmentForm .ui-state-default {
  font-weight: bold;
  background: #174095;
  text-shadow: none;
  color: white;
}

#bulkUserReassignmentForm table,
#chpLvlBulkUserReassignmentForm table,
#chpLvlBulkUserReassignmentDetailsForm table {
	border-collapse:collapse;
	border-bottom: solid 1px #2E2E2E;
}

#bulkUserReassignmentForm table td,
#chpLvlBulkUserReassignmentForm table td,
#chpLvlBulkUserReassignmentDetailsForm table td {
    border-left: solid 1px #2E2E2E;
    border-right: solid 1px #2E2E2E;
    padding: 5px;
    padding-left: 10px;
}

#bulkUserReassignmentForm table th,
#chpLvlBulkUserReassignmentForm table th,
#chpLevelAsnDetailsHeader th {
	border: none;
}

#bulkUserReassignmentForm table th:nth-child(2n - 1),
#chpLvlBulkUserReassignmentForm table th:nth-child(2n - 1),
#chpLevelAsnDetailsHeader th:nth-child(2n - 1) {
	background-color: #2E2E2E;
}

#bulkUserReassignmentForm table th:nth-child(2n),
#chpLvlBulkUserReassignmentForm table th:nth-child(2n),
#chpLevelAsnDetailsHeader th:nth-child(2n) {
	background-color: #505050;
}

#chpLvlBulkUserReassignmentDetailsForm\:chpLvlBulkUserReassignmentTable table th {
	border: none;
	background-color: #FFFFFF;
}

#chpLevelAsnDetailsHeader th span {
    padding-left: 10px;
}

#bulkUserReassignmentForm .ui-datatable-scrollable-header,
#chpLvlBulkUserReassignmentForm .ui-datatable-scrollable-header,
#chpLvlBulkUserReassignmentDetailsForm .ui-datatable-scrollable-header {
  border: none;
  background: #f4f6f5;
}

#bulkUserReassignmentForm .ui-datatable-odd,
#chpLvlBulkUserReassignmentForm .ui-datatable-odd {
  background: #DCDCDD;
}

#chpLvlBulkUserReassignmentDetailsForm .ui-datatable-odd {
  background: #FFFFFF;
}

#chpLvlBulkUserReassignmentDetailsForm .ui-datatable-even {
  background: #DCDCDD;
}

#bulkUserReassignmentForm table tbody tr td,
#chpLvlBulkUserReassignmentForm table tbody tr td,
#chpLvlBulkUserReassignmentDetailsForm table tbody tr td {
  font-weight: normal;
}

.textAlignCenter {
    text-align: center;
}

.bpsc-history-title-content {
    background: white;
    border: 1.5px solid #737373;
    font-size: 12px;
    font-weight: bold;
    height: 11px;
    padding-left: 7px;
    color: #53565A;
    padding-top: 6px;
    margin-top: 3px;
    margin-bottom: 3px;
}

#bpsc_accordion.ui-accordion {
   width: 95%;
}

/* Footer styles start */
.es-footer {
  align-items: stretch;
  border-color: #EB6500;
  border-style: solid;
  border-width: 2px 0 0;
  box-sizing: border-box;
  color: #53565A;
  display: flex;
  flex-direction: column;
  font-family:NexusSans, arial, sans-serif;
  font-size: var(--es-font-size-14);
  line-height: var(--es-line-height);
  margin: 32px 0 0;
  padding: 32px 8px;
  position: relative;
  width: 100%;
  z-index: 0;
}

.es-footer-content {
  flex: 1 1 auto;
  margin: 0 8px;
}

.es-footer-links {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.es-footer-links > li  {
  display: block;
  margin: 0 0 16px 0;
  white-space: nowrap;
}

.es-footer-nonsolus {
  align-items: flex-start;
  display: flex;
  margin: 0 8px 24px;
}

.es-footer-nonsolus * {
  display: block;
}

.es-footer-relx {
  align-items: flex-start;
  display: flex;
  margin: 24px 8px 0;
}

.es-footer-relx * {
  display: block;
}


@media (min-width: 576px) {
  .es-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .es-footer-links {
    flex-direction: row;
  }

  .es-footer-links > li {
    margin: 0 24px 8px 0;
    white-space: nowrap;
  }
}

@media (min-width: 768px) {
  .es-footer {
    flex-direction: row;
  }
  .es-footer-nonsolus {
    margin: 0 16px 0 8px;
  }
  .es-footer-relx {
    margin: 0 8px 0 16px;
  }
}

@media (min-width: 992px) {
  .es-footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .es-footer-links > li {
    margin-right: 32px;
  }
  .es-footer-nonsolus {
    margin-right: 24px;
  }
  .es-footer-relx {
    margin: 0 8px 0 24px;
  }
 /* Footer styles end */ 
  
}

/* Elsevier Brand Check Box Style, Checkbox sizes, by default size is inherited from the parent */

input[type="checkbox"] {
  -webkit-appearance: none;
  background-color: #ffffff;
  border: 1.5px solid #737373;
  box-shadow: 0 0 0 0.15em #ffffff inset;
  box-sizing: border-box;
  display: inline-block;
  font: inherit;
  height: 13px;
  margin: 0;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 13px;

  transition: background-color #EB6500,
    border-color #EB6500;
}

input[type="checkbox"]:hover {
  border-color: #2E2E2E;
}

input[type="checkbox"]:checked {
  background-color: #EB6500;
}

label > input[type="checkbox"] {
  margin-right: 0.5em;
}
input[type="checkbox"] + label {
  margin-left: 0.5em;
  vertical-align: middle;
}
.es-check > span {
  vertical-align: middle;
}

/* For WHCM only, since background is shown in high contrast mode. */
/* It's a bit smaller than the regular thumb, since doesn't center */
/* as nice as the background + box-shadow solution. Doesn't solve */
/* the indeterminate state */
input[type="checkbox"]:before {
  border-color: #EB6500;
  border-style: none;
  border-width: calc(-13.7em);
  content: '';
  display: block;
  /* height: calc(0.6em); */
  left: -0.7999999999999998em;
  position: relative;
  top: 0.2em;
  width: calc(0.6em);
}
input[type="checkbox"]:checked:before {
  border-style: solid;
}

/* Disabled checkbox */
input[type="checkbox"][disabled] {
  border: 1.5px solid #B9B9B9 !important;
  background-color: #FFFFFF !important;
}
input[type="checkbox"][disabled]:before {
  border-color: #B9B9B9 !important;
}
input[type="checkbox"][disabled]:checked {
  background-color: #B9B9B9 !important;
}

/* Elsevier Brand Check Box Style ENDS */

/* Elsevier Brand Radio Button Style */

input[type='radio'] {
  border:2px solid white;
  box-shadow:0 0 0 1.5px #737373;
  appearance:none;
  border-radius:50%;
  width:12px;
  height:12px;
  background-color:#ffffff;
  transition:all ease-in 0.2s;

}

input[type="radio"]:hover {
  border-color: #2E2E2E;
}

input[type="radio"]:checked {
  background-color: #EB6500;
}

label > input[type="radio"] {
  margin-right: 0.5em;
}
input[type="radio"] + label {
  margin-left: 0.5em;
  vertical-align: middle;
}

/* For WHCM only, since background is shown in high contrast mode. */
/* It's a bit smaller than the regular thumb, since doesn't center */
/* as nice as the background + box-shadow solution. Doesn't solve */
/* the indeterminate state */
input[type="radio"]:before {
  border-color: #EB6500;
  border-style: none;
  border-width: calc(-13.7em);
  content: '';
  display: block;
  /* height: calc(0.6em); */
  left: -0.7999999999999998em;
  position: relative;
  top: 0.2em;
  width: calc(0.6em);
}
input[type="radio"]:checked:before {
  border-style: solid;
}

/* Disabled radio */
input[type="radio"][disabled] {
  border: 1.5px solid #B9B9B9 !important;
  background-color: #FFFFFF !important;
}
input[type="radio"][disabled]:before {
  border-color: #B9B9B9 !important;
}
input[type="radio"][disabled]:checked {
  background-color: #B9B9B9 !important;
}
/* Elsevier Brand Radio Button Style ENDS */

vertical-align-baseline {
	vertical-align: baseline;
}

.elsevierOrange {
    color: #FF6C00;
}

.elsevierAccessibleOrange {
    color: #EB6500;
}

.elsevierBlue3 {
	color: #073973;
}

.elsevierLinkBlue {
	color: #0C7DBB;
}

.elsevierPetrolBule {
    color: #007398;
}

.elsevierGrey8 {
	color: #2E2E2E;
}

.elsevierDarkGrey {
	color: #53565A;
}

.elsevierCoolGrey {
	color: #DCDCDD;
}
 
.bottom-menu {
    display: none;
    position: fixed;
    bottom: 20px;
    height: 16px;    
    background-color: #0C7DBB;
    padding: 2px 10px;
    color: white !important;
    right: 175px;
    text-decoration: none;
    margin: 0px;
    z-index: 1;
}    

.wide .bottom-menu {
    right: 20px;
}  
  
@media (max-width:1920px){
	.bottom-menu{
	right: 349px;
	}
}
 
@media (max-width:1600px){
	.bottom-menu{
	right: 255px;
	}
}

@media (max-width:1366px){
	.bottom-menu{
	right: 181px;
	}
}

@media (max-width:1280px){
	.bottom-menu{
	right: 118px;
	}
}
 
@media (max-width:1200px){
	.bottom-menu{
	right: 45px;
	}
}

@media (max-width:1024px){
	.bottom-menu{
	right:4px;
	}
}

@media (max-width:800px){
	.bottom-menu{
	right: 5px;
	}
}

.chapterNumber {
	padding: 21px;
} 
 
#mainBookDetailsForm\:bookLevelDocsUploadDiv {
	width: 300px; 
	top: 5px; 
	left: 0px; 
	border: 1px solid #2E2E2E;
	padding: 8px; 
	background-color: #FFFFFF; 
	display: none;
}

#contractTableForm .expandOrCollapseAll {
    font-size: 10px;
    color: white;
    text-decoration: underline;
    font-weight: bold;
    background-color: #2E2E2E;
    margin-left: 518px;
}

.dropzone .dz-preview .dz-details .dz-filename {
	margin-top: 40px;
	white-space: nowrap; 
}

#mainBookDetailsForm\:defaultAgreeementDiv,
#mainBookDetailsForm\:defaultAgreeementViewDiv,
.defaultAgreeementViewDiv {
	width: 300px; 
	top: 5px; 
	left: 0px; 
	border: 1px solid #2E2E2E;
	padding: 8px; 
	background-color: #FFFFFF; 
	display: none;
}

.change-pwd-title-content {
    background: white;
    border: 1.5px solid #737373;
    font-size: 13px;
    font-weight: bold;
    text-transform: none;
    height: 14px;
    padding-left: 7px;
    color: #2E2E2E;
    padding-top: 6px;
    margin-top: 3px;
    margin-bottom: 3px;
}

#change_pwd_accordion.ui-accordion {
   width: 365px;
}

#change_pwd_accordion .login-info-table {
  	width: 370px;
   	padding: 3px;
   	font-size: 13px;
}