﻿@charset "UTF-8";

/* html {
    overflow-y: scroll;
} */

body {
    font-family: 'Meiryo UI', '游ゴシック', '游ゴシック体', 'メイリオ', "Helvetica Neue", Helvetica, Arial, sans-serif;
    overflow-y: scroll;
}

div.form__content {
    margin: 3px 0;
    top: -1px;
    left: 0px;
}

/* -----------------------------------------------
 *
 * row高さ統一用
 *
 * ----------------------------------------------- */

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

/* -----------------------------------------------
 *
 * スペース用部品
 *
 * ----------------------------------------------- */

/* margin */
/* 上下10px */
div.linespace__margin10 {
    margin: 10px 0;
}

/* 左右5px */
a.btn.linespace__side_margin05 {
    margin: 0px 5px;
}

/* 上下左右5px */
a.btn.linespace__all_margin05 {
    margin: 5px;
}

/* padding */
/* 上下10px */
div.linespace__padding10 {
    padding: 10px 0;
}

/* 事件情報表示時のpadding */
body.jiken_info__padding {
    padding-top: 60px;
    padding-bottom: 20px;
}

/* 左右10px */
div.linespace__side_padding10 {
    padding: 0 10px;
}

/* 左右10px */
div.linespace__side_padding15 {
    padding: 0 10px;
}

/* 上下左右15px */
div.linespace__all_padding15 {
    padding: 15px;
}

/* 上下左右15px */
div.linespace__modal_padding01 {
    padding: 0px 15px 15px 15px;
}

/* リストボタンの上下マージン */
ul.list-inline > li > .btn {
    margin: 5px 0;
}

/* -----------------------------------------------
 *
 * ライン用部品
 *
 * ----------------------------------------------- */

/* 下ライン */
div.border___bottom01 {
    border-bottom: solid 1.2px #e5e5e5;
    margin-bottom: 5px;
}

div.border___bottom02 {
    border-bottom: solid 1.2px #e5e5e5;
}

/* 上下左右ライン */
div.border___all01 {
    border: solid 1.2px #e5e5e5;
}

/* -----------------------------------------------
 *
 * 背景色用部品
 *
 * ----------------------------------------------- */

/*白*/
div.bg___white {
    background-color: #ffffff;
}

