@charset "UTF-8";

/* common css */
body {
  /* line-height: 1.6; */
  background-color: #edfaf6;
  background-image: url(../img/img_bg.png);
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  overflow-y: scroll;
}

/*body::-webkit-scrollbar {
  display: none;
}
*/
.text-decoration-underline {
  text-decoration: underline;
}

ul {
  list-style: none;
}

a:hover {
  text-decoration: none;
  transition: 0.2s;
}

.dropdown-item, .fa-ellipsis-v{
  cursor: pointer;
}
.dropdown-menu a:hover {
  text-decoration: none;
  transition: 0.2s;
  opacity: 0.7;
}
.pc {
  display: block;
}

.sp {
  display: none;
}

#wrapper {
  width: 100%;
}

.smooth-shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
/* Color */
.bg-green {
  background-color: #00c292 !important;
}

.col-green {
  color: #00c292;
}

.col-danger {
  color: #A71D2A;
}

.col-dark {
  color: #333;
}

.col-brown {
  color: #666;
}

.card-shadow {
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  border-radius: 4px;
}

.table-shadow {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  border-radius: 4px;
}

/* header css */
.header {
  position: sticky;
  padding: 5px 0;
  box-shadow: 0px 1px 4px 2px rgb(0, 0, 0, .15);
  top: 0;
  z-index: 4;
}

.logo {
  line-height: 0;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
}

.logo span {
  font-size: 20px;
}

.logo:hover {
  opacity: 0.9;
}

.logo img {
  width: 50px;
  margin-right: 3px;
}

.menu-bar {
  position: relative;
  width: 32px;
  height: 36px;
  margin-left: 15px;
  cursor: pointer;
  border-radius: 5px;
}

.menu-bar .nav-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 38px;
  transform: translate(-50%, -50%);
}

.nav-icon .line {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 3px;
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.nav-icon .line-01 {
  top: 9px;
}

.nav-icon .line-02 {
  top: 17px;
}

.nav-icon .line-03 {
  top: 25px;
}

.menu-bar.is-active {
  z-index: 999999;
}

.menu-bar.is-active .nav-icon .line-01 {
  top: 17px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-bar.is-active .nav-icon .line-02 {
  opacity: 0;
}

.menu-bar.is-active .nav-icon .line-03 {
  top: 17px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.navigation {
  position: absolute;
  top: 100px;
  right: 0;
  left: 0;
  z-index: 1001;
  width: 83%;
  visibility: hidden;
  margin: 0 auto;
  padding: 20px 10px;
  -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  background: #fff;
  transition: 0.4s;
  opacity: 0;
}

.navigation.toggle {
  top: 69px;
  visibility: visible;
  opacity: 1;
}

.navigation.dis-none {
  visibility: hidden;
  transition: 0.4s;
  opacity: 0;
}

.nav {
  justify-content: space-around;
  width: 100%;
  padding: 0;
  max-width: 100%;
}

.nav>ul>li a {
  display: block;
  color: #333;
}

.nav>ul {
  width: 17%;
  margin-bottom: 0;
  font-size: 14px;
}

.nav>ul>.nav-ttl>a {
  color: #00c292;
  font-size: 14px;
  font-weight: bold;
}

.nav li a:hover, .nav li a:hover::after {
  color: #00c292;
}

.nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border: 1px solid transparent;
}

.nav li:first-child a::after {
  display: none;
}

.nav .dropdown ul {
  display: none;
  margin: 0;
  padding: 15px 15px 0 15px;
  /*   font-size: 14px; */
}

.nav ul li {
  margin-bottom: 10px;
}

.nav ul li:last-child {
  margin-bottom: 0;
}

.nav ul li .sub-menu li:last-child, .nav li>ul>li:last-child {
  margin-bottom: 0;
}

.nav .dropdown>.open {
  color: #00c292;
}

.nav .dropdown>a::after {
  float: right;
  padding-left: 10px;
  color: #333;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  vertical-align: 0;
  content: '\f107';
}

.nav .dropdown>.open::after {
  color: #00c292;
  transform: translate(10px, 0) rotate(178deg);
}

.user {
  align-items: center;
  font-size: 15px;
  font-weight: 500;
}

/* Breadcrumbs css */
.breadcrumbs {
  margin: 15px 0;
}

.breadcrumbs li {
  display: flex;
  align-items: center;
  font-size: 16px;
  justify-self: center;
}

.breadcrumbs li:first-child {
  margin: 0;
  font-size: 14px;
}

.breadcrumbs li a {
  padding: 2px 0;
  font-size: 15px;
}

.breadcrumbs strong {
  display: block;
  padding: 2px 0;
  font-size: 14px;
  font-weight: 400;
}

.breadcrumbs li a:hover {
  color: #333;
}

/* Title */
h2 {
  margin-bottom: 30px;
  font-size: 22px;
}

h2:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 3px;
  margin: 0 auto;
  background: #00c292;
  content: "";
  border-radius: 10px;
}

/*Pagination*/
.pagination, #ferry-member-table_paginate .pagination {
  display: flex;
  margin-bottom: 0;
}

