@media (max-width: 576px) {
  .navbar .navbar-brand {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .navbar_icon {
    margin-left: auto;
  }
}

.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;
}

.date-control {
  position: relative;
}

.date-control:after {
  position: absolute;
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #acacac;
  left: 50%;
  -webkit-transform: translate(-50%, 10px);
          transform: translate(-50%, 10px);
  pointer-events: none;
}

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

#transferApply .title {
  font-size: 25px;
  color: #eb6868;
  letter-spacing: .5px;
}

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

#transferApply .transferApplyForm {
  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);
}

#transferApply .transferApplyForm .collapse-control {
  position: relative;
}

#transferApply .transferApplyForm .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;
}

#transferApply .transferApplyForm .collapse-control .collapse-btn .fa-search {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-right: 5px;
}

#transferApply .transferApplyForm .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;
}

#transferApply .transferApplyForm .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;
}

#transferApply .transferApplyForm .start {
  margin-right: 15px;
}

#transferApply .transferApplyForm .end {
  margin-left: 15px;
}

#transferApply .transferApplyForm label {
  margin: 20px 0 10px 0;
}

#transferApply .transferApplyForm label .require {
  color: red;
}

#transferApply .transferApplyForm .group {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

#transferApply .transferApplyForm .group:last-child {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

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

#transferApply .transferApplyForm .dateInput {
  border: 2px solid #C4C3C3;
  color: #4D4D4D;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  border-radius: .25rem;
}

#transferApply .transferApplyForm .dateInput input {
  padding: 5px 10px;
}

@media screen and (max-width: 576px) {
  #transferApply .transferApplyForm .dateInput input {
    text-align: center;
  }
}

#transferApply .transferApplyForm .dateInput .date-icon {
  border: 2px solid #C4C3C3;
  height: 35px;
  width: 35px;
  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;
  margin: -2px;
  border-radius: .25rem;
}

#transferApply .transferApplyForm .dateInput + .calendar_modle {
  top: 35px;
}

#transferApply .transferApplyForm .calendar_modle {
  width: 50vw;
}

@media (max-width: 576px) {
  #transferApply .transferApplyForm .calendar_modle {
    width: 90vw;
  }
}

#transferApply .transferApplyForm .right + .calendar_modle {
  left: unset !important;
  right: 0;
}

#transferApply .transferApplyForm .form-control {
  border: 2px solid #C4C3C3;
  color: #4D4D4D;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 10px;
  letter-spacing: 0;
}

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

#transferApply .transferApplyForm .form-control[readonly] {
  background-color: #EDEAEA;
  color: #999999;
}

#transferApply .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #55beb7;
  color: #fff;
  border-radius: 8px;
  font-weight: bold;
  margin: 0 10px;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}

#transferApply .btn.btn-outline {
  background-color: #fff;
  color: #55beb7;
  border: solid 2px #55beb7;
}

#transferApply .btn .fas {
  margin-right: 5px;
}

#transferApply .btn .fa-search {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

#transferApply .btnArea {
  margin: 20px 0;
}

@media screen and (max-width: 576px) {
  #transferApply .btnArea {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#transferApply .btnArea a {
  text-decoration: none;
}

#transferApply .btnArea a .control-btn {
  padding: 2px 25px;
  font-weight: bold;
  color: #eb6868;
  margin: 0;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}

#transferApply table {
  text-align: center;
  border-collapse: separate;
  border-radius: 8px;
  border-spacing: 0;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
}

@media (max-width: 576px) {
  #transferApply table {
    font-size: 16px;
  }
}

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

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

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

#transferApply table th a,
#transferApply table td a {
  text-decoration: none;
  color: unset;
}

#transferApply table th {
  background-color: #eb6868;
  color: #fff;
}

#transferApply table thead tr th {
  white-space: nowrap;
}

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

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

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

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

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

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

#transferApply table a {
  text-decoration: none;
}

#transferApply table a .btn {
  padding: 3px 10px;
  font-weight: bold;
  color: #eb6868;
  background: #fff;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  margin: 5px 0;
  font-size: 14px;
  white-space: nowrap;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}

#transferApply .result-list-mb {
  font-size: 16px;
  line-height: 1.4em;
}

#transferApply .result-list-mb .card {
  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);
}

#transferApply .result-list-mb .card a {
  text-decoration: none;
  color: unset;
}

#transferApply .result-list-mb .card + .card {
  margin-top: 25px;
}

#transferApply .result-list-mb .card:nth-child(even) .tr {
  background-color: #f7e1dc;
  color: #eb6868;
}

#transferApply .result-list-mb .card:nth-child(even) .tr:nth-child(even) {
  background-color: #fff;
  color: #000;
}

#transferApply .result-list-mb .card:nth-child(even) .tr.btn-area {
  background-color: #fff;
}

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

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

#transferApply .result-list-mb .tr:nth-child(odd) {
  background-color: #eb6868;
  color: #fff;
}

#transferApply .result-list-mb .tr:nth-child(odd).middle-content {
  background-color: #fff;
  color: black;
  border-bottom: none;
}

#transferApply .result-list-mb .tr .td:nth-child(2) {
  border-left: 2px solid #eb6868;
}

#transferApply .result-list-mb .tr .last-child {
  border-left: 2px solid #eb6868;
}

#transferApply .result-list-mb .collapse-content .btn-area {
  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;
  background-color: #fff;
}

#transferApply .result-list-mb .collapse-content .btn-area .btn {
  padding: 2px 25px;
  font-weight: bold;
  color: #eb6868;
  background: #fff;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  margin: 5px;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}

#transferApply .result-list-mb .collapse-btn-area {
  border-bottom: none;
  background-color: white !important;
}

#transferApply .result-list-mb .collapse-btn-area .collapse_btn {
  width: 20px;
  height: 20px;
  border: solid 2px #82cbc6;
  border-radius: 50%;
  color: black;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#transferApply .result-list-mb .collapse-btn-area .collapse_btn i {
  width: 100%;
  height: 16px;
  text-align: center;
  position: relative;
  right: -1px;
}

@media (max-width: 400px) {
  #transferApply .result-list-mb .collapse-btn-area .collapse_btn i {
    top: 2px;
  }
}

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

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

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

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

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

#transferApply .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;
  min-height: 25px;
  min-width: 25px;
  border-radius: 50%;
  cursor: pointer;
}

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

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

#transferApply .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;
}
/*# sourceMappingURL=transfer_apply.css.map */