﻿/*!
 * Bootstrap Reboot v5.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
h6,
h5,
h4,
h3,
h2,
h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  margin: 0;
}
dd {
  margin: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 0.875em;
}
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
  width: 100%;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
thead,
tbody,
tfoot,
tr,
th {
  min-width: 100%;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  /*  -webkit-appearance: button;*/
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
/*# sourceMappingURL=bootstrap-reboot.css.map */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/Exo-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Exo-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/Exo-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/Exo-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
}
/*.yellow { background-color: @yellow; }
.pink { background-color: @pink; }
.aqua { background-color: @aqua; }
.lime { background-color: @lime; }*/
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
:root,
:host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
}
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype");
}
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-bigger {
  font-size: 150%;
  line-height: 1.5;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-eye-slash.fa-eye:before {
  content: "\f06e";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-home:before {
  content: "\f015";
}
.fa-search:before {
  content: "\f002";
}
.fa-search:before {
  content: "\f002";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-user:before {
  content: "\f007";
}
.fa-check:before {
  content: "\f00c";
}
.fa-close:before {
  content: "\f00d";
}
.fa-check:before {
  content: "\f00c";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-history:before {
  content: "\f1da";
}
.fa-tractor::before {
  content: "\f722";
}
blockquote {
  border-left: 0.3rem solid #d1d1d1;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 1.5rem;
}
blockquote *:last-child {
  margin-bottom: 0;
}
code {
  background: #f4f5f6;
  border-radius: 0.4rem;
  font-size: 86%;
  margin: 0 0.2rem;
  padding: 0.2rem 0.5rem;
  white-space: nowrap;
}
pre {
  background: #f4f5f6;
  border-left: 0.3rem solid #25327a;
  overflow-y: hidden;
}
pre > code {
  border-radius: 0;
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}
hr {
  border: 0;
  border-top: 0.1rem solid #f4f5f6;
  margin: 3rem 0;
}
sup {
  top: -5px;
}
dl,
ol,
ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}
dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
  font-size: 90%;
  margin: 1.5rem 0 1.5rem 3rem;
}
ol {
  list-style: decimal inside;
}
ul {
  list-style: circle inside;
}
dd {
  margin-bottom: 0;
}
dl.bold-dd dd {
  font-weight: bold;
}
/*.button,
button,
dd,
dt,
li { margin-bottom: 1.0rem; }

fieldset,
input,
select,
textarea { margin-bottom: 1.5rem; }*/
blockquote,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 0;
}
table {
  border-spacing: 0;
  display: block;
  overflow-x: auto;
  text-align: left;
  width: 100%;
}
/*td,
th { border-bottom: 1px solid #e1e1e1; padding: 4px; }

    td:first-child,
    th:first-child { padding-left: 0; }

    td:last-child,
    th:last-child { padding-right: 0; }*/
@media (min-width: 40rem) {
  table {
    display: table;
    overflow-x: initial;
  }
}
b,
strong {
  font-weight: bold;
}
p {
  margin-top: 0;
  white-space: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
h1 {
  font-size: 24px;
  line-height: 1.2;
  font-family: 'Exo', Tahoma, sans-serif;
}
h2,
.h2 {
  font-size: 20px;
  line-height: 1.25;
  font-family: 'Exo', Tahoma, sans-serif;
}
h3,
.h3 {
  font-size: 18px;
  line-height: 1.3;
  font-family: 'Exo', Tahoma, sans-serif;
}
h4 {
  font-size: 16px;
  line-height: 1.4;
}
h5 {
  font-size: 14px;
  letter-spacing: -0.05rem;
  line-height: 1.5;
}
h6 {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.4;
}
img {
  max-width: 100%;
}
/*# sourceMappingURL=milligram.css.map */
*,
*:after,
*:before {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
}
body {
  background-color: #fff;
  color: #333;
  font-family: 'Segoe UI', Frutiger, Tahoma, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  padding-bottom: 0 60px;
}
#login {
  padding-top: 100px;
}
#login img {
  max-width: 200px;
  margin: 0 auto;
}
#login .version {
  position: fixed;
  right: 0;
  bottom: 0;
  font-size: 10rem;
  padding: 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 900;
  color: #eee;
  opacity: 50%;
}
#login .container {
  max-width: 350px;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: solid 1px #ccc;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}
