.appTitle {
    font-size: 110%; 
    font-family: 'Oswald', sans-serif, Rockwell;
    color: white; 
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}

p {
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open+Sans', sans-serif;
}

.error {
    color: red;
}

.error2 {
    color: #EEA2AD;
    border: 1px solid red;
}

#loadingDiv, .loadingDiv{
    top: 50%;
    left: 50%;
    width:200px;
    height:20px;
    margin-top: -100px; /*set to a negative number 1/2 of your height*/
    margin-left: -10px; /*set to a negative number 1/2 of your width*/
    /*border: 1px solid #ccc;*/
    /*background-color: #f3f3f3;*/
    position: fixed;
    z-index: 50000;
}

#popup {
    display: none;
    border-radius: 5px;
    border: 2px solid #73AD21;
    background-color: #D1EEEE;
    font-size: 75%;
    font-family: 'Oswald', sans-serif;
    padding: 5px;
}

.inputstl { 
    padding: 9px; 
    border: solid 1px #0077B0; 
    outline: 0; 
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #C6ECFF), to(#FFFFFF)); 
    background: -moz-linear-gradient(top, #FFFFFF, #C6ECFF 1px, #FFFFFF 25px); 
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
} 

.focused {
    background-color: #d9edf7;
    /*color: #fff;*/
    font-weight: 600;
}
.unfocused {
    background-color: #fff;
    color: #000;
}

.map {               
    width: 100%;
    height: 100%;
    /*height: 80vh;*/
    /*position: fixed;*/
}
.full-map {               
    width: 100%;
    height: 100%;
    height: 99vh;
    /*position: fixed;*/
}
.FirefoxAndroid .pac-container .pac-item:first-child { 
    margin-top: 20px;
}
#info {
    /*position: absolute;*/
    /*height: 10px;*/
    display: none;
    padding: 3px; 
    margin-top: 0px;
    margin-bottom: 0px;
    border: 1px #8DB6CD solid;
    border-radius: 5px;
    width: 100%;
    z-index: 100;
    font-size: 90%;
    /*width: 500px; */
    /*text-align: center; */
    color: #006400; 

}

legend a {
    color: inherit;
}
legend.legendStyle {
    padding-left: 5px;
    padding-right: 5px;
}
fieldset.fsStyle {
    font-family: Verdana, Arial, sans-serif;
    font-size: small;
    font-weight: normal;
    /*border: 1px solid #999999;*/
    border: solid 1px #0077B0; 
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #C6ECFF), to(#FFFFFF)); 
    background: -moz-linear-gradient(top, #FFFFFF, #C6ECFF 1px, #FFFFFF 25px); 
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
    padding: 0px 4px;
    margin: 1em;
}
legend.legendStyle {
    font-size: 90%;
    color: #888888;
    background-color: transparent;
    font-weight: bold;
}
legend {
    width: auto;
    border-bottom: 0px;
}

#aircraftId {
    width: 100%; 
    margin-top: 0.5em; 
    margin-bottom: 0.3em; 
    font-size: 100%; 
    font-family: 'Helvetica Narrow','Arial Narrow',Tahoma,Arial,Helvetica,sans-serif;
}

/*table.details tr{
    height: 10px;
}*/
table.details td{
    padding-top :0px !important;
    padding-bottom: 0px !important;
}


