/**************************************************************************************/
/*                                                                                    */
/*                                    login page                                      */
/*                                                                                    */
/**************************************************************************************/

.text-csa-blue {
  color: #0085CA !important;
}

.note.note-primary {
  border-color: #0085CA !important;
  background: #005C97 !important;
  color: white !important;
}

.theme-danger-fg {
  color: #cb515c !important;
}

.theme-blue-fg {
  color: #348fe2;
}

.fc-button-primary:not(:disabled):active, .fc-button-primary:not(:disabled).fc-button-active {
  color: #005C97;
  background-color: #fff;
  border-color: #bec6ce;
}

.fc-button-primary {
  color: #fff !important;
  background: #0085CA !important;
  border-color: #0085CA !important;
}

.fc-toolbar h2 {
  font-size: 1.6em !important;
  margin: 0 !important;
}

.fc-button {
  font-weight: 600 !important;
  line-height: 20px !important;
  padding: 6px 12px !important;
  transition: all .1s ease-in-out !important;
  box-shadow: none !important;
}

/**************************************************************************************/
/*                                                                                    */
/*                               BIG CALENDAR CONTROL                                 */
/*                                                                                    */
/**************************************************************************************/
/* active */
.fc-button-primary {
  color: #fff !important;
  background-color: #0085CA !important;
  border-color: #0085CA !important;
  font-weight: bold !important;
}

  .fc-button-primary:hover {
    color: #fff !important;
    background: #005C97 !important;
    border-color: #005C97 !important;
  }

.fc button.fc-state-active, body .fc button:active {
  background: #005C97 !important;
  border-color: #005C97 !important;
}

.fc-button-primary, .fc-button-primary.disabled,
.fc-button-primary.disabled:focus, .fc-button-primary.disabled:hover,
.fc-button-primary[disabled], .fc-button-primary[disabled]:focus,
.fc-button-primary[disabled]:hover {
  color: #fff !important;
  background: #0085CA !important;
  border-color: #0085CA !important;
}

.fc-button {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.fc-button-primary:not(:disabled):active, .fc-button-primary:not(:disabled).fc-button-active {
  color: #fff !important;
  background: #005C97 !important;
  border-color: #005C97 !important;
}

.login.login-v2 {
  color: #ccc;
  padding: 64px 40px;
  position: absolute;
  text-align: left;
  top: 0;
  height: 100%;
  width: 30%;
  margin: 0 auto;
  text-align: center;
  float: right;
  top: 0px;
  left: 70%;
  border-radius: 4px
}

@font-face {
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900 !important;
}

.fc-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900 !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fc-icon-chevron-left:before {
  content: "\f060";
}

.fc-icon-chevron-right:before {
  content: "\f061";
}


.fc-button .fc-icon {
  vertical-align: middle;
  font-size: 1em;
  display: inline-block;
  text-align: center;
}


.error-content {
  background: #005C97;
}

.btn-new {
  background: #0085CA !important;
  color: white !important;
  border: none !important;
}

.input-group {
  flex-wrap: nowrap;
}


.widget-row > .widget-row-container > .theme-info-bg {
  background: #679EC3 !important;
  color: white !important;
}


.widget-row > .widget-row-container > .theme-red-bg {
  background: red !important;
  color: white !important;
}

.widget-stats .stats-info p {
  font-size: 12px !important;
  font-weight: 300 !important;
  color: white !important;
}


.fc a.fc-event:not([href]):not([tabindex]) {
  color: #fff;
}

.login-cover-bg {
  background: none !important;
}

.login.login-v2 .login-header {
  position: relative;
  top: 0;
  margin: 0;
  left: 0;
  right: 0;
  padding: 100px 60px 0;
}

dl, ol, ul {
  margin-bottom: 0;
}

/*.tab-button.active:focus {
  border: none !important;
}

.tab-button.active:focus-visible {
  border: none !important;
}

.tab-button:focus {
  border: none !important;
}

.tab-button:focus-visible {
  border: none !important;
}*/

/*.btn-group {
  background: #0085CA !important;
}*/

.nav > li > a {
  white-space: nowrap;
  line-height: 1.5em !important;
  max-height: 3em;
}

.sidebar .nav > li > a {
  padding-left: 8px;
  padding-right: 4px;
}

.sidebar .nav {
  padding-right: 0px;
}


/**************************************************************************************/
/*                                                                                    */
/*                                    login page                                      */
/*                                                                                    */
/**************************************************************************************/

.copyright {
  /*padding-top: 30px;*/
  text-align: center;
}


.login .login-content {
  padding: 64px 40px;
  color: #999;
  width: 450px;
  margin: 0 auto;
  text-align: center;
}



.form-control {
  /*  display: block !important;*/
  /*width: 100% !important;*/ /* This is causing more problems than helping. CLM 12/28/23 */
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box !important;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem !important;
  transition: none !important;
}

.form-control {
  border: 1px solid #bec6ce !important;
  box-shadow: none !important;
  font-size: 12px !important;
  line-height: 1.42857143 !important;
  height: 38px;
  padding: 6px 12px !important;
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text, select.form-control-lg:not([size]):not([multiple]) {
  padding: 10px 16px !important;
  line-height: 1.3333333 !important;
  border-radius: 6px !important;
}

.form-control.form-control-lg, .form-control.input-lg {
  font-size: 14px !important;
  height: 48px !important;
}

select.form-control:not([size]):not([multiple]) {
  height: 38px !important;
}

.login-select {
  color: #495057 !important;
  background-color: #fff !important;
}



.height-70 {
  height: 70px !important;
}


.header .navbar-brand {
  margin-right: 10px !important;
  padding-left: 18px !important;
  /*padding: 10px 20px;*/
  /*height: 50px;*/
  width: 430px !important;
}

.navbar-brand {
  padding-top: 8px !important;
  padding-bottom: 0 !important;
}

.width-450 {
  width: 450px !important;
}

.height-150 {
  height: 150px !important;
}

.height-200 {
  height: 200px !important;
}

.width-100 {
  width: 100px !important;
}

a.menu-item {
}

a > div.menu-icon-div {
}

a > div.menu-label-div {
}


.fg-blue {
  color: #0085CA !important;
}

.btn.btn-scroll-to-top {
  background-color: #0085CA !important;
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
  background: #0085CA !important;
  border-color: #0085CA !important;
  color: #fff !important;
}


@media (min-width: 576px) {
  #notification-center-modal .modal-dialog {
    max-width: 60% !important;
  }
}

.notification-header {
  font-weight: 600 !important;
  padding: 1% 0% 1% 0% !important;
}

#notification-center-modal .row {
  padding: 0.5% 0% 0.5% 0%;
}

  #notification-center-modal .row.unread, #notification-center-modal .row.unread label {
    font-weight: 700 !important;
  }

  #notification-center-modal .row.read {
    font-weight: normal !important;
  }

  #notification-center-modal .row.even {
    background: transparent;
  }

  #notification-center-modal .row.odd {
    background: rgb(128, 128, 128, 0.5);
  }

