.underline {
  text-decoration: underline;
  text-decoration-color: red;
}

#wrapper {
  min-height: 100vh;
}

.tdunderline {
  border-bottom: 2px solid red;
}

.hideinput {
  background: rgba(255, 255, 255, 0.4);
  border: none;
  outline: none;
}

.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.btn-squre {
  border-radius: 0rem;
}

.load {
  display: none;
  width: 69px;
  height: 89px;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 2px;
}

.list-inlineH > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 10px;
}

#hideMe {
  overflow: hidden;
  position: relative;
  -webkit-animation: cssAnimation 5s forwards;
  animation: cssAnimation 5s forwards;
}

.chart-container {
  position: relative;
  margin: auto;
  height: 80vh;
  width: 80vw;
}

/*
		to
		avoid
		stupid
		bootsrap
		from
		including
		link
		in
		print*/

@media print {
  body {
    color: rgba(0, 0, 0, 0.096);
    background: #fff;
  }
  .infopop {
    display: none;
  }
  #fee-schedule-container {
    margin-top: 30px;
  }
  #emptyFeesSheduleFirsttbl {
    margin-top: 20px;
  }
  .delFeesfield {
    display: none;
  }
  #addFeesfield {
    display: none;
  }
  a[href]:after {
    content: none !important;
  }
  .container-fluid {
    margin-top: -80px;
  }
  .hidden-print {
    display: none !important;
  }
  .hideme {
    display: none !important;
  }
  #invoiceMenu {
    display: none !important;
  }
  #btnCreateInvoice {
    display: none !important;
  }
  #fee-schedule-container {
    margin-top: -80px;
  }
  .invButtons {
    display: none !important;
  }
  input {
    border: 0px solid white;
  }
  button {
    display: none !important;
  }
  input,
  textarea {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
  }
  #btnGenInstall {
    display: none;
  }
  #btnTotal {
    display: none;
  }
  #btnAddItem {
    display: none;
  }
  #delRow {
    display: none;
  }
  #btnGenReceipt {
    display: none;
  }
  #btnCreateReceipt {
    display: none;
  }
  #btnCreateProFormaInvoice {
    display: none;
  }
  /*
		Remove
		extra
		blank
		page
		when
		printing
		*/
  .print + .print {
    page-break-before: always;
  }
}

/* used in invoicce  */

.tableX {
  width: 100%;
}

.tableX > th {
  padding: 1px;
  border: 1px solid black;
}

.tableX > td {
  padding: 1px;
  font-size: 12px border 1px solid black;
}

.form-control-checkbox {
  display: inline;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select-danger {
  background-color: #e96d61;
  color: rgb(255, 255, 255);
}

.select-danger:focus {
  background-color: #e96d61;
  color: rgb(255, 255, 255);
}

.select-success {
  background-color: #009e38;
  color: rgb(255, 255, 255);
}

.select-success:focus {
  background-color: #009e38;
  color: rgb(255, 255, 255);
}

.purcherse-bill-total-div {
  background-color: #f9f9f9;
  color: #858796;
  font-weight: bold;
}

.pur-input {
  height: 30px;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #e3e6f0;
  padding: 0px;
}

.pur-input-bill {
  height: 20px;
  border: none;
  background-color: transparent;
  width: 150px;
}

.pur-input:disabled,
.form-control[readonly] {
  background-color: #ffffff;
  opacity: 1;
}

.payslip-input {
  height: 25px;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #e3e6f0;
  background-color: transparent;
}

.payslip-input:disabled {
  background-color: #ffffff;
  opacity: 1;
}

.no-border {
  border: none;
}

.btnRemoveItemRow {
  border: none;
}

.btnRemoveConAddRow {
  border: none;
}

.btnRemoveAddress {
  border: none;
}

.btnRemovePurItem {
  border: none;
}

/* Input Number arrow Remove */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

/* Input Number arrow Remove */

.div-border {
  border: 1px solid black;
  margin: 50px;
}

.div-border p {
  margin-top: -0.9em;
  margin-left: 10px;
  margin-right: 10px;
  background-color: rgb(199, 199, 199);
  display: block;
  text-align: center;
  color: white;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: rgba(0, 24, 38, 0.5);
}

#progressbar .active {
  color: #0096a9;
}

