body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Meiryo", "メイリオ";
    line-height: 18px;
    font-size: 14px;
    color: #333333;
    background-color: #f7f7f7;
}

a {
    color: #167AC6;
}

    a:hover {
        color: #1F4E79;
    }

input {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Meiryo", "メイリオ";
}

    input.PASSWORD {
        font-size: 10pt;
        font-family: Arial, sans-serif;
        ime-mode: inactive;
        text-align: left;
    }

    input[type='submit'], label {
        cursor: pointer;
    }

    input[type="text"]:disabled {
        background: #e9ecef;
    }

select {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Meiryo", "メイリオ";
}

select:not([disabled]):not(.disabled):hover {
    border: 1px solid #999;
}

textarea {
    white-space: pre-wrap;
}

th {
    font-weight: normal;
}

code {
    font-size: .9em;
    line-height: .9em;
    white-space: normal;
    background: #fcfcfc;
    color: #e83a9b;
    padding: 2px 5px 1px;
    tab-size: 4;
    border: 1px solid #e1e1e8;
    border-radius: 3px;
}

/* チェックボックス */
span.checkbox input[type='checkbox'] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    overflow: hidden;
    padding: 0;
    clip: rect(0, 0, 0, 0);
}

    span.checkbox input[type='checkbox'] + label {
        padding: 0;
        margin-right: .8em;
    }

        span.checkbox input[type='checkbox'] + label:before {
            content: "\f0c8";
            font-family: 'Font Awesome 5 Free';
            line-height: 0.4;
            color: #ccc;
            font-size: 20px;
            position: relative;
            top: .09em;
            font-weight: 100;
            padding: 0;
            margin-right: .3em;
        }

    span.checkbox input[type='checkbox']:disabled + label {
        color: #aaa;
        cursor: default;
    }

    span.checkbox input[type='checkbox']:disabled + label:before {
        font-weight: 900;
        color: #d3d3d3;
        cursor: default;
    }

    span.checkbox input[type='checkbox']:checked + label:before {
        content: "\f14a";
        color: #3996de;
        font-weight: 900;
    }

    span.checkbox input[type='checkbox']:disabled:checked + label:before {
        color: #d3d3d3;
    }

span.checkbox.notext input[type='checkbox'] + label,
span.checkbox.notext input[type='checkbox'] + label:before {
    margin: 0;
    padding: 0;
}

/* ラジオボタン */
span.radio input[type='radio'],
span.radio-badge input[type='radio'] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    overflow: hidden;
    padding: 0;
    clip: rect(0, 0, 0, 0);
}

    span.radio input[type='radio'] + label {
        padding: 0.4em 0.8em 0.4em 0.1em;
    }

    span.radio input[type='radio'] + label:last-child {
        padding-right: .2em;
    }

        span.radio input[type='radio'] + label:before {
            content: "\f111";
            font-family: 'Font Awesome 5 Free';
            color: #d3d3d3;
            font-size: 18px;
            position: relative;
            top: .08em;
            font-weight: 100;
            padding: 0;
            border-radius: 1em;
            margin-right: .2em;
            -webkit-transition: all 200ms;
            transition: all 200ms;
        }

    span.radio input[type='radio']:disabled + label {
        color: #aaa;
        cursor: default;
    }

    span.radio input[type='radio']:disabled + label:before {
        font-weight: 900;
        color: #d3d3d3;
        cursor: default;
    }

    span.radio input[type='radio']:checked + label:before {
        content: "\f192";
        color: #3996de;
        font-weight: 900;
    }

    span.radio input[type='radio']:disabled:checked + label:before {
        color: #d3d3d3;
    }

span.radio br + input[type='radio'] + label {
    padding-top: 0.3em;
}

span.radio.notext input[type='radio'] + label,
span.radio.notext input[type='radio'] + label:before {
    margin: 0;
    padding: 0 0 0.2em 0;
}

/* ラジオボタン バッジ */
span.radio-badge input[type='radio'] + label {
    padding: .15em .6em;
    margin-right: .5em;
    color: #167AC6;
}

    span.radio-badge input[type='radio']:checked + label,
    span.radio-badge input[type='radio'] + label:hover {
        color: #fff;
        border-radius: 10rem;
        -webkit-transition: all 100ms;
        transition: all 100ms;
    }

/* ラジオボタン（user） */
span.radio.user input[type='radio'] + label:before {
    content: "\f0c0";
    background-color: rgba(0,0,0,0.02);
    box-shadow: 0 0 0 1px #bbb inset;
    font-family: 'Font Awesome 5 Free';
    border-radius: 2em;
    color: #bbb;
    padding: 0.1em 0.7em;
    font-weight: 800;
    -webkit-transition: all 1ms;
    transition: all 1ms;
}

span.radio.user input[type='radio']:first-child + label:before {
    content: "\f007";
}

span.radio.user input[type='radio']:checked + label:before,
span.radio.user input[type='radio']:hover + label:before {
    color: #fff;
    background: #1272b7;
    box-shadow: none;
}

span.radio.user input[type='radio'] + label {
    padding-right: .2em;
}


.form-inline .radio label,
.form-inline .radio-badge label {
    display: inline-block;
}

.radio label,
.checkbox label {
    margin-bottom: 0;
}

.label-sm {
    font-size: 12px;
}

.STATUS1 {
    font-size: 11pt;
    color: red;
}

.STATUS2 {
    font-size: 11pt;
    color: Navy;
}

.MESSAGE1 {
    font-size: 11pt;
    color: #c72030;
}

.MESSAGE2 {
    font-size: 11pt;
    color: #FF9900;
}

.COMMENT {
    /* secondary color */
    color: #646464;
    line-height: 1.3;
}

.comment-sm {
    font-size: 8pt;
}

.TBG th {
    padding: 0.5em;
    text-align: center;
}

