/*Common*/
@media (max-width: 767px) {
  .menu {
    text-align: center;
  }
  .menu-logo {
    font-size: 1.2em;
  }
  .menu-item {
    display: none;
  }
  .menu-button {
    display: block;
  }
  .welcome-block h1 {
    font-size: 2em;
  }
}
@media (min-width: 768px) {
  .menu-item {
    display: block;
  }
  .menu-button {
    display: none;
  }
}
.gravatar-image {
  max-width: none;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.welcome-block {
  max-width: 700px;
}

.logo, .logo:hover {
  color: black;
  text-decoration: none;
}

.col-m-5 {
  margin: 5px;
}

.col-m-10 {
  margin: 10px;
}

.col-m-15 {
  margin: 15px;
}

.col-m-20 {
  margin: 20px;
}

.col-m-25 {
  margin: 25px;
}

.col-m-30 {
  margin: 30px;
}

.col-m-35 {
  margin: 35px;
}

.col-m-40 {
  margin: 40px;
}

.col-m-45 {
  margin: 45px;
}

.col-m-50 {
  margin: 50px;
}

.col-m-b-5 {
  margin-bottom: 5px;
}

.col-m-b-10 {
  margin-bottom: 10px;
}

.col-m-b-15 {
  margin-bottom: 15px;
}

.col-m-b-20 {
  margin-bottom: 20px;
}

.col-m-b-25 {
  margin-bottom: 25px;
}

.col-m-b-30 {
  margin-bottom: 30px;
}

.col-m-b-35 {
  margin-bottom: 35px;
}

.col-m-b-40 {
  margin-bottom: 40px;
}

.col-m-b-45 {
  margin-bottom: 45px;
}

.col-m-b-50 {
  margin-bottom: 50px;
}

.col-m-t-5 {
  margin-top: 5px;
}

.col-m-t-10 {
  margin-top: 10px;
}

.col-m-t-15 {
  margin-top: 15px;
}

.col-m-t-20 {
  margin-top: 20px;
}

.col-m-t-25 {
  margin-top: 25px;
}

.col-m-t-30 {
  margin-top: 30px;
}

.col-m-t-35 {
  margin-top: 35px;
}

.col-m-t-40 {
  margin-top: 40px;
}

.col-m-t-45 {
  margin-top: 45px;
}

.col-m-t-50 {
  margin-top: 50px;
}

.col-m-l-5 {
  margin-left: 5px;
}

.col-m-l-10 {
  margin-left: 10px;
}

.col-m-l-15 {
  margin-left: 15px;
}

.col-m-l-20 {
  margin-left: 20px;
}

.col-m-l-25 {
  margin-left: 25px;
}

.col-m-l-30 {
  margin-left: 30px;
}

.col-m-l-35 {
  margin-left: 35px;
}

.col-m-l-40 {
  margin-left: 40px;
}

.col-m-l-45 {
  margin-left: 45px;
}

.col-m-l-50 {
  margin-left: 50px;
}

.col-m-r-5 {
  margin-right: 5px;
}

.col-m-r-10 {
  margin-right: 10px;
}

.col-m-r-15 {
  margin-right: 15px;
}

.col-m-r-20 {
  margin-right: 20px;
}

.col-m-r-25 {
  margin-right: 25px;
}

.col-m-r-30 {
  margin-right: 30px;
}

.col-m-r-35 {
  margin-right: 35px;
}

.col-m-r-40 {
  margin-right: 40px;
}

.col-m-r-45 {
  margin-right: 45px;
}

.col-m-r-50 {
  margin-right: 50px;
}

.col-p-5 {
  padding: 5px;
}

.col-p-10 {
  padding: 10px;
}

.col-p-15 {
  padding: 15px;
}

.col-p-20 {
  padding: 20px;
}

.col-p-25 {
  padding: 25px;
}

.col-p-30 {
  padding: 30px;
}

.col-p-35 {
  padding: 35px;
}

.col-p-40 {
  padding: 40px;
}

.col-p-45 {
  padding: 45px;
}

.col-p-50 {
  padding: 50px;
}

.col-p-b-5 {
  padding-bottom: 5px;
}

.col-p-b-10 {
  padding-bottom: 10px;
}

.col-p-b-15 {
  padding-bottom: 15px;
}

.col-p-b-20 {
  padding-bottom: 20px;
}

.col-p-b-25 {
  padding-bottom: 25px;
}

.col-p-b-30 {
  padding-bottom: 30px;
}

.col-p-b-35 {
  padding-bottom: 35px;
}

.col-p-b-40 {
  padding-bottom: 40px;
}

.col-p-b-45 {
  padding-bottom: 45px;
}

.col-p-b-50 {
  padding-bottom: 50px;
}

.col-p-t-5 {
  padding-top: 5px;
}

.col-p-t-10 {
  padding-top: 10px;
}

.col-p-t-15 {
  padding-top: 15px;
}

.col-p-t-20 {
  padding-top: 20px;
}

.col-p-t-25 {
  padding-top: 25px;
}

.col-p-t-30 {
  padding-top: 30px;
}

.col-p-t-35 {
  padding-top: 35px;
}

.col-p-t-40 {
  padding-top: 40px;
}

.col-p-t-45 {
  padding-top: 45px;
}

.col-p-t-50 {
  padding-top: 50px;
}

.col-p-l-5 {
  padding-left: 5px;
}

.col-p-l-10 {
  padding-left: 10px;
}

.col-p-l-15 {
  padding-left: 15px;
}

.col-p-l-20 {
  padding-left: 20px;
}

.col-p-l-25 {
  padding-left: 25px;
}

.col-p-l-30 {
  padding-left: 30px;
}

.col-p-l-35 {
  padding-left: 35px;
}

.col-p-l-40 {
  padding-left: 40px;
}

.col-p-l-45 {
  padding-left: 45px;
}

.col-p-l-50 {
  padding-left: 50px;
}

.col-p-r-5 {
  padding-right: 5px;
}

.col-p-r-10 {
  padding-right: 10px;
}

.col-p-r-15 {
  padding-right: 15px;
}

.col-p-r-20 {
  padding-right: 20px;
}

.col-p-r-25 {
  padding-right: 25px;
}

.col-p-r-30 {
  padding-right: 30px;
}

.col-p-r-35 {
  padding-right: 35px;
}

.col-p-r-40 {
  padding-right: 40px;
}

.col-p-r-45 {
  padding-right: 45px;
}

.col-p-r-50 {
  padding-right: 50px;
}

.col-form-label {
  text-align: right;
  font-weight: bold;
}

@media (max-width: 575px) {
  .col-form-label {
    text-align: left;
  }
}
#toast-container > div {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}

/*Controls*/
.navbar-brand > img {
  max-height: 31px;
}

.navbar-brand.logo {
  padding: 10px 10px;
}

.navbar-brand-image-mobile {
  display: none;
}

@media (max-width: 767px) {
  .navbar-brand-image {
    display: none;
  }
  .navbar-brand-image-mobile {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
.validation-summary-errors {
  color: #ff3834;
  border: 1px solid #ffd3d3;
  background: none;
  padding-top: 9px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-top: 20px;
  font-size: 14px;
}

.field-validation-error {
  font-size: 13px;
}

.switch {
  display: inline-block;
  height: 28px;
  position: relative;
  width: 60px;
  margin-top: 5px;
}

.switch input {
  display: none;
}

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}

.slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 20px;
  left: 7px;
  position: absolute;
  transition: 0.4s;
  width: 20px;
}

input:checked + .slider {
  background-color: #007bff;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

label.radio-img > input {
  visibility: hidden;
  position: absolute;
}

label.radio-img > input + img {
  cursor: pointer;
  border: 2px solid transparent;
}

label.radio-img > input:checked + img {
  background-color: #ffe7ac;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

label.radio-img > input:checked ~ h3, label.radio-img > input:checked ~ h4 {
  color: #007bff;
  text-decoration: underline;
}

label.radio-img > h3, label > h4 {
  cursor: pointer;
}

.cc-window {
  color: #212529;
  background-color: #f7f7f7;
}

.cc-btn {
  color: #ffffff;
  background-color: #007bff;
  border-color: transparent;
}

.picker hr {
  margin-bottom: 5px;
}
.picker .button__text {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin: 3px;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  border-color: #007bff;
  color: #007bff;
}
.picker .button__add {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  white-space: normal;
  text-transform: none;
}
.picker .button__delete, .picker .button__update {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  white-space: normal;
  text-transform: none;
}
.picker .button__show-all {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  white-space: normal;
  text-transform: none;
}
.picker .block__buttons__add {
  margin-top: 4px;
}
.picker .search-title {
  color: gray;
  font-size: 12px;
}

#toast-container > div {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}

:root {
  --sk-size:40px;
  --sk-color:#333;
}

.sk-center {
  margin: auto;
}

.sk-plane {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  animation: sk-plane 1.2s infinite ease-in-out;
}

@keyframes sk-plane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.sk-chase {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  80%, 100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%, 0% {
    transform: scale(1);
  }
}
.sk-bounce {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-bounce-dot {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--sk-color);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.sk-bounce-dot:nth-child(2) {
  animation-delay: -1s;
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
  }
  45%, 55% {
    transform: scale(1);
  }
}
.sk-wave {
  width: var(--sk-size);
  height: var(--sk-size);
  display: flex;
  justify-content: space-between;
}

.sk-wave-rect {
  background-color: var(--sk-color);
  height: 100%;
  width: 15%;
  animation: sk-wave 1.2s infinite ease-in-out;
}

.sk-wave-rect:nth-child(1) {
  animation-delay: -1.2s;
}

.sk-wave-rect:nth-child(2) {
  animation-delay: -1.1s;
}

.sk-wave-rect:nth-child(3) {
  animation-delay: -1s;
}

.sk-wave-rect:nth-child(4) {
  animation-delay: -0.9s;
}

.sk-wave-rect:nth-child(5) {
  animation-delay: -0.8s;
}

@keyframes sk-wave {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
.sk-pulse {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-pulse 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@keyframes sk-pulse {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.sk-flow {
  width: calc(var(--sk-size) * 1.3);
  height: calc(var(--sk-size) * 1.3);
  display: flex;
  justify-content: space-between;
}

.sk-flow-dot {
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 50%;
  animation: sk-flow 1.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite both;
}

.sk-flow-dot:nth-child(1) {
  animation-delay: -0.3s;
}

.sk-flow-dot:nth-child(2) {
  animation-delay: -0.15s;
}

@keyframes sk-flow {
  0%, 80%, 100% {
    transform: scale(0.3);
  }
  40% {
    transform: scale(1);
  }
}
.sk-swing {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-swing 1.8s infinite linear;
}

.sk-swing-dot {
  width: 45%;
  height: 45%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-swing-dot 2s infinite ease-in-out;
}

.sk-swing-dot:nth-child(2) {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes sk-swing {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-swing-dot {
  0%, 100% {
    transform: scale(0.2);
  }
  50% {
    transform: scale(1);
  }
}
.sk-circle {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-circle-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle-dot:before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle 1.2s infinite ease-in-out both;
}

.sk-circle-dot:nth-child(1) {
  transform: rotate(30deg);
}

.sk-circle-dot:nth-child(2) {
  transform: rotate(60deg);
}

.sk-circle-dot:nth-child(3) {
  transform: rotate(90deg);
}

.sk-circle-dot:nth-child(4) {
  transform: rotate(120deg);
}

.sk-circle-dot:nth-child(5) {
  transform: rotate(150deg);
}

.sk-circle-dot:nth-child(6) {
  transform: rotate(180deg);
}

.sk-circle-dot:nth-child(7) {
  transform: rotate(210deg);
}

.sk-circle-dot:nth-child(8) {
  transform: rotate(240deg);
}

.sk-circle-dot:nth-child(9) {
  transform: rotate(270deg);
}

.sk-circle-dot:nth-child(10) {
  transform: rotate(300deg);
}

.sk-circle-dot:nth-child(11) {
  transform: rotate(330deg);
}

.sk-circle-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-circle-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-circle-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-circle-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-circle-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-circle-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

.sk-circle-dot:nth-child(7):before {
  animation-delay: -0.5s;
}

.sk-circle-dot:nth-child(8):before {
  animation-delay: -0.4s;
}

.sk-circle-dot:nth-child(9):before {
  animation-delay: -0.3s;
}

.sk-circle-dot:nth-child(10):before {
  animation-delay: -0.2s;
}

.sk-circle-dot:nth-child(11):before {
  animation-delay: -0.1s;
}

@keyframes sk-circle {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.sk-circle-fade {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-circle-fade-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle-fade-dot:before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle-fade 1.2s infinite ease-in-out both;
}

.sk-circle-fade-dot:nth-child(1) {
  transform: rotate(30deg);
}

.sk-circle-fade-dot:nth-child(2) {
  transform: rotate(60deg);
}

.sk-circle-fade-dot:nth-child(3) {
  transform: rotate(90deg);
}

.sk-circle-fade-dot:nth-child(4) {
  transform: rotate(120deg);
}

.sk-circle-fade-dot:nth-child(5) {
  transform: rotate(150deg);
}

.sk-circle-fade-dot:nth-child(6) {
  transform: rotate(180deg);
}

.sk-circle-fade-dot:nth-child(7) {
  transform: rotate(210deg);
}

.sk-circle-fade-dot:nth-child(8) {
  transform: rotate(240deg);
}

.sk-circle-fade-dot:nth-child(9) {
  transform: rotate(270deg);
}

.sk-circle-fade-dot:nth-child(10) {
  transform: rotate(300deg);
}

.sk-circle-fade-dot:nth-child(11) {
  transform: rotate(330deg);
}

.sk-circle-fade-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-circle-fade-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-circle-fade-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-circle-fade-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-circle-fade-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-circle-fade-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

.sk-circle-fade-dot:nth-child(7):before {
  animation-delay: -0.5s;
}

.sk-circle-fade-dot:nth-child(8):before {
  animation-delay: -0.4s;
}

.sk-circle-fade-dot:nth-child(9):before {
  animation-delay: -0.3s;
}

.sk-circle-fade-dot:nth-child(10):before {
  animation-delay: -0.2s;
}

.sk-circle-fade-dot:nth-child(11):before {
  animation-delay: -0.1s;
}

@keyframes sk-circle-fade {
  0%, 39%, 100% {
    opacity: 0;
    transform: scale(0.6);
  }
  40% {
    opacity: 1;
    transform: scale(1);
  }
}
.sk-grid {
  width: var(--sk-size);
  height: var(--sk-size);
}

.sk-grid-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: var(--sk-color);
  float: left;
  animation: sk-grid 1.3s infinite ease-in-out;
}

.sk-grid-cube:nth-child(1) {
  animation-delay: 0.2s;
}

.sk-grid-cube:nth-child(2) {
  animation-delay: 0.3s;
}

.sk-grid-cube:nth-child(3) {
  animation-delay: 0.4s;
}

.sk-grid-cube:nth-child(4) {
  animation-delay: 0.1s;
}

.sk-grid-cube:nth-child(5) {
  animation-delay: 0.2s;
}

.sk-grid-cube:nth-child(6) {
  animation-delay: 0.3s;
}

.sk-grid-cube:nth-child(7) {
  animation-delay: 0s;
}

.sk-grid-cube:nth-child(8) {
  animation-delay: 0.1s;
}

.sk-grid-cube:nth-child(9) {
  animation-delay: 0.2s;
}

@keyframes sk-grid {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
.sk-fold {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  transform: rotateZ(45deg);
}

.sk-fold-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
}

.sk-fold-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--sk-color);
  animation: sk-fold 2.4s infinite linear both;
  transform-origin: 100% 100%;
}

.sk-fold-cube:nth-child(2) {
  transform: scale(1.1) rotateZ(90deg);
}

.sk-fold-cube:nth-child(4) {
  transform: scale(1.1) rotateZ(180deg);
}

.sk-fold-cube:nth-child(3) {
  transform: scale(1.1) rotateZ(270deg);
}

.sk-fold-cube:nth-child(2):before {
  animation-delay: 0.3s;
}

.sk-fold-cube:nth-child(4):before {
  animation-delay: 0.6s;
}

.sk-fold-cube:nth-child(3):before {
  animation-delay: 0.9s;
}

@keyframes sk-fold {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.sk-wander {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-wander-cube {
  background-color: var(--sk-color);
  width: 20%;
  height: 20%;
  position: absolute;
  top: 0;
  left: 0;
  --sk-wander-distance:calc(var(--sk-size) * 0.75);
  animation: sk-wander 2s ease-in-out -2s infinite both;
}

.sk-wander-cube:nth-child(2) {
  animation-delay: -0.5s;
}

.sk-wander-cube:nth-child(3) {
  animation-delay: -1s;
}

@keyframes sk-wander {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: translateX(var(--sk-wander-distance)) rotate(-90deg) scale(0.6);
  }
  50% {
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg);
  }
  50.1% {
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(0.6);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.center-div {
  width: 300px;
  height: 300px;
  position: absolute;
  left: 50%;
  top: 30%;
  margin-left: -37px;
  margin-top: -50px;
}

.spinner {
  display: none;
  position: fixed;
  z-index: 9999999;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #2c3e50;
  filter: alpha(opacity=60);
  opacity: 0.9;
  -moz-opacity: 0.8;
}

.inner-div {
  margin: auto;
  padding: 2%;
  /*width: 150px;*/
}

.sk-chase-dot:before {
  background-color: #fff !important;
}

.sk-chase {
  width: 70px !important;
  height: 70px !important;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

/*Pages*/
.consent-container .toggle-button__input {
  float: left;
}
.consent-container .toggle-button__text {
  float: left;
  margin-top: 6px;
  margin-left: 10px;
}
.consent-container .consent-description {
  width: 100%;
  float: left;
}
.consent-container .client-logo {
  float: left;
}
.consent-container .client-logo img {
  margin-right: 25px;
}

.logged-out-container iframe {
  display: none;
  width: 0;
  height: 0;
}

.grants-container .page-header {
  margin-bottom: 10px;
}
.grants-container .grant {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid lightgray;
}
.grants-container .grant .clientname {
  font-size: 140%;
  font-weight: bold;
}
.grants-container .grant .granttype {
  font-size: 120%;
  font-weight: bold;
}
.grants-container .grant .created {
  font-size: 120%;
  font-weight: bold;
}
.grants-container .grant .expires {
  font-size: 120%;
  font-weight: bold;
}
.grants-container .grant li {
  list-style-type: none;
  display: inline;
}
.grants-container .grant li:after {
  content: ", ";
}
.grants-container .grant li:last-child:after {
  content: "";
}
html, body {
  height: 100%;
}

body.account-page {
  /*background-color: rgb(250, 251, 252);*/
  /*background-image: url('/images/login_default_bg.jpg');*/
  background-color: #fafbfc;
  background-position: center center;
}

.account-page .brand {
  /*height: 60px;*/
  overflow: hidden;
  margin: 40px auto;
  position: relative;
  z-index: 1;
  text-align: center;
}

.account-page .card-wrapper {
  width: 400px !important;
}

.account-page .card {
  border-color: transparent;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.account-page .card.fat {
  padding: 25px;
}

.account-page .card .card-title {
  margin-bottom: 30px;
}

.account-page .form-control {
  border-width: 2.3px;
}

.account-page .btn.btn-block {
  padding: 12px 10px;
}

.account-page input[type=text], input[type=password], input[type=email] {
  border: none;
  border-bottom: 1px solid #e7e7e7;
  border-radius: 0;
  padding: 9px 5px;
  min-height: 40px;
  font-size: 14px;
  font-weight: normal;
}