#systemselection {
  background-color: #808080;
  color: white;
}

  #systemselection option {
    padding: 10px;
  }

table thead {
  background-color: #2b539b;
  color: white;
}

  table thead th {
    white-space: nowrap;
  }

table tbody tr {
  white-space: nowrap;
}

html,
body {
  font-family: Roboto, sans-serif !important;
}

.dataTables_scrollFootInner {
  background-color: #ababab !important;
}

.devHidden {
  display: none !important;
}

@media only screen and (min-width: 760px) {
  .login-dialog {
    width: 480px;
    min-width: 400px;
    background-color: white;
    border: 1px solid black;
    margin: 25px auto 0px;
    border-radius: 20px;
  }

  .main-footer {
    padding-bottom: 9px;
    background-color: #494e52;
    color: white;
    padding-top: 9px;
    font-size: small;
  }

  div.timeframe {
    padding: 19px 10px 0;
  }

  .small-box h3 {
    font-size: 3.2rem;
    padding-bottom: 9px;
  }

  div.small-box {
    padding: 0;
  }

  .small-box .icon > i.fas {
    top: 30px;
    font-size: 100px;
  }
}

.content-header {
  width: 100vw;
  background: #494e52;
  position: fixed;
  z-index: 1000;
  padding: 5px 5px 5px;
  height: 50px;
}

.newPermissions {
  display: none;
}

@media screen and (orientation:landscape) and (hover: none) and (pointer: coarse) {
  .content {
    padding-top: 50px !important;
  }

  .small-box .icon > i.fas {
    top: 5px;
    right: 9px;
    font-size: 45px;
  }

  div.timeframe {
    padding: 18px 10px 0;
  }

  .main-footer {
    text-align: center;
  }

  .small-box > .inner {
    padding: 0px 10px 3px 10px;
  }

  .small-box h3 {
    margin: 0;
    font-size: 2.2em !important;
  }
}

@media only screen and (max-width: 767px) {
  .login-dialog {
    width: 100%;
    background-color: white;
    border: 1px solid black;
    margin: 25px auto 0px;
    border-radius: 20px;
  }

  #MailCount,
  #Completed,
  #LiveCalls,
  #Responses {
    font-size: 24px !important;
  }

  .content {
    padding-top: 50px !important;
  }

  div.timeframe {
    padding: 4px 10px 0;
    font-size: 10px;
  }

  div.inner {
    padding: 0px 0px 0px !important;
  }

  .small-box h3 {
    margin-bottom: 0 !important;
  }

  div.small-box {
    padding: 0;
  }

  .main-footer {
    padding-bottom: 9px;
    background-color: #494e52;
    color: white;
    padding-top: 9px;
    font-size: small;
    text-align: center;
  }

  .break-mobile {
    display: inline-block;
  }

  li.paginate_button.previous {
    display: inline;
  }

  li.paginate_button.next {
    display: inline;
  }

  li.paginate_button {
    display: none;
  }
}

.login-ads {
  font-size: 13px;
  font-weight: 700;
}

.jobstatspage p {
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}


/* Hide all elements marked as feature or permission by default */
.feature,
.permission {
  display: none;
}

  /* When JS deems an element visible, it adds this class */
  .feature.visible,
  .permission.visible {
    display: initial;
    /* show at element's default display (block, inline, etc.) */
  }

/* (Optional) Utility class to hide containers or other elements if needed */
.hidden {
  display: none;
}

[data-auto-hide-container] {
  display: none; /* Hidden by default */
}

[data-auto-hide-container].has-visible {
  display: block; /* Or flex/grid/etc depending on layout */
}
