﻿html {
    margin: 0;
    padding: 0;
}

.JavaScriptWarning {
    margin: auto;
    width: 25%;
    background-color: red;
    padding: 20px;
    text-align: center;
    color: white;
    border-radius: 20px 20px 20px 20px;
    margin-top: 1%;
    font-weight: bold;
}

.NotesAddButton {
    width: auto !important;
    padding-top: 8px;
    padding-bottom: 13px;
    padding-left: 10px;
    padding-right: 10px;
    height: 5%;
    background-color: #FFFAF4;
    border: 2px solid grey;
    border-radius: 5px 5px;
    text-decoration: none;
}


body {
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    position: relative;
    padding-bottom: 100px;
}

.site-footer {
    width: 100%;
    height: 177px;
    /*
        Temporarily removed watermark.
        background: url("../Images/oakland-international-tree.png") no-repeat center;
    */
}

    .site-footer span {
        padding-top: 50px;
        text-align: center;
        vertical-align: middle;
        display: table;
        margin: 0 auto;
    }

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: #c7d1d6;
    }

header, footer, hgroup,
nav, section {
    display: block;
}

nav {
    padding: 10px;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}


.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.42em;
    border-bottom: 2px solid grey;
    margin-bottom: 10px;
}

h3 {
    font-size: 1.2em;
    width: 300px;
    border-bottom: 1px solid grey;
    margin-bottom: 20px;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 95%;
    position: relative;
    overflow: hidden;
}

#body {
    clear: both;
    min-height: 55vh;
}

.main-content {
    padding-left: 10px;
}

.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat;
}

header .content-wrapper {
    padding-top: 20px;
}

footer {
    clear: both;
    font-size: .8em;
    height: 100px;
}



#search {
    float: right;
    width: 100%;
    height: 20px;
    margin-top: -39px;
    margin-right: 20px;
    position: relative;
    z-index: 2;
}

.larger-text {
    font-size: larger;
}



/*Welcome Message
----------------------------------------------------------*/

#WelcomeMessage {
    width: auto;
    text-align: center;
    margin: auto;
}

    #WelcomeMessage p {
        font-size: x-large;
    }

/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }


/* login
----------------------------------------------------------*/


.logonoffButton {
    padding: 3px;
}

.telephoneNumber a {
    text-decoration: none;
    font-size: small;
}

#telephoneNumber a:hover {
    text-decoration: underline;
    background-color: white;
}


#loginArea {
    margin-top: 100px;
    margin-bottom: 20vh;
}

#login {
    display: block;
    margin: 0 0 10px;
    text-align: right;
    width: 250px;
    float: right;
}

    #login div {
        margin-bottom: 10px;
    }

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }

header {
    font-size: 0.85em;
}


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    text-align: left;
    background-color: #4C4F56;
    position: relative;
    border-radius: 150px;
    padding: 10px;
    border: 1px solid black;
}


    ul#menu li {
        margin-right: -4.3px;
        list-style: none;
    }

        ul#menu li a {
            padding: 10px 30px;
            background: none;
            color: white;
            text-decoration: none;
            border-left: 1px solid black;
            transition: all 0.4s ease-in-out 0s;
        }


            ul#menu li a:hover {
                color: #2c5563;
                background-color: white;
                text-decoration: none;
            }

.last a {
    border-right: 1px solid black;
    margin-right: 15px;
}



#menuContainer {
    padding: 0px !important;
}

/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

.text-normal {
    font-weight: normal;
}

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}







/* Ordered lists*/

.InputList li {
    margin: 0px auto 0px auto;
}


/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}



/* login page */

.loginLabelControl {
    width: 100px;
    display: inline-block;
}

.loginControl {
    display: inline-block;
}

#loginForm {
    text-align: center;
    width: 500px;
    margin: auto;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button {
            width: auto;
        }

.loginControl #Password, .loginControl #UserName {
    height: 30px;
}



#welcomeLogin {
    width: 150px;
    margin: auto;
}

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }



label.checkbox {
    display: inline;
}




/* info and errors */
.message-info {
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
}

.message-success {
    color: green;
    font-size: 1.1em;
    font-weight: bold;
}

    .message-success ul {
        margin: 0px;
    }

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


#telephoneNumber {
    text-align: center;
    float: none !important;
}

#login {
    text-align: center;
}


        #login a:hover {
            background-color: transparent;
        }


.site-title {
    width: 100%;
}

#telephoneNumber {
    width: 160px;
    margin: auto;
    margin-top: 10px;
}

ul#menu li {
    padding-top: 5px;
    padding-bottom: 5px;
}

    ul#menu li a {
        padding: 15px;
        border-left: 1px solid black;
    }

        ul#menu li a .last {
            border-right: 1px solid black;
        }

@media only screen and (max-width:1600px) {
    .slick-column-name {
        white-space: normal;
    }

    .slick-header-column.ui-state-default {
        height: 30px !important;
    }
}

.site-title {
    z-index: -1;
}



/* Delivery booking rules table form */
.delivery-booking-rules {
    max-width: 400px;
    color: #000;
    padding: 0;
}

    .delivery-booking-rules td {
        border: 1px solid #000;
        padding: 0;
    }

    .delivery-booking-rules input {
        margin: 0;
        width: 100%;
        background: none;
        border: none;
        padding: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .delivery-booking-rules label {
        cursor: pointer;
    }

    .delivery-booking-rules input.input-validation-error {
        background: #e80c4d;
        color: #fff;
    }

    .delivery-booking-rules > tbody > tr > td:first-child {
        font-weight: bold;
    }
/* End delivery booking rules table form */

.hidden-element {
    display: none;
}

.white-background {
    background-color: white;
}

.no-underline {
    text-decoration: none;
}

    .no-underline:hover {
        background-color: transparent;
    }

.hover-underline:hover {
    text-decoration: underline;
}

.inline {
    display: inline-block;
}

.welcomeBanner {
    margin-left: 10px;
    margin-top: 55px;
    margin-bottom: 20px;
    width: 500px;
    padding: 10px;
    font-size: 1.2em;
}

    .welcomeBanner div {
        display: inline-block;
    }

    .welcomeBanner .externalLogo {
        position: absolute;
        top: 7%;
    }

    .welcomeBanner .text {
        color: #0581a8;
        vertical-align: top;
        margin-left: 15px;
        margin-top: 25px;
        font-weight: 500;
        font-size: larger;
        width: 250px;
    }

.middle {
    margin: auto;
}

#HomeWelcomeMessage {
    font-size: large;
    width: 100%;
    font-weight: 300;
    margin-left: 10px;
    margin-bottom: 30px;
}

.usernameLink {
    font-size: larger;
    transition: all 0.4s ease-in-out 0s;
    font-weight: 500;
}

.UploadDelivery {
    margin: 1.7em 0;
}

    .UploadDelivery input {
        width: 100%;
    }

.siteMap {
    width:55vw;
    margin:auto;
}

    .siteMap img {
    width: 100%;
    height: 100%;
    }

.WarpText {
    word-wrap: break-word;
}

.exceptionSummary {
    margin-bottom:15px;
}

    .exceptionSummary .left {
        width:250px;
        float:left;
    }

.revisions {
    margin-bottom:20px;
}

    .revisions ul li {
        list-style-type: decimal;
    }