/* 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;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.ir {
  display: block;
  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;
}
.JAMA span.freeArticle {
  background-color: #a40002;
  /* fallback */
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#d71635), to(#a40002));
  /* Konqueror */
  background-image: -moz-linear-gradient(#d71635, #a40002);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#d71635, #a40002);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d71635), color-stop(100%, #a40002));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#d71635, #a40002);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#d71635, #a40002);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d71635', endColorstr='#a40002', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#d71635', endColorstr='#a40002', GradientType=0)";
  /* IE8+ */
  background-image: linear-gradient(#d71635, #a40002);
  /* CSS3 standard */

}
/* Branding.less for AMA/SCM6
-------------------------------------------------------------- */

html {
  font-size: 62.5%;
}
.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: #dddddd;
}
.separatorSpecial {
  font-weight: bold;
  color: #666666;
}
.nomargin {
  margin: 0;
}
.nopadding {
  padding: 0;
}
/* jQuery UI Dialog Overrides
-------------------------------------------------------------- */

.ui-widget {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  padding: 0px;
  font-size: 1em;
}
.ui-widget a:hover {
  color: #3399cc;
}
.ui-widget-content {
  border: 1px solid #cccccc;
  background: white;
}
.ui-widget-content a {
  color: #006699;
}
.ui-widget-header {
  border: none;
  background: #eeeeee;
  color: #333333;
  font-weight: normal;
}
.ui-widget-header a {
  color: #006699;
}
.ui-corner-all {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.ui-dialog .ui-dialog-titlebar-close,
.ui-dialog .ui-dialog-titlebar-close:hover {
  top: auto;
  right: 2px;
  margin: 0px;
  padding: 0px;
  width: auto;
  background: none;
  border: none;
}
.ui-dialog .ui-dialog-titlebar-close span {
  margin: 3px 0px 1px 0px;
}
.ui-dialog .ui-dialog-titlebar-close span,
.ui-dialog .ui-dialog-titlebar-close:hover span {
  font-weight: normal;
}
.ui-dialog .ui-dialog-title {
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  margin: 2px 0px 0px 0px;
  font-style: italic;
}
.ui-widget .ui-widget-header .ui-dialog-titlebar-close .ui-icon {
  background-image: none;
}
.ui-icon {
  width: 50px;
  color: #333333;
  text-indent: 0px;
}
.ui-dialog,
.ui-widget {
  -moz-box-shadow: 0px 0px 5px #333333;
  -webkit-box-shadow: 0px 0px 5px #333333;
  box-shadow: 0px 0px 5px #333333;
  border: none;
}
.ui-icon-closethick {
  color: #006699;
  font-size: 12px;
  font-size: 1.2rem;
}
.ui-icon-closethick:hover {
  color: #3399cc;
}
.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-color: #abbed1;
  background: none;
  cursor: pointer;
}
.ui-resizable-se,
.ui-widget-content .ui-icon {
  background: url('../Images/icons/b_resize.gif') no-repeat;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 5px 10px 8px 10px;
  margin: 0px;
}
.ui-dialog .ui-dialog-content {
  padding: 0px;
  margin: 10px;
  width: auto;
}
.ui-dialog .ui-dialog-content .contentBody {
  margin: 10px 0;
}
.tableBottomClose {
  color: #333333;
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 11px;
  cursor: pointer;
}
.scm6-close-bottom {
  padding: 5px;
  font-size: 11px;
}
#ui-dialog-title-scm6MainContent_DisclosureAndother b {
  font-size: 11px;
}
/*Print section*/

.printButton {
  float: right;
}
.printLogo {
  width: 415px;
  height: 80px;
  margin: 10px 0;
  background: url("../Images/mast_logo.png") repeat-x scroll 0 0 transparent;
}
a.linkBold {
  color: #336699;
  font-weight: bold;
}
.confirmButton {
  background-image: url(/Images/buttons/b_confirm.gif);
  width: 87px;
  height: 27px;
  cursor: pointer;
}
/*Branding Logo*/