.TBG td {
    padding: 0.5em;
    vertical-align: middle;
}

.L {
    text-align: left;
}

.R {
    text-align: right;
}

.C {
    text-align: center;
}

.JL {
    ime-mode: active;
    text-align: left;
}

.JR {
    ime-mode: active;
    text-align: right;
}

.JC {
    ime-mode: active;
    text-align: center;
}

.EL {
    ime-mode: inactive;
    text-align: left;
}

.ER {
    ime-mode: disabled;
    text-align: right;
}

.EC {
    ime-mode: inactive;
    text-align: center;
}

.JLM {
    ime-mode: active;
    text-align: left;
}

body.note {
    background: #fcfcfc;
    margin: 1em;
    line-height: 1.4;
}

/* タブメニュー用 */
ul.tab-wrapper {
    margin: 0;
    padding: 0;
    min-width: 940px;
}

td.onleft {
    background-image: url("../../images/tabonL.gif");
    background-repeat: no-repeat;
    width: 8px;
}

td.oncenter {
    background-image: url("../../images/tabonC.gif");
    background-repeat: repeat;
}

td.onright {
    background-image: url("../../images/tabonR.gif");
    background-repeat: no-repeat;
    width: 8px;
}

td.offleft {
    background-image: url("../../images/taboffL.gif");
    background-repeat: no-repeat;
    width: 8px;
}

td.offcenter {
    background-image: url("../../images/taboffC.gif");
    background-repeat: repeat;
}

td.offright {
    background-image: url("../../images/taboffR.gif");
    background-repeat: no-repeat;
    width: 8px;
}

a.tabon:link {
    color: #856404;
    text-decoration: none;
    font-weight: bold;
}

a.tabon:visited {
    color: #856404;
    text-decoration: none;
    font-weight: bold;
}

a.tabon:hover {
    color: #856404;
    text-decoration: none;
    font-weight: bold;
}

a.taboff:link {
    color: #000000;
    text-decoration: none;
}

a.taboff:visited {
    color: #000000;
    text-decoration: none;
}

a.taboff:hover {
    color: #dfae20;
    text-decoration: none;
}

a.tabon, a.taboff {
    display: block;
    float: left;
    text-align: center;
}

a.priority {
    color: #808080;
    z-index: 200;
}

    a.priority.file {
        color: #167AC6;
    }

a.trash {
    color: #808080;
    z-index: 200;
    font-size: 14px;
}

a.trash:hover {
    color: #333;
}

/* padding */
td.PADNONE {
    padding: 0;
}

td.PADLTOP {
    padding: 1px 1px 0 1px;
}

td.PADCTOP {
    padding: 1px 1px 0 0;
}

td.PADRTOP {
    padding: 1px 1px 0 0;
}

td.PADLMIDDLE {
    padding: 1px 1px 0 1px;
}

td.PADCMIDDLE {
    padding: 1px 1px 0 1px;
}

td.PADRMIDDLE {
    padding: 1px 1px 0 0;
}

td.PADLBOTTOM {
    padding: 1px 1px 1px 1px;
}

td.PADCBOTTOM {
    padding: 1px 1px 1px 0;
}

td.PADRBOTTOM {
    padding: 1px 1px 1px 0;
}

/* 画像リンクのボーダーを消す */
img {
    border-style: none;
}

@media print {
    /*ブラウザのみ表示*/
    .dspOnly {
        display: none;
    }
}

/* 対象データのTD */
td.TAISHO_YES {
    background-color: #ffffdd;
}
/* 対象外データのTD */
td.TAISHO_NO {
    background-color: #ffffff;
}

/* 承認欄の背景グレー */
.BGTITLE_SHONIN {
    height: 2em;
}

/* カテゴリー */
.l-category {
    font-size: 1rem;
    font-weight: bold;
    padding: 0.2em 0 0.5em;
}


.table-wrapper {
    margin: 0;
}

.table-noborder-x th,
.table-noborder-x td {
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.table-noborder-y th,
.table-noborder-y td {
    border-left: 0 !important;
    border-right: 0 !important;
}

.main-title {
    margin: 2.5em 2.8em 1.5em 2.8em;
    position: relative;
}

.main-wrapper {
    padding: 1em;
    min-width: 65em;
}

.main-header {
    position: fixed;
    width: 100%;
    z-index: 1030;
    background: #fff;
}

.main-sidebar {
    position: fixed;
    top: 3.5em;
    left: 0;
    height: calc(100% - 3em);
    z-index: 810;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
}

.sidebar-transition {
    -webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out;
}

.sidebar-noscroll {
    overflow-y: hidden;
}

.sidebar {
    padding: 0 0 0.5em 0;
    height: 100%;
}

.sidebar-menu:hover {
    overflow: visible;
}

.sidebar-menu, .main-sidebar .user-panel, .sidebar-menu > li.header,
.config-sidebar-menu, .config-sidebar-menu > li.header {
    white-space: nowrap;
    overflow: hidden;
}

.sidebar-menu, .config-sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .sidebar-menu > li, .config-sidebar-menu > li {
        position: relative;
        margin: 0;
        padding: 0;
    }

        .sidebar-menu > li > .treeview-menu, .config-sidebar-menu > li > .treeview-menu {
            margin: 0 1px;
            background: #fff;
        }

.treeview-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 5px;
}

.sidebar-menu > li:hover, .sidebar-menu > li.active > a, .sidebar-menu > li.menu-open > a,
.sidebar-menu > li.active > a, .sidebar-menu > li.menu-open > a,
.config-sidebar-menu > li:hover, .config-sidebar-menu > li.active > a, .config-sidebar-menu > li.menu-open > a,
.config-sidebar-menu > li.active > a, .config-sidebar-menu > li.menu-open > a {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: all 100ms;
    transition: all 100ms;
}

.sidebar-menu > li.selected {
    color: #fff;
    background: rgba(255, 255, 255, 0.25);
}

