.sidenav {
    height: 70%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 63px;
    left: 0px;
    background-color: grey;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
    border-radius: 0px;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 40px;
        color: white;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #c9c9c9;
        }

    .sidenav .closebtn {
        position: absolute;
        top: -20px;
        right: 0px;
        font-size: 80px;
        margin-left: 0px;
    }

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

#AppTitle {
    text-align: left;
    font-size: 28px;
    color: orange;
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 10px;
}

.label {
    font-size: 20px;
    margin-left: 10px;
    margin-top: 5px;
    color: white;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 40px;
    float: left;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 30px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.menu {
    padding: 5px;
    border-style: solid;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: rgba(0,0,0,.5);
    border-width: 1px;
}

.stack-top {
    z-index: 9;
    top: 85%;
    left: 90%;
}

.cockpitContainer {
    position: absolute;
    height: 90%;
    width: 100%;
    left: 0px;
}

.flightMap {
    position: absolute;
    width: 98%;
    height: 82%;
    top: 150px;
    left: 10px;
    opacity: 0.9; /* for demo purpose  */
    border: solid;
}

.cockpitMap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.9; /* for demo purpose  */
}

.cockpitControl {
    position: absolute;
    top: 98%;
}

/*

.flight {
    text-align: center;
    margin-top: 10px;
}


.removeFlight {
    height: 40px;
    float: right;
    margin: 10px;
}
*/


.spanFlgiht {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.tableItems {
    width: 100%;
    background-color: gray;
    border-bottom-style: solid;
    border-bottom-color: gray;
}

.tableItemsRow {
    border: solid;
    border-color: white;
}

.tableItemsColumnTitle {
    width: 100%;
    vertical-align: middle;
    line-height: normal;
    height: 50px;
    color: white;
    font-size: 22px;
    text-align: left;
    padding-left: 10px;
}

.tableItemsColumn {
    width: 40px;
}

.tableItemsColumnImg {
    height: 40px;
    float: right;
    margin: 10px;
}

/*


.tableFlights {

    width: 100%;
    background-color: gray;
    border-bottom-style: solid;
    border-bottom-color: gray;
}

.tabelFlightsRow {
    border: solid;
    border-color: white;
}

.tableFlightsTitleColumn {
    width: 100%;
    vertical-align: middle;
    line-height: normal;
    height: 50px;
    color: white;
    font-size: 22px;
    text-align: left;
    padding-left: 10px;
}

.tableFlightsDeleteColumn {
    width: 40px;
    
}

*/

.numberOfFlights {
    font-size: 24px;
    margin-bottom: 15px;
}

.phoneBookTitle {
    width: 100%;
    color: white;
    display: block;
}

.labelContact {
    width: 100px;
}

/*
.tableContacts {
    width: 100%;
    background-color: gray;
    border-bottom-style: solid;
    border-bottom-color: gray;
}

.tableContactsRow {
    border: solid;
    border-color: white;
}

.tableContactsTitleColumn {
    width: 100%;
    vertical-align: middle;
    line-height: normal;
    height: 50px;
    color: white;
    font-size: 18px;
    text-align: center;
}

.tableContactsDeleteColumn {
    width: 40px;
}


 */

.containerMap {
    width: 100%;
    height: calc(100% - 50px);
    position: absolute;
    left: 0px;
}

.tableDiv {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0px;
}

.tableCockpit {
    width: 100%;
    height: 95%
}

.tableCockpitControlRow {
    width: 100%;
    margin-top: 10px;
    height: 50px;
}

.tableCockpitControlColumn {
    text-align: center;
    width: calc(25% - 2px);
    margin-left: -2px;
}

#watchFlight {
    margin-top: 10px;
}

[id^="OpenLayers_Control_Zoom_"] {
    margin-top: 200px !important;
}

.popup {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}

.popup-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 300px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.phoneBookLink {
    display: block;
    margin: 5px 0;
    text-decoration: none;
    color: blue;
}

