﻿body {
    /* Margin bottom by footer height */
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.manageheader_base_bnts {
    width: 100%;
    margin-top: 5px;
}

@media (min-width: 576px) {
    #ManagementBody .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    #ManagementBody .container {
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    #ManagementBody .container {
        max-width: 100%;
    }
}

@media (min-width: 1100px) {
    #ManagementBody .container {
        max-width: 1070px;
    }
}

@media (min-width: 1400px) {
    #ManagementBody .container {
        max-width: 1340px;
    }
    .manageheader_base_bnts {
        width: 250px;
        margin-top: 0;
    }
}

/* login name */
.pageTitle .title
{
    font-size:1.25em;
}
.pageTitle .login_name {
    font-size: .9em;
}
/*h4*/
#ManagementBody h4 {
    background-color: #FFF7D2;
    font-size: .95em;
    padding: .3em .5em;
    font-weight: 700;
}
/* form*/
dl.form-group {
    margin: 1em 0 0 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    font-size: .9em;
}

dl.form-group dt {
    margin: 0;
    padding: 0;
    width: 150px;
    text-align: left;
    font-weight:normal;
}

dl.form-group dd {
    margin: 0;
}

dl.form-group dd.no_form {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
}

#MatserName, #MatserCityName {
    display: inline-block;
    margin-left: 10px;
    line-height: 1.2em;
    vertical-align: middle;
}

/*modal*/
table.modalTbl {
    border: 1px solid #CCC;
    border-collapse: collapse;
    width: 100%;
    margin: .5em auto;
    font-size: .9em;
}

table.modalTbl th {
    background-color: gainsboro;
}

table.modalTbl td,
table.modalTbl th {
    border: 1px solid #CCC;
    text-align: center;
    padding: .3em 0;
}

/*テーブルスクロール*/
.sticky_table_wrapper {
    overflow: scroll;
    width: 100%;
    height: 80vh;
    border: 1px solid #CCC;
    font-size: .9em;
}

.sticky_table thead th {
    /* 縦スクロール時に固定する */
    position: -webkit-sticky;
    position: sticky;
    /* tbody内のセルより手前に表示する */
    z-index: 1;
    white-space: nowrap;
    font-weight: normal;
    padding: .15em .3em;
    border: 1px solid #CCC;
}
.sticky_table thead tr:nth-child(1) th {
    top: 0;
    border: 1px solid #CCC;
}

.sticky_table thead tr:nth-child(2) th {
    top: 1.9em; /* 2行目は1行目の高さの位置に固定する */
    border: 1px solid #CCC;
}
.sticky_table tbody td {
    
}
/* status color */
.sticky_table tbody td.red_text {
    color: red;
    font-weight:bold;
}
.sticky_table tbody td.orange {
    background-color: #FFDFC5;
}
.sticky_table tbody td.yellow {
    background-color: #FFFBC2;
}
.sticky_table tbody td.green {
    background-color: #ccffcc;
}
.sticky_table tbody td.blue {
    background-color: #D5F5F5;
}
/*詳細画面用*/
.contents_wrap {
    font-size: .9em;
}

.contents_wrap ul {
    margin: .8em 0 .8em 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.contents_wrap ul li {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.contents_wrap ul li table {
    border: 1px solid #CCC;
    border-collapse: collapse;
    margin-right: 1.5em;
    height: 100%;
}

.contents_wrap ul li:last-child table {
    margin-right: 0;
}

.contents_wrap ul li table th,
.contents_wrap ul li table td {
    border: 1px solid #CCC;
    text-align: center;
    vertical-align: middle;
    background-color: #EFEFEF;
    padding: .3em .4em;
}

.contents_wrap ul li table th {
    padding: .3em .5em;
    font-weight:normal;
}

.contents_wrap ul li table td.white {
    background-color: white;
}

.contents_wrap .contents_title,
.contents_wrap .contents_title_blue,
.contents_wrap .contents_title_yellow {
    padding: .8em;
}

.contents_wrap .contents_title_blue,
.contents_wrap .contents_title_yellow  {
    font-weight: bold;
}

.contents_wrap .contents_title_blue {
    background-color: #E7FAD0;
}


.contents_wrap .contents_title_yellow {
    background-color: #FFE9D8;
}
.minw-25p {
    min-width: 25px;
}
.minw-100p {
    min-width: 100px;
}

.minw-150p {
    min-width: 150px;
}

.minw-200p {
    min-width: 200px;
}

.minw-250p {
    min-width: 250px;
}

.minw-300p {
    min-width: 300px;
}

.minw-450p {
    min-width: 450px;
}
.hv50 {
    height: 50vh !important;
}


/*待ち受け*/
ul.status_select {
    list-style: none;
    padding: 0;
}
ul.status_select li.li-chk {
    margin-left: 2em;
}
ul.status_select li.li-chk ul {
    list-style: none;
    padding: 0;
}

/*　検索・ソートボタン */
.doSort {
    text-decoration: none;
    padding: 1px 2px;
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
    cursor:pointer;
}
.doSort.active{
    color:red;
}

.con_html img {
    max-width: 370px !important;
}
span.colmn-discription{
    font-weight:normal;
    font-size:.85rem;
}