/* 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*/

}
/* 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;
}
.tableDialog,
.figureDialog,
.printDialog,
.emailPopupDialog,
.getCitationPopupDialog,
.recommendDialog,
#signinDialog,
.alertPopupDialog {
  display: none;
}
/*Table popUp*/

.popUpTable {
  padding-left: 0px;
  text-align: center;
}
.popUpTable:hover {
  cursor: pointer;
}
.tablDialog {
  height: 300px;
  min-height: 300px;
  font-weight: bold;
  padding: 0px;
  margin: 0px auto;
}
.tablDialog .contentFigures,
.tablDialog .contentTables {
  margin: 10px 0px;
}
.tableContainer {
  padding: 0px;
  margin-right: 10px;
  font-size: 11px;
}
.tableContainer table {
  padding: 0px;
  background: #f5fafc;
  font-size: 11px;
  margin: 0px auto;
  width: 100%;
  border-collapse: collapse;
}
.tableContainer strong {
  font-size: 12px;
}
.tableContainer th {
  background: #f5fafc;
  font-size: 11px;
  text-align: left;
  padding: 5px;
  border: 1px solid #22a7df;
}
.tableContainer td {
  padding: 3px;
  border: 1px solid #22a7df;
  word-wrap: break-word;
}
.tableContainer td strong {
  font-size: 11px;
}
.tableContainer td p {
  margin-bottom: 0px;
}
.tableContainer td.L2 {
  padding-left: 15px;
}
.tableContainer td.L3 {
  padding-left: 30px;
}
.tableContainer td.L4 {
  padding-left: 45px;
}
.tableContainer thead {
  background: #f5fafc;
}
.tableContainer thead tr td {
  padding: 3px;
  font-weight: bold;
  border: 1px solid #f5fafc;
}
.tableContainer thead th {
  border: 1px solid #f5fafc;
}
.tableContainer .tableTitle {
  padding-bottom: 10px;
  display: block;
  font-weight: bold;
}
.tableContainer .tableLabel {
  padding-right: 4px;
  font-weight: bold;
}
.tableContainer .tFooter {
  font-weight: normal;
}
.tTable {
  margin-top: 15px;
  margin-bottom: 10px;
  background: #f5fafc;
  border-collapse: collapse;
}
.tTable tr {
  border-bottom: 1px solid #22a7df;
}
.bookTableTitle {
  background-color: white;
  font-weight: bold;
  padding-bottom: 15px;
}
.tableSection .tTable,
.tableSection .tableFoot {
  display: none;
}
.newTableTitle {
  width: 470px;
  float: right;
  font-weight: bold;
}
.tableFoot4 {
  background: white;
}
/*Figure Dialog*/

.figureLinks {
  cursor: pointer;
}
.figureDialog {
  overflow-y: scroll !important;
}
.figureDialog .figureDescription {
  font-size: 11px;
}
.figureDialog img {
  margin-bottom: 10px;
  max-width: 100%;
}
.figureDialog .figureLegend {
  padding-bottom: 10px;
}
.figureDialog .figTitle {
  margin-bottom: 10px;
}
/*Email popup*/

.emailPopupDialog .logoBrand {
  margin-right: 0px;
}
.emailPopupDialog .emailForm input {
  padding: 10px;
  border: 1px solid #666666;
}
.emailPopupDialog .emailFormSection {
  padding: 10px 0px;
}
.emailPopupDialog .input-text {
  padding: 5px;
  border: 1px solid #333333;
}
.emailPopupDialog .input-textarea {
  padding: 5px;
  border: 1px solid #333333;
  overflow: auto;
  height: 120px;
  width: 300px;
}
.emailPopupDialog #emailForm div {
  margin: 10px 0px;
}
.emailPopupDialog #emailForm div label {
  width: 200px;
}
.emailPopupDialog #emailForm div input {
  eft: 300px;
}
.emailPopupDialog .emailReviewSection {
  display: none;
}
.emailPopupDialog .copyText {
  margin-bottom: 15px;
  line-height: 150%;
}
/*Citation popUp*/

