body, td {
    background-color: #f0f0f0;
}

#menu_page_cover {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    display: none;
    z-index: 900000;
}

#page_cover {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: #00000080;
    display: none;
    z-index: 1000000;
}

#message_box {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 30vw;
    min-width: 400px;
    padding: 20px;
    background-color: #ffffff;
    display: none;
    z-index: 1000001;
}

.agent_stats table {
    margin: auto;
    font-size: 0.9em;
}

.stats_current_average {
    font-weight: 700;
    border: 2px solid #c0c0c0;
    border-radius: 4px;
    padding: 0px 4px;
    background-color: #ffffff;
}

.agent_stats td {
    background-color: transparent;
    padding-right: 10px;
    white-space: nowrap;
}

a {
}

a:hover {
}

.btn .lms-icon {
    opacity: 1;
    color: #a0a0a0;
}

.btn-no-caption .lms-icon {
    color: #ffffff;
}

.lms-icon {
    opacity: 0.3;
}

.form-list {
    overflow: hidden;
    white-space: nowrap;
}

.form-list-header {
    overflow: hidden;
    white-space: nowrap;
}

.list-group-item div {
    overflow: hidden;
}

.btn {
    margin-bottom: 4px;
}

.btn {
    border: 2px solid #212529;
    outline: 3px solid #212529;
    padding: 0.2em 0.7em;
    margin-right: 6px;
    margin-bottom: 6px;
}

.btn:hover {
    border: 2px solid #ffffff;
}

.menu-icon {
    color: #FFD204;
}

.form-row div:first-of-type {
    padding-top: 0px;
}

.form-row div:first-of-type label {
    padding-top: 10px;
    padding-left: 3px;
    color: #808080;
    font-size: 0.9em;
}

.form-row div:last-of-type input,
.form-row div:last-of-type select,
.form-row div:last-of-type textarea {
    width: 100%;
    padding: 5px 12px;
    border: 1px solid #a0a0a0;
    border-radius: 0px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #ffffff;
    color: #000000;
    text-align: left;
}

.form-row.nav-buttons div:last-of-type input {
    width: calc(100% - 4em);
    border-left: 0;
    border-right: 0;
}

.form-row.nav-buttons div:last-of-type button {
    width: 2em;
    padding: 5px 0px;
    border: 1px solid #A0A0A0;
    color: #000000;
}

.form-row div:last-of-type input:read-only {
    background-color: #FAFAFA;
    border-color: #e0e0e0;
}

.form-row div:last-of-type textarea {
    font-family: monospace;
    font-size: 0.8em;
}

.drop-menu {
    position: fixed;
    display: none;
    border-radius: 0.25em;
    border-top-left-radius: 0px;
    background-color: #ffffff;
    border: 1px solid #c0c0c0;    
    position: relative;
    z-index: 910000;
}

.drop-menu-item {
    padding: 2px 2px;
    border-bottom: 1px solid #c0c0c0;
}

.drop-menu-item-click {
    cursor: pointer;
    padding: 6px 10px;
}

.drop-menu-item-click:hover {
    background-color: #0093D0;
    color: #ffffff;
    border-radius: 0.25em;
}

.drop-menu-item:last-of-type {
    border-bottom: 0;
}

.drop-menu-icon {
    display: inline-block;
    text-align: right;
    padding-right: 10px;
    width: 27px;
}

.drop-menu-caption {
    display: inline-block;
}

#please_wait {
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
    margin-top: 3em;
    padding-top: 5em;
}

#please_wait_message {
    font-size: 2em;
}

.topline {
    font-family: Serif;
    font-size: 2em;
    background-color: #0093D0;
    border-bottom: 1px solid #11749D;
    color: #ffffff;
    padding: 0em 0.4em;
    position: fixed;
    z-index: 100000;
    top: 0;
    width: 100%;
    cursor: pointer;
}

.view {
    box-sizing: border-box;
    background-color: #fafafa;
    margin-top: 3em;
    padding: 2em;
    display: none;
    opacity: 0;
}

.view > h2 {
    box-sizing: border-box;
    font-size: 1.5em;
    margin: -1.33em -1.33em 1em -1.33em;
    padding: 0.25em 0.6em;
    background-color: #ffd204;
    border-bottom: 6px solid #D9BF47;
}

@media (min-width: 576px) {
    
    .view {
        margin-top: 5em;
    }
    
}

.loader,
.loader:before,
.loader:after {
  background: #0093D0;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #0093D0;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

.display-none {
    display: none !important;
}

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

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

.form-checkbox-list {
    border: 1px solid #a0a0a0;
    padding: 10px 10px 4px 10px !important;
    background-color: #ffffff;
}

.form-checkbox-list .row {
    --bs-gutter-x: unset;
}

.form-checkbox-list-checkbox {
    cursor: pointer;
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    margin-right: 6px;
    border: 1px solid #A0A0A0;
    border-radius: 3px;
}

.unchecked {
}

.checked {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
}

.checked::before {
    content: "✓";
    position: relative;
    top: -5px;
    left: 3px;
    font-weight: 700;
    font-size: 1.3em;
    text-shadow: 2px 0px #ffffff;
    line-height: 30px;
}