/* BASE */
/* Theme Colors blue */
/* Top Bar Icons */
/* Base */
/* line 3, ../scss/base/_base.scss */
html, body {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
/* line 8, ../scss/base/_base.scss */
html p, body p {
  font-weight: 300;
}

/* line 13, ../scss/base/_base.scss */
.reflow_icon {
  fill: #e5e5e5 !important;
  opacity: 0.5;
}

/* Main Action Color */
/* line 20, ../scss/base/_base.scss */
.theme_color_1 {
  color: #000000 !important;
}

/* Top Bar Color */
/* line 25, ../scss/base/_base.scss */
.theme_color_2 {
  background-color: #647987 !important;
}

/* Main Action Color */
/* line 30, ../scss/base/_base.scss */
.theme_color_3 {
  color: #036596 !important;
}

/* Main Action Color */
/* line 35, ../scss/base/_base.scss */
.theme_color_4 {
  color: #000000 !important;
}

/* Title Text Color */
/* line 40, ../scss/base/_base.scss */
.theme_color_5 {
  color: #000000 !important;
}

/* Over Text Color */
/* line 45, ../scss/base/_base.scss */
.theme_color_6 {
  color: #58595b !important;
}

/* Background Color */
/* line 50, ../scss/base/_base.scss */
.theme_color_7 {
  background-color: #e5e5e5 !important;
}

/* Side Menu Fill Color */
/* line 55, ../scss/base/_base.scss */
.theme_color_8 {
  background-color: #d9dbdb !important;
}

/* Unselected Text Bottom Nav Color */
/* line 60, ../scss/base/_base.scss */
.theme_color_9 {
  color: #dae9f9 !important;
}

/* Text Color to go over Color 1, 2 and 3 */
/* line 65, ../scss/base/_base.scss */
.theme_color_10 {
  color: #ffffff !important;
}

/* Bottom Bar Color */
/* line 70, ../scss/base/_base.scss */
.theme_color_11 {
  color: #718794 !important;
}

/* Side Menu Title Text Color */
/* line 75, ../scss/base/_base.scss */
.theme_color_12 {
  color: #000000 !important;
}

/* Side Menu Text Color */
/* line 80, ../scss/base/_base.scss */
.theme_color_13 {
  color: #000000 !important;
}

/* Thin Lines Color */
/* line 85, ../scss/base/_base.scss */
.theme_color_14 {
  border-color: #bbbbbc !important;
}

/* Icon Default Color */
/* line 90, ../scss/base/_base.scss */
.theme_color_15 {
  color: #000000 !important;
}

/* Icon Pressed Color */
/* line 95, ../scss/base/_base.scss */
.theme_color_16 {
  color: #dae9f9 !important;
}

/* Text on Top Bar Color (in PDF) */
/* line 100, ../scss/base/_base.scss */
.theme_color_17 {
  color: #ffffff !important;
}

/* Cancel Button */
/* line 105, ../scss/base/_base.scss */
.theme_color_18 {
  color: #ffffff !important;
}

/* Innactive Text in Left Side Menu */
/* line 110, ../scss/base/_base.scss */
.theme_color_19 {
  color: #ffffff !important;
}

/* Publisher Info Background Color */
/* line 115, ../scss/base/_base.scss */
.theme_color_20 {
  background-color: #000000 !important;
}

/* MODULES */
/* line 1, ../scss/modules/_titles.scss */
.all_titles_cover_image {
  border-radius: 8px;
  border: solid 4px #647987;
}

/* line 6, ../scss/modules/_titles.scss */
.logged_in_email {
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
}

/* line 12, ../scss/modules/_titles.scss */
.thumbnail {
  background: #647987;
  border-radius: 8px;
  border: none;
}

/* line 18, ../scss/modules/_titles.scss */
.thumbnail > img, .thumbnail a > img {
  border-radius: 5px;
}

/* line 22, ../scss/modules/_titles.scss */
.big_default_img {
  border-radius: 8px;
  border: solid 4px #647987;
}

/* line 27, ../scss/modules/_titles.scss */
.tooltipissue p::before {
  content: "";
  display: block;
  border-left: 6px solid #000000;
  border-top: 6px solid transparent;
  position: absolute;
  top: -6px;
}

/* line 36, ../scss/modules/_titles.scss */
.tooltipissue:hover p {
  opacity: 1;
  bottom: -20px;
  transition-delay: .5s;
}

/* line 42, ../scss/modules/_titles.scss */
.issue_name_tooltip {
  font-weight: 400;
  color: #58595b;
}

/* line 47, ../scss/modules/_titles.scss */
.issue_name_tooltip:hover {
  font-weight: 400;
  color: #58595b;
}

/* line 52, ../scss/modules/_titles.scss */
.issue_name_tooltip p {
  font-size: 14px;
  position: absolute;
  z-index: 999;
  white-space: nowrap;
  bottom: 9999px;
  left: 19px;
  background: #000000;
  color: #647987;
  padding: 0px 7px;
  line-height: 24px;
  height: 24px;
  opacity: 0;
  transition: opacity 0.4s ease-out;
  transition-delay: 0s;
}

/* line 70, ../scss/modules/_titles.scss */
.tooltipemail p::before {
  content: "";
  display: block;
  border-right: 6px solid #000000;
  border-top: 6px solid transparent;
  position: absolute;
  top: -6px;
  right: 8px;
}

/* line 80, ../scss/modules/_titles.scss */
.tooltipemail:hover p {
  opacity: 1;
  bottom: 10px;
  transition-delay: .5s;
}

/* line 86, ../scss/modules/_titles.scss */
.email_tooltip p {
  font-size: 14px;
  position: absolute;
  z-index: 999;
  white-space: nowrap;
  bottom: 9999px;
  right: 70px;
  background: #000000;
  color: #647987;
  padding: 0px 7px;
  line-height: 24px;
  height: 24px;
  opacity: 0;
  transition: opacity 0.4s ease-out;
  transition-delay: 0s;
}

/* line 104, ../scss/modules/_titles.scss */
.navbar-nav-left {
  position: absolute;
}

/* line 108, ../scss/modules/_titles.scss */
header .nav > li {
  display: inline-block !important;
}

/* line 112, ../scss/modules/_titles.scss */
.account_icon {
  width: 60px;
  padding-right: 3px;
  padding-left: 3px;
  margin-left: 5px;
}

/* line 119, ../scss/modules/_titles.scss */
.collapse {
  display: block !important;
}

/* line 123, ../scss/modules/_titles.scss */
.log-in-text {
  position: absolute;
  color: #000000;
  margin-left: -9px;
  margin-top: -8px;
}

/* line 130, ../scss/modules/_titles.scss */
.logged-in-text {
  position: absolute;
  color: #000000;
  margin-left: -15px;
  margin-top: -8px;
}

/* line 137, ../scss/modules/_titles.scss */
.logged-in-text, .logged-in-text:hover, .log-in-text:hover, .dropdown-toggle:hover .log-in-text {
  font-weight: 400 !important;
}

/* line 141, ../scss/modules/_titles.scss */
.edit-logo button {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

/* line 150, ../scss/modules/_titles.scss */
.dropdown-toggle:active {
  background-color: #eeeeee !important;
}

/* line 154, ../scss/modules/_titles.scss */
.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent;
}

/* line 158, ../scss/modules/_titles.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #e5e5e5 !important;
}

/* line 162, ../scss/modules/_titles.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #e5e5e5 !important;
  background-image: none !important;
}

@media screen and (max-width: 675px) {
  /* line 169, ../scss/modules/_titles.scss */
  .navbar-nav-left {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  /* line 177, ../scss/modules/_titles.scss */
  .account_ico {
    margin-top: 5px;
  }
}
/* line 183, ../scss/modules/_titles.scss */
.themed_btn {
  background-color: #000000 !important;
  background-image: none !important;
  border-color: #000000 !important;
  color: #647987 !important;
}

/* line 190, ../scss/modules/_titles.scss */
.navbar-nav .open .dropdown-menu {
  position: absolute;
  left: -110px;
  text-align: left;
  top: 55px;
  width: 160px;
  z-index: 1000;
  background-color: #647987;
}

/* line 200, ../scss/modules/_titles.scss */
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #647987;
}