.config-sidebar-menu > li.selected {
    color: #fff;
    background-color: rgb(247, 247, 247);
}

.sidebar a:hover {
    text-decoration: none;
}

.sidebar button {
    cursor: pointer;
    width: 1.5rem;
    height: 1.5rem;
}

.sidebar i {
    font-size: 24px;
    position: relative;
}

.sidebar .sidebar-new, .config-sidebar {
    padding: 0.3em 0.1em 0.3em 0.4em;
}

    .sidebar .sidebar-new i, .config-sidebar {
        opacity: 0;
        font-size: 110%;
    }

    .sidebar .sidebar-new.view i, .config-sidebar {
        opacity: 0.4;
    }

.sidebar .sidebar-new.view:hover i {
    opacity: 1;
}

.sidebar-menu > li > div,
.sidebar-menu > li > a {
    padding: 0.6em 0 0.6em 0.6em;
    width: 100%;
    display: flex;
    vertical-align: middle;
    white-space: normal;
    color: #ffffff;
    cursor: pointer;
}

    .sidebar-menu > li > div > a {
        color: #ffffff;
    }

.config-sidebar-menu > li > div,
.config-sidebar-menu > li > a {
    padding: 0.6em 0 0.6em 0.6em;
    width: 100%;
    display: flex;
    vertical-align: middle;
    white-space: normal;
    color: #000000;
    cursor: pointer;
}

    .config-sidebar-menu > li > div > a {
        color: #000000;
    }

.sidebar-menu .sidebar-menu-title ,.config-sidebar-menu .config-sidebar-menu-title {
    width: 70%;
    padding: 0 0.3em 0 0.7em;
    word-break: break-all;
}

.sidebar-icon ,.config-sidebar-icon {
    padding: 0.1em 0;
    position: relative;
}

    .sidebar-icon.new:after {
        content: "\f111";
        font-weight: 800;
        font-family: 'Font Awesome 5 Free';
        font-size: 8px;
        -webkit-transform: scale(0.8);
        -webkit-transform-origin: 0 0;
        position: absolute;
        bottom: 0px;
        left: -2px;
    }

.list-icon {
    color: #666666;
}

.content-title {
    color: #5d5d5d;
    font-size: 150%;
}

.toolbar-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    padding: 0.5em 1em;
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.content-wrapper {
    min-height: 100%;
    z-index: 800;
    padding-top: 3.6em;
    margin: 0 auto;
}

    .content-wrapper.content-w-auto {
        /* 幅指定に使用 */
        min-width: 72em;
        width: calc(87% - 100px);
    }

.content-wrapper {
    -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;
}

.sidebar-expanded {
    /* 下の .main-sidebar + .content-wrapper の margin-left とセット */
    width: 15.5em;
}

.sidebar-cnt {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    max-height: 1.8em;
}

    .sidebar-cnt[href]:hover, .sidebar-cnt[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: rgba(255, 255, 255, 0.3);
    }

.sidebar-menu .sidebar-menu-title.shonin-menu ,.config-sidebar-menu .config-sidebar-menu-title {
    width: 80%;
    padding: 0 0.2em 0 0.7em;
}

.main-sidebar + .content-wrapper {
    /* 上の .sidebar-expanded の width とセット */
    margin-left: 15.5em;
}

.sidebar-collapsed {
    /* 下の .main-sidebar.main-sidebar-sm + .content-wrapper の margin-left とセット */
    width: 3.5em;
}

.main-sidebar.main-sidebar-sm + .content-wrapper {
    /* 上の .sidebar-collapsed の width とセット */
    margin-left: 3.5em;
}

.main-sidebar + .content-wrapper .fixed-footer {
    /* 上の .sidebar-collapsed の width とセット */
    padding-left: 18.3em; /* 15.5em + 2.8em */
}

.main-sidebar.main-sidebar-sm + .content-wrapper .fixed-footer {
    /* 上の .sidebar-collapsed の width とセット */
    padding-left: 6.3em; /* 3.5em + 2.8em */
}

.sidebar-expanded .sidebar .sub-menu {
    left: 15.5em;
}

.sidebar-collapsed .sidebar .sub-menu {
    left: 3.5em;
}

.sidebar .sub-menu {
    visibility: hidden;
    position: fixed;
    flex-direction: column;
    background: #fff;
    color: #000;
    width: 0;
    height: fit-content;
    padding-left: 0px;
    white-space: nowrap;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.06);
    padding: 10px 15px;
    margin: 0 0 8px 8px;
    cursor: auto;
}

.sidebar div.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0;
    vertical-align: 0;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

.sidebar .sub-menu.show {
    visibility: visible;
}

.sidebar .sub-menu .title {
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 6px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.sidebar .sub-menu a {
    font-size: 13px;
    color: #656565;
}

.sidebar .sub-menu.show {
    width: fit-content;
}

.sub-menu-item-list {
    list-style: none;
    padding-left: 0;
}

    .sub-menu-item-list > .sub-menu-item {
        list-style-type: none;
        padding: 3px 8px;
    }

        .sub-menu-item-list > .sub-menu-item:hover {
            color: #262626;
            text-decoration: none;
            background-color: #f1f1f1 !important;
            border-radius: 2px;
            cursor: pointer;
        }

        .sub-menu-item-list > .sub-menu-item > a {
            display: inline-block;
            width: 100%;
        }

.sub-menu-expand-icon {
    opacity: 1;
    font-size: 12px;
}

.fixed-footer {
    background-color: rgba(255,255,255,0.9);
    position: fixed;
    margin-top: 20em;
    bottom: 0;
    right: 0;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 2.8em;
    padding-left: 2.8em;
    text-align: right;
    z-index: 700;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.06);
    -webkit-transition: -webkit-transform .3s ease-in-out,padding .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,padding .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,padding .3s ease-in-out;
    transition: transform .3s ease-in-out,padding .3s ease-in-out;
}

