@import url(NotoSansFonts.css);
@import url(./bootstrap/dataTables.bootstrap.css);
@import url(./styling/stacked_messages.css);
@import url(./bootstrap/bootstrap-colorpicker.css);
html {
  position: relative;
  min-height: 100%; }

body {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  font-size: 14px; }
  body .navbar {
    padding: 0; }
    body .navbar .navbar-brand img {
      width: 100px; }
    body .navbar .navbar-nav .dropdown-menu .nav-link {
      font-size: 14px;
      color: #000000 !important; }
  body .print > h2, body .ebook > h2, body .archived > h2, body .usage > h2 {
    padding-top: 15px !important; }

h1, h2, h3, h4 {
  font-weight: 400; }

body > .content {
  display: flex;
  flex-direction: column;
  height: 100vh; }
  body > .content .container-fluid .wrapper .sidebar-wrapper .sidebar {
    z-index: 100;
    background-color: #333; }
    body > .content .container-fluid .wrapper .sidebar-wrapper .sidebar #main-menu {
      padding-top: 100px; }
      body > .content .container-fluid .wrapper .sidebar-wrapper .sidebar #main-menu li:hover {
        background: #4d4d4d; }
      body > .content .container-fluid .wrapper .sidebar-wrapper .sidebar #main-menu li.active {
        color: red;
        background-color: #4d4d4d; }
        body > .content .container-fluid .wrapper .sidebar-wrapper .sidebar #main-menu li.active > a {
          color: #ccc !important; }
          body > .content .container-fluid .wrapper .sidebar-wrapper .sidebar #main-menu li.active > a > span {
            text-decoration: none !important;
            color: #ccc; }
          body > .content .container-fluid .wrapper .sidebar-wrapper .sidebar #main-menu li.active > a > i {
            color: #ccc; }
      body > .content .container-fluid .wrapper .sidebar-wrapper .sidebar #main-menu li a {
        color: #ccc !important; }
  body > .content .container-fluid .wrapper .main-content .content-top {
    margin-left: 230px; }

.tooltip {
  font-family: 'Noto Sans', sans-serif; }

span.required {
  color: red; }

#scss-editor,
#scss-variables-editor {
  border: 1px solid #ddd; }

footer {
  padding: 15px;
  color: #eee;
  font-size: 1em;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: #9DBDC6; }

input.unstyled {
  max-width: 2em;
  padding: 0px;
  margin: 0px;
  border: none;
  text-align: center;
  border-bottom: 2px solid #eee; }
  input.unstyled:focus {
    outline-style: none; }

.btn-google {
  width: 260px;
  height: 72px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../img/google/btn_normal.png");
  background-size: contain;
  background-repeat: no-repeat; }
  .btn-google:hover {
    background-image: url("../img/google/btn_focus.png"); }
  .btn-google:active {
    background-image: url("../img/google/btn_pressed.png"); }
  .btn-google.disabled {
    background-image: url("../img/google/btn_disabled.png"); }

.btn-snapshot {
  margin-right: 5px;
  margin-bottom: 5px; }

.ace-editor {
  width: 100%;
  height: 800px; }
  .ace-editor .ace_search_form input, .ace-editor .ace_search_form button {
    color: #333; }
  .ace-editor.ace-editor-sm {
    height: 200px; }

.live-log {
  width: 100%;
  background-color: #02202a;
  color: #68db20;
  min-height: 400px;
  max-height: 1000px;
  font-size: 12px;
  padding-left: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: monospace;
  white-space: pre;
  word-break: keep-all;
  overflow-y: scroll; }

.col-border {
  border-right: 1px solid #eee; }

.table-def td:first-child {
  font-weight: bold; }

.alert strong {
  padding-right: 8px; }

.toc a {
  color: #333; }
  .toc a:hover {
    text-decoration: none; }
.toc ul {
  list-style: none; }
  .toc ul li {
    margin-bottom: 10px; }
    .toc ul li:hover {
      text-decoration: underline; }
.toc .toc-active {
  font-weight: bold; }
.toc .toc-h2 {
  padding-left: 10px; }
.toc .toc-h3 {
  padding-left: 20px;
  font-size: 0.9em; }
.toc .toc-h4 {
  padding-left: 30px;
  font-size: 0.9em; }

#col-preview {
  padding-right: 0px;
  padding-left: 0px; }

#preview {
  height: 100%; }
  #preview #expandviewer,
  #preview .spinner,
  #preview iframe {
    display: none; }
  #preview #expandviewer {
    cursor: pointer;
    height: 2.8em;
    padding-top: 1em; }
  #preview.building .spinner, #preview.fetching .spinner {
    display: block;
    color: #9DBDC6; }
  #preview.fetching .spinner {
    color: #eee; }
  #preview.success #expandviewer {
    display: block; }
  #preview.success iframe {
    display: block;
    border: none; }
  #preview .ePub-download {
    padding-top: 50px; }

