.isInFullScreen {
  height: 100%;
  max-width: 100%;
}
.mr-10 {
  margin-right: 10px !important;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.md-spin,
.md-spin-reverse {
  animation: md-spin-animation 2s infinite linear;
}
.md-spin-reverse {
  animation-direction: reverse;
}
@keyframes md-spin-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.md-chips .md-chip-input-container md-autocomplete input {
  width: 500px;
}