/* line 95, ../../scss/modules/_toc.scss */
/* line 206, ../scss/modules/_titles.scss */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #e5e5e5;
}

/* line 101, ../../scss/modules/_toc.scss */
/* line 212, ../scss/modules/_titles.scss */
::-webkit-scrollbar {
  width: 7px;
  background-color: #cccccc;
}

/* line 217, ../scss/modules/_titles.scss */
body {
  overflow-y: auto;
}

/* line 221, ../scss/modules/_titles.scss */
.ffff {
  position: fixed;
  width: 350px;
}

@media screen and (max-width: 1200px) {
  /* line 228, ../scss/modules/_titles.scss */
  .ffff {
    width: 280px;
  }
}
@media screen and (max-width: 1100px) {
  /* line 236, ../scss/modules/_titles.scss */
  .ffff {
    width: 350px;
  }
}
@media screen and (max-width: 376px) {
  /* line 244, ../scss/modules/_titles.scss */
  .ffff {
    width: 340px;
  }
}
@media screen and (max-width: 361px) {
  /* line 252, ../scss/modules/_titles.scss */
  .ffff {
    width: 325px;
  }
}
@media screen and (max-width: 350px) {
  /* line 260, ../scss/modules/_titles.scss */
  .ffff {
    width: 280px;
  }
}
@media screen and (min-width: 1100px) {
  /* line 268, ../scss/modules/_titles.scss */
  .plus_10_info {
    left: 0px !important;
  }
}
/* line 274, ../scss/modules/_titles.scss */
.dont_move {
  position: absolute;
  width: 350px;
  left: 0px;
}