nav + .container-fluid {
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
  flex: 1;
  width: 100%;
  flex-direction: column;
  display: flex;
  overflow-y: scroll;
  overflow-x: hidden; }
  nav + .container-fluid h2, nav + .container-fluid .dataTables_wrapper {
    padding: 0 10px 0 10px; }

.hidden {
  display: none; }

#custom-page-sizes {
  border-color: #e60a0a; }

.content > .form-group, .form-group > .form-group {
  display: flow-root;
  width: 100%; }

.project-comment-table {
  max-width: 1000px; }

#fullwidthedit {
  padding-top: 8px;
  cursor: pointer;
  transition-duration: 0.5s;
  transition-property: transform; }
  #fullwidthedit.in {
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); }

.settingslist {
  list-style: none;
  list-style-position: inside;
  padding: 0; }
  .settingslist li {
    border-bottom: 1px solid #ccc; }
    .settingslist li a {
      padding-left: 0px; }
      .settingslist li a.btn, .settingslist li a.btn-link:focus, .settingslist li a.btn-link:hover {
        color: #337ab7;
        font-size: 16px;
        text-decoration: none; }
    .settingslist li a:before {
      width: 10px;
      content: "\f0da";
      /* FontAwesome Unicode */
      font-family: FontAwesome;
      display: inline-block;
      transition-duration: 0.5s;
      transition-property: transform; }
    .settingslist li a + div div.content {
      background-color: #ddd3;
      padding-top: 1em;
      padding-bottom: 1em; }

.projectstatus {
  margin-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 10px; }
  .projectstatus a.project-status {
    color: inherit;
    cursor: default;
    display: block;
    margin-bottom: 7px; }
    .projectstatus a.project-status:hover {
      text-decoration: none; }
  .projectstatus.fix-bar {
    position: fixed;
    width: 100%;
    background-color: #eee;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid #d6d6d6; }
    .projectstatus.fix-bar .btn-group {
      margin-top: 8px; }

.tab-pane {
  padding: 1em; }
  .tab-pane.active a[aria-expanded="true"]:before {
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); }

#col-content > .row {
  margin-left: 0px;
  margin-right: 0px; }
#col-content .project-settings .nav {
  margin-bottom: 5px; }
#col-content div.projectstatus {
  padding-top: 15px; }
  #col-content div.projectstatus .project-name {
    font-weight: bold;
    width: 100%;
    text-align: right;
    font-size: 110%; }
  #col-content div.projectstatus .statuses {
    width: 100%; }
    #col-content div.projectstatus .statuses .statuses-content {
      float: right; }
  #col-content div.projectstatus .project-domain-container {
    width: 100%; }
    #col-content div.projectstatus .project-domain-container .project-domain {
      width: 100%;
      text-align: right; }
  #col-content div.projectstatus .project-status {
    float: right;
    margin-left: 5px; }
#col-content .tab-content {
  height: 80vh;
  overflow-y: scroll; }

.creating #col-content {
  overflow-y: hidden; }
  .creating #col-content > .tab-content {
    visibility: hidden; }

.status {
  text-align: right; }

.pagesettings {
  margin: 0 15px; }
  .pagesettings .input-group {
    min-width: 120px; }
  .pagesettings .input-group[class*=col-] {
    float: left; }

form {
  width: 100%;
  height: 100%; }
  form > .row {
    margin-right: 0;
    margin-left: 0;
    display: flex;
    height: 100%; }
    form > .row #col-content, form > .row #col-preview {
      height: 100%; }
    form > .row #col-content {
      padding: 0px 0px 20px 0px; }

.main-content form > .row {
  display: block; }