#notification-center-modal .modal-content {
  height: 95%;
  background: #e8ebef !important; /*TODO: May be removed*/
}

#notification-center-modal .modal-dialog {
  height: 100%;
}

#notification-center-modal .modal-body {
  height: 75%;
  overflow-y: auto;
}

.btn-tabs {
  background: #b9c6d4;
  border-color: #b9c6d4;
  color: dimgrey;
  border-radius: 0px;
  border-left-color: #b9c6d4 !important;
}

  .btn-tabs.active {
    background: #005C97 !important;
    border-color: #005C97 !important;
    color: #fff !important;
  }

  .btn-tabs:hover {
    background: white;
    color: black;
  }

.graph-buttons-div {
  padding: 10px 0 10px 0;
  display: flex;
}

.change-password-vue {
  position: center;
  color: black !important;
}

.index-tooltip {
  font-size: large;
  text-align: center;
  font-weight: 600;
}

/*.multiLineGraph:empty {
  display: none;
}

.multiLineGraph:not(:empty) {
  display: initial;
}*/




/**************************************
  INTERFACE TWEAKS - 2024-02-14 - JDB 
***************************************/


.debug-red {
  border: 1px solid red !important;
}

.debug-yellow {
  border: 1px solid red !important;
}

.debug-green {
  border: 1px solid red !important;
}

.debug-blue {
  border: 1px solid red !important;
}

.debug-orange {
  border: 1px solid red !important;
}


.group-item-header {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #1f2225 !important;
}

om-rr-duration-group {
}

.om-rr-duration-minimum {
  width: 100% !important;
}

.om-rr-duration-maximum {
  width: 100% !important;
}

.report-label-text {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #1f2225 !important;
}




.om-rr-group {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  /*align-items: flex-start !important;*/
  /*align-content: flex-start !important;*/
  gap: 30px 30px !important;
  margin-bottom: 30px !important;
}





.om-rr-daterange-group {
  /*flex-grow: 2 !important;*/
}

.om-rr-duration-group {
}

  .om-rr-duration-group div.om-rr-duration-items {
    /*border: 1px solid black !important;*/
    /*background-color: white !important;*/
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    align-content: flex-start !important;
    /*row-gap: 15px !important;*/
    width: 100% !important;
  }

    .om-rr-duration-group div.om-rr-duration-items div.om-rr-duration-item {
      /*background-color: yellow !important;*/
      width: 49% !important;
    }

.om-rr-report-types-group {
}

  .om-rr-report-types-group div.om-rr-report-type-items {
    /*background-color: yellow !important;*/
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    align-content: flex-start !important;
    column-gap: 15px !important;
  }

.om-rr-service-type-group {
}

.om-rr-grouping-type-group {
}

  .om-rr-grouping-type-group div.om-rr-grouping-type-item {
    /*background-color: yellow !important;*/
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    align-content: flex-start !important;
    column-gap: 15px !important;
  }

.om-rr-vacancy-group {
}





@media (min-width: 300px) {
  .om-rr-group {
    /*background-color: lightcoral !important;*/
  }

  .om-rr-daterange-group {
  }

  .om-rr-duration-group {
    width: 250px !important;
  }

    .om-rr-duration-group div.om-rr-duration-items {
      width: 250px !important;
    }

      .om-rr-duration-group div.om-rr-duration-items .om-rr-duration-item input {
        width: 100px !important;
      }

  .om-rr-report-types-group {
  }

  .om-rr-service-type-group {
  }

  .om-rr-service-type-group {
  }

  .om-rr-grouping-type-group {
  }

  .om-rr-vacancy-group {
  }
}


@media (min-width: 620px) {
  .om-rr-group {
    /*background-color: lightcyan !important;*/
  }

  .om-rr-daterange-group {
  }

  .om-rr-duration-group {
    width: 220px !important;
  }

    .om-rr-duration-group div.om-rr-duration-items {
      width: 220px !important;
    }

      .om-rr-duration-group div.om-rr-duration-items .om-rr-duration-item input {
        width: 100px !important;
      }

  .om-rr-report-types-group {
    width: 200px !important;
  }

  .om-rr-service-type-group {
  }

  .om-rr-grouping-type-group {
  }

  .om-rr-vacancy-group {
  }
}


@media (min-width: 750px) {
  .om-rr-group {
    /*background-color: lightgreen !important;*/
  }

  .om-rr-daterange-group {
  }

  .om-rr-duration-group {
  }

  .om-rr-report-types-group {
  }

  .om-rr-service-type-group {
  }

  .om-rr-grouping-type-group {
  }

  .om-rr-vacancy-group {
  }
}

