html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

.input-validation-error {
    color: red;
    font-weight: bold;
    background-color: pink !important;
}

.validation-summary-errors {
    color: red;
    border-color: red;
    border-width: thin;
    background-color: pink !important;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
}

.validation-summary-warning {
    color: #f19551;
    border-color: #f19551;
    border-width: thin;
    background-color: #fff2cc !important;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
}

body {    margin-bottom: 60px;}
button > a {    color: white !important;}
option:disabled {  background-color: lightgray;}
.validation-summary-text {    margin-bottom: 0.2rem;}
.validation-summary-errors-list {    margin-bottom: 0.2rem;}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

/*パスワード関連*/
#btn_passicon {
    width: 50px;
    display: flex;
    justify-content: center;
}
/*パスワード関連*/

/*行固定*/
.sticky {
    position: sticky;
    top: 0;
    z-index: 100;
    border-top: none;
}

.sticky::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
/*行固定*/

/*リピート/品名/品番 グリッド共通*/
.order-col { white-space: nowrap; }
.col-IsChecked { width: 60px;}
.col-ProductCd { width: 120px;}
.col-SakamuraProductCd { width: 120px;}
.col-ProductName { width: 220px;}
.col-Price { width: 60px;}
.col-PackingTypeName { width: 160px;}
.col-SetNum { width: 60px;}
.col-CaseNum { width: 75px;}
.col-SumNum { width: 80px;}
.col-SumPrice { width: 95px;}
.col-RequestedDate { width: 120px;}
.col-OrderNo { width: 140px;}
.col-Memo { width: 155px;}
.break-word { overflow-wrap: break-word;}
.CaseNumEvent { text-align: right;}
/*リピート/品名/品番 共通グリッド幅*/

/*検索部 共通*/
.search-OrdererName { width: 250px;}
.search-SelectedNonyusaki { width: 380px;}
.search-MainItem { width: 280px;}
.search-base-OrderPeriod{ width:auto;}
.search-OrderPeriod{ width:100px;}
.search-OrderState{ width:140px;}
.search-ProductNo{ width:267px;}
.search-area {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
/*    margin-right: 2rem;*/
}
.search-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-items: flex-start;
}
.search-item-info {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.search-label {
    padding: .75rem .5rem;
    font-weight: 500;
    width: 80px;
}
.search-contents {
    padding: .5rem .5rem;
    font-weight: 500;
}
/*検索部 共通*/

/*その他 共通*/
.w-100px { width:100px;}
.mr-1rem { margin-right: 1rem;}
.mr-2rem { margin-right: 2rem;}
.mg-5 {margin: 5px;}
.w-full {width: 100%;}
.d-flex-h-center {
    display: flex;
    justify-content: center;
}
.btn-size {
    margin-left: 5px;
    width: 120px;
}
.vanilla-calendar {
    z-index: 1000;
}

/*その他 共通*/
/*テーブル 共通*/
td.order-label-col {
    vertical-align: middle;
    word-wrap: break-word;
}
.table-container {
    overflow: auto;
    width: 100%;
    min-height: 10vh;
    max-height: 60vh;
}
/*テーブル 共通*/
@media (min-width: 768px) {
    html {
    font-size: 16px;
  }
}

@media (max-width:767px) {
    /*検索部 共通*/
    .search-SelectedNonyusaki { width: 250px;}
    .search-base-OrderPeriod{ width: 250px;}
    .search-OrderPeriod {width: 100px;}
    .search-MainItem { width: 250px;}
    /*検索部 共通*/
    /*その他 共通*/
    .btn-size {
        margin-top: 5px;
        margin-left: 0px;
        width: 100%;
    }
    /*その他 共通*/
    /*テーブル 共通*/
    .table-container {
        overflow: auto;
        height: unset;
        max-height: max-content;
    }
    /*テーブル 共通*/
}