.content-wrapper.header-disabled {
    margin: 0;
    padding: 0;
}

.toolbar-header + .content-wrapper.header-disabled {
    padding: 3em 0 0 0;
}

.content {
    width: auto;
    margin: 0 2.8em 2.8em 2.8em;
    position: relative;
}

    .content.sub {
        margin: 0 2.8em 0.8em 2.8em;
    }

.main-btn-wrapper {
    position: absolute;
    max-width: 80em;
    margin: 0 auto;
    top: -3.5em;
    right: 0;
}

.status-wrapper {
    position: absolute;
    max-width: 80em;
    margin: 0 auto;
    top: -3.5em;
    right: 0;
}
    .status-wrapper .badge {
        font-size: 14px;
        font-weight: normal;
        min-width: 6em;
    }

.de-info {
    position: absolute;
    top: 30px;
    left: 0px;
    z-index: 880;
    font-size: 16px;
}

    .de-info.mfs {
        top: -20px;
    }

    .de-info.eb-badge {
        top: -10px;
    }

.footer-wrapper {
    margin-top: 10em;
}

/* 角丸テーブル */
.table.radius {
    border: 1px solid #c2c2c2;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 4px;
}

    .table.radius th,
    .table.radius td {
        border-bottom: 1px solid #dcdcdc;
        border-right: 1px solid #dcdcdc;
        border-top: none;
        text-align: center;
        vertical-align: middle;
    }

    .table.radius th {
        padding: .3em .5em;
        background: #eaeaea;
        color: #444;
    }

    .table.radius td {
        padding: 0.7em 0.5em;
    }

        .table.radius th:last-child,
        .table.radius td:last-child {
            border-right: none;
        }

    .table.radius tr.rb th {
        border-right: 1px solid #dcdcdc;
    }

.table.setting td {
    text-align: left;
}

.table.radius tr.pointer {
    cursor: pointer;
}

.table.radius tr:last-child th,
.table.radius tr:last-child td {
    border-bottom: none;
}

.table.radius tr:first-child th:first-child,
.table.radius tr:first-child td:first-child {
    border-radius: 3px 0 0 0;
}

.table.radius tr:first-child th:last-child,
.table.radius tr:first-child td:last-child {
    border-radius: 0 3px 0 0;
}

.table.radius tr:last-child th:first-child,
.table.radius tr:last-child td:first-child {
    border-radius: 0 0 0 3px;
}

.table.radius tr:last-child th:last-child,
.table.radius tr:last-child td:last-child {
    border-radius: 0 0 3px 0;
}

.table-hover tbody tr:hover > td,
.table-hover-multi tr.trhover > td {
    background-color: #e1f8fe;
}

.table.radius.mw-65 {
    min-width: 65em;
}

.table.radius th.b-right,
.table.radius td.b-right {
    border-right: 1px solid #dcdcdc;
}

.search-title {
    font-size: 90%;
}

.search-area-wrapper {
    padding: 0.5rem 1rem 1rem;
    background: #fff;
    border: 1px solid #C2C2C2;
    border-radius: 0.25rem;
}

    .search-area-wrapper .search-item,
    .tab-pane .search-item {
        margin: 0.3em 0;
        padding-right: 1em;
    }

.table.search-area {
    width: auto;
    margin-bottom: 0;
}

    .table.search-area td,
    .table.search-area th {
        background-color: transparent;
        text-align: left;
    }

        .table.search-area td span,
        .table.search-area th span {
            font-size: 90%;
        }

    .table.search-area td {
        padding: 0 1.5em 1em 0.2em;
        border: 0;
    }

    .table.search-area th {
        padding: 0;
        border: 0;
        font-weight: normal;
    }

.ex-search-form {
    position: absolute;
    bottom: 1em;
    left: 1.1em;
}

table.table-fixed {
    table-layout: fixed;
}

.table.config {
    font-size: 13px;
}

.table.table-bordered.config th,
.table.table-bordered.config td {
    border: 1px solid #d8d8d8;
    text-align: center;
    vertical-align: middle;
}

.table.config th {
    padding: .3em .4em .2em .4em;
    background: #eaeaea;
    color: #444;
}

.table.config td {
    padding: .4em;
}

    .table.config td span {
        line-height: 1.7;
    }

.table.config .btn.btn-sm {
    font-size: 12px;
    padding: 0.2rem 0.5rem;
}

.table.config tr.edit td {
    background: #fdfaf1;
    color: #584611;
    border-bottom: 1px solid #e4ddc9;
    border-right: 1px solid #e4ddc9;
}

.table.radius tr.edit td:last-child {
    border-right: none;
}

.table.radius tr.edit td.b-right {
    border-right: 1px solid #e4ddc9;
}

.table.radius .b-bottom-0 {
    border-bottom: none;
}

.table.table-hover-multi tr.trhover td {
    cursor: pointer;
}

.table.radius .badge {
    font-size: 0.73rem;
    font-weight: normal;
    min-width: 3.3rem;
}

.table.detail {
    font-size: 13px;
}

    .table.detail th {
        padding: 0.3em 0.5em;
    }

    .table.detail td {
        padding: 0.2em 0.3em;
    }

    .table.detail.multi-line td {
        padding: 0.3em;
    }

.table.detail .btn.btn-sm {
    font-size: 12px;
}

.table.list {
    font-size: 13px;
}

.table.table-sm.multi-line td {
    padding: 0.3em 0.4em;
}

.table.detail td {
    height: 3em;
}

.word-break-all {
    word-break: break-all;
}

.icon-window {
    height: 10px;
    padding-left: 0.3em;
    position: relative;
}

/* ボタン等幅 */
.btn-search-area {
    min-width: 10em;
}

.btn-table-area {
    min-width: 9em;
}