.getCitationPopupDialog .citationCopyPaste {
  margin-bottom: 10px;
  line-height: 18px;
  border-bottom: solid 1px #c0beba;
  padding-bottom: 10px;
}
.getCitationPopupDialog .citationCopyPaste textarea.copyPaste {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}
.getCitationPopupDialog citationLinks {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0px 0px 8px 0px;
  padding-bottom: 10px;
  border-bottom: solid 1px #c0beba;
}
.getCitationPopupDialog .citationLink {
  margin-bottom: 3px;
}
.getCitationPopupDialog .citationLink a,
.getCitationPopupDialog .citationLink a:visited {
  background: url(/images/icons/arrow_right.png) no-repeat 0px 6px;
  padding-left: 8px;
}
.getCitationPopupDialog .citationLink > a#scm6MainContent_ucArticleToolbox_ucGetCitation_hlBibTex {
  display: none;
}
.getCitationPopupDialog .copyrightInfo {
  border-bottom: 1px solid #c0beba;
}
/*Data Supplements*/

.dataSupplements .suppContent {
  margin-top: 10px;
}
.dataSupplements .suppContent:first-child {
  margin-top: 0px;
}
.dataSupplements .suppContent img {
  vertical-align: middle;
}
.dataSupplements .suppLink {
  font-size: 12px;
}
.dataSupplements .suppTitle {
  font-size: 11px;
}
/*Alerts Dialog*/

.alertPopupDialog input {
  border: 1px solid #cccccc;
  width: 250px;
  margin-bottom: 10px;
  padding: 5px;
}
.alertPopupDialog button {
  font-weight: bold;
  padding: 5px;
  cursor: pointer;
}
.alertPopupDialog #progressBar {
  display: none;
  margin: 10px 0;
}
.alertPopupDialog .alertPopupMessage {
  line-height: 150%;
}
/*custom jquery UI CSS*/

/* jQuery UI Dialog Overrides
-------------------------------------------------------------- */

.ui-front {
  z-index: 1002!important;
}
.ui-widget-overlay {
  opacity: 0.6;
  background: #00559b;
}
.ui-dialog {
  z-index: 1003!important;
  padding: 0;
}
.ui-dialog .ui-dialog-title {
  color: white;
  float: none;
}
.ui-dialog .ui-dialog-titlebar-close {
  width: 60px;
}
.ui-dialog .ui-resizable-se {
  background-position: -64px -224px;
  bottom: 5px;
  right: 5px;
}
.ui-dialog .ui-dialog .ui-dialog-content {
  overflow: hidden;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-br,
.ui-corner-bl,
.ui-corner-tr,
.ui-corner-tl {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.ui-widget-content {
  background: #f5fafc;
  border: none;
}
.ui-widget-header {
  /*#gradient > .vertical(@blueDark, @blueLight);*/
  background: #00559b;
  border-bottom: 3px solid #ffc747;
}
.ui-widget-header a {
  color: white;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0;
  text-indent: 0;
}
.ui-icon-closethick {
  display: none;
}
.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
}
/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: none;
  background: none;
  color: white;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: none;
  background: none;
  color: #22a7df;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: none;
  background: none;
  color: #f5fafc;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1f9dd1;
  text-decoration: none;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #1f9dd1;
  text-decoration: none;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #1f9dd1;
  text-decoration: none;
}
/*Date Picker*/

.ui-datepicker .ui-datepicker-header {
  background: url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #cccccc;
}
.ui-datepicker-calendar tbody tr td a {
  color: #666666 !important;
}
.sentMSG,
.returnTo,
.sendAnotherEmail {
  margin-top: 12px;
}
/*Referece Dialog*/

#refDialog .refContent {
  margin-top: 10px;
  word-wrap: break-word;
}
#refDialog .refContent:first-child {
  margin-top: 0;
}
