html {
    /*height: 100%;*/
    /*    font-family: sans-serif;*/
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    color: #343a40;
    background-color: #F4F4F4;
}

body {
    /*height: 100%;*/
    margin: 0;
    /*    font-family: sans-serif;*/
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #F4F4F4;
    overflow: hidden;
}

/**共通**/
#MErrorMessage > h6{
    margin-bottom:0px;
}
.obj-h {
    height: 32px;
}
.custom-select-sm {
    height: 32px;
}

.custom-select {
    height: 32px;
}
.custom-text{
    height:32px;
}
.custom-term{
    height:32px
}

.table > tbody > tr > td {
    border-top: 0px;
    border-bottom: 0.5px solid #f2f0e7;
}
.tdw {
    border-top: 0px;
    border-bottom: 0.5px solid #f2f0e7;
}

.header_share {
    height: 8vh;
}

a {
    color: #3c8dbc; /*薄い水色*/
}

.modal-backdrop {
    background-color: #f1efe7;
}

.page_titile {
    text-align: center;
    /*margin-bottom: 5px;*/
    font-weight: bold;
}

.page_discription {
    text-align: center;
    font-size: 11px;
    margin-top: 20px;
}

.table {
    border-collapse: collapse;
    border-spacing: 0px 1px;
}

.table td, .table th {
        padding: .2rem;
        font-weight: normal;
}

/*
.h-80 {
    height: 76vh;
}
*/


a:hover {
    color: #a8a498;
    text-decoration: none;
}
 /**カラーリスト*/
.tx_blue {
    color: #32495c;
}
.tx_gray {
    color: #495057;
}
.tx_red {
    color: #80131C;
}

.bg_blue {
    background-color: #32495c;
}

.bg_red {
    background-color: #80131C;
}
/**.bg_moca {
    background-color: #e5e2cf;
}*/

.bg_moca {
    background-color: #F4F4F4;
}

.bg_gray {
    background-color: #4C4C4C;
}

.bg_white_trans {
    background: #ffffffc9;
}

.bg-brown {
    background: #DBD7BF;
}

.bg-brightblue {
    background-color: #004085 !important;
}
/**button**/

button {
    width: 170px;
    white-space: nowrap;
}

.btn {
    white-space: nowrap;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    height:32px;
}

.arrow {
    text-align: right;
    float: right;
}

.search_button {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    height: 22px;
    margin: auto;
    cursor: pointer;
    background-color: #004085;
    color: #fff;
    padding: 1px 6px;
    border-radius: 5px;
}

.button_plane {
    border-radius: 3px;
    text-align: center;
    padding: 3px 10px;
    color: #ffffff;
    line-height: 1em;
    transition: .3s;
    border: 1px solid rgb(128 128 128);
}

.button_blue {
    border-radius: 3px;
    text-align: center;
    padding: 3px 10px;
    background: #004085;
    color: #ffffff;
    transition: .3s;
    border: 1px solid rgb(128 128 128);
    width: 60px;
}

.button_red {
    border-radius: 3px;
    text-align: center;
    padding: 3px 10px;
    background: #b52936;
    color: #ffffff;
    transition: .3s;
    border: 1px solid rgb(128 128 128);
    width: 60px;
}

/*chekck box*/
/*Select Box*/
/*Styling Selectbox*/
/*.dropdown {
    width: 220px;
    display: inline-block;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 2px rgb(204, 204, 204);
    transition: all .5s ease;
    position: relative;
    font-size: 14px;
    color: #474747;
    height: 100%;
    text-align: left
}

    .dropdown .select {
        cursor: pointer;
        display: block;
        padding: 10px
    }

        .dropdown .select > i {
            font-size: 13px;
            color: #888;
            cursor: pointer;
            transition: all .3s ease-in-out;
            float: right;
            line-height: 20px
        }

    .dropdown:hover {
        box-shadow: 0 0 4px rgb(204, 204, 204)
    }

    .dropdown:active {
        background-color: #f8f8f8
    }

    .dropdown.active:hover,
    .dropdown.active {
        box-shadow: 0 0 4px rgb(204, 204, 204);
        border-radius: 2px 2px 0 0;
        background-color: #f8f8f8
    }

        .dropdown.active .select > i {
            transform: rotate(-90deg)
        }

.dropdown #dropList {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 2px 2px;
    overflow: hidden;
    display: none;
    max-height: 1000px;
    6項目幅 overflow-y: auto;
    z-index: 9
}

.dropdown #dropList li {
    padding: 8px;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.dropdown #dropList li > i {
    width: 30px;
    font-size: 18px;
    text-align: center;
}

.dropdown #dropList li {
    padding: 0;
    list-style: none
}

.dropdown #dropList li:hover {
            background-color: #f2f2f2
        }

.dropdown #dropList li:active {
    background-color: #e2e2e2
}*/


