/* 詳細画面のラベルの文字を縦方向中央揃えにする */
.table > tbody > tr > th {
    vertical-align: middle;
}

.body-space {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}

.pull-right {
    padding-right: 0;
}

/*@media all and (min-width:768px)*/
.form-inline .input-group.date > .form-control.input-date {
    width: 95px;
}

.form-group-sm .form-control {
    font-size: 14px;
}

.form-group {
    margin-bottom: 6px;
}

.h3 {
    font-weight: bold;
    font-size: 24px;
}

#pagebody {
    background-color: rgb(250,250,250);
    color: #555;
}

.table {
    background-color: #fff;
    margin-bottom: 0;
}

/*@media all and (min-width:768px)*/
.form-horizontal .form-group-sm .control-label {
    font-size: 14px;
}

.btn-default {
    background-color: rgb(245, 245, 245);
    border-color: #a6a6a6;
}

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-color: rgb(245, 245, 245);
    }

.btn-success {
    color: rgb(0, 0, 0);
    background-color: rgba(160,200,240, 1);
    border-color: rgba(160,200,240, 1);
    box-shadow: 0 12px 20px -10px rgba(180,200,200, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(180,200,200, 0.2);
}

    .btn-success:focus,
    .btn-success.focus {
        color: rgb(0, 0, 0);
        background-color: rgb(85,150,210);
        border-color: rgb(55,130,200);
        box-shadow: 0 12px 20px -10px rgba(180,200,200, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(180,200,200, 0.2);
    }

    .btn-success:hover {
        color: rgb(0, 0, 0);
        background-color: rgb(85,150,210);
        border-color: rgb(55,130,200);
        box-shadow: 0 12px 20px -10px rgba(180,200,200, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(180,200,200, 0.2);
    }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        color: rgb(0, 0, 0);
        background-color: rgb(55,130,200);
        border-color: rgb(65,115,200);
        box-shadow: 0 12px 20px -10px rgba(180,200,200, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(180,200,200, 0.2);
    }

        .btn-success:active:hover,
        .btn-success.active:hover,
        .open > .dropdown-toggle.btn-success:hover,
        .btn-success:active:focus,
        .btn-success.active:focus,
        .open > .dropdown-toggle.btn-success:focus,
        .btn-success:active.focus,
        .btn-success.active.focus,
        .open > .dropdown-toggle.btn-success.focus {
            color: rgb(0, 0, 0);
            background-color: rgb(55,130,200);
            border-color: rgb(65,115,200);
            box-shadow: 0 12px 20px -10px rgba(180,200,200, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(180,200,200, 0.2);
        }

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: rgb(48, 218, 128);
    border-color: rgb(48, 218, 128);
}

.btn-success .badge {
    color: rgb(0, 0, 0);
    background-color: rgb(48, 218, 128);
}


.btn-danger {
    color: rgb(0, 0, 0);
    background-color: rgb(230, 130, 130);
    border-color: rgb(230, 130, 130);
    box-shadow: 0 12px 20px -10px rgba(210, 160, 160, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(210, 160, 160, 0.2);
}

    .btn-danger:focus,
    .btn-danger.focus {
        color: rgb(0, 0, 0);
        background-color: rgb(220, 85, 85);
        border-color: rgb(215, 55, 55);
        box-shadow: 0 12px 20px -10px rgba(210, 160, 160, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(210, 160, 160, 0.2);
    }

    .btn-danger:hover {
        color: rgb(0, 0, 0);
        background-color: rgb(220, 85, 85);
        border-color: rgb(215, 55, 55);
        box-shadow: 0 12px 20px -10px rgba(210, 160, 160, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(210, 160, 160, 0.2);
    }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        color: rgb(0, 0, 0);
        background-color: rgb(215, 55, 55);
        border-color: rgb(160, 10, 45);
        box-shadow: 0 12px 20px -10px rgba(210, 160, 160, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(210, 160, 160, 0.2);
    }

        .btn-danger:active:hover,
        .btn-danger.active:hover,
        .open > .dropdown-toggle.btn-danger:hover,
        .btn-danger:active:focus,
        .btn-danger.active:focus,
        .open > .dropdown-toggle.btn-danger:focus,
        .btn-danger:active.focus,
        .btn-danger.active.focus,
        .open > .dropdown-toggle.btn-danger.focus {
            color: rgb(0, 0, 0);
            background-color: rgb(215, 55, 55);
            border-color: rgb(160, 10, 45);
            box-shadow: 0 12px 20px -10px rgba(210, 160, 160, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(210, 160, 160, 0.2);
        }

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}

    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled.focus,
    .btn-danger[disabled].focus,
    fieldset[disabled] .btn-danger.focus {
        background-color: rgb(220, 85, 85);
        border-color: rgb(215, 55, 55);
    }

    .btn-danger .badge {
        color: rgb(0, 0, 0);
        background-color: rgb(220, 85, 85);
    }

.table-style {
    padding-bottom: 10px;
    padding-top: 10px;
}

.panel-home {
    border-color: #999;
    padding: 15px;
}

.well {
    padding: 5px;
    margin-bottom: 0;
}

.msg-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: 0;
    background-color: #eeeeee;
    border: 0;
}

.h-pull-right {
    float: right !important;
    padding: 4px 30px;
}

.h-pull-left {
    float: left !important;
    padding: 0 30px;
}

.dropdown-menu {
    top: 90%;
}

.tab-np {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.panel-tab2 {
    background-color: #fff;
    border: 0 solid transparent;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 0 rgba(0, 0, 0, .05);
    padding: 10px;
}

.panel-tab {
    background-color: #555;
    border: 0 solid transparent;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 0 rgba(0, 0, 0, .05);
    padding: 5px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: rgba(46, 117, 182, 1);
    box-shadow: 0 6px 10px -5px rgba(51, 166, 166, 0.28), 0 2px 10px 0 rgba(0, 0, 0, 0.12), 0 3px 4px -2px rgba(51, 166, 166, 0.2);
}

.nav-justified.nav-tabs > .active > a, .nav-justified.nav-tabs > .active > a:hover, .nav-justified.nav-tabs > .active > a:focus {
    border: none;
    border-bottom-color: transparent;
}

.nav-tabs > li > a {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #000;
}

.nav-tabs > li > a:hover {
    border-color: #ccc #ccc #ccc;
    color: #000;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #fff;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    border-color: #001e1e;
}

.form-group-sm .form-control {
    padding: 2px 10px;
}

.table-syosai {
    width: 50px;
}

.table-bikou {
    width: 300px;
}

.table-10 {
    width: 10px;
}

.table-50 {
    width: 50px;
}

.table-70 {
    width: 70px;
}

.table-100 {
    width: 100px;
}

.table-110 {
    width: 110px;
}

.table-120 {
    width: 120px;
}

.table-150 {
    width: 150px;
}

.table-200 {
    width: 200px;
}

.table-250 {
    width: 250px;
}

.table-300 {
    width: 300px;
}

.table-500 {
    width: 500px;
}

/* about画面の文字間隔調整 */
.about-span {
    display: inline-block;
    width: 14em;
}

/* iTAssetEyeについて画面のアコーディオン */
.accbox {
    margin: 2em 0;
    padding: 0;
}

/* ラベル */
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding: 11px 12px;
    color: #2f8fcf;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.5s;
}

/* チェックは隠す */
.accbox input {
    display: none;
}

/* 中身を非表示にしておく */
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/* クリックで中身表示 */
.cssacc:checked + .accshow {
    height: auto;
    padding-right: 15px;
    padding-left: 15px;
    opacity: 1;
}

.errMsgArea,
.infoMsgArea {
    padding-bottom: 0;
    padding-top: 0;
}

.button-for-menu {
    float: left !important;
    margin: 6px;
    vertical-align: middle;
    min-height: 100%;
}

.button-for-menu a {
    font-size: 28px;
    color: #fff;
}

.button-for-menu a,
.button-for-menu a .glyphicon {
    line-height: 34px;
}

.button-for-searchbar a {
    font-size: 20px;
    color: #001e1e;
}

#imgLogo {
    height: 42px;
    margin: 4px 10px;
}

#imgLogo_head {
    width: 45px;
    margin: 0 5px;
}

#usrIcon {
    height: 26px;
    width: 26px;
    margin: 2px 4px;
}

.left-menu-item {
    margin: 0;
    line-height: 48px;
    border-top: 1px solid #4d4d4d;
    border-bottom: 1px solid #1a1a1a;
    background-color: #001e1e;
}

.left-menu-item a {
    color: #fff;
    padding: 0 15px;
    text-decoration: none;
}

.bg-secondary {
    color: #fff;
    background-color: #13a6cb;
    font-size: 14px;
}

a.bg-secondary:hover,
a.bg-secondary:focus {
    background-color: #327575;
}

.panel.bg-secondary {
    box-shadow: 0 6px 10px -5px rgba(51, 166, 166, 0.28),
    0 2px 10px 0 rgba(0, 0, 0, 0.12),
    0 3px 4px -2px rgba(51, 166, 166, 0.2);
}

.form-block-title {
    margin-top: 40px;
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 2.5rem;
    color: #fff;
    background-color: #33a6a6;
}

.panel-block {
    border: none;
}

.panel-block-title {
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 2.5rem;
    color: rgb(252, 255, 254);
    background-color: #33a6a6;
}

.panel-block-title > h3 {
    font-size: 2.5rem;
}

div.h3-header {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 20px;
    line-height: 34px;
    color: rgb(252, 255, 254);
}

.menu-item-chevron {
    float: right;
    margin: 15px 0;
}

.searchbar-chevron {
    margin: 7px 10px;
}

div.detailed-search-area {
    width: 650px;
    top: 40px;
    left: 30px;
    background-color: rgb(247, 250, 250);
    border-color: rgb(191, 191, 191);
    padding: 5px 20px 20px;
    z-index: 4;
}

.detailed-search-area .checkbox label,
.detailed-search-area select {
    margin-right: 10px;
}

.bottom-button-area {
    margin-bottom: 20px;
}

table td.text, table th.text {
    max-width: 50px;
}

span.cell-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
}

.table-status-icon {
    font-size: 1.5em;
}

table.no-vertical-border > tbody > tr > td {
    border-right: none;
    border-left: none;
}

.tab-content-panel {
    position: relative;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

@media (min-width: 992px) {
    .list-left-row-md {
        border-right: solid 1px #ccc;
    }
}

header {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
    padding-right: 45px;
    padding-left: 0px;
    color: #fff;
    background-color: #2e75b6;
    background-image: -moz-linear-gradient(left, #2e75b6, #2e75b6 30%, #2e75b6);
    background-image: -webkit-gradient(linear, left top, right top, from(#2e75b6), color-stop(0.30, #2e75b6), to(#2e75b6));
    font-size: 14px;
}

.dropdown-menu > li.user-name {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: bold;
    line-height: 1.42857143;
    color: inherit;
    white-space: nowrap;
}

.dropdown-menu > li > a {
    color: inherit;
}

.dropdown > .user-btn {
    color: #fff;
    padding-right: 10px;
    font-size: 15px;
    border: none;
    vertical-align: bottom;
}

.omni-form .input-group-btn .btn {
    color: rgb(252, 255, 254);
    background-color: #777;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 1px solid grey;
}
    .omni-form .input-group-btn .btn.btns {
        color: rgb(0, 0, 0);
        background-color: #e6e6e6;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border: 1px solid grey;
    }

.omni-form .input-group .input-group-addon {
    top: 0px;
    background-color: #e6e6e6;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 1px solid grey;
    border-left-width: 0px;
}

.omni-form .input-group input {
    background-color: rgb(252, 255, 254);
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 1px solid grey;
}

ul.single-tab {
    border-bottom: none;
    font-size: 1.25em;
}

ul.single-tab + .tab-content-panel {
    border-top-right-radius: 4px;
}

.btn-normal {
    color: rgb(0, 0, 0);
    background-color: rgb(210, 210, 210);
    border-color: rgb(210, 210, 210);
    box-shadow: 0 12px 20px -10px rgba(200, 200, 200, 0.28),
    0 4px 20px 0 rgba(0, 0, 0, 0.12),
    0 7px 8px -5px rgba(200, 200, 200, 0.2);
}

.btn-normal:focus,
.btn-normal.focus {
    background-color: rgb(190, 190, 190);
    border-color: rgb(170, 170, 170);
}

    .btn-normal:hover {
        background-color: rgb(190, 190, 190);
        border-color: rgb(170, 170, 170);
    }

.btn-normal:active,
.btn-normal.active,
.open > .dropdown-toggle.btn-normal {
    background-color: rgb(170, 170, 170);
    border-color: rgb(140, 140, 140);
}

    .btn-normal:active:hover,
    .btn-normal.active:hover,
    .open > .dropdown-toggle.btn-normal:hover,
    .btn-normal:active:focus,
    .btn-normal.active:focus,
    .open > .dropdown-toggle.btn-normal:focus,
    .btn-normal:active.focus,
    .btn-normal.active.focus,
    .open > .dropdown-toggle.btn-normal.focus {
        background-color: rgb(190, 190, 190);
        border-color: rgb(170, 170, 170);
    }

.btn-normal:active,
.btn-normal.active,
.open > .dropdown-toggle.btn-normal {
    background-image: none;
}

    .btn-normal.disabled:hover,
    .btn-normal[disabled]:hover,
    fieldset[disabled] .btn-normal:hover,
    .btn-normal.disabled:focus,
    .btn-normal[disabled]:focus,
    fieldset[disabled] .btn-normal:focus,
    .btn-normal.disabled.focus,
    .btn-normal[disabled].focus,
    fieldset[disabled] .btn-normal.focus {
        background-color: rgb(190, 190, 190);
        border-color: rgb(170, 170, 170);
    }

    .btn-normal .badge {
        color: rgb(190, 190, 190);
        background-color: rgb(170, 170, 170);
    }

.table-shadow-dropped {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12),
    0 1px 2px 0 rgba(0, 0, 0, 0.24);
}

.table-shadow-dropped > thead > tr > th,
.table-shadow-dropped > tbody > tr > td {
    border-bottom: solid 1px rgb(252, 255, 254);
    border-right: solid 1px rgb(252, 255, 254);
}

.table-shadow-dropped > thead > tr > th:last-child,
.table-shadow-dropped > tbody > tr > td:last-child {
    border-right: none;
}

.table-shadow-dropped > thead > tr:last-child > th {
    border-bottom: solid 1px rgb(252, 255, 255);
}

    .table-shadow-dropped > tbody > tr:last-child > td {
        border-bottom: none;
        /*background-color: #fff;*/
    }
.table-shadow-dropped > tbody > tr:hover {
    background-color: #e1e3e2;
}

.table-shadow-dropped > thead > tr > th,
.table-shadow-dropped > tbody > tr > th,
.table-shadow-dropped > tfoot > tr > th,
.table-shadow-dropped > thead > tr > td,
.table-shadow-dropped > tbody > tr > td,
.table-shadow-dropped > tfoot > tr > td {
    vertical-align: middle;
}

.table-shadow-dropped > thead > tr > th:not(.text-left),
.table-shadow-dropped > tbody > tr > th:not(.text-left),
.table-shadow-dropped > tfoot > tr > th:not(.text-left),
.table-shadow-dropped > thead > tr > td:not(.text-left),
.table-shadow-dropped > tbody > tr > td:not(.text-left),
.table-shadow-dropped > tfoot > tr > td:not(.text-left) {
    /*text-align: center;*/
}

.side-logo-area {
    padding: 10px 10px 20px;
    position: sticky;
    top: 0;
    background-color: rgb(252, 255, 254);
    z-index: 1;
}

.omni-form .popover {
    max-width: 100%;
    border-color: transparent;
}

.omni-form .popover-content {
    color: rgb(0, 31, 31);
}

.modal-header {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

li:not(.active) > .tab-has-error {
    background-color: #ffcccc;
    border-top: solid red 2px !important;
    border-right: solid red 2px !important;
    border-left: solid red 2px !important;
}

li.dropdown > ul > li > .tab-has-error {
    border-bottom: solid red 2px !important;
}

/* sidrカスタマイズ */
.sidr {
    transition: left .2s ease;
    left: -260px;
}

.menu-open .sidr {
    left: 0;
}

.main-container {
    position: relative;
    transition: left .2s ease;
}

body.menu-open .main-container {
    left: 260px;
    width: calc(100% - 260px);
}

body:not(.menu-open) .main-container {
    width: 100vw;
}

.radiobutton-cell {
    padding: 0 10px;
}

.radiobutton-cell label {
    margin-right: 10px;
}

h3.summary-title {
    margin-top: 0;
}

.license-free {
    color: #ccc;
}

.license-assigned {
    color: inherit;
}

.omni-form .input-group > .search-control {
    width: 400px;
    border-color: grey;
}

.color-red {
    color: red;
}

.color-green {
    color: green;
}

.color-iAE {
    color: #13a6cb;
}

.panel-search {
    margin-bottom: 0;
    background-color: rgb(19, 166, 203);
    box-shadow: 0 6px 10px -5px rgba(252, 255, 254, 0.28), 0 2px 10px 0 rgba(0, 0, 0, 0.12), 0 3px 4px -2px rgba(252, 255, 254, 0.2);
    border: 1px solid transparent;
    border-radius: 4px;
}

.modal-footer {
    text-align: right;
}

.panel-ref {
    margin-bottom: 20px;
    /*box-shadow: 0 6px 10px -5px rgba(255, 255, 255, 0.28), 0 2px 10px 0 rgba(0, 0, 0, 0.12), 0 3px 4px -2px rgba(255, 255, 255, 0.2);*/
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    border: 0px solid lightgrey;
    font-size: 16px;
    font-weight: bold;
}

.panel-application {
    padding: 10px 50px;
    background-color: rgb(250, 253, 255);
}

body, .markdown-body {
    font-family: "メイリオ", Meiryo, sans-serif;
    overflow-x: hidden;
}

body {
    word-break: break-all;
}

.panel-wf-al {
    margin-right: 20px;
    width: 40.87%;
}

.chkbox {
    margin: 0 0 10px 10px;
    padding-top: 2em;
}

/* ラベルのスタイル　*/
.chkbox label {
    padding-left: 30px; /* ラベルの位置 */
    font-size: 19px;
    line-height: 20px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

/* ボックスのスタイル */
.chkbox label:before {
    content: '';
    width: 20px; /* ボックスの横幅 */
    height: 20px; /* ボックスの縦幅 */
    display: inline-block;
    position: absolute;
    left: 0;
    background-color: #fff;
    box-shadow: inset 1px 2px 3px 0 #000;
    border-radius: 6px 6px 6px 6px;
}

/* 元のチェックボックスを表示しない */
.chkbox input[type=checkbox] {
    display: none;
}

/* チェックした時のスタイル */
.chkbox input[type=checkbox]:checked + label:before {
        content: '\2713'; /* チェックの文字 */
        font-size: 19px; /* チェックのサイズ */
        color: #fff; /* チェックの色 */
        background-color: rgba(46, 117, 182, 1); /* チェックした時の色 */
}

.glyphicon-c {
    top: 10px;
    left: 10px;
}

.h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.treegrid-expander-expanded {
    background-image: none !important;
    transform: rotate(180deg);
    transform-origin: 7px 7px;
    transition: transform .2s ease;
}

.treegrid-expander-collapsed {
    background-image: none !important;
    transform-origin: 7px 7px;
    transition: transform .2s ease;
}

table.no-treegrid .treegrid-expander,
table.no-treegrid .treegrid-indent {
    display: none;
}

.wrapperDiv {
    height: 100%;
    width: 100%;
    border: 0;
}

textarea.form-control {
    height: 100%;
}

textarea {
    resize: vertical;
}

.collapsing {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.alert-success {
    color: rgb(42, 191, 127);
    background-color: rgb(225, 259, 236);
    border-color: rgb(172, 229, 199);
    box-shadow: 0 6px 10px -5px rgba(225, 259, 236, 0.28), 0 2px 10px 0 rgba(0, 0, 0, 0.12), 0 3px 4px -2px rgba(225, 259, 236, 0.2);
}

.alert-success hr {
    border-top-color: rgb(172, 229, 199);
}

.alert-success .alert-link {
    color: rgb(45, 179, 120);
}

.alert-info {
    color: rgb(48, 141, 217);
    background-color: rgb(225, 239, 250);
    border-color: rgb(172, 204, 229);
    box-shadow: 0 6px 10px -5px rgba(225, 239, 250, 0.28), 0 2px 10px 0 rgba(0, 0, 0, 0.12), 0 3px 4px -2px rgba(225, 239, 250, 0.2);
}

.alert-info hr {
    border-top-color: rgb(172, 204, 229);
}

.alert-info .alert-link {
    color: rgb(45, 116, 179);
}

.alert-warning {
    color: rgb(191, 137, 42);
    background-color: rgb(250, 242, 225);
    border-color: rgb(229, 208, 172);
    box-shadow: 0 6px 10px -5px rgba(250, 242, 225, 0.28), 0 2px 10px 0 rgba(0, 0, 0, 0.12), 0 3px 4px -2px rgba(250, 242, 225, 0.2);
}

.alert-warning hr {
    border-top-color: rgb(229, 208, 172);
}

.alert-warning .alert-link {
    color: rgb(179, 127, 45);
}

.alert-danger {
    color: rgb(217, 59, 48);
    background-color: rgb(250, 226, 225);
    border-color: rgb(229, 176, 172);
    box-shadow: 0 6px 10px -5px rgba(250, 226, 225, 0.28), 0 2px 10px 0 rgba(0, 0, 0, 0.12), 0 3px 4px -2px rgba(250, 226, 225, 0.2);
}

.alert-danger hr {
    border-top-color: rgb(229, 176, 172);
}

.alert-danger .alert-link {
    color: rgb(179, 40, 45);
}

.panel {
    background-color: rgb(252, 255, 254);
    box-shadow: 0 6px 10px -5px rgba(252, 255, 254, 0.28), 0 2px 10px 0 rgba(0, 0, 0, 0.12), 0 3px 4px -2px rgba(252, 255, 254, 0.2);
}

.modal-footer {
    text-align: center;
}

.itae-checkbox label{
    padding-left: 0px;
}

.chk-form-group{
    height: 59px;
    margin-bottom: 6px;
}

.chk-form-group .checkbox {
    margin-top: 5px;
}
.imgLogoTop {
    width: 35px;
    height: 35px;
}

/* vue.jsの描画完了までテンプレート変数の表示を隠す。 */
[v-cloak] {
    opacity: 0;
}

/* ユーザー詳細画面 */
ul.management-dept-checkbox {
    list-style-type: none;
    padding-left: 1.25em;
    line-height: 1.5em;
}

span.management-dept-icon {
    width: 1em;
}

label.role-checkbox {
    margin-left: 10px;
}

.imgLogo-s {
    width: 24px;
    height: 24px;
}

.imgLogo-l {
    width: 50px;
    height: 50px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    margin: 0 2px;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 25px;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        font-size: 24px;
        line-height: 1.33;
        border-radius: 35px;
    }

.ImageIcon {
    height: 20px;
    width: 20px;
}

/*asp:Labelを使用するとbootstrapのLabelのCSSが適用されない為同じ設定を指定*/
.option-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}


.bg-secondary {
    background-color: rgb(46,117,182);
}

.input-group-addon {
    background-color: rgb(245, 245, 245);
}
.input-group-addon2 {
    background-color: rgb(255, 255, 255);
}

/* メニュー表示制御等のちらつきを抑えるため、JSを一通り処理し終わるまで描画しない */
body.loading {
    visibility: hidden;
}

/* ローディング中はメニューのアニメーションをオフにする */
.sidr.loading {
    transition: none !important;
}

.btn-primary {
    background-color: #2e75b6;
    border-color: #108eac;
}

.bg-dropdownmenu {
    background-color: #fff;
    color: #000;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    vertical-align:middle;
}
.panel-top {
    vertical-align: middle;
    font-size:16px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: rgba(46, 117, 182, 1);
}.panel-filter-display {
    word-wrap: break-word;
}
.panel-ref-l {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    border: 0px solid lightgrey;
    font-size: 16px;
    font-weight: bold;
}

/* マイページ画面のワークフロー通知とアラート速報値の高さを揃える */
#home-wf-alert-notice-wrap {
    display: flex;
}

#home-wf-notice {
    flex: 1;
    margin-left: -15px;
    margin-right: 10px;
    padding: 15px;
}

#home-alert-notice {
    flex: 1;
    margin-left: 10px;
    margin-right: -15px;
    padding: 15px;
}

#vdsMsg > ul{
    margin-bottom: 0px;
}

/* 申請画面のラジオボタンの横間隔 */
.wf-radio-group label {
    margin-right: 1em;
}

/* 申請画面の縦間隔 */
.wf-group {
    margin-bottom: 1em;
}

.wf-hw-diff-text {
    color: blue !important;
    font-weight: bold !important;
}

.modal-lg {
    width:80%;
}

.dropdown-menu-right {
    min-width:80px;
}
.panel-default > .workflow-heading2 {
    background-color: #eeffff;
}
.imgLogoSide {
    width: 22px;
    height: 22px;
}

a.download-link {
    white-space: normal;
    text-align: left;
}

.iae-setting-menu img {
    margin-left: 1em;
    margin-right: 1em;
    height: 2.5em;
    width: 2.5em;
}

.iae-setting-menu dl {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
    margin-top: 15px;
}

.iae-setting {
    max-width: 900px;
    margin-left: 15px;
}

.iae-setting p {
    margin-top: 5px;
}

.iae-setting .row {
    margin: 15px 15px;
}

.inventory-area {
    border-top: 4px solid rgba(230, 0, 18, 1);
}

.inventory-area-status {
    font-size: 18px;
}

.check-inv-flg{
    padding-top: 15px;
}

.iae-asp-checkbox input[type=checkbox] {
    margin-left: 0;
    margin-top: 0;
}

.iae-asp-checkbox label {
    margin-right: 20px !important;
}

.iae-asp-radio label{
    font-weight: 400;
    margin-left: 5px;
    margin-right: 10px;
}

.retired-user{
    color:red;
}

.itae-link-alert.disabled {
    color: #555;
}

/* box with title */
.iae-box {
    position: relative;
    margin: 1.5em 0;
    padding: 0.5em 1em;
    border: solid 1px #999;
    border-radius: 8px;
}

.iae-box .iae-box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #555;
}

/* panel-heading accordion chevron */
.panel-heading a.accordion-toggle {
    display: block;
}

/* symbol for "opening" panels */
.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e113";    /* taken from bootstrap.css */
    float: right;
    color: white;
}

/* symbol for "collapsed" panels */
.panel-heading .accordion-toggle.collapsed:after {
    content: "\e114"; /* taken from bootstrap.css */
}