/* Optional: Makes the sample page fill the window. */
html{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
body{
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
#map-container{
    position: fixed;
    display: block;
    width: 100%;
    height: 95%;
}

/* Always set the map height explicitly to define the size of the div
  * element that contains the map. */

#map {
    width: 100%;
    height: 100%;
}

#navPanel {
    position: relative;
    z-index: 1000;
    margin: 0;
    padding:0;
    width: auto;
    height: auto;
    box-shadow: 5px 5px 5px grey
}
#loader-container{
    position: absolute;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(188, 188, 188, 0.6);
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 2001;
    top: 0;
    left: 0;
}

#loader {
    position: relative;
    display: block;
    width: 30%;
    height: auto;
    margin: 0;
    padding: 0;
    z-index: 2002;
}

.hide-loader{
    display: block;
}

.alert{
    margin-bottom: 10px !important;
}
#alert-container{
    position: absolute;
    display: flex;
    flex-direction:column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    left: 30%;
    width: 40%;
    height:auto;
    margin: 0;
    padding: 0;
    z-index: 1999;

}
.alert-position{
    position: relative;
    display:block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;

}
#drivers-container{
    position: absolute;
    z-index:999;
    margin:2px;
    padding:5px;
    width:100%;
    height:auto;
}
.drivers{
    float:right;
    margin:2px;
}


#snapshotImg {
    position: absolute;
    margin:10px 10px;
    border:2px solid white;
    padding: 0;
    width: auto;
    height: auto;
    diplay: none;
    z-index: 1200;
}
input[type="file"] {
    position: absolute;
    visibility: hidden;
    width: 0;
    height: 0;
    top:0;
    left:0;
}

video {
    position: absolute;
    margin:10px 10px;
    border:2px solid white;
    box-shadow: 5px 5px 5px grey;
}

.ui-effects-transfer {
    border: 1px dotted black;
}