@media (min-width: 910px) {
  .om-rr-group {
    /*background-color: lightgray !important;*/
  }

  .om-rr-daterange-group {
  }

  .om-rr-duration-group {
  }

  .om-rr-report-types-group {
  }

  .om-rr-service-type-group {
  }

  .om-rr-grouping-type-group {
  }

  .om-rr-vacancy-group {
  }
}

@media (min-width: 990px) {
  .om-rr-group {
    /*background-color: yellow !important;*/
  }

  .om-rr-group {
    justify-content: flex-start !important;
  }

  .om-rr-daterange-group {
  }

  .om-rr-duration-group {
  }

  .om-rr-report-types-group {
  }

  .om-rr-service-type-group {
  }

  .om-rr-grouping-type-group {
  }

  .om-rr-vacancy-group {
  }
}

@media (min-width: 1210px) {
  .om-rr-group {
    /*background-color: darkgray !important;*/
  }

  .om-rr-group {
    justify-content: flex-start !important;
  }

  .om-rr-daterange-group {
  }

  .om-rr-duration-group {
  }

  .om-rr-report-types-group {
  }

  .om-rr-service-type-group {
  }

  .om-rr-grouping-type-group {
  }

  .om-rr-vacancy-group {
  }
}




.small-logo {
  display: flex;
  justify-content: center;
}

.login-logo-image {
  display: inline;
}

.small-logo-image {
  display: inline;
  margin-bottom: 15px;
  opacity: .55;
  height: 60px;
}


@media (min-width: 576px) {
  .login-logo-image {
    display: none;
  }

  .small-logo-image {
    display: inline;
  }

  .login-header .icon {
    display: none;
  }
}


@media (min-width: 668px) {
  .login-logo-image.om, .login-logo-image.oms {
    display: inline;
    height: 20px;
    background-color: red;
  }
}


@media (min-width: 768px) {
  .login-logo-image {
    display: inline;
    height: 60px;
  }

    .login-logo-image.om, .login-logo-image.oms {
      display: inline;
      height: 32px;
      background-color: blue;
    }

  .small-logo-image {
    display: none;
  }

  .login-header .icon {
    display: inline;
  }
}


@media (min-width: 885px) {
  .login-logo-image.om, .login-logo-image.oms {
    display: inline;
    height: 40px;
    background-color: green;
  }
}


@media (min-width: 965px) {
  .login-logo-image.om, .login-logo-image.oms {
    display: inline;
    height: 50px;
    background-color: darkgray;
  }
}


@media (min-width: 992px) {
  .login-logo-image {
    display: inline;
    height: 60px;
  }
}


@media (min-width: 1200px) {
  .login-logo-image {
    display: inline;
    height: 60px;
  }
}





/****************************************************************************/
/*                                                                          */
/*                       APPLICATION CONFIG DiALOGS                         */
/*                                                                          */
/****************************************************************************/

.status-message {
  padding: 10px 5px;
}


.toggle-container {
  display: flex;
  flex-flow: column;
}

.toggle-tab-group {
  display: flex;
  gap: 5px;
  margin-top: 15px;
  margin-bottom: 0px;
}

.toggle-tab {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #888;
  height: 26px;
  padding: 2px 7px 5px;
  line-height: 1px;
  border-radius: 5px 5px 0 0;
  border-left: 1px solid #dedede;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
}

  .toggle-tab > label {
    color: #777;
    padding-top: 10px;
  }

  .toggle-tab.selected {
    background-color: #dfdfdf;
  }

    .toggle-tab.selected > label {
      color: #000;
    }

.toggle-button {
  display: inline;
  color: #888;
  width: 16px;
  height: 16px;
  line-height: 12px;
  font-weight: bold;
  font-size: 18px;
  padding: 0 6px 0 2px;
  margin-top: 4px;
  border-radius: 5px;
  border-left: 1px solid #fefefe;
  border-top: 1px solid #fefefe;
  border-right: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  background-color: #f6f6f6;
  cursor: pointer;
}

  .toggle-button.small {
    width: 12px;
    height: 12px;
    line-height: 10px;
    font-weight: bold;
    font-size: 12px;
    padding: 0 2px 0 2px;
  }

  .toggle-button:hover {
    background-color: #888;
    color: #f6f6f6;
  }



#iqs-modulequeryconfig-manager div.modal-footer {
  display: flex;
  justify-content: space-between;
}

#iqs-modulequeryconfig-manager .button-flag {
  color: orange;
  padding: 2px;
  border-radius: 5px;
  vertical-align: top;
  font-size: 16px;
  font-weight: bold;
}

.iqs-edit-button-group a:nth-child(3) {
  margin-left: 10px;
}



/****************************************************************************/
/*                      field list for the iqs source                       */
/****************************************************************************/
.field-panel {
  max-width: 550px;
  flex: 1;
}

  .field-panel .field-list {
    display: flex;
    flex-wrap: wrap;
    overflow-y: scroll;
    max-height: 275px;
    padding: 7px;
    border-radius: 0 5px 5px 5px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
  }

    .field-panel .field-list .field-group {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      background-color: #fff;
      gap: 2px 2px;
      margin-bottom: 10px;
    }

      .field-panel .field-list .field-group .field-header {
        display: flex;
        flex-direction: column;
        padding: 5px;
        border-radius: 5px;
        border: 1px solid #dedede;
        background-color: #eaeaea;
        gap: 2px 2px;
      }

        .field-panel .field-list .field-group .field-header .field-control {
          padding-top: 8px;
        }

        .field-panel .field-list .field-group .field-header .field-name {
          color: #777;
          font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
          font-size: 1.45em;
          font-weight: bolder;
          line-height: .8em;
          padding: 1px 5px 5px 0px;
        }

      .field-panel .field-list .field-group .field-item {
        padding: 5px;
        border-radius: 5px;
        border: 1px solid #dedede;
        background-color: #fff;
      }

        .field-panel .field-list .field-group .field-item .field-item-name {
          padding-left: 1px;
          margin-bottom: 5px;
          color: #555;
        }




