/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper>.container {
    padding-right: 0;
    padding-left: 0;
}

.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-wrapper .navbar .container {
    width: auto;
}

.navbar-default.affix {
    padding: 0;
    /* Add additional styles here for the COLLAPSED state */
}

/*--*/

body {
    background-color: #000;
}

.modal-map {
    width: 100%;
    height: 300px;
}

html,
body,
.map {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.search-form .form-group {
    float: right !important;
    transition: all 0.35s, border-radius 0s;
    width: 32px;
    height: 32px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 25px;
    border: 1px solid #ccc;
}

.search-form .form-group input.form-control {
    padding-right: 20px;
    border: 0 none;
    background: transparent;
    box-shadow: none;
    display: block;
}

.search-form .form-group input.form-control::-webkit-input-placeholder {
    display: none;
}

.search-form .form-group input.form-control:-moz-placeholder {
    /* Firefox 18- */
    display: none;
}

.search-form .form-group input.form-control::-moz-placeholder {
    /* Firefox 19+ */
    display: none;
}

.search-form .form-group input.form-control:-ms-input-placeholder {
    display: none;
}

.search-form .form-group:hover,
.search-form .form-group.hover {
    width: 100%;
    border-radius: 4px 25px 25px 4px;
}

.search-form .form-group span.form-control-feedback {
    position: absolute;
    top: -1px;
    right: -2px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #3596e0;
    left: initial;
    font-size: 14px;
}

.navbar {
    margin-bottom: 0;
}

/*
.search {
    border-radius: 0 0 2px 10px;
}
*/

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cccccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #00FF00;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.login_modal_footer {
    margin-top: 5px;
}

.login_modal_header .modal-title {
    text-align: center;
    font-family: 'Philosopher', sans-serif;
}

.form-group {
    position: relative;
}

.form-group .login-field-icon {
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 3px;
    transition: all 0.25s ease 0s;
    padding-top: 2%;
}

.login-modal {
    width: 100%;
    padding-bottom: 20px;
}

.login_modal_header,
.login_modal_footer {
    background: #101010 !important;
    color: #fff;
}

.modal-register-btn {
    margin: 4% 33% 2% 33%;
    width: 100%;
}

.login-modal input {
    height: 40px;
    box-shadow: none;
    border: 1px solid #ddd;
}

.modal-body-left {
    float: left;
    width: 50%;
    padding-right: 4%;
    border-right: 4px solid #ddd;
}

.modal-body-right {
    float: right;
    width: 47%;
}

.login-link {
    padding: 0 20%;
}

.modal-social-icons {
    padding: 0 10%;
}

.facebook,
.twitter,
.google,
.linkedin {
    width: 100%;
    height: 40px;
    padding-top: 2%;
    margin-top: 2%;
}

.modal-icons {
    margin-left: -10px;
    margin-right: 20px;
}

.google,
.google:hover {
    background-color: #dd4b39;
    border: 2px solid #dd4b39;
    color: #fff;
}

.twitter,
.twitter:hover {
    background-color: #00aced;
    border: 2px solid #00aced;
    color: #fff;
}

.facebook,
.facebook:hover {
    background-color: #3b5999;
    border: 2px solid #3b5999;
    color: #fff;
}

.linkedin,
.linkedin:hover {
    background-color: #007bb6;
    border: 2px solid #007bb6;
    color: #fff;
}

#social-icons-conatainer {
    position: relative;
}

#center-line {
    position: absolute;
    right: 270.7px;
    top: 80px;
    background: #ddd;
    border: 4px solid #DDDDDD;
    border-radius: 20px;
}

.modal-login-btn {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
}

#modal-launcher {
    margin: 30% 0 0 30%;
}

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
    background-color: #F56505;
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
    background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
    background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
    color: #fff;
}

a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
}

.social-circle li i {
    margin: 0;
    line-height: 50px;
    text-align: center;
}

.social-circle i {
    color: #fff;
}

.ol-zoom {
    left: unset;
    right: 0.5em;
    top: 4.5em;

}

.ol-mycontrol {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    padding: 2px;
    position: absolute;
    width: 300px;
    top: 5px;
    left: 40px;
}

.ol-control button {
    background-color: rgba(0, 0, 0, .5);
}

.ol-attribution ul {
    font-size: 1.0em;
}

.ol-locate {
    right: 0.5em;
    top: 9em;
}

.full-map {
    width: 100%;
    height: 100%;
    position: fixed;
}

.sidebar-right {
    height: 100%;
    /* 100% Full-height */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Stay on top */
    top: 0;
    right: 0;
    background-color: #111;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
    display: inline;
}

/* The navigation menu links */


.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 300px;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
    display: inline;
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}


