﻿@font-face {
    font-family: 'texgyreadventorregular';
    src: url('../fonts/texgyreadventor-regular-webfont.eot');
    src: url('../fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
    height: 100%;
}

body {
    font-family: 'texgyreadventorregular', 'Open Sans', sans-serif;
    background: url('Images/background.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #eee;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

#loading {
    position: absolute;
    top: 6px;
    display: none;
    text-align: center;
    z-index: 100000;
}

.loading {
    padding-left: 20px;
    text-align: center;
}

    .loading img {
        margin-right: 5px;
    }

input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px #fff inset;
    -webkit-text-fill-color: #000;
}
input:-webkit-autofill:focus {
    -webkit-box-shadow:0 0 0 50px #fff inset;
    -webkit-text-fill-color: #000;
}

.leaflet-popup-content {
    color: #000; 
    text-shadow: none;
}

.panel-body a {
    color: #FEFEFE;
}

/*Critical comment colours*/
.green {
    color: green !important;
}

.clear-left {
    clear: left;
}

/*Ajax loading indicator*/
.ajaxLoad {
            position: fixed;
            z-index: 1000;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background: rgba( 255, 255, 255, .4 ) 50% 50% no-repeat;
            background-image: url('Images/ajax-loader.gif');
        }

.truncator {
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: block;
        }