/****************************************************************************/
/*                    parameters list for the iqs source                    */
/****************************************************************************/
.parameter-panel {
  max-width: 550px;
  flex: 1;
}

  .parameter-panel .parameter-list {
    display: flex;
    flex-wrap: wrap;
    overflow-y: scroll;
    max-height: 275px;
    padding: 7px;
    border-radius: 0 5px 5px 5px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
  }

    .parameter-panel .parameter-list .parameter-group {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      background-color: #fff;
      gap: 2px 2px;
      margin-bottom: 10px;
    }

      .parameter-panel .parameter-list .parameter-group .parameter-header {
        display: flex;
        flex-direction: row;
        padding: 5px;
        border-radius: 5px;
        border: 1px solid #dedede;
        background-color: #eaeaea;
        gap: 2px 2px;
      }

        .parameter-panel .parameter-list .parameter-group .parameter-header .parameter-control {
          display: flex;
          flex-direction: column;
          gap: 3px;
          margin-right: 3px;
        }


      .parameter-panel .parameter-list .parameter-group .parameter-item {
        padding: 5px;
        border-radius: 5px;
        border: 1px solid #dedede;
        background-color: #fff;
      }

        .parameter-panel .parameter-list .parameter-group .parameter-item .parameter-item-name {
          padding-left: 1px;
          margin-bottom: 5px;
          color: #555;
        }




/****************************************************************************/
/*                    conditions list for the iqs source                    */
/****************************************************************************/
.condition-panel {
  max-width: 550px;
  flex: 1;
}

  .condition-panel .condition-list {
    display: flex;
    flex-wrap: wrap;
    overflow-y: scroll;
    max-height: 275px;
    padding: 7px;
    border-radius: 0 5px 5px 5px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
  }

    .condition-panel .condition-list .condition-group {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      background-color: #fff;
      gap: 2px 2px;
      margin-bottom: 10px;
    }

      .condition-panel .condition-list .condition-group .condition-header {
        display: flex;
        flex-direction: row;
        padding: 5px;
        border-radius: 5px;
        border: 1px solid #dedede;
        background-color: #eaeaea;
        gap: 2px 2px;
      }

        .condition-panel .condition-list .condition-group .condition-header .condition-control {
          display: flex;
          flex-direction: column;
          gap: 3px;
          margin-right: 3px;
        }


      .condition-panel .condition-list .condition-group .condition-item {
        padding: 5px;
        border-radius: 5px;
        border: 1px solid #dedede;
        background-color: #fff;
      }

        .condition-panel .condition-list .condition-group .condition-item .condition-item-name {
          padding-left: 1px;
          margin-bottom: 5px;
          color: #555;
        }







.full-width-control {
  width: 100%;
}

#cache-expiration-input {
  width: 75px;
}

#iqs-modulequeryconfig-manager-modal .field-list input.form-control,
#iqs-modulequeryconfig-manager-modal .condition-list input.form-control,
#iqs-modulequeryconfig-manager-modal .parameter-list input.form-control,
#iqs-modulequeryconfig-manager-modal .field-list select.form-control,
#iqs-modulequeryconfig-manager-modal .condition-list select.form-control,
#iqs-modulequeryconfig-manager-modal .parameter-list select.form-control {
  height: 29px !important;
  padding: 3px 7px !important;
}


.field-panel {
  max-width: 415px;
}


/* IQS Source / Module Query Config Dialog Touchups */
@media (min-width: 576px) {
  .field-panel {
    max-width: 475px;
  }

  .parameter-panel {
    max-width: 475px;
  }

  .condition-panel {
    max-width: 475px;
  }
}



@media (min-width: 766px) {
  .field-panel {
    max-width: 675px;
  }

  .parameter-panel {
    max-width: 675px;
  }

  .condition-panel {
    max-width: 675px;
  }
}



@media ( min-width: 980px) {
  .field-panel {
    max-width: 775px;
  }

  .parameter-panel {
    max-width: 775px;
  }

  .condition-panel {
    max-width: 775px;
  }
}



@media ( min-width: 1200px) {
  .field-panel {
    max-width: 875px;
  }

  .parameter-panel {
    max-width: 875px;
  }

  .condition-panel {
    max-width: 875px;
  }
}






#menu-item-list {
  overflow: auto;
  max-height: 450px;
}

#menu-item-info {
  overflow: auto;
  max-height: 450px;
}


  #menu-item-info h2 {
    color: #777;
  }


.selectable {
  cursor: pointer;
}

  .selectable:hover {
    background-color: #f7f7f7;
  }

  .selectable:before {
    color: #0085CA;
    font-weight: bold;
    content: "\2022";
    margin-right: 3px;
  }


.help-menu-item {
  color: #777;
  padding: 3px;
  border-bottom: 1px solid #efefef;
  font-weight: bolder;
  font-size: 13px;
}

  .help-menu-item:last-child {
    border: 0;
  }



.indent-1 {
  padding-left: 0px;
}

.indent-2 {
  padding-left: 30px;
}

.indent-3 {
  padding-left: 60px;
}



#help-modal {
}

@media ( min-width: 576px) {
  #help-modal {
  }

    #help-modal > div.modal-dialog > div.modal-content {
      max-width: 530px;
    }

    #help-modal > div.modal-dialog {
      max-width: 530px;
    }
}

@media ( min-width: 766px) {
  #help-modal {
  }

    #help-modal > div.modal-dialog > div.modal-content {
      max-width: 700px;
    }

    #help-modal > div.modal-dialog {
      max-width: 700px;
    }
}