/* line 280, ../scss/modules/_titles.scss */
.dropdown, .dropdown-toggle {
  height: 55px;
}

/* line 284, ../scss/modules/_titles.scss */
.navbar-nav {
  margin: 0px !important;
  height: 55px;
}

/* line 289, ../scss/modules/_titles.scss */
#navBar > .container {
  height: 55px;
}

/* line 293, ../scss/modules/_titles.scss */
.navbar-nav > li {
  float: left;
}

/* line 297, ../scss/modules/_titles.scss */
.navbar-right {
  float: right !important;
}

/* line 301, ../scss/modules/_titles.scss */
.account_head {
  fill: #000000;
}

/* line 305, ../scss/modules/_titles.scss */
.search-container {
  border-color: #000000 !important;
}

/* line 309, ../scss/modules/_titles.scss */
.issue_toc {
  position: fixed;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  text-align: center;
  display: none;
}

/* line 319, ../scss/modules/_titles.scss */
.issue_toc_content {
  display: inline-block;
  height: 100%;
  max-height: 80%;
  width: 400px;
  position: relative;
  text-align: left;
  margin-top: 60px;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 5px 2px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 1px 5px 2px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 1px 5px 2px rgba(50, 50, 50, 0.75);
}

/* line 333, ../scss/modules/_titles.scss */
.close_issue_toc {
  position: absolute;
  top: 0%;
  right: 5px;
  font-size: 16px !important;
  cursor: pointer;
}

/* line 341, ../scss/modules/_titles.scss */
.toc_heading {
  font-size: 24px !important;
  color: #333333;
  padding: 10px 0 10px 10px;
  display: block;
}

/* line 348, ../scss/modules/_titles.scss */
.toc_hr {
  border-color: #333333;
  margin: 0;
}

/* line 353, ../scss/modules/_titles.scss */
.toc_image_container {
  width: 80px;
  float: left;
  height: 100%;
}

/* line 359, ../scss/modules/_titles.scss */
.toc_image {
  height: 100%;
  width: auto;
}

