body {
  /*background-color: #222e44;*/
  font-size:.88rem;
}
a {
  color: #222e44;
}

  a:hover {
    color: #1d75e5;
    text-decoration: none;
  }
.u-btn-primary {
  color: #fff;
  background-color: #257d0c;
}
  .u-btn-primary:hover {
    color: #fff;
    background-color: #5fa44b;
  }

.g-color-primary {
    /*    color: green !important;*/
    color: #16a616 !important;
    /*color: #5fa44b !important;*/
}

#login a {
  /*color: #5fa44b;*/
  color: #16a616;
  outline: none;
}
.table {
  margin-bottom: 5px;
}

  .table a {
    
  }

th{
    color:#fff;
    background-color:#8c97aa;
    line-height:1.2em;
    /*white-space:nowrap;*/
}
  table th a {
    color: #fff;
    text-decoration: underline;
  }
  th a:hover {
    color: #fff;
  }

.dzsparallaxer:not(.mode-oneelement) {
  background-color: #2a0f51; /*purple*/
  background-color: #222e44; /*admin navy*/
}

.u-sidebar-navigation--dark .u-side-nav--top-level-menu-link:hover {
  color: #fff;
}
.u-sidebar-navigation--dark .u-side-nav--top-level-menu-link:hover i {
    color: #fff;
  }
.u-header-logo-toggler .navbar-brand {
  opacity: .8;
}

option{
    padding:5px;
    margin:5px;
}

span label{
    padding-left:5px;
    padding-right:12px;
}
.table td, .table th {
  padding: .3rem .1rem .3rem .5rem;
}
  .table td:nth-child(1), .table th:nth-child(1) {
    padding: .3rem .1rem .3rem 1rem ;
  }
.pager table tr td{
    padding:0px !important;
    border-top:0px;
    padding-right:10px !important;
}
.pager a{
    text-decoration:underline;
    font-weight:600;
}
.table-schedule td a {
  color: darkblue;
}
.table-schedule th {
  color: #333;
  background-color:white;
  font-weight:normal !important;
}

.u-side-nav--top-level-menu-link [class*="u-badge"] {
  opacity: 1;
}

.autocompletelist {
    color: black;
    overflow: auto;
    text-align: left;
    border: 1px solid #666;
    z-index: 9999999 !important;
    opacity: 1;
    list-style: none;
    list-style-type: none;
    list-style-image: none;
    background-color: white;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
}

.autocompleteitem {
    list-style: none;
    list-style-type: none;
    list-style-image: none;
    padding: 7px 10px 7px 10px;
    cursor: pointer;
    margin-left: -40px;
    z-index: 9999999 !important;
}
.autocomphighlight {
    list-style: none;
    list-style-type: none;
    list-style-image: none;
    padding: 7px 10px 7px 10px;
    cursor: pointer;
    margin-left: -40px;
    color: white;
    background-color: #8c97aa;
    cursor: pointer;
    z-index: 9999999 !important;
}

.g-brd-gray-light-v7 {
    border-color: #b3bfdb !important;
    background-color: #e3e9f7;
    background-color: #eceef2;
}

.add_button {
  padding: 10px 0px 10px 10px;
}

@media print{
  #js-header, #sideNav {
    display: none;
  }
}

.card-header {
    background-color: #e3e9f7;
    background-color: #eceef2;
}

.card-body {
  padding: 0 1rem 0 1rem;
}
.btn-xs, .btn-sm {
    font-weight: 600;
    font-size: 0.84rem;
    padding-left: 10px;
    padding-right: 10px;
    padding-top:5px;
    padding-bottom:5px;
    background: linear-gradient(to bottom, rgb(255, 255, 255), #e6e6e6);
}
.Unicode{
    cursor:pointer;
    padding:10px;
}
.table thead th {
  border-bottom: 0px;
}
.u-accordion-color-primary .u-accordion__header [aria-expanded="true"] {
  color: #333 !important;
}
.tdji {
  white-space: nowrap;
}

  .tdji a {
    color: darkblue;
    font-weight: 600;
  }

/* TK 12/23/20 The sticky class is added to the header with JS when it reaches its scroll position */
.sticky th {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky; /*sticky vs. fixed (fixed doesn't scroll right/left, sticky does) */
  top: 0;
  left: 0;
  width: auto;
}

/* Add some top padding to the page content to prevent sudden quick movement */
.sticky + .content {
  padding-top: 102px;
}

#content_gv_job_items{
    width:100%;
}

.btn-light {
  border-color: #d3d9e1;
}

.ajax__combobox_itemlist {
  top: auto !important;
  left: auto !important;
  margin-top: -18px !important;
}

@media screen and (max-width:600px){

    #content_gv_job_items > tbody > tr > td,
    #content_gv_job_items > tbody > tr > th,
    .table-schedule td,
    .table-schedule th {
      padding: .1rem;
      font-size: smaller;
    }

    .u-sidebar-navigation-v1 {
      position: fixed;
      margin-top: 64px;
    }

}
.u-nav-v1-2.u-nav-primary .nav-link.active {
  border-color: #222e44;
  border-bottom-color: rgb(34, 46, 68);
}

.u-nav-v1-2 .nav-link.active {
  border-color: #eee;
  background-color: #6b7587;
  color: white;
}
.g-brd-primary {
  border-color: #222e44 !important;
}

.u-sidebar-navigation--dark .u-side-nav--top-level-menu-link i {
    color: #aeb8cc;
}

::selection {
    color: #fff;
    background-color: #16a616;
}
.btn_has_content, .btn_has_content:hover{
    color: #16a616;
}