﻿.BoxContainer {
  margin-top: 40px;
  text-align: center;
}

.SmallContentBox {
  background-color: #fff;
  display: inline-block;
  padding: 30px 40px;
  margin: 10px;
  vertical-align: top;
  height: 375px;
}

  .SmallContentBox .BoxText {
    margin-top: 25px;
  }

    .SmallContentBox .BoxText .SmallText {
      font-size: 14px;
    }

  .SmallContentBox .btn-primary {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .SmallContentBox .btn-green-border {
    margin-top: 40px;
    margin-bottom: 40px;
  }

.Banner {
  background-color: #002579;
  color: #fff;
  padding: 12px;
  font-size: 14px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease-in-out;
  max-width: 980px;
  margin: 0 auto;
}

.BannerContent {
  display: inline-block;
  vertical-align: middle;
}

.Banner button {
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-left: 24px;
  color: #002579;
  border-radius: 8px;
  font-weight: bold;
  height: 52px;
}

  .Banner button:hover {
    color: #002579;
    background-color: #fff
  }

.Banner img {
  color: #fff; /* Change the image color to white */
  max-width: 38px; /* Decrease the image size, adjust the value as needed */
  margin-right: 8px;
}

.BoxText {
  text-align: center;
  color: #a3a3a3;
  margin-top: 25px;
  width: 180px;
  margin-left : auto;
  margin-right:auto;
}

  .BoxText .LargeText {
    font-size: 20px;
    display: block;
    color: black;
  }

  .BoxText .SmallText {
    font-size: 14px;
  }

.Complete .BoxText .LargeText, .GreenText {
  /*color: #27ae60;*/
  color:black;
}

.Complete .BoxText .SmallText {
  color: #757575;
}

.DueText {
  margin: 25px 0 10px;
  height: 50px;
  font-weight: 600;
  font-size: 12px;
}

.DaysLeft {
  font-size: 16px;
  margin-top: 3px;
}

.SubHeading {
  color: #A3A3A3;
  font-weight: 600;
  font-size: 20px;
}

input.SelectPayroll {
  text-align: center;
  width: 300px;
  margin-top: 20px;
  background-color: #f2f2f2;
  border: none;
  font-family: SFLight;
  color: #333;
}

.ComboDropDown th, .ComboDropDown td {
  padding: 10px 5px;
  text-align: left;
}

.select-icon-table {
  margin-top: 10px;
  margin-left: 180px;
  cursor: pointer;
}

.select-icon-dropdown {
  position: absolute;
  right: 0px;
  height: 20px;
  width: 20px;
  margin-top: 30px;
  margin-right: 10px;
}

.dropdown-spanfit {
  position: relative;
}


.Complete .BoxTextDD .LargeTextDD, .BlackText {
    color: #3d3d3d;
}

.LargeTextDD {
    font-size: 20px;
    display: block;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 5px;
}
.DueTextDD {
    margin: 25px 0 10px;
    height: 100px;
    font-weight: 600;
    font-size: 12px;
}
.DueTextUD {
    margin: 25px 0 10px;
    height: 110px;
    font-weight: 600;
    font-size: 12px;
}

.btn-black {
    color: #282828 !important;
    background-color: #fff;
    border: none;
    letter-spacing: 1px;
    border-radius: 0;
    margin: 20px;
    text-decoration: none;
}
.btnEdit {
    color: gray;
    text-decoration: underline;
}

.HROptionsButton {
    margin-top: 40px !important;
    margin-bottom: 10px !important;
}

.btn-green-border {
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #27ae60 !important;
  color: #27ae60;
  background-color: transparent;
  margin-right: 15px;
  float: right;
}

  .btn-green-border:hover {
    color: #FFF !important;
    background-color: #27ae60
  }

.HROptionsbtn-green-border {
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #27ae60 !important;
  color: #27ae60;
  background-color: transparent;
  /*margin-right: 15px;*/
  /*float: right;*/
}

.RedoMappingLink {
  font-size: 130%;
  font-weight: 600;
  color: #A3A3A3;
  text-align: center;
  margin-top: 0px;
}