@media ( min-width: 980px) {
  #help-modal {
  }

    #help-modal > div.modal-dialog > div.modal-content {
      max-width: 800px;
    }

    #help-modal > div.modal-dialog {
      max-width: 800px;
    }
}

@media ( min-width: 1200px) {
  #help-modal {
  }

    #help-modal > div.modal-dialog > div.modal-content {
      max-width: 900px;
    }

    #help-modal > div.modal-dialog {
      max-width: 900px;
    }
}




/************************************/
/*      Menu Horizontal Spacing     */
/************************************/

/* 382 */
.page-with-two-sidebar .content {
  margin-right: 270px;
}

.page-with-two-sidebar.page-sidebar-minified .sidebar.sidebar-right,
.page-with-two-sidebar.page-sidebar-minified .sidebar-bg.sidebar-right {
  width: 270px;
}

.page-with-two-sidebar.page-right-sidebar-collapsed .sidebar.sidebar-right,
.page-with-two-sidebar.page-right-sidebar-collapsed .sidebar-bg.sidebar-right {
  right: -270px;
}

/* 558 */
.header .navbar-brand {
  width: 270px;
}

/* 843 */
.sidebar {
  width: 270px;
}

.sidebar-bg {
  width: 270px;
}

/* 1994 */
.page-sidebar-minified .sidebar .nav li.has-sub > .sub-menu {
  width: 270px;
}

/* 1463 */
.float-sub-menu-container {
  width: 270px;
}

/* 1593 */
.content {
  margin-left: 270px;
}

/* 1787 */
.top-menu .nav .sub-menu {
  width: 270px;
}

.float-sub-menu-container {
  border-radius: 5px;
}


@media (max-width: 767px) {
  .sidebar {
    left: -270px;
  }

  .sidebar-bg {
    left: -270px;
  }

  @keyframes sidebarSlideInLeft {
    from {
      left: -270px;
    }
  }

  @-webkit-keyframes sidebarSlideInLeft {
    from {
      left: -270px;
    }
  }

  @keyframes sidebarSlideInRight {
    from {
      right: -270px;
    }
  }

  @-webkit-keyframes sidebarSlideInRight {
    from {
      right: -270px;
    }
  }

  .sidebar .nav {
    padding-right: 15px;
  }

  .float-sub-menu-container {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}


/************************************/
/*       Menu Spacing Cleanup       */
/************************************/

.sidebar .nav > li > a i {
  margin-right: 12px;
}

.sidebar .sub-menu > li > a i {
  margin-right: 7px;
}

.sidebar .sub-menu {
  padding: 5px 0 10px 18px;
}







  /* Menu item color override */
  .text-theme, .float-sub-menu li > a:hover, .float-sub-menu li > a:focus, .float-sub-menu li.active > a, .float-sub-menu li.active > a:hover, .float-sub-menu li.active > a:focus, .sidebar .sub-menu > li > a:hover, .sidebar .sub-menu > li > a:focus, .sidebar .sub-menu > li.active > a, .sidebar .sub-menu > li.active > a:hover, .sidebar .sub-menu > li.active > a:focus, .header.navbar-default .navbar-brand i {
    color: #0085CA;
  }






/************************************/
/*        A B O U T   B O X         */
/*            2024-07-30            */
/************************************/
.split-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; /* flex-start */
  color: #999;
}


