@import url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/bootflat/2.0.4/css/bootflat.min.css");

/* header */
.clearfix {
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: auto;
}
.aside .panel .panel-heading,
.aside-nav .panel .panel-heading {
    background-color: #2e2e5a;
    border: #2e2e5a;
}
/* header */
.navbar {
  min-height: 30px !important
}

.navbar-brand {
  height: 30px;
  padding: 10px 15px;
}

.navbar-nav > li > a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: black;
}

.navbar-default .navbar-nav li a {
    color: black;
}

.navbar-nav li .dropdown-menu,
.menu li .dropdown-menu {
    background-color: #fff;
}

.navbar-default .navbar-nav .open a,
.navbar-default .navbar-nav .open a:focus,
.navbar-default .navbar-nav .open a:hover,
.menu.is-active .open a:focus,
.menu.is-active .open a:hover,
.menu.is-active .open a {
    background-color: #fff;
    color: #777;
}
.navbar-default .navbar-nav .nav-link:focus,
.navbar-default .navbar-nav .nav-link:hover,
.menu.is-active .menu__item .nav-link:focus,
.menu.is-active .menu__item .nav-link:hover {
    color: #999999;
}
.navbar-default .navbar-nav .dropdown-toggle:focus,
.navbar-default
    .navbar-nav
    .dropdown-toggle:hover
    .menu.is-active
    li
    .dropdown-toggle:focus,
.menu.is-active li .dropdown-toggle:focus {
    color: #999999;
}

a:hover {
    color: grey;
}

.disabled-label {
    pointer-events: none;
}

/* body */
body {
    background-color: aliceblue;
    margin-bottom: 20px
}

#login-article {
    float: left;
    width: 100%;
    padding-top: 50px;
}

/* ログイン画面 カード調整 */
#login-article .form-control {
    width: 80%;
}

@media (min-width: 768px) {
    #login-article .card-control {
        max-width: 750px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

.article {
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
}

.table {
    border-top: 2px solid #e7e7e7e7;
}

/*widthが750px以上の場合*/
@media screen and (min-width: 770px) {
    .navbar .menu-btn,
    .menu.is-active,
    .menu_ul {
        display: none;
    }
}

/*widthが750px以下の場合*/
@media screen and (max-width: 770px) {
    .nav {
      display: none;
    }
    body {
      position:relative;
      top:-31px;
    }

}

/*----------------------------
  * ヘッダーのハンバーガーメニュー
  *----------------------------*/
.border_line {
    position: absolute;
    width: 20px;
    height: 3px;
    background-color: #333333;
}
.border-1 {
    top: 10px;
}
.border-2 {
    top: 18px;
}
.border-3 {
    top: 26px;
}

/*----------------------------
* メニュー開閉ボタン
*----------------------------*/
.menu-btn {
    border-radius: 100%;
    background: rgba(230, 233, 237, 100);
    position: absolute;
    top: 45px;
    right: 20px;
    z-index: 3;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
}

/*----------------------------
  * メニュー本体
  *----------------------------*/
.menu {
    top: 0;
    right: 10px;
    z-index: 1;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f8f8f8;
}
.menu__item a {
    width: 100%;
    height: auto;
    padding: 10px;
    color: #333;
    text-align: left;
}

/*----------------------------
  * ハンバーガーメニュー押下
  *----------------------------*/

/* 押下前のメニューの状態 */
.menu {
    display: none;
}
/* 押下後のメニューの状態 */
.menu.is-active {
    display: block;
}

.menu .menu_ul {
    float: left;
    text-align: left;
}

.menu .menu_ul li {
    list-style: none;
    padding-top: 8px;
}

.navbar {
    margin-bottom: 0px;
}

#resumes-detail th {
    background-color: #fcf8e3;
    width: 150px;
    text-align: center;
}

#resumes-detail td {
    background-color: white;
}

#loading {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.8;
    z-index: 99;
}

#loading .loadingMsg {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-top: 140px;
    z-index: 100;
    background: url("../images/common/loading.gif") center center no-repeat;
}

hr {
    border-width: 0.5px;
    border-style: solid;
    border-color: #cccccc;
    opacity: 0.3;
}

.flatpickr-monthSelect-theme-light .flatpickr-months .flatpickr-prev-month,
.flatpickr-monthSelect-theme-light .flatpickr-months .flatpickr-next-month {
  display: none;
}

.side-scroll-list {
  overflow: auto;
  white-space: nowrap;
}

.per_select {
    width: 80px
}

.side-by-side {
    display: inline-block;
}

/*----------------------------
  * メールメニュー左サイドバー
  *----------------------------*/

/* スクロールバー  */
.mail-menu .scrollbar {
    height: 100%;
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
}

.mail-menu .scrollbar:hover {
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

/* スクロールバー スタイル */
.mail-menu #style-1::-webkit-scrollbar-track {
    border-radius: 2px;
}