#login label {
  text-align: left;
}
#spinner {
  height: 100px;
  padding: 10px;
  position: fixed;
  top: 20%;
  left: 50%;
  z-index: 10001;
  transform: translate(-50%);
  opacity: 0.95;
  display: inline-block;
  text-align: center;
  background: #f1f1f1;
  width: 200px;
  display: table-cell;
  border: 1px solid #000;
}
#divResults p {
  color: #006400;
}
.highlight {
  background-color: yellow;
}
.sold {
  background-color: #ddd;
}
/*#imgPreview { min-height:500px;}*/
#imgPreview {
  display: grid;
  grid-gap: 20px;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  margin-bottom: 20px;
}
.ui-sortable-handle {
  margin-right: 20px;
  max-width: 200px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border: 1px solid #444;
  position: relative;
}
tr.ui-sortable-handle {
  text-align: inherit;
  padding-bottom: 10px;
  border: none;
  position: relative;
  width: 100%;
}
.ui-autocomplete.ui-menu {
  z-index: 9999 !important;
  top: 0;
}
.red span {
  background: #25327a;
}
.sticky {
  position: sticky;
}
.log h4 {
  margin-top: 30px;
  margin-bottom: 0;
  color: #c42128;
  font-weight: bold;
  font-family: 'Exo', Tahoma, sans-serif;
  font-size: 20px;
}
.log h4:first-child {
  margin-top: 0;
}
.log h5 {
  margin-top: 5px;
  font-weight: bold;
  font-size: 16px;
}
.log p {
  margin-bottom: 5px;
  display: table-row;
}
.log i {
  font-style: normal;
}
.log i:nth-of-type(1) {
  min-width: 120px;
  display: table-cell;
}
.bdr_legend {
  border-left: 10px solid #ccc;
  padding-left: 5px;
  background-color: #fff;
  margin-bottom: 10px;
  font-size: 12px;
}
.bdr_legend.inactive {
  border-left: 10px solid #8c71d0;
  background-color: #fff;
}
.bdr_legend.results {
  border-left: 10px solid #46a546;
  background-color: #fff;
}
.bdr_legend.completed {
  border-left: 10px solid #000;
  background-color: #fff;
}
.bdr_legend.urgent {
  border-left: 10px solid #c42128;
  background-color: #fff;
}
.bdr_legend.add {
  border-left: 10px solid #7a43b6;
  background-color: #fff;
}
.bdr_legend.update {
  border-left: 10px solid #ffc60b;
  background-color: #fff;
}
.bdr_legend.delete {
  border-left: 10px solid #c42128;
  background-color: #fff;
}
.notify_wrapper {
  display: block;
  overflow: hidden;
  pointer-events: auto;
  -webkit-animation: notyf-fadeinup 0.3s ease-in forwards;
  animation: notyf-fadeinup 0.3s ease-in forwards;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 0 15px;
  border-radius: 2px;
  max-width: 400px;
  transform: translateY(25%);
  box-sizing: border-box;
  flex-shrink: 0;
}
#videogallery {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.selected {
  background-color: #f9c7c8;
  border: solid red 1px;
}
.multiple-sortable-selected {
  border: 1px solid red;
  background-color: lightblue;
}
.btn,
.button:not(.navbar button) {
  background-color: #25327a;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: 20px;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border: solid;
  border-width: 1px;
}
.btn:hover {
  border-color: #000;
  background-color: #25327a;
  color: #fff;
}
.btn:focus {
  border-color: #000;
}
a.btn.small,
.btn.small {
  padding: 2px 10px;
  font-size: 12px;
  line-height: 18px;
}
.btn.padded {
  padding: 10px 20px;
}
/* Custom color */
.btn.black {
  background-color: black;
  border-color: black;
}
btn.black.button-clear,
btn.black.button-outline {
  background-color: transparent;
  color: black;
}
.btn.blue {
  background-color: #3498DB;
  border-color: #3498DB;
  color: #fff;
}
.btn.blue:hover {
  background-color: #1f5c85;
}
.button-outline {
  background-color: transparent;
  color: black;
  border-color: #3498DB;
}
.btn.dark,
.button.dark {
  background-color: #333;
  border-color: #777;
}
.btn.dark:hover,
.btn.dark:hover {
  background-color: #444;
  border-color: #777;
  color: #fff;
}
/* Custom size */
.button-small {
  font-size: 80%;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
}
.button-large {
  font-size: 1.4rem;
  height: 4.5rem;
  line-height: 4.5rem;
  padding: 0 2rem;
}
.btn.white.selected {
  background-color: #3498DB;
  color: #fff;
}
a.btn.small,
.btn.small {
  padding: 2px 10px;
  font-size: 12px;
  line-height: 25px;
}
.btn.white {
  border-color: #CCC;
  background-color: #FFF;
  color: #333;
}
.btn.white:hover {
  border-color: #000;
  background-color: #3498DB;
  color: #fff;
}
.btn.red {
  border-color: #25327a;
  background-color: #25327a;
  color: #FFF;
}
.btn.red:hover {
  border-color: #25327a;
  background-color: #0d122c;
  color: #FFF;
}
.btn.green {
  border-color: #444;
  background-color: #46a546;
  color: #eee;
}
.btn.green:hover {
  border-color: #2ECC71;
  background-color: #25a35a;
  color: #FFF;
}
.btn.black {
  border-color: #000;
  background-color: #000;
  color: #FFF;
}
.btn.black:hover {
  border-color: #000;
  background-color: #ddd;
  color: #000;
}
.blue-button {
  padding: 7px 20px;
}
.blue-rev,
.blue-rev-full,
.blue-button {
  color: #fff;
  background-color: #3498DB;
  padding: 7px 20px;
  margin-left: 0;
  display: inline-block;
}
.blue-rev:hover,
.blue-button:hover {
  background-color: #5faee3;
  text-decoration: none;
}
a {
  cursor: pointer;
}
.btn.btn-pdf {
  margin: 15px 0;
}
.btn.btn-pdf:before {
  content: "\f1c1";
  font-family: FontAwesome;
  margin-right: 10px;
  color: #fff;
}
.btn.btnClosed {
  line-height: 14px;
}
.btn.btnClosed:before {
  content: "\f070";
  font-family: FontAwesome;
}
a.pdf {
  color: #3498DB;
  display: block;
}
a.pdf:before {
  content: "\f1c1";
  font-family: 'Font Awesome 6 Free';
  margin-right: 10px;
  color: #c42128;
}
a.pdf:hover {
  text-decoration: underline;
}
.btn.white.icon {
  padding: 4px;
  font-size: 16px;
}
.btn:disabled,
.btn.disabled {
  opacity: 0.5;
}
.btn.disabled:hover {
  background-color: transparent;
}
.btn.todo {
  opacity: 0.4;
}
.btn.remove {
  float: right;
  font-weight: bold;
  color: #3498DB;
  cursor: pointer;
  border: none;
  font-size: 13px;
  background-color: transparent;
  padding: 0;
}
.btn.remove:hover {
  color: #f89406;
}
a {
  text-decoration: none;
  color: inherit;
}
a.blue:hover {
  text-decoration: underline;
}
a.btn.blue:hover {
  text-decoration: none;
}
a:focus,
a:hover {
  color: #1f5c85;
}
li a.back:before {
  content: "\f104";
  font-family: FontAwesome;
  margin-right: 8px;
}
.btn-sort:after {
  content: "\f0dc";
  font-family: FontAwesome;
  margin-left: 10px;
}
.btn-sort.asc:after {
  content: "\f0de";
  font-family: FontAwesome;
  margin-left: 10px;
  color: #3498DB;
}
.btn-sort.desc:after {
  content: "\f0dd";
  font-family: FontAwesome;
  margin-left: 10px;
  color: #3498DB;
}
.btn.white .asset {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.btn.edit:after {
  content: "\f044";
  font-family: 'Font Awesome 6 Free';
}
.btn.delete:after {
  content: "\f00d";
  font-family: FontAwesome;
}
i.blue.b:hover {
  cursor: pointer;
}
.opt {
  margin-top: 4px;
}
.pointer:hover {
  cursor: pointer;
}
.menu-links h2 {
  border-bottom: 1px solid #bbb;
  margin-bottom: 10px;
}
.menu-links a {
  display: block;
  margin: 5px 10px 0 10px;
  width: 100%;
  font-weight: bold;
  color: #3498DB;
}
.menu-links a:hover {
  text-decoration: underline;
}
.menu-links p {
  font-weight: bold;
  margin: 5px 0;
}
section {
  padding: 0 2%;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  /*max-width: @maxpagewidth;*/
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  /*max-width: @maxpagewidth; */
}
.row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 30px;
  padding-left: 0;
  align-items: flex-start;
}
.container {
  flex: 1 0 0%;
  margin: 0 auto;
  max-width: 1400px;
}
.container .container {
  margin: 0;
}
/*.container { padding:0 20px;   }*/
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
/*@media (min-width: 1400px) {
    .col-xxl-1 { flex: 0 0 auto; width: 8.33333333%; }
    .col-xxl-2 { flex: 0 0 auto; width: 16.66666667%; }
    .col-xxl-3 { flex: 0 0 auto; width: 25%; }
    .col-xxl-4 { flex: 0 0 auto; width: 33.33333333%; }
    .col-xxl-5 { flex: 0 0 auto; width: 41.66666667%; }
    .col-xxl-6 { flex: 0 0 auto; width: 50%; }
    .col-xxl-7 { flex: 0 0 auto; width: 58.33333333%; }
    .col-xxl-8 { flex: 0 0 auto; width: 66.66666667%; }
    .col-xxl-9 { flex: 0 0 auto; width: 75%; }
    .col-xxl-10 { flex: 0 0 auto; width: 83.33333333%; }
    .col-xxl-11 { flex: 0 0 auto; width: 91.66666667%; }
}

@media (min-width: 1200px) {
    .col-xl-1 { flex: 0 0 auto; width: 8.33333333%; }
    .col-xl-2 { flex: 0 0 auto; width: 16.66666667%; }
    .col-xl-3 { flex: 0 0 auto; width: 25%; }
    .col-xl-4 { flex: 0 0 auto; width: 33.33333333%; }
    .col-xl-5 { flex: 0 0 auto; width: 41.66666667%; }
    .col-xl-6 { flex: 0 0 auto; width: 50%; }
    .col-xl-7 { flex: 0 0 auto; width: 58.33333333%; }
    .col-xl-8 { flex: 0 0 auto; width: 66.66666667%; }
    .col-xl-9 { flex: 0 0 auto; width: 75%; }
    .col-xl-10 { flex: 0 0 auto; width: 83.33333333%; }
    .col-xl-11 { flex: 0 0 auto; width: 91.66666667%; }
}


@media (min-width: 992px) {
    .col-lg-1 { flex: 0 0 auto; width: 8.33333333%; }
    .col-lg-2 { flex: 0 0 auto; width: 16.66666667%; }
    .col-lg-3 { flex: 0 0 auto; width: 25%; }
    .col-lg-4 { flex: 0 0 auto; width: 33.33333333%; }
    .col-lg-5 { flex: 0 0 auto; width: 41.66666667%; }
    .col-lg-6 { flex: 0 0 auto; width: 50%; }
    .col-lg-7 { flex: 0 0 auto; width: 58.33333333%; }
    .col-lg-8 { flex: 0 0 auto; width: 66.66666667%; }
    .col-lg-9 { flex: 0 0 auto; width: 75%; }
    .col-lg-10 { flex: 0 0 auto; width: 83.33333333%; }
    .col-lg-11 { flex: 0 0 auto; width: 91.66666667%; }
}

@media (min-width: 768px) {
    .col-md-1 { flex: 0 0 auto; width: 8.33333333%; }
    .col-md-2 { flex: 0 0 auto; width: 16.66666667%; }
    .col-md-3 { flex: 0 0 auto; width: 25%; }
    .col-md-4 { flex: 0 0 auto; width: 33.33333333%; }
    .col-md-5 { flex: 0 0 auto; width: 41.66666667%; }
    .col-md-6 { flex: 0 0 auto; width: 50%; }
    .col-md-7 { flex: 0 0 auto; width: 58.33333333%; }
    .col-md-8 { flex: 0 0 auto; width: 66.66666667%; }
    .col-md-9 { flex: 0 0 auto; width: 75%; }
    .col-md-10 { flex: 0 0 auto; width: 83.33333333%; }
    .col-md-11 { flex: 0 0 auto; width: 91.66666667%; }
}


@media (min-width: 576px) {
    .col-sm-1 { flex: 0 0 auto; width: 8.33333333%; }
    .col-sm-2 { flex: 0 0 auto; width: 16.66666667%; }
    .col-sm-3 { flex: 0 0 auto; width: 25%; }
    .col-sm-4 { flex: 0 0 auto; width: 33.33333333%; }
    .col-sm-5 { flex: 0 0 auto; width: 41.66666667%; }
    .col-sm-6 { flex: 0 0 auto; width: 50%; }
    .col-sm-7 { flex: 0 0 auto; width: 58.33333333%; }
    .col-sm-8 { flex: 0 0 auto; width: 66.66666667%; }
    .col-sm-9 { flex: 0 0 auto; width: 75%; }
    .col-sm-10 { flex: 0 0 auto; width: 83.33333333%; }
    .col-sm-11 { flex: 0 0 auto; width: 91.66666667%; }
}
*/
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g {
  width: 100%;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr;
  align-items: flex-start;
}
.g1 {
  grid-template-columns: 1fr;
}
.g1_2 {
  grid-template-columns: 1fr 2fr;
}
.g1_3 {
  grid-template-columns: 1fr 3fr;
}
.g2 {
  grid-template-columns: 1fr 1fr;
}
.g2_1 {
  grid-template-columns: 2fr 1fr;
}
.g3_1 {
  grid-template-columns: 3fr 1fr;
}
.g3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.g4 {
  grid-template-columns: repeat(4, 1fr);
}
.g4_au {
  grid-template-columns: repeat(4, max-content);
}
.g5 {
  grid-template-columns: repeat(5, 1fr);
}
.g_max {
  grid-template-columns: repeat(auto-fit, minmax(max-content, 1fr));
}
.g2_mx_au {
  grid-template-columns: max-content auto;
}
.g2_au_mx {
  grid-template-columns: auto max-content;
}
.g_home {
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  align-items: flex-start;
  grid-auto-rows: auto;
  align-items: stretch;
}
.g_rental {
  grid-template-columns: 3fr 2fr 1fr;
}
.g_2_lists {
  grid-template-columns: 1fr 100px 1fr;
  max-width: 600px;
  justify-content: center;
}
.g_span_1_3 {
  grid-column: 1 / 3;
}
.g_span_1_2 {
  grid-column: 1 / 2;
}
.g_print {
  display: grid;
  margin: 0 auto;
  width: 100%;
}
.g_print .header {
  display: grid;
  grid-template-columns: 150px 1fr;
  grid-template-rows: 100px;
  border-bottom: 4px solid #c42128;
  column-gap: 20px;
  margin-top: 20pt;
  text-align: center;
  align-items: center;
}
.g_print .header h2 {
  font-weight: bold;
}
.g_print .content {
  display: grid;
  grid-template-columns: 1fr;
}
.flex {
  display: flex;
}
.flex-grid {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
}
.flex-auto-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
/*#region SLIDENAV - accordion*/
.slidenav {
  border-top: 1px solid #bbb;
  color: #000;
  cursor: pointer;
  display: grid;
  grid-template-columns: 40px 1fr max-content;
  filter: none;
  padding: 6px 10px;
  vertical-align: middle;
  white-space: nowrap;
  margin-top: 5px;
  font-size: 16px;
}
.slidenav:hover,
slidenav.active:hover {
  background-color: #777;
  color: #fff;
  text-decoration: none;
}
.slidenav span:before,
.slidenav.active span:before {
  content: '\f078';
  font-family: 'FontAwesome';
  display: inline-block;
  height: 16px;
  line-height: 16px;
  margin: 0 10px 2px 0;
  vertical-align: text-bottom;
  width: 16px;
  color: #000;
}
.slidenav.active span:before {
  content: '\f077';
  font-family: 'FontAwesome';
}
.slidenav.active {
  background-color: #fff;
  color: #111111;
}
.slidenav-content {
  left: 0;
  padding: 0 0 2px 50px;
  position: relative;
  top: 0;
  width: 100%;
  font-style: italic;
  background-color: #fff;
}
/*#endregion */
.slidenav.roles {
  grid-template-columns: 40px 1fr 50px;
}
.feat_container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  align-items: flex-start;
  grid-auto-rows: auto;
  align-items: stretch;
  column-gap: 10px;
}
.feat_related {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  column-gap: 10px;
}
.feat_related > div {
  display: grid;
  align-content: center;
}
.feat_related > div > button {
  margin: 5px;
}
.feat_sources {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  grid-auto-rows: auto;
  grid-gap: 10px;
  overflow: scroll;
  max-height: 450px;
}
.s_box {
  text-align: center;
  border: 1px solid #999;
  padding: 8px;
}
.f_box {
  border: 2px solid #bbb;
  padding: 10px;
  cursor: move;
  min-width: 80px;
  min-height: 80px;
  opacity: 1;
}
.f_box.over {
  border: 3px dotted #666;
}
#partialProducts {
  display: grid;
  grid-gap: 20px;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  margin-bottom: 100px;
}
#partialProducts > div {
  border: 1px solid #000;
  text-align: center;
  padding: 5px;
}
.items_grid-container {
  display: grid;
  grid-template-columns: 1fr 3fr 2fr;
  column-gap: 10px;
  border-top: 1px solid #bbb;
  border-left: 5px solid #fff;
  padding: 10px 0;
}
.items_grid-container:hover {
  border-left: 5px solid #0064cd;
  background-color: #eee;
}
.items_grid-container img {
  grid-column: 1;
  display: block;
  margin: 5px auto;
  background: #fff;
  min-height: 100px;
  max-width: 100%;
}
.items_grid-container .details {
  grid-column: 2;
}
.items_grid-container .rates {
  grid-column: 3;
  column-count: 2;
}
/*.items_grid-container .rate2 { grid-column: 4; }*/
.items_grid-container.inactive {
  background-color: antiquewhite;
}
.table_rates {
  width: 90%;
}
.table_rates td {
  padding: 4px 0;
  vertical-align: top;
  border-bottom: 1px dotted #bbb;
  border-top: 1px dotted #bbb;
}
.table_rates td:first-child {
  min-width: 120px;
}
.table_rates td:last-child {
  text-align: right;
  font-weight: 600;
  padding-right: 10px;
}
.table_rates td i {
  font-size: 60%;
}
/*#endregion */
/*#region PRICE RIBBONS */
.ribbon {
  position: absolute;
  top: 0;
  left: -5px;
  padding: 5px;
}
.ribbon-content {
  position: absolute;
  background: #f1f1f1;
  z-index: 10;
}
.ribbon.base {
  background: #3498db;
  color: #fff;
  border-left: 5px solid #8bc4ea;
}
.ribbon:before,
.ribbon:after {
  content: '';
  position: absolute;
  right: -9px;
  border-right: 10px solid transparent;
}
.ribbon:before {
  top: 0;
}
.ribbon:after {
  bottom: 0;
}
.ribbon.base:before {
  border-top: 27px solid #3498db;
}
.ribbon.base:after {
  border-bottom: 27px solid #3498db;
}
.ribbon span {
  display: block;
  font-size: 16px;
  font-weight: 600;
}
.ribbon i.price {
  font-size: 24px;
  line-height: 30px;
  position: relative;
  padding: 5px;
}
.ribbon i {
  font-size: 12px;
  padding: 5px;
}
.ribbon i.new {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding: 5px;
}
.scroll-to-top {
  display: none;
  position: fixed;
  right: 25px;
  bottom: 30px;
  margin: 0;
  z-index: 5000;
  padding: 8px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #000;
  color: #fff;
  cursor: pointer;
}
header {
  background-color: #999;
  position: sticky;
  top: 0;
  height: 90px;
  padding: 10px 2% 0 2%;
  z-index: 100;
}
nav {
  background-color: #555;
  position: sticky;
  top: 90px;
  height: 52px;
  z-index: 100;
}
section.secondary_nav {
  background-color: #ddd;
  position: sticky;
  top: 142px;
  height: 40px;
  z-index: 100;
}
footer {
  background-color: #000;
  color: #eee;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
}
.page_menu {
  /*top: 142px; */
  z-index: 50;
  min-width: 100%;
  margin-bottom: 20px;
  background-color: #f1f1f1;
}
.page_menu.hide {
  display: none;
}
.page_menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  max-width: 1400px;
  height: 44px;
}
.page_menu ul li {
  float: left;
  border-right: 1px solid #bbb;
  height: 52px;
}
.page_menu ul li.dropdown {
  display: inline-block;
}
.page_menu ul li:last-child {
  border-right: none;
}
.page_menu ul li button {
  background: none;
  border: none;
}
.page_menu ul li a,
.page_menu ul li button {
  display: block;
  color: black;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
}
.page_menu ul li button.hidden,
.page_menu ul li a.hidden {
  display: none;
}
.page_menu ul li button.blue {
  background-color: #3498DB;
}
.page_menu ul li button.green {
  background-color: #46a546;
  color: #fff;
}
.page_menu ul li a.drpbtn:after {
  content: "\f078";
  font-family: FontAwesome;
  margin-left: 10px;
}
.page_menu ul li a:hover:not(.active),
.page_menu ul li button:hover:not(.active) {
  background-color: #25327a;
  color: #fff;
}
.page_menu ul .active {
  background-color: #25327a;
}
.page_menu ul li a.drpbtn.active:after {
  content: "\f077";
  font-family: FontAwesome;
  margin-left: 10px;
}
.page_menu ul li.todo {
  opacity: 0.4;
}
.drpdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.drpdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.drpdown-content a:hover {
  background-color: #f1f1f1;
}
.drpdown:hover .drpdown-content {
  display: block;
}
.help:before {
  content: '\f078';
  font-family: 'FontAwesome';
  display: inline-block;
  height: 16px;
  line-height: 16px;
  margin: 0 10px 2px 0;
  color: #fff;
}
.help.active:before {
  content: '\f077';
  font-family: 'FontAwesome';
}
/*.page_menu ul li a.prev:before { content: '\f053'; font-family: 'FontAwesome'; display: inline-block; height: 16px; line-height: 16px; margin: 0 10px 2px 0; color: #fff; border-right: none;  }
.page_menu ul li a.next:after { content: '\f054'; font-family: 'FontAwesome'; display: inline-block; height: 16px; line-height: 16px; margin: 0 0px 2px 10px; color: #fff; }

.page_menu ul li.next { float: right; border-right:none; height: @navbarHeight; }
.page_menu ul li.prev { float: right; border-right:none; height: @navbarHeight; }*/
ul.sub_menu {
  z-index: 50;
  list-style-type: none;
  padding: 0 0 0 5px;
  max-width: 100%;
  margin: 0;
  position: fixed;
  /* top: -30px;   display: inline;*/
}
ul.sub_menu.hide {
  display: none;
}
ul.sub_menu li a,
ul.sub_menu button {
  display: inline-block;
  border-right: 1px solid #222;
  height: 40px;
  border-radius: 0;
  padding: 10px 15px;
}
ul.sub_menu button {
  background-color: none;
  border: none;
}
ul.sub_menu li:last-child {
  border-right: none;
}
/*ul.sub_menu li a, ul.sub_menu button { display: block; color: #000; text-align: center; padding: 10px 16px; text-decoration: none; }*/
ul.sub_menu li a:hover,
ul.sub_menu button:hover {
  background-color: #bbb;
}
/*#region MAIN MENU */
.menu-showhide {
  display: none;
  border-top: 1px dashed #000;
  background-color: #555;
  margin-left: -30px;
  padding-left: 30px;
}
.menu-showhide li {
  background-color: #555;
}
.menu-toggle {
  background: none;
  transition: all 0.4s ease-out;
  outline: 0;
  border: 0;
  font-weight: bold;
  color: #fff;
  text-align: center;
  height: 44px;
  padding-top: 10px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
}
.menu-toggle:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-right: 10px;
  margin-left: 10px;
}
.menu-toggle:hover {
  color: #fff;
}
.menu-toggle.selected:after {
  content: "\f077";
  font-family: FontAwesome;
}
/*#endregion */
.navbar {
  overflow: hidden;
  background-color: #555;
}
.sub_navbar {
  overflow: hidden;
}
.navbar a,
.navbar button {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  background-color: transparent;
  border: none;
}
.sub_navbar a,
.sub_navbar button {
  float: left;
  font-size: 16px;
  color: #000;
  text-align: center;
  padding: 8px 15px;
  text-decoration: none;
  background-color: transparent;
  border: none;
  border-right: 1px solid #333;
}
.sub_navbar button.dropbtn:after {
  content: "\f078";
  font-family: FontAwesome;
  margin-left: 10px;
}
.navbar button.green,
.sub_navbar button.green {
  background-color: #46a546;
  color: #eee;
}
.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  margin: 0;
}
.dropdown .dropbtn:after {
  content: "\f078";
  font-family: FontAwesome;
  margin-left: 10px;
}
.dropdown .dropbtn.selected:after {
  content: "\f077";
  font-family: FontAwesome;
  margin-left: 10px;
}
.navbar a:hover,
.navbar button:hover,
.dropdown:hover .dropbtn {
  background-color: #25327a;
}
.sub_navbar a:hover,
.sub_navbar button:hover {
  background-color: #25327a;
  color: #eee;
}
.dropdown-content {
  display: none;
  background-color: #ccc;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  width: 100%;
  top: 142px;
  position: fixed;
}
.dropdown-content .header {
  background: red;
  padding: 16px;
  color: white;
}
.dropdown:hover .page_menu {
  display: none;
}
.rental_menu {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  background-color: #ccc;
  grid-auto-flow: column;
  color: #000;
}
.column {
  column-count: 3;
  padding: 10px;
  background-color: #ccc;
}
.rental_menu a {
  float: none;
  color: black;
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.rental_menu a:hover {
  background-color: #ddd;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.show {
  display: inline-block;
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    height: auto;
  }
}
input[type='color'],
input[type='date'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
input[type='week'],
input:not([type]),
textarea,
select {
  background-color: #fff;
  border: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  height: 38px;
  padding: 6px;
  width: 100%;
}
input[type='color']:focus,
input[type='date']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='email']:focus,
input[type='month']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='url']:focus,
input[type='week']:focus,
input:not([type]):focus,
textarea:focus,
select:focus {
  outline: none;
  border: 2px solid #3498DB;
}
input[type='color']:disabled,
input[type='date']:disabled,
input[type='time']:disabled,
input[type='datetime']:disabled,
input[type='datetime-local']:disabled,
input[type='email']:disabled,
input[type='month']:disabled,
input[type='number']:disabled,
input[type='password']:disabled,
input[type='search']:disabled,
input[type='tel']:disabled,
input[type='text']:disabled,
input[type='url']:disabled,
input[type='week']:disabled,
input:not([type]):disabled,
textarea:disabled,
select:disabled {
  background-color: #eee;
}
input[type='color']:invalid,
input[type='date']:invalid,
input[type='time']:invalid,
input[type='datetime']:invalid,
input[type='datetime-local']:invalid,
input[type='email']:invalid,
input[type='month']:invalid,
input[type='number']:invalid,
input[type='password']:invalid,
input[type='search']:invalid,
input[type='tel']:invalid,
input[type='text']:invalid,
input[type='url']:invalid,
input[type='week']:invalid,
input:not([type]):invalid,
textarea:invalid,
select:invalid {
  border-bottom: 2px solid #c42128;
  border-radius: 0;
}
select[multiple] {
  background: none;
  height: auto;
}
select.listbox {
  height: unset;
}
select.listbox > option {
  padding: 8px;
  font-size: 16px;
}
textarea {
  height: unset;
}
textarea:invalid {
  border: 2px solid #c42128;
  border-radius: 0;
}
input:read-only {
  border: none;
  background-color: transparent;
}
.input_container {
  border: 1px solid #e5e5e5;
}
input[type=file]::file-selector-button {
  background-color: #fff;
  color: #000;
  border: 0px;
  border-right: 1px solid #e5e5e5;
  padding: 10px 15px;
  margin-right: 20px;
  transition: 0.5s;
}
input[type=file]::file-selector-button:hover {
  background-color: #eee;
  border: 0px;
  border-right: 1px solid #e5e5e5;
}
select option[disabled="disabled"][selected="selected"] {
  color: #808080;
}
select:invalid {
  color: #808080;
}
input[type='text'].input_as_label {
  font-size: 13px;
  padding: 0;
  height: auto;
}
label {
  font-size: 13px;
}
input[type='checkbox'],
input[type='radio'] {
  max-width: 15px;
  height: 15px;
  accent-color: #444;
}
input[type='checkbox'].red,
input[type='radio'].red {
  accent-color: #25327a;
}
.label-inline {
  display: inline-block;
  font-weight: normal;
  margin-left: 0.5rem;
}
input.w100 {
  width: 100px;
}
input[type='text'].go,
input[type='submit'].go {
  height: 37px;
  margin-top: 1px;
}
input[type='text'].go:focus,
input[type='submit'].go:focus {
  border: 1px solid #ccc;
}
input[type='button'].go,
input[type='submit'].go {
  margin-left: -5px;
  height: 39px;
  background-color: #555;
  color: #fff;
  border: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
  display: inline-flex;
  align-items: self-start;
  padding: 0 12px;
}
input[type=button].go:hover {
  background-color: #25327a;
}
/*Forms grids*/
.fg,
.g_chk {
  display: grid;
  align-items: flex-start;
  row-gap: 5px;
  column-gap: 10px;
}
.g_fixrow {
  grid-template-rows: 38px;
  grid-auto-rows: 38px;
}
.g_chk,
.g_chk_hidden {
  grid-template-columns: 24px 1fr;
  grid-template-rows: 38px;
  grid-auto-rows: 38px;
  align-items: center;
  column-gap: 5px;
}
.g_chk_hidden {
  grid-template-columns: 24px auto 1fr;
}
.fg label {
  font-size: 14px;
  font-weight: 400;
  margin: 10px 10px 0 0;
}
.g_chk label {
  font-size: 14px;
  font-weight: 400;
  margin: 0 10px 0 0;
  text-align: left;
}
.fg label.text-end {
  margin-right: 0;
  margin-left: 10px;
}
.formBuild {
  max-width: 1200px;
  margin: 20px auto;
  border: 1px solid #999;
  background-color: #f9f9f9;
}
.formBuild .modal_header {
  font-weight: bold;
}
/*Print grids*/
.gp {
  display: grid;
  grid-auto-rows: 40px;
  align-items: flex-end;
  gap: 5px;
  margin-bottom: 5px;
}
.gp.narrow {
  grid-auto-rows: 30px;
}
.gp.mb {
  margin-bottom: 5px;
}
.gp.grid_chk {
  margin-bottom: 0;
}
.chk_grid_rpt2 {
  grid-template-columns: repeat(2, 24px auto);
  margin-bottom: 0;
  grid-template-rows: 38px;
  grid-auto-rows: 38px;
}
.chk_grid_rpt3 {
  grid-template-columns: repeat(3, 24px auto);
  margin-bottom: 0;
  grid-template-rows: 38px;
  grid-auto-rows: 38px;
}
.chk_grid_rpt4 {
  grid-template-columns: repeat(4, 24px auto);
  margin-bottom: 0;
  grid-template-rows: 24px;
  grid-auto-rows: 24px;
}
.chk_grid_rpt5 {
  grid-template-columns: repeat(5, 24px auto);
  margin-bottom: 0;
  grid-template-rows: 24px;
  grid-auto-rows: 24px;
}
.chk_grid_rpt6 {
  grid-template-columns: repeat(6, 24px auto);
  margin-bottom: 0;
  grid-template-rows: 24px;
  grid-auto-rows: 24px;
}
.g_lbl_chk_au {
  grid-template-columns: 120px 24px auto;
}
.g_lbl_chk_au label {
  text-align: left;
}
.g_lbl_au {
  grid-template-columns: 120px 1fr;
}
.g_lbl_au_mx_au {
  grid-template-columns: 120px auto max-content auto;
}
.g_80_au_80_au {
  grid-template-columns: 80px auto 80px auto;
}
input.chk_btn {
  display: none;
}
input.chk_btn + label {
  border: 1px solid grey;
  background: ghostwhite;
  padding: 5px 8px;
  cursor: pointer;
  border-radius: 5px;
}
input.chk_btn:not(:checked) + label:hover {
  box-shadow: 0px 1px 3px;
}
input.chk_btn + label:active,
input.chk_btn:checked + label {
  box-shadow: 0px 0px 3px inset;
  background: #25327a;
}
.chk_lbl_au {
  grid-template-columns: 24px max-content auto;
  grid-template-rows: 38px;
  grid-auto-rows: 38px;
}
.chk_lbl_au_rpt2 {
  grid-template-columns: repeat(2, 24px max-content auto);
}
.chk_lbl_au_mx_au {
  grid-template-columns: 24px max-content auto max-content auto;
}
.g_lbl_80_mx_au_mx {
  grid-template-columns: 120px 80px max-content auto max-content;
}
.g_lbl_80_au_80_au {
  grid-template-columns: 120px 80px auto 80px auto;
}
.g_lbl_80_mx_au_mx_au {
  grid-template-columns: 120px 80px max-content auto max-content auto;
}
.g_lbl_200_au {
  grid-template-columns: 120px 200px auto;
}
.g_lbl_200_mx_au {
  grid-template-columns: 120px 200px max-content auto;
}
.g_lbl_200_mx_au_mx {
  grid-template-columns: 120px 200px max-content auto max-content;
}
.g_lbl_au {
  grid-template-columns: 120px auto;
}
.g_lbl_au_rpt2 {
  grid-template-columns: 120px repeat(2, auto);
}
.g_lbl_au_rpt6 {
  grid-template-columns: 120px repeat(6, auto);
}
.g_lbl_au_mx {
  grid-template-columns: 120px auto max-content;
}
.g_lbl_au_mx_au {
  grid-template-columns: 120px auto max-content auto;
}
.g_lbl_mx_au_mx {
  grid-template-columns: 120px max-content auto max-content;
}
.g_lbl_au_au_mx {
  grid-template-columns: 120px auto auto max-content;
}
.g_lbl_au_mx_au_mx {
  grid-template-columns: 120px auto max-content auto max-content;
}
.g_lbl_mx_au {
  grid-template-columns: 120px max-content auto;
}
.g_lbl_mx_au_rpt3 {
  grid-template-columns: 120px repeat(3, max-content auto);
}
.g_mx_au {
  grid-template-columns: max-content auto;
}
.g_au_mx {
  grid-template-columns: auto max-content;
}
.g_au_au_mx {
  grid-template-columns: auto auto max-content;
}
.g_mx_200 {
  grid-template-columns: max-content 200px;
}
.g_mx_au_rpt2 {
  grid-template-columns: repeat(2, max-content auto);
}
.g_mx_au_rpt3 {
  grid-template-columns: repeat(3, max-content auto);
}
.g_mx_au_rpt8 {
  grid-template-columns: repeat(8, max-content auto);
}
.au_mx {
  grid-template-columns: auto max-content;
}
.g_span1_2 {
  grid-column: 1 / span 2;
}
.form-tbl {
  height: auto;
}
.form-tbl td {
  vertical-align: middle;
  border: none;
  padding: 2px 4px;
  white-space: nowrap;
}
/*label { display: block; }*/
input::placeholder {
  color: #dfdfdf;
}
input:focus::placeholder {
  color: transparent;
}
fieldset {
  border: 1px solid #bbb;
  padding: 10px;
  position: relative;
  background-color: #eee;
}
legend {
  font-size: 14px;
  font-weight: bold;
  padding: 0 10px;
  position: absolute;
  background-color: #fff;
  top: -15px;
  left: 10px;
  border: 1px solid #bbb;
  padding: 5px;
}
.g_chk.rep-vis {
  grid-template-rows: auto;
  grid-auto-rows: auto;
}
@media (max-width: 700px) {
  [id^=tab] .g3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .modal_form .g2 {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .modal_form .g3 {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  [id^=tab] .g3 {
    grid-template-columns: 1fr;
  }
}
.table,
.table-first-bold {
  font-family: 'Segoe UI', Frutiger, Tahoma, sans-serif;
  border-collapse: collapse;
  min-width: 100%;
  margin: 0 0 5px 0;
  border: none;
  overflow-x: scroll;
  font-size: 14px;
  position: relative;
}
.table th {
  background-color: #777;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  padding: 4px 10px;
}
.table.sticky th {
  position: sticky;
  top: -30px;
}
.g_print .table th {
  background-color: #000 !important;
}
.table td {
  border-bottom: 1px solid #bbb;
  /*border-top: 1px solid @bordersColor;*/
  padding: 4px 10px;
  vertical-align: top;
}
.table-first-bold td {
  padding: 4px 10px;
}
.table-first-bold td:first-child {
  font-weight: bold;
}
.table.tr.white-cell .table.white-cell td,
.table tr.white-cell > td {
  background-color: #fff;
  padding: 6px 10px;
}
.table-noline td {
  border-bottom: none;
}
.table tr:hover > td {
  background-color: #ddd;
  cursor: pointer;
}
.table.no_hover tr:hover > td {
  border-bottom: 1px solid;
  background-color: inherit;
  cursor: default;
}
td.no-wrap {
  white-space: nowrap;
}
.table.auto_nowrap {
  width: auto;
  white-space: nowrap;
  min-width: auto;
}
.table.auto_nowrap td {
  vertical-align: middle;
}
/*.sortable td:last-child { white-space: normal; }*/
.sortable td,
.sortable th {
  padding: 6px 10px;
  vertical-align: top;
  /*font-size: 18px;*/
  cursor: pointer;
}
.sortable th {
  cursor: pointer;
  background: #808080;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
}
.sortable .th-center {
  text-align: center;
}
.sortable th:hover {
  color: #fff;
  background: #25327a;
}
.sortable th.no-sort {
  pointer-events: none;
}
.sortable th::after,
.sortable th::before {
  transition: color 0.1s ease-in-out;
  font-size: 1.2em;
  color: rgba(0, 0, 0, 0);
}
.sortable th::after {
  margin-left: 3px;
  content: "▸";
}
.sortable th:hover::after {
  color: inherit;
}
.sortable th.dir-d::after {
  color: inherit;
  content: "▾";
}
.sortable th.dir-u::after {
  color: inherit;
  content: "▴";
}
.sortable th.indicator-left {
  text-align: right;
}
.sortable th.indicator-left::after {
  content: "";
}
.sortable th.indicator-left::before {
  margin-right: 3px;
  content: "▸";
}
.sortable th.indicator-left:hover::before {
  color: inherit;
}
.sortable th.indicator-left.dir-d::before {
  color: inherit;
  content: "▾";
}
.sortable th.indicator-left.dir-u::before {
  color: inherit;
  content: "▴";
}
.sortable td.ignoreLink {
  cursor: default;
}
.sticky-col {
  position: sticky;
  left: 0;
}
.selected-cell {
  border: 1px solid red;
}
#tbl_results tfoot,
#tbl_list tfoot {
  font-weight: bold;
  text-align: right;
  border-top: 2px solid #000;
  border-bottom: double 4px #000;
  background-color: #fff;
}
#tbl_coded {
  border-collapse: separate;
}
#tbl_coded td {
  border-top: none;
}
#tbl_coded td.archived {
  border-left: 10px solid #577590;
  background: white;
}
#tbl_coded td.inactive {
  border-left: 10px solid #8c71d0;
  background: white;
}
.card {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 6px 6px 0 0 ;
  min-height: 250px;
  border: 1px solid #bbb;
  align-items: flex-start;
}
.card.todo {
  opacity: 0.4;
}
.card .grid {
  display: grid;
  grid-template-columns: 1fr 200px;
  column-gap: 40px;
}
.card > div {
  border-radius: 0;
  padding: 0;
  column-count: 2;
  text-align: left;
}
.card .g {
  align-self: flex-end;
}
.card > h2 {
  border-bottom: 5px solid #bbb;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-weight: 300;
  border-radius: 6px 6px 0 0;
}
.card > div p {
  padding: 10px 0;
  text-align: center;
}
.card > div a.btn_card {
  border-top: 1px solid #bbb;
  width: 100%;
  text-align: center;
  color: #3498DB;
  font-weight: 600;
  padding: 10px 0;
  margin-top: auto;
}
.card > div .btn {
  height: 40px;
  color: #000;
  display: inline-block;
  border-radius: 0;
  border: none;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  background-color: white;
  width: 100%;
}
/*.card > div .btn:nth-child(odd) { border-right:1px solid @bordersColor}*/
.card > div .btn:hover {
  background-color: #ddd;
}
.card > div .btn p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: calc(100%);
  padding: 0;
}
.card > div > div.c2 {
  column-count: 2;
  background-color: #bbb;
  column-gap: 1px;
}
.card > div > div.c2 a,
.card > div > div.c2 p {
  background-color: white;
  border: none;
  display: inline-block;
  margin-top: 1px;
}
.card > div > div.c2 p {
  column-count: 1;
  padding: 10px 0;
  width: 100%;
}
.card > div a.btn_card:hover {
  background-color: #444;
  color: #eee;
}
.dash_headergrid {
  display: grid;
  grid-template-columns: max-content 1fr max-content;
}
.card .count {
  font-family: 'Exo', Tahoma, sans-serif;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
  font-weight: bold;
}
.modal_dialog {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  border: 3px solid #f1f1f1;
  z-index: 90;
  transform: translate(-50%, -50%);
  padding: 10px;
  background-color: white;
  max-width: 1100px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 150;
}
.modal_form {
  position: fixed;
  left: 0 !important;
  right: 0 !important;
  top: 20px !important;
  border: 3px solid #f1f1f1;
  z-index: 200;
  padding: 10px;
  background-color: #eee;
  margin: 0 auto;
  width: calc(100% - 20px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  max-width: 1100px;
  max-height: 95vh;
  height: auto;
  overflow: scroll;
}
.modal_form > #horizontalTab {
  margin-top: 10px;
}
.modal_header {
  border-bottom: 1px solid #444;
  line-height: 2;
  font-size: 20px;
  line-height: 1.3;
  font-family: 'Exo', Tahoma, sans-serif;
  padding-bottom: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
}
.modal_footer {
  border-top: 1px solid #444;
  margin-top: 20px;
  padding-top: 20px;
  padding: 10px;
  text-align: center;
  /*position:absolute; right:0; top:0;*/
}
.modal_dialog.small {
  max-width: 300px;
}
.modal_dialog.med {
  min-width: 350px;
  max-width: 450px;
  padding: 10px;
}
.modal_dialog.large {
  max-width: 600px;
  max-height: 90vh;
}
.modal_dialog.xlarge {
  min-width: 85vw;
  max-height: 90vh;
  max-width: 1400px;
}
#partialAudits {
  max-height: 75vh;
  overflow-y: scroll;
  /*min-width:80vw;*/
}
#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}
/*#region TOOLTIPS */
/*USE*/
/*<abbr title="User Experience" rel="tooltip" > UX</abbr >*/
/*abbr { margin-left: 10px; line-height: .75; padding: 2px; text-align: center; text-decoration: none; border:none; }*/
abbr {
  line-height: 0.75;
}
abbr:after {
  font-family: FontAwesome;
  content: "\f059";
  color: #999;
  border: none;
  text-decoration: none;
  margin-left: 5px;
}
/*abbr:after { font-family: FontAwesome; content: "\f059"; color: @grayLighter; border: none; text-decoration: none; margin-right: 5px; line-height: 36px; float: right; }*/
/*abbr:before { content: "\f059"; font-family: FontAwesome; font-size: 20px; color: @gray; border: none; }*/
abbr[title] {
  border: none;
  text-decoration: none;
}
.help-icon {
  font-size: 14px;
  width: 14px;
  font-weight: bold;
  margin-left: 5px;
}
#tooltip {
  font-size: 14px;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
  line-height: 1.5;
  color: #eee;
  background: #7a43b6;
  border-radius: 5px;
  border: 1px solid #7a43b6;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 100;
  padding: 8px;
}
/* triangle decoration */
#tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #7a43b6;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}
#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #7a43b6;
  top: -20px;
  bottom: auto;
}
#tooltip.left:after {
  left: 10px;
  margin: 0;
}
#tooltip.right:after {
  right: 0px;
  left: auto;
  margin: 0;
}
#tooltip > hr {
  background-color: #ddd;
}
/*#endregion */
/* (A) LIGHTBOX BACKGROUND */
#lightbox {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity ease 0.4s;
}
#lightbox.show {
  visibility: visible;
  opacity: 1;
}
/* (B) LIGHTBOX IMAGE */
/*#lightbox img { width: 100%; height: auto;*/
/* contain | cover | fill | scale-down */
/*object-fit: cover; }*/
/* (C) LIGHTBOX IMAGE - FULLSCREEN ALTERNATIVE */
#lightbox img {
  max-width: 100vw;
  max-height: 100vh;
  object-fit: cover;
}
.zoomD-container {
  border: 1px solid #bbb;
  float: left;
  margin: 10px;
  max-width: 200px;
  padding: 10px;
  display: grid;
}
.zoomD-btn {
  border-color: #CCC;
  background-color: #FFF;
  color: #333;
  padding: 2px 10px;
  font-size: 12px;
  line-height: 25px;
  margin: 5px;
  text-align: center;
}
.zoomD-btn:hover {
  background-color: #444;
  color: #fff;
  cursor: pointer;
}
.imgThumb {
  position: relative;
}
.overThumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #444;
  overflow: hidden;
  min-height: 120px;
  transition: 0.5s ease;
  transition-delay: 0.35s;
  opacity: 0.9;
  color: #fff;
  padding: 5px;
  font-size: 14px;
  display: none;
  pointer-events: none;
}
#imgPreview img:hover {
  opacity: 0.6;
  cursor: pointer;
}
.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.tabs .active-tab {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: none;
  position: relative;
  color: black;
  border-radius: 6px  6px 0 0;
  background-color: #fff;
  font-weight: bold;
}
.tabs .active-tab:after {
  width: 100%;
  height: 2px;
  position: absolute;
  content: "";
  bottom: -0.1em;
  left: 0;
  background: #fff;
}
.tabs li {
  display: inline-block;
  cursor: pointer;
  color: #3a5ea7;
  padding: 5px 10px;
}
.tabs li:first-child {
  margin-left: 10px;
}
/*
.tabs-content { margin: 0; padding-top: 10px; background-color: #fff;
    div { display: none; }
}
*/
ul.arrow {
  list-style: none;
  padding: 0;
}
ul.arrow li {
  padding-left: 20px;
  margin-bottom: 5px;
}
ul.arrow li:before {
  content: "\f101";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -20px;
  width: 20px;
  color: #999;
  font-size: 12px;
}
.field-validation-error {
  color: #c42128;
  display: inline-block;
  width: 100%;
}
.validation-summary-errors ul {
  list-style: none;
}
.validation-summary-errors li {
  color: #c42128;
}
.clearfix:after {
  clear: both;
  content: ' ';
  display: table;
}
.fL {
  float: left;
}
.fR {
  float: right;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.keep-breaks {
  white-space: pre-line;
}
.cell-middle {
  vertical-align: middle;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 5px !important;
}
.m-2 {
  margin: 10px !important;
}
.m-3 {
  margin: 20px !important;
}
.m-4 {
  margin: 30px !important;
}
.m-5 {
  margin: 40px !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 5px !important;
}
.mt-2 {
  margin-top: 10px !important;
}
.mt-3 {
  margin-top: 20px !important;
}
.mt-4 {
  margin-top: 30px !important;
}
.mt-5 {
  margin-top: 40px !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: 5px !important;
}
.mr-2 {
  margin-right: 10px !important;
}
.mr-3 {
  margin-right: 20px !important;
}
.mr-4 {
  margin-right: 30px !important;
}
.mr-5 {
  margin-right: 40px !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 5px !important;
}
.mb-2 {
  margin-bottom: 10px !important;
}
.mb-3 {
  margin-bottom: 20px !important;
}
.mb-4 {
  margin-bottom: 30px !important;
}
.mb-5 {
  margin-bottom: 40px !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-1 {
  margin-left: 5px !important;
}
.ml-2 {
  margin-left: 10px !important;
}
.ml-3 {
  margin-left: 20px !important;
}
.ml-4 {
  margin-left: 30px !important;
}
.ml-5 {
  margin-left: 40px !important;
}
.ml-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 5px !important;
}
.p-2 {
  padding: 10px !important;
}
.p-3 {
  padding: 20px !important;
}
.p-4 {
  padding: 30px !important;
}
.p-5 {
  padding: 40px !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.px-2 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.px-3 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.px-4 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.px-5 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.py-2 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.py-3 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.py-4 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.py-5 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 5px !important;
}
.pt-2 {
  padding-top: 10px !important;
}
.pt-3 {
  padding-top: 20px !important;
}
.pt-4 {
  padding-top: 30px !important;
}
.pt-5 {
  padding-top: 40px !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-1 {
  padding-right: 5px !important;
}
.pr-2 {
  padding-right: 10px !important;
}
.pr-3 {
  padding-right: 20px !important;
}
.pr-4 {
  padding-right: 30px !important;
}
.pr-5 {
  padding-right: 40px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 5px !important;
}
.pb-2 {
  padding-bottom: 10px !important;
}
.pb-3 {
  padding-bottom: 20px !important;
}
.pb-4 {
  padding-bottom: 30px !important;
}
.pb-5 {
  padding-bottom: 40px !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-1 {
  padding-left: 5px !important;
}
.pl-2 {
  padding-left: 10px !important;
}
.pl-3 {
  padding-left: 20px !important;
}
.pl-4 {
  padding-left: 30px !important;
}
.pl-5 {
  padding-left: 40px !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.4px + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 20px !important;
}
.normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-smaller {
  font-size: 85%;
  line-height: 1.5;
}
.text-small {
  font-size: 75%;
  line-height: 1.2;
}
.text-larger {
  font-size: 120%;
  line-height: 1.6;
}
.text-large {
  font-size: 150%;
}
.text-huge {
  font-size: 200%;
}
.text-2col {
  column-count: 2;
}
.text-3col {
  column-count: 3;
}
.b {
  font-weight: bold;
}
.italic {
  font-style: italic !important;
}
.w-100 {
  width: 100%;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x {
  overflow-x: auto !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.opacity50 {
  opacity: 0.5;
}
.shadow {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 1.25px 5px rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: 1px solid #bbb !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #bbb !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #0d6efd !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #198754 !important;
}
.border-info {
  border-color: #0dcaf0 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #212529 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.min-w-100 {
  min-width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.max75 {
  max-width: 75px !important;
}
.max100 {
  max-width: 100px !important;
}
.max200 {
  max-width: 200px !important;
}
.max300 {
  max-width: 300px !important;
}
.max400 {
  max-width: 400px !important;
}
.max500 {
  max-width: 500px !important;
}
.max600 {
  max-width: 600px !important;
}
.max700 {
  max-width: 700px !important;
}
.max800 {
  max-width: 800px !important;
}
.max900 {
  max-width: 900px !important;
}
.max1000 {
  max-width: 1000px !important;
}
.max1200 {
  max-width: 1200px !important;
}
.min200 {
  min-width: 200px !important;
}
.min300 {
  min-width: 300px !important;
}
.min400 {
  min-width: 400px !important;
}
.min500 {
  min-width: 500px !important;
}
.w0 {
  width: 0;
}
.w75 {
  width: 75px;
}
.w100 {
  width: 100px;
}
.w120 {
  width: 120px;
}
.w200 {
  width: 200px;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 5px !important;
}
.gap-2 {
  gap: 10px !important;
}
.gap-3 {
  gap: 20px !important;
}
.gap-4 {
  gap: 30px !important;
}
.gap-5 {
  gap: 40px !important;
}
.rgap-0 {
  row-gap: 0 !important;
}
.rgap-1 {
  row-gap: 5px !important;
}
.rgap-2 {
  row-gap: 10px !important;
}
.rgap-3 {
  row-gap: 20px !important;
}
.rgap-4 {
  row-gap: 30px !important;
}
.rgap-5 {
  row-gap: 40px !important;
}
.cgap-0 {
  column-gap: 0 !important;
}
.cgap-1 {
  column-gap: 5px !important;
}
.cgap-2 {
  column-gap: 10px !important;
}
.cgap-3 {
  column-gap: 20px !important;
}
.cgap-4 {
  column-gap: 30px !important;
}
.cgap-5 {
  column-gap: 40px !important;
}
.g_col_span2 {
  grid-column: span 2;
}
/****** COLORS  ********/
.muted {
  color: #999;
}
.black {
  color: #000;
}
.white {
  color: #fff;
}
.red {
  color: #c42128;
}
.blue {
  color: #3498DB;
}
.blue-border-RL {
  border-left: 5px solid #3498DB;
  border-right: 5px solid #3498DB;
}
.dkgreen {
  color: #006400;
}
.green {
  color: #46a546;
}
.purple {
  color: #7a43b6;
}
.theme {
  color: #25327a;
}
.gray {
  color: #444;
}
.accent {
  color: #0064cd;
}
.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #000;
}
.bg-green {
  background-color: #46a546;
}
.bg-red {
  background-color: #c42128;
  color: white;
}
.bg-blue {
  background-color: #1f5c85;
}
.bg-yellow {
  background-color: #ffc60b;
}
.bg-yellow-light {
  background-color: #ffffff;
}
.bg-purple {
  background-color: #7a43b6;
}
.bg-theme {
  background-color: #25327a;
  color: #fff;
}
.bg-accent-color {
  background-color: #0064cd;
}
.bg-gray-darker {
  background-color: #777;
}
.bg-gray {
  background-color: #999;
}
.bg-gray-rev {
  color: #f1f1f1;
  background-color: #444;
  padding: 4px;
}
.bg-gray-light {
  background-color: #eee;
}
.bg-gray-lighter {
  background-color: #bbb;
}
.rounded {
  border-radius: 5px !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 0.2rem !important;
}
.rounded-2 {
  border-radius: 5px !important;
}
.rounded-3 {
  border-radius: 0.4px !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.alert-popup {
  border-radius: 5px;
  min-width: 300px;
  min-height: 20px;
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 10000;
  transform: translate(-50%);
  opacity: 1;
}
.alert {
  border-radius: 5px;
  min-width: 300px;
  min-height: 20px;
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
  opacity: 1;
  position: relative;
}
.alert-success {
  color: #155724;
  background-color: #a0cdab;
  border-color: #c3e6cb;
  opacity: 1;
}
.success {
  color: #155724;
  background-color: #a0cdab;
  border-color: #c3e6cb;
  opacity: 1;
  padding: 20px;
}
.alert-error {
  color: #721c24;
  background-color: #ddb7bb;
  border-color: #f5c6cb;
}
.error {
  color: #721c24;
  background-color: #ddb7bb;
  border-color: #f5c6cb;
  padding: 5px;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-info {
  color: #e2e2e2;
  background-color: #fff3cd;
  border-color: gray;
}
.info {
  color: #e2e2e2;
  background-color: #fff3cd;
  border-color: gray;
}
.hidden {
  display: none;
}
.alert-primary {
  color: #004085;
  background-color: #97b4d1;
  border-color: #b8daff;
  color: #fff;
}
.alert-accent {
  color: #0064cd;
  background-color: #3497ff;
  border-bottom-color: #003267;
  color: #fff;
}
.closebtn {
  margin-left: 20px;
  color: black;
  font-weight: bold;
  font-size: 22px;
  line-height: 100%;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  right: 20px;
  top: 14px;
}
hr {
  background: none repeat scroll 0 0 #777;
  border: none;
  clear: both;
  color: #777;
  float: none;
  height: 1px;
  margin: 10px;
  width: auto;
}
hr.line {
  height: 1px;
  background-color: #777;
  color: #777;
  margin: 20px 0;
  width: 100%;
}
hr.line-narrow {
  height: 1px;
  background-color: #777;
  color: #777;
  margin: 5px 0;
  width: 100%;
}
hr.line-thin {
  background: #777;
  color: #777;
  height: 1px;
  margin: 2px 0;
  border: none;
  display: inline-block;
}
hr.grad {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  margin: 40px 0;
}
hr.dash {
  border: 0;
  background-color: transparent;
  border-top: 1px dashed #bbb;
  margin: 30px 0;
}
hr.spacer {
  height: 1px;
  margin: 20px 10px;
  background-color: transparent;
  color: transparent;
}
hr.spacer-small {
  height: 1px;
  margin: 10px;
  background-color: transparent;
  color: transparent;
}
.hr-section {
  display: flex;
  flex-basis: 100%;
  align-items: center;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  height: 36px;
}
.divider-left {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  grid-gap: 20px;
  text-transform: uppercase;
  font-weight: bold;
  height: 40px;
}
.divider-left:after {
  content: '';
  border-top: 1px solid #000;
}
.hr-section-sub {
  display: flex;
  flex-basis: 100%;
  align-items: center;
  color: #333;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  height: 36px;
}
input:placeholder-shown {
  border-color: #ccc;
}
input + span.validator {
  padding-right: 30px;
  display: contents;
}
input:invalid + span.validator::after {
  position: absolute;
  content: "\f00d";
  padding-left: 10px;
  color: #8b0000;
  font-family: FontAwesome;
  line-height: 36px;
}
input:valid + span.validator::after {
  position: absolute;
  content: "\f00c";
  padding-left: 10px;
  color: #009000;
  font-family: FontAwesome;
  line-height: 36px;
}
.char-count {
  font-size: 75%;
  float: right;
  margin-top: 5px;
}
@media (max-width: 1000px) {
  .col-6.sm-6 {
    width: 50%;
  }
}
@media (max-width: 980px) {
  td,
  th {
    font-size: 14px;
  }
}
@media (max-width: 850px) {
  .form-row > .col-4,
  .form-row > .col-3 {
    width: 50%;
    margin-bottom: 5px;
  }
  .rental_menu {
    display: table-cell;
    column-count: 3;
  }
}
@media (max-width: 768px) {
  .g_home {
    grid-template-columns: 1fr;
  }
  .feat_container {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  }
  .page_menu ul li.next,
  .page_menu ul li.prev {
    float: none;
  }
}
@media (max-width: 700px) {
  .col-2 {
    width: 50%;
    margin-top: 20px;
  }
  .col-3,
  .col-4 {
    width: 100%;
    margin-top: 20px;
  }
  .col-6 {
    width: 100%;
  }
  .form-row > .col-4,
  .form-row > .col-3 {
    width: 100%;
    margin-bottom: 5px;
    padding-right: 0;
  }
}
@media (max-width: 650px) {
  .items_grid-container {
    grid-template-columns: 100px 3fr 2fr;
  }
  .items_grid-container .rates {
    column-count: 1;
  }
  .table_rates td:first-child {
    min-width: 60px;
  }
}
@media (max-width: 600px) {
  header h4 {
    font-size: 14px;
    line-height: 1.2;
  }
  img.tiny {
    max-width: 50px;
    max-height: 50px;
  }
}
@media only screen and (max-width: 600px), (max-height: 700px) {
  #layout nav {
    position: absolute;
    top: 80px;
    width: 250px;
    left: -250px;
  }
  nav ul li {
    line-height: 45px;
  }
  #layout nav.nav_mobile {
    top: 0;
    left: 0;
    /* background-color: chocolate; */
    z-index: 99;
  }
  #layout .logo-name {
    display: none;
  }
  #layout header {
    padding: 0 10px;
  }
  .mobile-menu {
    display: inline-block;
    padding-right: 10px;
    width: unset;
  }
  .header-nav {
    display: none;
  }
  .page_menu {
    left: 0;
    top: 65px;
  }
  #layout header {
    display: grid;
    grid-template-columns: 45px 1fr;
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  .g_home {
    grid-template-columns: 1fr;
  }
  .card > div {
    column-count: 1;
  }
  .col-sm-4 {
    width: 50%;
  }
  .form-row > .col-6.sm-6 {
    width: 100%;
  }
  #layout .main {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 19.99998px;
  }
  header h1 {
    font-size: 20px;
  }
  header h3 {
    font-size: 16px;
  }
  ul.sub_menu {
    top: -20px;
  }
  .chk_grid_rpt4 {
    grid-template-columns: repeat(2, 24px auto);
  }
  .chk_grid_rpt6 {
    grid-template-columns: repeat(2, 24px auto);
  }
  .rental_menu {
    display: table-cell;
    column-count: 2;
  }
  .rental_menu a {
    padding: 8px;
  }
}
@media (max-width: 400px) {
  #login .container {
    width: 100%;
    margin-top: 50px;
  }
}
@page {
  margin: 0.375in;
}
@media print {
  .hide-on-print {
    display: none;
  }
  .g_print {
    margin: 0;
  }
  .g_print .table th {
    background-color: #000 !important;
    -webkit-print-color-adjust: exact;
  }
  .g_print .table td {
    page-break-inside: avoid;
  }
  .g_print .header {
    margin-top: 0;
  }
  nav,
  footer,
  .header-nav,
  .page_menu {
    display: none;
  }
  #layout {
    grid-template-columns: 0 1fr;
    grid-template-rows: 40px 0 1fr 0;
  }
  #layout header {
    border-bottom: 2px solid black;
    padding-left: 0;
  }
  #layout .main {
    overflow-y: unset;
    margin: 0;
    padding: 10px 0;
  }
}
/*!
 * alerty v0.0.1 (https://github.com/undead25/alerty#readme)
 * Copyright 2022 undead25
 * Licensed under the MIT license
 */