/*input*/
.search_input {
    height: 30px;
}

.page_input {
    width: 20px;
}



/*MEnu*/

.MenuList {
    /*margin: 0.6rem !important;*/
    width: 42px;
}

/*Modal*/
.detail {
    color: #4c4c4c;
}

/*SVG*/

svg.gandhara_logo {
    width: 70px;
    fill: #004085;
    margin-left: 10px;
}

svg.share_header_icons {
    width: 20px;
    margin: 0px 6px;
    fill: #808080;
}

svg.share_disp_icons {
    width: 18px;
    margin: 0px 8px;
    fill: #808080;
}

svg.next_path {
    height: 100%;
    fill: #f1efe7;
    width: 5px;
}

.menu_bar {
    background-color: #f1f1f1;
    /** border-top-style: solid;
    color: white;*/
}

.bd_moca {
    border: 4px solid;
    border-color: #f2f0e7;
    border-bottom: 0px;
}

.bd_moca_tb {
    border-top: 4px solid;
    border-bottom: 4px solid;
    border-color: #f2f0e7;
}

.grid-area {
    display: grid;
    grid-template-rows: 80% 20%;
    grid-template-columns: 100%;
    padding: 0px;
}


.grid-area2 {
    display: grid;
    grid-template-rows: 8% 92%;
    grid-template-columns: 100%;
}

.grid-area3 {
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 70% 30%;
}

.MenuList:hover {
    padding-top: 1px !important;
}

.icon_sortorder {
    width: 25px;
    height: 15px;
    fill: white;
    position: relative;
    top: -2px;
    margin: 4px 0px;
}

    .icon_sortorder:hover {
        fill: #ccc5a3;
    }

svg.lang_icon {
    width: 20px;
    fill: grey;
}

svg.lang_icon_mini {
    width: 16px;
    fill: gray;
    margin-right: 5px;
}

.langlist {
    font-size: 12px;
    margin-top: 3px;
}

#choice {
    width: 120px;
    border: solid 1px #a5acb2;
}

#langlist {
    z-index: 1;
    position: absolute;
    display: none;
    /* width: 120px; */
    border: solid 1px #a5acb2;
    background: #fff;
    list-style: none;
    text-align: left;
    padding: 4px 2px;
}

#messagelists {
    z-index: 1;
    position: absolute;
    display: none;
    /* width: 120px; */
    border: solid 1px #a5acb2;
    background: #fff;
    list-style: none;
    text-align: left;
    padding: 4px 2px;
}

.lang_cheked {
    width: 10px;
    fill: gray;
    margin-right: 5px;
}

.selected {
    color: #fff;
    background-color: #3399fe;
}

input[type=radio] {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
}

.icon {
    display: inline-block;
    margin: 2px 4px;
    width: 15px;
    height: 15px;
    border: solid 1px #ccc;
}

label {
    display: block;
    /*width: 120px;*/
}



/*スマホ表示時ユーザー/テナント一覧のレイアウト修正用クラス　ここから*/

.smf-font-size0700r {
    font-size: .875rem;
}

.smf-font-size0875r {
    font-size: .875rem;
}

.smf-displayNone {
    display: none;
}

@media (min-width: 992px) {

    .smf-userlist-left1 {
        left: 10%;
    }

    .smf-userlist-left2 {
        left: 6%;
    }
}

