@charset "UTF-8";
/*
gold-pink-blue
 */
/*
1. Calming & Trustworthy (Blues & Greens)
Primary: Soft Blue (#A3C4F3) – calm and trustworthy
Secondary: Sage Green (#B7D3C6) – balance and harmony
Accent: Muted Lavender (#CBB3D4) – soothing and creative
Background: Light Mist (#F2F6F7) – clean and fresh
Text: Charcoal (#333333) – clarity and professionalism
This scheme works well for creating a sense of trust and calm.
Use soft blue for headers and buttons, sage green for call-to-action elements,
and lavender for subtle highlights.

$colorPrimary: #A3C4F3;
$colorSecondary: #B7D3C6;
$colorAccent: #CBB3D4;
$colorText: #333333;
$colorBackground: #F2F6F7;
 */
/*
2. Warm & Welcoming (Earth Tones)
Primary: Warm Beige (#F5E6CC) – warmth and approachability
Secondary: Olive Green (#A4B494) – grounding and natural
Accent: Terracotta (#C97C5D) – human touch and warmth
Background: Cream White (#FAF3E0) – soft and inviting
Text: Dark Brown (#3E2F1C) – friendly yet professional

*/
input, select, textarea, button, a.btn {
  border: 0px !important;
}

.article a.tag {
  border: 0px;
  margin-right: 8px !important;
  margin-bottom: 8px !important;
}

.card {
  border: 0px;
}

@font-face {
  font-family: "Montserrat";
  src: url("/static/fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSans";
  src: url("/static/fonts/OpenSans-VariableFont_wdth,wght.ttf") format("truetype");
}
@font-face {
  font-family: "GaretBook";
  src: url("/static/fonts/static/Garet-Book.ttf") format("truetype");
}
@font-face {
  font-family: "GaretHeavy";
  src: url("/static/fonts/static/Garet-Heavy.ttf") format("truetype");
}
body {
  font-family: GaretBook, arial, sans-serif !important;
}
body button, body a.btn {
  border-radius: 5px;
  background-color: #D78C74 !important;
  color: white !important;
  min-width: 80px;
}
body button:hover, body a.btn:hover {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
}
body a:focus {
  outline: 1px dotted #938DAD;
}
body .padded {
  padding: 0 5%;
}
body nav.navbar {
  height: 151px;
  display: block;
  padding: 0 5%;
}
body nav.navbar #sitenav {
  width: 100%;
  margin: 0 auto;
}
body nav.navbar #sitenav .quick-links-mobile {
  display: none;
}
body nav.navbar #sitenav .quick-links {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
body nav.navbar #sitenav .quick-links a {
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  padding: 0;
  width: 49%;
  height: 48px;
  text-decoration: none;
  color: white;
  background-color: #C05A60;
}
body nav.navbar #sitenav .quick-links a:visited {
  color: white;
}
body nav.navbar #sitenav .quick-links a:hover {
  font-weight: bold;
}
body nav.navbar #sitenav .quick-links a i.fa {
  margin-right: 8px;
}
body nav.navbar #sitenav .quick-links a img {
  height: 2rem;
  margin-right: 8px;
  display: inline-block;
}
body nav.navbar #sitenav .quick-links a span {
  display: inline-block;
}
body nav.navbar #sitenav .quick-links a.brand {
  z-index: 5;
  padding: 12px;
  height: 88px;
  width: 200px;
  background-color: #D78C74;
  border-radius: 5px;
}
body nav.navbar #sitenav .quick-links .quick-group {
  width: 35%;
  display: flex;
  height: fit-content;
  padding: 8px 0;
}
body nav.navbar #sitenav .menu-fix {
  position: absolute;
  top: 67px;
  left: 5%;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  width: 90%;
  padding: 20px;
  margin: 0 auto;
  background-color: white;
  border: 1px dotted #0F0B21;
}
body nav.navbar #sitenav .menu-fix a {
  padding: 8px;
  display: inline-block;
  min-width: 96px;
}
body nav.navbar #sitenav .menu-fix .icons {
  display: inline-block;
  width: fit-content;
  min-width: 96px;
}
body nav.navbar #sitenav .menu-fix .icons span.fonticon {
  padding: 8px;
  display: inline-block;
}
body nav.navbar #sitenav .menu ul {
  list-style-type: none;
  background-color: white;
}
body nav.navbar #sitenav .menu ul.level1 {
  display: inline-block;
}
body nav.navbar #sitenav .menu ul.level1 li {
  display: inline-block;
}
body nav.navbar #sitenav .menu ul.level2, body nav.navbar #sitenav .menu ul.level3, body nav.navbar #sitenav .menu ul.level4 {
  display: none;
}
body nav.navbar #sitenav .menu ul.level2 li, body nav.navbar #sitenav .menu ul.level3 li, body nav.navbar #sitenav .menu ul.level4 li {
  display: block;
}
body nav.navbar #sitenav .menu ul.level2 {
  position: absolute;
  top: calc(151px - 5rem);
  z-index: 5;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
}
body nav.navbar #sitenav #usernav.menu, body nav.navbar #sitenav #gearnav.menu {
  top: 100px;
}
body nav.navbar .mobile {
  display: none;
}
body main #banner {
  height: 520px;
  overflow: hidden;
}
body main #banner .scroller {
  position: absolute;
  top: 372px;
  left: 0;
  width: 100%;
  z-index: 3;
  display: flex;
  justify-content: space-between;
}
body main #banner .scroller i {
  color: white;
  padding: 1rem;
  font-size: 1.5rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