/* line 364, ../scss/modules/_titles.scss */
.toc_row {
  height: 80px;
  margin: 10px 0;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 371, ../scss/modules/_titles.scss */
.toc_page {
  float: right;
  width: 25px;
  margin-top: 30px;
  text-align: right;
}

/* line 378, ../scss/modules/_titles.scss */
.toc_text {
  float: left;
  width: 240px;
  display: table;
  height: 100%;
  vertical-align: middle;
  padding: 0 10px 0 10px;
}

/* line 387, ../scss/modules/_titles.scss */
.toc_textt {
  display: table-cell;
  vertical-align: middle;
}

/* line 392, ../scss/modules/_titles.scss */
.toc_background {
  padding: 10px 20px;
  background: #e5e5e5;
}

/* line 397, ../scss/modules/_titles.scss */
.toc_scroller {
  height: 100%;
  overflow-y: auto;
  height: -moz-calc(100% - 55px);
  height: -webkit-calc(100% - 55px);
  height: -o-calc(100% - 55px);
  height: calc(100% - 55px);
}

/* line 406, ../scss/modules/_titles.scss */
.star_rating {
  display: none;
}

/* line 410, ../scss/modules/_titles.scss */
a:hover {
  text-decoration: none;
  font-weight: 900;
}

/* line 415, ../scss/modules/_titles.scss */
.row {
  margin: 0px;
}

/* line 419, ../scss/modules/_titles.scss */
.publisher_info {
  height: 100%;
  margin-top: 15px;
  position: relative;
}

/* line 425, ../scss/modules/_titles.scss */
.add_padding {
  padding: 15px 15px 15px 15px;
  border-radius: 8px;
  max-height: 85vh;
  overflow-y: auto;
}

/* line 432, ../scss/modules/_titles.scss */
.plus_10_offcanvas {
  display: none;
  margin-bottom: 15px;
}

/* line 437, ../scss/modules/_titles.scss */
.plus_10_offcanvas2 {
  margin-bottom: 15px;
}

/* line 441, ../scss/modules/_titles.scss */
.plus10_over {
  overflow-x: hidden;
}

/* line 445, ../scss/modules/_titles.scss */
.space_top {
  margin-bottom: 15px;
}

@media screen and (min-width: 1100px) {
  /* line 451, ../scss/modules/_titles.scss */
  .plus_10_info {
    width: 33%;
    left: 0px;
  }

  /* line 457, ../scss/modules/_titles.scss */
  .plus_10_titles {
    position: static;
    left: 0px;
  }

  /* line 463, ../scss/modules/_titles.scss */
  .plus_10_offcanvas, .plus_10_offcanvas2 {
    display: none !important;
  }
}
@media screen and (max-width: 1100px) {
  /* line 469, ../scss/modules/_titles.scss */
  #container, .container {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }

  /* line 477, ../scss/modules/_titles.scss */
  .all_titles_right {
    float: right;
    margin-top: -35px;
  }

  /* line 483, ../scss/modules/_titles.scss */
  .plus_10_offcanvas {
    display: block;
    margin-left: 15px;
  }

  /* line 489, ../scss/modules/_titles.scss */
  .plus_10_titles {
    width: 100%;
  }

  /* line 494, ../scss/modules/_titles.scss */
  .plus_10_info {
    width: 350px;
    position: fixed;
    left: -350px;
  }
}
@media screen and (max-width: 750px) {
  /* line 502, ../scss/modules/_titles.scss */
  .adjust_single {
    width: 100%;
  }
}
/* line 507, ../scss/modules/_titles.scss */
.publisher_info h4 {
  font-weight: normal;
}

/* line 510, ../scss/modules/_titles.scss */
.publisher_info hr {
  margin: 5px 0px;
}

/* line 513, ../scss/modules/_titles.scss */
.publisher_info .publisher_logo {
  margin-bottom: 15px;
}

/* line 516, ../scss/modules/_titles.scss */
.publisher_info p {
  font-size: 12px;
  font-family: "Segoe UI", "Segoe WP", "Segoe Regular", sans-serif;
  text-align: justify;
  font-weight: 100;
  line-height: 160%;
  margin-top: 15px;
}

/* line 524, ../scss/modules/_titles.scss */
.publisher_info span {
  font-size: 12px;
  line-height: 200%;
}

/* line 528, ../scss/modules/_titles.scss */
.publisher_info a {
  font-size: 12px;
}

/* line 531, ../scss/modules/_titles.scss */
.publisher_info .publisher_social_icons {
  text-align: center;
}

/* line 534, ../scss/modules/_titles.scss */
.publisher_info .publisher_social_icons a {
  margin: 7px;
  line-height: 50px;
}

/* line 539, ../scss/modules/_titles.scss */
.publisher_titles {
  padding: 15px 0px;
}

/* line 542, ../scss/modules/_titles.scss */
.publisher_titles .view_all_issues {
  float: right;
  margin-top: 10px;
  color: #ffffff;
}

/* line 547, ../scss/modules/_titles.scss */
.publisher_titles .view_all_issues:hover {
  text-decoration: none;
  font-weight: 900;
}

/* line 551, ../scss/modules/_titles.scss */
.publisher_titles .title_issues img {
  cursor: pointer;
}

/* line 554, ../scss/modules/_titles.scss */
.publisher_titles .highlight {
  opacity: .5;
}

/* line 557, ../scss/modules/_titles.scss */
.publisher_titles .about_the_title {
  color: #999999;
  font-size: 12px;
  line-height: 200%;
  text-align: justify;
}

/* line 563, ../scss/modules/_titles.scss */
.publisher_titles hr {
  margin: 10px 0px;
}

/* line 566, ../scss/modules/_titles.scss */
.publisher_titles h4 {
  font-weight: normal;
  display: inline-block;
}

/* line 570, ../scss/modules/_titles.scss */
.publisher_titles span {
  color: #999999;
  font-size: 12px;
}

/* line 574, ../scss/modules/_titles.scss */
.publisher_titles .title_issues {
  margin-bottom: 25px;
  white-space: nowrap;
  overflow-x: auto;
}

/* line 579, ../scss/modules/_titles.scss */
.publisher_titles .title_issues .issue_wrap {
  display: none;
}

/* line 582, ../scss/modules/_titles.scss */
.publisher_titles .title_issues .col-sm-3 {
  float: none;
  display: inline-block;
  white-space: normal;
}

/* line 588, ../scss/modules/_titles.scss */
.title1 {
  display: none;
}

/* line 591, ../scss/modules/_titles.scss */
.title1 .col-sm-3, .title1 .col-xs-4 {
  width: 100%;
}

/* line 594, ../scss/modules/_titles.scss */
.title1 .issue_cover {
  display: none;
}

/* line 598, ../scss/modules/_titles.scss */
.title_issue_description .close_issue_description:hover {
  font-weight: 900;
}

/* line 601, ../scss/modules/_titles.scss */
.title_issue_description h4 {
  margin-top: 0px;
}

/* line 604, ../scss/modules/_titles.scss */
.title_issue_description hr {
  margin: 5px 0px;
}

/* line 608, ../scss/modules/_titles.scss */
.close_issue_preview:hover, .close_issue_toc:hover, .close_issue_toggle:hover {
  font-weight: 900;
}

/* line 612, ../scss/modules/_titles.scss */
.title1 .close_issue_toggle {
  display: block;
}

/* line 616, ../scss/modules/_titles.scss */
.close_issue_toggle {
  position: absolute;
  top: 0%;
  right: 30px;
  font-size: 14px !important;
  cursor: pointer;
  display: none;
}

/* line 625, ../scss/modules/_titles.scss */
.issue_preview {
  position: fixed;
  top: 55px;
  left: 0px;
  height: 100%;
  width: 100%;
  display: block;
  text-align: center;
  display: none;
}

/* line 636, ../scss/modules/_titles.scss */
.close_issue_preview {
  position: absolute;
  top: 0%;
  right: 5px;
  font-size: 16px !important;
  cursor: pointer;
}

/* line 646, ../scss/modules/_titles.scss */
.close_issue_toc {
  position: absolute;
  top: 0%;
  right: 5px;
  font-size: 24px;
  cursor: pointer;
}

/* line 654, ../scss/modules/_titles.scss */
.plus_publisher_titles {
  padding: 15px 0px;
}

/* line 657, ../scss/modules/_titles.scss */
.plus_publisher_titles .about_the_title {
  font-size: 12px;
  line-height: 150%;
  text-align: justify;
  margin-top: 5px;
}

/* line 663, ../scss/modules/_titles.scss */
.plus_publisher_titles .row {
  margin-bottom: 25px;
}

/* line 666, ../scss/modules/_titles.scss */
.plus_publisher_titles hr {
  margin: 0px 0px;
}

/* line 669, ../scss/modules/_titles.scss */
.plus_publisher_titles h4 {
  font-weight: normal;
}

/* line 672, ../scss/modules/_titles.scss */
.plus_publisher_titles span {
  font-size: 12px;
}

/* line 675, ../scss/modules/_titles.scss */
.plus_publisher_titles .number_publications, .plus_publisher_titles .last_published {
  font-size: 11px;
}

/* line 678, ../scss/modules/_titles.scss */
.plus_publisher_titles .title_issues {
  margin-bottom: 25px;
  white-space: nowrap;
  overflow-x: auto;
}

/* line 683, ../scss/modules/_titles.scss */
.plus_publisher_titles .title_issues .col-sm-3 {
  float: none;
  display: inline-block;
  white-space: normal;
}

/* line 689, ../scss/modules/_titles.scss */
.title_issue_description {
  margin: 25px 0px !important;
}

/* line 693, ../scss/modules/_titles.scss */
.issue_total_clear {
  clear: both;
}

/* line 697, ../scss/modules/_titles.scss */
.issue_total {
  margin-bottom: 25px;
}

/* line 701, ../scss/modules/_titles.scss */
.issue_toggle_open {
  cursor: pointer;
}

/* line 705, ../scss/modules/_titles.scss */
.issue_description_links {
  cursor: pointer;
  font-weight: 300;
}

/* line 710, ../scss/modules/_titles.scss */
.issue_description_links:hover {
  text-decoration: none;
  font-weight: 300;
}

/* line 715, ../scss/modules/_titles.scss */
.navigating_links {
  cursor: pointer;
}

/* line 719, ../scss/modules/_titles.scss */
.navigating_links:hover {
  text-decoration: none;
  font-weight: 900;
}

/* line 724, ../scss/modules/_titles.scss */
.issue_open_link:hover {
  text-decoration: none;
  font-weight: 900;
}

/* line 729, ../scss/modules/_titles.scss */
.publisher_info .publisher_social_icons a img {
  width: 40px;
  height: 40px;
}

/* line 733, ../scss/modules/_titles.scss */
.issue-title {
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  float: left;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 1.8em;
  line-height: 1.8em;
  height: 20px;
  color: #000000;
}

/* line 747, ../scss/modules/_titles.scss */
html, body {
  height: 100%;
}

/* line 751, ../scss/modules/_titles.scss */
a:hover {
  cursor: pointer;
}

/* line 754, ../scss/modules/_titles.scss */
.plus_publisher_titles .row {
  margin-bottom: 10px;
}

/* line 757, ../scss/modules/_titles.scss */
.about_the_title {
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 6.2em;
  line-height: 1.5em;
}

/* line 774, ../scss/modules/_titles.scss */
.cancel-button {
  background: red;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  box-shadow: 0 0 0 0;
  border: 0;
  overflow: hidden;
}

/* line 783, ../scss/modules/_titles.scss */
.about_the_publisher {
  height: auto;
  overflow: hidden;
}

/* line 787, ../scss/modules/_titles.scss */
.info_icon {
  display: none;
}

/* line 791, ../scss/modules/_titles.scss */
.top_bar {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  background: #f2f2f2;
  text-align: center;
  z-index: 100001;
}

/* line 801, ../scss/modules/_titles.scss */
.top_bar_icon {
  height: 40px;
  float: right;
  margin-top: 4px;
  margin-right: 10px;
  cursor: pointer;
}

/* line 809, ../scss/modules/_titles.scss */
.top_bar_icon_left {
  height: 40px;
  float: left;
  margin-top: 4px;
  margin-left: 10px;
  cursor: pointer;
}

/* line 817, ../scss/modules/_titles.scss */
.title_name {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 0;
  color: #8cc63f;
  font-size: 24px;
  margin-top: 5px;
}

/* line 827, ../scss/modules/_titles.scss */
.user_dropdown {
  width: 200px;
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 102;
  background: rgba(242, 242, 242, 0.9);
  overflow-y: auto;
}

/* line 837, ../scss/modules/_titles.scss */
.dropdown_item {
  padding: 15px 0 15px 15px;
  cursor: pointer;
}

/* line 842, ../scss/modules/_titles.scss */
.dropdown_item:hover {
  background: #8cc63f;
  color: #ffffff;
}

/* line 847, ../scss/modules/_titles.scss */
.user_information {
  color: #8cc63f;
  text-align: center;
  display: block;
  padding: 15px 0 15px 0px;
}

/* line 854, ../scss/modules/_titles.scss */
.user_library {
  display: block;
}

/* line 858, ../scss/modules/_titles.scss */
.dropdown_hr {
  margin: 0;
}

@media screen and (max-width: 1100px) {
  /* line 863, ../scss/modules/_titles.scss */
  .info_icon {
    display: block;
  }
}
/* line 867, ../scss/modules/_titles.scss */
#container {
  margin-top: 60px;
}

