/* variables */
/* Basic styling, mobile */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: roboto, arial, sans-serif;
  font-size: 18px;
  color: #46535B;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  nargin-top: 1em;
  margin-bottom: 0.5em;
}
body p, body ul, body ol, body table {
  margin-bottom: 0.5em;
}
body form .form-group {
  margin-bottom: 16px;
}
body form .form-group label {
  display: block;
  text-align: left;
  padding: 0;
  text-transform: uppercase;
  width: 100%;
}
body form .form-group label.mandatory::after {
  color: red;
  content: "*";
}
body form .form-group input, body form .form-group select, body form .form-group textarea, body form .form-group .form-data {
  display: block;
  border: 0;
  padding: 0;
  border-bottom: 1px solid #46535B;
  font-size: 21px;
  margin-top: 8px;
  width: 100%;
}
body form .form-group .form-data {
  border: 0;
}
body form .form-group .form-data iframe {
  width: 100%;
  border: 1px solid lightgray;
}
body form .form-group input::placeholder {
  color: white;
}
body form .form-group.form-check label {
  display: inline;
}
body form .form-group.form-check .form-check-input {
  display: inline;
  margin-right: 4px;
  width: auto;
}
body form .form-group .form-control.error {
  border-color: darkred;
  color: darkred;
  background-color: lightpink;
}
body form .form-group textarea {
  font-size: 16px;
  height: 100px;
  border-top: 1px solid lightgray;
}
body form .form-group textarea.double-h {
  height: 200px;
}
body form .form-group textarea.triple-h {
  height: 300px;
}
body img.icon {
  height: 20px;
  vertical-align: middle;
}
body ul.tabs {
  margin-top: 10px;
  display: block;
  list-style-type: none;
  height: fit-content;
  border-bottom: 1px solid gray;
}
body ul.tabs li {
  display: inline-block;
  padding: 8px;
  margin-top: 1px;
  border: 1px solid gray;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: whitesmoke;
  width: fit-content;
}
body ul.tabs li.active {
  border-bottom: 1px solid white;
  background-color: white;
}
body ul.tabs li.blind {
  border: 0;
  border-bottom: 1px solid gray;
  width: available;
  background-color: white;
}
body ul.tabs li a {
  text-decoration: none;
  color: #46535B;
}
body .tab-pane {
  padding: 8px;
  box-shadow: lightgrey;
  display: none;
}
body .tab-pane.active {
  display: block;
}
body .mr-8 {
  margin-right: 8px;
}
body .w-50pct {
  width: 50%;
}
body .mtb-36 {
  margin-top: 36px;
  margin-bottom: 36px;
}
body .mt-36 {
  margin-top: 36px;
}
body .mb-36 {
  margin-bottom: 36px;
}
body .mt-24 {
  margin-top: 24px;
}
body .mb-24 {
  margin-bottom: 24px;
}
body .mt-16 {
  margin-top: 16px;
}
body .mb-16 {
  margin-bottom: 16px;
}
body .pt-36 {
  padding-top: 36px;
}
body .pb-36 {
  padding-bottom: 36px;
}
body .pt-24 {
  padding-top: 24px;
}
body .pb-24 {
  padding-bottom: 24px;
}
body .pt-16 {
  padding-top: 16px;
}
body .pb-16 {
  padding-bottom: 16px;
}
body .p-16 {
  padding: 16px;
}
body .center {
  text-align: center;
}
body .right {
  text-align: right;
}
body .bg-base {
  background-color: #718FC8;
  color: white;
}
body .bg-gray-blue-025 {
  background-color: rgba(182, 190, 196, 0.25);
}
body .margin {
  width: 80%;
  margin: 0 auto;
}
body .padded {
  padding: 0 10%;
}
body .centered {
  text-align: center;
}
body .font-small {
  font-size: small;
}
body .content {
  min-height: calc(100vh - 160px);
}
body .content .banner {
  width: 100%;
  margin: 0;
}
body .content p.banner {
  background-color: #718FC8;
  color: white;
  font-size: 36px;
  text-transform: uppercase;
  padding: 64px 5% 24px;
}
body .content .card-login {
  width: 378px;
  height: 253px;
  background-size: cover;
}
body .content .card-login .foot {
  margin-top: 153px;
  padding: 24pt;
  font-size: larger;
  color: white;
  height: 100px;
  background-color: rgba(113, 143, 200, 0.9);
}
body .content .card-login .foot a {
  color: white;
  text-decoration: none;
}
body .content .card-stats {
  width: 378px;
  height: 236px;
  background-color: rgba(113, 143, 200, 0.1);
}
body .content .card-stats img.fg {
  margin-top: 42px;
  margin-left: 171px;
  width: 47px;
  height: 47px;
  position: relative;
  top: -236px;
  z-index: 10;
}
body .content .card-stats img.bg {
  margin-left: 134px;
  width: 236px;
  height: 236px;
  z-index: 5;
}
body .content .card-stats .count, body .content .card-stats .subject {
  width: 100%;
  text-align: center;
  position: relative;
  top: -236px;
  z-index: 10;
}
body .content .card-stats .count {
  font-size: 48px;
  color: #718FC8;
  padding: 8px;
}
body .content .card-stats .subject {
  padding: 4px;
}
body .content .halfcol {
  width: 48%;
}
body .content .halfcol p {
  margin-bottom: 8px;
}
body .content .halfcol.uni .title {
  color: #718FC8;
  font-size: 36px;
  margin-bottom: 28px;
}
body .content .halfcol.uni .section {
  color: #718FC8;
  font-size: 24px;
  margin-bottom: 28px;
}
body .content .halfcol.uni .link {
  font-size: 24px;
  margin-bottom: 28px;
  padding: 8px 0;
}
body .content .halfcol.lead {
  padding: 24px;
  background-color: rgba(182, 190, 196, 0.25);
}
body .content .halfcol.lead img {
  margin-bottom: 24px;
}
body .content .halfcol.lead .links a {
  font-size: 16px;
  display: block;
  color: #46535B;
  padding: 8px 0;
}
body .content .halfcol.about .title {
  color: #718FC8;
  font-size: 48px;
  margin-bottom: 28px;
}
body .content .halfcol.about .section {
  color: #718FC8;
  font-size: 36px;
  margin-bottom: 28px;
}
body .content .halfcol.about .blue {
  background-color: #718FC8;
  color: white;
  padding: 16px;
}
body .content .abstract {
  font-size: 18px;
  line-height: 2;
}
body .content .title, body .content .subtitle {
  color: #718FC8;
}
body .content .title {
  font-size: 48px;
}
body .content .subtitle {
  font-size: 24px;
}
body .content .card {
  margin: 8pt;
}
body .content .login-intro {
  background-color: white;
  background-image: url("/public/img/co_light_bg.svg");
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
}
body .content .login-intro a, body .content .login-intro a:visited {
  color: #718FC8;
}
body .content .login-form button, body .content .register-form button, body .content .profile-form button {
  background-color: #516FA8;
  border: 0;
  color: white;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 8px;
  border-radius: 8px;
  width: 100%;
  cursor: pointer;
}
body .content .login-form button img, body .content .register-form button img, body .content .profile-form button img {
  height: 20px;
  vertical-align: middle;
}
body .content .login-form button.disabled, body .content .register-form button.disabled, body .content .profile-form button.disabled {
  background-color: lightgrey;
  cursor: not-allowed;
}
body .content .login-form button.toggle, body .content .register-form button.toggle, body .content .profile-form button.toggle {
  display: inline-block;
  padding: 4px 8px;
  width: auto;
  background-color: rgba(113, 143, 200, 0.1);
  color: #718FC8;
}
body .content .login-form button.toggle.active, body .content .register-form button.toggle.active, body .content .profile-form button.toggle.active {
  background-color: #718FC8;
  color: white;
}
body .content .login-form button.toggle.disabled, body .content .register-form button.toggle.disabled, body .content .profile-form button.toggle.disabled {
  background-color: lightgrey;
  color: gray;
}
body .content .login-form button.toggle.active.disabled, body .content .register-form button.toggle.active.disabled, body .content .profile-form button.toggle.active.disabled {
  background-color: grey;
  color: whitesmoke;
}
body .content .login-form {
  padding: 0;
  margin: 0;
}
body .content .login-form .title {
  margin: 16px 0;
  color: white;
  font-size: 24px;
}
body .content .login-form .form-group {
  border-bottom: 1px solid white;
  margin-bottom: 16px;
}
body .content .login-form .form-group label {
  display: inline-block;
  width: 32px;
  text-align: left;
  padding: 4px 0;
  vertical-align: top;
}
body .content .login-form .form-group input {
  border: 0;
  background-color: #718FC8;
  color: white;
  width: calc(100% - 32px);
  padding: 8px;
  vertical-align: top;
}
body .content .login-form .form-group input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
body .content .register-form, body .content .profile-form {
  padding: 0;
  margin: 0;
}
body .content .register-form .title, body .content .profile-form .title {
  margin: 16px 0;
  font-size: 24px;
}
body .content .register-form .form-group, body .content .profile-form .form-group {
  margin-bottom: 16px;
}
body .content .register-form .form-group label, body .content .profile-form .form-group label {
  display: block;
  text-align: left;
  padding: 0;
  text-transform: uppercase;
  width: 100%;
}
body .content .register-form .form-group label.mandatory::after, body .content .profile-form .form-group label.mandatory::after {
  color: red;
  content: "*";
}
body .content .register-form .form-group input, body .content .register-form .form-group select, body .content .profile-form .form-group input, body .content .profile-form .form-group select {
  display: block;
  border: 0;
  padding: 0;
  border-bottom: 1px solid #46535B;
  font-size: 21px;
  margin-top: 8px;
  width: 100%;
}
body .content .register-form .form-group input::placeholder, body .content .profile-form .form-group input::placeholder {
  color: white;
}
body .content .register-form .form-group.form-check label, body .content .profile-form .form-group.form-check label {
  display: inline;
}
body .content .register-form .form-group.form-check .form-check-input, body .content .profile-form .form-group.form-check .form-check-input {
  display: inline;
  margin-right: 4px;
  width: auto;
}
body .content .register-form .form-group .form-control.error, body .content .profile-form .form-group .form-control.error {
  border-color: darkred;
  color: darkred;
  background-color: lightpink;
}
body .content .events .listitem {
  font-size: small;
  margin-bottom: 1em;
}
body .footer {
  font-size: 14px;
  padding: 10pt 10%;
  background-color: rgba(182, 190, 196, 0.25);
  color: #606062;
}
body .footer .full-width {
  width: 100%;
}
body .footer .mr-8 {
  margin-right: 8pt;
}
body .footer img {
  max-height: 64px;
}
body .copy {
  padding: 10pt 10%;
  background-color: rgba(182, 190, 196, 0.3);
  color: #606062;
}