.btn-data-area {
    min-width: 5em;
}

.btn-setting-area {
    min-width: 7em;
}

.btn-footer-area {
    min-width: 7em;
}

/* 一覧背景 */
.GYOBACK1 {
    background-color: #ffffff;
}

.GYOBACK2 {
    background-color: #f9f9f9;
}

.GYOBACK3 {
    background-color: #FAFAC8;
}

.GYOBACK4 {
    background-color: #FAC8F9;
}

/* 入力項目 */
.BGINPUT {
    background-color: #ffffff;
}

.bg-title {
    background-color: #eaeaea;
}

input[type=text]::-webkit-input-placeholder {
    color: #bbb;
}

input[type=text]:-ms-input-placeholder {
    color: #bbb;
}

i.fa-question-circle[data-toggle='tooltip'] {
    color: #555;
}

/* jquery blockUIの通知拡張 */
.growlUI h1 {
    font-size: 1.2em;
    margin: 0.5em 0 0.7em 0;
    padding: 0;
}

    .growlUI h1:before {
        content: "\f058";
        font-family: 'Font Awesome 5 Free';
        font-size: 1.5em;
        position: relative;
        padding-right: 0.5em;
        font-weight: 800;
        top: .09em;
    }

.smp {
    line-height: 2;
    width: 2em;
    padding: 0 2em;
    position: relative;
    top: -0.1em;
    left: -0.5em;
    cursor: pointer;
}

    .smp.smp1 {
        background: #125990;
    }

    .smp.smp2 {
        background: #0175AD;
    }

    .smp.smp3 {
        background: #1B8FB7;
    }

    .smp.smp4 {
        background: #438E81;
    }

    .smp.smp5 {
        background: #407E3A;
    }

    .smp.smp6 {
        background: #A82832;
    }

    .smp.smp7 {
        background: #C7686A;
    }

    .smp.smp8 {
        background: #777066;
    }

    .smp.smp9 {
        background: #465966;
    }

    .smp.smp10 {
        background: #001C31;
    }

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-60 {
    width: 60% !important;
}

.w-auto {
    width: auto !important;
}

/*
   テキストボックスサイズ

   ※ flex-grow: 0 !important; をしないと .input-group > .form-control の
      flex: 1 1 auto; が効いてしまい、width が効かない
*/
.txtw-1 {
    flex-grow: 0 !important;
    width: 2.5em !important;
}

.txtw-2 {
    flex-grow: 0 !important;
    width: 3em !important;
}

.txtw-3 {
    flex-grow: 0 !important;
    width: 4em !important;
}

.txtw-4 {
    flex-grow: 0 !important;
    width: 4.5em !important;
}

.txtw-5 {
    flex-grow: 0 !important;
    width: 5em !important;
}

.txtw-7 {
    flex-grow: 0 !important;
    width: 6em !important;
}

.txtw-10 {
    flex-grow: 0 !important;
    width: 7.5em !important;
}

.txtw-15 {
    flex-grow: 0 !important;
    width: 11em !important;
}

.txtw-20 {
    flex-grow: 0 !important;
    width: 14em !important;
}

.txtw-30 {
    flex-grow: 0 !important;
    width: 20em !important;
}

.txtw-40 {
    flex-grow: 0 !important;
    width: 25em !important;
}

.txtw-50 {
    flex-grow: 0 !important;
    width: 31em !important;
}

.txtw-100 {
    flex-grow: 0 !important;
    width: 58em !important;
}

.txtw-max {
    width: 100% !important;
    max-width: 100%;
}

.op-0 {
    opacity: 0 !important;
}

.op-1 {
    opacity: 1 !important;
}

.form-control.form-calendar {
    flex-grow: 0 !important;
    width: 6.4em;
    padding: 0.25rem 0.3rem;
}

.form-control.form-time {
    width: 2.4em;
    padding: 0.25rem 0.3rem;
}

/* ステータス */
.badge.badge-shoninsashi,
.badge.badge-shihasumi,
.badge.badge-shihamachi,
.badge.badge-kari,
.badge.badge-shomachi,
.badge.badge-shosumi,
.badge.badge-kakumachi,
.badge.badge-kihyosumi,
.badge.badge-miseisan {
    color: #fff;
}

.badge-shoninsashi {
    background-color: #ff5d26;
}
.badge-shihamachi,
.badge-shihasumi,
.badge-miseisan,
.badge-kihyosumi,
.badge-shosumi {
    background-color: #9a9a9a;
}

.badge-kari {
    background-color: #41b3e9;
}

.badge-shomachi {
    background-color: #4271c2;
}

.badge-kakumachi {
    background-color: #46a454;
}

.badge-kind {
    background-color: rgba(222, 218, 210, 0.4);
    width: 4.5rem;
    padding: 0.3rem;
}

span.badge-lg {
    font-size: 100%;
    line-height: 1.3;
    padding-top: 0.4em;
    vertical-align: middle;
}

.inline-nowrap {
    flex-flow: nowrap;
    height: 1.9rem;
}

/* ソートボタン関連 */
.btn-sort {
    line-height: 1.0;
    border-radius: 0.5rem;
    display: none;
}

.icon-sort {
    color: #afafaf;
    font-size: 12px;
}

.th-sort {
    cursor: pointer;
    -webkit-transition: all 100ms;
    transition: all 100ms;
}

.th-shonin {
    width: 3.5em;
}

.table.radius th.th-sort:hover {
    background: #e1e1e1;
}

/* ページング関連 */
.btn.page-link.left:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f0d9";
    padding-left: 0.2em;
    padding-right: 0.2em;
    font-weight: 800;
}

.btn.page-link.right:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f0da";
    padding-left: 0.2em;
    padding-right: 0.2em;
    font-weight: 800;
}

.separator {
    border-radius: 2px;
}

