@charset "UTF-8";
/* variables */
@font-face {
  font-family: "Anta";
  src: url("/public/fonts/Anta/Anta-Regular.ttf") format("TrueType");
}
@font-face {
  font-family: "Roboto";
  src: url("/public/fonts/Roboto/Roboto-Regular.ttf") format("TrueType");
}
@font-face {
  font-family: "Montserrat";
  src: url("/public/fonts/Montserrat/Montserrat-VariableFont_wght.ttf") format("TrueType");
}
span.sp8-color-1 {
  color: red;
}
span.sp8-color-2 {
  color: green;
}
span.sp8-small {
  font-size: small;
}

img.image-left {
  float: left;
}

img.image-right {
  float: right;
}

p.half, img.half {
  width: 50%;
}

p.small, td.small {
  font-size: small;
}

p.padded, td.padded, img.padded {
  padding: 4px 8px;
}

p.padded-bottom, td.padded-bottom, img.padded-bottom {
  padding-bottom: 4px;
}

p.padded-top, td.padded-top, img.padded-top {
  padding-top: 4px;
}

iframe.center-frame {
  margin-left: calc(50% - 200px);
}

section.p8-paragraph {
  padding-left: 4rem;
  --number: attr(data-number);
}
section.p8-paragraph > :first-child {
  text-indent: -4.3rem;
}
section.p8-paragraph > :first-child:before {
  content: "{" var(--number) "}";
  display: inline-block;
  width: 4rem;
  text-indent: 0;
}
section.sp8-note {
  margin: 1rem 0 1rem 2rem;
  color: #908085;
  font-size: 11pt;
}
section.sp8-note-important {
  background-image: url("/static/img/slogovne-posebnosti-ikona.png");
  background-repeat: no-repeat;
  background-size: 1rem;
  padding-left: 2rem;
  color: #908085;
  font-size: 11pt;
}

.toc .toolmenu {
  padding: 0 0.5rem;
}
.toc .toolmenu::before {
  content: "⁝";
}
.toc .collapsable::before {
  content: "⊟";
}
.toc .collapsable.collapsed {
  color: #ccd;
}
.toc .collapsable.collapsed::before {
  content: "⊞";
}
.toc .pdf::before {
  content: " [PDF] ";
  font-size: small;
}
.toc p.edited {
  background-color: #C0CFC0;
}
.toc p .title {
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: calc(100% - 80px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.toc p.dirty .title {
  color: orange;
}

#toc-menu {
  position: absolute;
  display: none;
  border: 1px solid #606F60;
}
#toc-menu .menuitem {
  padding: 0.5rem 1rem;
  background-color: #E0EFE0;
  color: #ccd;
  cursor: pointer;
}
#toc-menu .menuitem:hover {
  background-color: #445;
  color: #303F30;
}

#toc-nav {
  display: inline-block;
  position: fixed;
  top: calc(50vh - 40px);
  left: 0;
  width: 56px;
  border: 1px solid #C0CFC0;
  background-color: rgba(0, 0, 0, 0.05);
}
#toc-nav a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #ccd;
}
#toc-nav a:hover {
  background-color: #445;
  color: #303F30;
}

.toc-list p a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.menu-editor .toolmenu {
  padding: 0 0.5rem;
}
.menu-editor .toolmenu::before {
  content: "⁝";
}
.menu-editor .item.edited {
  background-color: #C0CFC0;
}
.menu-editor .item input, .menu-editor .item select {
  margin-right: 8px;
}
.menu-editor .item .inline-form {
  display: inline-block;
  width: calc(100% - 24px);
}
.menu-editor .item .inline-form input {
  width: calc(50% - 64px);
}
.menu-editor .item .inline-form select {
  width: 100px;
}
.menu-editor .item.dirty input, .menu-editor .item.dirty select {
  border-color: orange;
}
.menu-editor .item.level2 input[name=title] {
  padding-left: 2rem;
}
.menu-editor .item.level3 input[name=title] {
  padding-left: 4rem;
}
.menu-editor .item.level4 input[name=title] {
  padding-left: 6rem;
}

