body {
  font-family: Helvetica !important;
  background: #fff;
  top: 0 !important;
}

@font-face {
  font-family: "Graphik-Normal";
  src: url("../fonts/GraphikRegular.otf");
}

@font-face {
  font-family: "Graphik-Medium";
  src: url("../fonts/GraphikMedium.otf");
}

@font-face {
  font-family: "Graphik-Bold";
  src: url("../fonts/GraphikBold.otf");
}

@font-face {
  font-family: "Graphik-SemiBold";
  src: url("../fonts/GraphikSemibold.otf");
}

@font-face {
  font-family: "GE Sans Bold";
  src: url("../fonts/gesans-bold.ttf");
}

@font-face {
  font-family: "Helvetica LT";
  src: url("../fonts/HelveticaLTStd-Roman.otf");
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 1.5em;
}

.ver-aligned {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar.navbar-fixed-top {
  background: #fff;
  padding: 0.2em 0;
}

.content-wrapper {
  margin-top: 10em;
}

.navbar {
  padding: 1em 0 !important;
}

.navbar div.menu-tab {
  padding: 0.4em 1em;
  margin-left: 2em;
}

.navbar .menu-tab a {
  font-family: Graphik-Normal;
  font-size: 110%;
  color: #444 !important;
  font-weight: normal;
  padding: 1.5em 0.5em;
}

.navbar .menu-tab a:focus {
  text-decoration: none;
}

.navbar .menu-tab a.active {
  color: #4887ef !important;
  border-bottom: 2px solid #4887ef;
}

.navbar .menu-tab a:hover {
  background: none;
  color: #4887ef !important;
  text-decoration: none !important;
}

.navbar .user-pic {
  margin-left: 0em;
  padding-right: 3em;
  background: none;
  border: none;
  font-weight: 600;
  color: #232323;
}

.navbar span.logo-placeholder {
  font-size: 120%;
  font-weight: 800;
  color: black;
}

a.logo-img {
  margin-right: 3em;
}

.nav.navbar-nav {
  background: none !important;
  border: none !important;
}

.nav.navbar-nav a {
  background: none !important;
  border: none !important;
}

.nav [role="navigation"] {
  border: none !important;
}

.navbar.navbar-fixed-top {
  -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.1);
}

.center-text {
  text-align: center !important;
}

.very-bold-text {
  font-family: Graphik-Bold;
  color: #232323;
}

.basic-print {
  margin-bottom: 1em;
  line-height: 1.8;
  font-size: 110%;
}

.button.big-btn {
  background: none;
  border: 1px solid #808080;
  width: 100%;
  padding: 1em;
  border-radius: 40px;
}

.button.big-btn:hover {
  background: none;
  color: #000;
}

.button.big-btn.blue-btn {
  background: #4887ef;
  color: #fff;
  border: none;
}

.button.big-btn.blue-btn:hover {
  color: #fff;
}

.button.big-btn.blue-btn:focus {
  color: #fff;
}

.button.big-btn.white-btn {
  border: none;
  color: #232323;
  background: #fff;
}

.margind {
  margin-bottom: 0.7em;
}

input.slackish.rounded-input {
  background: #fff;
  border-radius: 5px !important;
  padding: 1em;
}

input.slackish.rounded-input.smallr {
  padding: 0.8em;
  height: 3.3em;
}

textarea.slackish.rounded-input {
  height: 9em;
}

.slackish.rounded-input {
  height: 3.7em;
  font-family: Helvetica, sans-serif;
}

input.slackish.rounded-input:focus {
  border-bottom: none !important;
  border: 1px solid #4887ef !important;
}

.button.rounded-btn {
  border-radius: 40px;
}