.sidenav label {
    color: #000000;
    padding-left: 60px;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover,
.offcanvas a:focus {
    color: #000;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 50px;
    right: 0px;
    font-size: 36px;
    margin-left: 210px;
    color: 'grey';
    z-index: 1;
}

.sidenav .openbtn {
    left: 25px;
}


/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.glyphicon-menu-hamburger {
    font-size: 30px;
    top: 60px;
    color: #fff;
    background-color: rgba(0, 0, 0, .5)
}

.sidenav2 {
    height: 0;
    /* 100% Full-height */
    width: 100%;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
    display: inline;
}

#ndviDIV {
    transition: height .5s;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 250px;
    text-align: center;
    background-color: black;
    display: none;
}

.gchart {
    position: absolute;
    bottom: 0;
    width: 95%;
    height: 250px;
    background-color: black;
    display: none;
}

.ndvicsvbtn {
    position: absolute;
    right: 0;
    bottom: 0%;
    height: 280px;
    text-align: center;
    display: none;
}

.ndviclosebtn {
    position: absolute bottom;
    right: 50px;
    font-size: 50px;
    color: white;
    background-color: black;
    top: 0;
    right: 0;

}

.loader {
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.ol-popup {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 400px;
}

.ol-popup:after,
.ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}

.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}

.ol-popup-closer:after {
    content: "x";
}

.i-circle {
    background-color: grey;
    color: #fff;
    padding: 2px 11px;
    border-radius: 50%;
    font-size: 17px;
    cursor: pointer;
}

.i-circle.active {
    background-color: green;
}

.i-circle.inactive {
    background-color: grey;
}

.line-chart {
    border: 1px solid lightgray;
}

.axis {
    font: 10px sans-serif;
}

.axis path,
.axis line {
    fill: none;
    stroke: #D4D8DA;
    stroke-width: 2px;
    shape-rendering: crispEdges;
}

.line {
    fill: none;
    fill-opacity: 0.2;
    stroke: #3399ff;
    stroke-width: 3px;
}

.overlay {
    fill: none;
    pointer-events: all;
}

.focus circle {
    fill: grey;
    fill-opacity: 0.2;
    stroke: #ff9933;
    stroke-width: 3px;
}

.hover-line {
    stroke: #ff0000;
    stroke-width: 2px;
    stroke-dasharray: 3, 3;
}

.ol-scale-line {
    left: 50%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0)
}

.logo {
    position: absolute;
    right: 0;
    bottom: 3em;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.mouseposition {
    position: absolute;
    color: white;
    font-size: 11px;
    left: 60%;
    bottom: .4em;
    background-color: rgba(0, 0, 0, 0.2);
}

.ol-scale-line {
    background: rgba(0, 0, 0, 0.2);
}

.just-padding {
    padding: 1px;
}

.list-group.list-group-root {
    padding: 0;
    overflow: hidden;
}

.list-group.list-group-root .list-group {
    margin-bottom: 0;
}

.list-group.list-group-root .list-group-item {
    border-radius: 0;
    border-width: 1px 0 0 0;
    padding-left: 5px;
    font-size: medium;
}

.list-group.list-group-root>.list-group-item:first-child {
    border-top-width: 0;
    padding-left: 5px;

}

.list-group.list-group-root>.list-group>.list-group-item {
    padding-left: 20px;
}

.list-group.list-group-root>.list-group>.list-group>.list-group-item {
    padding-left: 20px;
}

.list-group-item .glyphicon {
    margin-right: 5px;
}

.navbar-brand {
    padding: unset;
}

.google-visualization-tooltip {
    width: 150px !important;
    border: none !important;
    border-radius: 21px !important;
    background-color: rgb(255, 50, 230) !important;
    position: absolute !important;
    box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75) !important;
    background: -moz-linear-gradient(30deg, rgb(30, 50, 230) 30%, rgb(90, 140, 250) 70%) !important;
    background: -webkit-linear-gradient(30deg, rgb(30, 50, 230) 30%, rgb(90, 140, 250) 70%) !important;
    background: -o-linear-gradient(30deg, rgb(30, 50, 230) 30%, rgb(90, 140, 250) 70%) !important;
    background: -ms-linear-gradient(30deg, rgb(30, 50, 230) 30%, rgb(90, 140, 250) 70%) !important;
    background: linear-gradient(120deg, rgb(30, 50, 230) 30%, rgb(90, 140, 250) 70%) !important;
    font-size: 10px !important;

}

div.google-visualization-tooltip>ul>li>span {
    color: #ff0000 !important;
}

#infodiv {
    position: absolute;
    z-index: 9;
    background-color: #f1f1f1;
    border: 1px solid #d3d3d3;
    text-align: center;
}

#infodivheader {
    padding: 10px;
    cursor: move;
    z-index: 10;
    background-color: #2196F3;
    color: #fff;
}

.toolbar {
    margin-top: 8px;
}

#divTbl {
    transition: height .5s;
    position: absolute;
    bottom: 0;
    left: 350px;
    width: 80%;
    height: 300px;
    background-color: white;
    display: none;
    overflow: auto;
}