﻿@import "sidebar.css";
:root {
  --thm-font: 'Roboto', sans-serif;
  --thm-font-2: 'Open Sans', sans-serif;
  --thm-font-3: 'Cormorant Garamond', serif;
  --thm-font-4: 'Oswald', 'Arial Narrow', serif;
  --thm-base: #a5c109;
  --thm-base-rgb: 165, 193, 9;
  --thm-gray: #777777;
  --thm-gray-rgb: 199, 199, 199;
  --thm-primary: #174a6f;
  --thm-black: #001b35;
  --thm-black-rgb: 0, 27, 53;
  --thm-gradient: linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
  --thm-gradient-2: linear-gradient(180deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
  --input-height: 2.25rem;
}


/* Main
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body, html {
  /* Margin bottom by footer height */
  font-family: var(--thm-font-2);
  font-size: 12px;
}
@media (min-width: 768px) {
  html, body {
    font-size: 14px;
  }
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
h7 {
  font-family: Kanit, sans-serif;
  font-size: 1.7rem;
  color: #174a6f;
}
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}
button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* buttons
------------------------------------------------*/
.btn {
  transition: ease .3s;
}
.btn-primary {
  color: #fff;
  background-color: #174a6f;
  border-color: #174a6f;
}
.btn-primary:hover {
  background-color: #206a9e;
}
.btn-secondary {
  color: #fff;
  background-color: #6eaa46;
  border-color: #6eaa46;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #467626;
  border-color: #6eaa46;
}
.btn-white {
  color: #444;
  background-color: #fff;
  border-color: #ccc;
}
.btn-white:hover {
  color: #222;
  background-color: #f5f5f5;
  border-color: #ccc;
  text-decoration: none;
}
.button-group button, .button-group a {
  margin-right: 10px;
}
.btn.action-btn {
  font-size: 12px;
  line-height: 2;
  font-weight: 500;
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 10px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
.btn-icon {
  display: flex;
}
.btn-icon-light {
  color: #a1a5b7;
  background: #f5f8fa;
  border: solid 1px #ccc;
  border-radius: 3px;
}
.btn-icon-light.btn:hover {
  color: #254dff;
  background: #d9f0ff;
}
.entry-icons a.btn-icon {
  margin-right: 5px;
  line-height: 20px;
  vertical-align: middle;
}
.entry-icons a.btn-icon span {
  font-size: 0.8em;
  margin-left: 5px;
}
.entry-icons a:first-child {
  margin-top: 5px;
}
.entry-icons a:not(:first-child) {
  margin-top:5px;
}
.report-publish-table td {
  vertical-align: top;
  padding: 15px;
  border-bottom: solid 1px #fff;
}
.report-publish-table figure.table td {
  border: solid 1px #f2f2f2;
  padding: 8px;
}
.report-publish-table td.query {
  background-color: #174a6f;
  color: #fff;
}
.online-publish-doctype-options {
  padding: 0 20px;
}
.online-publish-doctype-options div.col {
  background: #e2e2e2;
  opacity: 0.6;
  margin-bottom: 15px;
  padding: 20px;
  cursor: pointer;
}
.online-publish-doctype-options div.col.active {
  background: #1f6db9;
  color: #fff;
  opacity: 1;
}
.online-publish-doctype-options div.col span {
  vertical-align: middle;
}
.online-publish-doctype-options div.col > span {
  display: none;
}
.online-publish-doctype-options div.col.active > span {
  display: inline-block;
}
.cart-table td, .cart-table th {
  padding: 1.5em;
  text-align: center;
}
.cart-table th {
  border-bottom: solid 1px #e2e2e2;
}
.cart-table tr td:first-child {
  text-align: left!important;
}
div.input-step {
  border: 1px solid #e1e1e1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: visible;
  height: var(--input-height);
  border-radius: 0.25rem;
  background: #fff;
  padding: 4px;
  width: 100%;
}
div.input-step button {
  width: 1.4em;
  font-weight: 300;
  height: 100%;
  line-height: .1em;
  font-size: 1.4em;
  padding: 0.2em!important;
  background: #ddd;
  color: #62777b;
  border: none;
  border-radius: 0.25rem;
}
div.input-step .step-input {
  width: 100%;
  border: none;
  border-radius: 0.25rem;
  text-align: center;
}

div.tile-list {
  text-align: center;
  margin-bottom: 2.5em;
  padding: 3em;
}
div.tile-list:hover {
  background-color: #dde1e8;
}
div.tile-list:hover i {
  color: #5a728a;
}
div.tile-list i {
  color: #212529;
  display: block;
  font-size: 5em;
}
div.tile-list span {
  color: #002b56;
  display: block;
  font-weight: 400;
  font-size: 0.9em;
}