.wrapper-body {
    background-color: rgb(244, 244, 244);
}

.errorMessage{
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}

.patientNameError,.patientIdradiobuttonError,.patientIddetailsError,.patientGenderError,.patientDOBError,.bookingTyperadiobuttonError,.admissionDateError,.DateRangeError,.greaterThan90error,.greaterThan90errorFrom,.greaterThan90errorTo,.noOfDayserror,.SurgeryDateError,.greaterThan90SurgeryDateerror,.surgeryadmissionDateError,.selectadmDateorDaterangeError,.admissionTimeError{
    display: none;
}

/***Loader***/
.loader {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}

#loader-2 span{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #a57bb7;
    margin: 35px 5px;
}

#loader-2 span:nth-child(1){
animation: bounce 1s ease-in-out infinite;
}

#loader-2 span:nth-child(2){
animation: bounce 1s ease-in-out 0.33s infinite;
}

#loader-2 span:nth-child(3){
animation: bounce 1s ease-in-out 0.66s infinite;
}

@keyframes bounce{
    0%, 75%, 100%{
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
    }
  
    25%{
      -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      -o-transform: translateY(-20px);
      transform: translateY(-20px);
    }
}

.overlay {
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: RGB(34 34 34 / 71%);
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
html[dir=ltr] li a{
    margin-left: 0px;
    margin-right: 0px;
}

/**Loader End**/

input[type=text],
input[type=date],
input[type=time],
input[type=password] {
    border: 1px solid #b7b7b7 !important;
    border-radius: 4px !important;
    color: #484644 !important;
    border-left: 3px solid #908855 !important;
    height: 38px;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-family: system-ui;
    font-weight: 400;
    box-shadow: none;
    margin: 0px;
    padding: 0px 8px;
    box-sizing: border-box;
    border-radius: 0px;
    border: none;
    background: none transparent;
    width: 100%;
    min-width: 0px;
    text-overflow: ellipsis;
    outline: 0px;
}
.glyphicon-floppy-disk{
    font-size: 22px;
}

fluent-tab[aria-selected=true] {
    background-color: #fff;
    margin: 5px;
    border-bottom: 3px solid #a57bb7;
    color: #a57bb7;
    font-weight: 500;
}

fluent-tab[aria-selected=false] {
    background-color: #e2cceb;
    margin: 5px;
    color: #000;
    font-weight: 500;
}

fluent-tab-panel {
    padding: none !important;
}

a {
    text-decoration: none !important;
}
.icon-set{
    float: right;
    margin-bottom: 13px;
}
.icon-fa{
    color: #00769d;
    font-size: 24px !important;
    margin-right: 9px;
}
.btn-info{
    background-color: #00769d;
}
.btn-info:hover{
    background-color: #00769d;
}
.btn-success{
    background-color: #00a5aa;
}
.btn-success:focus, .btn-success.focus{
    background-color: #00a5aa;
    outline: 0;
    border: 0;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open>.btn-success.dropdown-toggle:hover, .open>.btn-success.dropdown-toggle:focus, .open>.btn-success.dropdown-toggle.focus {
    background-color: #00a5aa;
    outline: 0;
    border: 0;
}
.btn-success:hover{
    background-color: #00a5aa;
}
.tab-image{
    width: 20px;
    filter: brightness(0) invert(1);
}
.select-image{
    width: 30px;
}
.saveIcon {
    float: left;
    color: #908855;
    font-size: 36px;
    padding: 0px;
    display: flex;
}
.editIcon {
    margin-left: 10px;
}

.saveIcon:hover {
    color: #a57bb7;
}

.panelContainer {
    padding: 20px;
    margin-bottom: 8vh;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137254902);
}

.timers .form-group{
    margin-bottom: 2px !important;
} 


.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border:0;
    background-color:transparent;
}
.nav-tabs > li > a{padding:10px 11px; font-weight: 800;}
.nav-tabs > li.active {
    border-bottom:3px solid #908855 !important;
}
.nav-tabs > li.active a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    background-color: #fff;
    color: #908855 !important;
    margin-left: 0px;
    border-radius: 4px;
}
.nav-tabs > li.active a>img, .nav-tabs>li.active>a:hover>img, .nav-tabs>li.active>a:focus>img{
    filter: sepia(100%);
}
.nav-tabs > li {
    border-bottom:3px solid #fff;
}
.tabbable-panel{
    padding: 16px;
    width: 100%;
}
.tabbable-line .nav.nav-tabs{
    background-color: transparent;
    border: 0;
}
.tabbable-line .nav-tabs > li{
    background-color: #908855;
    margin: 0 5px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
}
.tabbable-line .nav > li > a{
    border: 0;
    color: #fff;
}
.tabbable-line .nav > li > a:hover {
    background-color: #fff;
    box-shadow: none;
    border-top-left-radius: 4px;
    border: 0px;
    color: #908855;
    border-top-right-radius: 4px;
}
.tabbable-line .nav > li > a:hover .tab-image{
    filter: sepia(100%);
}
.tab-content{
    padding: 20px;
    margin-bottom: 8vh;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137254902);
    border-radius: 7px;
}
.tab-pane{
    padding: 5px 0;
}
textarea{
    border-radius: 4px;
    border-left: 3px solid #908855;
    resize: none;
}
label.col-form-label{
    font-weight: 500 !important;
    font-family: inherit !important;
    margin-top: 5px;
}
label.col-form-label.required:before {
    content: '* ';
    color: red;
    white-space: nowrap;
}
.form-horizontal .form-group {
    padding-left: 10px;
}
.form-control:focus {
    border-color: #66afe9 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
}
@media (min-width: 576px) {
    .rounded-nav {
      border-radius: 50rem !important;
    }
  }
  
  @media (min-width: 576px) {
    .rounded-nav .nav-link {
      border-radius: 50rem !important;
    }
  }
  
  /* With arrow tabs */
  
  .with-arrow .nav-link.active {
    position: relative;
  }
  
  .with-arrow li.active::after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #908855;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
  }
  ::-webkit-input-placeholder { /* Edge */
    color: #ddd;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ddd;
  }
  
  ::placeholder {
    color: #ddd;
  }
  /* lined tabs */
  
  .lined .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
  }
  
  .lined .nav-link:hover {
    border: none;
    border-bottom: 3px solid transparent;
  }
  
  .lined .nav-link.active {
    background: none;
    color: #a57bb7 !important;
    border-color: #2b90d9;
  }

  .nav-pills .nav-link {
    color: #555;
  }
  .text-uppercase {
    letter-spacing: 0.1em;
  }
  
  .radio-item {
    display: inline-block;
    position: relative;
    padding-right: 7px;
    margin: 0px 0 0;
  }
  
  .radio-item input[type='radio'] {
    display: none;
  }
  
  .radio-item label {
    color: #000;
    font-weight: 500;
    font-family: inherit;
    font-size: 14px;
  }
  
  .radio-item label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
    border-radius: 11px;
    border: 2px solid #908855;
    background-color: transparent;
  }
  
  .radio-item input[type=radio]:checked + label:after {
    border-radius: 11px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 9px;
    left: 4px;
    content: " ";
    display: block;
    background: #908855;
  }
  .alert-info {
    color: #00769d;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef !important;
    opacity: 1;
}
.form-group {
    margin-bottom: 21px;
}
.alert{
    margin-top: 9px;
    padding: 9px 12px;
}
/* All buttons */
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap !important;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 4px !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
textarea.form-control{
    border-radius: 4px;
    border-left: 3px solid #908855;
}
.m-0{
    margin: 0px !important;
}
.btn{
    padding: 1px 6px;
    font-weight: 500;
}
.booking-head{
    /* text-transform: capitalize; */
    font-size: 15px;
    font-weight: 700;
    font-family: inherit;
    text-align: center;
}
td[role="radiogroup"]{
    text-align: center;
}
td[role="radiogroup"]>.radio-item{
    padding: 0px;
}
.alert-danger {
    margin-top: 0px;
    padding: 0px 12px;
    font-weight: 500;
    border: 0px;
    margin-bottom: 0px;
}
.compulsory{
    color: red;
    font-size: 13px !important;
    margin-left: -4px;
    vertical-align: top;
}
.main-title-info{
    background-color: #00a5aa;
    margin: 13px 0;
    padding: 7px 12px;
    border-radius: 7px;
    --tw-shadow: 4px 5px #d0b58c;
    --tw-shadow-colored: 16px 16px #d0b58c;
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.title-info-span{
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    /* border-bottom: 2px solid #d0b58c; */
}
.title-info-span:nth-child(2){
    text-align: center;
}
.title-info-span:nth-child(3){
    text-align: right;
}
.info-span{
    color: #fff;
    font-weight: 500;
}
.p-0{
    padding: 0px;
}
.help-a{
    position: absolute;
    float: left;
    left: 10px;
    top: 3px;
    z-index: 999;
    cursor: pointer;
}
.help-a>i{
    color: #908855;
    font-size: 16px;
}
.modal{
    left: -4px;
}
/* tooltip css*/
.tooltip-cust {
    display: inline-block;
    float: left;
  }
  
  .tooltip-cust .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -60px;
  }
  
  .tooltip-cust .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
  }
  
  .tooltip-cust:hover .tooltiptext {
    visibility: visible;
  }

