﻿@import url(https://fonts.googleapis.com/css?family=Raleway:400,600,300);

/* PAGE BACKGROUND */
body                        { background-color: rgba(255, 255, 255, 1); }

/* BASE FONT OVERIDE */
html,div,body,a,td,h1,p     { font-family: Arial; }
h1 {
    color: #3E3E3E
}
/* SITE MAP STYLE */
._mapStyle                  { background: #429AAF; color: #FFF; }

/* ICONS */
.menu_anchor i.material-icons { color: #012B5C; }  /* Left menu bar */
.menu_anchor .on i.material-icons  { color: rgba(0, 158, 224, 1); }  /* Left menu bar - when this is the current page */
a.menu_anchor:hover i.material-icons { color: rgba(0, 158, 224, 1); }  /* Left menu bar - on hover */

.row_image i.material-icons {  } /* A Few Pages - Icon displayed at the left of a selectable panel */

.footer_link > i.material-icons { color: rgba(255, 255, 225, 1); } /* Footer Icon */
.footer_link:hover > i.material-icons { color: rgba(0, 158, 224, 1); } /* Footer Icon - On Hover */


/* DOES NOT EXIST ANYMORE
p.mobilemenu_link i.material-icons { color: rgba(0, 0, 0, 0.6); } Mobile left menu bar icons
p.mobilemenu_link:hover i.material-icons { color: rgba(66, 154, 175, 1); } Mobile left menu bar icons - on hover
*/

#header i.material-icons, #SearchBar #FilterIcon { color: rgba(255, 255, 225, 1); }
#header i.material-icons:hover { color: rgba(0, 158, 224, 1); }

/* FOOTER BACKGROUND */
.footer_inner               { background: transparent; }
#footer_container           { background: #012B5C; border-top: 5px solid rgba(); }

/* HEADER BACKGROUND */
#header                     { background: #012B5C; }


/* 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: rgba(255, 255, 255, 1); font-weight: bold; text-transform: uppercase; }
._header_minor_text         { color:#A4A4A4; }
._footer_major_text         { color: rgba(255, 255, 255, 1); } 
._footer_legal_text         { color:#999; }
._menu_major_text           { color:#333; }
._mobilemenu_major_text     { color:#333; }
._title_major_text          { color:#111; }
._title_minor_text          { color: #012B5C; }
._panel_major_text          { color:#111; }
._panel_minor_text          { color:#555; }
._panel_faded_text          { color:#777; }
._panel_accent_text         { color: #012B5C; }
._panel_error_text          { color:#DB5C59; }
.panel_link                 { color: #012B5C; }
.link                       { color: rgba(0, 158, 224, 1); }
.menu_link                  { color: rgba(0, 0, 0, 1); }

/* HOVER OVER TEXT COLOURS */
.menu_link:hover            {  }
.mobilemenu_link:hover      {  }
.header_link:hover          { color: rgba(0, 158, 224, 1); }
.footer_link:hover          {  }
.panel_link:hover           { color: #D6620B }
.link:hover                 { color: #D6620B; }
.popup_menu ul.popup_list > li:hover > a { color: #D6620B }

/* TEXT SELECTION */
::selection                 { background:#012B5C; color:#fff; }
::-moz-selection            { background:#012B5C; color:#fff; }
::-webkit-selection         { background:#012B5C; color:#fff; }


/* TEXT HEADER OVERRIDES */
h1                          { font-family: 'Arial'; font-weight:lighter; }
h2                          { font-family: 'Arial'; font-weight:lighter; }
h3                          { font-family: 'Arial'; font-weight:lighter; }
h4                          {  }
h5                          {  }
h6                          {  }


/* 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 #012B5C; color: #012B5C; border-radius:3px; }
.button:hover { border:1px solid #D6620B; background: #D6620B; color:#fff; }

.button--prime { background: #012B5C; border-color: #012B5C; color: rgba(255, 255, 255, 1); }
.button--prime:hover { border:1px solid #D6620B; background: #D6620B; 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;
}
.header a:hover, .header a:hover .material-icons {
    color: #fff !important;
}
.header a:hover, .header a:hover .material-icons { color: #D6620B !important; }
.as-button:not(.disabled):active, .as-button:not(.disabled):focus { background: rgba(156, 176, 13, 1) !important; }