﻿/* DEFAULTS
----------------------------------------------------------*/
html {
    margin: 0px;
    padding: 0px;
}

body {
    background: #fff;
    font-size: .9rem;
    font-family: 'Roboto', "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0px;
    padding: 0px;
}

/* HEADINGS   
----------------------------------------------------------*/

div.main h2 {
    padding-bottom: .7em;
    margin-bottom: 1em;
    border-bottom: 1px solid #dee2e6;
}

h1 i.fas, h2 i.fas, a i.fas {
    margin-right: .2em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: 1px solid #496077;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

    .header h1 {
        font-weight: 700;
        margin: 14px 0px 0px 155px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 0px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* BUTTONS  
----------------------------------------------------------*/

a.btn-logout {
    font-size: .9em;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    margin-top: 42px;
    background-color: #3a4f63;
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0px 0px 0px 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #465c71;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }

nav#breadcrumbs {
    margin-top: 56px;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

input[type=checkbox].check-lg, span.check-lg input[type=checkbox] {
    transform: scale(2);
}

.form-group {
    margin-bottom: 2.2em;
}

.checkbox-list label {
    padding-left: .2em;
    vertical-align: middle;
}

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.highlight-1 {
    background: #3197fc;
    color: #fff;
}

table.table-1 {
    border-collapse: collapse;
}

    table.table-1 table td, table.table-1 table th {
        border-style: none;
    }

    table.table-1 td, table.table-1 th {
        border: 1px solid #dddddd;
        padding: .5em;
    }


img.logo1 {
    position: absolute;
    width: 160px;
    height: 80px;
    left: 0px;
    top: 0px;
}

.val-error {
    color: red;
    font-weight: bold;
}

table tr.block-booking {
    background-color: ThreeDLightShadow;
    border: 1px solid #000;
}

    table tr.block-booking td {
    }

table td.row-span, table td[rowspan] {
    vertical-align: top;
}

.block-book-0 {
    background-color: #d5d5d5;
}

.block-book-1 {
    background-color: #b6bbcb;
}
