﻿/* 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;
}

/* 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 {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: museo-sans,sans-serif;
    -webkit-font-smoothing: antialiased;
}
.footer {
  position: absolute;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
/* Map Box
-------------------------------------------------- */
.map {
    width: 100%;
    height: calc(100vh - 137px);
}
.results-map {
    width: 100%;
    height: 35vh;
}
/* Cover
-------------------------------------------------- */
.cover {
    padding: 0 1.5rem;
    color: #ffffff;
}

.cover .btn-lg {
    padding: .75rem 1.25rem;
    font-weight: 700;
}
/* Links */
a,
a:focus,
a:hover {
    color: #fff;
}

/* Custom default button */
.btn-second,
.btn-second:hover,
.btn-second:focus {
    color: #333;
    text-shadow: none; /* Prevent inheritance from `body` */
    background-color: #fff;
    border: .05rem solid #fff;
}

/* Custom default button */
.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
    text-shadow: none; /* Prevent inheritance from `body` */
    background-color: #007bff;
    border: .05rem solid #007bff;
}
/* Features
-------------------------------------------------- */
.product-device {
    position: absolute;
    right: 10%;
    bottom: -30%;
    width: 300px;
    height: 540px;
    background-color: #333;
    border-radius: 21px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.product-device::before {
    position: absolute;
    top: 10%;
    right: 10px;
    bottom: 10%;
    left: 10px;
    content: "";
    background-color: rgba(255, 255, 255, .1);
    border-radius: 5px;
}

.product-device-2 {
    top: -25%;
    right: auto;
    bottom: 0;
    left: 5%;
    background-color: #e5e5e5;
}

.flex-equal > * {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
}

@media (min-width: 768px) {
    .flex-md-equal > * {
        -ms-flex: 1;
        -webkit-box-flex: 1;
        flex: 1;
    }
}
/* map-overlay
-------------------------------------------------- */
.map-overlay {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 10px;
}

.map-overlay .legend .bar {
    height: 10px;
    width: 100%;
    background: linear-gradient(to right, rgb(33,102,172), rgb(103,169,207), rgb(209,229,240), rgb(253,219,199), rgb(239,138,98), rgb(178,24,43));
}
/* chart
-------------------------------------------------- */
.chart {
    width: 100%;
    height: calc(100vh - 250px);
}
/* Dashboard
-------------------------------------------------- */
.border-left-flow-time {
    border-left: .25rem solid #FBB040 !important;
}
.border-left-total {
    border-left: .25rem solid #093E52 !important;
}
.border-left-throughput {
    border-left: .25rem solid #F1614E !important;
}
.text-flow-time {
    color: #FBB040 !important;
}
.text-total {
    color: #093E52 !important;
}
.text-throughput {
    color: #F1614E !important;
}
/* Applications
-------------------------------------------------- */
.no-left-padding {
    padding-left: 0 !important;
}
.border-left-IoT {
    border-left: .25rem solid #FF8A3D !important;
}
.border-left-CV {
    border-left: .25rem solid #009CA6 !important;
}
.border-left-Transport {
    border-left: .25rem solid #D62598 !important;
}
.border-left-MTO {
    border-left: .25rem solid #7B57CB !important;
}
.text-IoT {
    color: #FF8A3D !important;
}
.text-CV {
    color: #009CA6 !important;
}
.text-Transport {
    color: #D62598 !important;
}
.text-MTO {
    color: #7B57CB !important;
}
/* Transport
-------------------------------------------------- */
.TitleHeading {
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: #262626;
}
.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 0;
    font-size: 90%;
    color: #dc3545;
}