/* line 870, ../scss/modules/_titles.scss */
.mw-nav {
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 0;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  background: #f2f2f2;
  padding: 0px 10px;
}

/* line 881, ../scss/modules/_titles.scss */
.mw-nav-item {
  padding-top: 5px !important;
  padding-bottom: 0px !important;
  /*line-height: 0px !important;*/
}

/* line 886, ../scss/modules/_titles.scss */
.mw-nav-item img {
  margin-top: 0px !important;
  margin-right: 0px !important;
}

/* line 890, ../scss/modules/_titles.scss */
.search-filter {
  margin-top: 12px;
}

/* line 893, ../scss/modules/_titles.scss */
.search-input {
  background-color: #f2f2f2;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px;
  height: 100%;
  width: -moz-calc(100% - 50px);
  width: -webkit-calc(100% - 50px);
  width: -o-calc(100% - 50px);
  width: calc(100% - 50px);
  margin-left: 5px;
  color: #58595b;
  padding: 0px;
}

/* line 25, ../scss/modules/_from_darko.scss */
/* line 909, ../scss/modules/_titles.scss */
.search-input:focus {
  outline: none;
}

/* line 29, ../scss/modules/_from_darko.scss */
/* line 914, ../scss/modules/_titles.scss */
.search-container {
  margin-top: 5px;
}

