/** エラーメッセージ表示領域が、パッドだと開けない問題を解決 */
div[id$="_msg_link"] {
    cursor: pointer;
}

#transition_buttons{
    margin-bottom: 10px;
}
.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
.dropdown-menu {
    max-height: 380px;
    overflow-y: auto;
    overflow-x: hidden;
}
#filter_area{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd; 
}
#filter_area_first_row{
    margin-bottom:10px; 
}
#filter_area .filter_row{
    margin-bottom:5px; 
}

/** 共通ヘッダ */
.header {
    background: #0053a3;
    color: #fff;
    height: 65px;
}
.header .system_title {
    float: left;
    min-width: 150px;
    padding: 15px 20px 0px 20px;
}
.header .service_name {
    float: left;
    font-size: 24px;
    margin-bottom: 0px;
    letter-spacing: 0.1em;
}
.header .system_nav {
    float: right;
    display: table;
    height: 100%;
}
.header .system_id {
    padding-right: 25px;
    padding-top: 20px;
    text-align: right;
    letter-spacing: 0.2em;
    height: 100%;
}
.header .system_id span {
    border: 1px solid #fff;
    padding: 5px 10px;
    font-size: 12px;
    margin-right: 15px;
    letter-spacing: 0.1em;
}
.header .btn_nav, .header .btn_nav .show {
    display: table-cell;
    vertical-align: middle;
}

.header .btn_nav .box, .header .btn_nav .show .box {
    display: table-cell;
    vertical-align: middle;
    width: 70px;
    height: 50px;
    text-align: center;
    border-left: 1px solid #80a9d1;
}

.header .btn_nav li a, .header .btn_nav .show li a {
    width: 120px;
    height: 30px;
    text-align: left;
    padding : 0.3em;
}

/** 画面タイトル */
.page-header {
    padding: 10px 0px 10px 20px;
}

/** 組織図一覧へ戻るボタン表示領域 */
.back_btn_area {
    padding: 5px 0px 5px 20px;
}

/** ワンタイムパス */
.form-onetime h2 {
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
}

.file_upload_row{
    padding-bottom: 10px;
}

/** スマフォ表示用style */
@media (max-width: 575.98px) {
    .page-header h1 {
        font-size: 24px;
    }

    /** モーダル用 */
    .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

    .soshiki_add_modal {
        max-height: 200px
    }
}

/** ボタン関連 */
.btn-s {
    min-width: 80px;
}
.btn-m {
    min-width: 100px;
}

/** ファイルアップロード用 */
.file_drow_area {
    background: #f0f7ff;
    border: dashed 2px #5b8bd0;/*点線*/
    padding :0px;
    margin-top: 0px;
    left: 10px;
    height:70px;
}

.modal-body {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 360px;
}

.upd_btn {
    display:block;
    width: 100%;
    height: 100px;
    vertical-align:bottom;
}

/* ローディング設定 */
#loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 1;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    color: #fff;
    z-index: 2;
}

.pointer{
    cursor: pointer;
}