﻿/* 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. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

::-webkit-scrollbar {
    width: 5px;
    height:5px;
    overflow-y: auto;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #1b6ec2;
    border-radius: 5px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #1861ac;
    }

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  background-color:aliceblue;
  overflow-x:hidden;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.mapcontainer {
    height: 100%;
    width: 100%;
    border-right: 1px solid #cbcbcb;
    border-left: 1px solid #cbcbcb;
    padding: 0;
}
/* Specific mapael css class are below
         * 'mapael' class is added by plugin
        */
.mapael .map {
    background-color: #b7d0ff;
    width: 100%;
    padding: 0;
}


/* For all zoom buttons */
.mapael .zoomButton {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #000;
    width: 20px;
    height: 20px;
    line-height: 15px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    position: absolute;
    top: 0;
    font-weight: bold;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin-bottom: 15px;
    margin-left: 5px;
    margin-top: 10px;
}

/* Reset Zoom button first */
.mapael .zoomReset {
    top: 30px;
}

/* Then Zoom In button */
.mapael .zoomIn {
    top: 10px;
}

/* Then Zoom Out button */
.mapael .zoomOut {
    top: 50px;
}

.mapael .mapTooltip {
    max-height: 200px;
    position: absolute;
    moz-opacity: 0.70;
    opacity: 0.80;
    filter: alpha(opacity=70);
    pointer-events: none;
    padding: 5px;
    max-width: 450px;
    display: none;
    color: white;
    z-index: 2;
}

.square {
    height: 35px;
    width: 35px;
    background-color: #555;
}

.btnLejant {
    position: absolute;
    z-index: 1;
    top: 80%;
    right: 0;
}

.sidepanel {
    width: 0;
    position: absolute;
    z-index: 1;
    height: 250px;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidepanel a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidepanel a:hover {
            color: #f1f1f1;
        }

    .sidepanel .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
    }

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

    .openbtn:hover {
        background-color: #444;
    }

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    position:absolute;
    bottom:15px;
    right:15px;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 25px;
        position: absolute;
        bottom: 15px;
        right: 25px;
    }
        .btn-circle.btn-lg::before {
            box-shadow: 0 0 36px 30px #1b6ec2;
            transform: scale(.7);
            opacity: .9;
        }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        font-size: 24px;
        line-height: 1.33;
        border-radius: 35px;
        position: absolute;
        bottom: 15px;
        right: 15px;
    }



