/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 * 
 */

/*# sourceMappingURL=custom.css.map */


    /* @media (min-width: 576px) {.img-width{max-width:50%;}} 
    @media (min-width: 768px) {.img-width{max-width:100%;}} */
 .fb-loader{
    animation: hintloading 1.5s ease-in-out 0s infinite reverse;
    -webkit-animation: hintloading 1.5s ease-in-out 0s infinite reverse;
 }
 @keyframes hintloading
{
  0% {
    opacity: 0.1;
  }
  20%  {
    opacity: 0.5;
  }
  40%  {
    opacity: 0.8;
  }
  50%  {
    opacity: 1;
  }
  70%  {
    opacity: 0.8;
  }
  90%  {
    opacity: 0.5;
  }
  100% {
    opacity: 0.1;
  }
}

@-webkit-keyframes hintloading
{
  0% {
    opacity: 0.1;
  }
  20%  {
    opacity: 0.5;
  }
  40%  {
    opacity: 0.8;
  }
  50%  {
    opacity: 1;
  }
  70%  {
    opacity: 0.8;
  }
  90%  {
    opacity: 0.5;
  }
  100% {
    opacity: 0.1;
  }
}

.table-custom-calender{
  width:100%;
  border:collapse;
  font-size: 13px;
}
.table-custom-calender thead th, .table-custom-calender tbody td{
  text-align:center;
  padding:10px 0;
  border:collapse;
  /* border:1px solid #efefef; */
  width: 14.28%;
}
.table-custom-calender tbody td{
  border:1px solid #efefef;
}
.bg-calendar{
  background-color: #e8fae9;
}
.overlay-card{
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.5);
  z-index: 2;
  cursor: pointer;
  border-radius: 5px;
}
.spinner {
  height: 50px;
  width: 50px;
  margin: auto;
  display: flex;
  position: absolute;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left: 6px solid rgba(8, 117, 36, 0.15);
  border-right: 6px solid rgba(8, 117, 36, 0.15);
  border-bottom: 6px solid rgba(8, 117, 36, 0.15);
  border-top: 6px solid rgba(8, 117, 36, 0.8);
  border-radius: 100%;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}

@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.event-cursor{
  cursor:pointer;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
  padding-left:0;
}

#progressbar .active {
  color: #000000
}

#progressbar li {
  list-style-type: none;
  font-size: 14px;
  width: 33.3%;
  float: left;
  position: relative;
  text-align: center;
  font-weight: bold;

}

#progressbar #first_wizard:before {
  content: "1"
}

#progressbar #second_wizard:before {
  content: "2"
}

#progressbar #third_wizard:before {
  content: "3"
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background: #c5ece1;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px
}

#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #229977
}
.selectgroup-item:disabled .selectgroup-button{
  background-color: #cccccc !important;
}
.label-disabled{
  background:#efefef !important; 
  border-color:#efefef !important; 
  cursor:no-drop !important;
}
.font-size-up{
  font-size: 10pt !important;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {  
  .conf-img, .img-patient-detail{
    max-width: 60% !important;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 
  .conf-img,.img-patient-detail{
    max-width: 60% !important;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
  .conf-img,.img-patient-detail{
    max-width: 35% !important;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
  .conf-img{
    max-width: 25% !important;
  }
  .img-patient-detail{
    max-width: 100% !important;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
  .conf-img{
    max-width: 20% !important;
  }
  .img-patient-detail{
    max-width: 100% !important;
  }
}
.loader{
	width: 100%;
	    height: 100%;
	    top: 0;
	    left: 0;
	    position: fixed;
	    z-index: 99999;
	    background: rgba(243, 255, 249, 0.5);
}