﻿body {
}

.user-devices-background {
    width: 100%;
    height: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.user-devices-container {
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.navigation-container {
    width: 100%;
    background-color: #1e2833;
    flex-direction: row;
}

.devices-table-container {
    width: 100%;
    min-height: 85%;
}

.version-container {
    width: 100%;
    height: 5%;
}

.navigation-left {
    width: 40%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.devices-table {
    width: 100%;
    height: 85%;
    color: white;

    /* border-radius: 16px; */
}

.version-text {
    font-family: 'Courier New';
    color: white;
    font-size: 12px;
}

#devices-table, th, td {
    border-collapse: collapse;
}

.map {
    width: 100%;
    height: 700px;
}

#map:focus {
    outline: #4A74A8 solid 0.15em;
}

.modal-map {
    max-width: 90%;
}

.gps_copy {
    white-space: nowrap;
}

.popover {
    max-width: 100%;
}

.forgoogle {
    display: none;
}