/*スモーキングホワイト*/
div.bg___whitesmoke {
    background-color: whitesmoke;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

/*明るいグレー*/
div.bg___lite_gray {
    background-color: #f5f5f5;
}

/*青（アコーディオンのラベルと同じ色）*/
div.bg___blue {
    background-color: #3450ae
}

/* -----------------------------------------------
 *
 * 配置部品
 *
 * ----------------------------------------------- */

/*右寄せ*/
div.align___right {
    text-align: right;
}

/* -----------------------------------------------
 *
 * table用部品
 *
 * ----------------------------------------------- */

/* テーブルヘッダーのテキスト表示位置を上書き（Bootstrapのデフォルトがleftのため） */
table.th__textcenter tbody tr th, table.th__textcenter thead tr th {
    text-align: center;
}

/* ページングの上部ライン削除用 */
table.table-striped tbody tr.__border_top_none td table tbody tr td {
    border-top: none;
}

/* 非表示用（GridView列削除用。普通ならhiddenに入れるタイプの項目に使う） */
th.display__none, td.display__none {
    display: none;
}

.table > tbody > tr > td input.full_text_cell {
    margin: 0;
    padding: 5px;
    width: 100%;
    border:none;
}

.table > thead > tr > th > button.full_text_cell, .table > tbody > tr > td > button.full_text_cell {
    margin: 0;
    padding: 5px;
    width: 100%;
    border: none;
}

.table > thead > tr > th.full_input_cell, .table > tbody > tr > td.full_input_cell {
    margin: 0;
    padding: 0;
}

.table > thead > tr > th.headalinecenter {
    text-align: center;
}
.table > thead > tr > th.headalineleft {
    text-align: left;
}
.table > thead > tr > th.headalineright {
    text-align: right;
}

.table > tbody > tr > td.td__textcenter {
    text-align: center;
}

/* -----------------------------------------------
 *
 * 全画面モーダル用部品
 *
 * ----------------------------------------------- */

/*見出し*/
.fullScreenModal > h3 {
    background: #3450ae;
    padding: 10px;
    margin: 0px;
    color: #ffffff;
}

.fullScreenModal .fullScreenContainer {
    padding-left: 25px;
    padding-right: 25px;
}

/* -----------------------------------------------
 *
 * アコーディオン用部品
 *
 * ----------------------------------------------- */

/*アコーディオン全体*/
.accbox {
    margin: 0 0 2em;
    padding: 0;
    max-width: inherit;
}

/*見出しラベル部分*/
.accbox label.acclabel {
    display: block;
    margin-bottom: 0px;
    padding: 13px 12px;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    background: #3450ae;
    cursor: pointer;
    transition: all 0.2s;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    -moz-border-radius-topleft: 0.5em;
    -moz-border-radius-topright: 0.5em;
    -moz-border-radius-bottomleft: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
    -webkit-border-top-left-radius: 0.5em;
    -webkit-border-top-right-radius: 0.5em;
    -webkit-border-bottom-left-radius: 0.5em;
    -webkit-border-bottom-right-radius: 0.5em;
    user-select: none;
}

/*開かれた時は、下部の角丸を解除*/
.cssacc:checked + label.acclabel {
    border-bottom-left-radius: 0em;
    border-bottom-right-radius: 0em;
    -moz-border-radius-bottomleft: 0em;
    -moz-border-radius-bottomright: 0em;
    -webkit-border-bottom-left-radius: 0em;
    -webkit-border-bottom-right-radius: 0em;
}

.accbox label.acclabel:before {
    font-family: 'Glyphicons Halflings';
    content: '\e114';
    vertical-align: text-top;
    padding-right: 0.4em;
}

/*アコーディオンラベルにポインタが乗った時の色*/
.accbox label.acclabel:hover {
    background: #0570c7;
}

/*アコーディオンON/OFF用のチェックボックスは非表示*/
.accbox input.cssacc {
    display: none;
}

/*アコーディオンが閉じてる時のパネルの状態*/
.accbox .accshow {
    height: 0;
    padding: 0 30px;
    overflow: hidden;
    opacity: 0;
    transition: 0.2s;
}

/*アコーディオンが表示された時のパネルの状態*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px 30px;
    background: #ffffff;
    opacity: 1;
    transition: 0.2s;
    border: 1px solid #3450ae;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    -moz-border-radius-bottomleft: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
    -webkit-border-bottom-left-radius: 0.5em;
    -webkit-border-bottom-right-radius: 0.5em;
}

.accbox .accshow p {
    margin: 15px 10px
}

/*アコーディオンアイコン設定用*/
/*開いたとき*/
.cssacc:checked + label:before {
    font-family: 'Glyphicons Halflings';
    content: '\e113';
    vertical-align: bottom;
}

/*入れ子二つ目のアコーディオン用（色を薄くする）*/

/*見出しラベル部分*/
.accshow .accbox label.acclabel {
    background: #0570c7;
}

/*アコーディオンラベルにポインタが乗った時の色*/
.accshow .accbox label.acclabel:hover {
    background: #088bfb;
}

/*アコーディオンが表示された時のパネルの状態*/
.accshow .cssacc:checked + label + .accshow {
    border: 1px solid #0570c7;
}

/*テーブルアコーディオン用*/
.accbox label.acclabel.___table {
    color: #333333;
    background: #d9d9d9;
    border-top-left-radius: 0em;
    border-top-right-radius: 0em;
    border-bottom-left-radius: 0em;
    border-bottom-right-radius: 0em;
    -moz-border-radius-topleft: 0em;
    -moz-border-radius-topright: 0em;
    -moz-border-radius-bottomleft: 0em;
    -moz-border-radius-bottomright: 0em;
    -webkit-border-top-left-radius: 0em;
    -webkit-border-top-right-radius: 0em;
    -webkit-border-bottom-left-radius: 0em;
    -webkit-border-bottom-right-radius: 0em;
}

.accbox label.acclabel.___table:hover {
    background: #e9e9e9;
}

.cssacc:checked + label + .accshow.___table {
    border: 1px solid #d9d9d9;
    border-bottom-left-radius: 0em;
    border-bottom-right-radius: 0em;
    -moz-border-radius-bottomleft: 0em;
    -moz-border-radius-bottomright: 0em;
    -webkit-border-bottom-left-radius: 0em;
    -webkit-border-bottom-right-radius: 0em;
}

div .inline_gloup {
    display: inline-flex;
}

.___center {
    vertical-align: middle
}

/*ボタン部品*/
/*灰色のボタン*/
.___btn-gray {
    color: #333333;
    background-color: #d9d9d9;
    border-color: #cccccc;
    margin:5px;
}
.___btn-gray:hover {
    color: #333333;
    background-color: #e9e9e9;
    border-color: #dddddd;
}

/*明るいグレーのボタン*/
.btn.bg___lite_gray {
    background-color: #f5f5f5;
    border-color: #DFDFDF;
}
.btn.bg___lite_gray:hover {
    color: #333333;
    background-color: #e9e9e9;
    border-color: #dddddd;
}

/* -----------------------------------------------
 *
 * ラベル部品
 *
 * ----------------------------------------------- */

/*黒ラベル*/
.label-black {
    background-color: #333333;
}

/*ラベルの角をとがらせる*/
.label.sharp_label {
    border-top-left-radius: 0em;
    border-top-right-radius: 0em;
    border-bottom-left-radius: 0em;
    border-bottom-right-radius: 0em;
    -moz-border-radius-topleft: 0em;
    -moz-border-radius-topright: 0em;
    -moz-border-radius-bottomleft: 0em;
    -moz-border-radius-bottomright: 0em;
    -webkit-border-top-left-radius: 0em;
    -webkit-border-top-right-radius: 0em;
    -webkit-border-bottom-left-radius: 0em;
    -webkit-border-bottom-right-radius: 0em;
}

/* -----------------------------------------------
 *
 * ボタン部品
 *
 * ----------------------------------------------- */

/*ボタンの角をとがらせる*/
/*.btn.sharp_btn {
    -webkit-border-top-left-radius: 0em;
    -webkit-border-top-right-radius: 0em;
    -moz-border-radius-topleft: 0em;
    -moz-border-radius-topright: 0em;
    -webkit-border-bottom-left-radius: 0em;
    -webkit-border-bottom-right-radius: 0em;
    -moz-border-radius-bottomleft: 0em;
    -moz-border-radius-bottomright: 0em;
}*/

/* 処理フローへ戻るボタン */
#lnkbtnCaseFlow {
    display: inline;
    vertical-align: text-bottom;
    padding: 4px 14px;
}

