/*
This file is part of Flight Plotter.


    Flight Plotter is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    Flight Plotter is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with Flight Plotter.  If not, see <https://www.gnu.org/licenses/>.
*/
/* 
    Created on : 11 Nov. 2021
    Author     : artur
*/

[v-cloak] {
  display: none;
}

.site-labels    {
    padding: 0px !important;
}

.modal {
    display: none;
    overflow-y: auto;
    max-height: 80vh;
    width: 300px !important;
    max-width: 55vw !important;
    padding: 15px;
    position: fixed;
    z-index: 3;
    left: 5vw !important;
    top: 5vh !important;
    background: white;
    box-sizing: border-box;    
}

.modalInstr {
    left: 10%;
    top: 5%;
    max-height: 80vh;
    max-width: 80vw !important;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 0%;
    padding: 8px;
    width: 100%;
    height: 100%;
    font-size: 1rem;
}

.close {
    float: right;
}