.button.blue-btn {
  background: #4887ef !important;
  width: 100%;
  padding: 0.7em;
  border: none;
  color: #fff;
  border-radius: 40px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.button.blue-btn i.fa-spin {
  display: none;
}

.button.blue-btn:hover {
  color: #fff;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.button.blue-btn.disabled {
  height: 3.5em;
  color: #232323;
  /*
    div::before{
        content: "Submitting...";
        display: block;
    }
    */
}

.button.blue-btn.disabled span {
  display: none;
}

.button.blue-btn.disabled i.fa-spin {
  display: block !important;
  margin: auto;
  left: 50% !important;
  top: 35%;
  color: #4887ef;
}

.button.white-btn {
  background: #fff;
  width: 100%;
  padding: 0.7em;
  border: none;
  color: #666;
  border-radius: 40px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  border: 1px solid #ccc;
}

.button.white-btn:hover {
  color: #232323;
  background: none;
}

.button.small-btn {
  width: 9em;
  padding: 1em !important;
}

.disabled.button.blue-btn {
  background: #eee !important;
  color: #232323;
}

.validation-summary-errors.validation-bold {
  color: #e11 !important;
}

.validation-summary-errors.validation-bold ul li {
  color: #e11;
}

footer {
  margin-top: 5em;
  text-align: center !important;
}

.control-label.left-align {
  text-align: left !important;
}

.row.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row.form-group input[type="radio"] {
  margin: 0.5em;
  margin-left: 3em;
}

.row.form-group input[type="radio"].first {
  margin-left: 0 !important;
}

.row.form-group textarea {
  font-family: Helvetica;
}

.row.form-group select {
  background: #fff;
  border-radius: 5px !important;
  padding: 1em;
  height: 3.7em;
  font-family: Helvetica, sans-serif;
  width: 100%;
}

.row.form-group .checkbox-line {
  margin-bottom: 0.5em;
}

.row.form-group .checkbox-line input[type="checkbox"] {
  width: 1.5em;
  float: left;
  margin-right: 1em;
}

.row.form-group .checkbox-line label {
  cursor: pointer;
}

.row.form-group .checkbox-line:hover {
  color: #000;
  background: #f8f8f8;
}

.grievance-menu {
  float: right;
  padding: 0.5em 0.2em;
}

.grievance-menu .button.grievance-button {
  background: #eee;
  border: none;
  border-radius: 4px;
  margin-bottom: 5px;
  padding: 0.9em 1.5em;
  font-weight: normal;
  color: #232323;
  margin: 0;
  margin-left: 0.5em;
  margin-bottom: 0.7em;
}

.grievance-menu .button.grievance-button svg {
  width: 25px;
  margin-bottom: -7px;
  margin-right: 8px;
}

.grievance-menu .button.grievance-button:hover {
  background: #4887ef;
  color: #fff;
}

.grievance-menu .button.tab-specific {
  background: #4887ef;
  color: #fff;
  border-radius: 4px;
  padding: 0.7em 1.5em;
  margin-bottom: 1.5em;
  padding-right: 2.5em;
  font-size: 110%;
}

.grievance-menu .button.tab-specific svg {
  margin-right: 1em;
}

.grievance-menu.mobile .button.tab-specific {
  font-size: 85%;
  padding: 0.7em !important;
}

.grievance-menu.mobile .button.tab-specific svg {
  display: none;
}

.grievance-dropmenu {
  -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  z-index: 1;
  right: 0;
  background: #fff;
  display: none;
}

.grievance-dropmenu button {
  background: none;
  border: none;
  width: 100%;
  padding: 1em 0.7em;
  text-align: left;
  font-size: 95%;
}

.grievance-dropmenu button:hover {
  background: #f3f3f3;
  color: #232323;
}

.grievance-dropmenu svg {
  width: 20px;
  margin-bottom: -7px;
  margin-right: 12px;
}

.dropdown-menu-rd {
  right: 1em;
}

i.icon-gn {
  margin-right: 0.7em;
}

.dl-horizontal dt {
  text-align: left !important;
  margin-bottom: 0.6em;
}

.button.extra-small-btn {
  background: none;
  border-radius: 40px;
  padding: 0.5em 2em !important;
  border: 1px solid #4887ef;
  color: #4887ef;
}

.button.extra-small-btn:hover {
  color: #fff !important;
  background: #4887ef !important;
}

.button.extra-small-btn:visited {
  background: none;
  border-radius: 40px;
  padding: 0.5em 2em !important;
  border: 1px solid #4887ef;
  color: #4887ef;
}

.row.nomargin {
  margin-bottom: 0;
}

.row.nomargin .control-label {
  text-align: left;
}

.validation-summary-error.text-danger {
  padding: 1em;
  background: #e11 !important;
}

.row.form-groupie {
  margin-bottom: 0.7em;
}

.page-button-block {
  text-align: right;
}

.page-button-block a.button.create-btn {
  background: #4887ef;
  color: #fff;
  padding: 0.9em;
  border-radius: 40px;
  border: none;
  min-width: 15em;
}

.pagination-container {
  text-align: center;
}

.pagination-container ul li a {
  border-radius: 50% !important;
  width: 2.5em;
  height: 2.5em;
  margin: 5px;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination-container ul li a[rel="next"], .pagination-container ul li a[rel="prev"] {
  border: none !important;
  border-radius: none !important;
}

.pagination-container ul li a[rel="next"]::after {
  content: "\f105" !important;
  font-size: 140%;
}

.pagination-container ul li a[rel="prev"]::before {
  content: "\f104" !important;
  font-size: 140%;
}

.dropmenu {
  background: #fff;
  -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  position: absolute;
  padding: 0.5em 0;
  display: none;
}

.dropmenu a.button.dropmenu-item {
  background: none;
  width: 100%;
  text-align: left;
  border: none;
  padding: 0.7em 1em;
  font-size: 95%;
}

.dropmenu a.button.dropmenu-item:hover {
  background: #f8f8f8;
  color: #232323 !important;
}

.file-upload {
  cursor: pointer;
  border: 1px dashed #aaa;
  border-radius: 7px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.file-upload:hover {
  border: 1px dashed #4887ef;
}

.file-upload.active {
  border: 1px dashed #4887ef;
  color: #4887ef;
}

.file-upload.active i {
  color: #4887ef;
}

button.close {
  padding: 0.7em;
  position: absolute;
  top: 0.1em;
  right: 0;
  color: #000;
}

button.close:hover {
  background: #eee;
}

.field-validation-error {
  color: #e11;
}

.default-icon {
  color: #232332;
  font-size: 17pt;
}

span.progress-number {
  border: 2px solid #ddd;
  color: #232323;
  padding: 0.5em 0.75em;
  background: none;
  border-radius: 50%;
  margin-left: 0em;
  margin-right: 1.4em;
  font-size: 90%;
  border-right: 2px solid #4887ef;
  border-top: 2px solid #4887ef;
}

.tab-menu button {
  border: none;
  background: #f3f3f3;
  border-bottom: none;
  border-radius: 0;
  padding: 1.2em 1.5em;
  color: #808080;
  margin-right: 1em;
  font-weight: normal;
}

.tab-menu button.tab-button.active {
  background: #fff;
  color: #232323;
  border: none;
  font-weight: 600;
}

div.dt-label {
  color: #666;
  font-weight: 400;
}

a.grey-link {
  color: #444;
  text-decoration: none;
}

.dl-horizontal .row {
  font-size: 115%;
  margin-bottom: 0.8em;
}

.tabz {
  display: none;
  padding: 1em 0;
}

.right-align {
  text-align: right !important;
}

.row.hideable {
  display: none;
}

.dash-big-num {
  font-size: 200%;
  font-weight: 600;
  font-family: Arial;
  color: #222;
}

.dash-num-title {
  color: #666;
  font-size: 110%;
}

.dash-percentage {
  font-size: 95%;
  font-weight: 600;
}

.dash-percentage svg {
  width: 12px;
}

.dash-percentage span {
  color: #808080;
  font-weight: normal;
  margin-left: 0.5em;
}

.dash-percentage.up {
  color: green;
}

.dash-percentage.down {
  color: red;
}

.big-tab {
  background: #fff;
  border-radius: 8px;
  min-height: 6em;
  -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.1);
}

.monthselect {
  float: left;
}

.calendar-table select {
  font-family: Helvetica;
}

button.button.ellipsis-btn {
  background: #f4f4f4;
  color: #232323;
  border: 1px solid #f3f3f3;
  padding: none;
  width: 3.3em;
  height: 3.3em;
  border-radius: 5px;
  padding: 0;
  cursor: pointer;
  z-index: 100;
}

button.button.ellipsis-btn svg {
  width: 30px;
  margin-bottom: 0;
  margin-top: 0.3em;
  color: #232323;
  cursor: pointer;
}

button.button.ellipsis-btn:focus {
  color: #4887ef !important;
}

.document-card {
  -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  border: 1px solid #f8f8f8;
  background: #fff;
  min-height: 10em;
  padding: 0 1em;
}

.document-card .title {
  font-size: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-title {
  font-size: 130% !important;
}

.big-radio {
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #808080;
  border: 1px solid #ddd;
  border-radius: 7px;
  font-size: 90%;
}

.big-radio .main-text {
  font-size: 110%;
  font-weight: 600;
  color: #444;
  margin-bottom: 0.4em;
}

.big-radio .main-text.thin {
  font-weight: normal;
  margin-bottom: 0;
}

.big-radio .two.twelfths {
  text-align: right;
}

.big-radio.bigger {
  height: 4.5em;
}

.big-radio:hover {
  -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.2);
  background: #f9f9f9;
  cursor: pointer;
}

.big-radio.active {
  border: 1px solid #4887ef;
  color: #4887ef;
  -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.1);
}

.big-radio.active .main-text {
  color: #4887ef;
}

.label-row {
  font-weight: 600;
  padding-bottom: 0;
}

.daterangepicker {
  position: fixed !important;
  top: 50% !important;
  left: 80% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  z-index: 100000000;
}

.daterangepicker th {
  background: none;
}

.daterangepicker select {
  border: none !important;
}

.msg-card {
  background: #fff;
  float: left;
  margin-bottom: 1em;
}

.msg-card .user-text {
  font-weight: 600;
  font-size: 85%;
  color: #666;
}

.msg-card .time-text {
  float: right;
  color: #666;
  margin-left: 1em;
  font-size: 90%;
  margin-top: 0.3em;
}

.msg-card.right {
  float: right;
  margin-right: 1.5em !important;
  background: #4887ef;
  color: #fff;
}

.msg-card.right .user-text, .msg-card.right .time-text {
  color: #fff;
}

.msg-date {
  text-align: center;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

.goog-tooltip {
  display: none !important;
}

.goog-text-highlight {
  background: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

#goog-gt-tt {
  display: none !important;
}

.ss-scroll {
  width: 7px !important;
}

.toast {
  background: #fff;
  border-radius: 9px;
  font-size: 95%;
  -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.2);
  margin-top: 4em;
}

.toast svg {
  width: 32px;
  margin-bottom: 0;
}

.toast .title {
  font-size: 130%;
  margin-bottom: 0.1em;
}

.toast.success {
  background: #b1efbe;
  color: #232323;
}

.radio-row input[type='radio'] {
  float: left;
}

.radio-row label {
  margin-top: -0.2em;
  margin-left: 0.6em;
  float: left;
}

textarea {
  font-family: Helvetica;
  font-weight: normal;
}

.bigger {
  font-size: 100%;
  border-radius: 8px !important;
}

select.bigger {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='h-6 w-6' fill='none' viewBox='-10 0 42 42' stroke='black'><path stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7' height='10' width='10' /></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 10px;
}

select.colored {
  background: #4887ef;
  color: #fff;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background: #4887ef url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='h-6 w-6' fill='none' viewBox='-10 0 42 42' stroke='white'><path stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7' height='10' width='10' /></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 10px;
}

select.colored option {
  background: #fff;
  color: #232323;
}

input[type="text"].colored {
  background: #4887ef;
  color: #fff;
  border: none;
}

a.nude-button.black {
  color: #333;
  text-decoration: none;
}

table.table.accounts {
  border: none;
  border-collapse: separate;
  border-spacing: 0 1em;
}

table.table.accounts tr {
  -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

table.table.accounts tr:first-child {
  -webkit-box-shadow: none;
          box-shadow: none;
}

table.table.accounts td {
  background: #fff;
  padding: 1.5em;
  border: none;
  font-size: 10pt;
  border: 1px solid #eee;
  border-left: none;
  border-right: none;
}

table.table.accounts td:first-child {
  border-radius: 10px 0 0 10px !important;
  border-left: 1px solid #eee;
}

table.table.accounts td:last-child {
  border-radius: 0px 8px 8px 0 !important;
  border-right: 1px solid #eee;
  text-align: right;
  background: #4887ef !important;
  color: #fff;
}

table.table.accounts td:last-child a {
  color: #fff;
  text-decoration: none;
}

table.table.accounts td:last-child .inner-animated-td {
  position: absolute;
  height: 100%;
  background: #fff;
  width: 100%;
  top: 0;
  border-radius: 0 6px 6px 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: none;
}

table.table.accounts td:last-child svg {
  width: 23px;
  margin-top: -1em;
  margin-right: 10%;
}

table.table.accounts td:nth-child(3) {
  font-weight: 400;
}

table.table.accounts th {
  border: none;
  background: none;
  padding: 1.5em;
  padding-bottom: 0em;
  font-weight: 600;
}

table.table.accounts tr:hover .inner-animated-td {
  width: 15%;
}

table.grievances {
  border: none;
  border-top: none;
}

table.grievances tr:nth-child(odd) td {
  background: #fff !important;
}

table.grievances tr {
  border-top: none !important;
}

table.grievances tr td {
  background: #fff;
  border-bottom: 1px solid #eee;
  color: #666;
  vertical-align: middle;
}

table.grievances tr.clickable-row.hot td {
  background: #fcfcfc !important;
  font-weight: 600;
  color: #232323;
}

table.grievances tr.clickable-row.hot:hover td {
  background: #4887ef !important;
}

table.grievances tr.clickable-row td:first-child {
  text-align: center;
}

table.grievances tr:hover td {
  background: #4887ef !important;
  color: #fff !important;
}

table.grievances tr:hover td span.status {
  border: 1px solid #fff;
  color: #fff !important;
}

table.grievances tr:hover td span.status.Received {
  border: 1px solid transparent;
}

table.grievances th {
  background: none;
  border: none;
  border-bottom: none;
  border-top: none !important;
  font-weight: 600;
  font-size: 100%;
  color: #808080;
}

table.grievances td {
  padding: 1em 0.9em !important;
  border-top: none !important;
}

table.grievances thead {
  border-bottom: none;
}

table.grievances tbody tr {
  border-bottom: none !important;
}

table.grievances td:first-child {
  color: #808080 !important;
}

table.grievances th:last-child {
  text-align: right;
}

table.grievances td:last-child {
  text-align: right;
}

.breadcrumbs.row {
  margin-bottom: 2em;
}

.pure-sesotho {
  display: none;
  padding: 0.5em 0;
}

span.status {
  padding: 0.5em 1em;
  border-radius: 40px;
  display: inline-block;
  width: 12em;
  opacity: 0.8;
  text-align: center;
}

span.status.Allocated {
  color: #0166e1;
  border: 1px solid #0166e1;
}

span.status.Not.satisfied {
  color: #e11;
  border: 1px solid #e11;
}

span.status.Awaiting.Approval {
  color: green;
  border: 1px solid green;
}

span.status.Received {
  border: 1px solid transparent;
}

span.status.In.progress {
  color: green;
  border: 1px solid transparent;
  height: auto !important;
  margin-bottom: 0px !important;
  overflow: auto !important;
  background-color: transparent !important;
  border-radius: 40px;
  -webkit-box-shadow: none;
  box-shadow: none !important;
}

span.lodged-before.No::after {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 130%;
  font-weight: normal;
}

span.lodged-before.Yes::after {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 130%;
  font-weight: normal;
}

#calendar-icon.colored {
  color: #fff !important;
}

span.selection .select2-selection.select2-selection--single {
  padding: 0.8em;
  height: 3.8em;
  border: 1px solid #ccc;
}

span.selection .select2-selection__arrow {
  margin-top: 1em;
}

.yes-no .radioz {
  float: left;
  margin-top: 0.9em;
  cursor: pointer;
}

.yes-no label {
  margin-left: 1em;
  float: left;
  margin-top: -0em;
  font-size: 120%;
  cursor: pointer;
}

.long-selections a.button, .long-selections button {
  background: none;
  margin-bottom: -2px;
  border: none;
  padding: 1em 1.5em;
  border-radius: 0;
  color: #aaa;
}

.long-selections a.button.active, .long-selections button.active {
  border-bottom: 2px solid #232323;
  color: #232323;
}

form input[type="text"].err::after {
  content: "asd" !important;
  font-size: 120%;
  position: fixed !important;
  display: block !important;
  font-family: "FontAwesome";
  visibility: visible;
}

.input-err {
  position: absolute;
  right: -1.5em;
  top: 0.8em;
  color: #e11;
  font-size: 130%;
}

.input-err.green {
  color: #3dca7a;
}

.slackish.err {
  border: 1px solid #e11;
}

span.error {
  color: #e11;
}

.progress {
  position: fixed;
  top: 0;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #4887ef;
  border-radius: 0px;
  margin: 0rem 0 1rem 0;
  overflow: hidden;
  display: none;
}

.progress .determinate {
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #26a69a;
  -webkit-transition: width .3s linear;
  transition: width .3s linear;
}

.progress .indeterminate {
  background-color: #fff;
}

.progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

.audit-table {
  width: 100%;
}

.audit-table td {
  background: #fff !important;
  color: #666;
  padding: 1em !important;
  vertical-align: middle !important;
}

.audit-table td label {
  font-weight: 800;
  padding: 0 !important;
}

.audit-table td span.action {
  border: 1px solid #eee;
  padding: 0.2em;
  margin-top: 0.3em;
  min-width: 5em;
  display: inline-block;
  text-align: center;
  border-radius: 8px;
}

.audit-table tr:nth-child(2n).active td:first-child::after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 150%;
}