body main #banner .buttons {
  position: absolute;
  top: 580px;
  left: 0;
  width: 100%;
  z-index: 3;
  padding: 0 10%;
  display: flex;
  justify-content: space-between;
}
body main #banner .buttons .btn {
  display: inline-block;
  width: 180px;
  text-align: center;
  text-transform: uppercase;
}
body main #banner .dots {
  position: absolute;
  top: 652px;
  left: 0;
  width: 100%;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  font-size: 0.5rem;
  padding: 0 calc(50% - 3rem);
}
body main #banner .dots i {
  color: rgba(255, 255, 255, 0.3);
}
body main #banner .dots i.active {
  color: white;
}
body main #banner .banner {
  opacity: 0;
  width: 100%;
  height: 520px;
  position: absolute;
  top: 151px;
  z-index: 1;
  padding: 180px 20%;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
  color: white;
}
body main #banner .banner h2 {
  font-size: 32px !important;
  margin-bottom: 32px;
}
body main #banner .banner p {
  font-size: 20px !important;
}
body main .section {
  padding-top: 32px;
  padding-bottom: 32px;
}
body main .section h2 {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
}
body main .section.dark {
  background-color: #FAF0C6;
}
body main .section.dark button:hover, body main .section.dark a.btn:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
body main #storitve .cols {
  justify-content: space-around;
  width: 100%;
  max-width: 12in !important;
  margin: 36px auto !important;
}
body main #storitve .cols .card {
  text-align: center;
  margin: 16px 0 !important;
  padding: 0;
  border-radius: 0;
  border: 0;
}
body main #storitve .cols .card:hover {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
}
body main #storitve .cols .card img {
  max-width: 100%;
  margin: 0;
}
body main #storitve .cols .card .main {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  position: relative;
  top: -23px;
  height: 4rem;
  background-color: #D78C74;
  color: white;
  padding: 8px;
  font-weight: bold;
}
body main #prednosti p {
  vertical-align: middle;
  font-size: 1.5rem;
  margin-top: 16px;
  padding: 0.5rem;
}
body main #prednosti p img {
  display: inline-block;
  height: 3rem;
  vertical-align: middle;
  margin-right: 1rem;
}
body main #prednosti p span {
  display: inline-block;
  width: calc(100% - 4rem);
  vertical-align: middle;
}
body main #prednosti .card .title {
  margin: 8px 0;
}
body main #problems .cols {
  justify-content: space-around;
  max-width: 12in;
  width: 100%;
  margin: 36px auto !important;
}
body main #problems .cols .card {
  border: 0;
  text-align: center;
  width: 260px;
  height: 314px;
  padding: 2rem 1rem;
}
body main .dark-soft-in {
  width: 100%;
  height: 0;
  background: linear-gradient(to bottom, white, #0F0B21);
}
body main .dark-soft-out {
  width: 100%;
  height: 0;
  background: linear-gradient(to bottom, #0F0B21, white);
}
body main #kontakt input, body main #kontakt textarea, body main #kontakt .check, body main #kontakt .buttons {
  display: block;
  width: 600px;
  max-width: 100%;
  margin: 16px auto;
}
body main #kontakt .check {
  vertical-align: top;
}
body main #kontakt .check input {
  display: inline-block;
  width: 1rem;
  margin-right: 8px;
  vertical-align: top;
}
body main #kontakt .check span {
  display: inline-block;
  width: calc(100% - 24px);
  margin-top: 4px;
}
body main #kontakt p {
  width: 600px;
  max-width: 100%;
  margin: 16px auto;
}
body main #kontakt .buttons {
  clear: both;
}
body main p.plus {
  font-weight: bold;
  background: transparent url(/static/img/plus26px.png) right top no-repeat;
  background-size: auto;
  padding-right: 26px;
  cursor: pointer;
}
body main p.plus.active {
  background-image: url(/static/img/minus26px.png);
}
body main p.plus + p {
  display: none;
}
body main p.plus.active + p {
  display: block;
}
/* Mobile ********************************************************************/
@media all and (max-width: 1300px) {
  body .padded {
    padding: 1rem;
  }
  body nav.navbar {
    padding: 0 1rem;
    height: 56px;
  }
  body nav.navbar .mobile {
    display: block;
  }
  body nav.navbar .mobile span.fonticon {
    font-size: 32px;
    padding: 8px;
    display: inline-block;
    vertical-align: top;
    color: white;
  }
  body nav.navbar #sitenav {
    display: none;
    width: 100%;
    height: auto;
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 20;
  }
  body nav.navbar #sitenav .quick-links {
    display: none;
  }
  body nav.navbar #sitenav .quick-links-mobile, body nav.navbar #sitenav .menu-fix, body nav.navbar #sitenav .menu {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #C05A60;
    border: 0;
    border-top: 1px solid #57507B;
    border-radius: 0;
  }
  body nav.navbar #sitenav .quick-links-mobile a {
    width: 100%;
    font-size: 1rem;
    display: flex;
    align-items: center;
    padding: 8px 16px;
  }
  body nav.navbar #sitenav .quick-links-mobile a img {
    height: 1.5rem;
    margin-right: 8px;
    display: inline-block;
  }
  body nav.navbar #sitenav .quick-links-mobile a span {
    display: inline-block;
  }
  body nav.navbar #sitenav .menu.menu-fix .items ul {
    background-color: transparent;
  }
  body nav.navbar #sitenav .menu.menu-fix .items ul.level1 {
    display: block;
  }
  body nav.navbar #sitenav .menu.menu-fix .items ul.level1 li {
    display: block;
  }
  body nav.navbar #sitenav .menu.menu-fix .items ul.level2 {
    position: relative;
    top: 0;
    display: none;
    z-index: 1;
    box-shadow: 0 0 0 0;
  }
  body nav.navbar #sitenav .menu.menu-fix a {
    display: block;
    width: 100%;
    text-align: left;
  }
  body nav.navbar #sitenav .menu.menu-fix .icons {
    display: none;
  }
  body nav.navbar #sitenav #usernav.menu, body nav.navbar #sitenav #gearnav.menu {
    top: 0;
  }
  body main #banner .banner {
    top: 56px;
  }
  body main #banner .banner h2 {
    font-size: 18px !important;
  }
  body main #banner .banner p {
    font-size: 14px !important;
  }
  body main #banner .scroller {
    top: 275px;
  }
  body main #banner .buttons {
    top: 495px;
  }
  body main #banner .dots {
    top: 557px;
  }
}
/* Basic styling, mobile */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: roboto, arial, sans-serif;
  font-size: 18px;
  color: #0F0B21;
  background-color: white;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
}
body .content {
  min-height: calc(100vh - 200px);
}
body .content .banner {
  width: 100%;
  margin: 0;
}
body .content p.banner {
  color: #938DAD;
  font-size: 2rem;
  text-transform: uppercase;
  padding: 0px 2rem 1rem;
}
body footer {
  font-size: 14px;
  padding: 10pt 10%;
  background-color: #C05A60;
  color: white;
}
body footer .full-width {
  width: 100%;
}
body footer .mr-8 {
  margin-right: 8pt;
}
body footer img {
  max-height: 64px;
}
body .copy {
  padding: 10pt 10%;
}