@media (min-width: 576px) {

    .smf-font-size2 {
        font-size: 12px;
    }
    /*indexボタン*/
    .strage-btn {
        width: 35px;
    }
}
@media (min-width: 100px) and (max-width: 575px) {
    /*indexボタン*/
    .strage-btn {
        width: 35px;
        margin-top: 10px;
    }
}
@media (min-width: 576px) and (max-width: 991px) {
    .smf-users-button2 {
        width: 80%;
        font-size: 110%;
    }
}

@media (min-width: 576px) and (max-width: 1199px) {
    .smf-users-button3 {
        width: 45%;
        font-size: 110%;
    }
}

@media (max-width: 991px) {
    .smf-lg-none {
        display: none;
    }
}

@media (max-width: 575px) {

    .smf-userlist-display1 {
        display: inline-flex;
        float: right;
    }

    .smf-userlist-display2 {
        display: flex;
        flex-wrap: wrap;
        width: 200px;
        float: right;
    }

    .smf-margin-bottom7p {
        margin-bottom: 7%;
    }

    .smf-margin-bottom0 {
        margin-bottom: 0 !important;
    }

    .smf-bg-beige {
        background-color: #f2f0e7 !important;
    }

    .smf-bd-beige {
        border-color: #F2F0E7;
    }

    .smf-none {
        display: none;
    }

    .smf-users-button1 {
        width: 50px !important;
        font-size: 110%;
    }

    .smf-user-add-cancel {
        width: 40%;
        position: relative;
        right: 1%;
    }

    .smf-user-add-submit {
        width: 40%;
        position: relative;
        left: 1%;
    }

    .smf-user-edit-cancel {
        width: 40%;
        position: relative;
        right: 1%;
    }

    .smf-user-edit-submit {
        width: 40%;
        position: relative;
        left: 1%;
    }

    .smf-user-dlt-cancel {
        width: 45%;
        position: relative;
        right: 1%;
    }

    .smf-user-dlt-submit {
        width: 45%;
        position: relative;
        left: 1%;
    }

    .form-group2 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .form-group3 {
        padding-right: 20px;
        padding-left: 20px;
        margin-bottom: 3rem;
    }

    .text-center2 {
        margin-bottom: 4rem;
    }
}

@media (max-width: 280px) {
}

/*スマホ表示時ユーザー一覧のレイアウト修正用クラス　ここまで*/

/*Modal*/

.modal-label {
    line-height: 38px;
}

/**Menu*/

.z-index10 {
    z-index: 10 !important;
}

.z-index20 {
    z-index: 20 !important;
}

.menu-hover {
    height: 51px;
    line-height: 25px;
}

.menu-hover2 {
    height: 47px;
    line-height: 23px;
}

.menu-hover3 {
    height: 49px;
    line-height: 24px;
}

/**Messages*/
.ErrorMessage {
    background-color: #b52936;
    font-size: 1.0rem;
    padding: 5px;
    margin-bottom: 0px;
    color: #ffffff !important;
}

.GuideMessage, .CpmvMessage, .ProgMessage, .CpmvMessage_div, .ProgMessage_div {
    background-color: #0671BC;
    font-size: 1.0rem;
    padding: 5px;
    margin-bottom: 0px;
    color: #ffffff !important;
}

/**Sidebr*/

.sidebar-menu {
    overflow:initial;
}

.sidebar-menu > li {
    border-bottom: 1px solid #ddd;
    box-shadow: 0px 1px 0px #fff;
}

.sidebar-menu > li > a {
    padding: 20px 5px 18px 18px;
}

.sidebar-menu > li > a > .pull-right-container {
    top: auto;
    margin-top: auto;
}

.skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a, .skin-blue .sidebar-menu > li.menu-open > a {
    color: #000;
    background: #daf2f2 !important;

}

.sidebar-menu > li > span {
    padding: 20px 5px 18px 18px;
    display:block;
}

.sidebar-menu > li > span > .pull-right-container {
    top: auto;
    margin-top: auto;
}

.skin-blue .sidebar-menu > li:hover > span, .skin-blue .sidebar-menu > li.active > span, .skin-blue .sidebar-menu > li.menu-open > span {
    color: #000;
    background: #daf2f2 !important;
}
.skin-blue .sidebar-menu > li > .treeview-menu {
    /*    margin: 0 0px;*/
    background: #F4F4F4 !important;
}