#item-tools-menu {
  position: absolute;
  display: none;
}
#item-tools-menu .menuitem {
  padding: 0.5rem 1rem;
  cursor: pointer;
}
/* Basic styling, mobile */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12pt;
  color: #dde;
  background-color: #223;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: Anta, sans-serif;
}
body.landing {
  background-image: url("/static/img/monitors.jpg");
  background-size: cover;
}
body.landing h2 {
  background-color: rgba(0, 8, 16, 0.7);
  padding: 8px;
  box-shadow: 0 0 6px 6px rgba(255, 255, 255, 0.6);
}
body.landing .card {
  background-color: rgba(0, 8, 16, 0.7);
  box-shadow: 0 0 6px 6px rgba(255, 255, 255, 0.6);
}
body.dashboard .servers, body.dashboard .groups {
  padding: 8px;
  display: flex;
  flex-direction: row;
  align-content: center;
}
body.dashboard .servers {
  justify-content: space-around;
  flex-wrap: wrap;
}
body.dashboard .card {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 4px 4px rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 80px;
  margin-bottom: 24px;
}
body.dashboard .card.hidden {
  display: none;
}
body.dashboard .card.warn {
  box-shadow: 0 0 4px 4px rgba(255, 255, 191, 0.7);
}
body.dashboard .card.ok {
  box-shadow: 0 0 4px 4px rgba(191, 255, 255, 0.7);
}
body.dashboard .card .icons {
  font-size: 24px;
  font-weight: normal;
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.4);
}
body.dashboard .card .icons i {
  padding: 4px;
  float: right;
}
body.dashboard .card .icons i.fa-power-off {
  float: left;
}
body.dashboard .card .icons i.ok {
  color: rgba(127, 255, 127, 0.8);
}
body.dashboard .card .icons i.warn {
  color: rgb(255, 239, 79);
}
body.dashboard .card .icons i.fail {
  color: rgba(255, 63, 63, 0.9);
}
body.dashboard .card .icons i.pend {
  color: rgba(63, 191, 255, 0.8);
}
body .header {
  padding: 0 2rem;
}
body .important {
  border: 1px solid orange;
  background-color: rgba(255, 165, 0, 0.1);
  padding: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
}
body .pricing table {
  width: 100%;
}
body .pricing table th.feature {
  width: 25%;
  text-align: left;
}
body .pricing table th.package {
  width: 25%;
}
body ul {
  list-style-position: inside;
}
body .content .banner {
  width: 100%;
  margin: 0;
}
body .content p.banner {
  color: #dde;
  font-size: 2rem;
  text-transform: uppercase;
  padding: 0 2rem 1rem;
}
body footer {
  margin-top: auto;
  font-size: 14px;
  padding: 10pt 5%;
  background-color: #001;
  color: #dde;
}
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: 0.5em;
}

h1 {
  font-size: 1.75rem;
  font-weight: normal;
  border-bottom: 1px solid lightgray;
}

h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #acc;
}

pre {
  font-size: 0.8rem;
  background-color: black;
  color: gray;
  padding: 0.8rem;
}

a {
  text-decoration: none;
  color: #6bb;
  outline: 0;
}
a:visited {
  color: #6bb;
}
a:hover {
  color: cyan;
}

hr {
  border-color: rgba(255, 255, 255, 0.3);
}

input, select, textarea {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0.2rem 0.4rem;
  font-size: 1rem;
  color: #ccd;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
input:focus, select:focus, textarea:focus {
  background-color: rgba(255, 255, 255, 0.2);
}

input::placeholder {
  color: #223;
}

button, a.btn {
  font-size: 1rem;
  padding: 0.2rem 0.4rem;
  text-align: center;
  background-color: transparent;
  color: #6bb;
  border: 2px solid #aab;
  border-bottom: 2px solid #667;
  border-right: 2px solid #667;
  margin-right: 4px;
  margin-bottom: 4px;
}
button:hover, a.btn:hover {
  color: cyan;
  background-color: transparent;
}
button.disabled, a.btn.disabled {
  color: lightgray;
  background-color: gray;
  border-color: lightgray;
}

button.toggle {
  border-radius: 4px;
  border-width: 2px;
}
button.toggle.active {
  border-color: mediumspringgreen;
}
table {
  border-collapse: collapse;
  font-size: 1rem;
  width: 100%;
}
table thead {
  background-color: lightgray;
}
table thead th {
  text-align: left;
  padding: 4pt 4pt;
  background-color: inherit;
  border-collapse: collapse;
}
table thead a {
  color: cornflowerblue;
}
table thead tr.filter {
  border-bottom: 1px solid whitesmoke;
}
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 input, table thead tr.filter select {
  width: 100%;
  background-color: whitesmoke;
}
table thead, table tbody, table tfoot {
  background-color: whitesmoke;
}
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;
  border-radius: 4px;
  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, table tfoot {
  background-color: lightgray;
}
table .paginator {
  font-weight: normal;
  text-align: right;
}

table {
  border-collapse: collapse;
  font-size: 1rem;
  width: 100%;
}
table thead, table tfoot {
  background-color: #445;
}
table tbody {
  background-color: transparent;
}

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

.subtitle {
  font-size: 1.2rem;
}

.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 #aab;
}
.form-group input::placeholder {
  color: white;
}
.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 #aab;
}
ul.tabs li {
  display: inline-block;
  padding: 0.4rem;
  margin-top: 1px;
  border: 1px solid #aab;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: fit-content;
  background-color: #667;
}
ul.tabs li.active {
  border-bottom: 1px solid transparent;
  background-color: transparent;
  color: #aab;
}
ul.tabs li.blind {
  border: 0;
  border-bottom: 1px solid #aab;
  width: auto;
}
ul.tabs li a {
  text-decoration: none;
  color: #dde;
}

