/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(/static/roboto/v29/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(/static/roboto/v29/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(/static/roboto/v29/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(/static/roboto/v29/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(/static/roboto/v29/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format("woff2");
  unicode-range:
    U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(/static/roboto/v29/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format("woff2");
  unicode-range:
    U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(/static/roboto/v29/KFOmCnqEu92Fr1Mu4mxK.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
}
.fontWeightThin {
  font-weight: 100;
}
.fontWeightNormal {
  font-weight: 400;
}
.fontWeightBold {
  font-weight: 700;
}
#compatWarn {
  position: fixed;
  bottom: 0;
  padding: 2.5em;
  background-color: #2c2f39;
  text-align: center;
  color: white;
  left: 50%;
  transform: translate(-50%, 0);
  border-top-left-radius: 0.2em;
  border-top-right-radius: 0.2em;
  max-width: 40em;
}
#compatWarn svg {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
}
#compatWarn a.btn {
  margin-top: 1em;
  color: #000;
}
.cpb {
  margin-left: 0.5em;
}
.cpb svg {
  margin-bottom: -2px;
}
body {
  background-color: #000000;
  color: #dfdfdf;
  font-family: "Roboto", sans-serif;
}
.header a {
  color: #ffffff;
}
.header a.active {
  color: #f99500;
  text-decoration: none;
}
.disabled {
  cursor: default;
  pointer-events: none;
}
.table {
  width: 80%;
  max-width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.centered {
  text-align: left;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0px 24px;
  min-height: 100%;
}
.logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 24px;
  margin: auto;
}
.links {
  margin: 0;
  list-style-type: none;
}
.links li {
  display: inline;
  padding: 1.3em;
  font-size: 1.1em;
}
.links li:last-child {
  padding-right: 0;
}
.vert_centerer {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding-right: 24px;
}
.user {
  position: absolute;
  top: 0;
  height: 28px;
  width: 100%;
  vertical-align: middle;
  line-height: 28px;
  text-align: right;
  padding-right: 24px;
  font-size: 0.8em;
}
div .user.warn {
  background-color: #f00;
}
.header {
  position: absolute;
  top: 2em;
  height: 5em;
  background-color: #1d1d1d;
  width: 100%;
  display: table;
}
.content {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0em;
  bottom: 0;
  padding-top: 7em;
  padding-bottom: 5em;
}
.footer .fvert_centerer {
  position: relative;
  height: 100%;
}
.footer .fcontent {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.footer {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  height: 5em;
  background-color: #1d1d1d;
  text-align: center;
}
.fCopyright {
  left: 5vw;
}
.fContactSales {
  left: 0;
  right: 0;
  text-align: center;
}
.fContactEmail {
  right: 5vw;
  text-align: right;
}
.errorContainer {
  margin-top: 10px;
  transition:
    height 0.5s,
    opacity 0.5s;
}
.errorContainer .alert {
  margin: 0;
}
.errorContainer.hideMe {
  margin-top: 0;
  height: 0;
  opacity: 0;
  transition:
    height 0.5s,
    opacity 0.5s;
}
.form-control {
  background-color: #121212 !important;
  color: #c5c8c4 !important;
  border: 1px solid #606060 !important;
}
input.form-control:-webkit-autofill,
input.form-control:-webkit-autofill:hover,
input.form-control:-webkit-autofill:focus,
input.form-control:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #282f3d inset !important;
  -webkit-text-fill-color: #c5c8c4 !important;
}
.ssoFormContainer.hideMe {
  display: none;
}
.loginFormContainer.hideMe {
  display: none;
}
.white_box {
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #121212;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.05);
}
.white_box.wide {
  width: 600px;
}
.white_box_head {
  padding: 20px 30px;
  border-bottom: solid 1px #373737;
}
.white_box_head .head {
  color: #424242;
  font-size: 18px;
  display: block;
}
.white_box_head .sub_head {
  color: #999999;
  overflow-wrap: normal;
}
.white_box_content {
  text-align: left;
  padding: 30px 50px 60px;
}
.white_box_content span {
  display: inline;
}
.white_box > .white_box_head .head {
  color: #afb8bc;
  font-size: 18px;
  font-weight: 700;
  display: block;
}
.white_box > .white_box_head .sub_head {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  text-wrap: normal;
}
.white_box > .white_box_content span {
  display: block;
}
.white_box .whiteBoxWrap {
  padding-bottom: 30px;
}
.white_box .whiteBoxWrapSpace {
  padding-bottom: 40px;
}
.white_box .form-control[disabled] {
  background-color: #282828 !important;
}
.white_box label {
  color: #bac0c6;
  padding-left: 0.5rem;
}
.white_box input[type="radio"] {
  margin-left: 2rem;
}
.alert-danger label {
  color: rgb(29, 29, 29);
}
.space {
  height: 1.5em;
}
.btn-block {
  /*to match btn-block+btn-block*/
  margin-top: 5px;
}
#overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#idlebox {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 75%;
  max-height: 75%;
  background-color: #232323;
  padding: 0 2em 2em 2em;
}
#idleTimer {
  margin: 1.2rem 0;
  font-size: 2em;
  color: red;
}
#idlebox div {
  margin-bottom: 2rem;
}
#idlebox a {
  width: 49%;
  display: inline-block;
  margin-top: 5px;
}
#idlebox hr {
  margin: 7px;
  border: 1px inset;
}
.half-block {
  display: inline-block;
  width: 49%;
}
.labelbox {
  padding-left: 1.25em;
  padding-right: 1.25em;
}
.rFConfirm {
  margin-top: 10px;
}
hr {
  border-top: 1px solid #535353;
}
.statwarn {
  background-color: #f99500;
}
.statgood {
  background-color: #8db762;
}
.statbad {
  background-color: #ea5d3e;
}
.back {
  position: absolute;
  top: 5em;
  margin-top: 1.5em;
  height: 2em;
  right: 5vw;
}
.back a {
  /*same as bootsrap*/
  color: #337ab7;
  text-decoration: none;
}
.onclickable {
  cursor: pointer;
  user-select: none;
}
.ui-widget-overlay {
  background: #000;
  opacity: 0.67;
}
.ui-dialog.enkDiag {
  outline: 0 none;
  padding: 0 !important;
  border: 1px solid #888;
  border-radius: 0;
}
.ui-dialog.enkDiag .ui-widget-header {
  background: none;
  border: none;
  font-weight: bold;
  border-radius: 0;
}
.ui-dialog.enkDiag .ui-dialog-titlebar {
  padding: 1.2em 0;
  position: relative;
  font-size: 1.25em;
  text-align: center;
  border-bottom: solid 1px #e2e2e2;
  color: #c5c8c4;
}
.ui-dialog.enkDiag .ui-dialog-titlebar .ui-button.no-close {
  display: none;
}
.ui-dialog.enkDiag .ui-dialog-titlebar .ui-dialog-title {
  width: 100%;
}
.ui-widget-content.enkDiag {
  background-color: #121212;
}
.ui-widget-content.enkDiag {
  margin: 0;
}
.ui-dialog.enkDiag .ui-dialog-content {
  background: none;
  border: 0 none;
  overflow: auto;
  position: relative;
  padding: 2em !important;
  margin: 0;
  color: #c5c8c4;
}
.ui-dialog.enkDiag .ui-dialog-buttonpane {
  text-align: left;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 0;
  background: none;
  padding: 1em;
}
.ui-dialog.enkDiag .ui-dialog-buttonset .ui-button {
  background-color: #f0ad4e;
  color: black;
  border: 1px solid #eea236;
  width: 12em;
  padding: 0.5em 0;
  margin-left: 1.5em;
  font-size: 1.1em;
  line-height: 1.25;
}
.ui-dialog.enkDiag .ui-dialog-buttonset .ui-button:hover {
  background-color: #ec971f;
  border-color: #d58512;
}
.ui-dialog.enkDiag .ui-dialog-buttonset .ui-button.opt {
  border: 1px solid #ccc;
  background-color: transparent;
  color: #fff;
}
.ui-dialog.enkDiag .ui-dialog-buttonset .ui-button.opt:hover {
  background-color: #282828;
  border-color: #adadad;
}
img.logoutBtn {
  height: 14px;
  padding-left: 1em;
  margin-left: 1em;
  border-left: 1px solid #777;
}
#logout {
  cursor: pointer;
}
#sent label.code {
  text-align: center;
  width: 100%;
  margin-top: 1em;
  user-select: all;
}
.noshow {
  display: none;
}
.formSec {
  background-color: #222222;
  padding: 0.5em 1.5em;
  text-align: left;
  font-size: 15px;
  border-top: solid 1px #535353;
  border-bottom: solid 1px #535353;
  margin-bottom: 0.5em;
}
.errorContainerNotice {
  margin-top: 2px;
}
.errorContainerNotice.hideMe {
  display: none;
}
#page {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#page #content {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
@media (min-width: 1001px) {
  #page #content {
    padding: 20px 100px;
  }
}
@media (max-width: 1000px) and (min-width: 768px) {
  #page #content {
    padding: 20px 40px;
  }
}
@media (max-width: 767px) {
  #page #content {
    padding: 20px 10px;
  }
}
#page #header {
  background-color: #2c2f39;
}
#page #content.center_me {
  padding: 0;
}
#acctContainer {
  position: absolute;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.acctTitle {
  text-align: center;
  padding: 20px 30px;
}
.acctTitle img {
  width: 150px;
}
.login-divider {
  margin-top: 20px;
  margin-bottom: 20px;
}
.subText {
  text-align: center;
  padding: 20px 30px;
  color: #999999;
  font-size: 15px;
}
.subText span {
  display: block;
}
.white_box.narrow {
  width: 400px;
}
input:focus::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1; /* Firefox */
}
input:focus:-ms-input-placeholder input:focus::-ms-input-placeholder {
  /* IE */
  color: #ccc;
}
.pscol {
  border-radius: 5px;
  display: inline-block;
  color: #000;
  padding: 0.1em;
  text-align: center;
  width: 7em;
}
.jsgrid-grid-body,
.jsgrid-grid-header {
  overflow-y: hidden;
}
.jsgrid-grid-body .jsgrid-selected-row .jsgrid-cell {
  cursor: default;
}
.jsgrid-header-row .jsgrid-align-left {
  text-align: left;
}
.jsgrid-table {
  font-size: 1em;
}
.jsgrid-filter-row > .jsgrid-cell {
  background: #000;
}
.jsgrid-cell {
  border: 1px solid rgba(81, 81, 81, 1);
  overflow: hidden;
  -webkit-user-select: all;
  /* Chrome 49+ */
  -moz-user-select: all;
  /* Firefox 43+ */
  -ms-user-select: all;
  /* No support yet */
  user-select: all;
  /* Likely future */
}
.jsgrid-cell > input[type="text"] {
  font-family: Roboto, eyenuk;
  background-color: #3b3b3b;
  border: 1px solid #808080;
}
.jsgrid-header-row > .jsgrid-header-cell {
  background-color: #222222;
  color: #f99500;
  text-transform: uppercase;
  font-weight: normal;
}
.jsgrid-row > .jsgrid-cell {
  background: #000000;
}
.jsgrid-alt-row > .jsgrid-cell {
  background: #161616;
}
.jsgrid-selected-row > .jsgrid-cell {
  border-color: #965d0d;
}
.jsgrid-alt-row.jsgrid-selected-row > .jsgrid-cell {
  background: #5f3700;
}
.jsgrid-row.jsgrid-selected-row > .jsgrid-cell {
  background: #5f3700;
}
.jsgrid-edit-row > .jsgrid-cell,
.jsgrid-filter-row > .jsgrid-cell,
.jsgrid-grid-body,
.jsgrid-grid-header,
.jsgrid-header-row > .jsgrid-header-cell,
.jsgrid-insert-row > .jsgrid-cell {
  border: 1px solid #373737;
}
.jsgrid-nodata-row > .jsgrid-cell {
  background: #161616;
}
div.jsgrid-action-div {
  vertical-align: top;
  padding-left: 0.35em;
}
div.jsgrid-empty-action {
  height: 28.4px;
  width: 24.2px;
  padding: 4.2 4.2 4.2 0;
  display: inline-block;
}
.accountContainerDiv {
  min-width: 30em;
  width: 60%;
  max-width: 45em;
}
.action:first-of-type {
  padding-left: 0;
}
.action:last-of-type {
  padding-right: 0;
}
.progress {
  margin-top: 25px;
  background-color: #2b2a29;
}
.progress-bar-warning {
  background-color: #f99500;
}
.progress-bar-info {
  background-color: #3e78bb;
}
.bar-step {
  position: absolute;
  top: 0px;
  bottom: 20px;
  font-size: 12px;
}
.label-line {
  background-color: rgba(0, 0, 0, 0.08);
  height: 30px;
  width: 1px;
  position: absolute;
  top: 0;
  margin-top: -5px;
}
.fat {
  width: 3px;
  margin-left: -1px;
}
.dark {
  background-color: rgba(0, 0, 0, 0.2);
}
.tall {
  height: 40px;
  margin-top: -10px;
}
.label-percent {
  position: absolute;
  top: 28px;
  margin-top: 1px;
  margin-left: 3px;
  width: 12em;
}
.high {
  top: 0;
  margin-top: -22px;
}
.inlineBold {
  font-weight: bold;
  display: inline;
}
.profile {
  font-size: 13px;
  margin-left: 1em;
}
.profile td {
  padding-left: 1em;
  padding-right: 1em;
}
li {
  clear: left;
}
li:before {
  content: "";
  height: 20px;
  width: 20px;
  display: block;
  float: left;
  margin-left: -22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}
