﻿/* cmht - black */
/* eip - mid-grey */
/* red */
/* amber */
/* green */
/*$pie-1-vlight: lighten($pie-1,20%);
$pie-1-pw-vlight: lighten($pie-1-pw,20%);
$pie-2-vlight: lighten($pie-2,20%);
$pie-3-vlight: lighten($pie-3,20%);
$pie-4-vlight: lighten($pie-4,20%);*/
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

html {
  font-size: 14px;
  overflow-y: scroll;
  -ms-overflow-style: scrollbar; }

body {
  font-family: Roboto;
  background: #f4f4f4; }

.splash {
  background-color: #086cb5;
  color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 0 0 0;
  box-sizing: border-box;
  padding-top: 20%; }
  .splash a {
    color: white; }
  .splash .message {
    font-size: 32px;
    line-height: 36px; }
  .splash img {
    margin-top: 20px; }
  .splash .fa-spinner {
    text-align: center;
    display: inline-block;
    font-size: 72px;
    margin-top: 50px; }
