input[type="checkbox"] {
  opacity: 0;
}

input[type="checkbox"]:checked + div {
  background-image: url(../../img/groupMember/checkmark-000.svg), -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: url(../../img/groupMember/checkmark-000.svg), linear-gradient(to right, #fff, #fff);
}

.checkBox {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: solid 2px #eb6868;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: linear-gradient(to right, #fff, #fff);
  background-size: contain, 100%;
}

.selectgroup {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.selectgroup:after {
  position: absolute;
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
  right: 10px;
  pointer-events: none;
}

#vacation_detail {
  font-weight: bold;
  font-size: 16px;
}

#vacation_detail hr {
  border-top: 2px solid #eb6868;
  margin: 30px 0;
}

#vacation_detail .title {
  color: #eb6868;
  font-size: 25px;
  letter-spacing: .5px;
  margin-bottom: 20px;
}

#vacation_detail .resultSearch .searchForm {
  padding: 0 20px 20px 20px;
  margin: 20px 0 30px 0;
  border-radius: 16px;
  -webkit-box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.2);
}

#vacation_detail .resultSearch .searchForm .collapse-control {
  position: relative;
}

#vacation_detail .resultSearch .searchForm .collapse-control .collapse-btn {
  width: 100%;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1.8px;
  border-radius: .25rem;
  border: 2px solid #ced4da;
  color: #808080;
  margin-top: 20px;
  padding-left: 15px;
}

#vacation_detail .resultSearch .searchForm .collapse-control .collapse-icon {
  position: absolute;
  border: 1.5px solid #c4c3c3;
  border-radius: .25rem;
  height: 38px;
  width: 38px;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#vacation_detail .resultSearch .searchForm .collapse-control .collapse-icon:after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #000000 transparent transparent transparent;
  pointer-events: none;
}

#vacation_detail .resultSearch .searchForm label {
  margin: 20px 0 10px 0;
}

#vacation_detail .resultSearch .searchForm label .require {
  color: red;
}

#vacation_detail .resultSearch .searchForm .form-control {
  border: 2px solid #C4C3C3;
  color: #4D4D4D;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 5px;
  letter-spacing: 0;
  height: unset;
}

@media screen and (max-width: 576px) {
  #vacation_detail .resultSearch .searchForm .form-control {
    text-align: center;
  }
}

@media screen and (max-width: 576px) {
  #vacation_detail .resultSearch .searchForm select {
    text-align-last: center;
  }
}

#vacation_detail .resultSearch .searchForm .form-control[readonly] {
  background-color: #EDEAEA;
  color: #999999;
}

#vacation_detail table {
  text-align: center;
  border-collapse: separate;
  border-radius: 8px;
  border-spacing: 0;
  line-height: 1.2;
  letter-spacing: 0;
  table-layout: fixed;
}

#vacation_detail table th,
#vacation_detail table td {
  font-weight: bold;
  padding: 5px 0;
  vertical-align: inherit;
  border: solid 1px #eb6868;
}

#vacation_detail table th:first-child,
#vacation_detail table td:first-child {
  border-left: solid 2px #eb6868;
}

#vacation_detail table th:last-child,
#vacation_detail table td:last-child {
  border-right: solid 2px #eb6868;
}

#vacation_detail table th a,
#vacation_detail table td a {
  text-decoration: none;
  color: unset;
  white-space: nowrap;
}

#vacation_detail table th {
  background-color: #eb6868;
  color: #fff;
  white-space: nowrap;
}

#vacation_detail table thead tr th:first-child {
  border-top-left-radius: 5px;
}

#vacation_detail table thead tr th:last-child {
  border-top-right-radius: 5px;
}

#vacation_detail table tbody:nth-child(odd) {
  background-color: #f7e1dc;
}

#vacation_detail table tbody:last-child tr td {
  border-bottom: solid 2px #eb6868;
}

#vacation_detail table tbody:last-child tr td:first-child {
  border-bottom-left-radius: 5px;
}

#vacation_detail table tbody:last-child tr td:last-child {
  border-bottom-right-radius: 5px;
}

#vacation_detail .table-mb {
  font-size: 16px;
  line-height: 1.4em;
}

#vacation_detail .table-mb .card {
  overflow: hidden;
  border: solid 2px #eb6868;
  border-radius: 8px;
  -webkit-box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.2);
}

#vacation_detail .table-mb .card + .card {
  margin-top: 20px;
}

#vacation_detail .table-mb .card:nth-child(even) .tr {
  background-color: #f7e1dc;
  color: #eb6868;
}

#vacation_detail .table-mb .card:nth-child(even) .tr:nth-child(even) {
  background-color: #fff;
  color: #000;
}

#vacation_detail .table-mb .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 2px #eb6868;
}

#vacation_detail .table-mb .tr .td,
#vacation_detail .table-mb .tr .th {
  text-align: center;
  width: 100%;
  padding: 5px;
}

#vacation_detail .table-mb .tr:nth-child(odd) {
  background-color: #eb6868;
  color: #fff;
}

#vacation_detail .table-mb .tr:last-child {
  border-bottom: none;
}

#vacation_detail .table-mb .tr .td:nth-child(2) {
  border-left: 2px solid #eb6868;
  border-right: 2px solid #eb6868;
}

#vacation_detail .table-mb .tr .td:last-child {
  border-right: 0;
}

#vacation_detail .paginationArea {
  margin-top: 30px;
}

#vacation_detail .paginationArea .pagination li {
  margin-left: 15px;
}

#vacation_detail .paginationArea .pagination li:nth-child(2) .fas {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

#vacation_detail .paginationArea .pagination .fas.fa-play {
  font-size: 15px;
}

#vacation_detail .paginationArea .pagination .fas {
  color: #eb6868;
  font-size: 20px;
  cursor: pointer;
}

#vacation_detail .paginationArea .pagination .pageItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  cursor: pointer;
}

#vacation_detail .paginationArea .pagination .pageItem.active {
  color: #fff;
  background-color: #eb6868;
}

#vacation_detail .paginationArea .pagination input {
  width: 50px;
  border-radius: 2px;
  border: 2px solid #C4C3C3;
}

#vacation_detail .paginationArea .pagination .go-btn {
  padding: 0 10px;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(67, 67, 67, 0.2);
          box-shadow: 1px 1px 3px 1px rgba(67, 67, 67, 0.2);
  background-color: white;
  border-radius: 0px;
  color: #eb6868;
  border-radius: 5px;
}

#vacation_detail .paginationArea .pagination-md {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#vacation_detail .paginationArea .pagination-md .selectgroup {
  width: 100px;
  height: 10px;
  text-align-last: center;
}
/*# sourceMappingURL=vacation_detail.css.map */