nav {
  padding: 0 10%;
}
nav a {
  color: #606062;
  text-decoration: none;
}
nav .selected a {
  color: #718FC8;
}

.menu,
.submenu {
  list-style-type: none;
}

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

.item {
  padding: 10px;
}

.item.button {
  padding: 9px 5px;
}

.item:not(.button) a:hover,
.item a:hover::after {
  color: #ccc;
}

.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.menu li.item a {
  display: block;
}

.menu li.subitem a {
  padding: 4px 8px;
}

.submenu {
  background-color: darkgray;
}

.toggle {
  order: 1;
  font-size: 20px;
}

.item.button {
  order: 2;
}

.item {
  order: 3;
  width: 100%;
  text-align: center;
  display: none;
}

.active .item {
  display: block;
}

.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: 5pt auto;
  width: 90%;
}
.container a {
  color: cornflowerblue;
}
.container.form-container {
  padding: 10pt;
  text-align: center;
  background-color: lightgray;
}
.container.list-container {
  padding: 10pt;
}

label, button, input {
  font-size: 1rem;
  padding: 4pt;
  display: inline-block;
}

form {
  padding: 10pt;
}

button {
  font-size: 16px;
  padding: 4pt;
}

.form-group {
  padding: 2pt;
}
.form-group label {
  font-size: small;
  width: 160px;
  text-align: right;
}
.form-group input {
  width: 160px;
  border: 1px solid gray;
}