.alerty {
  color: #1b1919;
  position: fixed;
  z-index: 1061;
  border-radius: 2px;
  max-width: 400px;
  margin-left: -200px;
  background-color: #fff;
  -webkit-box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  left: 50%;
  top: 20%;
  font-size: 16px;
}
.alerty.alerty-show {
  -webkit-animation: bounceIn 0.35s ease;
  -o-animation: bounceIn 0.35s ease;
  animation: bounceIn 0.35s ease;
}
.alerty.alerty-hide {
  -webkit-animation: bounceOut 0.35s ease;
  -o-animation: bounceOut 0.35s ease;
  animation: bounceOut 0.35s ease;
}
.alerty .alerty-title {
  padding: 20px;
  font-size: 18px;
  color: #1b1919;
  border-bottom: 1px solid #555;
  line-height: 2;
  line-height: 1.3;
  padding-bottom: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
  background-color: #eee;
  font-weight: bold;
}
.alerty .alerty-title + .alerty-content {
  padding-top: 0;
}
.alerty .alerty-content {
  text-align: left;
  padding: 24px;
}
.alerty .alerty-content .alerty-message {
  margin: 0;
  padding: 0;
  color: #635a56;
}
.alerty .alerty-content .alerty-prompt {
  margin-top: 16px;
  text-align: center;
  position: relative;
}
.alerty .alerty-content .alerty-prompt input {
  width: 100%;
  height: 36px;
  display: inline-block;
  padding: 6px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  outline: none;
  font-size: 16px;
  color: #1b1919;
  border-bottom: 1px solid #d9d6d4;
}
.alerty .alerty-content .alerty-prompt input:focus + .input-line {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.alerty .alerty-content .alerty-prompt .input-line {
  height: 2px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #4285f4;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  display: block;
}
.alerty .alerty-action {
  padding: 10px;
  text-align: center;
}
.alerty .alerty-action [class*="btn-"] {
  margin-left: 8px;
  color: #1b1919;
  height: 36px;
  line-height: 36px;
  min-width: 88px;
  outline: none !important;
  background-color: transparent;
  border-radius: 2px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  padding: 0 8px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: 20px;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border: solid;
  border-width: 1px;
  color: #000;
}
.alerty .alerty-action [class*="btn-"]:hover {
  background-color: #eee;
  color: #000;
}
.alerty .alerty-action .btn-ok {
  background-color: #3498DB;
  color: #fff;
}
.alerty .alerty-action .btn-cancel {
  background-color: #444;
  color: #fff;
}
.alerty.toasts {
  height: 48px;
  top: auto;
  bottom: 0;
  background-color: #323232;
  min-width: 288px;
  max-width: 568px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.alerty.toasts .alerty-content {
  height: 48px;
  line-height: 48px;
  padding: 0 24px;
  font-size: 14px;
}
.alerty.toasts .alerty-content .alerty-message {
  color: #fff;
}
.alerty.toasts.alerty-show {
  -webkit-animation: slideInUp 0.35s ease;
  -o-animation: slideInUp 0.35s ease;
  animation: slideInUp 0.35s ease;
}
.alerty.toasts.alerty-hide {
  -webkit-animation: slideOutDown 0.35s ease;
  -o-animation: slideOutDown 0.35s ease;
  animation: slideOutDown 0.35s ease;
}
.alerty.toasts.place-top {
  top: 0;
  bottom: auto;
}
.alerty.toasts.place-top.alerty-show {
  -webkit-animation: slideInDown 0.35s ease;
  -o-animation: slideInDown 0.35s ease;
  animation: slideInDown 0.35s ease;
}
.alerty.toasts.place-top.alerty-hide {
  -webkit-animation: slideOutUp 0.35s ease;
  -o-animation: slideOutUp 0.35s ease;
  animation: slideOutUp 0.35s ease;
}
@media all and (max-width: 540px) {
  .alerty {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
  .alerty.toasts {
    width: 100%;
    border-radius: 0;
    left: 0;
    right: 0;
  }
}
.alerty-overlay {
  position: fixed;
  background-color: #000;
  z-index: 1060;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}
.alerty-overlay.active {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.no-scrolling {
  height: 100%;
  overflow: hidden;
}
@-webkit-keyframes bounceIn {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-o-keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-o-keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0;
}
.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none;
}
.r-tabs .r-tabs-panel {
  padding: 15px;
  display: none;
  background: #eee;
}
.r-tabs .r-tabs-panel.nopad {
  padding: 0;
  display: none;
  background: #fff;
}
.r-tabs .r-tabs-accordion-title {
  display: none;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
}
.r-tabs {
  position: relative;
  font-size: 14px;
}
.r-tabs .r-tabs-nav {
  border-bottom: 1px solid #bbb;
}
.r-tabs .r-tabs-nav .r-tabs-tab {
  position: relative;
  top: 1px;
}
.r-tabs .r-tabs-nav .r-tabs-anchor {
  background: #bbb;
  margin-bottom: 0;
  padding: 10px 12px;
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  border-radius: 6px 6px 0 0;
}
.r-tabs .r-tabs-nav .r-tabs-state-active {
  background-color: #fff;
  margin-bottom: -1px;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-radius: 6px 6px 0 0;
}
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  color: #000;
  background-color: #eee;
}
ul.white.r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  color: #000;
  background-color: #fff;
}
.r-tabs .r-tabs-panel {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 3px;
}
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  display: block;
  padding: 10px;
  background-color: #bbb;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 3px;
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
  background-color: #fff;
  color: #000;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 0;
}
.r-tabs .r-tabs-nav .r-tabs-state-disabled .r-tabs-anchor {
  background-color: #444;
}
@media only screen and (max-width: 400px) {
  .tab400.r-tabs .r-tabs-nav {
    display: none;
  }
  .tab400.r-tabs .r-tabs-accordion-title {
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  .tab500.r-tabs .r-tabs-nav {
    display: none;
  }
  .tab500.r-tabs .r-tabs-accordion-title {
    display: block;
  }
}
/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
  .tab768.r-tabs .r-tabs-nav {
    display: none;
  }
  .tab768.r-tabs .r-tabs-accordion-title {
    display: block;
  }
}