.tab-pane {
  padding: 8px;
  box-shadow: none;
  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;
}

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

.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;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.hidden {
  display: none !important;
}

.bg-base {
  background-color: #223;
  color: white;
}

.bg-sec {
  background-color: #001;
}

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

.padded {
  padding: 1rem 5%;
}

.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: #6bb;
  cursor: pointer;
}
.link.active {
  color: cyan;
}
.link:visited {
  color: #6bb;
}

.card {
  padding: 0.5rem;
  color: inherit;
  margin-bottom: 1rem;
}
.card img {
  max-width: 100%;
  max-height: 100%;
}
.card.lighter {
  background-color: rgba(255, 255, 255, 0.1);
}
.card.darker {
  background-color: rgba(0, 0, 0, 0.1);
}
.card .title {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0;
}
.card .main {
  padding: 0.5rem 0;
}

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

nav.navbar {
  background: #001;
  color: #dde;
  padding: 0 5%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
nav.navbar .brand, nav.navbar #navbuttons {
  display: inline-block;
}
nav.navbar #navbuttons a {
  padding: 1rem 0.5rem;
  font-size: 1.8rem;
}
nav.navbar #navbuttons a.active {
  background: black;
  color: cyan;
}
nav a {
  color: #ccd;
  text-decoration: none;
}
nav .selected a {
  color: #ccd;
}

.menu {
  display: none;
  background-color: #445;
  box-shadow: 0 0 6px 6px rgba(255, 255, 255, 0.6);
  color: #ccd;
}
.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: #ccd;
  margin: 0.5rem 0;
}
.menu ul li p.head-label {
  font-size: small;
  color: #ccd;
  border-top: 1px inset #ccd;
}
.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;
}

.popup-menu {
  display: none;
  background-color: #445;
  box-shadow: 0 0 6px 6px rgba(255, 255, 255, 0.6);
  color: #ccd;
}
.popup-menu hr {
  color: #ccd;
  margin: 0.5rem 0;
}
.popup-menu .menuitem {
  padding: 0.2rem;
  color: #ccd;
  cursor: pointer;
}
.popup-menu .menuitem:hover {
  background: black;
  color: cyan;
}

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

.button.secondary { /* divider between buttons and menu links */
  border-bottom: 1px #444 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: white;
  padding-left: 5px;
}

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

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

.paginator span, .paginator a {
  display: inline-block;
  padding: 0.2rem 0.4rem;
  margin-right: 2px;
  border: 1px solid #aab;
  color: #aab;
}
.paginator span.paginator-current-report, .paginator a.paginator-current-report {
  border-color: rgba(0, 0, 0, 0);
  color: gray;
}
.paginator span.paginator-first, .paginator span.paginator-last, .paginator span.paginator-previous, .paginator span.paginator-next, .paginator a.paginator-first, .paginator a.paginator-last, .paginator a.paginator-previous, .paginator a.paginator-next {
  min-width: 2.5rem;
  color: #6bb;
  text-align: center;
}

.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 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: #08c;
  background-color: #fcfeff;
  border: 1px solid #08c;
}
ul#lookup_helper li {
  padding: 2px 4px;
  cursor: pointer;
}
ul#lookup_helper li.highlighted {
  background-color: #00b7ff;
  color: white;
}

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

.full {
  width: 100%;
}

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

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

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

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

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

#flash {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #ccd;
  border: 1px solid #445;
  color: black;
  width: 240pt;
}
#flash p {
  padding: 0.5rem;
  margin: 0.5rem;
}
#flash p.error {
  color: red;
}
#flash p.warn {
  color: orange;
}
#flash p.info {
  color: blue;
}
#flash p.success {
  color: green;
}
#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: #667;
  font-weight: bold;
}
.list-container .field, .list-container .cmd {
  padding: 0.2rem 0.4rem;
}
.list-container .cmd {
  text-align: right;
}

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