/* line 33, ../scss/modules/_from_darko.scss */
/* line 919, ../scss/modules/_titles.scss */
.search-container {
  background-color: #f2f2f2;
  /*margin-left: 5%;*/
  /*margin-right: auto;*/
  /*margin-top: 10px;*/
  /*margin-bottom: 10px;*/
  width: 250px;
  height: 30px;
  border-radius: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #8cc63f;
}

/* line 932, ../scss/modules/_titles.scss */
.search-container i {
  margin-left: 5px;
}

/* line 935, ../scss/modules/_titles.scss */
.search-container svg {
  margin-right: 5px;
}

/* line 47, ../scss/modules/_from_darko.scss */
/* line 940, ../scss/modules/_titles.scss */
.search-container .clear-button {
  margin-top: 6px;
}

/* line 54, ../scss/modules/_from_darko.scss */
/* line 944, ../scss/modules/_titles.scss */
.clear-button {
  fill: #ffffff;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0px;
}

/* line 62, ../scss/modules/_from_darko.scss */
/* line 953, ../scss/modules/_titles.scss */
.clear-button:hover path {
  fill: #ffce00;
}

/* line 956, ../scss/modules/_titles.scss */
.error-message {
  color: red;
}

/* line 959, ../scss/modules/_titles.scss */
.consumable-circle {
  background-color: #000000;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-top: 5px;
  margin-right: 5px;
}