.card-header.card-header-sm {
    padding: 0.3rem 1rem 0.75rem;
}

    .card-header.card-header-sm .nav-link {
        padding: 0.4rem 0.6rem 0.3rem;
        font-size: 90%;
    }

.card-body.card-body-sm {
    padding: 0.6em 1em;
}

.input-group-prepend .input-group-text {
    padding: 0.25rem 0.55rem;
}

/* エラー画面 */
body.err {
    background: #f3f3f3;
}

.error-content-wrapper {
    width: 60em;
    padding-top: 3em;
    text-align: center;
    margin: 0 auto;
}

    .error-content-wrapper .info-message {
        margin-top: 2.5em;
        padding: 0 3em;
        line-height: 1.7;
    }

    .error-content-wrapper .title {
        font-size: 15pt;
        color: #d83737;
        font-weight: bold;
    }

    .error-content-wrapper table td {
        text-align: left;
        font-size: 85%;
        padding-bottom: 0.5em;
        vertical-align: top;
    }

        .error-content-wrapper table td:first-child {
            text-align: right;
            width: 10em;
            font-weight: bold;
        }

.lbl-error {
    color: #ff5d26;
}

.panel-wrapper-sm {
    /* max-width: 55em; */
}

.panel-wrapper-smc {
    max-width: 55em;
    margin: 0 auto;
}

/* ページャー */
.data-pager {
    height: 2.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
    .data-pager .btn {
        min-width: 2.2em;
    }

/* ファイルアップローダー */
.fileup-name {
    cursor: pointer;
}

.input-group .btn.btn-light {
    border-color: #c2c2c2;
    background: #ffffff;
}

    .input-group .btn.btn-light:focus, .btn.btn-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

.btn.btn-sm i {
    vertical-align: middle;
    padding-bottom: 3px;
}

.btn.btn-sm.input-group-text i {
    padding-bottom: 1px;
}

.sashimodoshi {
    color: #ff5d26;
}

.shoninchu {
    color: #05a7af;
}

.shoninmachi {
    color: #808080;
}

.karitouroku {
    color: #67B6D4;
}

.shouninzumi {
    color: #6DAB05;
}

.mishonin,
.fuyou {
    color: #b0b0b0;
}


i.clickable {
    height: 16px;
    font-size: 16px;
    color: #808080;
}

    i.clickable:hover {
        color: #2a2a2a;
    }

.icon-btn-16 {
    font-size: 16px;
}

.install-id {
    font-size: 14px;
    font-weight: bold;
    color: #bf1d1d;
}

textarea.form-control::placeholder {
    color: #bbbbbb;
}

/* 縦書き */
.text-vertical {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.toolbar-header + section {
    padding-top: 3em;
}

.label-selected-name {
    color: #646464;
    margin-left: 0.4em;
}

.btn-create {
    color: #fff;
    font-size: 100%;
    padding: 0.5em 1em;
    min-width: 11.5em;
}

.btn-catalogbuy {
    width:200px;
    height:32px;
    font-size:0.8rem;
}

input.form-control-wf {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Meiryo", "メイリオ";
    border-radius: 0.2rem;
    border: 1px solid #c2c2c2;
    padding: 2px 3px;
    font-size: 10pt;
}

textarea.form-control-wf {
    border-radius: 0.2rem;
    border: 1px solid #c2c2c2;
    padding: 2px 3px;
    font-size: 10pt;
    line-height: 1.1;
}

    input.form-control-wf:disabled, input.form-control-wf[readonly],
    textarea.form-control-wf:disabled, textarea.form-control-wf[readonly] {
        color: #666;
        background: #e9ecef;
    }

        input.form-control-wf:disabled:hover, input.form-control-wf[readonly]:hover,
        textarea.form-control-wf:disabled:hover, textarea.form-control-wf[readonly]:hover {
            cursor: default;
        }


.form-control.fileup-name[readonly] {
    cursor: pointer;
}

/* bootstrapカスタマイズ関連 */
.form-control {
    border: 1px solid #c2c2c2;
}

    .form-control[readonly] {
        cursor: default;
    }

.input-group-text {
    font-size: 1em;
    background-color: #ffffff;
    border: 1px solid #c2c2c2;
}

a.btn {
    cursor: pointer;
}

a.btn-info:link,
a.btn-primary:link,
a.btn-success:link,
a.btn-dark:link,
a.btn-secondary:link,
a.btn-create:link {
    color: #fff;
}

a.btn-primary.disabled {
    color: #fff;
}


a.btn-info:active,
a.btn-primary:active,
a.btn-success:active,
a.btn-dark:active,
a.btn-secondary:active,
a.btn-create:active {
    color: #fff;
}

a.btn-info:visited,
a.btn-primary:visited,
a.btn-success:visited,
a.btn-dark:visited,
a.btn-secondary:visited,
a.btn-create:visited {
    color: #fff;
}

a.btn-warning:link,
a.btn-light:link {
    color: #111;
}

a.btn-primary.dropdown-toggle-split {
    border-left: solid 1px rgba(0, 0, 0, 0.15);
}

.btn.btn-light {
    background: #f0f0f0;
    border-color: #c2c2c2;
}

    .btn.btn-light:hover {
        background: #e6e9eb;
    }

    .btn.btn-light:focus, .btn.btn-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(150, 150, 150, 0.5);
    }

.btn-danger {
    color: #333333;
    background-color: #c6cecd;
    background-image: none;
    border-color: #a6a6a6;
}

    .btn-danger:hover {
        color: #333333;
        background-color: #a9b5b3;
        border-color: #a6a6a6;
    }

    .btn-danger:focus, .btn-danger.focus {
        box-shadow: 0 0 0 0.2rem rgba(198, 206, 205, 0.5);
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: rgba(51, 51, 51, 0.3);
        background-color: rgba(198, 206, 205, 0.3);
        border-color: rgba(166, 166, 166, 0.5);
    }

    .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
    .show > .btn-danger.dropdown-toggle {
        color: #333333;
        background-color: #a9b5b3;
        border-color: #a6a6a6;
    }

        .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(198, 206, 205, 0.5);
        }