.logoBrand {
  padding: 10px 0px;
  color: #333333;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  border-bottom: 1px solid #999999;
  margin-right: 10px;
}
.logoBrand img {
  border: none;
}
.disclosureText {
  display: block;
}
.authorInfo {
  padding: 10px 0px;
}
/*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;
}
.tableDialog {
  overflow: scroll!important;
}
.tableDialog .contentTables,
.tableDialog .contentFigures {
  width: auto;
  margin: 10px 0px;
}
.tableContainer {
  padding: 0px;
  margin-right: 10px;
  font-size: 11px;
}
.tableContainer table {
  padding: 0px;
  background: #f2f5f9;
  font-size: 11px;
  margin: 0px auto;
  width: 100%;
  border-collapse: collapse;
}
.tableContainer strong {
  font-size: 12px;
}
.tableContainer td strong {
  font-size: 11px;
}
.tableContainer td p {
  margin-bottom: 0px;
}
.tableContainer td a {
  color: #006699;
}
.tableContainer thead {
  background: #f2f5f9;
}
.tableContainer .tableTitle {
  font-weight: bold;
  padding-bottom: 10px;
  display: block;
}
.tableLabel {
  padding-right: 4px;
  font-weight: bold;
}
.tableContainer thead tr td {
  padding: 3px;
  font-weight: bold;
  border: 1px solid #eeeeee;
}
.tableContainer th {
  background: #dddddd;
  font-size: 11px;
  text-align: left;
  padding: 5px;
  border: 1px solid #cccccc;
}
.tableContainer thead th {
  border: 1px solid #eeeeee;
}
.tableContainer td {
  padding: 3px;
  border: 1px solid #bbbbbb;
  word-wrap: break-word;
}
.tableContainer td.L2 {
  padding-left: 15px;
}
.tableContainer td.L3 {
  padding-left: 30px;
}
.tableContainer td.L4 {
  padding-left: 45px;
}
.tFooter {
  font-weight: normal;
}
.tTable {
  margin-top: 15px;
  margin-bottom: 10px;
  background: #f2f5f9;
  border-collapse: collapse;
}
.bookTableTitle {
  background-color: white;
  font-weight: bold;
  padding-bottom: 15px;
}
.tableSection .tTable,
.tableSection .tableFoot {
  display: none;
}
.newTableTitle {
  width: 470px;
  float: right;
  font-weight: bold;
}
.tTable tr {
  border-bottom: 1px solid #cccccc;
}
.tableFoot4 {
  background: white;
}
/*Figure Dialog*/

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

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

.getCitationPopupDialog .citationCopyPaste textarea.copyPaste {
  font-size: 13px;
  font-weight: bold;
}
.getCitationPopupDialog .citationCopyPaste {
  margin-bottom: 10px;
}
.getCitationPopupDialog .citationLinks {
  font-size: 12px;
  font-weight: bold;
  margin: 0px 0px 8px 0px;
  padding-bottom: 10px;
  border-bottom: solid 1px #cccccc;
}
.getCitationPopupDialog .citationLink {
  margin-bottom: 3px;
}
.getCitationPopupDialog .citationLink a,
.getCitationPopupDialog .citationLink a:visited {
  color: #006699;
  background: url(/images/icons/arrow_right.gif) no-repeat 0px 6px;
  padding-left: 8px;
}
/*recomment Dialog*/

.recommendThis {
  cursor: pointer;
}
.tableDialog,
.figureDialog,
.printDialog,
.emailPopupDialog,
.getCitationPopupDialog,
.recommendDialog,
.alertPopupDialog,
#signinDialog {
  display: none;
}
/*Supplemental Content*/

.dataSupplements .suppContent:first-child {
  margin-top: 0px;
}
.dataSupplements .suppContent {
  margin-top: 10px;
}
.dataSupplements .suppContent img {
  vertical-align: middle;
}
.suppLink {
  font-size: 12px;
}
.suppTitle {
  font-size: 11px;
}
.alertPopupDialog input {
  border: 1px solid #cccccc;
  width: 250px;
  margin-bottom: 10px;
  padding: 5px;
}
.alertPopupDialog button {
  font-weight: bold;
  padding: 5px;
  cursor: pointer;
}
