#logo {
    width: 300px;
    height: 100px;
    float: left;
    position: relative;
}

#logo_olive {
    float: left;
    height: 100px;
}

#logo_name {
    height: 35px;
    margin-left: 15px;
    margin-top: 33px;
}

#mapSelector {
    float: left;
}

#press_filter {
    width: 800px;
    height: 100px;
    overflow: hidden;
}

#pressfilter_map {
    width: 100%;
    margin-top: 3px;
}

.longLabel label {
    bottom: 0.5em;
    font-size: 8px;
    position: relative;
}

#pressType {
    float: left;
    width: 400px;
    margin: 5px 20px 5px 5px;
}

#toggle_pressType {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 2px;
}

.choice_item {
    float: left;
    width: 50px;
}

#pressfilter_altitude_min,
#pressfilter_altitude_max {
    width: 50px;
}

#pressfilter_altitude_unknown {
    display: inline;
}

#pressfilter_apply_filter {
    margin-top: 10px;
    float: right;
}

#pressfilter_country {
    display: block;
    margin-top: 3px;
    float: left;
}

label[for=pressfilter_sites] {
    display: block;
    float: left;
    padding: 4px 0 0 5px;
    width: 295px;
}

.uni_width_btn {
    min-width: 96px;
}

#goHome {
    margin-right: 40px;
}

.statusInfo {
    color: #78756a;
    float: right;
    font-size: 10px;
    margin: 5px 10px 0 0;
}

#site_list {
    width: 300px;
    height: 400px;
    background-color: #eee;
    float: left;
}

#site_list select {
    width: inherit;
    height: inherit;
}

#map-canvas {
    height: 400px;
    width: 800px;
    margin: 0px;
    padding: 0px;
}

/* lower menu */

.tool_menu {
    background-image: url("/bundles/app/images/menu_bg.png");
    background-size: contain;
    min-height: 20px;
    position: relative;
    overflow: hidden;
}

.tool_menu>button {
    font-size: 12px;
}

/* solution: http://stackoverflow.com/questions/11716330/how-to-expand-input-field-to-100-of-the-parent */
form#searchSite {
    width: 300px;
    position: relative;
    float: left;
    margin-top: 1px;
}

label[for=searchSite_goToSite] {
    font-size: 12px;
    position: absolute;
    top: 2px;
    left: 2px;
}

#goToSiteInputAndGo {
    position: relative;
}

#goToSiteInputAndGo>div {
    margin-left: 77px;
    margin-right: 35px;
}

#searchSite_goToSite {
    padding: 0;
    width: 100%;
    font-size: 12px;
}

#searchSite_goToSiteBtn {
    font-size: 10px;
    padding: 0 1px;
    position: absolute;
    right: 0;
    top: 0;
}

.ui-autocomplete {
    font-size: 10px;
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
    height: 100px;
}

.ui-dialog {
    font-size: 12px;
    color: #444;
}

.ui-dialog-titlebar {
    font-size: 14px;
    padding: 5px 15px;
}

#selectMap_dialog ul {
    margin: 0;
    text-decoration: underline;
    cursor: pointer;
    color: #777;
    list-style-type: none;
    padding-left: 7px;
}

#selectMap_dialog li:hover {
    color: #000;
}

#selectMap_dialog {
}

#unfoldAll {
    margin-left: 30px;
}

#markersShow {
    margin-left: 150px;
}

#foldAll, #unfoldAll {
    width: 90px;
}

/* press list */

#press_complex_list {
    width: 1100px;
    height: auto;
    background-color: #ddd;
    overflow: hidden;
    font-size: 80%;
}

#press_complex_list dl{
    margin: 0;
}

#press_complex_list dt{
    float: left;
    margin-right: 10px;
    color: #78756a;
    text-align: right;
    width: 150px;
}

#press_complex_list dd {
    margin-left: 63px;
    display: -webkit-flex; /* Safari */
    display: flex;
}

.tableLike div {
    overflow: hidden;
}

.firstInGroup {
    margin-top: 10px;
}

div.gm-style {
    background-color: #f0ebd4;
}

#content {
    border-right: 1px solid white;
}

#content hr {
    height: 1px;
    color: #d3d3d3;
    border-top: 1px solid #ddd;
    border-bottom: 2px solid #eee;
    margin: 0;
}

#press_complex_list h3 {
    padding-bottom: 0.1em;
    padding-top: 0.1em;
}

td.typeName {
    width: 7em;
}

#pressTypeLabel {
    cursor: help;
}