/*LinkButtonを太字にします*/
a.is__bold {
    font-weight: bold;
}

/*リンクボタンのグループを横幅一杯にするよう*/
.btn-group-justified.btn__flex {
    display: flex;
}

/*テキスト選択禁止*/
.select-none {
    user-select: none;
}

/* -----------------------------------------------
 *
 * ナビバー部品
 *
 * ----------------------------------------------- */

/* ナビバーのスタイル（Bootstrap上書き） */
.souzokunav {
    background-color: #3450ae;
    border-color: #41377d;
    color: #ffffff;
}

.navbar-nav > li > a.souzokunav {
    color: #ffffff;
}

.navbar-inverse.souzokunav .navbar-brand.souzokunav {
    color: #ffffff;
}

.navbar-inverse.souzokunav .navbar-nav.navbar-na___souzokunav > li > a {
    color: #ffffff;
}

.navbar-inverse.souzokunav .navbar-nav.navbar-na___souzokunav > li > a:hover {
    color: whitesmoke;
    background-color: #0570c7;
}

.navbar-inverse .navbar-nav.navbar-na___souzokunav > .open > a, .navbar-inverse .navbar-nav.navbar-na___souzokunav > .open > a:hover, .navbar-inverse .navbar-nav.navbar-na___souzokunav > .open > a:focus {
    color: whitesmoke;
    background-color: #0570c7;
}

/*フォントを白くします*/
.navbar .navbar-text {
    color: #ffffff;
    font-size: 18px;
}
/*事件情報用のセルのスタイル*/
.navbar .row .navbar__jikencell {
    border: solid 2px #3450ae;
    text-align: center;
    height: 24px;
    background-color: white;
    color: #3450ae;
    overflow:hidden;
    text-overflow:ellipsis;
    padding-left: 5px;
    padding-right: 5px;
}
.navbar .row .navbar__jikencell.bottom_off {
    border-bottom: 0px;
    background-color: #eee;
}
.navbar .row .navbar__jikencell.right_off {
    border-right: 0px;
}
.navbar .row .navbar__jikencell.left_off {
    border-left: 0px;
}
.navbar .row .navbar__jikencell.top_off {
    border-top: 0px;
}
.navbar__jikencell span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.navbar__jikencell.jikencell-link span:hover {
    font-weight: bold;
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}
 
