/*
COLORS
*/
/*
PADDING
*/
/*
MARGIN
*/
/*
FONT
*/
.uppercase-titles {
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 1.1;
  font-weight: 700; }

/*============================================================================
  Dependency-free breakpoint mixin
    - http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/
==============================================================================*/
/* Type */
/*https://www.smashingmagazine.com/2015/06/responsive-typography-with-sass-maps/*/
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0; }

/* Type ------------------------*/
strong {
  font-weight: bold; }

/* Type adjustments */
.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.orange-type {
  color: #ff8a65; }

.red-type {
  color: #ef5350; }

.font-sm {
  font-size: 0.8rem !important; }

.font-md {
  font-size: 1.2rem !important; }

/* Containers ------------------------*/
.container-main {
  min-height: 100vh; }

.box, .edit-box, .border-box, .article-table {
  margin: 20px 0;
  padding: 10px 20px; }

.edit-box .row {
  margin: 0; }

.edit-box .col {
  margin-top: 10px;
  margin-bottom: 10px; }

.border-box {
  border: 1px solid #111111; }

.card h4, .card .article-header-0 {
  margin-top: 0em;
  margin-bottom: 0.3em; }

.pad-sm {
  padding: 5px; }

.pad-md {
  padding: 10px; }

/* Navigation ------------------------*/
/*// pushing the logo around at the top*/
.brand-logo {
  position: relative;
  top: 2px; }
  .brand-logo img {
    width: 100%; }

nav a {
  text-align: center; }

.journal-nav {
  /*background-color: rgba(97, 7, 19, 0.9);*/ }

/* Borders ------------------------*/
.border-gray, .owl-item div:not(.material-placeholder) {
  border: 1px solid #9e9e9e; }

/* Article ------------------------*/
.citationCopyField {
  height: 400px; }

.citation-type-list a {
  cursor: pointer;
  padding-left: 14px;
  padding-right: 14px; }

.citation-type-list li {
  display: inline; }

.affiliations {
  color: #9e9e9e;
  /*font-size: $font-sm;*/ }

.kw {
  margin: 5px 0 5px 5px;
  text-transform: none !important; }

/* Figures */
/* --------- */
.owl-carousel {
  background-color: #f5f5f5; }

.owl-item div:not(.material-placeholder) {
  margin: 20px;
  padding: 20px; }

/* Full Text */
/* --------- */
/* section headers */
.article-header-1 a {
  color: #ffffff; }

.article-header-4 {
  text-decoration: none !important; }

/* section nav */
.section-nav {
  height: 90vh;
  background: #ffffff;
  border: 1px solid #9e9e9e;
  padding: 10px; }
  .section-nav li {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #9e9e9e; }
  .section-nav a {
    padding: 10px 0;
    display: block; }
  .section-nav a {
    color: #111111 !important; }
    .section-nav a:hover {
      color: #1565c0 !important; }

.sticky-wrapper.is-sticky .section-nav {
  overflow: scroll; }

/*table*/
.table-title {
  background: #e0e0e0;
  padding: 10px;
  border-top: 1px solid #111111;
  border-left: 1px solid #111111;
  border-right: 1px solid #111111;
  text-align: center; }

.article-table {
  border: 1px solid #111111;
  padding: 0px !important;
  overflow: auto;
  margin-top: 0px; }
  .article-table table thead {
    border-bottom: 1px solid #111111; }
    .article-table table thead tr {
      border: 0px !important;
      /* using .bordered on table, but we do not want table header bordered */ }
      .article-table table thead tr th {
        border: 1px solid #e0e0e0; }
  .article-table table li {
    margin-left: 20px; }

/* Buttons ------------------------*/
.btn.active {
  background: #9e9e9e; }

.btn-sm, .btn-sm i {
  font-size: 0.8rem; }

.btn-group {
  /*padding: $pad-lg;*/ }

.btn-primary {
  background-color: #42a5f5; }

.btn-secondary {
  background-color: #e0e0e0; }

.btn-update {
  background-color: #42a5f5; }

.btn-add {
  background-color: #66bb6a; }

.btn-edit {
  background-color: #ff8a65; }

.btn-delete {
  background-color: #ef5350; }

.btn-cancel {
  background-color: #ef9a9a; }

.submit {
  background-color: #42a5f5; }

.kw {
  font-size: 0.8rem; }

.close-icon {
  font-size: 1.5rem;
  cursor: pointer; }

.btn.active {
  pointer-events: none; }

.home-submission-button {
  font-size: 1.2rem !important;
  margin-top: 0.5rem; }
  .home-submission-button .icon {
    font-size: 1.2rem !important; }

/* TOC --------------------------*/
.cover-modal {
  text-align: center; }
  .cover-modal img {
    max-width: 100%; }

.issue-article {
  margin: 40px 0; }

.view-citation {
  cursor: pointer; }

/* List --------------------------*/
.roman-list {
  list-style: upper-roman; }

/* Materialize ------------------------*/
.card-header {
  border-bottom: 2px solid #610713; }

/* Forms ------------------------*/
fieldset {
  margin-top: 20px;
  margin-bottom: 20px; }

.loading-img {
  width: 100px;
  margin: 0 auto; }

.saving {
  padding: 20px; }

.success .col {
  padding: 20px; }

.clear {
  background-color: #ef5350; }

#close-success-msg {
  cursor: pointer; }

.error-box {
  padding: 20px;
  background-color: #ffcdd2; }

/* MISC ------------------------*/
.pointer {
  cursor: pointer; }

.no-margin {
  margin: 0px; }

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

.margin-right-md {
  margin-right: 10px; }

.margin-top-md {
  margin-top: 10px; }

.margin-right-lg {
  margin-right: 20px; }

.margin-top-lg {
  margin-top: 20px; }

.no-padding {
  padding: 0px; }

.ip-alert {
  padding: 10px 0;
  background: #610713; }
  .ip-alert p, .ip-alert .article-header-5 {
    margin: 0;
    color: #dddddd; }

.columns {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3; }

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

* html .clearfix {
  zoom: 1; }

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1; }

/* IE7 */
/* Media -----------------------*/
.news-video {
  display: inline-block;
  padding: 20px;
  background: #e0e0e0; }
