.hours_count_down_red {
    color: #df1a23;
}

.hours_count_down_green {
    color: #36b33a;
}

.hours_count_down_gray {
    color: #bfbfbf;
}

.header {
    color: white;
    height: 5rem;
    background: url("i/PFX_banner.jpg") no-repeat center;
    background-size: cover;
}

.captions {
    height: 2rem;
    border-style: solid;
    border-width: 0px 0px 0.2rem 0px;
}

.table-footer {
    border-style: solid;
    border-width: 0.1rem 0px 0rem 0rem;
}

.table-total {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    padding-bottom:  0.5rem;
}

.total-field {
    font-size: 1.5rem;
    border-style: solid;
    border-width: 0.05rem 0px 0rem 0rem;
}

.total-field-nb {
    font-size: 1.5rem;
}

.main-table {
    box-shadow: 0 1px 3px rgba(0,0,0,.5);
}

.footer {
    color: white;
    height: 5rem;
}

.odd-field {
    background-color: #fdfdfd;
    border-style: solid;
    border-color: #fdfdfd;
    border-width: 0px 1px;
}

.odd-field:hover {
    background-color: #fff;
    border-style: solid;
    border-color: #fff;
    border-width: 0px 1px;
}

.even-field {
    background-color: #f7f7f7;
    border-style: solid;
    border-color: #f7f7f7;
    border-width: 0px 1px;
}

.even-field:hover {
    background-color: #f4f4f4;
    border-style: solid;
    border-color: #f4f4f4;
    border-width: 0px 1px;
}

.holiday-odd-field {
    background-color: #faf2f4;
    border-style: solid;
    border-color: #faf2f4;
    border-width: 0px 1px;
}

.holiday-odd-field:hover {
    background-color: #faf5f7;
    border-style: solid;
    border-width: 0px 1px;
}

.holiday-even-field {
    background-color: #f5ebed;
    border-style: solid;
    border-color: #f5ebed;
    border-width: 0px 1px;
}

.holiday-even-field:hover {
    background-color: #f7edef;
    border-style: solid;
    border-width: 0px 1px;
}

.logout-icon{
    width: 1.2rem;
    height: 1.2rem;
}

.prj-column {
    border-style: solid;
    border-width: 0rem 1px 0rem 0rem;
}

.picked-prj {
    border-style: solid;
    border-width: 0rem 0rem 0rem 0.3rem;
    font-size: 1.25rem;
}

.unpicked-prj {
    /*border-style: solid;*/
    /*border-width: 0rem 0rem 0rem 0.3rem;*/
    padding-left: 0.3rem;
    font-size: 1.25rem;
}

.prj-el-wr {
    border-style: solid;
    border-width: 0rem 0rem 1px 0rem;
}

.prj-el-wr:hover {
    background-color: #fff;
    border-style: solid;
    border-width: 0rem 0rem 1px 0rem;
}

.prj-el-wr-picked {
    background-color: #d9d9d9;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}

.prj-el-wr-picked:hover {
    background-color: #dedede;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}


.prj-col-label {
    font-size: 0.85rem;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}

.host-col-label {
    position: relative;
    top: 1.25rem;
    font-size: 1.25rem;
    font-weight: 300;
}

.block-link {
    color: inherit;
    text-decoration: none;
}

.block-link:hover {
    color: inherit;
    text-decoration: none;
}

.space-holder{
    height: 2rem;
}

.start_time, .end_time {
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
}

.date-row {
    padding-top: 0.35rem;
}

.whipe-icon {
    padding-top: 0.35rem;
    padding-right: 0.3rem;
}

.whipe_records-btn{
    cursor: pointer;
}

.add_budget-icon{
    cursor: pointer;
}


.in-out-caption{
    padding-left: 15px;
}

.plus_badge{
    font-size: 12px;
    position: absolute;
    top: -5px;
    width: 100%;
    left: 0px
}

.tabs_active_inactive{
    top: -3px;
    width: 100%;
    position: absolute;
}

a.white_on_hover:hover{
    background-color: #f8f9fa;
}

.form-control[disabled]:not(#submit) {
	background-color: #ffffff;
}


.ddsearch-toggle {
  position: relative;
  width: 100%;
  height: 38px;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ddsearch-toggle-arrow {
  position: absolute;
  left: -22px;
  top: 15px;
  cursor: pointer;
}

.ddsearch-input,
.ddsearch-input-faded {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 4px;
    position: sticky;
    top:0px;
    z-index: 1;
}

.ddsearch-input-faded:focus {
    outline: none !important;
    border-color: #ced4da;
    box-shadow: none;
}

.ddsearch-menu {
    width: 100%;
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
}

.ddsearch-item {
    cursor: pointer;
}

.ddsearch-item-preselect {
    cursor: pointer;
    background-color: #96c8ff;
}

.ddsearch-item-preselect:hover {
    background-color: #c4e0ff;
}

.tooltip-item {
    position: absolute;
    width: fit-content;
    z-index: 1;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #343a30;
    border-radius: 4px;
    color: #ffffff;
    font-size: 12px;
    opacity: 0.95;
}

.help_item{
    content: url("i/question.png");
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    height: 1rem;
    width: 1rem;
}

.stsearch-toggle {
    cursor: pointer;
}

.stsearch-toggle:focus {
    outline: none !important;
    border: none;
}

.stsearch-item{
    cursor: pointer;
}

.badge-outline-white {
    color: #e3e3e3;
    border: 1px solid #e3e3e3;
    background-color: transparent;
    padding: .15em .32em;
}

.badge-outline-white:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #838e97;
}

.badge-outline-secondary {
    color: #868e96;
    border: 1px solid #868e96;
    background-color: transparent;
    padding: .15em .32em;
}

.badge-outline-secondary:hover {
    color: #e3e6ef;
    text-decoration: none;
    background-color: #6b737b;
}