h1, h2, h3, h4, h5, p {
  margin-bottom: 8px;
}

h1 {
  margin-top: 32px;
}

a {
  text-decoration: none;
  color: #2D2748;
}
a:visited {
  color: #2D2748;
}
a:hover {
  text-shadow: -1px -1px rgba(255, 255, 255, 0.2);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

input, select, textarea, button, a.btn {
  padding: 0.4rem;
  font-size: 1rem;
  color: #0F0B21;
  border: 1px solid #0F0B21;
}

input, select, textarea {
  background-color: white;
}
input.disabled, input[disabled], select.disabled, select[disabled], textarea.disabled, textarea[disabled] {
  color: #57507B;
  background-color: #938DAD;
  border-color: #57507B;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset; /* Change the color to your own background color */
  -webkit-text-fill-color: #0F0B21;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px white inset; /*your box-shadow*/
  -webkit-text-fill-color: #0F0B21;
}

button, a.btn {
  background-color: white;
  color: #2D2748;
  margin-right: 8px;
}
button:hover, a.btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #2D2748;
}
button.disabled, button[disabled], a.btn.disabled, a.btn[disabled] {
  color: #0F0B21;
  background-color: #938DAD;
  border-color: #0F0B21;
}
button.toggle.active, a.btn.toggle.active {
  background-color: #2D2748;
  border-color: white;
}

