﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
  color: #fff;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html, body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

header, footer { flex: none }
main { flex: auto }
footer { padding: 1em 0 }

.navbar {
  background-color: #4a4a4a;
}

.navbar-nav .nav-link, .navbar-nav .btn-link {
  color: white;
}

.icon-logo-svg {
  width: 200px;
  height: 40px;
}

/* loader - move this out eventually
-------------------------------------------------- */

#appLoader{
  display: none;
}

.loaderOverlay {    
  position: fixed;
  left: 70px;
  right: 70px;
  top: 70px;
  bottom: 70px;  
  background-color: rgba(0, 0, 0, 0.50);
  background-color:  transparent;
}

.loaderInlineContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
}

.sk-folding-cube {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
}

.sk-folding-cube.inline {
  position: static;
  margin: 0
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 1.5s infinite linear both;
  animation: sk-foldCubeAngle 1.5s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube1:before {
  background-color: #77c2ea;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  background-color: #3aa4da;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.sk-folding-cube .sk-cube3:before {
  background-color: #a7cc46;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube4:before {
  background-color: #4eab49;
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
      -webkit-transform: perspective(140px) rotateX(-180deg);
      transform: perspective(140px) rotateX(-180deg);
      opacity: 0;
  }

  25%, 75% {
      -webkit-transform: perspective(140px) rotateX(0deg);
      transform: perspective(140px) rotateX(0deg);
      opacity: 1;
  }

  90%, 100% {
      -webkit-transform: perspective(140px) rotateY(180deg);
      transform: perspective(140px) rotateY(180deg);
      opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
      -webkit-transform: perspective(140px) rotateX(-180deg);
      transform: perspective(140px) rotateX(-180deg);
      opacity: 0;
  }

  25%, 75% {
      -webkit-transform: perspective(140px) rotateX(0deg);
      transform: perspective(140px) rotateX(0deg);
      opacity: 1;
  }

  90%, 100% {
      -webkit-transform: perspective(140px) rotateY(180deg);
      transform: perspective(140px) rotateY(180deg);
      opacity: 0;
  }
}