.hiddeneditable {
  display: none;
}

.article {
  /*=====  End CMS :  ======*/
}
.article article {
  padding: 10pt 0;
}
.article article h2, .article article h3, .article article h4, .article article h5 {
  margin-top: 0.5em;
}
.article article p {
  margin-top: 0.3rem;
}
.article article ul, .article article ol {
  list-style-position: outside;
  margin-top: 0.2rem;
  padding-left: 2rem;
}
.article article ul li, .article article ol li {
  margin-top: 0.2rem;
}
.article article .text-center {
  text-align: center;
}
.article article .text-left {
  text-align: left;
}
.article article .text-right {
  text-align: right;
}
.article article .padded {
  padding: 0.3rem;
}
.article article .padded-bottom {
  padding-bottom: 0.3rem;
}
.article article .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.3rem 0;
}
.article .tagbox.showneditable h5 .font_small {
  font-weight: normal;
  font-size: small;
}
.article .tagbox.showneditable .content {
  text-align: center;
}
.article table.list button {
  padding: 0.3rem;
  border: 2px inset #889;
}
.article a.tag {
  display: inline;
  padding: 0.2rem 0.4rem;
  font-size: 1rem;
  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;
}

/* Mobile ********************************************************************/
@media all and (max-width: 699px) {
  .center-s {
    width: 90%;
    margin: 0 auto;
  }
  .list-container .data-row {
    padding-bottom: 8px;
    border-bottom: 1px solid lightgray;
  }
}
/* Tablet ********************************************************************/
@media all and (min-width: 700px) {
  .logo {
    flex: 1;
  }
  /* Button up from tablet screen */
  .menu li.button a {
    padding: 1rem 1.5rem;
    margin: 0.3rem 0;
  }
}
/* tablet */
@media all and (min-width: 760px) {
  body.dashboard .card {
    width: 320px;
  }
}
/* 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: 35%;
  }
  .mw-40 {
    width: 40%;
  }
  .mw-45 {
    width: 45%;
  }
  .mw-50 {
    width: 50%;
  }
  .mw-60 {
    width: 60%;
  }
  .mw-70 {
    width: 70%;
  }
  .mw-80 {
    width: 80%;
  }
  .mw-100 {
    width: 100%;
  }
  .center-s {
    width: 50%;
    margin: 0 auto;
  }
  .menu {
    position: absolute;
    top: 64px;
    z-index: 10;
    left: calc(100% - 200px);
    width: 176px;
    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 .submenu {
    display: block;
    position: absolute;
    left: 0;
    top: 40px;
  }
  .submenu-active {
    border-radius: 0;
  }
  .form-group label {
    width: 40%;
    display: inline-block;
    vertical-align: top;
  }
  .form-group .form-control {
    width: 60%;
    display: inline-block;
  }
  .form-group .form-check-input {
    margin-left: 40%;
  }
  .ct-widget.ct-ignition {
    left: 16px;
    position: fixed;
    top: 60px;
  }
  body.dashboard .card {
    width: 320px;
  }
}
#theGallery {
  margin: 5pt auto;
  width: 90%;
}
#theGallery #lightbox-base {
  display: flex;
  flex-wrap: wrap;
}
#theGallery #lightbox-base .cms-img-base {
  display: inline-block;
  margin: 0 2px;
  height: 120px;
  width: 120px;
  text-align: center;
  vertical-align: middle;
}
#theGallery #lightbox-base .cms-img-base img {
  max-height: 120px;
  max-width: 120px;
}
#theGallery #lightbox-base .cms-img-base .slide-control {
  display: none;
  padding: 4px 0;
  background-color: rgba(255, 255, 255, 0.8);
}
#theGallery #lightbox-base .cms-img-base .slide-control .button-fa {
  background-color: #445;
  border: 1px outset;
  color: white;
  font-size: 12pt;
  padding: 4px;
  cursor: pointer;
  display: inline-block;
  width: 30px;
  text-align: center;
}
#theGallery #lightbox-base .cms-img-base .slide-control .button-fa.pressed {
  border: 1px inset;
}
#theGallery #lightbox_modal {
  display: none;
  background-color: rgba(0, 0, 30, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#theGallery #lightbox_modal .close {
  position: fixed;
  top: 10px;
  right: 10px;
  color: white;
  cursor: pointer;
  font-size: 16pt;
}
#theGallery .modal-content .prev, #theGallery .modal-content .next {
  position: fixed;
  color: white;
  cursor: pointer;
  font-size: 16pt;
}
#theGallery .modal-content .prev {
  top: 50%;
  left: 10px;
}
#theGallery .modal-content .next {
  top: 50%;
  right: 10px;
}
#theGallery .modal-content .caption-container {
  color: white;
  text-align: center;
}
#theGallery .modal-content #slides {
  margin-top: 12px;
}
#theGallery .modal-content #slides .slide {
  text-align: center;
}
#theGallery .modal-content #slides .slide img {
  height: calc(100vh - 100px);
  max-width: calc(100vw - 60px);
}
#theGallery .modal-content #dots {
  margin: 2px auto;
  width: 95%;
  text-align: center;
}
#theGallery .modal-content #dots .dot {
  display: inline-block;
  height: 48px;
  width: 48px;
  margin: 0 2px;
  border: 1px solid transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#theGallery .modal-content #dots .dot.active {
  border-color: white;
}

#acms-editor {
  font-size: 12pt;
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
  padding: 8px;
}
#acms-editor p {
  font-size: 10pt;
  font-weight: normal;
}
#acms-editor form {
  padding: 0;
  input-font-size: 10pt;
  input-padding: 4px;
}
#acms-editor input, #acms-editor textarea, #acms-editor select {
  color: darkslategrey;
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 12pt;
  padding: 3px;
  border: 1px inset;
}
#acms-editor label.file-browser {
  display: block;
  font-size: inherit;
  padding: 0;
  padding-bottom: 8px;
}
#acms-editor label.file-browser input {
  display: none;
}
#acms-editor label.file-browser .file-name {
  font-size: 10pt;
  padding: 4px 0;
  display: inline-block;
  width: calc(100% - 40px);
  overflow: hidden;
  text-align: right;
  vertical-align: bottom;
}
#acms-editor .button-fa {
  background-color: #445;
  border: 1px outset;
  color: white;
  font-size: 12pt;
  padding: 4px;
  cursor: pointer;
  display: inline-block;
  width: 30px;
  text-align: center;
}
#acms-editor .button-fa.pressed {
  border: 1px inset;
}
#acms-editor hr {
  color: black;
  margin: 8px 0;
}
#acms-editor .title {
  font-size: 12pt;
  color: black;
  font-weight: bold;
  margin-top: 8pt;
}
#acms-editor .tab-head {
  margin-top: 4px;
}
#acms-editor .tab-head .tab {
  color: gray;
  display: inline;
  font-size: 10pt;
  padding: 4pt;
  border: 1px solid gray;
  cursor: pointer;
}
#acms-editor .tab-head .tab.active {
  color: black;
  border-color: black;
  border-bottom-color: rgba(255, 255, 255, 0.8);
  cursor: default;
  z-index: 2;
}
#acms-editor .tab-content {
  margin-top: 5px;
  border: 1px solid black;
  padding: 4pt;
  display: none;
}
#acms-editor .tab-content.active {
  display: block;
}
#acms-editor .tab-content .cardlist {
  min-height: 80px;
  max-height: 200px;
  overflow: auto;
}
#acms-editor .tab-content .card {
  border: 2px inset gray;
  display: block;
  margin: 0;
  margin-top: 2px;
  padding: 4px;
}
#acms-editor .tab-content .card .img {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 4px;
}
#acms-editor .tab-content .card .ico {
  display: inline-block;
  font-size: 28pt;
  width: 32px;
  height: auto;
  margin-right: 4px;
}
#acms-editor .tab-content .card .data {
  display: inline-block;
  width: calc(100% - 52px);
}
#acms-editor .tab-content .card .data .main {
  font-size: 12pt;
}
#acms-editor .tab-content .card .data .sub {
  font-size: 10pt;
  color: gray;
}
#acms-editor .tab-content .card .data.img {
  width: calc(100% - 44px);
}
#acms-editor .tab-content .card .data.ico {
  width: calc(100% - 32px);
}
#acms-editor .tab-content .card .data.ico-act {
  width: calc(100% - 68px);
}
#acms-editor .tab-content .card .action {
  display: inline-block;
  width: 30px;
  height: 36px;
}

#cms-results h2 {
  margin-top: 0.5em;
  margin-bottom: 0.2em;
}
#cms-results p {
  margin: 0;
}

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

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

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

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

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.clickable {
  cursor: pointer;
}

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