footer {
  position: relative;
  bottom: 0;
  width: 100%;
}

.nobottommargin { margin-bottom: 0 !important; }

.mactive{
	background-color:#af1616;
  color: #ffffff;
}

/* star raiting */

.rating {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 50px;
}

.rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.rating label:last-child {
  position: static;
}

.rating label:nth-child(1) {
  z-index: 5;
}

.rating label:nth-child(2) {
  z-index: 4;
}

.rating label:nth-child(3) {
  z-index: 3;
}

.rating label:nth-child(4) {
  z-index: 2;
}

.rating label:nth-child(5) {
  z-index: 1;
}

.rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.rating label .icon {
  float: left;
  color: transparent;
}

.rating label:last-child .icon {
  color: #000;
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
  color: #FFB300;
}

.rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #000;
  text-shadow: 0 0 5px #FFB300;
}

.fc-header-toolbar h2 {
  font-size: 1.2em !important;
  margin-top: 6px;
  text-transform: uppercase;
}

.fc-time-grid-event.fc-v-event.fc-event {
  margin: 4px 2px;
  padding: 4px;
  box-sizing: border-box;
}

.fc-widget-header {
  margin-top: 23px;
}

.fc-event {
  font-family: "Roboto", sans-serif;
}

.fc-left {
  text-align: left;
}

.fc-left h2 {
  margin-top: 16px;
}

.fc-button:hover {
    background-color: rgba(158,158,158,0.2);
}