.paginate_button a:focus {
  box-shadow: none !important;
}

.paginate_button a, #ferry-member-table_paginate .paginate_button a {
  color: #000 !important;
  font-size: 14px;
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.paginate_button a:hover, #ferry-member-table_paginate .paginate_button a:hover
  {
  background: #099573 !important;
  color: #fff !important;
}

.paginate_button.active a, #ferry-member-table_paginate .paginate_button.active a
  {
  background: #099573 !important;
  color: #fff !important;
  border-color: #dee2e6 !important;
  border-radius: 2px;
}

.dataTables_paginate {
  display: flex;
  justify-content: center;
}

.dataTables_wrapper.form-inline {
  display: block;
}

/* Form Css */
.form-control {
  border: 1px solid #ccc;
  font-size: 15px !important;
}

.form-control:focus {
  box-shadow: none !important;
  border-color: #ccc !important;
}

.custom-select {
  background: #fff url(../img/drop_down_arrow.png) no-repeat right .75rem
    center/8px 10px;
  font-size: 15px !important;
}

.form-exepdf {
  border: 1px solid #ccc;
  font-size: 15px !important;
}

.custom-select:focus {
  box-shadow: none !important;
  outline: none !important;
  border-color: #ccc !important;
}

label {
  font-size: 15px;
}

.search-form {
  margin: 0 0 15px 0;
  padding: 15px 0 15px 0;
  background: #ffffff;
}

textarea {
  resize: none;
}

.text-truncate {
  max-width: 180px;
}

input#file {
  height: calc(1.3em + 1.05rem + 1.5px);
  padding: .275rem .75rem;
}

#datatable_length label select {
  margin: 0 5px;
}

.f-icon-size {
  font-size: 20px;
}

.text-green {
  color: #00c292 !important;
}
/* Button Css */
.w-65 {
  width: 65px !important;
}
.w-120 {
  width: 120px !important;
}
.w-130 {
  width: 130px !important;
}
.w-163 {
  width: 163px !important;
}

.w-60 {
  width: 60%;
}

.w-415 {
  width: 415px !important;
}

.w-265 {
  width: 265px;
}

.w-400 {
  width: 400px;
}

.w-119 {
  width: 119px;
}

.w-f {
  width: 100%;
}

.w-450 {
  width: 450px !important;
}