/* line 967, ../scss/modules/_titles.scss */
.issue_number {
  margin-bottom: 0px !important;
}

/* line 970, ../scss/modules/_titles.scss */
.thumbnail:hover {
  cursor: pointer;
}

/* line 974, ../scss/modules/_titles.scss */
.publisher_info .publisher_social_icons a img {
  width: 40px;
  height: 40px;
}

/* line 979, ../scss/modules/_titles.scss */
.logo-container, .publisher-description {
  position: relative;
}

/* line 982, ../scss/modules/_titles.scss */
.edit-description {
  display: none;
}

/* line 985, ../scss/modules/_titles.scss */
.edit-logo {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}

/* line 994, ../scss/modules/_titles.scss */
.logo-container:hover .edit-logo {
  display: block;
}

/* line 997, ../scss/modules/_titles.scss */
.publisher-description:hover .edit-description {
  display: block;
}

/* line 1000, ../scss/modules/_titles.scss */
.edit-description, .edit-logo button {
  position: absolute;
  top: 30%;
  left: 35%;
}

/* line 1006, ../scss/modules/_titles.scss */
.item-wrapper a {
  display: inline !important;
}

/* line 1010, ../scss/modules/_titles.scss */
.item-wrapper {
  display: inline;
  position: relative;
}

