﻿img.ej-logo {
    width: 100px;
    height: 100px;
}
img.ej-logo-36 {
    width: 36px;
    height: 36px;
}

.error-list ul {
    padding: 0;
}

.error-list li {
    list-style-type: none;
}


.tracker-infowindow {
    font-family: "Work Sans",sans-serif;
    margin: 5px;
}


    .tracker-infowindow h2 {
        font-size: 14px;
        margin-top: 4px;
        margin-bottom: 4px;
        color: black;
    }

    .tracker-infowindow h3 {
        font-size: 12px;
        margin-top: 4px;
        margin-bottom: 4px;
        color: black;
    }

    .tracker-infowindow h4 {
        font-size: 12px;
        margin-top: 4px;
        margin-bottom: 4px;
        font-weight: normal;
        color: black;
    }

        .tracker-infowindow h4 span {
            font-weight: bold;
            color: black;
        }

.markerlabel {
    color: #333;
    background-color: white;
    font-size: 12px;
    font-family: "Work Sans",sans-serif;
    text-align: center;
    width: 120px;
    border: 1px solid #1dae0e;
    /* white-space: nowrap; */
    padding: 6px 2px;
    border-radius: 3px;
    max-height: 66px;
    word-break: break-word;
}

.applications-heading {
    padding: 4px !important;
}

.tracker-label span {
    display: block;
}

.dark-layout .tracker-infowindow { 
}

.dark-layout .gm-style-iw {
    color: black;
}


.dark-layout #toast-container .toast {
    background-color: #283046;
    color: #B4B7BD !important;
    border: 1px solid;
}

.btn-spinner{
    height: 20px;
    width: 20px;
}