@media (max-width: 768px) {
  .buttoncontrols {
    padding-top: .5em;
    padding-bottom: .5em;
    margin: 0 auto; }

  .status {
    text-align: left; }

  .projectstatus {
    border-bottom: 1px solid #eee; } }
#form_fetchcreate_pdf {
  background-color: #56bdef !important;
  border-color: #27abeb; }
  #form_fetchcreate_pdf:hover {
    background-color: #27abeb !important; }

#form_save {
  background-color: #999999;
  border-color: gray; }
  #form_save:hover {
    background-color: gray !important; }

.historial-data-warning {
  margin-top: 15px;
  margin-bottom: 15px; }

.modal-dialog {
  width: 50%; }

.style-version-modal-content {
  padding-top: 30px; }

pre.style-version-code, #archived-project-custom-styling {
  font-family: monospace;
  background-color: #fff;
  margin: 1em auto;
  padding: 0.5em;
  border-radius: .25em;
  box-shadow: 0.1em 0.1em 0.5em rgba(0, 0, 0, 0.45);
  line-height: 0;
  counter-reset: line; }

pre.style-version-code span, #archived-project-custom-styling span {
  display: block;
  line-height: 1.5rem; }

pre.style-version-code span:before, #archived-project-custom-styling span:before {
  counter-increment: line;
  content: counter(line);
  display: inline-block;
  border-right: 1px solid #ddd;
  padding: 0 .5em;
  margin-right: .5em;
  color: #888; }

.modal-body-alert {
  font-size: 20px;
  color: #000000; }

.modal-body .btn-cancel {
  margin-right: 20px; }

.style-version-code-container {
  padding-bottom: 15px; }

.login-form p {
  text-align: center; }

.dataTables_filter {
  float: left !important; }

.content-wrapper {
  padding-top: 100px; }

.navbar-brand {
  float: left; }

.content-body label.form-check-label {
  padding-left: 40px; }

.form-batch-checkbox-all {
  margin-top: -12px !important; }

.brand-logo {
  max-width: 110px !important;
  margin-bottom: 3px !important; }

form.form-usage, form.form-usage-download {
  height: unset;
  padding: 0 10px 10px 10px; }

form.form-usage-download {
  height: unset;
  padding: 0 10px 20px 10px; }

.navbar {
  border-radius: 0px; }

.navbar {
  margin-bottom: 0px; }

.nav-tabs a {
  color: inherit;
  font-weight: bold; }

.nav-tabs.nav-justified {
  overflow-x: scroll; }

.nav.navbar-nav li.active.ebook a i.fa {
  color: #f0ad4e; }
.nav.navbar-nav li.active.print a i.fa {
  color: #56bdef; }

.cookie-banner {
  position: fixed;
  bottom: 40px;
  left: 30%;
  right: 30%;
  width: 40%;
  padding: 16px;
  display: flex;
  color: white;
  align-items: center;
  justify-content: space-between;
  background-color: #333;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2); }
  .cookie-banner p {
    margin: 0 0 0 0; }

.close {
  height: 20px;
  color: white;
  cursor: pointer; }

.close:hover {
  color: whitesmoke; }

@media (max-width: 820px) {
  .cookie-banner {
    left: 20%;
    right: 20%;
    width: 60%; } }
nav + .container-fluid::-webkit-scrollbar-track {
  background-color: #323232; }

nav + .container-fluid::-webkit-scrollbar {
  width: 10px;
  background-color: #9d9d9d; }

nav + .container-fluid::-webkit-scrollbar-thumb {
  background-color: #9d9d9d;
  border-left: 1px solid #323232;
  border-right: 1px solid #323232; }

body::-webkit-scrollbar-track {
  background-color: #323232; }

body::-webkit-scrollbar {
  width: 10px;
  background-color: #9d9d9d; }

body::-webkit-scrollbar-thumb {
  background-color: #9d9d9d;
  border-left: 1px solid #323232;
  border-right: 1px solid #323232; }

#col-content::-webkit-scrollbar-track {
  background-color: #323232; }

#col-content::-webkit-scrollbar {
  width: 10px;
  background-color: #9d9d9d; }

#col-content::-webkit-scrollbar-thumb {
  background-color: #9d9d9d;
  border-left: 1px solid #323232;
  border-right: 1px solid #323232; }

/*# sourceMappingURL=app.css.map */
