#container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: 100%;
    font-family: 'Prompt', sans-serif !important;
}

#header {
    order: 0;
    flex-grow: 0;
    height: 100px;
    background: #62401A;
    /* background-image: linear-gradient(#865927, black); */
}

#content {
    order: 1;
    flex-grow: 1;
}

#inner-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    z-index: 1;
}

#logo-box{
    display: flex;
    justify-content: center;
}

#logo {
    width: 70px;
    height: 70px;
    background: url('../images/logodrr_small.png');
    background-size: contain;
    margin: 0px 25px 0px 25px;
}

#logo-name {
    font-size: 2.5em;
    color: white;
    font-weight: bold;
    margin-top: 14px;
}

#logo-subtitle{
    font-size: 0.5em;
    margin-top: 12px;
    font-weight: initial;
}

#user-container {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    height: 100%;
    padding: 10px;
    z-index: 1;
}

#user-inner {
    font-weight: bold;
    color: white;
    padding: 1px 8px;
    border-radius: 25px;
    font-size: 1.4em;
    border: 2px solid white;
}

#content {
    order: 1;
    flex-grow: 1;
    margin: 20px;
    display: flex;
    flex-direction: column;
    align-content: stretch;
}

#content .ui.tab {
    flex-grow: 1;
}

.inside-container {
    height: 100%;
}

#summary-road-container{
    height: 100%;
    width: 100%;
    position: absolute;
}

#header-background {
    position: absolute;
    right: 0;
    top: 0px;
    color: #ffffff0f;
    font-size: 70px;
    overflow: hidden;
    height: 100px;
    line-height: 85px;
    z-index: 0;
    margin-right: 14px;
    display: none;
}

.flex {
    display: flex;
}

.flex-fill{
    flex-grow: 1;
}

.pointer:hover {
    cursor: pointer;
}

.hide {
    display: none;
}

.center {
    text-align: center !important;
}

tr.pointer:hover{
    background: #fff8ef;
}

#user-option a{
    color: black;
}

#user-option .ui.button {
    color: white;
    background-color: initial;
    font-size: 18px;
    padding: 0.4em;
    line-height: 0.7em;
}

.ldmap_popup_detail{
    width: 300px !important;
    max-height: initial !important;
}