

::selection { background-color: #56788d; color: white; }
::-moz-selection { background-color: #56788d; color: white; }

body {
    background-color: #fff;
    margin: 40px;
    font: 13px/20px normal Helvetica, Arial, sans-serif;
    color: #4F5155;
}

a {
    color: #003399;
    background-color: transparent;
    font-weight: normal;
    text-decoration: none;
}

a:hover {
    color: #97310e;
}

h1 {
    color: #444;
    background-color: transparent;
    border-bottom: 1px solid #D0D0D0;
    font-size: 19px;
    font-weight: normal;
    margin: 0 0 14px 0;
    padding: 14px 15px 10px 15px;
}

code {
    font-family: Consolas, Monaco, Courier New, Courier, monospace;
    font-size: 12px;
    background-color: #f9f9f9;
    border: 1px solid #D0D0D0;
    color: #002166;
    display: block;
    margin: 14px 0 14px 0;
    padding: 12px 10px 12px 10px;
}

#body {
    margin: 0 15px 0 15px;
    min-height: 96px;
}

p {
    margin: 0 0 10px;
    padding:0;
}

p.footer {
    text-align: right;
    font-size: 11px;
    border-top: 1px solid #D0D0D0;
    line-height: 32px;
    padding: 0 10px 0 10px;
    margin: 20px 0 0 0;
}

#container {
    margin: 10px;
    border: 1px solid #251d1d;
    box-shadow: 0 0 8px #4f3838;
    padding: 14px;
}
/* spacing */

table {
   
    width: 100%;
   
   
  }
  
  thead th:nth-child(1) {
    width: 30%;
  }
  
  thead th:nth-child(2) {
    width: 20%;
  }
  
  thead th:nth-child(3) {
    width: 15%;
  }
  
  thead th:nth-child(4) {
    width: 35%;
  }
  
  th,
  td {
    padding: 2px;
 
  }
 
  .inputLength{
    width: 140px;
  }
  th{
    text-align: left;
    background: #4c4f54;
    color: #ffff;
  }

  table, th {
    border: 1px solid #4F5155;
  }
  .table th  {
   
     color: #fff;
     background-color: #43bf80 !important;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.container-safari .listing-span {
    right: inherit;
}
.container-safari .listing-span {
    right: inherit;
}
.listing-span, .tabelpar .listing-span {
    background: #f2f8ff;
    background-color: #f28130;
    padding: 7px 15px;
    color: #fff;
    
    top: -15px;
    left: -1px;
    -webkit-border-radius: 13px 0 13px 0;
    -moz-border-radius: 13px 0 13px 0;
    border-radius: 13px 0 13px 0;
}
.listing-span {
    font-family: revert;
    top: -15px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
}
.listing-span, .tabelpar .listing-span {
    left: 15px;
    line-height: 18px;
    color: #333;
    right: 15px;
}
.listing-span, .tabelpar .listing-span {
    left: 15px;
    line-height: 18px;
    color: #333;
    right: 15px;
}
.listing-span {
    font-family: revert;
    top: -15px;
    border: 1px solid #c7c7c7;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    background: 0 0;
    line-height: 1.6em;
    font-family: "Roboto Slab", serif;
}

.addmore{
  margin-left: 5px;
}

.btn-light{
  background-color: #929497;
}

.sl{
  width:110px
}
#address{
  /* width: 564px;
     float: right; 
    display: inline; */
}
.addLabel{
  /* width: 20%;
  display: inline;
  padding: 0px 0px 0px 48px;
  margin: 0px 0px 0px 87px; */
}

#save{
  border-radius: 8px;
  width: 150px !important;
}

#DOB {
  float: left;
    width: 170px;
}

.fa-trash{
  float: right;
  padding-top: 20px;
}
.calendar-container {
  background: #fff;
  width: 450px;
  border-radius: 10px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.calendar-container header {
  display: flex;
  align-items: center;
  padding: 25px 30px 10px;
  justify-content: space-between;
}

header .calendar-navigation {
  display: flex;
}

header .calendar-navigation span {
  height: 38px;
  width: 38px;
  margin: 0 1px;
  cursor: pointer;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  user-select: none;
  color: #aeabab;
  font-size: 1.9rem;
}

.calendar-navigation span:last-child {
  margin-right: -10px;
}

header .calendar-navigation span:hover {
  background: #f2f2f2;
}

header .calendar-current-date {
  font-weight: 500;
  font-size: 1.45rem;
}

.calendar-body {
  padding: 20px;
}

.calendar-body ul {
  list-style: none;
  flex-wrap: wrap;
  display: flex;
  text-align: center;
}

.calendar-body .calendar-dates {
  margin-bottom: 20px;
}

.calendar-body li {
  width: calc(100% / 7);
  font-size: 1.07rem;
  color: #414141;
}

.calendar-body .calendar-weekdays li {
  cursor: default;
  font-weight: 500;
}

.calendar-body .calendar-dates li {
  margin-top: 30px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.calendar-dates li.inactive {
  color: #aaa;
}

.calendar-dates li.active {
  color: #fff;
}

.calendar-dates li::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.calendar-dates li.active::before {
  background: #6332c5;
}

.calendar-dates li:not(.active):hover::before {
  background: #e4e1e1;
}
#Sheet{
  margin-right: 30px;
  padding: 12px;
  margin-left: 28px;
  width: 282px;
    
}


.col-md-3{
  
  display: inline-block;
}
.divCal{
 
  display: inline-block;
  vertical-align: middle;
}
.regButt{
  margin-left: 0px;
  display: block;
  border-radius: 10px !important;
}
.notAvailableText{
  color: rgb(230, 99, 99);
  font-family: math;
}
.availableText{
  color: rgb(69, 166, 96);
  font-family: math;
  display: block;
}
.availableText2{
  color: rgb(69, 166, 96);
  font-family: math;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #59626b;
}

#datetimepicker{
  /* padding-left: 40px; */
}
.datepicker table {
  border-collapse: unset;
}

.today {
  background-color: rgb(81, 131, 81) !important;
  color: white !important;
}
.weekend {
  background-color: lightgray !important;
}
.holiday {
  background-color: rgb(203, 113, 113) !important;
  color: white !important;
}
.unavailable {
  background-color: darkgray !important;
}

.flatpickr-calendar{
  float: right;
  display: block;
  position: relative;
  top: 5px;
  /* margin: 20px !important; */
  padding: 10px !important;
  width: 330px !important;
  background: #dbe6f0 !important;
}

.form-switch{
  float: left;
  padding-left: 37px;
}

#printDiv {
   padding: 0; /*Simulate padding */
  /* border: 1px solid #000; */
  margin: 0; /* Set margin to 0 to avoid extra space in PDF */

 

}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 5px;
  float: none !important;
  /* margin: 20px !important; */
  padding: 10px !important;
  width: 330px !important;
  background: #dbe6f0 !important;
}

input[type=time] {
  border: none;
  color: #2a2c2d;
  font-size: 12px;
  font-family: helvetica;
  width: 83px;
}

.contectIfo tbody tr td{
  color: white !important;
}

.form-control,.form-select {
  border-radius: 10px !important;
}
.form-floating>label {
  padding: 1rem 0.75rem 2rem !important;
}
/* .container-xxl{
  padding-left :0px !important;
} */
 .table >tbody>tr>td{
  color: #f2f8ff;
 }