input::placeholder {
  color: #57507B;
}

table {
  border-collapse: collapse;
  font-size: 1rem;
  width: 100%;
}
table.calendar.month {
  border-collapse: unset;
  border-spacing: 8px;
  max-width: 300px;
  margin: 8px auto;
}
table.calendar.month th, table.calendar.month td {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  padding: 0.75rem;
  margin: 0.25rem;
  text-align: center;
}
table.calendar.month td.day {
  border: 1px solid #0F0B21;
  border-radius: 1.5rem;
  color: #0F0B21;
  cursor: pointer;
}
table.calendar.month td.day.weekend {
  background-color: transparent;
  border-color: transparent;
  color: #57507B;
}
table.calendar.month td.day.today {
  border-color: darkred !important;
}
table.calendar.month td.day.invalid {
  border-color: #938DAD;
  color: #938DAD;
  cursor: default;
}
table.calendar.month td.day.busy {
  border-color: darkorange;
  color: darkorange;
}
table thead th {
  text-align: left;
  padding: 6pt 6pt;
  border-collapse: collapse;
}
table thead tr.filter {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
table thead tr.filter input, table thead tr.filter select, table thead tr.filter button {
  font-size: 1rem;
  padding: 2pt 4pt;
  display: inline-block;
}
table thead tr.filter button {
  margin-right: 8px;
}
table thead tr.filter input, table thead tr.filter select {
  width: 100%;
}
table thead th, table thead td, table tbody th, table tbody td, table tfoot th, table tfoot td {
  padding: 8pt 8pt;
}
table thead th a, table thead td a, table tbody th a, table tbody td a, table tfoot th a, table tfoot td a {
  margin-right: 4px;
  border: 1px solid;
  padding: 2px 4px;
  text-decoration: none;
}
table thead th a.row-action, table thead td a.row-action, table tbody th a.row-action, table tbody td a.row-action, table tfoot th a.row-action, table tfoot td a.row-action {
  display: inline-block;
  margin-bottom: 4px;
}
table thead th a:hover, table thead td a:hover, table tbody th a:hover, table tbody td a:hover, table tfoot th a:hover, table tfoot td a:hover {
  background-color: white;
}
table thead th button, table thead td button, table tbody th button, table tbody td button, table tfoot th button, table tfoot td button {
  margin-right: 8px;
}
table thead, table tfoot {
  background-color: white;
}
table .paginator {
  font-weight: normal;
  text-align: right;
}

.title {
  font-size: 1.5rem;
  font-weight: bold;
}

.subtitle {
  font-size: 1.2rem;
}

.hidden {
  display: none;
}

.toc .toolmenu {
  padding: 0 0.5rem;
}
.toc .toolmenu::before {
  content: "⁝";
}
.toc .collapsable::before {
  content: "⊟";
}
.toc .collapsable.collapsed {
  color: yellow;
}
.toc .collapsable.collapsed::before {
  content: "⊞";
}
.toc p .title {
  font-size: 1rem;
}
.toc p.dirty .title {
  color: orange;
}

.toc-list {
  width: 100%;
  height: 10rem;
  overflow: auto;
}

#toc-menu {
  position: absolute;
  display: none;
  border: 1px solid #0F0B21;
}
#toc-menu .menuitem {
  padding: 0.5rem 1rem;
  background-color: white;
  color: #0F0B21;
}
#toc-menu .menuitem:hover {
  background-color: #2D2748;
  color: #0F0B21;
}