/*ウィンドウサイズがmdになったら非表示にする項目*/
@media screen and (max-width: 1200px) {
    .md__hide {
        display: none;
    }
}
@media screen and (max-width: 992px) {
    .sm__hide {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .xs__hide {
        display: none;
    }
}

/*二つ目のナビバーのスタイル（Bootstrap上書き）*/
.secondnav {
    background-color: #e5e5e5;
    border-color: #cccccc;
}

.navbar-nav > li > a.secondnav {
    color: #333333;
}

.navbar-inverse.secondnav .navbar-brand.secondnav {
    color: #555555;
}

.navbar-inverse.secondnav .navbar-nav.navbar-na___secondnav > li > a {
    color: #333333;
}

.navbar-fixed-top.secondnav {
    top: 50px;
    z-index: 99;
}

.navbar-fixed-top {
    top: 0;
    z-index: 100;
}

.navbar-inverse .navbar-nav.navbar-na___secondnav > .open > a, .navbar-inverse .navbar-nav.navbar-na___secondnav > .open > a:hover, .navbar-inverse .navbar-nav.navbar-na___secondnav > .open > a:focus {
    color: #000000;
    background-color: #e5e5e5;
}

/**/
.navbar-right {
    margin-top: 14px;
    float: right !important;
    margin-left: 10px;
}
.navbar-left {
    margin-top: 14px;
    float: left !important;
    margin-left: 10px;
}

/*事件簡易一覧*/
#menu_jiken_info > li {
    margin: 0px 20px;
}

/* ロゴ用調整 */
.pl0 { padding-left: 0 !important; }
.pr0 { padding-right: 0 !important; }

/* -----------------------------------------------
 *
 * パンくずリスト
 *
 * ----------------------------------------------- */

.breadlist {
    padding-left: 0;
    margin-left: 0;
    background-color: inherit;
    margin-top: 10px;
    margin-bottom: 0px;
}

.breadlist li {
    display: inline; /*横に並ぶように*/
    list-style: none;
    font-weight: bold; /*太字*/
}

.breadlist li:after { /* >を表示*/
    content: '>';
    padding: 0 5px;
    color: #555;
}

.breadlist li:last-child:after {
    content: '';
}

.breadlist li a {
    text-decoration: none;
    color: #52b5ee; /*色*/
}

.breadlist li a:hover {
    text-decoration: underline;
}

/* -----------------------------------------------
 *
 * ドロワーメニュー（自作）
 *
 * ----------------------------------------------- */
.__drawer * {
    margin: 0;
    padding: 0;
    font-size: 100%;
    text-align: left;
}

.__drawer .drawer__bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background-color: rgba(51, 51, 51, 0.5);
    display: none;
    top: 0;
    left: 0;
}

.__drawer .drawer__space {
    width: 20%;
    height: 100%;
    transition: all 0.2s;
    transform: translate(100%);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: #FFF;
}

.__drawer .drawer__space.open {
    transform: translateY(56px);
}

/* -----------------------------------------------
 *
 * tableレイアウト
 *
 * ----------------------------------------------- */

