﻿html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.alternate-time {
    width: 5em;
}

[data-block] h4 {
    font-size: 1.3rem;
}
[data-block] .alert:first-child {
    padding: 0.3rem 1.25rem 0rem 1.25rem !important;
}

.cursor-pointer {
    cursor: pointer;
}

.supplier-checked-state {
    height: 2em;
}
[data-inline-block="supplier-checked-rates-rejected"] {
    line-height: 2em;
}
.bg-not-checked         { background-color: rgba(255, 204, 102, 1.00) !important; }
.text-not-checked       {            color: rgba(255, 204, 102, 1.00) !important; }
.bg-not-checked-muted   { background-color: rgba(255, 204, 102, 0.15) !important; }
.text-not-checked-muted {            color: rgba(255, 204, 102, 0.15) !important; }

.bg-cancelled         { background-color: rgba(0, 51, 153, 1.00) !important; }
.text-cancelled       {            color: rgba(0, 51, 153, 1.00) !important; }
.bg-cancelled-muted   { background-color: rgba(0, 51, 153, 0.15) !important; }
.text-cancelled-muted {            color: rgba(0, 51, 153, 0.15) !important; }

.bg-not-available         { background-color: rgba(204, 0, 0, 1.00) !important; }
.text-not-available       {            color: rgba(204, 0, 0, 1.00) !important; }
.bg-not-available-muted   { background-color: rgba(204, 0, 0, 0.15) !important; }
.text-not-available-muted {            color: rgba(204, 0, 0, 0.15) !important; }

.bg-booked         { background-color: rgba(0, 102, 0, 1.00) !important; }
.text-booked       {            color: rgba(0, 102, 0, 1.00) !important; }
.bg-booked-muted   { background-color: rgba(0, 102, 0, 0.15) !important; }
.text-booked-muted {            color: rgba(0, 102, 0, 0.15) !important; }

.fat-border {
    border-width: 4px;
}

.field-validation-error {
    display: block;
    color: #fff;
    background-color: #f00;
    padding: 2px 10px;
    text-align: center;
}
.edit-arrangement .field-validation-error {
    display: inline-block;
    text-align: left;
}
.edit-arrangement .highlight {
    font-weight: bold;
    background: #80ff00;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.header-block label {
    font-weight: 600 !important;
}

header .golfbreaks-limited-logo
{
    width: 290px;
    height: 26px;
    margin-top: -14px;
}

header .golfbreaks-generic-logo
{
    width: 145px;
    height: 29px;
    margin-top: -14px;
}

[data-block="rates-confirmation"] .highlight-warning-block {
    background: #ff0000;
    color: #ffffff;
    margin: -0.75rem -1.25rem;
    padding: 0.75rem 1.25rem;
}

#instructions-link-block {
    margin-left: auto;
    margin-right: auto;
}

.meeting-time {
    width: 4.25em;
}

.no-decoration {
    text-decoration: none !important;
}
.no-transition {
  -webkit-transition: height 0.01s;
  -moz-transition: height 0.01s;
  -ms-transition: height 0.01s;
  -o-transition: height 0.01s;
  transition: height 0.01s;
}

#snapshot-container h2 {
    font-size: 16pt;
}
#snapshot-container h3 {
    font-size: 14pt;
    margin-top: 1em;
}
#snapshot-container td {
    padding: 5px;
}

.thin-column {
    width: 1px;
}

.stack-small-inner {
    top: -0.5px;
    left: -0.5px;
}