.release-notes {
  color: #777;
}

  .release-notes h1,
  .release-notes h2,
  .release-notes h3,
  .release-notes h4,
  .release-notes h5,
  .release-notes h6 {
    color: #777;
  }

  .release-notes h4 {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .release-notes h5 {
    display: inline;
    color: #7b4e0e !important;
    background-color: #fce1ba !important;
    border: 1px solid #dbbfaa !important;
    padding: 3px 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
  }

  .release-notes h3 {
    margin-top: 0;
    margin-bottom: 25px;
  }


/*************************************/
/*   Force Width/Height Additional   */
/*************************************/

/* By Percentage */
[fullwidth] {
  width: 100%;
  min-width: 100% !important;
  display: inline-block;
}

[full-width] {
  width: 100%;
  min-width: 100% !important;
  display: inline-block;
}

[width-full] {
  width: 100%;
  min-width: 100% !important;
  display: inline-block;
}

.fullwidth {
  width: 100%;
  min-width: 100% !important;
  display: inline-block;
}

.full-width {
  width: 100%;
  min-width: 100% !important;
  display: inline-block;
}



[fullheight] {
  height: 100%;
  min-height: 100% !important;
}

[full-height] {
  height: 100%;
  min-height: 100% !important;
}

.fullheight {
  height: 100%;
  min-height: 100% !important;
}

.full-height {
  height: 100%;
  min-height: 100% !important;
}

.width-full {
  width: 100%;
  min-width: 100% !important;
}


/* By Value */
.width-110 {
  width: 110px !important;
}

.width-120 {
  width: 120px !important;
}

.width-130 {
  width: 130px !important;
}

.width-140 {
  width: 140px !important;
}

.width-150 {
  width: 150px !important;
}

.width-160 {
  width: 160px !important;
}

.width-170 {
  width: 170px !important;
}

.width-180 {
  width: 180px !important;
}

.width-190 {
  width: 190px !important;
}

.width-210 {
  width: 210px !important;
}

.width-220 {
  width: 220px !important;
}

.width-230 {
  width: 230px !important;
}

.width-240 {
  width: 240px !important;
}

.width-250 {
  width: 250px !important;
}

.width-260 {
  width: 260px !important;
}

.width-270 {
  width: 270px !important;
}

.width-280 {
  width: 280px !important;
}

.width-290 {
  width: 290px !important;
}

.width-310 {
  width: 310px !important;
}

.width-320 {
  width: 320px !important;
}

.width-330 {
  width: 330px !important;
}

.width-340 {
  width: 340px !important;
}

.width-350 {
  width: 350px !important;
}

.width-360 {
  width: 360px !important;
}

.width-370 {
  width: 370px !important;
}

.width-380 {
  width: 380px !important;
}

.width-390 {
  width: 390px !important;
}

.width-410 {
  width: 410px !important;
}

.width-420 {
  width: 420px !important;
}

.width-430 {
  width: 430px !important;
}

.width-440 {
  width: 440px !important;
}

.width-450 {
  width: 450px !important;
}

.width-460 {
  width: 460px !important;
}

.width-470 {
  width: 470px !important;
}

.width-480 {
  width: 480px !important;
}

.width-490 {
  width: 490px !important;
}

.width-510 {
  width: 510px !important;
}

.width-520 {
  width: 520px !important;
}

.width-530 {
  width: 530px !important;
}

.width-540 {
  width: 540px !important;
}

.width-550 {
  width: 550px !important;
}

.width-560 {
  width: 560px !important;
}

.width-570 {
  width: 570px !important;
}

.width-580 {
  width: 580px !important;
}

.width-590 {
  width: 590px !important;
}



.height-50 {
  height: 50px !important;
}

.height-55 {
  height: 55px !important;
}

.height-60 {
  height: 60px !important;
}

.height-65 {
  height: 65px !important;
}

.height-70 {
  height: 70px !important;
}

.height-75 {
  height: 75px !important;
}

.height-80 {
  height: 80px !important;
}

.height-85 {
  height: 85px !important;
}

.height-90 {
  height: 90px !important;
}

.height-95 {
  height: 95px !important;
}

.height-110 {
  height: 110px !important;
}

.height-115 {
  height: 115px !important;
}

.height-120 {
  height: 120px !important;
}

.height-125 {
  height: 125px !important;
}

.height-130 {
  height: 130px !important;
}

.height-135 {
  height: 135px !important;
}

.height-140 {
  height: 140px !important;
}

.height-145 {
  height: 145px !important;
}

.height-150 {
  height: 150px !important;
}

.height-155 {
  height: 155px !important;
}

.height-160 {
  height: 160px !important;
}

.height-165 {
  height: 165px !important;
}

.height-170 {
  height: 170px !important;
}

.height-175 {
  height: 175px !important;
}

.height-180 {
  height: 180px !important;
}

.height-185 {
  height: 185px !important;
}

.height-190 {
  height: 190px !important;
}

.height-195 {
  height: 195px !important;
}

.height-210 {
  height: 210px !important;
}

.height-215 {
  height: 215px !important;
}

.height-220 {
  height: 220px !important;
}

.height-225 {
  height: 225px !important;
}

.height-230 {
  height: 230px !important;
}

.height-235 {
  height: 235px !important;
}

.height-240 {
  height: 240px !important;
}

.height-245 {
  height: 245px !important;
}

.height-250 {
  height: 250px !important;
}

.height-255 {
  height: 255px !important;
}

.height-260 {
  height: 260px !important;
}

.height-265 {
  height: 265px !important;
}

.height-270 {
  height: 270px !important;
}

.height-275 {
  height: 275px !important;
}

.height-280 {
  height: 280px !important;
}

.height-285 {
  height: 285px !important;
}

.height-290 {
  height: 290px !important;
}

.height-295 {
  height: 295px !important;
}

.height-310 {
  height: 310px !important;
}

.height-315 {
  height: 315px !important;
}

.height-320 {
  height: 320px !important;
}

.height-325 {
  height: 325px !important;
}

.height-330 {
  height: 330px !important;
}

.height-335 {
  height: 335px !important;
}

.height-340 {
  height: 340px !important;
}

.height-345 {
  height: 345px !important;
}

.height-350 {
  height: 350px !important;
}

.height-355 {
  height: 355px !important;
}

.height-360 {
  height: 360px !important;
}

.height-365 {
  height: 365px !important;
}

.height-370 {
  height: 370px !important;
}

.height-375 {
  height: 375px !important;
}

.height-380 {
  height: 380px !important;
}

.height-385 {
  height: 385px !important;
}

.height-390 {
  height: 390px !important;
}

.height-395 {
  height: 395px !important;
}

.height-410 {
  height: 410px !important;
}

.height-415 {
  height: 415px !important;
}

.height-420 {
  height: 420px !important;
}

.height-425 {
  height: 425px !important;
}

.height-430 {
  height: 430px !important;
}

.height-435 {
  height: 435px !important;
}

.height-440 {
  height: 440px !important;
}

.height-445 {
  height: 445px !important;
}

.height-450 {
  height: 450px !important;
}

.height-455 {
  height: 455px !important;
}

.height-460 {
  height: 460px !important;
}

.height-465 {
  height: 465px !important;
}

.height-470 {
  height: 470px !important;
}

.height-475 {
  height: 475px !important;
}

.height-480 {
  height: 480px !important;
}

.height-485 {
  height: 485px !important;
}

.height-490 {
  height: 490px !important;
}

.height-495 {
  height: 495px !important;
}

.height-510 {
  height: 510px !important;
}

.height-515 {
  height: 515px !important;
}

.height-520 {
  height: 520px !important;
}

.height-525 {
  height: 525px !important;
}

.height-530 {
  height: 530px !important;
}

.height-535 {
  height: 535px !important;
}

.height-540 {
  height: 540px !important;
}

.height-545 {
  height: 545px !important;
}

.height-550 {
  height: 550px !important;
}

.height-555 {
  height: 555px !important;
}

.height-560 {
  height: 560px !important;
}

.height-565 {
  height: 565px !important;
}

.height-570 {
  height: 570px !important;
}

.height-575 {
  height: 575px !important;
}

.height-580 {
  height: 580px !important;
}

.height-585 {
  height: 585px !important;
}

.height-590 {
  height: 590px !important;
}

.height-595 {
  height: 595px !important;
}



/* remove the "resize" on text areas */
textarea {
  resize: none;
}




/* fontawesome alternate sizes */
.fa-125x {
  font-size: 1.35em;
}

.fa-15x {
  font-size: 1.5em;
  padding-top: .125em;
}

.fa-175x {
  font-size: 1.75em;
}






.small-caption-title {
  display: flex;
  justify-content: center;
  font-size: 60px;
  font-weight: 600;
  opacity: 50%;
  width: 100%;
}

.login.login-with-news-feed .login-header .icon {
  top: 180px;
  right: 40px;
}



.login.login-with-news-feed {
  overflow: initial;
}



@media(max-width: 766px) {
  .login.login-with-news-feed {
    overflow-x: hidden;
  }

    .login.login-with-news-feed .login-header {
    }

  .small-caption-title {
    display: flex;
    justify-content: center;
    font-size: 60px;
    font-weight: 600;
    opacity: 50%;
    width: 100%;
  }
}


@media(min-width: 767px) {
  .small-caption-title {
    display: none;
  }

  .login.login-with-news-feed {
    overflow-x: hidden;
  }

    .login.login-with-news-feed .login-header {
      width: 360px;
      padding-left: 45px;
      padding-right: 45px;
    }

  .login-header .icon {
    display: none;
  }

  .login.login-with-news-feed .login-content {
    padding-right: 45px;
  }
}

@media(min-width: 979px) {
  .small-caption-title {
    display: none;
  }

  .login.login-with-news-feed {
    overflow-x: hidden;
  }

    .login.login-with-news-feed .login-header {
      width: 360px;
      padding-left: 45px;
      padding-right: 45px;
    }

  .login-header .icon {
    display: none;
  }

  .login.login-with-news-feed .login-content {
    padding-right: 45px;
  }
}

@media(min-width: 1025px) {
  .login.login-with-news-feed .login-header .icon {
    top: 96px;
    right: 40px;
  }

  .small-caption-title {
    display: none;
  }

  .login.login-with-news-feed {
    overflow-x: initial;
  }

    .login.login-with-news-feed .login-header {
      width: 486px;
      padding-left: 60px;
      padding-right: 45px;
    }

  .login-header .icon {
    display: inline;
  }

  .login.login-with-news-feed .login-content {
    padding-right: 60px;
  }
}


/******************************************************************************/
/*                                                                            */
/*                                U T I L I T Y                               */
/*                                                                            */
/******************************************************************************/

.panel-label-group {
  display: inline-flex;
  align-items: center;
  gap: 5px 10px;
}

.panel-label-group label {
  padding-top: 10px;
}



/******************************************************************************/
/*                                                                            */
/*                              D A S H B O A R D                             */
/*                                                                            */
/******************************************************************************/

.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  padding: 15px 15px 17px;
  width: 100%;
  transition: none;
}

  .card .section-title {
    margin-top: 0px;
    padding-top: 0px;
  }

    .card .section-title .subtitle {
      font-weight: lighter;
      font-size: .95em;
    }

    .card .section-title + .label-group {
      margin-top: 5px;
    }

    .card .section-title + .input-group {
      margin-top: 5px;
    }

  .card .subsection-title {
    margin-top: 0px;
    padding-top: 0px;
  }

  .card .label-group {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .card div:has(.label-group) {
  }



#piediv {
  width: 100%;
  height: 300px;
  float: left;
}

