@charset "utf-8";
/* CSS Document */
html {overflow-x:hidden;scroll-behavior: smooth;}
body{background:#f2f5f8;font-family:'Overpass',sans-serif;margin:0; padding:0}
h1, h2, h3, h4, h5, h6, p, a, li, span{font-family:'Overpass',sans-serif}
body a{-webkit-transition:0.5s all;-moz-transition:0.5s all;-o-transition:0.5s all;transition:0.5s all;}
.cl{clear:both}
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.sidebar-brand a img{width:100px; margin-left:auto; margin-right:auto; display:block}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar, #close-sidebar {-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.page-wrapper {height: 100vh;background:#f2f5f8;}
.page-wrapper .theme {width: 40px;height: 40px;display: inline-block;border-radius: 4px;margin: 2px;}
.page-wrapper .theme.chiller-theme {background: #1e2229;}
.page-wrapper.toggled .sidebar-wrapper {left: 0px;}

@media screen and (min-width: 768px) {
.page-wrapper.toggled .page-content {padding-left: 263px;margin-top: -14px;}
.main-wrap { margin-top: 25px; padding: 0px 10px; margin-left: 20px;}
}

#show-sidebar {position: fixed;left: 60px;top: 10px;border-radius: 0 4px 4px 0px;width: 35px;/*transition-delay: 0.3s;*/background:#273f5b;color:#fff;z-index:99}
.page-wrapper.toggled #show-sidebar {left: 260px;}
.sidebar-wrapper {width: 260px;height: 100%;max-height: 100%;position: fixed;top: 0;left: -200px;z-index: 999;}
.sidebar-wrapper ul {list-style-type: none;padding: 0;margin: 0;}
.sidebar-wrapper a {text-decoration: none;}
.sidebar-content {max-height: calc(100% - 30px);height: calc(100% - 30px);overflow-y: auto;position: relative;}
.sidebar-content.desktop {overflow-y: hidden;}
.sidebar-wrapper .sidebar-brand {padding: 7px 20px;display: flex;align-items: center; background: #fff;border-bottom:3px solid#f2f5f8}
.sidebar-wrapper .sidebar-brand > a {text-transform: uppercase;font-weight: bold;flex-grow: 1;}
.sidebar-wrapper .sidebar-brand #close-sidebar {cursor: pointer;font-size: 20px;}
.sidebar-wrapper .sidebar-header {padding: 20px;overflow: hidden;}
.sidebar-wrapper .sidebar-header .user-pic {float: left;width: 60px;padding: 2px;border-radius: 12px;margin-right: 15px;overflow: hidden;}
.sidebar-wrapper .sidebar-header .user-pic img {object-fit: cover;height: 100%;width: 100%;}
.sidebar-wrapper .sidebar-header .user-info {float: left;}
.sidebar-wrapper .sidebar-header .user-info > span {display: block;}
.sidebar-wrapper .sidebar-header .user-info .user-role {font-size: 12px;}
.sidebar-wrapper .sidebar-header .user-info .user-status {font-size: 11px;margin-top: 4px;}
.sidebar-wrapper .sidebar-header .user-info .user-status i {font-size: 8px;margin-right: 4px;color: #5cb85c;}
.sidebar-wrapper .sidebar-search > div {padding: 10px 20px;}
.sidebar-wrapper .sidebar-menu {padding-bottom: 10px;}
.sidebar-wrapper .sidebar-menu .header-menu span {font-weight: bold;font-size: 14px;padding: 15px 20px 5px 20px;display: inline-block;}
.sidebar-wrapper .sidebar-menu ul li a {display: inline-block;width: 100%;text-decoration: none;position: relative;padding: 8px 30px 8px 20px;}
.sidebar-wrapper .sidebar-menu ul li a i {margin-right: 10px;font-size: 12px;width: 30px;height: 30px;line-height: 30px;text-align: center;
border-radius: 4px;}
.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {display: inline-block;animation: swing ease-in-out 0.5s 1 alternate;}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {font-family: "FontAwesome";font-weight: 900;content: "\f105";font-style:normal;
display: inline-block;font-style: normal;font-variant: normal;text-rendering: auto;-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;text-align: center;background: 0 0;position: absolute;right: 10px;top: 14px;}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {padding: 5px 0 5px 25px;}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {padding-left:0px;font-size: 13px;}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {content: "\f111";font-family: "FontAwesome";font-weight:400;
font-style: normal;display: inline-block;text-align: center;text-decoration: none;-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;margin-right: 10px;font-size: 8px;}
.sidebar-wrapper .sidebar-menu ul li a span.label, .sidebar-wrapper .sidebar-menu ul li a span.badge {float: right;margin-top: 8px;  margin-left: 5px;}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge, .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {float: right;margin-top: 0px;}
.sidebar-wrapper .sidebar-menu .sidebar-submenu {display: none;}

/*.chiller-theme .sidebar-wrapper .sidebar-menu ul li a span{color:#31353d}*/

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {transform: rotate(90deg); right: 10px;}
.sidebar-footer {position: absolute;width: 100%;bottom: 0;display: flex;}
.sidebar-footer > a {flex-grow: 1;text-align: center;height: 30px;line-height: 30px;position: relative;}
.sidebar-footer > a .notification {position: absolute;top: 0;}
.badge-sonar {display: inline-block;background: #980303;border-radius: 50%;height: 8px;width: 8px;position: absolute;top: 0;}
.badge-sonar:after {content: "";position: absolute;top: 0;left: 0;border: 2px solid #980303;opacity: 0;border-radius: 50%;width: 100%;height: 100%;animation: sonar 1.5s infinite;}
.page-wrapper .page-content {display: inline-block;width: 100%;padding-left: 50px;}
/*.page-wrapper .page-content > div {padding: 20px 40px;}*/
.page-wrapper .page-content {overflow-x: hidden;margin-top: -14;}
::-webkit-scrollbar {width: 5px;height: 7px;}
::-webkit-scrollbar-button {width: 0px;height: 0px;}
::-webkit-scrollbar-thumb {background: #525965;border: 0px none #ffffff;border-radius: 0px;}
::-webkit-scrollbar-thumb:hover {background: #525965;}
::-webkit-scrollbar-thumb:active {background: #525965;}
::-webkit-scrollbar-track {background: transparent;border: 0px none #ffffff;border-radius: 50px;}
::-webkit-scrollbar-track:hover {background: transparent;}
::-webkit-scrollbar-track:active {background: transparent;}
::-webkit-scrollbar-corner {background: transparent;}
.chiller-theme .sidebar-wrapper {background: #fff;box-shadow: 0px 0px 5px #ccc;}
.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {border-top: 0px solid #3a3f48; margin-top:20px}
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text{border-color: transparent;box-shadow: none;}
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand>a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer>a {color:#31353d}
.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown ul li.active>a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand>a:hover,
.chiller-theme .sidebar-footer>a:hover i {color: #4d5aa7;}


.page-wrapper.chiller-theme.toggled #close-sidebar {color: #bdbdbd;}
.page-wrapper.chiller-theme.toggled #close-sidebar:hover {color: #fff;}
.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus+span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {color: #ffbf00;text-shadow:0px 0px 10px rgba(22, 199, 255, 0.5);}
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {background:#25b7fc;color:#fff}
.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {color: #6c7b88;}
.chiller-theme .sidebar-footer {background: #3a3f48;box-shadow: 0px -1px 5px #282c33;border-top: 1px solid #464a52;}
.chiller-theme .sidebar-footer>a:first-child {border-left: none;}
.chiller-theme .sidebar-footer>a:last-child {border-right: none;}
.dropdown{position: absolute;right: 0;background:#25b7fc;padding: 13px 50px;top: 0;}
.dropdown a{font-size:1.2em; color:#fff; text-decoration:none}
.dropdown i{margin-right:10px}
.dropdown-menu{right:0 !important; float:right; position:absolute; left:0px}
.dropdown-menu-home{right:0 !important; float:right; position:absolute;  top: 30px !important;}
.dropdown-menu-home {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu-home>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 1.2em;
}
.dropdownn {
    padding: 6px 35px !important;
    position: relative !important;
    right: 10px !important;
	    background: #25b7fc;
    height: 33px !important;
}
.dropdownn a { color: #fff;    font-size: 1.2em;}
.dropdownn i {
    margin-right: 5px;
}





.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 8px 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.dropbtn-new:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropdown-new {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
      margin-top: 2%;
  background-color: #f1f1f1;
  min-width: 160px;
      left: -25px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
      border: 1px solid #b7b7b7;
  padding: 12px 16px;
  font-size: 13px;
  text-decoration: none;
  display: block;
}
.show {display: block;}
.dropdown-new a:hover {background-color: #ddd;}





   
.topbar{background:#fff; height:50px;padding:15px 0}

.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown{background:#fff !important}
.chiller-theme .sidebar-wrapper .sidebar-menu .outmenu{background:#fff !important;box-shadow: 0px 0px 5px #ccc;}
.chiller-theme .sidebar-wrapper .sidebar-menu .outmenu ul{padding:5px 0 !important}

.main-wrap{margin-top:10px;padding:0px 40px;margin-left: 40px;}
.main-wrap h1{font-size:2.1em;color:#31353D; font-weight:600; text-transform:uppercase}
.content-wrap{background:#fff;padding:25px 40px 50px 40px; border-radius:10px; box-shadow:1px 1px 20px #ccc}

.doctor-data{margin-bottom:10px}
.doctor-data img{border-radius:5px; border:1px solid#ccc; padding:5px}
.doctor-data h2{font-size:2em; font-weight:600; color:#3a3f48; line-height:0.5}
.doctor-data p{font-size:1.2em; font-weight:600; color:#3a3f48; line-height:1}

.home-box{box-shadow: 1px 1px 20px #ccc; border:1px solid#ccc; padding: 30px 0 20px; text-align: center; border-radius: 5px;}
.home-box .cnt-title{font-size: 1.2em; color: #fff; font-weight:600; text-transform:uppercase}
.home-box .cnt-number{font-size:2em; font-weight:600; color:#fff}    

.box-color1{background:#00b7ff}
.box-color2{background:#ffbf00}
.box-color3{background:#059923}
.box-color4{background:#337ab7}
.box-color5{background:#4668e9}
.box-color6{background:#e9466a}
.box-color7{background:#e96546}
.box-color8{background:#6a706fcf}
.box-color9{background:#2b3256cf}
.box-color10{background:#12010acf}
.box-color11{background:#42b6e4cf}
.box-color12{background:#2f10b95b}

a:hover{text-decoration:none}

.port{display:none}
.mtl i{margin-left:185px}
.toggled .favicon{display:none}
#close-sidebar{margin-left:90px}
.outmenu{position: fixed;left: 60px;margin-top:-40px}

.weakday{margin-top:30px}
.weakday h3{font-size:2em; font-weight:600; color:#3a3f48; line-height:1}
.weakday .nav-tabs > li > a{font-size: 1.1em;font-weight: 600;color: #3a3f48; padding:15px 25px}
.weakday .patient-box{padding:25px 15px; border-radius:10px;height:130px; cursor:pointer}
.gapone{margin-top:25px}
.weakday .patient-box h4{font-size:1.5em; font-weight:600; line-height:1; text-align:center}
.weakday .patient-box p{font-size:1em; font-weight:400; line-height:1; text-align:center}
.ui-widget-header{background:#0060ff; border:0}
#dialog{display:none}
.ui-dialog{z-index:999}
button:focus-visible{outline:0 !important}

.live-data{padding:30px}
.live-data .table > tr > th{padding:100px; font-weight:bold}

.addpatient-form{padding:10px 30px}
.addpatient-form .form-control{border-radius:0; height:40px}
.submit{text-align:center;padding:10px 50px;border-radius:0px;font-weight:500;background:#0060ff;color:#fff;font-size:1.1em;border:1px solid#0060ff;-webkit-transition:0.5s all;-moz-transition:0.5s all;-o-transition:0.5s all;transition:0.5s all;}
.submit:hover{background:transparent;border:1px solid#0060ff;color:#0060ff;-webkit-transition:0.5s all;-moz-transition:0.5s all;-o-transition:0.5s all;transition:0.5s all;}
#textarea{width:100%; height:70px; padding:6px 12px;border: 1px solid #ccc;}
#out:focus #ccc{display: none;}
#ccc{width:250px; position:absolute}
.select-date{float:right}
.calendar-div{padding:6px 12px;border: 1px solid #ccc;font-size:1.1em; width:300px; height:40px}
.weakday #i{cursor:pointer}
#i img{width:32px}
.weakday .col-lg-3{margin-bottom:30px}
.buttondesign a{margin: 0px 5px;}

.home-box i{color:#fff; font-size:3em; margin-bottom:25px}

.profile{margin-top:25px}
.profile h2{font-size:1.5em;padding:10px}
.profile p{font-size:1.1em; font-weight:300; color:#3a3f48; line-height:1.2}
.profile .user-data{padding:5px 15px}

.profile .alert-warning{border-radius:5px;background: #273f5b;color: #fff;}

.profile ul{list-style:none; margin-left:-35px}
.profile li{padding:5px 0}
.profile a{font-size:1.1em; font-weight:600; color:#3a3f48; line-height:1.2; text-decoration:none}
.profile a:hover{color:#0060ff}
.side-bar{}
/*-----------------Dharam ------------------*/
.row.min-h {margin: 0px;padding: 15px 15px 0px 15px;}
.appointmentsdetailsc {padding: 15px 0;}
.appointmentsdetailsc ul li a {color: #b5b5b5;}
.appointmentsdetailsc .tab-content {padding: 15px 0px;}
.needs-validation {padding: 15px;}



/*==========================*/
.form45 {
  display: flex;
}

.form45 h3 {
  margin: 0px;
}

.form45 h3,.buttonaddremove {
  width: 100%;
}

.buttonaddremove {
  text-align: right;
}

.form45.panel-heading {
  margin-bottom: 15px;
}

.min-h {
  margin-bottom: 15px;
}

.appointmentsdetailsc {
  padding: 0px 15px 15px 15px;
}

.appointmentsdetailsc .tab-content {
  margin-top: 15px;
}

.appointmentsdetailsc ul li a {
  color: #000;
  font-size: 14px;
}

.billingfont .panel-heading {
  font-size: 16px;
  font-weight: 600;
  /*background: #fff0c9;*/
}

.petientform td, .petientform th {
  font-size: 14px !important;
}

.required{
  color:red;
}


.modal-content{border-radius: 0;}
.modal-header{background:#273f5b; color:#fff}
#AlertMessage{color:#000}
button.close{color:#fff;opacity:1}
.modal-body button{background: #ffbf00; color:#fff !important}

.modified_alert{
position:relative;top:145px;left:0;right:0;width:30%
}

@media (max-width: 768px) {
  .modified_alert {
    width: 90%;
  }
  
  
  #AlertMessage{text-align: center; }
  #OkBtn1,#OkBtn{margin-left:50% !important }
}


.left-border,.left_border .btn{border-left:5px solid#f00 !important}


/*dropdown menu section*/


.dropdown-menu{top:43px !important}

@media screen and (max-width: 574px) {
.main-wrap { margin-top: 25px; padding: 0px 10px; margin-left: 20px;}
.content-wrap { margin: 20px;}
.form45 { display: block;}
.buttonaddremove { text-align: left;}
.needs-validation { padding: 5px;}

.home-box { margin-bottom: 5%;}
	

}