.card {
    border: 1px solid #c2c2c2;
}

.card-header {
    padding: 0.5rem 0.75rem;
    border-bottom: 1px solid #dcdcdc;
}

.nav-tabs {
    border-bottom: 1px solid #c2c2c2;
}
    ul.nav-tabs > li.nav-item:hover {
        color: #000;
    }

.nav-tabs .nav-link {
    padding: 0.35rem 0.7rem;
}

ul.nav-tabs > li.nav-item > .nav-link:hover {
    border: 1px solid #e3e3e3;
    border-bottom: 1px solid #c2c2c2;
}

ul.nav-tabs > li.nav-item > .nav-link.active:hover {
    border: 1px solid #c2c2c2;
    border-bottom: 1px solid transparent;
}

    .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
        color: #333333;
        border-color: #c2c2c2 #c2c2c2 #fff;
    }

.page-link, .page-link:hover {
    border: 1px solid #c2c2c2;
    color: #167AC6;
}

.alert {
    line-height: 1.4;
}

.alert-danger {
    color: #ff5d26;
    background-color: #fbe5d6;
    border-color: #ffc0ab;
}

.alert-secondary.eb-note {
    border: solid red 2px;
}

.tooltip-inner {
    max-width: 270px;
}

.dropdown-menu {
    font-size: 14px;
    padding: 0.5rem;
    min-width: 8rem;
}
.dropdown-item {
    padding: 0.25rem 0.3rem;
}
.dropdown-header {
    padding: 0.25rem 0.3rem;
}

.workflow-content td div {
    vertical-align: middle;
}

.drop-area {
    border: 3px dotted #ccc !important;
    background-color: #fff !important;
    color: #92AAB0;
    font-weight: normal;
}

    .drop-area.drag-enter {
        border: 3px solid #ccc !important;
        background-color: #f7f7f7 !important;
        color: #0B85A1;
        font-weight: bold;
    }

.row.list {
    margin-right: -0.6em;
    margin-left: -0.6em;
    justify-content: space-between;
}

    .row.list::before {
        content: "";
        display: block;
        width: 25%;
        order: 1;
    }

    .row.list::after {
        content: "";
        display: block;
        width: 25%;
    }

    .row.list .list-item {
        padding-right: 0;
        padding-left: 0;
        display: block;
        width: 25%;
    }

        .row.list .list-item .card {
            height: calc(100% - 1rem);
        }

.toast-pos1 {
    position: absolute;
    top: 5em;
    right: 1.5em;
    min-width: 20em;
}
    .toast-pos1.sub {
        top: 1.5em;
    }

.toast-header.tst-primary .close:hover,
.toast-header.tst-warning .close:hover {
    color: #fff;
}

.toast-header.tst-primary .close,
.toast-header.tst-warning .close {
    color: #fff;
    font-size: 0.8em;
}

.toast-header.tst-warning {
    background-color: #ff5d26;
    color: #fff;
}

a.dropdown-item {
    padding: 0.25rem 0.75rem;
    color: #167AC6;
}

    a.dropdown-item:hover {
        color: #1F4E79;
    }

.file-name > i {
    font-size: 1rem;
    color: #6c757d;
}

#anbunInput .modal-dialog {
    min-width: 800px;
}

.anbun-back {
    color: #aaa;
    cursor: pointer;
    -webkit-transition: all 100ms;
    transition: all 100ms;
}

    .anbun-back:hover {
        color: black;
    }

.anbun-input .add-anbun {
    margin: 1em 0em;
    padding: 0.5em;
    border-radius: 3px;
    color: #aaa;
    border: 1px solid #e1e1e1;
    cursor: pointer;
    -webkit-transition: all 100ms;
    transition: all 100ms;
}

    .anbun-input .add-anbun:hover {
        background: #f5f5f5;
    }

        .anbun-input .add-anbun:hover span {
            color: #999;
        }

    .anbun-input .add-anbun span {
        font-size: 15px;
    }

.anbun-input .anbun-header {
    margin: 0em;
    padding: 0.25em;
    color: #fff;
    background: #658ba8;
    border-radius: 0.2rem;
}

.anbun-input .anbun-row {
    position: relative;
    margin: 1em 0em;
    padding: 0.5em;
    background: #eff3f6;
    border-radius: 3px;
    -webkit-transition: all 100ms;
    transition: all 100ms;
}

    .anbun-input .anbun-row .anbun-row-col {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }

.anbun-input .anbun-close {
    color: gray;
    cursor: pointer;
}

.anbun-footer .btn {
    cursor: pointer;
}

    .anbun-footer .btn.disabled {
        cursor: default;
    }

section.content .selectize-control.single .selectize-input:after {
    border-style: none;
}

section.content .selectize-control.plugin-remove_button [data-value] {
    padding-right: 20px !important;
}

section.content .selectize-control.plugin-remove_button .remove-single {
    font-size: 18px;
}

section.content .selectize-dropdown, .selectize-dropdown.form-control {
    font-size: 90%;
}

section.content .selectize-input {
    padding: 0.25rem 0.5rem;
    min-height: 100%;
    height: 100%;
}

section.content .selectize-control .selectize-input.disabled {
    opacity: 1;
    background: #e9ecef;
}