#histdiv {
  width: 100%;
  height: 85%;
  float: right;
}

#histdiv2 {
  width: 100%;
  height: 85%;
  float: right;
}

#chartdiv {
  width: 100%;
  height: 400px;
}



.dashboard-card-datepicker {
  margin: 15px 0;
}



.section-title {
  color: rgba(0, 133, 202, .80);
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}

.subsection-title {
  color: rgba(0, 0, 0, .50);
  font-size: 14px;
  font-weight: bolder;
  margin-top: 10px;
}



.card-height-25pct {
  height: 10px !important;
}

.card-height-33pct {
  height: 133px !important;
}

.card-height-50pct {
  height: 200px !important;
}

.card-height-66pct {
  height: 267px !important;
}

.card-height-75pct {
  height: 300px !important;
}

.card-height-100pct {
  height: 400px !important;
}





.parent {
  display: grid;
  grid-template-columns: 1fr;
}

  .parent div {
    grid-row-start: 1;
    grid-column-start: 1;
  }

  .parent .left-content {
    color: black;
  }

  .parent .right-content {
    display: flex;
    justify-content: end;
    margin-right: 5px;
    align-items: flex-start;
  }

tr.parent {
  display: table-row !important;
}



.big-numbers {
  color: rgba(0, 0, 0, .15);
  font-size: 72px;
  font-weight: bold;
}

  .big-numbers.good {
    color: rgba(190, 209, 42, .4);
  }

  .big-numbers.bad {
    color: rgba(184, 50, 46, .25);
  }

@media ( max-width: 575px) {
  .big-numbers {
  }
}

@media ( min-width: 576px) {
  .big-numbers {
  }
}

@media ( min-width: 766px) {
  .big-numbers {
  }
}

@media ( min-width: 980px) {
  .big-numbers {
  }
}

@media ( min-width: 1200px) {
  .big-numbers {
  }
}




/* BOOTSTRAP BREAK TESTING */
.break-test {
  color: dimgray;
}

  .break-test::after {
    content: ' (x-small)';
  }

@media ( max-width: 575px) {
  .page-sidebar-fixed .break-test {
    color: red;
  }

    .page-sidebar-fixed .break-test::after {
      content: ' (x-small: page-sidebar-fixed)';
    }

  .page-sidebar-fixed.page-sidebar-minified .break-test {
    color: red;
  }

    .page-sidebar-fixed.page-sidebar-minified .break-test::after {
      content: ' (x-small: page-sidebar-fixed.page-sidebar-minified)';
    }
}