.__block {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.__block > .block__element,
.__block > a {
    display: table-cell;
    padding: 5px 15px;
}

.__block > a:hover {
    background: #dd3;
}

.block__element {
    vertical-align: middle;
    display: table-cell;
    padding: 5px 15px;
}

.block__element1 {
    vertical-align: middle;
    display: table-cell;
    width: 15%;
    padding: 5px 15px;
}

.block__element2 {
    vertical-align: middle;
    display: table-cell;
    width: 35%;
    padding: 5px 15px;
}

.block__element3 {
    vertical-align: middle;
    display: table-cell;
    width: 50%;
}

.block__element4 {
    vertical-align: middle;
    display: table-cell;
    width: 30%;
    padding: 5px 15px;
}

.block__element5 {
    vertical-align: top;
    display: table-cell;
    width: 55%;
    padding: 5px 15px;
}

.block__element6 {
    vertical-align: top;
    display: table-cell;
    width: 45%;
    padding: 5px 15px;
}

.block__element7 {
    vertical-align: top;
    display: table-cell;
    width: 30%;
    padding: 5px 15px;
}

.block__element8 {
    vertical-align: top;
    display: table-cell;
    width: 70%;
    padding: 5px 15px;
}

/*ウィンドウサイズが小さいときは横並びやめる*/
@media screen and (min-width: 1300px) {
    .block__element9 {
        vertical-align: top;
        display: table-cell;
        width: 65%;
        padding: 5px 15px;
    }

    .block__element10 {
        vertical-align: top;
        display: table-cell;
        width: 35%;
        padding: 5px 15px;
    }

}

/*ウィンドウサイズが小さいときは横並びやめる*/
@media screen and (min-width: 1300px) {
    .block__element11 {
        vertical-align: top;
        display: table-cell;
        width: 350px;
        padding: 5px 15px;
    }
}

/*ウィンドウサイズが小さいときは横並びやめる*/
@media screen and (min-width: 1300px) {
    .block__element12 {
        vertical-align: top;
        display: table-cell;
        padding: 5px 15px;
    }
}

.block__element13 {
    vertical-align: middle;
    display: table-cell;
    width: 20%;
    padding: 5px 15px;
}

/* -----------------------------------------------
 *
 * フォームサイズ用
 *
 * ----------------------------------------------- */
.form-control.__tel {
    width: 140px;
}


/* -----------------------------------------------
 *
 * loading画像用
 *
 * ----------------------------------------------- */
.is-hide,
.__systype__demo,
.__systype__zaisan,
.__systype__souzoku,
.__systype__madoguchi,
.__roleAdminMenuShow,
.__roleAuthorizerModeShow,
.__roleSealerShow,
.__roleConfirmerShow,
.__roleReturneeShow,
.__roleProcessChangerShow,
.__roleUncompletedreturnerShow,
.__roleReceiptCommitShow,
.__roleReceiptReturneeShow,
.__roleReceiptCheckCompShow,
.__roleReceiptCompResetShow,
.__roleJikenDeleteExecShow {
    display: none !important;
}

.__roleCompleteExec,
.__roleUpdateCaseProcShopCode,
.__roleUpdateCaseTranShopCode {
    pointer-events: none !important;
}
.__roleSogoFurikomi,
.__roleYokinKaiyaku {
    display: none !important;
}

select.__roleUpdateCaseTranShopCode,
input.__roleUpdateCaseTranShopCode {
    background: #eee !important;
}
a.__roleUpdateCaseTranShopCode {
    display: none !important;
}

/* 管理番号更新権限 */
.__roleUpdateKanriBango {
    pointer-events: none !important;
}

input.__roleUpdateKanriBango {
    background: #eee !important;
}

.loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.2);
    z-index: 1100;
}

.loading::before {
    content: "";
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    border-radius: 5px;
    margin-top: -15px;
    margin-left: -15px;
    background: white;
}

.loading::after {
    content: "";
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 110px;
    height: 110px;
    border-radius: 110px;
    margin-top: -10px;
    margin-left: -10px;
    border: 10px solid #60ABB9;
    border-right: 10px solid white;
    animation: rotate 1s infinite linear;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading_hide {
    display: none;
}

.is-hidden {
    visibility: hidden !important;
}

/* -----------------------------------------------
 *
 * ライブラリ対応用
 *
 * ----------------------------------------------- */

/*jQueryダイアログのタイトルバー削除用クラス*/
.noTitleDialog .ui-dialog-titlebar {
    display: none;
}

/*jQueryダイアログのCloseボタン削除用クラス*/
.no-close .ui-dialog-titlebar-close {
    display: none
}

/*jQueryツールチップの表示用クラス*/
.ui-tooltip,.arrow:after {
    background: black;
    border: 2px solid white;
}

.ui-tooltip {
    padding: 5px 10px !important;
    color: black !important;
    border-radius: 6px !important;
    font: solid 12px "Helvetica Neue", Sans-Serif !important;
    text-transform: uppercase !important;
    box-shadow: 0 0 5px black !important;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

.arrow.top {
    top: -16px;
    bottom: auto;
}

.arrow.left {
    left: 20%;
}

.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow.top:after {
    bottom: -20px;
    top: auto;
}

/*モーダル表示中もダイアログが最前面に来るようz-indexを調整*/
div.ui-widget-overlay.ui-front{
    z-index: 2060;
    opacity: 0.4;
}

div.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
    z-index: 2061;
}

/*大きめのモーダル*/
div.modal > div.modal-dialog > div.modal-content.large__1300 {
    width: 1300px;
    margin-left: -200px;
}

/* ウィンドウサイズがモーダルより小さい場合は横スクロールでいいんじゃないかな */
@media screen and (max-width: 1300px) {
    div.modal > div.modal-dialog > div.modal-content.large__1300 {
        width: 100%;
        margin-left: 0px;
    }
}

@media screen and (max-width: 1300px) {
    table.table.wrap___1300 > thead > tr > th, table.table.wrap___1300 > tbody > tr > td {
        white-space: nowrap;
    }
}

/*datepickerの表示上書き(フォントや文字色を独自指定)*/
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
    font-weight: normal;
    color: #333333;
}

