﻿body {
    padding-top: 0px;
    padding-bottom: 0px;
    min-width: 800px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* for roadmanagementgis menus */
.fit-height {
    height: calc(100vh - 85px);
}   

.identify-height-high{
    height: calc(40vh - 10px);
    overflow-y: scroll;
}

.identify-height-low {
    height: calc(40vh - 10px);
    overflow-y: scroll;
}

.navbar {
    justify-content: space-around;
}

.free-text-width
{
    width: 450px;
}

.f-small{
    font-size: small;
}

table.dataTable tbody tr.selected {
    color: black !important;
    background-color: #ffffffff !important;
}

.form-select-xs {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

div.dts div.dt-scroll-body{
    background: white;
}

.pagination {
    --bs-pagination-font-size: 0.7rem;
}

.wrapper-nav{
    margin-bottom: 0px;
}

.dt-empty-footer > .dt-layout-table{
    margin-top: 0px !important;
}

.page-link {
    cursor: pointer;
}

.intro-color {
    color: silver;
}

.std-color {
    color: black;
}

input::placeholder {
    color: silver !important;
}

.dt-inputpaging.pagination {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.dt-layout-start{
    margin-bottom: 3px;
}

.dt-layout-end{
    margin-bottom: 3px;
}

/*parsleyでのbootstrap用定義*/
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    color: #B94A48;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
    color: var(--bs-body-color) !important;
    background-color: var(--bs-body-bg) !important;
    border: 1px solid var(--bs-border-color) !important;
}

.parsley-errors-list.filled {
    opacity: 1;
}

/* カレンダーアイコン用*/
.input-group-addon > .input-group-text {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding: 0.25rem 0.5rem !important;
}

.input-group-sm > .input-group-addon > .input-group-text {
    font-size: 0.875rem !important;
}

/* 必須色 */
.require-color{
    color: red;
}

/* leaflet map 背景色 */
.leaflet-container{
    background: #ffffff;
}

/* dialog　アイコンサイズ調整 */
.ui-dialog .ui-dialog-titlebar-minimize {
    margin-right: 4px;
    width: 20px !important;
    height: 20px !important;
}

.ui-dialog .ui-dialog-titlebar-restore {
    margin-right: 4px;
    width: 20px !important;
    height: 20px !important;
}

.solid_icon {
    position: absolute;
    background-color: none;
    color: none;
}

.custom-popup {
    pointer-events: none;
}

.custom-popup .leaflet-popup-close-button {
    display: none;
}

/* 住所検索テーブル hover色 */
#result_address_table tr:hover td,
#result_address_table tr:hover td.highlight {
    color: white;
    background: #0d6efd;
    opacity: 0.4;
}

.fs-copyright{
    font-size: 0.5rem
}