.paginator span, .paginator a {
  padding: 2px 4px;
  margin-right: 2px;
  border: 1px solid;
  border-radius: 2px;
}
.paginator span {
  border-color: gray;
  color: gray;
}

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

.rounds {
  display: flex;
  flex-wrap: wrap;
  margin-top: 28px;
}

.round {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.round .data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: rgba(182, 190, 195, 0.25);
  width: 100%;
  margin-bottom: 20px;
  padding: 16px;
}
.round .data hr {
  margin: 6px 0;
  border: 0;
  width: 100%;
}
.round .data .title {
  display: inline-block;
  width: 70%;
  height: 28px;
  overflow: hidden;
  font-size: 24px;
}
.round .data .state {
  display: inline-block;
  width: 28%;
  height: 28px;
  overflow: hidden;
  font-size: 14px;
  padding: 5px;
  text-align: center;
  background: rgb(113, 143, 200);
  color: white;
}
.round .data .info {
  display: inline-block;
  width: 100%;
}
.round .data .info img {
  height: 24px;
  vertical-align: text-bottom;
}
.round .data .info span {
  padding: 0 4px;
}
.round .comment {
  width: 100%;
  margin-bottom: 20px;
  padding: 16px;
}

#upload-form {
  padding: 0;
  margin-bottom: 32px;
}
#upload-form .form-field {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  align-items: start;
}
#upload-form .form-field label {
  font-size: 14px;
  text-transform: capitalize;
  width: 100%;
}
#upload-form .form-field input {
  width: 100%;
  border: 1px solid rgb(182, 190, 195);
}
#upload-form .form-field input[type=file] {
  display: none;
}
#upload-form .form-field .file-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: rgba(182, 190, 195, 0.25);
  padding: 8px;
}
#upload-form .form-field .file-input .file-icon {
  height: 24px;
}
#upload-form .form-field .file-input .file-name {
  width: 70%;
}
#upload-form .form-field .file-input .file-browse {
  background: rgb(113, 143, 200);
  width: calc(30% - 24px);
  color: white;
  padding: 8px;
  text-align: center;
}
#upload-form .form-field .comment {
  font-size: 14px;
  width: 100%;
}
#upload-form button {
  font-size: 18px;
  background: rgb(113, 143, 200);
  color: white;
  padding: 8px;
  text-align: center;
  width: 100%;
}

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

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