.skin-blue .sidebar-menu > li > .treeview-menu {
    /*    margin: 0 0px;*/
    background: #F4F4F4;
}

.treeview-menu > li:hover > a {
    color: #000;
    background: #daf2f2 !important;
}

.menu-left-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 65px;
}

.menu-right-bg {
    min-height: inherit;
    background-color: #F4F4F4;
}

@media (min-width: 768px) {
    .navbar-nav > li {
        float: left;
    }
}

@media (max-width: 991px) {
    .navbar-none {
        display: none;
    }

    .navbar-nav2 {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-collapse2 {
        display: flex !important;
        flex-basis: auto;
    }
}

@media (min-width: 1199px) and (min-height: 768px) {

    .files-iframe-lg {
        height: 290px;
    }
}

.bd-header2 {
    border-top: 4px solid #ffffff;
}

#searchSubmit:hover, #backToFullList:hover, #receivingCreate:hover, #digReqCreate:hover, #FileRecreate:hover, #FileReturn:hover, #deleteOrderCreate:hover, #reregistrationOrderCreate:hover, #shippingCreate:hover {
    color: #2c3a00;
    background-color: rgb(255 255 255 / 10%) !important;
    border: 1px solid darkgrey;
}

@media (min-width: 576px) {
    .table-bd-sm-blue {
        border-collapse: collapse;
        border: 1px solid #32495c;
    }
    .bg-sm-blue {
        background-color: #32495c !important;
    }
    }

.content-header {
    position: relative;
    padding: 0px 15px 0 15px !important;
}

.sticky_table th:first-child {
    /* 横スクロール時に固定する */
    position: -webkit-sticky;
    position: sticky;
    left: 0;
}

.sticky_table th:last-child, .sticky_table td:last-child {
    position: sticky;
    right: 0;
    width: 140px;
}
.sticky_table td:last-child {
    background-color: white;
}
.table-wrap {
    overflow-x: scroll;
}

._c_dragover {
    background-color: orange;
}
._c_dragover2 {
    background-color: orange;
}

.fa-arrow-circle-left {
    color: #BCBCBC;
}
.fa-arrow-circle-left:hover{
    color:#0671BC;
}
.fa-arrow-circle-right {
    color: #BCBCBC;
}
.fa-arrow-circle-right:hover {
    color: #0671BC;
}
.fa-info-circle {
    color: #BCBCBC;
}
.fa-info-circle:hover {
    color: #0671BC;
}

._c_wrapper, .main-footer {
    -webkit-transition: -webkit-transform .3s ease-in-out,margin .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,margin .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,margin .3s ease-in-out;
    transition: transform .3s ease-in-out,margin .3s ease-in-out;
    z-index: 820;
}

._c_wrapper {
    min-height: calc(100vh - 101px);
    /*background-color: #F2F0E7;*/
    z-index: 800;
}
._c_w120px {
    width: 120px;
}
._c_bg-kaki {
    background-color: #deb887;
}
._c_bg-wheat {
    background-color: #f5deb3;
}

/*-----------------------------------------------------------------*/
/*  以下はAdminLTE.min.cssを上書する用の定義です                   */
/*-----------------------------------------------------------------*/
.main-sidebar, .details-sidebar {
    top: auto;
    min-height: calc(100vh - 55px);
}

.main-sidebar{
    border-right: 2px solid #fff;
}

.details-sidebar {
    border-left: 2px solid #F2F0E7;
}

smf-font-size0875r{
    /*font-size:16px;*/
}

.treeview-menu > li > a {
    font-size:14px;
}

._c_bg-sub_color1 {
    background-color: #0671BC;
    color: #fff;
    border-color: #0671BC;
    font-size: 1rem;
}

._c_bg-sub_color2 {
    background-color: #80131C;
    color: #fff;
    border-color: #80131C;
    font-size: 1rem;
}

.obj-height {
    height:38px;
}

.modal-header {
    border-bottom-color: #BCBCBC;
}

.modal-footer {
    border-top-color: #BCBCBC;
}

@media(max-width:750px) {
    img.main-img-max {
        height:65px;
    }
}

@media(min-width:751px) {
    img.main-img-min {
        height: 100px;
    }
}

.title-blue {
    color: #0671BC;
}