.audit-table tr:nth-child(2n).active td {
  background: #4887ef !important;
  color: #fff;
}

.audit-table tr:nth-child(2n) td:first-child::after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 150%;
}

.audit-table tr:nth-child(2n) td {
  border-top: 1px solid #ddd !important;
}

.audit-table tr:nth-child(odd) td {
  border-top: none !important;
}

.audit-table tr.hidden-tr {
  display: none;
}

.audit-table th {
  font-weight: 600 !important;
  background: none !important;
  border-left: none !important;
}

.audit-table th:first-child {
  border-left: none !important;
}

table.audit-table.simple tr:nth-child(odd) td {
  border-top: 1px solid #ddd !important;
}

table.audit-table.simple tr:nth-child(2n) td:first-child::after {
  content: "" !important;
  font-size: 100% !important;
}

.inner-table {
  border: none;
  font-size: 120% !important;
}

.inner-table td {
  background: #f9f9f9 !important;
  vertical-align: top !important;
}

.error.modalx {
  color: #e11 !important;
}

.form-section-outer {
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100vh;
  overflow: auto !important;
  min-height: 40em;
}

.form-horizontal .form-group {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

span.welcome-text {
  font-size: 300%;
  color: #fff;
}

#messages-inner {
  position: fixed;
  height: 100vh;
  top: 0;
  background: #f7f7f7;
  width: 350px;
  right: 0;
  border-left: 1px solid #ddd;
  z-index: 1000;
  display: block;
}

