.function_select .icon {
  font-size: 18px;
  color: #eb6868;
  font-weight: bold;
}

.function_select .function_title {
  font-size: 16px;
}

.function_select select {
  color: #999999;
}

.function_select .selectIcon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
  z-index: 2;
  pointer-events: none;
  right: 10px;
  top: calc(50% - 2.5px);
}

.function_select .btn {
  padding: .3rem .75rem;
  font-weight: bold;
  background-color: #56bdb7;
  color: #fff;
  border-radius: 8px;
  margin: 20px 20px;
  -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);
  cursor: pointer;
}

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

.function_select .btn .fas {
  color: white;
  margin-right: 5px;
}

.function_select .btn.add-btn {
  margin: 0;
}

.function_select .btn.go-btn {
  margin: 0;
}

.card {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important;
  padding: 25px;
  border-radius: 15px;
  margin-top: 25px;
}

.card .table_content {
  text-align: center;
  font-weight: bold;
}

.card .table_content .table .table_title {
  color: white;
  background-color: #eb6868;
}

.card .table_content .table .table_title tr:nth-child(1) td:first-child {
  border-top: none;
  border-top-left-radius: 10px;
}

.card .table_content .table .table_title tr:nth-child(1) td:last-child {
  border-top: none;
  border-top-right-radius: 10px;
}

.card .table_content .table .table_title .input_title td {
  border: 2px solid #F7E1DC;
}

.card .table_content .table thead tr td {
  vertical-align: inherit;
  padding: .5rem;
}

.card .table_content .table thead tr td input[type="checkbox"] {
  opacity: 0;
}

.card .table_content .table thead tr td input[type="checkbox"]:checked + div {
  background-image: url(../../img/absence/checkmark-000.svg), -webkit-gradient(linear, left top, right top, from(#eeeceb), to(#eeeceb));
  background-image: url(../../img/absence/checkmark-000.svg), linear-gradient(to right, #eeeceb, #eeeceb);
}

.card .table_content .table thead tr td .checkBox {
  width: 16px;
  height: 16px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(to right, #ffffff, #ffffff);
  background-repeat: no-repeat, no-repeat;
  border: solid 1px #c6c6c5;
  background-size: contain, 100%;
  margin-right: 15px;
  margin-left: -15px;
  pointer-events: none;
}

.card .table_content .table thead tr .input_label {
  margin-bottom: 0;
}

.card .table_content .table tbody tr:nth-child(even) {
  background-color: #F7E1DC;
}

.card .table_content .table tbody tr td {
  vertical-align: inherit;
  border: 2px solid #eb6868;
}

.card .table_content .table tbody tr td input[type="checkbox"] {
  opacity: 0;
}

.card .table_content .table tbody tr td input[type="checkbox"]:checked + div {
  background-image: url(../../img/absence/checkmark-000.svg), -webkit-gradient(linear, left top, right top, from(#eeeceb), to(#eeeceb));
  background-image: url(../../img/absence/checkmark-000.svg), linear-gradient(to right, #eeeceb, #eeeceb);
}

.card .table_content .table tbody tr td .checkBox {
  width: 16px;
  height: 16px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(to right, #ffffff, #ffffff);
  background-repeat: no-repeat, no-repeat;
  border: solid 2px #eb6868;
  background-size: contain, 100%;
  position: absolute;
  left: calc(50% - 7px);
  pointer-events: none;
}

.card .table_content .table tbody tr td .fas {
  font-size: 16px;
  color: #eb6868;
}

.card .paginationArea .pagination {
  padding: 0;
  margin: 0;
}

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

.card .paginationArea .pagination li .fa-backward {
  margin: 0 7px;
}

.card .paginationArea .pagination li .fa-forward {
  margin: 0 7px;
}

.card .paginationArea .pagination li:nth-child(2) .fas {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  margin: 0 7px;
}

.card .paginationArea .pagination .fas.fa-play {
  font-size: 15px;
  margin: 0 7px;
}

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

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

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

.card .paginationArea .pagination input {
  width: 50px;
}

.card .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;
  font-weight: bold;
}
/*# sourceMappingURL=Functional_authority.css.map */