/* ----------------------------------------
 header
 -----------------------------------------*/

div#header {
    grid-row:1;
    background: #F5F5F5;
    border-bottom: solid 2px #47A7A3;
}

div#title {
    margin-left: 10px;
    float: left;
}

div#title {
    margin-left: 10px;
    float: left;
}

div#title img {
    height: 60px;
}
/*
div#subtitle {
    color: #0077BB;
    font-size: 20px;
    float: left;
    margin-top: 20px;
    margin-left: 5px;
    width: 200px;
}
*/
.subtitle{
    color: #0077BB !important;;
    font-size: 20px !important;;
}

/*
.dropdown-toggle, .dropdown-item {
    text-decoration: none;
    color: #0077BB !important;;
}
*/

/*
.nav-link {
    text-decoration: none;
    color: #0077BB !important;;
}
*/

.mcf-menu-item {
    text-decoration: none;
    color: #0077BB !important;;
    font-size: 18px;
}


div#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 16px;
}

div#copyright {
    width: 100%;
    min-height: 16px;
    background: #003366;
    text-align: center;
    font-size: 10px;
    color: #FFFFFF;
}

/* ----------------------------------------
 body
 -----------------------------------------*/

div#body {
    position: relative;
    width: 100%; /* rewrite by js */
    height: 100%; /* rewrite by js */
    z-index: 0;
    /* margin-top: 10px; */
}

div#road_map{
    margin-top: 10px;
    position: relative;
    width: 100%;     /* rewrite by js */
    height: 600px;   /* rewrite by js */
    z-index: 0;
}

div#station_map{
    position: relative;
    width: 100%;     /* rewrite by js */
    height: 640px;   /* rewrite by js */
    z-index: 0;
}

/* map message */
/*
.plannings-message-box {
    height: 40px;
    // width: 300px;
    position: absolute;
    bottom: 60px;
    left: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px;
    text-align: left;
}
*/


#road_plannings-result-box {
    height: 60px;
    /*width: 300px;*/
    position: absolute;
    bottom: 40px;
    left: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px;
    text-align: left;
    visibility: hidden;
}

.plannings-title {
    font-size: large;
}

.plannings-btn {
    margin-left: 10px;
}

/*
.plannings-help-message {
    color:red;
    font-size: medium;
}
*/

p {
    font-family: 'Open Sans';
    margin: 0;
    font-size: 13px;
}

.popup-item th, .popup-item td {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
}

.popup-item th {
    background-color: rgba(200, 200, 200, 0.9);
}

.popup-item-currency {
    text-align: right;
}


.toHomeButton {
    border-radius: 15px;
    padding: 5px;
    color: #FFFFFF;
    background-color: #0077BB;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
}

.toHomeButton:focus {
    outline: 0;
}

div#headerButtonContainer .toHomeButton a {
    text-decoration: none;
    color: #ffffff;
}
