/* Helpers.less for AMA/SCM6
   Based on Preboot.less by Mark Dotto
-------------------------------------------------------------- */

.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.center-block {
  display: block;
  margin: 0 auto;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.hide {
  display: none;
}
.center {
  text-align: center;
}
.inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.block {
  display: block;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.ir {
  display: inline-block;
  zoom: 1;
  *display: inline;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
.unselected {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
/* Branding.less for ACCP/SCM6 
-------------------------------------------------------------- */

html {
  font-size: 62.5%;
}
.sans {
  font-family: Helvetica, Arial, Verdana, sans-serif;
}
.verdana {
  font-family: Verdana, sans-serif;
}
.serif {
  font-family: Georgia, Cambria, Times, "Times New Roman", serif;
}
.bold {
  font-weight: bold;
}
.plaintext {
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
}
.underline {
  text-decoration: underline;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.small {
  font-size: 12px;
  font-size: 1.2rem;
}
.separator {
  font-weight: bold;
  color: #dddddd;
}
.separatorSpecial {
  font-weight: bold;
  color: #54585a;
}
.nomargin {
  margin: 0;
}
.nopadding {
  padding: 0;
}
/* Structure    
**************************************************************/

.portletColumn {
  width: 308px;
  float: right;
  background: white;
  border-left: 2px solid #cccccc;
  margin: 0px;
  padding: 0px 10px 2px 0px;
  height: 100%;
  position: relative;
}
.portletWrapper,
.portletContainer {
  padding: 0px;
}
.portletContentHolder {
  color: #333333;
}
.placeholder {
  background: #f0f0f0;
  border: 1px dashed #dddddd;
}
.portletBig {
  padding: 10px;
  margin-bottom: 10px;
  width: 580px;
}
.portlet,
.adPortlet {
  width: auto;
  padding: 0px;
  margin-bottom: 10px;
}
.portlet-title {
  float: left;
}
.portlet-content {
  width: auto;
  padding: 10px;
  font-size: 13px;
  line-height: 1.5em;
  background: #eeeeee;
  border-top: none;
}
.portlet-content br {
  line-height: 150%;
}
.portlet-content a {
  font-weight: bold;
  color: #333333;
  padding-left: 15px;
  display: block;
}
.portlet-content .contentTitle {
  margin-bottom: 1px;
}
.portlet-content .contentInfo {
  color: #999999;
  margin-bottom: 10px;
  padding-left: 15px;
}
.portlet-content .pmContentInfo,
.portlet-content .subtitle1 {
  color: #999999;
  padding-left: 15px;
  margin-bottom: 10px;
}
.portlet-content .subtitle2 {
  color: #999999;
  margin-bottom: 10px;
}
.portlet-content .viewAll {
  text-align: right;
}
.portletContentSection {
  padding-bottom: 5px;
}
.portletContentSection ul,
.portletContentSection ol {
  list-style-type: none;
}
/* Configuration    
**************************************************************/

.configure {
  padding: 3px 5px 0px 10px;
  width: auto;
  line-height: 30px;
  margin: 0;
  font-size: 14px;
  background: #54585a;
  border-left: 3px solid #00a3e1;
  color: white;
}
.configureicon,
.moveicon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  float: right;
  background: url('/Images/sprites/article_widgets_sprite.png') no-repeat;
  margin-top: 5px;
}
.moveicon {
  cursor: move;
  background-position: 0 0;
}
.configureicon,
.open {
  cursor: pointer;
  background-position: 0 -30px;
  margin-right: 5px;
}
.viewMoreSectionsSection {
  display: none;
}
.viewMoreArticlesSection {
  display: none;
}
/* Reader Mode   
**************************************************************/

.btnSlider {
  margin-top: 1px;
  height: 1px;
  z-index: 1000;
  top: 85px;
  position: relative;
}
.btnSlideRight,
.btnSlideLeft {
  background-image: url('/Images/sprites/article_common_sprite.png');
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  width: 20px;
  height: 20px;
  top: 124px;
  left: -30px;
  position: relative;
}
.btnSlideLeft {
  left: -20px;
}
.btnSlideRight {
  background-position: 0 -30px;
}
.btnSlideLeft {
  display: none;
  background-postion: 0 0;
}
.portletTabMenu {
  position: relative;
  margin-left: 0px;
  background: #eeeeee;
  background: none;
  border-top: 1px dashed #cccccc;
}
.relatedContentHeading {
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
}
.relatedContentHeadingSub {
  line-height: 1.2em;
  font-size: 10px;
  color: #999999;
}
.rightTab {
  background: #cccc99;
  border-left: 3px solid #0889bb;
  position: relative;
  list-style-type: none;
  padding: 13px 0 13px 10px;
  width: 133px;
  left: -10px;
  margin-top: 5px;
  font-weight: bold;
  cursor: pointer;
  z-index: 9999;
}
.rightTab a {
  color: #333333;
}
.rightTab .openFlyout {
  display: block;
}
.rightTab.open {
  left: -32px;
  padding-left: 32px;
}
.rightTabInfo {
  border-bottom: dotted 1px #c3bdb1;
  margin-bottom: 5px;
  padding-bottom: 10px;
  display: none;
  height: 10px;
  text-align: center;
  font-weight: bold;
}
.rightTabIcons {
  width: 80px;
}
ul.rightTabIcons li {
  width: 25px;
  height: 25px;
  margin-left: 15px;
  float: left;
  list-style: none;
}
.readerModeWidget {
  background-image: url('sprite_reader_widget.png');
  background-repeat: no-repeat;
}
.flyout {
  background: url('/Images/backgrounds/gradient_widget_head.png') #d5d5d5 repeat-x;
  padding: 6px;
  display: none;
  position: absolute;
  left: -350px;
  top: 0px;
  width: 335px;
}
.flyout .configureicon {
  display: none;
}
.flyout .configure {
  cursor: default;
}
.flyout .portlet-content {
  display: block!important;
  border: none;
}
.flyout .portlet {
  margin: 0;
}
/* Toolbox    
**************************************************************/

.aLinks {
  width: 300px;
  margin-bottom: 20px;
}
.aLinks ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 300px;
  overflow: hidden;
}
.lastLine {
  border-bottom: dotted 1px gray;
}
.aLinks ul li {
  float: left;
  width: 150px;
  height: 20px;
  font-size: 9px;
  padding: 3px 0px;
  zoom: 1;
}
.aLinks ul li:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.aLinks ul li img {
  padding-right: 2px;
  vertical-align: middle;
}
.aLinks ul li a {
  cursor: pointer;
  color: #333333;
  /*padding-left:26px;*/
  /*background-image: url('/Images/sprites/sprite_toolbox.png');*/
  /*background-image: url('/Images/sprites/sprite_article_toolbox.png');
	background-repeat: no-repeat;*/
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  display: block;
  float: left;
}
.aLinks.reader-mode {
  width: 100px;
  margin: 0 auto;
}
.aLinks.reader-mode .tools {
  width: 100px;
}
.aLinks.reader-mode li {
  text-indent: -9999px;
  width: 26px;
  margin: 0px 0px 0px 18px;
  border: none;
}
.aLinks ul li.lastLI {
  border-bottom: none;
}
.toolbox_sprite {
  background-image: url('/Images/sprites/sprite_article_toolbox.png');
  background-repeat: no-repeat;
  margin-right: 5px;
  width: 19px;
  height: 19px;
  display: block;
  vertical-align: middle;
}
.tool_alerts {
  width: 18px;
  height: 18px;
  background-position: -58px -28px;
}
.tool_citation {
  width: 16px;
  height: 18px;
  background-position: -87px 0px;
}
.tool_comment {
  width: 18px;
  height: 15px;
  background-position: 0px -112px;
}
.tool_email {
  width: 18px;
  height: 12px;
  background-position: -52px -56px;
  margin-top: 5px;
}
.tool_letter {
  width: 19px;
  height: 18px;
  background-position: 0px 0px;
}
.tool_pdf {
  width: 17px;
  height: 18px;
  background-position: -27px -84px;
}
.tool_pdf_gray {
  width: 17px;
  height: 18px;
  background-position: 0px -84px;
}
.tool_permissions {
  width: 19px;
  height: 18px;
  background-position: -29px 0px;
}
.tool_print {
  width: 18px;
  height: 18px;
  background-position: -82px -84px;
}
.tool_print_gray {
  width: 18px;
  height: 18px;
  background-position: -54px -84px;
}
.tool_share {
  width: 19px;
  height: 18px;
  background-position: 0px -28px;
}
.tool_slideset {
  width: 19px;
  height: 18px;
  background-position: -58px 0px;
}
.tool_slideset_gray {
  width: 19px;
  height: 18px;
  background-position: -29px -28px;
}
.tool_suppcontent {
  width: 16px;
  height: 18px;
  background-position: -26px -56px;
}
.tool_suppcontent_gray {
  width: 16px;
  height: 18px;
  background-position: 0px -56px;
}
/*Related Content Heading*/

.relatedContentHeading h3 {
  margin: 0 0 5px 0;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
.relatedContentHeading p {
  color: #999999;
}
.contentFilter {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.contentFilter ul {
  list-style-type: none;
  display: none;
}
.filterTerms {
  list-style-type: none;
  display: none;
}
.contentFilter a {
  font-weight: normal;
}
.contentFilter .selected {
  font-weight: bold;
}
/* Misc    
**************************************************************/

.sVideo {
  width: 90px;
  height: 80px;
  background: #dddddd;
  padding-right: 10px;
  margin-top: 5px;
}
.videoInfo {
  width: 155px;
}
.playVideo {
  background: url("../Images/buttons/b_play.gif");
  width: 66px;
  height: 20px;
  margin: 0px;
  padding: 0px;
}
.newsHeader {
  padding: 5px 0px;
}
.newsHeaderLogo {
  width: 135px;
  height: 25px;
  padding: 0px;
  margin: 0px;
  background: url('../Images/logo_newsorg_placeholder.gif');
}
#divRelatedJobs .portlet-content {
  padding-bottom: 0px;
}
#divRelatedJobs .footer {
  border-top: 1px dotted #cccccc;
  padding-top: 10px;
}
.adPortlet {
  text-align: center;
}
.addImage {
  /*width:285px;
    height:285px;*/
  width: 300px;
  height: 300px;
  border: 1px solid #999999;
  background: white;
}
.editorsChoiceContent .contentInfo a {
  color: #333333;
  background: url("/Images/sprites/article_common_sprite_Tall.png") no-repeat scroll 0 -490px transparent;
  padding-left: 15px;
  display: block;
  width: 270px;
}
.relatedArticlesContent .contentTitle a,
.pubmedwidget .contentTitle a {
  color: #333333;
  padding-left: 15px;
  display: block;
  width: 270px;
  margin-bottom: 10px;
}
.pubmedwidget .contentTitle a {
  background: url("/Images/sprites/article_common_sprite_Tall.png") no-repeat scroll 0 -490px transparent;
}
.relatedArticlesContent .contentTitle .aTitle,
.pubmedwidget .contentTitle .aTitle {
  color: #333333;
  display: block;
  width: 270px;
  font-size: 100%;
}
.relatedArticlesContent .contentTitle .alternateTitle,
.pubmedwidget .contentTitle .alternateTitle,
.relatedArticlesContent .contentTitle .titleSeperator,
.pubmedwidget .contentTitle .titleSeperator,
.relatedArticlesContent .contentTitle .subTitle,
.pubmedwidget .contentTitle .subTitle {
  font-size: 100%;
}
.relatedBooksContent .contentTitle {
  background: url("/Images/sprites/article_common_sprite_Tall.png") no-repeat scroll 0 -490px transparent;
  padding-left: 15px;
  display: block;
  width: 270px;
}
.dashedHR {
  border-top: 1px dashed #999999;
  margin-bottom: 10px;
}
.guidelinesDate {
  padding-left: 15px;
  display: block;
  color: #333333;
}
.guidelinesSection .arrow {
  width: 0;
  height: 0;
  border: 5px solid #d9d3c5;
  border-top: 5px solid transparent;
  border-right: 0;
  border-bottom: 5px solid transparent;
  border-left: 5px solid inherit;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.guidelinesSection .right {
  width: 283px;
}
#divRelatedCollections span.arrow {
  width: 0;
  height: 0;
  border: 4px solid #cccccc;
  border-top: 4px solid transparent;
  border-right: 0;
  border-bottom: 4px solid transparent;
  border-left: 4px solid inherit;
  margin-top: 4px;
}
#divRelatedCollections .right {
  width: 265px;
}
#divRelatedCollections li {
  background: url("/Images/sprites/article_common_sprite_Tall.png") no-repeat scroll 0 -490px transparent;
}
#divRelatedCollections .portlet-content {
  padding: 10px 0 0 0;
}
#divRelatedCollections .portlet-content .portletContentSection {
  padding: 0 10px 5px 10px;
}
#divRelatedCollections .portlet-content hr {
  display: none;
}
#divRelatedCollections .portlet-content .portletContentSection + div {
  background: #aaaaaa;
  padding: 5px 10px 5px 0;
  margin-top: 5px;
}
#divRelatedCollections .portlet-content .portletContentSection + div a.right {
  background: url("/Images/sprites/article_common_sprite_Tall.png") no-repeat scroll 0 -490px transparent;
  width: auto;
  color: white;
}
.widgetViewMore a,
.viewMore a {
  text-align: right;
}
