﻿@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 {  }

/* SITE MAP STYLE */
._mapStyle                  { background: #429AAF; color: #FFF; }

/* ICONS */
.menu_anchor i.material-icons { color: rgba(255, 255, 255, 1); }  /* Left menu bar */
.menu_anchor .on i.material-icons  { color: rgba(224, 222, 221, 1); }  /* Left menu bar - when this is the current page */
a.menu_anchor:hover i.material-icons { color: rgba(224, 222, 221, 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, 255, 1); } /* Footer Icon */
.footer_link:hover > i.material-icons { color: rgba(181, 33, 84, 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, 255, 1); }
#header i.material-icons:hover { color: rgba(181, 33, 84, 1); }

/* FOOTER BACKGROUND */
.footer_inner               { background:transparent; }
#footer_container           { background: rgb(0, 67, 95, 1); }
 
/* HEADER BACKGROUND */
#header                    { background: rgb(0, 67, 95, 1); }

/* TEXT COLOURS */
._accent_text               { color:#429AAF; }
._error_text                { color:#DB5C59; }
._success_text              { color: rgba(0, 178, 0, 1); }
._major_text                { color:#222; }
._minor_text                { color: rgba(0, 0, 0, 1); }
._faded_text                { color:#BDBDBD; }
._header_major_text         { color:#FDFDFD; }
._header_minor_text         { color:#A4A4A4; }
._footer_major_text         { color:#FFF; } 
._footer_legal_text         { color:#999; }
._menu_major_text           { color:#FFF; }
._mobilemenu_major_text     { color:#333; }
._title_major_text          { color:#111; }
._title_minor_text          { color: rgb(224, 222, 221, 1); }
._panel_major_text          { color:#111; }
._panel_minor_text          { color:#555; }
._panel_faded_text          { color:#777; }
._panel_accent_text         { color: rgb(224, 222, 221, 1); }
._panel_error_text          { color:#DB5C59; }
.panel_link                 { color: rgb(0, 67, 95, 1); }
.link                       { color: rgb(0, 67, 95, 1); }
.menu_link                  { color: rgba(255, 255, 255, 1); }

/* HOVER OVER TEXT COLOURS */
.menu_link:hover            { color: rgb(224, 222, 221, 1); }
.mobilemenu_link:hover      {  }
.header_link:hover          { color:#429AAF; }
.footer_link:hover          {  }
.panel_link:hover           { color: rgb(224, 222, 221, 1); }
.link:hover                 { color: rgb(224, 222, 221, 1); }

/* TEXT SELECTION */
::selection                 { background:#429AAF; color:#fff; }
::-moz-selection            { background:#429AAF; color:#fff; }
::-webkit-selection         { background:#429AAF; color:#fff; }


/* TEXT HEADER OVERRIDES */
h1                          { font-family: 'Raleway'; font-weight:lighter; color: rgb(224, 222, 221, 1);; }
h2                          { font-family: 'Raleway'; font-weight:lighter; }
h3                          { font-family: 'Raleway'; 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: none; border:1px solid rgb(0, 67, 95, 1);; color:rgb(0, 67, 95, 1); border-radius:3px; }
.button:hover { border:1px solid rgb(0, 67, 95, 1); background:rgb(0, 67, 95, 1); color:#fff; }

.button--prime { background: rgb(224, 222, 221, 1); border-color: rgb(224, 222, 221, 1); color:rgb(0, 67, 95, 1); }
.button--prime:hover { border:1px solid rgb(0, 67, 95, 1); background: rgb(0, 67, 95, 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: rgba(0, 67, 95, 1); 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; }
._header_major_text:hover { color: rgba(181, 33, 84, 1); }
.header a:hover, .header a:hover .material-icons { color:rgb(224, 222, 221, 1) !important; }
.as-button:not(.disabled):active, .as-button:not(.disabled):focus { background: rgba(156, 176, 13, 1) !important; }