/* Branding.less for ASME/SCM6
-------------------------------------------------------------- */

html {
  font-size: 62.5%;
}
h1 {
  color: #333333;
}
h2 {
  color: #333333;
}
h3 {
  color: #00529f;
}
h4 {
  color: #00529f;
}
h5 {
  color: #333333;
}
.sans {
  font-family: Helvetica, Arial, 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: #f0eee8;
}
.separatorSpecial {
  font-weight: bold;
  color: #666666;
}
.noBorder {
  border: none;
}
.no-border-top {
  border-top: 0!important;
}
.no-border-right {
  border-right: 0!important;
}
.no-border-bottom {
  border-bottom: 0!important;
}
.no-border-left {
  border-left: 0!important;
}
.nomargin {
  margin: 0;
}
.nopadding {
  padding: 0;
}
.wrap {
  word-wrap: break-word;
}
.museo-sans {
  font-family: 'Museo Sans', Arial, Sans Serif;
}
.museo-sans300 {
  font-family: 'Museo Sans-300', Arial, Sans Serif;
}
.museo-sans500 {
  font-family: 'Museo Sans-500', Arial, Sans Serif;
}
/*alerts*/

.error {
  color: #990000;
}
.info {
  color: #00559b;
}
.warning {
  color: #ffc747;
}
.asmeButton {
  background: url("/Images/backgrounds/asme_button_background.png") repeat-x top left;
  padding: 5px 10px;
  font-weight: bold;
  border: 3px solid #ffc747;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  /*behavior: url('/CSS/lib/border-radius.htc');*/

}
.blueButton {
  background: url("/Images/backgrounds/blue_button_background.png") repeat-x top left;
  padding: 2px 10px;
  font-weight: bold;
  border: 1px solid #00559b;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  /*behavior: url('/CSS/lib/border-radius.htc');*/

  color: white !important;
  font-size: 1.4rem;
}
/* Helpers.less for ASME/SCM6
   Based on Bootstrap.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 !important;
}
.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;
}
/*Triangle*/
#flip .horizontal {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: fliph;
  /*IE*/
  filter: fliph;
  /*IE*/

}
#flip .vertical {
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  -ms-filter: flipv;
  /*IE*/
  filter: flipv;
  /*IE*/

}
/* Container */

.verticalTab {
  margin: 0 auto;
}
/* Tabs */

.vTabs {
  float: left;
  padding: 0px;
  width: 150px;
}
.vTabs li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  position: relative;
  z-index: 100;
  border-bottom: 1px dotted #333333;
}
.vTabs li.activeTab {
  background: #f5fafc;
}
.vTabs li.activeTab a:link,
.vTabs li.activeTab a:visited,
.vTabs li.activeTab a:hover,
.vTabs li.activeTab a:active {
  z-index: 100;
  position: relative;
  font-weight: bold;
}
.vTabs a:link,
.vTabs a:visited {
  display: block;
  margin: 0px;
  font-size: 11px;
  text-decoration: none;
  padding: 3px;
  padding-left: 10px;
  font-size: 12px;
  padding: 8px 10px 8px 10px;
  height: 14px;
  font-size: 14px;
  font-size: 1.4rem;
}
.vTabContentWrapper {
  position: relative;
  z-index: 0;
}
.vTabContentWrapper .disclaimer {
  position: absolute;
  z-index: 1;
  top: 12px;
  left: 92px;
  width: 610px;
  text-align: center;
}
/* Contents */

/*Vertical Tab*/

.vtabContent {
  float: right;
  display: block;
  margin: 0px;
  padding: 0px;
  width: 600px;
  padding: 10px 20px;
  background: #f5fafc;
}
.vtabContent li {
  position: relative;
  list-style-type: none;
}
.vtabContent li h2 {
  font-size: 15px;
  padding: 0px;
}
.vtabContent .activeContent {
  display: block;
  padding: 0px;
  float: left;
  z-index: 1000;
}
/*Horizontal Tab*/

.horizontalTab {
  margin: 10px 0 0;
  padding: 0 0 0 10px;
  /* Tab lengths for varying nav labels */

}
.horizontalTab a,
.horizontalTab a:link,
.horizontalTab a:visited {
  color: black important;
  background: #eeeeee;
  display: block;
  height: 30px;
  padding: 5px;
  text-decoration: none;
  cursor: pointer;
}
.horizontalTab .small {
  width: 60px;
}
.horizontalTab .medium {
  width: 75px;
}
.horizontalTab .large {
  width: 90px;
}
.horizontalTab .selected {
  border-top: 5px solid #cccccc;
  margin-top: 0;
  border-bottom: 1px solid white;
}
.horizontalTab > div {
  float: left;
  background: #999999;
  padding: 0 0 0 1px;
  margin-top: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
}
.portlet.graybg.tabbed .horizontalTab a {
  background: #cccccc;
}
.horizontalTab .selected a,
.portlet.graybg.tabbed .horizontalTab .selected a {
  background: white;
}
.horizontalTabContent {
  border: 1px solid #999999;
  padding: 10px;
  margin: -1px 0 10px;
  background: white;
}
.horizontalTabContent > div {
  display: none;
}
/***Tabs***/

#htabs {
  margin: 0 auto;
}
#htabs ul {
  float: left;
  border-bottom: 1px solid #cccccc;
  /*border of tabs container*/

}
#htabs ul li {
  margin: 2px;
  list-style: none;
  margin-bottom: -2px;
  background: #dddddd;
  border-bottom: 1px solid #cccccc;
  display: inline;
  float: left;
}
#htabs ul li a {
  float: left;
  text-decoration: none;
  padding: 8px;
  color: #777777;
  font-weight: bold;
}
#htabs ul li.active {
  border-top: 1px #cccccc solid;
  border-right: 1px #cccccc solid;
  border-left: 1px #cccccc solid;
  border-bottom: none;
  background: white;
  margin-left: 0px;
  margin-bottom: -1px;
}
#htabs ul li.active a {
  color: #333333;
}
#htabs #htabContent {
  background: white;
  clear: both;
  border: 1px #cccccc solid;
  border-top: none;
  margin-top: -1px;
  padding: 10px;
  min-height: 200px;
}
.desc {
  font-weight: bold;
  font-size: 11px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
  padding-top: 5px;
  text-transform: capitalize;
}
.lastdesc {
  border: none;
}
.most-read-title {
  color: Black;
  padding: 20px;
}
/* Horizontal Tabs  (issues.aspx, covercollection.aspx, multimedia.aspx, journal.aspx)
----------------------------------------------------------------------------------- */

.tabNav {
  zoom: 1;
}
.tabNav:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.atabs {
  margin: 10px 10px 0px 10px;
}
.atab {
  float: left;
  line-height: 1.3;
  /*background: @grayLightest;*/
  margin-right: 1px;
  position: relative;
  text-align: center;
  /*padding:2px 10px;*/

}
.atab:first-child {
  border-left: none;
}
.atab a {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 6px 10px;
  text-decoration: none;
}
.atab a:link,
.atab a:visited,
.atab a:hover,
.atab a:active,
.atab a:focus {
  text-decoration: none;
}
.atab.selected {
  border: 3px solid #1f9dd1;
  border-bottom: 3px solid #f5fafc;
  border-bottom: none;
  position: relative;
  background: #f5fafc;
}
.atab.selected a:link,
.atab.selected a:visited,
.atab.selected a:hover,
.atab.selected a:active,
.atab.selected a:focus {
  color: #333333;
  font-weight: bold;
}
