.container{
    padding-bottom: 15px;
}

#load{
    display: none; 

}
#load:before{
    display: inline-block; 
    position: inherit;
    content: '';
    background-image: url(/appointment/images/heart.gif);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 50px;
    height: 50px;

}

#doctorsTimetableDateLink{
    display: inline-grid;
    width: 90px;
    border-radius: 5px;
    border: 1px solid #d70238;
    padding: 5px 0px 5px 0px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    margin: 5px 5px 5px 0;
    background: #d70238;
    color: white;
    
}

#doctors-timetable-wrapper{
    display: block;
    margin: 0 0 22px 0;
}

#doctor-timetable{
    display: none;
}

.mybutton{
     background-color: #d70238 !important;
     border-radius: 25px !important;
     color: white !important;
     line-height: 20px !important;
     border: 2px solid #d70238 !important;
     font-size: large !important;
}

.mybutton:hover{
    border: 2px solid #d70238 !important;
    background-color: white !important;
    border-radius: 25px !important;
    color: #d70238 !important;

}

.mybutton:focus{
    background-color: #d70238 !important;
    border-radius: 25px !important;
    color: white !important;
    line-height: 20px !important;
    border: 2px solid #d70238 !important;
    box-shadow: none !important;
}

.form-control {
    border-color: #d70238 !important;
}

.form-control:focus {
    border-color: #d70238 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px #d70238,0 0 8px #d70238 !important;
    box-shadow: inset 0 1px 1px #d70238,0 0 8px #d70238 !important;
  }

.form-check-input {
    accent-color: #d70238 !important;

}

.doctors-timetable-time-link-wrapper {
    margin: 10px 0 10px 0;
    max-width: 220px;
    text-align: center;
    display: inline-block;
 
}

.doctorsTimetableTimeLink {
    color: white;
    margin: 10px;
    text-align: center;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    background: #d70238;
}


/* удалить на проде */
.fancybox-active{
    height: 100% !important;
}

.mylabel {
    font-weight: bold;
}

.animatedspan{
    display: inline-block;
    position: relative;
    padding: 10px 0px 10px 10px; 
}

.span--loading:before {
    content: "";
    position: relative;
    float: left;
    width: 25px;
    height: 25px;
    margin: 0px 10px 0px 0px;
    padding-left: 10px;
    border: 4px solid transparent;
    border-top-color: #d70238;
    border-radius: 50%;
    animation: span-loading-spinner 1s ease infinite;
  }

  @keyframes span-loading-spinner {
    from {
      transform: rotate(0turn);
    }
  
    to {
      transform: rotate(1turn);
    }
  }

  .fc-container .fancybox-bg {
    background: #eee;
  }
  
  .fancybox-is-open.fc-container .fancybox-bg {
    opacity: 0.95;
  }
  
  .fc-content {
    margin: 20px;
    max-width: 550px;
    padding: 50px;
    box-shadow: 10px 10px 60px -25px;
    border-radius: 4px;
  }
  
  .fc-content h3 {
    margin-top: 0;
    font-size: 1.6em;
    letter-spacing: normal;
  }
  
  .fc-content p {
    color: #666;
    line-height: 1.5;
  }
  
  .fc-content p:last-child {
    margin-bottom: 0;
  }
  
  /* Custom animation */
  .fancybox-fx-material.fancybox-slide--previous,
  .fancybox-fx-material.fancybox-slide--next {
    transform: translateY(-60px) scale(1.1);
    opacity: 0;
  }
  
  .fancybox-fx-material.fancybox-slide--current {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

/* инфо перед записью */

.panel-default>.panel-heading {
  color: white  !important;
  background-color: #d70238 !important;
  border-color:#d70238  !important;

}
.panel-heading{
  position: relative;
}

.panel-default{
  border-color: #d70238 !important;
}
.fancy-collapse-panel .panel-default > .panel-heading {
  color: #d70238  !important;
  background-color: white !important;
  border-color:#d70238  !important;
  padding: 0;
  
  }
  .fancy-collapse-panel .panel-heading a {
  padding: 12px 35px 12px 15px;
  display: inline-block;
  width: 100%;
  background-color: #d70238;
  color: white;
  position: relative;
  text-decoration: none;
  }
  .panel-heading a {
    color: white !important;
    font-size: large;
    font-weight: bold;
  }

  .arrowspan::after {
    content: "\f107";
    color: white;
    font-size: large;
    right: 10px;
    position: absolute;
    font-family: "FontAwesome"
  }
  
  .collapsed[aria-expanded="true"]::after {
    content: "\f106";
    color: white;
    font-size: large;
    right: 10px;
    position: absolute;
    font-family: "FontAwesome"

  } 

  #endspan:after{
    content: '';
    background-image: url(/appointment/images/heart.gif);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    display: inline-block;
    width: 50px;
    height: 50px;
  }

/*   стиль для алерта(пустое расписание) */
#alert {
  position: relative;
  display: block;
  padding: 1em 1.8em;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  text-align: left;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  background: transparent;
  color: #d70238;
  background: white; 
  border: 1px solid #d70238; 
}
 


  