li.valid {
  color: #1fd34a;
}
li.invalid {
  color: #d32b1f;
}
li.invalid,
li.valid {
  list-style: none;
}
li.invalid:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLXgiIGNvbG9yPSIjZDMyYjFmIj48bGluZSB4MT0iMTgiIHkxPSI2IiB4Mj0iNiIgeTI9IjE4Ij48L2xpbmU+PGxpbmUgeDE9IjYiIHkxPSI2IiB4Mj0iMTgiIHkyPSIxOCI+PC9saW5lPjwvc3ZnPg==");
}
li.valid:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWNoZWNrIiBjb2xvcj0iIzFmZDM0YSI+PHBvbHlsaW5lIHBvaW50cz0iMjAgNiA5IDE3IDQgMTIiPjwvcG9seWxpbmU+PC9zdmc+");
}

form input.invalid:focus {
  border: 2px solid #d32b1f;
}
form input.valid:focus {
  border: 2px solid #1fd34a;
}
#th:hover {
  text-decoration: none;
}
.tabbed {
  margin-left: 2em;
}
#pcurrent {
  transition: left 0.6s ease;
}
.overdue {
  background-color: #ea5d3e;
}
.paid {
  background-color: #8db762;
}
.pending {
  background-color: #f99500;
}
#payment {
  margin: 1em;
  color: #000;
  padding: 0.3em 0.8em;
  border-radius: 3px;
}
.barcontainer {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
  margin: 25px 4em 25px 4em;
  width: 80%;
  max-width: 40em;
  min-width: 15em;
}
.errorContainer .hideMe {
  margin-top: 0;
  height: 0;
  opacity: 0;
  transition:
    height 0.5s,
    opacity 0.5s;
}
#other_reason_input {
  margin-top: 5px;
  color: black;
}
#delete_confirm_cb {
  margin: 5px;
}
.del_btns {
  margin-right: 5px;
}
#reason_cb_div > input {
  margin: 5px;
}
.last_element {
  margin-bottom: 30px;
}
.del_req_box {
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  padding: 0.1em;
  width: 6em;
  text-align: center;
}
.notificationsBox {
  border: 2px solid #cc4644;
  padding: 0.5em;
  color: #cc4644;
  position: relative;
  margin: 0.2em;
  border-radius: 4px;
}
.notificationsBox .ntext {
  padding-right: 4em;
}
.notificationsBox .nhide {
  background-color: #cc4644;
  top: 0;
  right: 0;
  bottom: 0;
  width: 4em;
  position: absolute;
  text-align: center;
  cursor: pointer;
}
.notificationsBox .nhide:hover {
  background-color: #d66d6b;
}
.vcenter {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.notificationsBox .nhideb {
  text-align: center;
  width: 100%;
}
.ref {
  position: relative;
  display: inline-block;
}
.dreq thead td {
  font-size: 15px;
  font-weight: 600;
}
.dreq > tbody > tr > td,
.dreq > tbody > tr > th,
.dreq > thead > tr > td,
.dreq > thead > tr > th {
  padding: 2px;
  line-height: 1.42857143;
  vertical-align: top;
}
.dreq > tbody > tr > td,
.dreq > tbody > tr > th {
  border-top: 1px solid #ddd;
}
.requirements {
  font-size: 0.8em;
}
.start {
  padding-top: 1em;
  font-size: 1.25em;
}
h3 {
  font-size: 20px;
}
.fa.actionIcon {
  font-size: 20px;
}
@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
  a[href]:after {
    content: none !important;
  }
}
.printBtn {
  position: absolute;
  top: 10em;
  right: 5vw;
  color: white;
}
.hashInfo {
  margin-left: 5px;
}
#alert {
  display: none;
  text-align: left;
  padding: 2em;
  background-color: #121212;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#alert p {
  font-size: 1.5em;
  padding-left: 1rem;
}
#alert hr {
  margin: 0;
}
#alertbg {
  background-color: rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