/*Bootstrapのテーブル配置を上書き(各td内の項目は垂直位置は中心)*/
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

/*suggest.jsのサジェスト部分用*/
.suggest {
    position: absolute;
    background-color: #FFFFFF;
    border: 1px solid #CCCCFF;
    width: 300px;
    z-index: 1070;
}

.suggest div {
    padding: 1px;
    display: block;
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
}

.suggest div.select {
    color: #FFFFFF;
    background-color: #3366FF;
}

.suggest div.over {
    background-color: #99CCFF;
}

/* -----------------------------------------------
 *
 * その他部品
 *
 * ----------------------------------------------- */

/*エラー時のコントロールの色*/
.error___color {
    background-color:violet;
}

/*横スクロール*/
.scroll___side {
    overflow-x: scroll;
}

/*読み取り専用コントロールの背景*/
.bg___readonry:disabled {
    background-color: #FFFFFF;
}

/* スクロールが発生する modal Open時の横揺れ問題対策 */
.modal-open {
    overflow-y: hidden;
}
.modal-open .modal {
    overflow-y: scroll !important;
}
.modal-open #divメインナビゲーションバー {
    padding-right: 15px;
}

/* ドロワーメニューで画面が横揺れする暫定的対策 */
.drawer-open {
    padding-right: 17px;
    /* overflow-y: scroll !important; */
    overflow-y: hidden;
}
.drawer-open .drawer-nav {
    overflow-y: scroll !important;
}
.drawer-open #divメインナビゲーションバー {
    padding-right: 17px;
}

/* input="date"対応用 */
label.__datelabel {
    position: relative;
    display: inline-block;
    width: 160px;
    height: 34px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-weight: normal;
    margin-bottom: 0px;
    background-color: white;
}
label.__datelabel.disabledDate {
    height: auto;
    background-color: #eee;
}
label.__datelabel::before {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 36px;
    height: 32px;
    background-color: #EAAC45;
    font-family: 'Glyphicons Halflings';
    content: '\e109';
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    padding-left: 8px;
    font-size: 22px;
    padding-top: 1px;
    color: white;
}
label.__datelabel.disabled::before {
    background-color: inherit;
}
label.__datelabel.disabledDate::before {
    display: none;
}

input[type="date"]::-webkit-clear-button {
    -webkit-appearance: none;
}

input[type="date"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="date"] {
    position: relative;
    padding: 6px 12px;
    width: 196px;
    height: 32px;
    border: 0;
    background: transparent;
    box-sizing: border-box;
    font-size: 14px;
    color: #555;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 0;
    width: 36px;
    height: 32px;
    background: transparent;
    color: transparent;
    cursor: pointer;
}

option:disabled {
    background-color: #eee;
}

/* モーダルのセンター位置調整 */
.modal.fade {
    padding-right:0px !important;
}

