﻿@media screen and (min-width:768px) and (max-width:991px) {
    body {
        margin-top: 100px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    body {
        margin-top: 25px;
    }
}

body {
    padding-top: 75px;
    padding-bottom: 20px;
    margin-right: 10px;
    margin-left: 10px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 25px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.navbar {
    background-color: rgb(255, 221, 0);
    border: none;
}

.navbar-inverse .navbar-brand {
    color: rgb(0, 58, 120);
}

.navbar-inverse .navbar-nav > li > a {
    color: rgb(0, 58, 120);
}

th {
    background-color: rgb(255, 221, 0);
    padding-right: 3px;
}

.newDay {
    background: #ededed;
}

.ingridTable {
    font-size: 12px;
    font-family: "Lato", Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    padding: 2px;
}

    .ingridTable thead tr th {
        background: white;
        border-bottom: 1px solid lightgray;
        position: sticky;
        top: 30px;
    }

.InGridHeader {
    font-family: "Lato", Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    background: white;
    position: sticky;
    top: 0px;
    font-size: 16px;
    margin: 0;
    padding-left: 5px;
    height: 30px;
}

.InGridStrickyTableHeader {
    position: sticky;
    top: 20px;
}

.InGridHeader .title {
    margin-bottom: 0;
    display: inline-block;
    font-size: 16px;
}

.InGridHeader .info {
    font-size: 16px;
    padding-left: 20px;
    display: inline-block;
}

.ingridTable tbody tr td {
    padding: 2px;
    font-size: 12px;
}

.placeRight {
    float: right
}

.inGridOldRow {
    color: #c2c2c2;
}

.inGridTimingPointRow {
    font-weight: 800;
}

.inGridInfoLine p, inGridInfoLineNoInfo p {
    margin: 0;
    color: black;
}

.inGridInfoLine {
    border-bottom: 1px solid lightgray;
    padding: 2px;
    margin: 0;
    padding-left: 10px;
    color: gray;
    font-size: 12px;
    text-align: left;
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: 100px auto;
}

.inGridInfoLineNoInfo {
    border-bottom: 1px solid lightgray;
    padding: 2px;
    margin: 0;
    padding-left: 10px;
    color: lightgray;
    font-size: 12px;
    text-align: left;
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: 100px auto;
}

.ingridErrorCicle {
    height: 14px;
    width: 14px;
    border-radius: 7px;
    background: red;
    border: 2px solid darkred;
    display: inline-block;
}

.ingridCorrectCicle {
    height: 14px;
    width: 14px;
    border-radius: 7px;
    background: lightgreen;
    border: 2px solid green;
    display: inline-block;
}

.inGridAureliaTableDesign {
    background: white;
    text-align: right;
    border-top: 1px solid lightgray;
    margin-top: 4px;
}

    .inGridAureliaTableDesign .th {
        height: 50px;
        background: white;
    }

.ingridAllwaysRed {
    background: #f7e5e5;
}

    .ingridAllwaysRed .time {
        display: inline-block;
        padding: 2px 5px;
    }

    .ingridAllwaysRed .late {
        background: rgb(201,67,67);
        color: white;
    }

.clickable {
    cursor: pointer;
}

.alignLeft {
    text-align: left;
}

.googleMapButton {
    height: 40px;
    width: 40px;
    border-radius: 2px;
    padding-left: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    background: rgb(255, 255, 255);
    color: rgb(68, 68, 68);
    transition: 0.1s;
}

.googleMapButton:hover {
    height: 40px;
    width: 40px;
    border-radius: 2px;
    padding-left: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    background: rgb(235, 235, 235);
    color: black;
    transition: 0.1s;
}

.trackMapHeaderText {
    display: inline;
    font-family: Lato, Calibri, Candara, Segoe, sans-serif;
    color: #8a740c;
    font-size: 20px;
    font-weight: 400;
}

.trackMapHeaderValue {
    display: inline;
    font-family: Lato, Calibri, Candara, Segoe, sans-serif;
    color: black;
    font-size: 20px;
    font-weight: 400;
    margin-right: 5px;
}


#loader {
    margin: 25vh auto 0;
    display: block;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #FFDD00;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

.spin {
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

.errorPageBtn {
    padding: 20px 50px;
    margin-top: 50px;
    border: none;
    border-radius: 3px;
    background: #337ab7;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    transition: 0.1s;
}


    .errorPageBtn:hover {
        background: #9a9a9a;
        transition: 0.1s;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}