#alertText {
  padding: 1em;
}
#alertButton {
  float: right;
}
.rep {
  padding-left: 3em;
  padding-bottom: 1.5em;
}
.total-row {
  font-weight: bold;
}
.total-row td {
  border-top: 2px solid #efefef;
}
.action {
  cursor: pointer;
  padding: 0.3em;
  display: inline-block;
}
.cfgp {
  padding-left: 2em;
}
.cfgbtn {
  width: 14em;
}
.dlerror {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0;
}
.ref .dldetails {
  visibility: hidden;
  text-align: center;
  border-radius: 4px;
  padding: 5px 5px;
  bottom: 7px;
  left: 99%;
  border: 1px solid #ddd;
  position: absolute;
  z-index: 1;
  background-color: #121212;
  width: 40em;
}
.ref:hover .dldetails {
  visibility: visible;
}
.graderDashboardInfo {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s;
}
.blocked {
  cursor: not-allowed;
}
.action.blocked {
  cursor: not-allowed;
}
.showMsg {
  color: red;
  margin-top: 1em;
  font-weight: bold;
}
#addButton {
  width: auto;
}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-left: 2em;
  margin-top: 0.5em;
}

.upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
input.upload {
  cursor: none;
}
#poverlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#viewer img {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 75%;
  max-height: 75%;
  background-color: white;
}
#popup {
  display: none;
}
#x {
  position: fixed;
  top: 1em;
  right: 1em;
  color: #fff;
  cursor: pointer;
}
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: grey;
  border-color: grey;
}
.hspace {
  height: 2.5em;
}
#acode {
  font-size: 1.25em;
  font-family: monospace;
}
#main p {
  margin: 0 0 2px;
}
.table.narrow {
  width: 50%;
  font-size: 14px;
}
.ycontainer {
  position: relative;
  width: 66%;
  margin-right: auto;
  margin-left: auto;
  height: 0;
  padding-bottom: 37.5%;
}
.yvideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
ul.helperText {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  line-height: 20px;
  color: #808080;
}
input[type="checkbox"] {
  vertical-align: middle;
  margin-bottom: 7px;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  position: relative;
}