i.downfas {
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-color: #daf2f2;
    -webkit-text-stroke-width: 1px
}

img.share_disp_icons {
    width: 25px;
    fill: #808080;
}

.custom-select {
    background-image: url(/images/base/Icon/orderchange.svg);
    background-size: 14px 16px;
}

img.share_header_icons {
    width: 20px;
    margin: 0px 6px;
    fill: #808080;
}

/*#navbarNavDropdown {
    height: 52px;*/ /*高さ指定*/
    /*width: 100%;*/ /*横幅指定*/
    /*position: fixed;*/ /*fixedを設定して固定*/
    /*z-index: 999;*/ /*最前面へ*/
    /*top: 0;*/ /*位置指定*/
    /*left: 0;*/ /*位置指定*/
/*}*/

/*position {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}*/

/* AdminLTE.min.cssへの追記 */
@media(min-width:768px) {

    .sidebar-mini.sidebar-collapse .sidebar-menu > li > span > .capacityString {
        display: none !important;
        -webkit-transform: translateZ(0);
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > span > .capacityString:not(.pull-right) {
        display: block !important;
        position: absolute;
        width: 180px;
        left: 50px;
    }

    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > span > .capacityString {
        top: 0;
        margin-left: -3px;
        padding: 12px 5px 12px 20px;
        background-color: inherit;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li > span > .capacityString {
        border-top-right-radius: 4px;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > span > .capacityString {
        border-bottom-right-radius: 4px;
    }
}

.info_write_body {
    resize: none;
}

.InfoMakeModal {
    position: relative;
}

.InfoMake_Radio {
    position: relative !important;
    width: auto !important;
    height: auto !important;
    opacity: 1 !important;
}

.OwnerInfoTable_Head{
    white-space:nowrap;
}

.vh_25{
    height: 25vh !important;
}

.vh_50 {
    height: 50vh !important;
}

.vh_75 {
    height: 75vh !important;
}

.infoList {
    list-style: none outside;
    margin: 0;
    padding: 0;
}

    .infoList .infoItem {
        display: flex;
        flex-wrap: wrap;
        text-decoration: none;
        color: #333;
        /*      border-bottom: 1px solid #CCC;      */
        padding: 17px 10px;
        /*        margin: 12px 0px 12px 0px;        */
        border-top: 1px solid #ccc;
        /*      border-radius: 0.3rem;      */
        /*      box-shadow: 4px 4px 3px rgba(0,0,0, .2);       */
    }

        .infoList .infoItem:last-child {
            border-bottom: 1px solid #ccc;
        }

    .infoList .infoItem .infoDate {
        margin: 0;
        font-size: 16px;
        color: #bbb;
        padding: 0 20px 0 0;
    }

    .infoList .infoItem .infoTitle {
        margin: 0;
        width: 100%;
        color: #000;
    }

        .infoList .infoItem:hover {
            background-color: #daf2f2 !important;
        }

    .info_BackLog {
        position: relative;
        bottom: 361px;
        color: #a0a0a0;
    }

    .infoItem {
        opacity: 1;
    }

    .infoItem.is-hidden {
        opacity: 0;
        height: 0;
        margin: 0;
    }

.InfoModal_Lavel {
    padding-left: 5px;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #0671BC;
}

.info_Category {
    min-width: 110px !important;
    height: 25px;
    font-weight: 700;
    font-size:13px;
}

    .info_status_unread {
        background-color: #ffffff;
    }
        .infoList .info_status_unread .infoTitle {
            font-weight: 700;
            color: #4040ff;
        }

    .info_status_read {
        background-color: #ffffff !important;
    }

    .info_status_deleted {
        background-color: #f0f0f0;
    }

#infoSearch_All:hover, 
#UserInfoSearch_Submit:hover,
#ReadAll:hover,
#readMore:hover{
    color: #2c3a00;
    background-color: rgb(255 255 255 / 10%) !important;
    border: 1px solid darkgrey;
}

/*.fly:hover {
    transform: translateY(-4px);

}*/

.cSideIcon {
    width: 25px;
    margin-right: 5px;
}

.questionnaire-radio {
    position: relative !important;
    width: 12px !important;
    height: 12px !important;
    opacity: 1 !important;
}