﻿@import url(https://fonts.googleapis.com/css?family=Raleway:400,600,300);

/* PAGE BACKGROUND */
body {
    background-image: url('images/background.jpg');
    background-position: center top;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.table_main_container.register {
    background-color: rgba(255, 255, 255, 0.6);
}

/* BASE FONT OVERIDE */
html, div, body, a, td, h1, p {
}

/* SITE MAP STYLE */
._mapStyle {
    background: #429AAF;
    color: #FFF;
}

/* ICONS */
.menu_anchor .material-icons {
    color: rgba(190, 31, 57, 1);
}
/* Left menu bar */
.menu_anchor .on, .menu_anchor .on .material-icons {
    color: #ffe650 !important;
}
.menu_anchor i.material-icons {
    color:#fff;
}
/* Left menu bar - when this is the current page */
a .menu_anchor:hover .material-icons {
    color: rgba(66, 154, 175, 1);
}
/* Left menu bar - on hover */

.row_image .material-icons {
}
/* A Few Pages - Icon displayed at the left of a selectable panel */

#menu_basket_overview {
    color: #FFFFFF;
}

.footer_link > .material-icons {
    color: rgba(190, 31, 57, 1);
}
/* Footer Icon */
.footer_link:hover > .material-icons {
    color: rgba(21, 142, 172, 1);
}
/* Footer Icon - On Hover */


/* DOES NOT EXIST ANYMORE
p.mobilemenu_link .material-icons { color: rgba(0, 0, 0, 0.6); } Mobile left menu bar icons
p.mobilemenu_link:hover .material-icons { color: rgba(66, 154, 175, 1); } Mobile left menu bar icons - on hover
*/

#header .material-icons, #SearchBar #FilterIcon {
    color: #000;
}

#header .material-icons:hover {
    color: rgba(190, 31, 57, 1);
}

/* FOOTER BACKGROUND */
.footer_inner {
    background: rgba(255, 255, 255, 1);
}


/* HEADER BACKGROUND */
#header {
    background: rgba(255, 255, 255, 1);
}

#header a {
    color: #000;
}

/* TEXT COLOURS */
._accent_text {
    color: rgba(190, 31, 57, 1);
}

._error_text {
    color: #DB5C59;
}

._success_text {
    color: rgba(0, 178, 0, 1);
}

._major_text {
    color: #222;
}

._minor_text {
    color: #000;
}

._faded_text {
    color: #BDBDBD;
}

._header_major_text {
    color: #FDFDFD;
}

._header_minor_text {
    color: #A4A4A4;
}

._footer_major_text {
    color: #000;
}

._footer_legal_text {
    color: #999;
}

._menu_major_text {
    color: #333;
}

._mobilemenu_major_text {
    color: #333;
}

._title_major_text {
    color: #111;
}

._title_minor_text {
    color: rgba(190, 31, 57, 1);
}

._panel_major_text {
    color: #111;
}

._panel_minor_text {
    color: #555;
}

._panel_faded_text {
    color: #777;
}

._panel_accent_text {
    color: rgba(190, 31, 57, 1);
}

._panel_error_text {
    color: #DB5C59;
}

.panel_link {
    color: rgba(190, 31, 57, 1);
}

.link {
    color: rgba(190, 31, 57, 1);
}

.menu_link {
    color: rgba(0, 0, 0, 1);
}

    /* HOVER OVER TEXT COLOURS */
    .menu_link:hover {
    }

.mobilemenu_link:hover {
}

.header_link:hover {
    color: rgba(190, 31, 57, 1);
}

.footer_link:hover {
}

.panel_link:hover {
    color: rgba(21, 142, 172, 1);
}

.link:hover {
    color: rgba(21, 142, 172, 1);
}

.popup_menu ul.popup_list > li:hover > a {
    color: rgba(21, 142, 172, 1);
}

/* TEXT SELECTION */
::selection {
    background: rgb(174, 163, 91);
    color: #fff;
}

::-moz-selection {
    background: rgb(174, 163, 91);
    color: #fff;
}

::-webkit-selection {
    background: rgb(174, 163, 91);
    color: #fff;
}