.mail-menu #style-1::-webkit-scrollbar {
    width: 5px;
    background-color: #F7F7F7;
}

.mail-menu #style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #BFBFBF;
}

/* アイコン */
.mail-menu .fa-lg {
    font-size: 1em;
}

.mail-menu .fa {
    position: relative;
    display: table-cell;
    width: 55px;
    height: 36px;
    text-align: center;
    top: 12px;
    font-size: 20px;
}

.mail-menu:hover, .mail-menu.expanded {
    width: 230px;
    overflow: hidden;
    opacity: 1;
}

.mail-menu {
    z-index: 50;
    background-color: #F7F7F7;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 92vh;
    left: 0;
    width: 55px;
    overflow: hidden;
    -webkit-transition: width .2s linear;
    transition: width .2s linear;
    -webkit-transform: translateZ(0) scale(1,1);
    box-shadow : 1px 0 15px rgba(0, 0, 0, 0.07);
    opacity: 1;
}

.mail-menu>ul {
    margin :7px 0;
}

.mail-menu li {
    position: relative;
    display: block;
    width: 250px;
}

.mail-menu li>a {
    height: auto;
    position: relative;
    width: 255px;
    display: table;
    border-collapse: collapse;
    font-size: 13px;
    text-decoration: none;
    -webkit-transform: translateZ(0) scale(1,1);
    -webkit-transition: all .14s linear;
    transition: all .14s linear;
    background-color: #F7F7F7;
}

.mail-menu li>div>a {
    position: relative;
    font-size: 13px;
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    background-color: #F7F7F7;
    color: black;
}

.mail-menu .nav-text-adjust {
    width: 190px;
    padding-left: 0;
}

.mail-menu .nav-text  {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 190px;
}

.mail-menu .no-touch .scrollable.hover {
    overflow-y: hidden;
}

.mail-menu .no-touch .scrollable.hover:hover {
    overflow-y: auto;
    overflow: visible;
}

.mail-menu a:hover, .mail-menu a:focus {
    text-decoration: none;
    border-left: 0px solid #F7F7F7;
}

.mail-menu {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.mail-menu ul, .mail-menu li {
    outline: 0;
    margin: 0;
    padding: 0;
}

.mail-menu li:hover>a, .mail-menu li:active>a, .mail-menu li>div>a:hover, .mail-menu li>div>a:active {
    color: #fff;
    background-color: #00bbbb;
}

/*----------------------------
  * メール送信画面の添付ファイル選択欄
  *----------------------------*/

.attachmentTable {
    border-collapse: collapse;
    table-layout: fixed;
}

.attachmentTable td {
    padding: 10px 10px;
    width: 85%;
    border: 1px solid #bec2c7
}

form {
    margin-right: 15px;
    margin-left: 15px;
}

.form-inline .form-group {
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*----------------------------
  * 一覧テーブルのレイアウト
  *----------------------------*/

.index-table {
    table-layout: fixed;
    width: 100%;
}

.th-overflow {
    overflow: hidden;
}

.td-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*----------------------------
  * ボタンのレイアウト
  *----------------------------*/

/* 横並びに配置 */
/* 左寄せ */
.left-justified {
    text-align: left;
    float: left;
}
/* 中央寄せ */
.center-justified {
    text-align: center;
}
/* 右寄せ */
.right-justified {
    text-align: right;
}

/*----------------------------
  * Tipsのレイアウト
  *----------------------------*/
.tips-hover {
    position: relative;
    color: #dc3545;
}

.tips-msg {
    position: absolute;
    bottom: -2.0em;
    z-index: 9999;
    padding: 0.3em 0.5em;
    color: #FFFFFF;
    background: #dc3545;
    border-radius: 0.5em;
}
.tips-msg:after {
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    left: 0.5em;
    top: -8px;
    border-top:8px solid transparent;
    border-left:8px solid #dc3545;
}

/*----------------------------
  * 案件情報編集モーダルのレイアウト
  *----------------------------*/

/* モーダルのサイズ */
.modal-dialog-fluid {
    width: 90%;
    max-width: 1200px;
}

/* ヘッダー固定表示 */
.modal-header-custom {
    position: sticky;
    top: 0;
    z-index: 10;
    height: 45px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
    border-radius: 10px 10px 0 0;
}

/* 画面幅が600px以上の場合 横並び */
@media (min-width: 600px) {
    #modal-parent {
        display: flex;
        height: 90vh;
    }
    #modal-child-left {
        flex-grow: 1;
        width: 50%;
        overflow-y: scroll;
    }
    #modal-child-right {
        flex-grow: 1;
        width: 50%;
        overflow-y: scroll;
    }
    .btn-close-left {
        display: none;
    }
}

/* CSVインポート部調整 */
.btn-mr20 {
    margin-right: 20px;
}

#add-btn-group {
    margin-bottom: 10px;
}
.csvCollapseListGroup{
    margin-bottom: 10px;
}