﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */

@font-face {
    font-family: 'droid_sansbold';
    src: url('fonts/DroidSans/droidsans_bold/DroidSans-Bold-webfont.eot');
    src: url('fonts/DroidSans/droidsans_bold/DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/DroidSans/droidsans_bold/DroidSans-Bold-webfont.woff') format('woff'),
        url('fonts/DroidSans/droidsans_bold/DroidSans-Bold-webfont.ttf') format('truetype');

}

@font-face {
    font-family: 'droid_sansregular';
    src: url('fonts/DroidSans/droidsans_regular/DroidSans-webfont.eot');
    src: url('fonts/DroidSans/droidsans_regular/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/DroidSans/droidsans_regular/DroidSans-webfont.woff') format('woff'),
        url('fonts/DroidSans/droidsans_regular/DroidSans-webfont.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
}

body {
    padding-top: 0px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (min-width: 992px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }

    .modal-lg {
        width: 1150px!important;
    }
}

/* Header styling */

.navbar {
    /* margin-bottom: 45px;  */
    background: #005d28;    
    border: 0px;
}

.logo{
    margin-top:-1px;
}

.navbar > .container{
    margin-left:0px;
}

.body-content{
    margin-top: 45px;
}

/* Search styling */

.my-panels label{
    margin-top:6px;
    font-size:16px;
    color: #565656;
}

.btn-info {
    color: #fff;
    background-color: #4ca063;
    border-color: #4ca063;
}
.btn-info:hover{
    background-color: #82c695;
    border-color: #82c695;
}

.btn-primary {
    color: #fff;
    background-color: #e4bf61;
    border-color: #e4bf61;
}

.btn-primary:hover {
    color: #fff;
    background-color: #dcae38;
    border-color: #dcae38;
}

.btn-success{
    color: #fff;
    background-color: #005d28;
    border-color: #005d28;
}

.btn-success:hover{
    color: #fff;
    background-color: #4ca063;
    border-color: #4ca063;
}

/* Sidebar styling */

.bg-primary {
    color: #fff;
    background-color: #005d28;
}

.panel-primary {
    border-color: #005d28;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #005d28;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #005d28;
    border-color: #005d28;
}

/* Map styling */ 

.panel-success > .panel-heading {
    color: #373737;
    font-weight:bold;
    background-color: rgba(228,191,97, 0.5);
    border-radius:0pt;
    border-color: #e4bf61;
}

/* Footer styling */

.footer {
    background: #005d28;
    height: 55px;
    position: relative;
}

.footer-logo {
    position: relative;
    margin: 0px auto;
}

    .footer-logo img {
        margin-bottom: 10px;
        margin-left: 10px;
    }

    .footer-logo p {
        text-align: right;
        margin-top: -20px;
        margin-right: 10px;
    }

.footer-strip {
    padding-top: 85px;
    padding-bottom: 80px;
    /* max-width: 1140px; */
}

.center-align {
    margin: 0px auto;
    display: block;
}

/* Front Page styling */

h1, h2, h3, h4 {
   /* font-family: 'droid_sansbold','droid_sansregular';
*/    color: #242424;
}

h1, .h1 {
    font-size: 32px;
}

.page-header{
    margin:30px 0px 20px;
    border-bottom:0px;
}

.or{
    font-style: italic; 
    color:#929292;
    text-align:center;
}

p.navbar-text {
    color: #fff;
}

.bg-info {
    background-color: #c7d8cc;
}

.navbar-default .navbar-brand {
    color: #fff;
}
.btn-info.focus, .btn-info:focus {
    background-color: #4ca063;
    border-color: #4ca063;
}

.panel-info > .panel-heading {
    color: #373737;
    background-color: rgba(228,191,97, 0.5);
    border-color: #e4bf61;
}

/* new styles - added 26/02/2019 */
.info-heading {
    margin-top: 0px;
    color: #3a3a3a;
}

.help {
    margin-bottom: 20px;
    color: #3a3a3a;
}

.show-me-link {
    color: #005d28;
    cursor: pointer;
}

    .show-me-link:hover {
        color: #4ca063;
    }

#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

#light {
    /*display: none;
    position: absolute;
    top: 50%;
    left: 5%;
    max-width: 1152px;
    max-height: 648px;
    margin-left: -300px;*/
    /*margin-top: -180px;*/
    /*border: 2px solid #FFF;
    background: #FFF;
    z-index: 1002;
    overflow: visible;*/
}

#boxclose {
    float: right;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 3px;
    background: #222222;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1002;
    opacity: 0.9;
}

.boxclose:before {
    content: "×";
}

#fade:hover ~ #boxclose {
    display: none;
}
.panel-primary > .panel-heading, .slider-text > .panel-heading {
    color: #005d28;
    background-color: #fff;
    border-color: #005d28;
    border-bottom: 2px solid;
    font-weight: bold;
    min-height: 63px;
}

.slider-text p {
    font-size: 18px;
}

.slider-text .panel-heading {
    font-size: 20px;
    color: #fff;
    background-color: #005d28;
    border-bottom: 1px;
    width: 400px;
    display: inline-block;
}

#content .panel {
    border: 2px solid #005d28;
}

.map-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.continue-button {
    border: 1px solid #ffc826;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    background-color: #ffdc74;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffdc74), to(#e8ae03));
    background-image: -webkit-linear-gradient(top, #ffdc74, #e8ae03);
    background-image: -moz-linear-gradient(top, #ffdc74, #e8ae03);
    background-image: -ms-linear-gradient(top, #ffdc74, #e8ae03);
    background-image: -o-linear-gradient(top, #ffdc74, #e8ae03);
    background-image: linear-gradient(to bottom, #ffdc74, #e8ae03);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffd65e, endColorstr=#febf04);
}

.leaflet-center {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.leaflet-control-geosearch, .leaflet-control-geosearch ul {
    border-radius: 7px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.25);
    margin: 10px 0 0 0;
    padding: 5px;
    width: 100%;
    height: auto;
}

.leaflet-control-geosearch-msg ul {
    list-style: none;
    display: none;
    height: auto;
    background: none;
    padding: 0;
}

.leaflet-control-geosearch ul li {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
    border-radius: 4px;
    margin: 2px 0;
    padding: 4px;
    font: 12px arial;
    text-indent: 4px;
}

.leaflet-container .leaflet-control-geosearch input {
    width: 100%;
    height: 28px;
    padding: 0;
    text-indent: 8px;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 4px;
    border: none;
}
.my-panels{
   height:auto!important;
}

.doughnutStyle {
    height:auto;
    width:auto;
}