/* 中央表示モーダルのスタイル */
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
.modal-dialog-centered .modal-content {
    border-radius: 10px;
}
.modal-dialog-centered .modal-content .modal-header {
    background-color: #f0ad4e;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: white;
}
.modal-dialog-centered .modal-body {
    background-color: #EDEDED;
}
.modal-dialog-centered .modal-footer {
    border-top: 1px solid #C9C9C9;
    background-color: #EDEDED;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* 戸籍の書き方ガイダンスのスタイル */
.guidance-wrapper {
    position: relative;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid black;
}
.guidance-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
}
.guidance-wrapper img.guidance-wrapper-layer {
    opacity: 0;
    transition: 1.5s;
}
.guidance-wrapper img.guidance-wrapper-layer.no-transition {
    transition: 0s;
}
.guidance-wrapper img.guidance-wrapper-layer.guidance-show-layer {
    opacity: 0.3;
}
.guidance-wrapper img.guidance-wrapper-layer.guidance-show-description {
    opacity: 1;
}

/* Page Title 向け */
.page_title {
    margin-right: 0;
}
.page_title ul:nth-child(1) {
    float: left;
}
.page_title ul:nth-child(2) {
    float: right;
    margin-right: -5px;
}
.page_title ul:nth-child(2) li {
    margin-top: 16px;
}
.page_title:after {
    clear: both;
}
.page_title h2 {
    margin-top: 12px !important;
}

/* Top Menu */
.menu-list > li {
    padding-right: 1px !important;
    padding-left: 1px !important;
}
.menu-list > li:first-child {
    margin-left: 5px !important;
}
.menu-list > li > .btn {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0 !important;
}

.no_resize {
    resize: none;
}
.v_resize {
    resize: vertical;
}
.h_resize {
    resize: horizontal;
}

/* --- */
.mb0 {
    margin-bottom: 0px;
}

.font_bold {
    font-weight: bold;
}
.clr_red {
    color: red;
}
.clr_blue {
    color: mediumblue;
}
.clr_green {
    color: green;
}

.link {
    cursor: pointer;
}

.__bikou {
    min-width: 10px;
}

.list-inline.list-grp-left {
    float: left;
}
.list-inline.list-grp-right {
    float: right;
}
.list-inline label {
    user-select: none;
}

#divメインナビゲーションバー img {
    user-select: none;
}

footer {
    color: gray;
}

/*  */
.subInputDialog .row:not(:first-child) {
    margin-top: 3px;
}
.subInputDialog div.text-right {
    padding-right: 0;
}
.subInputDialog div.text-right label {
    margin-top: 7px;
    margin-bottom: 0;
}

#ProcessShopSendReceiveDialog input._input_tenki {
    vertical-align: text-bottom;
    margin-bottom: 1px;
    margin-right: 2px;
}
#ProcessShopSendReceiveDialog label._label_tenki {
    font-size: 80%;
    user-select: none;
}

#page_top {
    position: fixed;
    right: 2px;
    bottom: 2px;
    width: 70px;
    height: 70px;
    padding: 6px;
    background: #3350ae;
    border-radius: 10px;
    text-align: center;
}
#page_top a i {
    text-align: center;
    font-size: 398%;
    color: white;
}
/* -----------------------------------------------
 *
 * tooltip 用部品
 *
 * ----------------------------------------------- */

.tooltip_help_icon {
    display: inline-block;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    border: solid 1px #4e4e4e;
    border-radius: 12px;
    font-size: 14px;
    text-align: center;
    color: white;
    background-color: #83a943;
    user-select: none;
}

/* -----------------------------------------------
 *
 * 印刷出力用定義
 *
 * ----------------------------------------------- */
.print_display_only {
    display: none;
}
@media print {
    .print_display_none { display: none !important; }
    .print_display_only { display: block !important; }
}

/* 一覧表のページャー表示 */
.PagerRow {
    height: 29px;
}
.PagerRow>td {
    padding: 3px 0px 4px !important;
    vertical-align: top !important;
}
.PagerRow>td>table {
    position: sticky;
    left: 0px;
}
.PagerRow>td>table tr {
    vertical-align: baseline;
}
.PagerRow>td>table td {
    text-align: center;
    min-width: 28px;
    margin: 0 2px;
    display: inline-block;
    box-sizing: border-box;
}
.PagerRow>td>table td>span {
    background-color: white;
    padding: 2px 7px 3px;
    border-radius: 5px;
}
.PagerRow>td>table td>a {
    padding: 2px 7px;
    text-align:center;
}

.btnCaseListEditImpossible {
    padding-left: 2px;
    padding-right: 2px;
}
.btnCaseListNowEdit {
    padding-left: 8px;
    padding-right: 8px;
}
.btnCaseListEdit {
    padding-left: 14px;
    padding-right: 14px;
}