.form-group {
  margin-bottom: 16px;
}
.form-group label {
  display: block;
  text-align: left;
  padding: 4px;
  text-transform: uppercase;
  width: 100%;
}
.form-group label.mandatory::after {
  content: "*";
}
.form-group input, .form-group select, .form-group textarea, .form-group .form-data {
  display: block;
  margin-top: 8px;
  width: 100%;
}
.form-group .form-data {
  border: 0;
}
.form-group .form-data iframe {
  width: 100%;
  border: 1px solid #0F0B21;
}
.form-group.form-check label {
  display: inline;
}
.form-group.form-check .form-check-input {
  display: inline;
  margin-right: 4px;
  width: auto;
}
.form-group .form-control.error {
  border-color: darkred;
  color: darkred;
  background-color: lightpink;
}
.form-group textarea {
  font-size: 1rem;
  height: 4rem;
}
.form-group textarea.double-h {
  height: 8rem;
}
.form-group textarea.triple-h {
  height: 12rem;
}

img.icon {
  height: 20px;
  vertical-align: middle;
}

ul.tabs {
  margin-top: 1rem;
  display: block;
  list-style-type: none;
  height: fit-content;
  border-bottom: 1px solid #0F0B21;
}
ul.tabs li {
  display: inline-block;
  padding: 0.4rem;
  margin-top: 1px;
  color: #2D2748;
  background-color: white;
  border: 1px solid #57507B;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: fit-content;
}
ul.tabs li.active {
  border-bottom: 1px solid transparent;
  background-color: white;
  color: #0F0B21;
  position: relative;
  z-index: 10;
  top: 1px;
}
ul.tabs li.active a {
  color: #57507B;
}
ul.tabs li.blind {
  border: 0;
  border-bottom: 1px solid #0F0B21;
  width: available;
}
ul.tabs li a {
  text-decoration: none;
}

.tab-pane {
  padding: 8px;
  box-shadow: lightgrey;
  display: none;
}
.tab-pane.active {
  display: block;
}

.s-hide {
  display: inline-block;
}

.m-hide {
  display: none;
}

.mw-5 {
  width: 30%;
}

.mw-10 {
  width: 30%;
}

.mw-15 {
  width: 30%;
}

.mw-20 {
  width: 45%;
}

.mw-25 {
  width: 45%;
}

.mw-30 {
  width: 45%;
}

.mw-35 {
  width: 100%;
}

.mw-40 {
  width: 100%;
}

.mw-45 {
  width: 100%;
}

.mw-50 {
  width: 100%;
}

.mw-60 {
  width: 100%;
}

.mr-8 {
  margin-right: 8px;
}

.mtb-36 {
  margin-top: 36px;
  margin-bottom: 36px;
}

.mt-36 {
  margin-top: 36px;
}

.mb-36 {
  margin-bottom: 36px;
}

