﻿/* 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: OpenSans-Regular;
    src: local(OpenSans-Regular),
    url(../fonts/OpenSans-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: OpenSans-SemiBold;
    src: local(OpenSans-SemiBold),
    url(../fonts/OpenSans-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: OpenSans-Bold;
    src: local(OpenSans-Bold),
    url(../fonts/OpenSans-Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
}


html,body{
    font-family: OpenSans-Regular;
}
h1 {
    font-family: OpenSans-Bold;
}

h2,h3,h4,h5{
    font-family: OpenSans-SemiBold;
}

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: 12px;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

.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;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


/* 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 (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.map {
    position: relative;
    height: 800px;
    width: 100%;
    outline: none;
    position: relative;
}

@media (min-width: 992px) {
    .col-topmargin {
        margin-top: 75px
    }
}

.validbox {
    height: 100px;
    background: #009900;
    text-align: center;
    align-content: center;
}

.invalidbox {
    height: 100px;
    background: #ff0000;
    text-align: center;
    align-content: center;
}

.gi-2x {
    font-size: 2em;
}

.gi-3x {
    font-size: 3em;
}

.gi-4x {
    font-size: 4em;
}

.gi-5x {
    font-size: 5em;
}

.centerstrong {
    text-align: center;
    font-weight: bold;
}

.arrow-icon {
    width: 14px;
    height: 14px;
}

.arrow-icon > div {
    margin-left: -1px;
    margin-top: -3px;
    transform-origin: center center;
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.none {
    display: none;
}

.card {
    margin-bottom: 10px;
}

.card-header .fa {
    transition: .3s transform ease-in-out;
}

.card-header .collapsed .fa {
    transform: rotate(90deg);
}

.cardboxstatespan {
    font-size: 56px;
    color: white;
    line-height: 1
}

.linebreak {
    margin-top: 1.5rem;
}

/* sticky button */
/* sticky button */

#feedback1 {
    height: 0px;
    width: 85px;
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 1000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#feedback1 a {
    display: block;
    background: url(pc.png) no-repeat;
    height: 52px;
    width: 155px;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
}

#feedback1 a:hover {
    background: url(pc-over.png) no-repeat;
}

#feedback {
    height: 0px;
    width: 85px;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 1000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#feedback a {
    display: block;
    background: #000;
    height: 52px;
    padding-top: 10px;
    width: 310px;
    text-align: center;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
}

#feedback a:hover {
    background: #00495d;
}

.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.info h4 {
    margin: 0 0 5px;
    color: #777;
}

/** Statistics Styles 2021.10.21 **/
.bootstrap-select.chartCalculation {
    display: flex !important;
    flex-shrink: 1;
    width: 123px !important;
}

/** Statistics Header **/
.card-header-wrapper {
    display: flex;
    align-items: center;
}

.loading-wrapper {
    display: inline-flex;
}

.loading {
    display: none;
    justify-content: flex-end;
}

.loading.show {
    display: inline-flex;
    margin-right: 1em;
}

.card-header-wrapper h5 {
    display: inline-flex;
    justify-self: center;
    margin-bottom: 0;
    flex-grow: 1;
}


/******** Statistic End **********/
/******** GeoPointRoute Start **********/
th.hidden,
td.hidden {
    display: none;
}
#routeOverview table tbody  tr:hover,
#routeOverview table tbody td:hover{
    cursor: pointer;
}
/* Scrollbar */
#routeOverview{
    overflow-y: scroll;
    scrollbar-color: #1b6ec2 white;
    scrollbar-width: thin;
}
#routeOverview::-webkit-scrollbar {
    width: 9px;               /* width of the entire scrollbar */
}

#routeOverview::-webkit-scrollbar-track {
    background: white;        /* color of the tracking area */
}

#routeOverview::-webkit-scrollbar-thumb {
    background-color: #1b6ec2;    /* color of the scroll thumb */
    border: 3px solid white;  /* creates padding around scroll thumb */
}
/******** GeoPointRoute End **********/
