/* ------------------------------------------------------------ *\
	Variables
\* ------------------------------------------------------------ */
.header {
  background: #fff; }
  .header .avatar {
    color: #41484d; }

.list-offers li.current {
  background: #2EA2FB; }
  .list-offers li.current:after {
    border-color: transparent transparent transparent #2EA2FB; }
.list-steps li.current {
  color: #7e878c; }
  .list-steps li.current:after {
    background: #2EA2FB; }
.list-links a {
  color: #2EA2FB; }

.btn-green {
  background: #00D58B; }
  .btn-green:hover {
    background: #4fa740; }

.calendar .calendar__dates li a:hover {
  color: #00D58B; }
.calendar .calendar__date:not(.unavailable):hover, .calendar .calendar__date:not(.unavailable).selected {
  border-color: #00D58B;
  color: #00D58B; }
  .calendar .calendar__date:not(.unavailable):hover:before, .calendar .calendar__date:not(.unavailable).selected:before {
    border-color: #00D58B; }

.time .time__entry {
  color: #6dae62;
  border-color: #6dae62; }
  .time .time__entry:hover, .time .time__entry.selected {
    color: #00D58B; }
    .time .time__entry:hover:before, .time .time__entry.selected:before {
      border-color: #00D58B; }
  .time .time__entry.confirm {
    background: #00D58B;
    color: #fff; }

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