.mt-24 {
  margin-top: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-16 {
  margin-bottom: 16px;
}

.pt-36 {
  padding-top: 36px;
}

.pb-36 {
  padding-bottom: 36px;
}

.pt-24 {
  padding-top: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pt-16 {
  padding-top: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.p-16 {
  padding: 16px;
}

.center {
  text-align: center;
}

.middle {
  vertical-align: middle;
}

.right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.margin {
  width: 80%;
  margin: 0 auto;
}

.padded {
  padding: 1rem 10%;
}

.font-small {
  font-size: small;
}

.bg-img {
  background-repeat: no-repeat;
  background-size: cover;
}

.trans-dark {
  background-color: rgba(0, 0, 0, 0.7);
  color: rgba(255, 255, 255, 0.6);
}

.trans-light {
  background-color: rgba(255, 255, 255, 0.7);
  color: rgba(0, 0, 0, 0.6);
}

.link {
  color: #2D2748;
  cursor: pointer;
}
.link:visited {
  color: #2D2748;
}

.card {
  padding: 0.5rem;
  color: inherit;
  border: 1px solid;
}
.card img {
  max-width: 100%;
  max-height: 100%;
}
.card.lighter {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
}
.card.darker {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.5);
}
.card.primary {
  background-color: white;
  border-color: #0F0B21;
}
.card.secondary {
  background-color: #C05A60;
  border-color: #0F0B21;
}
.card .title {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0;
}
.card .main {
  padding: 0.5rem 0;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 1;
  display: flex;
  align-items: center;
}
.modal .dialog {
  max-width: 90%;
  min-width: 40%;
  margin: 0 auto;
}
.modal .dialog .title-row {
  padding: 0.5rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  background-color: white;
  color: #0F0B21;
  font-weight: bold;
}
.modal .dialog .title-row .title {
  width: calc(100% - 32px);
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: none;
  display: inline-block;
}
.modal .dialog .title-row .close-box {
  display: inline-block;
  border: 1px solid;
  padding: 0 0.3rem;
  cursor: pointer;
}
.modal .dialog .body {
  height: auto;
  padding: 0.5rem;
  background-color: white;
  color: #0F0B21;
}
.modal .dialog .buttons {
  background-color: white;
  color: #0F0B21;
  padding: 0.5rem;
  display: flex;
  justify-content: flex-end;
}

nav.navbar {
  height: 151px;
  background: #C05A60;
  color: #0F0B21;
  padding: 0 10%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
nav.navbar .brand, nav.navbar #navbuttons {
  display: inline-block;
}
nav.navbar .brand img {
  max-height: 48px;
}
nav.navbar .brand span {
  font-size: 37px;
  padding: 11px;
  color: rgba(0, 0, 0, 0.5);
}
nav.navbar #navbuttons span {
  font-size: 22px;
  padding: 11px;
}
nav.navbar #navbuttons span.active {
  background: #C05A60;
  color: #0F0B21;
}
nav a {
  color: #2D2748;
  text-decoration: none;
}
nav .selected a {
  color: #2D2748;
}

.menu {
  display: none;
  background-color: white;
  color: #333333;
}
.menu.active {
  display: block;
}
.menu ul {
  margin: 0;
  list-style-type: none;
}
.menu ul.level1 {
  padding-left: 0.2rem;
}
.menu ul.level2 {
  padding-left: 0.5rem;
  display: none;
}
.menu ul.level3 {
  padding-left: 1rem;
  display: none;
}
.menu ul.level4 {
  padding-left: 1.5rem;
  display: none;
}
.menu ul li hr {
  color: #0F0B21;
  margin: 0.5rem 0;
}
.menu ul li a {
  display: block;
  padding: 0.2rem;
}
.menu ul li a.sub .fa-caret-up {
  display: none;
}
.menu ul li a.sub .fa-caret-down {
  display: inline;
}
.menu ul li a.sub.active .fa-caret-up {
  display: inline;
}
.menu ul li a.sub.active .fa-caret-down {
  display: none;
}
.menu ul li a.sub.active > ul {
  display: block;
}
.menu ul li ul {
  display: none;
}

.logo {
  font-size: 20px;
  padding: 8px 10px 2px 0;
}
.logo img {
  height: 24px;
}
.logo .sublogo {
  font-size: 14px;
  margin-top: -10px;
  color: #57507B;
  padding: 0 5px;
}