section.content .form-control.selectize-control {
    height: calc(1.5em + 0.5rem + 2px);
}

    section.content .form-control.selectize-control .selectize-input {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

section.content .selectize-dropdown .active {
    background-color: #f3f3f3;
}

    section.content .selectize-dropdown .active.suggest {
        background-color: #f8f4e8;
    }

section.content .selectize-dropdown .create {
    padding-left: 0.5rem;
}

section.content .selectize-dropdown .option,
section.content .selectize-dropdown [data-disabled],
section.content .selectize-dropdown [data-disabled] [data-selectable].option {
    cursor: default;
    font-size: 9.5pt;
    line-height: 1.4;
    margin: 0.2em 0;
}

    section.content .selectize-dropdown .option.suggest {
        color: #856404;
    }

        section.content .selectize-dropdown .option.suggest::before {
            content: "";
            font-family: 'Font Awesome 5 Free';
            font-weight: bold;
            font-size: 90%;
            opacity: 0.5;
        }

    section.content .selectize-dropdown .option .opt-val {
        color: #777;
        margin-right: 0.2rem;
    }

    section.content .selectize-dropdown .option .opt-btxt {
        font-size: 8pt;
        color: #aaa;
    }

    section.content .selectize-dropdown .option .opt-overview {
        font-size: 7pt;
        color: #aaa;
    }

    section.content .selectize-dropdown .option.suggest .opt-val {
        color: #9d7706;
    }

    section.content .selectize-dropdown .option.suggest .opt-btxt {

        color: #c3ac6a;
    }

    section.content .selectize-dropdown .option.suggest .opt-overview {
        color: #c3ac6a;
    }

section.content .selectize-input .item {
    font-size: 80%;
    padding: 0.1em 0.5em;
    border-radius: 1em;
    background: #eee;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.txt-bumon-sel {
    flex-grow: 0 !important;
    min-width: 9.5rem !important;
}

    .txt-bumon-sel.sel-sm {
        min-width: 7.6rem !important;
    }

    .txt-bumon-sel.sel-lg {
        min-width: 12.5rem !important;
    }

    .txt-bumon-sel.sel-xl {
        min-width: 16.5rem !important;
    }

    .txt-bumon-sel .selectize-input .item {
        max-width: 8.1rem;
    }

    .txt-bumon-sel.sel-sm .selectize-input .item {
        max-width: 6.2rem;
    }

    .txt-bumon-sel.sel-lg .selectize-input .item {
        max-width: 11rem;
    }

    .txt-bumon-sel.sel-xl .selectize-input .item {
        max-width: 15rem;
    }

.txt-project-sel {
    flex-grow: 0 !important;
    min-width: 10.5rem !important;
}

    .txt-project-sel.sel-sm {
        min-width: 8.6rem !important;
    }

    .txt-project-sel.sel-lg {
        min-width: 14.5rem !important;
    }

    .txt-project-sel.sel-xl {
        min-width: 16.5rem !important;
    }

    .txt-project-sel .selectize-input .item {
        max-width: 9.1rem;
    }

    .txt-project-sel.sel-sm .selectize-input .item {
        max-width: 7.2rem;
    }

    .txt-project-sel.sel-lg .selectize-input .item {
        max-width: 13rem;
    }

    .txt-project-sel.sel-xl .selectize-input .item {
        max-width: 15rem;
    }

.txt-uchiwake-sel {
    flex-grow: 0 !important;
    min-width: 10rem !important;
}

    .txt-uchiwake-sel.sel-sm {
        min-width: 8.6rem !important;
    }

    .txt-uchiwake-sel.sel-lg {
        min-width: 14.5rem !important;
    }

    .txt-uchiwake-sel.sel-xl {
        min-width: 16.5rem !important;
    }

    .txt-uchiwake-sel .selectize-input .item {
        max-width: 8.6rem;
    }

    .txt-uchiwake-sel.sel-sm .selectize-input .item {
        max-width: 7.2rem;
    }

    .txt-uchiwake-sel.sel-lg .selectize-input .item {
        max-width: 13rem;
    }

    .txt-uchiwake-sel.sel-xl .selectize-input .item {
        max-width: 15rem;
    }

.txt-youken-sel {
    flex-grow: 0 !important;
    min-width: 10rem !important;
}

    .txt-youken-sel.sel-sm {
        min-width: 8.6rem !important;
    }

    .txt-youken-sel.sel-md {
        min-width: 11.5rem !important;
    }

    .txt-youken-sel.sel-lg {
        min-width: 14.5rem !important;
    }

    .txt-youken-sel.sel-xl {
        min-width: 16.5rem !important;
    }

    .txt-youken-sel .selectize-input {
        border-top-left-radius: 4px !important;
        border-bottom-left-radius: 4px !important;
    }

        .txt-youken-sel .selectize-input .item {
            max-width: 8.6rem;
        }

    .txt-youken-sel.sel-sm .selectize-input .item {
        max-width: 7.2rem;
    }

    .txt-youken-sel.sel-md .selectize-input .item {
        max-width: 10rem;
    }

    .txt-youken-sel.sel-lg .selectize-input .item {
        max-width: 13rem;
    }

    .txt-youken-sel.sel-xl .selectize-input .item {
        max-width: 15rem;
    }

span.sel-value {
    color: #8a8a8a;
    padding-right: 0.1rem;
}

.lnkbtn-label {
    color: #167AC6;  
}
    .lnkbtn-label:hover {
        color: #1F4E79;
        text-decoration: underline;
        text-decoration-color: #1F4E79;
    }
.table.radius.bottom-less {
    margin-bottom: 0rem !important;
}

.modal-body.modal-no-scroll-width {
    overflow: inherit !important;
    width: 120% !important;
}

.modalObject {
    width: 120% !important;
    height: 76vh;
    overflow: hidden;
    max-width: 100%;
}

.modal-body.modal-no-scroll {
    overflow: inherit !important;
}

.reportview-div {
    width: 60em;
    padding-top: 3em;
    text-align: center;
    margin: 0 auto;
}

    .reportview-div .reportview-message {
        margin-top: 2.5em;
        line-height: 1.7;
    }

    .reportview-div .reportview-title {
        font-size: 15pt;
        color: #d83737;
        font-weight: bold;
    }