ul#lookup_helper {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 100;
  position: absolute;
  color: #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;
}

#flash {
  background-color: whitesmoke;
  border: 1px solid lightgrey;
  color: black;
}
#flash p {
  padding: 4pt 12pt;
}
#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;
}

iframe#transcript {
  height: 100px;
  width: 100%;
}

.article {
  /*=====  End CMS :  ======*/
}
.article article {
  padding: 10pt 0;
}
.article article h1 {
  font-size: 20pt;
  margin-top: 10pt;
}
.article article h2 {
  font-size: 16pt;
  margin-top: 8pt;
}
.article article p {
  margin-top: 4pt;
}
.article article ul, .article article ol {
  list-style-position: inside;
  margin-top: 4pt;
}
.article article ul li, .article article ol li {
  margin-top: 2pt;
}
.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: 4pt;
}
.article article .padded-bottom {
  padding-bottom: 4pt;
}
.article article .padded-top {
  padding-top: 4pt;
}
.article .hiddeneditable {
  display: none;
}
.article .hiddeneditable.form-container h5 {
  margin-top: 4pt;
}
.article .hiddeneditable.form-container h5 .font_small {
  font-weight: normal;
  font-size: small;
}
.article .hiddeneditable.form-container button {
  padding: 1px 2px;
  border: 2px inset gray;
}
.article .hiddeneditable.form-container input, .article .hiddeneditable.form-container textarea {
  padding: 1pt 2pt;
  border: 1px solid gray;
  width: 100%;
}
.article .hiddeneditable.form-container input[type=checkbox] {
  width: 16px;
}
.article .tagbox.showneditable h5 {
  margin: 4pt 0;
}
.article .tagbox.showneditable h5 .font_small {
  font-weight: normal;
  font-size: small;
}
.article .tagbox.showneditable .content {
  flex-direction: row;
  align-content: center;
}
.article .cols {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.article .full {
  width: 100%;
}
.article .half {
  display: inline-block;
  width: 50%;
}
.article .third {
  display: inline-block;
  width: 33%;
}
.article .third2 {
  display: inline-block;
  width: 66%;
}
.article .quart {
  display: inline-block;
  width: 25%;
}
.article .quart3 {
  display: inline-block;
  width: 75%;
}
.article table.list button {
  padding: 1px 2px;
  border: 2px inset darkgray;
}
.article a.tag {
  display: inline;
  padding: 2pt 4pt;
  background-color: whitesmoke;
  font-size: 12pt;
  border: 1px solid lightgray;
  margin-right: 4pt;
  text-decoration: none;
}
.article .inputfile input {
  display: none;
}
.article .cms-icon {
  height: 32px;
  cursor: pointer;
  padding: 4px;
}
.article ul#added-files {
  list-style-type: none;
  list-style-position: inside;
  padding: 0;
}
.article ul#added-files li a {
  padding: 6px;
}