@media ( min-width: 576px) {
  .page-sidebar-fixed .break-test {
    color: green;
  }

    .page-sidebar-fixed .break-test::after {
      content: ' (small: page-sidebar-fixed)';
    }

  .page-sidebar-fixed.page-sidebar-minified .break-test {
    color: green;
  }

    .page-sidebar-fixed.page-sidebar-minified .break-test::after {
      content: ' (small: page-sidebar-fixed.page-sidebar-minified)';
    }
}

@media ( min-width: 766px) {
  .page-sidebar-fixed .break-test {
    color: blue;
  }

    .page-sidebar-fixed .break-test::after {
      content: ' (medium: page-sidebar-fixed)';
    }

  .page-sidebar-fixed.page-sidebar-minified .break-test {
    color: blue;
  }

    .page-sidebar-fixed.page-sidebar-minified .break-test::after {
      content: ' (medium: page-sidebar-fixed.page-sidebar-minified)';
    }
}

@media ( min-width: 980px) {
  .page-sidebar-fixed .break-test {
    color: darkmagenta;
  }

    .page-sidebar-fixed .break-test::after {
      content: ' (large: page-sidebar-fixed)';
    }

  .page-sidebar-fixed.page-sidebar-minified .break-test {
    color: darkmagenta;
  }

    .page-sidebar-fixed.page-sidebar-minified .break-test::after {
      content: ' (large: page-sidebar-fixed.page-sidebar-minified)';
    }
}

@media ( min-width: 1200px) {
  .page-sidebar-fixed .break-test {
    color: darkcyan;
  }

    .page-sidebar-fixed .break-test::after {
      content: ' (x-large: page-sidebar-fixed)';
    }

  .page-sidebar-fixed.page-sidebar-minified .break-test {
    color: darkcyan;
  }

    .page-sidebar-fixed.page-sidebar-minified .break-test::after {
      content: ' (x-large: page-sidebar-fixed.page-sidebar-minified)';
    }
}








/******************************************************************************/
/*                                                                            */
/*                            I N F O   B O X E S                             */
/*                                                                            */
/******************************************************************************/








/******************************************************************************/
/*                                                                            */
/*                       W O R K   M A N A G E M E N T                        */
/*                                                                            */
/******************************************************************************/

/* ANIMATIONS */
.animate-once {
  animation: splash 1s normal forwards ease-in-out;
}


.section-title {
  color: rgba(0, 133, 202, .80);
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}

.subsection-title {
  color: rgba(0, 133, 202, .80);
  /*color: rgba(0, 0, 0, .50);*/
  font-size: 14px;
  font-weight: bolder;
  margin-top: 10px;
}



.card-height-25pct {
  height: 10px !important;
}

.card-height-33pct {
  height: 133px !important;
}

.card-height-50pct {
  height: 200px !important;
}

.card-height-66pct {
  height: 267px !important;
}

.card-height-75pct {
  height: 300px !important;
}

.card-height-100pct {
  height: 400px !important;
}





.parent {
  display: grid;
  grid-template-columns: 1fr;
}

  .parent div {
    grid-row-start: 1;
    grid-column-start: 1;
  }

  .parent .left-content {
    color: black;
  }

  .parent .right-content {
    display: flex;
    justify-content: end;
    margin-right: 5px;
    align-items: flex-start;
  }





/* BOOTSTRAP BREAK TESTING */
.break-test {
  color: dimgray;
}

  .break-test::after {
    content: ' (x-small)';
  }

@media ( max-width: 575px) {
  .page-sidebar-fixed .break-test {
    color: red;
  }

    .page-sidebar-fixed .break-test::after {
      content: ' (x-small: page-sidebar-fixed)';
    }

  .page-sidebar-fixed.page-sidebar-minified .break-test {
    color: red;
  }

    .page-sidebar-fixed.page-sidebar-minified .break-test::after {
      content: ' (x-small: page-sidebar-fixed.page-sidebar-minified)';
    }
}

@media ( min-width: 576px) {
  .page-sidebar-fixed .break-test {
    color: green;
  }

    .page-sidebar-fixed .break-test::after {
      content: ' (small: page-sidebar-fixed)';
    }

  .page-sidebar-fixed.page-sidebar-minified .break-test {
    color: green;
  }

    .page-sidebar-fixed.page-sidebar-minified .break-test::after {
      content: ' (small: page-sidebar-fixed.page-sidebar-minified)';
    }
}

@media ( min-width: 766px) {
  .page-sidebar-fixed .break-test {
    color: blue;
  }

    .page-sidebar-fixed .break-test::after {
      content: ' (medium: page-sidebar-fixed)';
    }

  .page-sidebar-fixed.page-sidebar-minified .break-test {
    color: blue;
  }

    .page-sidebar-fixed.page-sidebar-minified .break-test::after {
      content: ' (medium: page-sidebar-fixed.page-sidebar-minified)';
    }
}

@media ( min-width: 980px) {
  .page-sidebar-fixed .break-test {
    color: darkmagenta;
  }

    .page-sidebar-fixed .break-test::after {
      content: ' (large: page-sidebar-fixed)';
    }

  .page-sidebar-fixed.page-sidebar-minified .break-test {
    color: darkmagenta;
  }

    .page-sidebar-fixed.page-sidebar-minified .break-test::after {
      content: ' (large: page-sidebar-fixed.page-sidebar-minified)';
    }
}

@media ( min-width: 1200px) {
  .page-sidebar-fixed .break-test {
    color: darkcyan;
  }

    .page-sidebar-fixed .break-test::after {
      content: ' (x-large: page-sidebar-fixed)';
    }

  .page-sidebar-fixed.page-sidebar-minified .break-test {
    color: darkcyan;
  }

    .page-sidebar-fixed.page-sidebar-minified .break-test::after {
      content: ' (x-large: page-sidebar-fixed.page-sidebar-minified)';
    }
}





