﻿
.header-title .btn:last-child {
    margin-right: 0px !important;
}

.flightcoordinates {
    margin-bottom: 60px;
}

.maincontent {
    padding: 29px 31px;
    margin: 35px 15px;
    background: #1E1E1E;
    border-radius: 8px;
    max-width: 1220px;
    position: relative;
}

.alert-primary {
    background: #327a58;
    color: white;
    border-color: #327a58;
    font-size: 16px;
}

.alert-primary img {
    width: 24px;
    margin-right: 9px;
}

.btn-outline-secondary {
    border-color: #fff;
    color: #fff;
    font-size: 16px;
}

.btn-white {
    background: #fff;
}

.btn-white:hover {
    background: #1C1C1C;
    border: 1px solid white;
    color: #fff;
}

.alt-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F5CD80;
    border-radius: 4px;
    padding: 10px 20px;
    max-height: 40px;
}

.alt-banner p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

table.GoogleMapCoordinates td {
    width: 100%;
}

.LatLng {
    max-width: 400px;
    margin-left: auto;
}

.flight-req {
    position: relative;
}

.comms-part {
    position: fixed;
    bottom: 40%;
    right: 40px;
    z-index: 99;
    cursor: pointer;
}

.comms {
    width: 54px;
    height: 54px;
    background: #EAEAEA;
    border: 1px solid #5E5E5E;
    clip-path: circle();
    display: flex;
    align-items: center;
    justify-content: center;
}

.comms p {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.maptoolbar {
    color: #000;
}

.info-icon {
    height: 16px;
    width: 16px;
}

.nav-tab-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-tab-section .btn {
    height: 40px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

.nav-tab-section .btn img {
    height: 19px;
    width: 19px;
}

#yesRadio,
#noRadio {
    min-height: 16px !important;
    width: 20px;
    margin-right: 8px;
}
.pac-container {
    background-color: #fff;
    position: absolute !important;
    z-index: 99999;
    border-radius: 2px;
    border-top: 1px solid #d9d9d9;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 6px rgb(0 0 0 / 30%);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 0px !important;
    /* top: 265px; */
}
.zonesContainer {
    display: flex;
    background-color: black;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.zonesContainer>div {
    flex: 1;
    margin: 5px;
    padding: 12px;
    text-align: center;
    cursor: pointer;
}

#aviationzonesbtndropdown .alert-warning {
    background: #F5CD80;
}

#aviationzonesbtndropdown .alert-warning span {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
}

#aviationzonesbtndropdown_ul .alert-dark span {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
}

#aviationzonesbtndropdown_ul {
    max-height: 255px;
    min-height: 255px;
    overflow-y: auto;
    margin-top: 12px;
}

#aviationzonesbtndropdown_ul::-webkit-scrollbar {
    width: 5px;
}

#dropdownBtnRightCol {
    display: flex;
    justify-content: end;
}

#dropdownBtnRightCol div {
    cursor: pointer;
}

#btnshowhidecoordinates {
    font-size: 12px;
}

#btnSatellite .btn-secondary {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

*#btnSatellite .dropdown-menu {
    min-width: 0rem !important;
    background-color: transparent;
    border: 0px solid rgba(0, 0, 0, .15) !important;
}

.dropdown-item {
    background-color: black;
    border-radius: 29px;
    border: 1px solid #5e5e5e;
    padding: 7px;
    margin-bottom: 5px;
}

#zoomContainer>div.button_text.zoomText {
    display: none
}

.zoomBtn {
    background: black;
    border-radius: 29px;
    border: 1px solid #5e5e5e;
    color: #fff;
    cursor: pointer;
    margin-right: 4px;
    margin-bottom: 7px;
    padding: 7px;
    width: 50px;
    height: 50px;
}

#legentBar ul li {
    font-size: 16px;
}

.zoomBtn:hover {
    color: white;
}

div#zoomContainer {
    position: absolute;
    bottom: 100px;
    right: 0.5%;
    width: 42px;
}

.zoomText {
    text-align: center;
    color: #0064EB;
}

#btnSatellite {
    cursor: pointer;
    display: inline-block;
    position: relative;
    right: -1px;
    z-index: 0;
}

#btnSatellite .dropdown-item {
    width: 50px;
    height: 50px;
    text-align:center;
}

    #btnSatellite .dropdown-item img {
        min-width: 22px !important;
        padding-top: 5px;
    }

#polygonlatlng{
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}


@media(min-width:1700px) {
    .maincontent {
        max-width: 100%;
    }
}