/* line 1015, ../scss/modules/_titles.scss */
.item-wrapper form {
  position: absolute;
  top: -73px;
  background: #FFF;
  border: 1px solid #AAA;
  border-radius: 5px;
  padding: 7px;
  width: 350px;
  display: inline-block;
  left: 50%;
  margin-left: -110px;
  z-index: 101;
}

/* line 1029, ../scss/modules/_titles.scss */
.item-wrapper form:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #AAA;
  position: absolute;
  bottom: -10px;
  left: 100px;
}

/* line 1041, ../scss/modules/_titles.scss */
.item-wrapper form:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #FFF;
  position: absolute;
  bottom: -9px;
  left: 101px;
}

/* line 1052, ../scss/modules/_titles.scss */
.editable-controls {
  /*width: 100%;*/
}

/* line 1055, ../scss/modules/_titles.scss */
.editable-click, a.editable-click {
  border-bottom: 0px !important;
}

/* line 1059, ../scss/modules/_titles.scss */
.editable-input {
  /*width:114px !important;   */
}

/* line 1063, ../scss/modules/_titles.scss */
select.editable-input {
  /*width: 114px; */
}

/* line 1067, ../scss/modules/_titles.scss */
.about_the_publisher-edit {
  width: 100%;
  color: black !important;
  font-family: "Segoe UI", "Segoe WP", "Segoe Regular", sans-serif;
  text-align: justify;
  font-weight: 100;
  line-height: 200%;
  margin-top: 15px;
  margin-bottom: 12px;
}

/* line 2, ../scss/modules/_loading_screen.scss */
/* line 1079, ../scss/modules/_titles.scss */
.loading_container {
  background-color: #d3d3d3;
  width: 100%;
  height: 5px;
  margin-top: 15px;
}

/* line 9, ../scss/modules/_loading_screen.scss */
/* line 1087, ../scss/modules/_titles.scss */
.loading_bar {
  height: 100%;
  width: 50%;
  background-color: #8cc63f;
}

/* line 15, ../scss/modules/_loading_screen.scss */
/* line 1094, ../scss/modules/_titles.scss */
.loading_screen {
  background-color: #333333;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 100023;
  display: table;
}

@media screen and (max-width: 350px) {
  /* line 1106, ../scss/modules/_titles.scss */
  .search-container {
    width: 210px;
  }
}
/* line 1112, ../scss/modules/_titles.scss */
.circle {
  background-color: #37A047;
  height: 100px;
  width: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  text-align: center;
  color: white;
  line-height: 100px;
  font-weight: bold;
  font-size: 22px;
  font-family: sans-serif;
}

/* line 1127, ../scss/modules/_titles.scss */
.circle-selected {
  background-color: #000000;
}

/* line 1130, ../scss/modules/_titles.scss */
.preview-nav-button:hover {
  background: #000000 !important;
}