input[type="checkbox"]:disabled {
  -webkit-appearance: none; /* Remove default checkbox styling */
  -moz-appearance: none; /* Remove default checkbox styling */
  appearance: none; /* Remove default checkbox styling */
  background-color: #9d9d9d; /* Subdued background color for unchecked state */
  border: 1px solid #ccc;
  cursor: not-allowed;
}
input[type="checkbox"]:disabled:checked::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  width: 6px;
  height: 10px;
  border: solid #2e2e2e;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg); /* Center and rotate the checkmark */
}

.privacy {
  display: inline;
  font-size: 13px;
  padding-left: 0.2em;
  margin: 0;
}
.msgContainer {
  margin-top: 10px;
  transition:
    height 0.5s,
    opacity 0.5s;
}
.msgContainer .alert {
  margin: 0;
}
.msgContainer.hideMe {
  margin-top: 0;
  height: 0;
  opacity: 0;
  transition:
    height 0.5s,
    opacity 0.5s;
}
.showMe {
  animation: showAnim 0s 1s forwards;
  visibility: hidden;
}
@keyframes showAnim {
  to {
    visibility: visible;
  }
}
.authForm {
  text-align: right;
}
#addbuttontext {
  display: inline-block;
  padding-right: 0.75em;
  vertical-align: middle;
}
.selectText {
  user-select: all;
}
#sales {
  padding-top: 1em;
}
#sales label {
  padding-left: 1em;
}
#sales p {
  padding-left: 2em;
}
#remain {
  font-size: 0.8em;
  padding-left: 0.8em;
}
.authorizeClients {
  padding-top: 1em;
  padding-bottom: 1em;
}
#printBtn {
  width: 4em;
}
.acode {
  padding-top: 1em;
}
.marginLeft {
  margin-left: 2em;
}
.noafter {
  margin-bottom: 0;
}
.dlbutton {
  width: 20em;
}
.expandButton {
  width: 20em;
}
.btn-default {
  color: #fff;
  background-color: #000;
}
.btn-default:hover {
  color: #fff;
  background-color: #282828;
}
.btn-default.active,
.btn-default:active {
  color: #fff !important;
  background-color: #282828 !important;
}
.btn-warning {
  color: #000 !important;
}
a {
  color: #4099d1;
}
a:hover {
  color: #76c3f2;
}
.autocomplete-suggestions {
  border: 1px solid #606060 !important;
  color: #ffffff !important;
  background-color: #222222 !important;
}
.autocomplete-suggestion {
  color: #ffffff !important;
}
.autocomplete-suggestion.selected {
  background-color: #eea236 !important;
}
