﻿/* --------------------------------  Fonts  ----------------------------------------------*/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 7, 2015 */
/* Rambla font under Open Font License by Martin Sommaruga 
   License: ~/App_Themes/Wirral/font/Rambla_License.txt 
*/
@font-face {
    font-family: 'Rambla';
    src: url('font/rambla-regular-webfont.eot');
    src: url('font/rambla-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/rambla-regular-webfont.woff2') format('woff2'),
         url('font/rambla-regular-webfont.woff') format('woff'),
         url('font/rambla-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Rambla';
    src: url('font/rambla-italic-webfont.eot');
    src: url('font/rambla-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/rambla-italic-webfont.woff2') format('woff2'),
         url('font/rambla-italic-webfont.woff') format('woff'),
         url('font/rambla-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Rambla';
    src: url('font/rambla-bold-webfont.eot');
    src: url('font/rambla-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/rambla-bold-webfont.woff2') format('woff2'),
         url('font/rambla-bold-webfont.woff') format('woff'),
         url('font/rambla-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Rambla';
    src: url('font/rambla-bolditalic-webfont.eot');
    src: url('font/rambla-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/rambla-bolditalic-webfont.woff2') format('woff2'),
         url('font/rambla-bolditalic-webfont.woff') format('woff'),
         url('font/rambla-bolditalic-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

/*-------------------------- Global overrides --------------------------*/
body{
	background: #fff;
	color: #000;
	font-family: 'Rambla', Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	/*font-size: 14px;*/
	text-rendering: optimizeLegibility !important; 
}

table td,input, textarea, keygen, select, button  {  
	font-family: 'Rambla', Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 90%;

}

/*-------------------------- Navigation --------------------------*/

.headerGrid {
    grid-template-rows: 18% 20% 25% 37% 0px;
}
.headerBar {
    background: #428B39;
    color: white;
    height: 105px;
    border-radius: 0px;
}

.headerBar .navBar .navItem {
	font-weight: normal;
    background: none;
}

.headerBar .navBar .navItem:hover{
    background:inherit;
	text-decoration: underline;
}

.headerGrid {
    grid-template-rows: 20% 20% 25% 35% 0px;
}

/*-------------------------- Logo --------------------------*/
/* Don't display the default logo because a custom logo is to be used. */
.defaultLogo
{
	display: none;
}

/* Display the custom logo and text. */
.customLogo {
    background: url('./img/WIRRALLogo.png') no-repeat;
    background-size: cover;
    background-position: bottom center;
    margin: auto 0 6px 15px;
    display: block;
    width: 247px;
    height: 38px;
}

.customLogo img{
	height: 40px;
	padding-left: 15px;
	padding-top: 14px; /* to line-up with Provider web interface... text*/
}

/*-------------------------- Optional Header CSS --------------------------*/

/* CustomisationOne hyperlink menu home style. */
.customTitle {
    color: #fff;
    text-decoration: none;
    display: block;
    grid-row: 4;
    grid-column: 1;
    padding-left: 15px;
    font-size: 12px;
}

    .customTitle:hover{
        background:inherit;
        color:inherit;
    }
    /* CustomisationOne menu LA name. */
    .controccTitle, .laTitle {
        display: none;
    }
