﻿/*
    Markham Winter Maintenance Portal StyleSheet
    August 2015
    Air Automotive Tracking
    http://www.aatracking.com
*/

body,
html {
    height: 100%;
    font-family: 'Open Sans', Arial, sans-serif;
}

.map-container {
    height: 100%;
    width: 100%;
}

.portal-header {
    padding: 0 0 5px 0;
}

.markham-logo {
    min-width: 180px;
    max-height: 155px;
}

.aat-logo {
    width: 55px;
    margin: -5px;
}

a,
.hover {
    cursor: pointer;
}

.no-margin {
    margin: 0;
    border: 0;
}

.no-padding {
    padding: 0;
    border: 0;
}

.no-border {
    border: 0;
}

.no-shadow {
    box-shadow: none;
}

.full {
    height: 100%;
}

.full-dynamic {
    height: 500px;
    /* fallback */
    height: calc(100% - 380px);
    min-height: 400px;
    max-height: 800px;
}

.sla-list {
    text-align: left;
    padding: 0 0 0 10px;
}

code {
    font-size: 16px;
    display: inline-block;
}

.banner .banner-address {
    font-size: 12.5px;
}

.banner .banner-copyright {
    font-size: 11.5px;
}

.banner em {
    font-size: 11px;
}

.bannerlist li {
    display: inline;
    list-style-type: none;
    font-size: small;
}

i.fa {
    margin-right: 10px;
}


/* toggle tabs within map header  */

.content-box-header {
    padding: 5px 10px 0 0;
    position: relative;
}

.content-box-header>.nav {
    font-size: 13px;
    border: 0 none;
    list-style: outside none none;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 1200px) {
    .content-box-header {
        text-align: right;
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .content-box-header {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .content-box-header>.nav {
        position: static;
    }
}

.weather-frame {
    height: 215px;
    width: 100%;
    border: none;
    overflow: hidden;
    display: block;
}

@media (max-width: 1600px) {
    .weather-frame {
        height: 245px;
    }
}

@media (max-width: 1500px) {
    .weather-frame {
        height: 275px;
    }
}

@media (max-width: 1400px) {
    .weather-frame {
        height: 295px;
    }
}


/* flat weather plguin overrides */

.weather-widget {
    padding: 5px;
}

.wiText {
    line-height: 2em !important;
}

.wiTemperature {
    width: 40% !important;
    font-size: 35px !important;
}

.wiIconGroup {
    width: 60% !important;
}

#maploaderDiv {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    background-color: white;
    opacity: 0.5;
}

#maploader {
    margin-left: 44%;
    margin-top: 30%;
}