/* TEXT HEADER OVERRIDES */
h1 {
    font-weight: lighter;
    font-size: 1.5em;
}

h2 {
    font-weight: lighter;
    font-size: 1.9em;
}

h3 {
    font-weight: lighter;
    font-size: 1.15em;
}

h4 {
    font-weight: lighter;
}

h5 {
    font-weight: lighter;
    color: #252525;
    font-size: 1.2em;
}

h6 {
    font-weight: lighter;
    color: #333;
}

/* INPUT FIELDS AND BUTTON OVERRIDES */
input[type=text], input[type=password], input[type=tel], input[type=email], input[type=date], select, textarea {
    border-width: 1px;
}

input[type=button]:active, input[type=image]:active, input[type=submit]:active, a.desktop_button:active {
}

.button {
    background: #FFFFFF;
    border: 1px solid rgba(190, 31, 57, 1);
    color: rgba(190, 31, 57, 1);
    border-radius: 3px;
}

.button:hover {
    border: 1px solid rgba(21, 142, 172, 1);
    background: rgba(21, 142, 172, 1);
    color: #fff;
}
/*
.button--prime {
    background: #5B7C66;
    background-image: linear-gradient(90deg, #5B7C66 0%, #7EB293 100%);
    border-color: rgba(190, 31, 57, 1);
    color: rgba(255, 255, 255, 1);
}

.button--prime:hover {
    border: 1px solid rgba(21, 142, 172, 1);
    background: rgba(21, 142, 172, 1);
    color: #fff;
}*/

input[disabled=disabled], input[disabled=disabled]:hover, input[disabled=disabled]:focus, input[disabled=disabled]:active {
    border: 1px solid #429AAF;
}

input:focus, select:focus, textarea:focus {
}

.header_toolbar_content_item_container input[type=text], .header_toolbar_content_item_container input[type=password] {
    border-color: #DDD;
    color: #FFF;
}

.header_toolbar_content_item_container input[type=text]:focus, .header_toolbar_content_item_container input[type=password]:focus {
    border-color: #FFF;
}

#help_btn_wrapper .help_btn.half:hover {
    background: #429AAF;
    color: #fff;
}

#helpdesk_button .help_btn.half:hover {
    background: #429AAF;
    color: #fff;
}

/* PLACEHOLDER OVERRIDES */
::-webkit-input-placeholder {
}

:-moz-placeholder {
}

::-moz-placeholder {
}

:-ms-input-placeholder {
}

/* OTHER OVERRIDES */
.menu_container {
    background: #FFF;
    border: 1px solid #DCDDDF;
    border-top: none;
    border-radius: 0px 0px 3px 3px;
}

.table_main tr td#content_text.col2 {
    background: transparent;
}

._accent_background, table.layout_16 td.totaliser .totaliser_inner, table.layout_16 td.totaliser.complete:before, table.layout_16 td.totaliser:after {
    background: #429AAF;
    color: #FFF;
}

.clickandcollectimagewrapper {
    display: block;
}

.as-button {
    border-radius: 10px;
    border: 2px solid #45643D;
}

.basic_wrapper {
    padding: 5px;
    border-radius: 0;
    border-color: transparent;
    background-color: transparent;
}

.number-counter-group .value-button.decrease, .value-button.increase {
    background: rgb(100,161,124);
    background: linear-gradient(90deg, rgba(100,161,124,1) 0%, rgba(42,92,60,1) 100%);
    color: white;
}

.as-button:not(.disabled):active, .as-button:not(.disabled):focus {
    background-color: rgb(174, 163, 91);
    color: #FFFFFF;
    background-image: linear-gradient(to bottom right, #5DA377, #ABA260);
    border: none;
    padding: 12px;
}

.menu_text_container .panel_link {
    color: #ffe650 !important
}

.menu_text_container a {
    color: #FFF !important;
}

.menu_text_container a:hover {
    color: #ffdf1f !important;
}

.input-box input:checked + label {
    background-color: #dbe8e0;
}

.input-box input:checked + label:before {
    background: rgb(35, 80, 51);
}

@media screen and (min-width: 769px) {
    .sticky_footer {
        width: 1000px;
    }
}
