body {
    overflow-y: scroll;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
} 

svg {
    width: 0px;
    height: 0px;
}

#viewSetting_line {
    position: relative;
    width: 1000px;
    max-width: 95%;
    margin: auto;
    padding-top: 0.5em;
    display: flex;
    justify-content: flex-start;
    height: 1.8em;
}
#viewSetting_line * {
    margin-right: 0.5em;
}

#page_content {
    position: relative;
    width: 1000px;
    max-width: 95%;
    /*max-height: 100%;*/
    overflow: auto;
    margin: auto;
}

#searchBox {
position: relative;
    width: 1000px;
    max-width: 95%;
    top: 0.2em;
    margin: auto;
}

#submitForm,#more_searchLine {
    height: 1.9em;
    width: 25%;
    max-width: 12em;
    margin: 0em 0.3em;
    padding: 0em 1em;
    border: solid 1px black;
    font-size: 14px;
    vertical-align: middle;
    box-sizing:content-box;
    cursor: pointer;
}
#submitForm:hover,#more_searchLine:hover {
    background-color: #fff;
}

.searchLine {
    display: flex;
    background-color: #bbb;
    margin-bottom: 0.2em;
    padding: 0.4em;
    align-items: center;
}
.searchLine input,.searchLine select {
    height: 1.9em;
    width: 25%;
    max-width: 12em; 
    margin: 0.1em 0.3em;
    padding: 0em 1em;
    border: solid 1px black;
    font-size: 14px;
    vertical-align: top;
    box-sizing:content-box;
}
.searchLine .filler {
    height: 1.5em;
    width: 1.5em;
    border: solid 1px transparent;
}
.search_help {
    display: inline-block;
    height: 1.06em;
    width: 1.06em;
    margin: 0.06em 0.18em;
    border: solid 1px black;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.06em;
    text-align: center;
    background-color: #eee;
    box-sizing: content-box;
    cursor: pointer;
}
.search_help:hover {
    background-color: #fff;
}

.lineRemove {
    height: 1.5em;
    width: 1.5em;
    vertical-align: middle;
    background-color: #fff;
    border: solid 1px black;
    cursor: pointer;
}
.lineRemove:hover {
    background-color: #e8ad55;
}

#search_hidden,#countryDeposit,#languageDeposit,.invisible {
    display: none;
}

/*.option_number,.option_text,.option_all {
    display: none;
}*/
option:disabled {
    background-color: grey;
}
#searchInterface {
    display: flex;
    background-color: #999;
    padding: 0.4em;
    margin-bottom: 1em;
}
#searchInterface .filler {
    height: 1.5em;
    width: 1.5em;
    border: solid 1px transparent;
}
#searchInterface .filler1 {
    height: 1.9em;
    width: 25%;
    max-width: 12em;
    margin: 0em 0.3em;
    padding: 0em 1em;
    border: solid 1px transparent;
    font-size: 14px;
    vertical-align: middle;
    box-sizing:content-box;
}
#searchInterface .filler2 {
    display: inline-block;
    height: 1.06em;
    width: 1.06em;
    margin: 0.06em 0.18em;
    border: solid 1px transparent;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.06em;
    box-sizing: content-box;
}

#navigationLine {
    position: relative;
    min-height: 5.4em;
}

#filterNumbers {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 10%;
    padding: 0.9em;
    border: solid 1px black;
    border-radius: 0.4em;
    background-color: #eeeeee;
    overflow: hidden;
    text-align: center; 
    visibility: hidden;  
    cursor: pointer;
    z-index: 1;
}
#filterNumbers .active {
    padding: 0em 0.2em;
    display: inline-block;
    min-height: 14px;
    border: solid 1px transparent;
}

#resultList {
    font-size: 14px;
    /*position: absolute;*/
    padding: 1em 0em;
    /*overflow: auto;*/
    /*top: 7em;*/
    /*bottom: 0;*/
    display: flex;
    /*left: 0;*/
    /*right: 0;*/
    flex-wrap: wrap;
    /*justify-content: center;*/
}

.waitMessage {
    font-size: 1.5em;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 1em;
}

#svg_home {
    width: 2em;
    height: 2em;
}
/*#page_login {
    position: relative;
    line-height: 2em;
    margin-top: 0.1em;
    border: solid 2px #666666;
    border-radius: 5px;
    padding: 0px 3px;
    background-color: #bf8835;
    width: initial;
    height: 2em;
    cursor: pointer;
}*/
#svg_arrow {
    width: 1em;
    height: 1em;
}
#custom_title {
    position: absolute;
    display: none;
    padding: 0.3em;
    /*white-space: nowrap;*/
    overflow: hidden;
    background-color: #ddd;
    border: solid 1px black;
    z-index: 9;
    cursor: auto;
    z-index: 30;
}

@media screen and (max-width: 900px) {
    #content {
        width: 100%;
    }
/*    #resultList {
        column-count: 2;
        -moz-column-count: 2;
    }*/
}
@media screen and (max-width: 500px) {
    .searchLine input,select {
        width: 20%;
    }
    #submitForm,#more_searchLine {
        width: 20%;
    }
    #searchInterface .filler1 {
        width: 20%;
    }
}
@media screen and (max-width: 350px) {
    .searchLine,#card_footer,#searchInterface {
        display: block;
    }
    .searchLine input,select {
        width: 35%;
    }
    #submitForm,#more_searchLine {
        width: 35%;
    }
    #searchInterface .filler1 {
        width: 35%
    }
/*    #resultList {
        column-count: auto;
        -moz-column-count: auto;
    }*/
}