.btn-gp {
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.btn {
  display: block;
  position: relative;
  z-index: 1;
  width: 120px;
  overflow: hidden;
  border: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
  background: #00c292;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  margin: 0 5px;
}

.shift-delete-btn {
  width: 180px !important;
}

.btn::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn::before, .btn::after {
  position: absolute;
  z-index: -1;
  background: #099573;
  content: '';
}

.btn:hover {
  color: #fff;
}

.btn::after {
  top: 0;
  left: -40%;
  width: 0;
  height: 100%;
  transform: skew(50deg);
  transform-origin: top left;
  transition-duration: 0.6s;
}

.btn:hover:after {
  width: 140%;
  height: 100%;
}

.btn:focus {
  box-shadow: none !important;
}

button:focus {
  outline: 0;
}

a.btn-edit:hover {
  color: #00c292;
}

a.btn-delete:hover {
  color: #dc3545 !important;
}

/* table css */
table {
  border: 1px solid #dee2e6;
  background: #fff;
}

.table td, .table th {
  border: none;
}

.table thead tr, .table tbody tr {
  border-bottom: 1px solid #dee2e6;
}

.table tbody tr:last-child {
  border-bottom: none;
}

.table thead th, .table tbody td {
  word-break: keep-all;
  vertical-align: middle;
  border-top: none;
  border-bottom: none;
  border-right: 1px solid #dee2e6;
}

.wb-word {
  word-break: break-word !important;
}

/* .table thead th:last-child, .table tbody td:last-child {
  border-right: none;
} */
table tbody tr:nth-child(odd) {
  background: rgba(204, 204, 204, 0.2);
}

table th {
  text-align: center;
  padding: 0.3rem !important;
  color: #333;
  font-size: 15px;
  font-weight: 400;
}

table td {
  color: #333333;
  font-size: 14px;
  word-break: break-all;
}

table tbody tr:first-child {
  border-top: none;
}

table tbody tr td {
  line-height: 1.7;
  padding: 0.3rem !important;
/*   padding: 0.4rem 0.6rem !important; */
}

table td a {
  color: #333333;
  text-decoration: underline;
}

table td a:hover {
  color: #333333;
  text-decoration: none;
}

input:focus, textarea:focus {
  outline: none;
}

.result-area {
  padding: 15px;
  background-color: #fff;
}

/* Custom CheckBox */
/* .checkbox {
  display: block;
  position: relative;
  width: 100%;
}

.checkbox label {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-bottom: 0;
  cursor: pointer;
  min-height: 22px;
}

.checkbox label:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  border: 1px solid #ccc;
  content: '';
  transition: transform 0.28s ease;
  border-radius: 3px;
}

.checkbox label:after {
  display: block;
  position: absolute;
  top: 8px;
  left: 4px;
  width: 10px;
  height: 5px;
  content: '';
  transform: rotate(-45deg) scale(0);
  transition: transform ease 0.25s;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

.checkbox input[type="checkbox"] {
  position: absolute;
  left: 0;
  width: auto;
  margin-left: -20px;
  opacity: 0.00000001;
}

.checkbox input[type="checkbox"]:checked ~label:before {
  border: 1px solid #ccc;
  background: #00c292;
}

.checkbox input[type="checkbox"]:checked ~label:after {
  transform: rotate(-45deg) scale(1);
} */

/* content */
.content-h {
  min-height: calc(100vh - 89px);
}

.content {
  min-height: calc(100vh - 105px);
}

#myErrAlert {
  display: none;
}

span {
  font-size: 15px;
  word-wrap: break-word;
}

/* Datepicker */
#ui-datepicker-div {
  z-index: 99 !important;
}

/* Modal Box */
.modal-header {
  padding: 0;
  border-bottom: none !important;
}

.modal-header .close {
  position: absolute;
  top: -3px;
  right: 0;
  width: 27px;
  height: 27px;
  padding: 0 !important;
  background: #00c292;
  color: #fff;
  font-size: 18px;
  outline: none;
  opacity: 1 !important;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, .2);
}

.modal-body {
  padding: 0;
}

.modal-footer {
  /* width: 206px; */
  margin: 0 auto;
  padding: 0;
  border-top: none !important;
  justify-content: center;
}

.ferry {
  width: 100%;
  justify-content: center;
}

.modal-footer .btn {
  width: 105px;
  font-size: 14px;
}

.modal-sm {
  max-width: 400px !important;
}

.modal-footer .btn.modal-close {
  background: #ccc !important;
  color: inherit;
}

.modal-footer .btn.modal-delete {
  background: #dc3545 !important;
}

.btn.modal-close::before, .btn.modal-close::after {
  background: #c2babb !important;
}

