html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  color: #444444;
}

.users-container {
    max-width: none;
    padding-left: 80px;
    padding-right: 80px;
}

.flowtagdata {
    text-align: left;
    font-size: smaller;
    margin-bottom: 5px;
    width: 300px;
}

#flowdata table {
    border-radius: 12px;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
    box-shadow: 0 2px 12px rgba(0,0,0,0.18), 0 1.5px 0 #222 inset;
    margin: 16px 0;
    background: linear-gradient( 45deg, #000 5%, #111 10%, #333 30%, #000 50%, #333 70%, #111 80%, #000 95% );
    color: #000;
}

#flowdata td, #flowdata th {
    padding: 3px 6px;
    color: #d1d1d1;
    /* Debossed text effect */
    text-shadow: 1px 1px 2px #111, 0 1px 0 #333, 0 -1px 1px #555;
    font-weight: 600;
    letter-spacing: 0.5px;
}

#flowdata table::before {
    /* Add a subtle highlight for metallic effect */
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 18%;
    background: linear-gradient(90deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.02) 100%);
    pointer-events: none;
    z-index: 1;
}

.flowtagprint {
    padding: 10px;
    text-align: center;
}

td.topleft {
    border-right: 0px;
    border-bottom: 0px;
}

td.topright {
    border-left: 0px;
    border-bottom: 0px;
}

td.midleft {
    border-right: 0px;
    border-top: 0px;
    border-bottom: 0px;
}

td.midright {
    border-left: 0px;
    border-top: 0px;
    border-bottom: 0px;
}

td.bottomleft {
    border-right: 0px;
    border-top: 0px;
}

td.bottomright {
    border-left: 0px;
    border-top: 0px;
}

td.flow {
    text-align: center;
    border: 1px solid #fff;
}

.docview {
    display: flex;
    justify-content: space-around;
    width: 100%;
    border: 1px solid #ddd;
}

.catlist {
    padding: 5px;
    width: 25%;
    text-align: left;
}

.doclist {
    padding: 5px;
    font-size: smaller;
    width: 75%;
    text-align: left;
    color: #444444;
}

.managedoclist {
    width: 100%;
}
.managedocitem {
    font-size: smaller;
}

.manageactive {
    color: rgb(129, 188, 0);
}


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

.userclasssquares {
    float: left;
    width: 10px;
    height: 10px;
    margin: 2px;
}

.error {
    color: red;
    font-style: italic;
    padding-left: 10px;
    margin-bottom: 16px;
    display: block;
}

.editdoc {
    padding: 5px;
    width: 60%;
    text-align: left;
    color: #444444;
}

.userform {
    padding: 5px;
    width: 80%;
    text-align: left;
    color: #444444;
}

.userform table {
    width: 100%;
}

.userform td {
    vertical-align: top;
    width: 50%;
    padding-right: 5px;
}

.createdform a {
    color: rgb(129, 188, 0) !important;
}

.createdform {
    padding: 5px;
    width: 80%;
    text-align: left;
    color: #444444;
}

.createdform table {
    width: 100%;
}

.createdform td {
    vertical-align: top;
/*    width: 50%;
    padding-right: 5px;*/
}

.usercreatedtitle  {
    padding: 10px;
    padding-right: 0px;
    width: 100px;
}

.usercreatedvalue {
    font-style: italic;
    padding: 10px;
    padding-right: 0px;
    width: 200px;
}
.userdl {
    font-size: smaller;
}

.viewsummary {
    color: #999;
}

.docinfo {
    color: rgb(128,188,0);
}

.editform {
    width: 100%;
}

.editformlabel {
    vertical-align: middle;
    width: 150px;
    padding: 10px;
}

.editforminput {
    font-size:smaller;
    width: 100%;
    float: left;
    text-align: left;
}

.left-checkbox {
    margin-top: 10px;
    display: block;
}

.midtd {
    display: table-cell;
    padding-left: 40px;
    padding-top: 16px;
}

.midtddel {
    display: block;
    padding-left: 3px;
}

.fciedituserclasses {
    padding: 3px 3px 3px 10px;
}

.fcieditsubhead {
    padding-top: 30px;
}

.editformbuttons {
    text-align: right;
}

.qtlink {
    color: rgb(128,188,0);
    text-decoration: underline !important;
    font-weight: 600;
}

zing-grid {
    border: 1px solid #ccc;
    color: #444444;
}

zg-table {
    /*border: 1px solid #aaa;*/
}

zg-body {
    /*border: 1px solid #bbb;*/
    background: #fff;
}

zg-row {
    /*border: 1px solid #ccc;*/
    border: none;
}

.fciusersnav {
    font-family: Montserrat;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}

.fciusersnav li {
    margin-left: 35px;
}

.fciadminnav {
    background-color: #ccc;
    margin-top: -8px;
    display: flex;
    justify-content: center;
}

.fciadminnavlabel {
    color: rgb(129, 188, 0);
    font-weight: bold;
}

.fcistack {
    display: flex;
    flex-direction: column;
}

.fciheader {
    position: fixed;
    z-index: 100;
    align-content: center;
    width: 100%;
    display: block;
}

.fciuserscontainer {
    padding-top: 140px;
}

.fcicontainer {
    width: unset;
}

/*.fcigap {
    padding-left: 50px;
}*/

.deldoc {
    padding-top: 80px;
    padding-bottom: 120px;
}

.deldoc a {
    color: rgb(129, 188, 0) !important;
}

.mandoc a {
    color: rgb(129, 188, 0) !important;
}

.doclist a {
    color: rgb(129, 188, 0) !important;
    text-decoration: underline !important;
    text-decoration-color: #444444 !important;
}

.doclist a:hover {
    color: #333333 !important;
}

zg-caption {
    background-color: #ebebeb;
    height: 30px;
}

zg-search {
    height: 28px;
    font-size: small;
}

zg-icon {
    --zg-icon-color: rgb(129, 188, 0);
}

zg-search input {
    border: 1px solid #ccc;
    height: 22px;
}


h4 {
    color: #444444;
}

h3 {
    font-family: Montserrat;
    font-size: 24px;
    color: rgb(129, 188, 0);
}

h2 {
    font-family: Montserrat;
    font-size: 42px;
    font-weight: 300;
    font-stretch: 100%;
}

a:link {
    color: #444444;
    text-decoration: none;
}

a:visited {
    color: #444444;
    text-decoration: none;
}

a:hover {
    color: #000000;
}

a:active {
    color: #777777;
    text-decoration: none;
}

li::marker {
    color: #81BC00;
}

@font-face {
    font-family: "Montserrat";
    src: url("https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2") format("woff2");
    font-style: normal;
    font-display: swap;
}

#flowdata .flowtag-table-wrapper {
    aspect-ratio: 2 / 3;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
}
#flowdata .flowtag-table-wrapper table {
    width: 100%;
    height: 100%;
    table-layout: fixed;
}


