﻿@charset "UTF-8";
/********************** @Font Face**********************/
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat'), local('Montserrat'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459WlhzQ.woff) format('woff') unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}


@font-face {
    font-family: 'Montserrat-SemiBold';
    font-style: normal;
    font-weight: 600;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2) format('woff2'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_bZF3gnD-A.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}

html, body {
    background-color: #fff !important;
}
body, form {
    font-family: "Montserrat",verdana,sans-serif;
    font-size: 12px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #5D5D61!important;
    text-decoration: none !important;
}

.nav-pills li a {
    background-color: #333 !important;
    color: white;
    margin: 2px;
}
.footer {
}

.logo {
    height: 40px;
}

h1 {
    font-family: 'Montserrat-SemiBold' !important;
    /*color: #EF4036;*/
}

h2 {
    font-family: 'Montserrat-SemiBold' !important;
}

.title2 {
    font-family: 'Montserrat-SemiBold',Arial, sans-serif;
    color:#000;
}

.title3 {
    font-family: 'Montserrat-SemiBold' !important;
}

h3 {
    font-family: 'Montserrat-SemiBold' !important;
}

h4 {
    font-family: 'Montserrat-SemiBold' !important;
}

.info-pnl div:first-child {
    font-family: 'Montserrat-SemiBold';    
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #00548e;
    outline: 0;
}

.help-title {
    font-family: 'Montserrat-SemiBold';
    font-size: 24px;
    color: white;
    position: absolute;
    top: 20px;
    left: 80px;
}

.copyright::after {
    content: "Fleet Complete";
}