.button.secondary { /* divider between buttons and menu links */
  border-bottom: 1px #57507B solid;
}

/* Submenu up from mobile screens */
.submenu {
  display: none;
}

.submenu-active .submenu {
  display: block;
}

.has-submenu i {
  font-size: 12px;
}

.has-submenu > a::after {
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  line-height: 16px;
  font-weight: 900;
  content: "\f078";
  color: whitesmoke;
  padding-left: 5px;
}

.submenu-active {
  background-color: #111;
  border-radius: 3px;
}

.container {
  margin: 1rem auto;
  width: 80%;
}

.paginator span, .paginator a {
  padding: 0.2rem 0.4rem;
  margin-right: 2px;
  border: 1px solid #0F0B21;
  color: #0F0B21;
}
.paginator span.paginator-current-report, .paginator a.paginator-current-report {
  border-color: rgba(0, 0, 0, 0);
  color: gray;
}

.alert {
  margin-top: 16px;
  padding: 16px;
  background: rgba(192, 37, 37, 0.25);
}
.alert img {
  height: 40px;
  vertical-align: middle;
  margin-right: 16px;
}
.alert #alert {
  display: inline-block;
}

.plain h1, .plain h2, .plain h3, .plain h4, .plain ul, .plain ol, .plain p {
  margin-bottom: 8px;
}
.plain ul, .plain ol {
  list-style-position: inside;
}

ul#lookup_helper {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 100;
  position: absolute;
  color: #0F0B21;
  background-color: whitesmoke;
  border: 1px solid #0F0B21;
}
ul#lookup_helper li {
  padding: 2px 4px;
  cursor: pointer;
}
ul#lookup_helper li.highlighted {
  background-color: #2D2748;
  color: whitesmoke;
}

.cols {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.full {
  width: 100%;
}

.half {
  display: inline-block;
  width: 49%;
}

.third {
  display: inline-block;
  width: 32%;
}

.third2 {
  display: inline-block;
  width: 65%;
}

.quart {
  display: inline-block;
  width: 24%;
}

.quart3 {
  display: inline-block;
  width: 74%;
}

#flash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
#flash p {
  padding: 32px;
  margin: 0;
  border: 1px solid;
}
#flash p.error {
  background-color: #603030;
  border-color: #F44;
  color: #F44;
}
#flash p.warn {
  background-color: #803010;
  border-color: orange;
  color: orange;
}
#flash p.info {
  background-color: #303060;
  border-color: #66F;
  color: #66f;
}
#flash p.success {
  background-color: #306030;
  border-color: #6f6;
  color: #6f6;
}
#flash .title {
  font-weight: bold;
}
#flash .title {
  padding: 4pt 12pt;
  cursor: pointer;
}