.btn.modal-delete::before, .btn.modal-delete::after {
  background: #b52835 !important;
}

.confirm-delete .modal-header .close {
  background: #dc3545 !important;
}

/* #editModal .modal-footer {
  width: 215px;
} */

#editRow {
  width: 104px;
  padding: 0.375rem 0.2rem;
}

/* footer css */
.footer {
  width: 100%;
  padding: 5px 0;
  font-size: 12px;
}

/* Required Field Star Icons */
.isDisabled {
  cursor: not-allowed;
  opacity: 0.5;
  color: currentColor;
  display: inline-block; /* For IE11/ MS Edge bug */
  pointer-events: none;
  text-decoration: none;
}

.pointer {
  cursor: pointer;
}

.tooltip-inner {
  background-color: #00c292;
}
/* required field icon */
.required:after {
  content: " *";
  color: red;
}

/* tooltip */
#tooltip {
  color: #00C292;
  font-size: 20px;
  position: absolute;
  right: 4%;
  top: 4%;
}

.v-align-middle {
  vertical-align: middle !important;
}

.count {
  border: 1.44px solid #00c292;
  border-radius: 0.25rem;
}

.bcolor {
  border-color: #00C292;
  border-width: unset;
}

.dev {
  color: #00c292;
}

fieldset.scheduler-border {
  border: 1px groove #ddd !important;
  padding: 0 1.4em 0 1.4em !important;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
  font-size: 1.2em !important;
  font-weight: bold !important;
  text-align: left !important;
}

legend.scheduler-border {
  width: inherit; /* Or auto */
  padding: 0 10px; /* To give a bit of padding on the left and right */
  border-bottom: none;
}

.main-div {
  position: relative;
}

.plus, .minus {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  top: 8px;
  right: 7px;
  cursor: pointer;
  background-color: #ffffff;
}

.plus {
  color: #00c292;
}

.minus {
  color: #CC0019;
}

.form-fix {
  display: inline;
  width: auto;
}

.has-attechment {
  background: rgb(0, 194, 146, 0.5) !important;
}

.icon-style {
  color: #00c292;
  font-size: 26px;
  line-height: 2rem;
}

.icon-style:hover {
  color: rgb(0, 194, 146, 0.5);
}

.position-history th,.position-history td,
 .tax-rate th,.tax-rate td{
  border-left :1px solid #ccc;
}

.w-80{
  width: 80%;
}

.des {
  color: #DC3545;
  text-decoration: line-through;
}

.new {
  color: #00c292;
}

@media ( max-width :767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .container, .container-sm {
    max-width: 98%;
  }
  .spState{
	padding-right: 0px;
}
  .spNationality{
	padding-left: 0px;
	padding-right: 0px;
}

  /* header */
  h1 {
    font-size: 16px;
  }
  h2 {
    font-size: 1.5rem;
  }
  .navigation {
    width: 96% !important;
    padding: 18px;
  }
  .navigation .lists {
    display: none;
    padding: 10px 0 0 15px;
    font-size: 13px;
  }
  .nav>ul>.nav-ttl>a::before {
    float: right;
    padding-left: 10px;
    color: #00c292;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    vertical-align: 0;
    content: '\f107';
  }
  .nav>ul>.nav-ttl>a.open::before {
    color: #00c292;
    transform: translate(10px, 0) rotate(178deg);
  }
  .nav .nav-ttl .dropdown>a {
    color: #333;
  }
  .nav .nav-ttl .dropdown>a::before {
    float: right;
    padding-left: 10px;
    color: #333;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    vertical-align: 0;
    content: '\f107';
  }
  .nav .nav-ttl .dropdown>a.open {
    color: #00c292;
  }
  .nav .nav-ttl .dropdown>a.open::before {
    color: #00c292;
    transform: translate(10px, 0) rotate(178deg);
  }
  .nav>ul {
    width: 100%;
  }
  .nav ul li:last-child {
    margin-bottom: 18px;
  }
  .nav .nav-ttl .lists>a::after {
    float: right;
    padding-left: 10px;
    color: #333;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    vertical-align: 0;
    content: '\f107';
  }
  .nav .nav-ttl .lists>a.open {
    color: #00c292;
  }
  .nav .nav-ttl .lists>a.open::before {
    color: #00c292;
    transform: translate(10px, 0) rotate(178deg);
  }

  /* pagination */
  .pagination {
    justify-content: flex-start;
  }
  .compare-attendees .fix {
    position: fixed;
  }

  /* table */
  .table-responsive {
    overflow-x: auto !important;
  }

  /* button */
  .w-415 {
    width: 240px;
  }
  .w-265 {
    width: 160px;
  }
  .w-50 {
    width: 30px
  }
  .w-450 {
    width: 300px;
  }
  .btn {
    width: 75px;
    padding: .375rem 0;
    font-size: 12px;
  }
  .btn::after {
    left: -45%;
  }
  .btn:hover:after {
    width: 150%;
  }
}
#townshipSelect,#stateSelect,#nationalitySelect,#numberSelect{
	padding : 0px 6px 0px 6px;
	background: none;
	text-align: center;
}
#townshipSelect{
	text-align: left;
}