/* Tablet ********************************************************************/
@media all and (min-width: 700px) {
  .menu {
    justify-content: center;
  }
  .logo {
    flex: 1;
  }
  .item.button {
    width: auto;
    order: 1;
    display: block;
  }
  .toggle {
    flex: 1;
    text-align: right;
    order: 2;
  }
  /* Button up from tablet screen */
  .menu li.button a {
    padding: 10px 15px;
    margin: 5px 0;
  }
  .button a {
    background: #0080ff;
    border: 1px royalblue solid;
  }
  .button.secondary {
    border: 0;
  }
  .button.secondary a {
    background: transparent;
    border: 1px #0080ff solid;
  }
  .button a:hover {
    text-decoration: none;
  }
  .button:not(.secondary) a:hover {
    background: royalblue;
    border-color: darkblue;
  }
  .round {
    justify-content: space-between;
  }
  .round .data, .round .comment {
    width: 45%;
  }
  #upload-form .form-field {
    justify-content: space-between;
  }
  #upload-form .form-field input, #upload-form .form-field button, #upload-form .form-field .file-input, #upload-form .form-field .comment {
    width: 45%;
  }
}
/* desktop */
@media all and (min-width: 960px) {
  .menu {
    align-items: flex-start;
    flex-wrap: nowrap;
    background: none;
  }
  .logo {
    order: 0;
  }
  .item {
    order: 1;
    position: relative;
    display: block;
    width: auto;
  }
  .button {
    order: 2;
  }
  .submenu {
    background-color: #999;
    width: max-content;
  }
  .submenu .subitem {
    text-align: left;
  }
  .submenu .subitem a {
    padding: 4px 8px;
    display: block;
  }
  .submenu-active .submenu {
    display: block;
    position: absolute;
    left: 0;
    top: 40px;
  }
  .toggle {
    display: none;
  }
  .submenu-active {
    border-radius: 0;
  }
}
#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: #bbe;
}
#theGallery #lightbox-base .cms-img-base .slide-control .button-fa {
  background-color: #447;
  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: #bbe;
  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 {
  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: #447;
  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: #225;
  margin: 8px 0;
}
#acms-editor .title {
  font-size: 12pt;
  color: #225;
  font-weight: bold;
  margin-top: 8pt;
}
#acms-editor .tab-head {
  margin-top: 4px;
}
#acms-editor .tab-head .tab {
  color: #88b;
  display: inline;
  font-size: 10pt;
  padding: 4pt;
  border: 1px solid #88b;
  cursor: pointer;
}
#acms-editor .tab-head .tab.active {
  color: black;
  border-color: #225;
  border-bottom-color: #bbe;
  cursor: default;
  z-index: 2;
}
#acms-editor .tab-content {
  margin-top: 5px;
  border: 1px solid #225;
  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 #88b;
  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;
  vertical-align: top;
}
#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: 8pt;
  color: #88b;
}
#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;
}
#acms-editor .mt-4 {
  margin-top: 4px;
}
#acms-editor .mb-4 {
  margin-bottom: 4px;
}
#acms-editor .mt-8 {
  margin-top: 8px;
}
#acms-editor .mb-8 {
  margin-bottom: 8px;
}
#acms-editor .right {
  text-align: right;
}
#acms-editor .center {
  text-align: center;
}
#acms-editor .clickable {
  cursor: pointer;
}

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