﻿
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 5px;
    padding-right: 15px;
    width: 1250px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.dropdown-menu li {
    font-size: 21px;
}

.rightMenu {
    position:absolute;
    float:right;
    top: 0;
    left: 100%;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.div-login-main-container
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 100px auto;
    width: 1000px;
}

div.section 
{
    margin-bottom: 16px;
    width: inherit;
}

div.section-spaced
{
    margin-top: 32px;
    margin-bottom: 16px;
    width: inherit;
}

input[type=text], input[type=password] 
{
    padding: 2px 4px 2px 4px;
}

.login-input
{
    width: 300px;
}

div.frontpage-tagline
{
    background-color: greenyellow; 
    padding: 16px 16px 16px 16px; 
    text-align: center; 
    font-size: large;
}

#div-weeknav-wrapper
{
    text-align:center;
    margin-bottom: 22px;
    padding-top: 4px;
    padding-bottom: 19px;
    background-color: #f9f9f9;
    border: 1px solid lightgray;
    border-radius: 4px;
}

#btn-weeknav-previous
{
    float: left;
    margin-top: 2px;
    margin-left: 8px;
    padding: 14px 18px;
}

#btn-weeknav-next
{
    float: right;
    margin-top: 2px;
    margin-right: 8px;
    padding: 14px 18px;
}

.btn-xl {
    padding: 14px 10px;
    font-size: 21px;
    border-radius: 4px;
    min-width: 120px;
    min-height: 60px;
}

#div-weeknav-current
{
    padding-top: 7px;
    margin:0 auto;
    display:inline-block
}

#div-weekday-header
{
    margin-left: 0px;
    margin-right: 0px;
    background-color: aliceblue;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: medium;
    height: 60px;
}

.div-booking-schedule-row
{
    margin-left: 0px;
    margin-right: 0px;
    height: 93px;
    border-top: 1px solid lightgray;
}

.booking-entry-container
{
    padding: 5px 4px 5px 4px;
    width: 12.1%;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    color: #333333;
}

.booking-entry
{
    padding-top: 17px;
    padding-bottom: 19px;
}

.booking-entry-reserved
{
    color: darkgray;
}

.booking-entry-available
{
    background-color: lightgreen;
    border: 1px solid forestgreen;
}

.booking-entry-owned
{
    background-color: rgba(250, 162, 0, 0.62);
    border: 1px solid orange;
}

.booking-entry-blocked
{
    background-color: rgba(128, 128, 128, 0.60);
    border: 1px solid rgb(128, 128, 128);
}

a.selectable-booking-entry:link, a.selectable-booking-entry:visited
{
    color: #333333;
    text-decoration: none;
}

a.selectable-booking-entry:hover
{
    color: black;
    text-decoration: none;
}


.top-spacing
{
    margin-top: 2px;
}

.top-spacing-2
{
    margin-top: 4px;
}

.top-spacing-3
{
    margin-top: 8px;
}

.top-spacing-4
{
    margin-top: 12px;
}

.top-spacing-5
{
    margin-top: 16px;
}

.top-spacing-6
{
    margin-top: 20px;
}

.bottom-spacing-0
{
    margin-bottom: 0;
}

.bottom-spacing-1
{
    margin-bottom: 4px;
}

.bottom-spacing-3
{
    margin-bottom: 8px;
}

.top-pad-1
{
    padding-top: 2px;
}

.top-pad-2
{
    padding-top: 4px;
}

.top-pad-3
{
    padding-top: 8px;
}

.section-header
{
    font-weight: bold;
}

.ws-panel-title
{
    font-weight: bold;
}

.login-container
{
    width: 1000px; 
    margin-left: auto; 
    margin-right: auto; 
    margin-top: 100px; 
    margin-bottom: auto;
    height: 500px; 
}

#div-terminal-login-splash-container
{
    width: 600px; 
    float: left; 
}

#div-terminal-surface-login-container
{
    width:  500px;
    margin-left: auto;
    margin-right: auto;
    height: 250px; 
    /*background-position-y: 60px;*/
}

input[type=checkbox]
{
    /* All browsers except webkit*/
    transform: scale(2.2);
    /* Webkit browsers*/
    -webkit-transform: scale(2.2);
}

#div-owned-bookings-header
{
    margin-left: 0px;
    margin-right: 0px;
    background-color: aliceblue;
    padding-top: 4px;
    padding-bottom: 4px;
}

.div-owned-bookings-row
{
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-top: 1px solid lightgray;
}

.notransition * { 
  -webkit-transition: none !important; 
  -moz-transition: none !important; 
  -o-transition: none !important; 
  -ms-transition: none !important; 
  transition: none !important; 
} 