#messages-start {
  padding-top: 55px;
}

.ultra-small-text {
  font-size: 200%;
}

@media (max-width: 1200px) {
  span.welcome-text {
    font-size: 250%;
  }
}

@media (max-width: 1225px) {
  #notifications-bell {
    display: none;
  }
}

@media (max-width: 1025px) {
  #notifications-bell {
    display: none;
  }
  .hidden-on-tab {
    display: none;
  }
  #messages-inner {
    width: 400px !important;
  }
  #messages-start {
    padding-top: 0;
  }
  #messages-inner {
    display: none;
  }
}

@media (max-width: 900px) {
  table.grievances th:nth-child(2), table.grievances td:nth-child(2), table.grievances th:nth-child(3), table.grievances td:nth-child(3) {
    display: none !important;
  }
  .daterangepicker {
    left: 50% !important;
  }
}

@media (max-width: 450px) {
  #messages-inner {
    width: 100% !important;
  }
}

@media (max-width: 400px) {
  .ultra-small-hide {
    display: none;
  }
  .ultra-small-text {
    font-size: 150%;
  }
}

div.mobile-nav a.button {
  padding: 1em;
  background: none;
  width: 100%;
  border: none;
  border-radius: 20px;
}

div.mobile-nav a.button.active {
  background: #4887ef;
  color: #fff;
}
/*# sourceMappingURL=rd-sheet.css.map */