.list-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.list-container p {
  margin: 0.4rem;
}
.list-container input, .list-container select, .list-container textarea {
  width: 100%;
}
.list-container .title {
  font-size: 1.5rem;
}
.list-container .filter, .list-container .data-row, .list-container .head {
  margin-top: 0.5rem;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.list-container .head {
  background-color: white;
  font-weight: bold;
}
.list-container .field, .list-container .cmd {
  padding: 0.2rem 0.4rem;
  overflow: hidden;
}

.ct-widget.ct-ignition {
  left: 16px;
  position: fixed;
  top: 60px;
}

.hiddeneditable, .hiddeneditableinline {
  display: none;
}

.article {
  /*=====  End CMS :  ======*/
}
.article #article, .article #chapter {
  padding: 10pt 0;
}
.article #article h1, .article #chapter h1 {
  font-size: 2rem;
  margin-top: 1rem;
}
.article #article h2, .article #chapter h2 {
  font-size: 1.5rem;
  margin-top: 0.5rem;
}
.article #article p, .article #chapter p {
  margin-top: 0.3rem;
}
.article #article ul, .article #article ol, .article #chapter ul, .article #chapter ol {
  list-style-position: inside;
  margin-top: 0.3rem;
}
.article #article ul li, .article #article ol li, .article #chapter ul li, .article #chapter ol li {
  margin-top: 2pt;
}
.article #article .text-center, .article #chapter .text-center {
  text-align: center;
}
.article #article .text-left, .article #chapter .text-left {
  text-align: left;
}
.article #article .text-right, .article #chapter .text-right {
  text-align: right;
}
.article #article .padded, .article #chapter .padded {
  padding: 0.3rem;
}
.article #article .padded-bottom, .article #chapter .padded-bottom {
  padding-bottom: 0.3rem;
}
.article #article .padded-top, .article #chapter .padded-top {
  padding-top: 0.3rem;
}
.article .hiddeneditable.form-container h5 {
  margin-top: 0.3rem;
}
.article .hiddeneditable.form-container h5 .font_small {
  font-weight: normal;
  font-size: small;
}
.article .hiddeneditable.form-container input, .article .hiddeneditable.form-container textarea {
  width: 100%;
}
.article .hiddeneditable.form-container input[type=checkbox] {
  width: 16px;
}
.article .tagbox.showneditable h5 {
  margin: 0.5rem 0;
}
.article .tagbox.showneditable h5 .font_small {
  font-weight: normal;
  font-size: small;
}
.article .tagbox.showneditable .content {
  flex-direction: row;
  align-content: center;
}
.article F table.list button {
  padding: 0.3rem;
  border: 1px solid #57507B;
}
.article a.tag {
  display: inline-block;
  padding: 0.2rem 0.4rem;
  background-color: #C05A60;
  color: #2D2748;
  font-size: 1rem;
  border: 1px solid #C05A60;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  text-decoration: none;
}
.article .inputfile input {
  display: none;
}
.article .cms-icon {
  height: 32px;
  cursor: pointer;
  padding: 0.3rem;
}
.article ul#added-files {
  list-style-type: none;
  list-style-position: inside;
  padding: 0;
}
.article ul#added-files li a {
  padding: 0.6rem;
}

#wizard .step {
  display: none;
}
#wizard .step.active {
  display: block;
}

/* Mobile ********************************************************************/
@media all and (max-width: 699px) {
  .center-s {
    width: 90%;
    margin: 0 auto;
  }
  .cols .half, .cols .third, .cols .third2, .cols .quart, .cols .quart3 {
    width: 100%;
  }
}
/* Tablet ********************************************************************/
@media all and (min-width: 700px) {
  .center-s {
    width: 80%;
    margin: 0 auto;
  }
  .logo {
    flex: 1;
  }
  /* Button up from tablet screen */
  .menu li.button a {
    padding: 1rem 1.5rem;
    margin: 0.3rem 0;
  }
}
/* desktop */
@media all and (min-width: 960px) {
  .s-hide {
    display: none;
  }
  .m-hide {
    display: inline-block;
  }
  .mw-5 {
    width: 5%;
  }
  .mw-10 {
    width: 10%;
  }
  .mw-15 {
    width: 15%;
  }
  .mw-20 {
    width: 20%;
  }
  .mw-25 {
    width: 25%;
  }
  .mw-30 {
    width: 30%;
  }
  .mw-35 {
    width: 25%;
  }
  .mw-40 {
    width: 30%;
  }
  .mw-45 {
    width: 25%;
  }
  .mw-50 {
    width: 30%;
  }
  .mw-60 {
    width: 30%;
  }
  .center-s {
    width: 50%;
    margin: 0 auto;
  }
  .menu {
    position: absolute;
    top: 56px;
    z-index: 10;
    left: calc(100% - 200px);
    width: 160px;
    padding: 0.5rem;
  }
  .logo {
    order: 0;
  }
  .submenu {
    background-color: #999;
    width: max-content;
  }
  .submenu .subitem {
    text-align: left;
  }
  .submenu .subitem a {
    padding: 0.3rem 0.6rem;
    display: block;
  }
  .submenu-active {
    border-radius: 0;
  }
  .submenu-active .submenu {
    display: block;
    position: absolute;
    left: 0;
    top: 56px;
  }
  .form-group label {
    width: 38%;
    display: inline-block;
    vertical-align: middle;
  }
  .form-group .form-control {
    width: 62%;
    display: inline-block;
  }
  .ct-widget.ct-ignition {
    left: 16px;
    position: fixed;
    top: 60px;
  }
}

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