/* .title-info-span::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
    width: 100px;
    border-bottom: 2px solid #d0b58c;
  } */

  .close {
    float: right;
    font-size: 22.5px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1 !important;
    filter: alpha(opacity=20);
}
.modal-header {
    padding: 4px 10px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #908855;
    color: #fff !important;
    margin-left: 0px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}
ul.model-list {
    list-style-type: square;
  }
  .pr-0{
    padding-right: 0px;
  }
@media only screen and (max-width: 600px) {
    .title-info-span:nth-child(2){
        text-align: left;
    }
    .title-info-span:nth-child(3){
        text-align: left;
    }
    .siteTitle{
        display: block !important;
    }
    .navbar-static-top .navbar-brand{
        height: auto !important;
    }
    .padd-none{
        padding: 0px;
    }
    label.col-form-label{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .form-horizontal .form-group{
        display: block;
        margin-bottom: 10px;
        padding-left: 0px;
    }
    .radio-item{
        margin-bottom: 10px;
    }
    .mb-t{
        margin-top: 10px;
    }
  }
  
  /*login css*/
.loginDiv>form input[type=text],
input[type=date],
input[type=time],
input[type=password] {
    border: 1px solid #b7b7b7 !important;
    border-radius: 4px !important;
    color: #484644 !important;
    border-left: 3px solid #00769c !important;
    height: 38px;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-family: system-ui;
    font-weight: 400;
    box-shadow: none;
    margin: 0px;
    padding: 0px 8px;
    box-sizing: border-box;
    border-radius: 0px;
    border: none;
    background: none transparent;
    width: 100%;
    min-width: 0px;
    text-overflow: ellipsis;
    outline: 0px;
}
  .login-heading-section,.forgot-password-heading, .resetPassword>legend{
	  padding: 9px 0px;
  }
  .signinpage{
	  background: url(/login-background) no-repeat center center;
	  background-repeat: no-repeat;
      background-size: cover;
      padding: 0px;
	  margin-bottom: 10px !important;
	  margin-top: 10px;
      border-radius: 10px;
  }
  .loginDiv{
	  background: rgb(0 0 0 / 45%);
      color: #fff;
  }
  .login-heading-section, .forgot-password-heading, .resetPassword>legend {
    padding: 9px 0px;
	text-shadow: 2px 2px #908855;
  }
  .button2, .btn-default {
    color: #fff !important;
	text-transform: capitalize !important;
    border-radius: 2px !important;
    font-family: Arial !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    border-color: #d0b58c !important;
    padding: 6px 20px !important;
    width: fit-content !important;
    border-style: solid !important;
    background-color: transparent !important;
	text-shadow: 1px 1px #000 !important;
}
.btn-default:not(.gjs-selected):hover {
	color: #d0b58c !important;
    border-color: #d0b58c !important;
    background-color: transparent !important;
}
.btn-primary {
    color: #fff !important;
	text-transform: capitalize !important;
	text-shadow: 1px 1px #000 !important;
    border-color: #38a1c0 !important;
    border-radius: 2px !important;
    font-family: Arial !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 6px 20px !important;
    width: fit-content !important;
    border-style: solid !important;
    background-color: transparent !important;
}
.btn-primary:hover{
	background-color: transparent !important;
    color: #38a1c0 !important;
	border-color: #38a1c0 !important;
}

.forgetPassword>#content, .resetPassword>#content{
    padding-right: 15px;
}

.forgot-password-heading, legend{
    font-size: 20px;
    font-weight: 700;
    color: rgb(255, 255, 255) !important;
}

.help-block{
    color: rgb(255, 255, 255) !important;
    font-size: 16px !important;
}

.signinpage.alert-danger, .forgetPassword.alert-danger, .resetPassword.alert-danger {
    margin-top: 15px !important;    
    margin-bottom: 15px !important;
}