#progressbar li {
  list-style-type: none;
  font-size: 18px;
  width: 33.33%;
  float: left;
  position: relative;
}

#progressbar #personal:before {
  background-image: url(../images/info.png);
}

#progressbar #salary:before {
  background-image: url(../images/salary.png);
}

#progressbar #leave:before {
  background-image: url(../images/leave.png);
}

#progressbar li:before {
  display: block;
  background: #ffffff;
  margin: 0 auto 20px auto;
  content: "";
  width: 45px;
  height: 45px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  position: relative;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: rgba(0, 150, 169, 0.2);
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 1;
}

#progressbar li.active:after {
  background: rgba(0, 150, 169, 1);
}

.div-hidden {
  display: none;
}

.viewDocUploadedImgs img {
  margin: 5px;
}

#overlay {
  position: fixed;
  top: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}

.is-hide {
  display: none;
}

#overlay-Load {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.6);
}

.table-ver-center td {
  vertical-align: middle;
}

.fc .fc-bg-event .fc-event-title {
  color: black;
}

.input-total {
  border: none;
  height: 25px;
  border-radius: 0px;
  background-color: transparent;
}

.input-total:disabled {
  background-color: rgba(255, 255, 255, 0);
  border: none;
}

.input-total[readonly] {
  background-color: rgba(255, 255, 255, 0);
  border: none;
}

/*ScrollBar*/

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
}

::-webkit-scrollbar-thumb {
  background: #6c757d;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #0d6efd;
}

/*ScrollBar*/

#tblEsignStatus td {
  vertical-align: middle;
}

#tblEsignStatus th {
  vertical-align: middle;
}

.leaveTrckTbl td {
  vertical-align: middle;
  text-align: center;
}

.leaveTrckTbl th {
  vertical-align: middle;
  text-align: center;
}

.hidden {
  display: none;
}

#show-pdf-button {
  width: 150px;
  display: block;
  margin: 20px auto;
}

#file-to-upload {
  display: none;
}

#pdf-main-container {
  width: 400px;
  margin: 20px auto;
}

#pdf-loader {
  display: none;
  text-align: center;
  color: #999999;
  font-size: 13px;
  line-height: 100px;
  height: 100px;
}

#pdf-contents {
  display: none;
}

#pdf-meta {
  overflow: hidden;
  margin: 0 0 20px 0;
}

#pdf-buttons {
  float: left;
}

#page-count-container {
  float: right;
}

#pdf-current-page {
  display: inline;
}

#pdf-total-pages {
  display: inline;
}

#pdf-canvas {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

#page-loader {
  height: 100px;
  line-height: 100px;
  text-align: center;
  display: none;
  color: #999999;
  font-size: 13px;
}

.checkbox-mid {
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.4);
  /* IE */
  -moz-transform: scale(1.4);
  /* FF */
  -webkit-transform: scale(1.4);
  /* Safari and Chrome */
  -o-transform: scale(1.4);
  /* Opera */
  transform: scale(1.4);
  padding: 10px;
}

.table-text-middle td {
  vertical-align: middle;
}

.switch-control {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 25px;
}

.switch-control input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(35px);
  -ms-transform: translateX(35px);
  transform: translateX(35px);
}

/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.w-10 {
  width: 20%;
}

.navbar-nav .nav-item:not(:last-child) {
  border-right: 1px solid silver;
}

@media (max-width: 768px) {
  .navbar-nav .nav-item:not(:last-child) {
    border-right: none;
  }
}

.table-middle-center td {
  vertical-align: middle;
}

.scroll-to-top {
  bottom: 3rem;
}

.user .form-control-user {
  font-size: 0.8rem;
  border-radius: 10rem;
  padding: 1.5rem 1rem;
}

.user .btn-user {
  font-size: 0.8rem;
  border-radius: 10rem;
  padding: 0.75rem 1rem;
}

.tr-success td {
  color: #009e38;
}

.menu-card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border-radius: 10px;
  width: 100%;
}

.menu-card:hover {
  box-shadow: 16px 8px 16px 8px rgba(0, 0, 0, 0.2);
  opacity: 0.8;
}

.card-img-top {
  width: 80%;
}

.menu-card {
  height: 100%;
}