@media ( max-width :1340px) {
  .navigation {
    width: 88%;
  }
}

.isDisabled {
  cursor: not-allowed;
  opacity: 0.5;
  color: currentColor;
  display: inline-block; /* For IE11/ MS Edge bug */
  pointer-events: none;
  text-decoration: none;
}

.pointer {
  cursor: pointer;
}

.tooltip-inner {
  background-color: #00c292;
}

.dtfc-fixed-left {
  background-color: #ffff !important;
}

.dtfc-fixed-right {
  background-color: #ffff !important;
}

.even .dtfc-fixed-left {
  background-color: #ffff;
}

.even .dtfc-fixed-right {
  background-color: #ffff;
}

.odd .dtfc-fixed-left,
.holidays-color {
  background-color: #f5f5f5 !important;
}

.odd .dtfc-fixed-right {
  background-color: #f5f5f5 !important;
}

.fa {
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900 !important;
}

caption.top {
  caption-side: top;
}
.sticky-col {
  z-index: 2;
}

.period-col {
  z-index: 1;
}

#pattern-day-div {
    user-select: none;
}

.participant-members {
    word-wrap: break-word;
}

.participant-members-name {
    max-width: 150px;
}

.participant-members-email {
    max-width: 200px;
}


/* Progress dialog loading */
.progress-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Dialog Box */
.progress-dialog {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-align: center;
}

/* Progress Indicator */
.progress-indicator {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 6px solid rgba(0, 194, 146, 0.2);
  border-top-color: #00c292;
  animation: spin 2s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Text */
.progress-text {
  margin-top: 10px;
  font-weight: bold;
  color: #333;
}

.btn-w-l{
  width: 150px !important;
}

.summary-div {
  padding: 10px 50px;
}

.summary-div
.basic-amount,
.gross-amount,
.deduction-amount,
.net-amount{
  padding: 5px 20px 20px 10px;
  border-radius: 5px;
  border: 1px solid rgb(0 0 0 / 18%);
  /* box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2); */
}
.summary-div
.title {
  color: #808080 !important;
}
.summary-div
.amount {
  color: #555555;
}

.display-total-amounts p {
  color: #505050;
  font-size: 12px;
}

.dashboard-card-img {
  width: 30px;
  height: 30px;
}

.totle-emp {
  color: #515151 !important;
  font-size: 30px;
  letter-spacing: 5px;
}
.totle-lhr {
  color: #808080 !important;
  font-size: 15px;
}
.total-leave-record{
  max-height: 250px;
}

.single-leave-record {
  min-height: 350px;
}

.payment-chart{
  min-height: 350px;
}

.leave-selects {
  padding-top: 0;
  padding-bottom: 0;
  height: 25px;
  font-size: 13px !important;
}

.vertical-divider {
  width: 1px;
  height: 40px;
  background-color: #bababa;
  border: none;
  margin: 0 10px;
}