﻿
p.aurelia-validation-message {
    display: inline;
}

br {
    margin-bottom: 10px;
    margin-top: 10px;
    clear: both;
}

.col-sm-offset-10 > a {
    margin-bottom: 5px;
}

.control-content, .control-label {
    height: 27px;
    padding-top: 7px;
    margin-bottom: 5px;
}

div.has-cursor {
    cursor: pointer;
}

.cal-content {
    border-radius: 5px;
    border: 1px solid #808080;
    margin-bottom: 5px;
    padding: 5px;
    background: #c2bdbd;
    position: relative;
}

.cal-content-sub {
    border-radius: 5px;
    border: 1px solid #ffffff;
    width: 20%;
    height: 90%;
    position: absolute;
    top: 1px;
    right: 2px;
}

.cal-free {
    background: #00ff21;
    border: 1px solid #999;
    cursor: pointer;
    width: 10%;
}

.cal-exchange {
    background: #b6ff00;
    border: 1px solid #999;
    cursor: pointer;
    width: 10%;
}

.cal-both {
    background: #9b00f8;
    border: 1px solid #999;
    cursor: pointer;
    width: 10%;
}


.cal-shift {
    background: #ff6a00;
    border: 1px solid #999;
    width: 10%;
    right: 12%;
}
.splash {    
    text-align: center;
    padding: 10% 0 0 0;
    box-sizing: border-box;
    position: absolute;
    /* margin: 10% 50%; */
    background: whitesmoke;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0.6;
}

.splash .message {
  font-size: 72px;
  line-height: 72px;
  text-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.splash .fa-spinner {
  text-align: center;
  display: inline-block;
  font-size: 72px;
  margin-top: 50px;
}