body {
    margin: 0;
    font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif;
    color: black;
    background-color: #F3F3F3;
}

#ekisapo {
    padding-top: 5px;
    background-color: #F3F3F3;
}

#info_section {
    height: 40px;
}

#ekisapo_headline {
    padding: 5px;
    font-size: 1.4em;
}
#loginUser {
    padding: 5px;
    font-size: 1.4em;
}
#systemMenu {
    padding: 5px;
    font-size: 1.4em;
}

#ekisapo-tab {
    margin-top: 0px;
}

#search_layer_panel {
    padding: 15px;
    background-color: white;
}

#search_layer_panel label {
    display: block;
    padding-top: 15px;
    margin-bottom: 5px;
    font-weight: bold;
}

#search_layer_panel input[type="text"],
#search_layer_panel select {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    box-sizing: border-box;
    height: auto;
}

#search_layer_panel .form-inline {
    display: flex;
    align-items: center;
}

#search_layer_panel .form-inline input {
    flex: 1;
}

#search_layer_panel .searchLayerPanelInfo {
    color: #999;
    padding: 10px;
    background-color: #f7f7f7;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
}

#search_layer_panel button.search-button {
    background-color: #0072B9;
    font-size: 1.2em;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    width: 100%;
    height: 44px;
    margin-top: 20px;
    cursor: pointer;
}

#search_layer_panel button.reset-button {
    background-color: white;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    color: black;
    width: 100%;
    height: 44px;
    margin-top: 20px;
    cursor: pointer;
}

#search_layer_panel .pulldown {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("/modules/custom/eki_sapo/img/design/list_open.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 14px 8px;
    padding-right: 30px;
}

#ekisapo_station_information {
    padding: 20px;
    background-color: white;
    display: none;
}

#layer_info_table {
    margin-top: 10px;
    padding-top: 0px;
    overflow: auto;
}

#ekisapo_layer_tree {
    padding-top: 10px;
}

button.menu-button {
    border:none;
    background-color: #F3F3F3;
}

#ekisapo-tab div.nav-item {
    height: 40px;
    text-align: center;
    border-left: gray 1px solid;
    border-bottom:#d3d3d3 1px solid;
    background-color: #d9d9d9;
    padding-left: 0px;
    padding-right: 0px;
}

#ekisapo-tab div.nav-item a:hover {
    text-decoration: none;
}

#ekisapo-tab div.nav-item a {
    display: block;
    width: 100%;
    color: black;
    padding: 12px;
    outline: none;
    text-decoration: none;
}

#ekisapo-tab div.active {
    background-color: white;
    border-bottom: none;
}

#ekisapo-tab div.active .nav-link {
    background-color: white;
}

#search_layer_panel {
    background-color: white;
}


#search_layer_panel div.dash {
    padding-top: 10px;
    padding-left: 20px;
}


#stationName {
    font-size: 2em;
}

/* --- table A005の情報表示部 ---*/
table.information {
    border-collapse: collapse;
}
table.information tr td:first-child {
    border-left: solid 1px #8EB4E3;
}
table.information tr td:last-child {
    border-right: solid 1px #8EB4E3;
}
table.information tr.headline td {
    padding: 5px;
    border-top: solid 1px #8EB4E3;
}
table.information tr.detailline td {
    padding: 5px;
    border-top: solid 1px lightgrey;
}
table.information tr.detailline td:last-child {
    border-left: solid 1px lightgrey;
}


table.information tr.layer_line {
    background-color: #f3f3f3;
}
table.information tr td {
    padding: 5px;
    border: solid 1px #8EB4E3;
    color: black;
}
table.information tr td.information_detail_show {
    border-bottom: solid 1px lightgrey;
}
table.information tr td.information_detail_hide {
    border-bottom: solid 1px #8EB4E3;
}

table.information tr.add_line td {
    padding: 5px;
    border: solid 1px #8EB4E3;
}




/* --- table メンテナンスの表組み部 ---*/
table.border_grid {
    border-collapse: collapse;
}
table.border_grid tr th {
    padding: 5px;
    border: solid 1px #8EB4E3;
}
table.border_grid tr td {
    padding: 5px;
    border: solid 1px #8EB4E3;
    color: black;
}

td.around_border {
    border: solid 1px #8EB4E3;
}

input {
    border: solid 1px #8EB4E3;
}
textarea {
    border: solid 1px #8EB4E3;
}
input.readonly {
    background-color: lightgrey;
}
select.readonly {
    background-color: lightgrey;
}

/*スクロール用*/
thead.scrollHead,tbody.scrollBody{
    display:block;
}
tbody.scrollBody{
    overflow-y:scroll;
}
#A008_datatable tbody {
    height: 200px;
}

table.page_title {
    margin-top:0;
}
table.page_title tr td:nth-child(1){
    background-color: #2460A7;
    color:white;
    height:30px;
    font-size:1.2em;
    padding-left: 10px;
}
table.page_title tr td:nth-child(2) button {
    color: transparent !important;
}


span.infoTitle {
    font-size: 2em;
}

/** selectで選択するやつ */
div.multiSelection div {
    width: 150px;
    float: left;
}
div.multiSelection div:nth-child(2) {
    width: 110px;
    padding-top: 20px;
}
div.multiSelection div:nth-child(3) {
    width: 150px;
    float:left;
}
div.multiSelection div select {
    width: 150px;
    height: 150px;
}
div.multiSelection div button {
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    width: 100px;
    height: 30px;
}


/* ----------------------- */
#ekisapo_logo {
    cursor: pointer;
}

#mapthumbnail {
    overflow: hidden;
    width: 100%;
    height: 120px;
    position: relative;
}
#mapthumbnail img {
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}

img.new {
    width: 25px;
    height: 25px;
}

.add_link {
    cursor: pointer;
}

/* ----------------------- */
#modal-content{
    width:50%;
    margin:1.5em auto 0;
    padding:10px 20px;
    border:2px solid #aaa;
    background:white;
    display:none;
    z-index:2;
    position:fixed;
}

.modal-p{
    margin-top:1em;
}

.modal-p:first-child{
    margin-top:0;
}

#modal-overlay{
    z-index:1;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color: rgba(0,0,0,0.5);
}

button {
    width: 100px;
    padding: 5px;
    border: solid 1px #0072BB;
    background-color: white;
    color: black;
}


/* ----- confirm 関連 ---- */
.confirmButton {
    width: 100px;
    padding: 5px;
    border: solid 1px #0072BB;
    background-color: white;
    color: black;
}

span.fa.fa-cog.add_link {
    width: inherit;
}


.ico_new {
    background: #f7cb00;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding: 2px 4px;
    margin-left: 5px;
    border-radius: 3px;
}
/* 日付 */
input.yyyy-mm-dd {
    width: 120px !important;
}
