﻿@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
    font-family: "Sawarabi Gothic", ‘ヒラギノ角ゴシック’, ‘メイリオ’, sans-serif;
}

* {
    font-family: "Sawarabi Gothic", ‘ヒラギノ角ゴシック’, ‘メイリオ’, sans-serif;
}

/** font **/
.fontsize-mini {
    font-size: 15px;
}
.fontsize-micro{
    font-size: 11px;
}
.label_m{
    font-size: 10px;
}

.th {
    background-color: #f3f3f3;
    text-align: center;
}

/* select 2 */
.select2-container .select2-selection--single {
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

/* pagination */
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #808080;
    border-color: #707070;
}

.label.label-status {
    display: inline-block;
    width: 100%;
    font-size: 100%;
    font-weight: normal;
}

.pagination > li > a,
.pagination > li > span {
    color: #000;
}

/* text */
.text_overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    max-width: 600px;
}

/* footer style */
.footer {
    background-color: #16912D;
}

.footer div ul {
    margin: 0;
}

.footer div li {
    float: right;
    margin: 5px 10px;
    position: relative;
    display: block;
}

.footer div a,
.footer div a:focus,
.footer div a:hover {
    color: #FFF;
    background-color: #16912D;
}

/* delete btn */
.btn-delete {
    color: #333333;
    background-color: #eeeeee;
    border-color: #aaaaaa;
}

.btn-delete:focus,
.btn-delete.focus {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-delete:hover {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-delete:active,
.btn-delete.active,
.open > .dropdown-toggle.btn-delete {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-delete:active:hover,
.btn-delete.active:hover,
.open > .dropdown-toggle.btn-delete:hover,
.btn-delete:active:focus,
.btn-delete.active:focus,
.open > .dropdown-toggle.btn-delete:focus,
.btn-delete:active.focus,
.btn-delete.active.focus,
.open > .dropdown-toggle.btn-delete.focus {
    color: #333333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-delete:active,
.btn-delete.active,
.open > .dropdown-toggle.btn-delete {
    background-image: none;
}

.btn-delete.disabled:hover,
.btn-delete[disabled]:hover,
fieldset[disabled] .btn-delete:hover,
.btn-delete.disabled:focus,
.btn-delete[disabled]:focus,
fieldset[disabled] .btn-delete:focus,
.btn-delete.disabled.focus,
.btn-delete[disabled].focus,
fieldset[disabled] .btn-delete.focus {
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-delete .badge {
    color: #ffffff;
    background-color: #333333;
}

/* navbar style */
.navbar {
    margin-bottom: 12px;
}

#navbar-main ul.navbar-nav > li > a {
    width: 100%;
    min-width: 120px;
}

.navbar.green ul.navbar-nav > li > a {
    background-color: #16912D;
    color: #FFF;
    width: 120px;
    text-align: center;
    border: 1px solid #fff;
}

.navbar.green ul.navbar-user-nav > li > a {
    background-color: #fff;
    border-bottom: 1px solid #FFF;
    border-radius: 0;
    color: #000;
    width: auto;
}

.navbar.green .navbar-nav > .active > a,
.navbar.green .navbar-nav > .active > a:focus,
.navbar.green .navbar-nav > .active > a:hover {
    color: #000;
    border: 1px solid #16912D;
    background-color: #fff;
}

.navbar.green .navbar-nav a:hover,
.navbar.green .navbar-nav > .open > a,
.navbar.green .navbar-nav > .open > a:focus,
.navbar.green .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #1ec13a;
}

.navbar.green ul.navbar-nav > li > a.logout-btn {
    color: #FFF;
    background-color: #585858;
}

.navbar.green .navbar-nav > .active > a.logout-btn,
.navbar.green .navbar-nav > .active > a.logout-btn:focus,
.navbar.green .navbar-nav > .active > a.logout-btn:hover {
    color: #fff;
    background-color: #000;
}

.navbar.green ul.navbar-user-nav > li > a:focus,
.navbar.green ul.navbar-user-nav > li > a:hover {
    background-color: #fff;
    color: #000;
    width: auto;
}

.navbar.green .navbar-nav a.logout-btn:hover,
.navbar.green .navbar-nav > .open > a.logout-btn,
.navbar.green .navbar-nav > .open > a.logout-btn:focus,
.navbar.green .navbar-nav > .open > a.logout-btn:hover {
    color: #fff;
    background-color: #000;
}

.navbar-brand {
    background: url("/assets/img/logo-s.png") no-repeat left center;
    background-size: contain;
    width: 80px;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

/* advanced search box style */
.advanced-search-box {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 25px;
}

/* search result panel style */
.panel-body .search-result-panel-heading {
    margin-bottom: 15px;
}

.search-result-panel-heading .search-result-count {
    font-size: 18px;
}

/********** button style **********/
.btn-gray {
    color: #fff;
    background-color: #808080;
    border-color: #696969;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
}

.btn-gray:focus,
.btn-gray.focus {
    color: #fff;
    background-color: #696969;
    border-color: #000;
}

.btn-gray:hover {
    color: #fff;
    background-color: #696969;
    border-color: #000;
}

.btn-gray:active,
.btn-gray.active,
.open > .btn-gray.dropdown-toggle {
    color: #fff;
    background-color: #696969;
    border-color: #000;
}

.btn-gray:active:hover,
.btn-gray:active:focus,
.btn-gray:active.focus,
.btn-gray.active:hover,
.btn-gray.active:focus,
.btn-gray.active.focus,
.open > .btn-gray.dropdown-toggle:hover,
.open > .btn-gray.dropdown-toggle:focus,
.open > .btn-gray.dropdown-toggle.focus {
    color: #fff;
    background-color: #696969;
    border-color: #000;
}

.btn-gray:active, .btn-gray.active,
.open > .btn-gray.dropdown-toggle {
    background-image: none;
}

.btn-gray.disabled,
.btn-gray.disabled:hover,
.btn-gray.disabled:focus,
.btn-gray.disabled.focus,
.btn-gray.disabled:active,
.btn-gray.disabled.active,
.btn-gray[disabled],
.btn-gray[disabled]:hover,
.btn-gray[disabled]:focus,
.btn-gray[disabled].focus,
.btn-gray[disabled]:active,
.btn-v[disabled].active,
fieldset[disabled] .btn-gray,
fieldset[disabled] .btn-gray:hover,
fieldset[disabled] .btn-gray:focus,
fieldset[disabled] .btn-gray.focus,
fieldset[disabled] .btn-gray:active,
fieldset[disabled] .btn-gray.active {
    background-color: #d3d3d3;
    border-color: #c0c0c0;
}

.btn-gray .badge {
    color: #808080;
    background-color: #fff;
}

/********** Label style **********/
.label-gray {
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #808080 none;
    border: 1px solid transparent;
    border-radius: 2px;
}

.label-primary-inv {
    border: solid 1px #2196f3;
    color: #2196f3;
}

.label-primary-inv[href]:hover,
.label-primary-inv[href]:focus {
    color: #0c7cd5;
}

.label-yellow {
    background-color: #fc9;
    color: #000;
}

.label-enabled {
    background-color: #404040;
    color: #fff;
}

.label-disabled {
    background-color: #bfbfbf;
    color: #000;
}

/********** form style **********/
/* 電話番号用 */
.form-tel .form-control {
    display: inline-block;
    width: 80px;
}

/* 郵便番号１ */
.form-zip .form-control:first-child {
    display: inline-block;
    width: 60px;
}

/* 郵便番号２ */
.form-zip .form-control:nth-child(2) {
    display: inline-block;
    width: 80px;
}

.form-wavy-line {
    margin: 0 .5em;
    padding-top: 7px;
}

.form-wavy-line::after {
    content: "～";
}

/* 日付の範囲 */
.form-date-duration {
    display: flex;
}

@media ( min-width: 768px) {
    .form-date-duration .form-control {
        width: 120px;
    }
}

@media ( max-width: 767px) {
    .form-date-duration .form-control {
        width: 140px;
    }
}

/* 時刻の範囲 */
.form-time-duration .form-control {
    display: inline-block;
    width: 75px;
}

/* 分指定 */
.form-minutes .form-control {
    width: 80px;
}

/* 画面サイズにかかわらず幅を固定するselect */
.form-inline.force-width select.form-control {
    display: inline-block;
}

.form-inline.force-width select.form-control.w-auto {
    width: auto;
}

/* 単価 */
.form-inline.base-unit-price select {
    width: auto;
}

.form-inline.base-unit-price input {
    width: 110px;
}

@media (max-width: 767px) {
    .form-inline.base-unit-price * {
        display: inline-block;
    }
}

/* 基準時間 */
.form-hour-duration .form-control {
    display: inline-block;
    width: 4em;
}

/* 超過・控除単価 */
.form-unit .form-control {
    display: inline-block;
    width: 150px;
}

/* 締日・支払日 */
.form-designated-day .form-control {
    display: inline-block;
}

.form-designated-day select.form-control {
    width: auto;
}

.form-designated-day input.form-control {
    width: 70px;
}

.form-flex {
    display: flex;
}

.form-flex input:not(:last-child),
.form-flex select:not(:last-child) {
    margin-right: 1em;
}

@media (max-width: 767px) {
    .form-flex {
        flex-direction: column;
    }

    .form-flex input:not(:last-child),
    .form-flex select:not(:last-child) {
        margin-right: 0;
        margin-bottom: .5em;
    }
}

/********** alert style **********/
.alert {
    padding: 7px;
    margin-bottom: 12px;
}

/********** utility style **********/
/* margin-top */
.mt0 {
    margin-top: 0;
}

.mt1 {
    margin-top: 1px;
}

.mt2 {
    margin-top: 2px;
}

.mt3 {
    margin-top: 3px;
}

.mt4 {
    margin-top: 4px;
}

.mt5 {
    margin-top: 5px;
}

.mt6 {
    margin-top: 6px;
}

.mt7 {
    margin-top: 7px;
}

.mt8 {
    margin-top: 8px;
}

.mt9 {
    margin-top: 9px;
}

.mt10 {
    margin-top: 10px;
}

.mt11 {
    margin-top: 11px;
}

.mt12 {
    margin-top: 12px;
}

.mt13 {
    margin-top: 13px;
}

.mt14 {
    margin-top: 14px;
}

.mt15 {
    margin-top: 15px;
}

.mt16 {
    margin-top: 16px;
}

.mt17 {
    margin-top: 17px;
}

.mt18 {
    margin-top: 18px;
}

.mt19 {
    margin-top: 19px;
}

.mt20 {
    margin-top: 20px;
}

.mt-a {
    margin-top: auto;
}

/* margin-right */
.mr0 {
    margin-right: 0;
}

.mr1 {
    margin-right: 1px;
}

.mr2 {
    margin-right: 2px;
}

.mr3 {
    margin-right: 3px;
}

.mr4 {
    margin-right: 4px;
}

.mr5 {
    margin-right: 5px;
}

.mr6 {
    margin-right: 6px;
}

.mr7 {
    margin-right: 7px;
}

.mr8 {
    margin-right: 8px;
}

.mr9 {
    margin-right: 9px;
}

.mr10 {
    margin-right: 10px;
}

.mr11 {
    margin-right: 11px;
}

.mr12 {
    margin-right: 12px;
}

.mr13 {
    margin-right: 13px;
}

.mr14 {
    margin-right: 14px;
}

.mr15 {
    margin-right: 15px;
}

.mr16 {
    margin-right: 16px;
}

.mr17 {
    margin-right: 17px;
}

.mr18 {
    margin-right: 18px;
}

.mr19 {
    margin-right: 19px;
}

.mr20 {
    margin-right: 20px;
}

.mr-a {
    margin-right: auto;
}

/* margin-bottom */
.mb0 {
    margin-bottom: 0;
}

.mb1 {
    margin-bottom: 1px;
}

.mb2 {
    margin-bottom: 2px;
}

.mb3 {
    margin-bottom: 3px;
}

.mb4 {
    margin-bottom: 4px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb6 {
    margin-bottom: 6px;
}

.mb7 {
    margin-bottom: 7px;
}

.mb8 {
    margin-bottom: 8px;
}

.mb9 {
    margin-bottom: 9px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb11 {
    margin-bottom: 11px;
}

.mb12 {
    margin-bottom: 12px;
}

.mb13 {
    margin-bottom: 13px;
}

.mb14 {
    margin-bottom: 14px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb16 {
    margin-bottom: 16px;
}

.mb17 {
    margin-bottom: 17px;
}

.mb18 {
    margin-bottom: 18px;
}

.mb19 {
    margin-bottom: 19px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb-r {
    margin-right: auto;
}

/* margin-left */
.ml0 {
    margin-left: 0;
}

.ml1 {
    margin-left: 1px;
}

.ml2 {
    margin-left: 2px;
}

.ml3 {
    margin-left: 3px;
}

.ml4 {
    margin-left: 4px;
}

.ml5 {
    margin-left: 5px;
}

.ml6 {
    margin-left: 6px;
}

.ml7 {
    margin-left: 7px;
}

.ml8 {
    margin-left: 8px;
}

.ml9 {
    margin-left: 9px;
}

.ml10 {
    margin-left: 10px;
}

.ml11 {
    margin-left: 11px;
}

.ml12 {
    margin-left: 12px;
}

.ml13 {
    margin-left: 13px;
}

.ml14 {
    margin-left: 14px;
}

.ml15 {
    margin-left: 15px;
}

.ml16 {
    margin-left: 16px;
}

.ml17 {
    margin-left: 17px;
}

.ml18 {
    margin-left: 18px;
}

.ml19 {
    margin-left: 19px;
}

.ml20 {
    margin-left: 20px;
}

.ml-a {
    margin-left: auto;
}

/* padding-top */
.pt0 {
    padding-top: 0;
}

.pt1 {
    padding-top: 1px;
}

.pt2 {
    padding-top: 2px;
}

.pt3 {
    padding-top: 3px;
}

.pt4 {
    padding-top: 4px;
}

.pt5 {
    padding-top: 5px;
}

.pt6 {
    padding-top: 6px;
}

.pt7 {
    padding-top: 7px;
}

.pt8 {
    padding-top: 8px;
}

.pt9 {
    padding-top: 9px;
}

.pt10 {
    padding-top: 10px;
}

.pt11 {
    padding-top: 11px;
}

.pt12 {
    padding-top: 12px;
}

.pt13 {
    padding-top: 13px;
}

.pt14 {
    padding-top: 14px;
}

.pt15 {
    padding-top: 15px;
}

.pt16 {
    padding-top: 16px;
}

.pt17 {
    padding-top: 17px;
}

.pt18 {
    padding-top: 18px;
}

.pt19 {
    padding-top: 19px;
}

.pt20 {
    padding-top: 20px;
}

/* padding-right */
.pr0 {
    padding-right: 0;
}

.pr1 {
    padding-right: 1px;
}

.pr2 {
    padding-right: 2px;
}

.pr3 {
    padding-right: 3px;
}

.pr4 {
    padding-right: 4px;
}

.pr5 {
    padding-right: 5px;
}

.pr6 {
    padding-right: 6px;
}

.pr7 {
    padding-right: 7px;
}

.pr8 {
    padding-right: 8px;
}

.pr9 {
    padding-right: 9px;
}

.pr10 {
    padding-right: 10px;
}

.pr11 {
    padding-right: 11px;
}

.pr12 {
    padding-right: 12px;
}

.pr13 {
    padding-right: 13px;
}

.pr14 {
    padding-right: 14px;
}

.pr15 {
    padding-right: 15px;
}

.pr16 {
    padding-right: 16px;
}

.pr17 {
    padding-right: 17px;
}

.pr18 {
    padding-right: 18px;
}

.pr19 {
    padding-right: 19px;
}

.pr20 {
    padding-right: 20px;
}

/* padding-bottom */
.pb0 {
    padding-bottom: 0;
}

.pb1 {
    padding-bottom: 1px;
}

.pb2 {
    padding-bottom: 2px;
}

.pb3 {
    padding-bottom: 3px;
}

.pb4 {
    padding-bottom: 4px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb6 {
    padding-bottom: 6px;
}

.pb7 {
    padding-bottom: 7px;
}

.pb8 {
    padding-bottom: 8px;
}

.pb9 {
    padding-bottom: 9px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb11 {
    padding-bottom: 11px;
}

.pb12 {
    padding-bottom: 12px;
}

.pb13 {
    padding-bottom: 13px;
}

.pb14 {
    padding-bottom: 14px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb16 {
    padding-bottom: 16px;
}

.pb17 {
    padding-bottom: 17px;
}

.pb18 {
    padding-bottom: 18px;
}

.pb19 {
    padding-bottom: 19px;
}

.pb20 {
    padding-bottom: 20px;
}

/* padding-left */
.pl0 {
    padding-left: 0;
}

.pl1 {
    padding-left: 1px;
}

.pl2 {
    padding-left: 2px;
}

.pl3 {
    padding-left: 3px;
}

.pl4 {
    padding-left: 4px;
}

.pl5 {
    padding-left: 5px;
}

.pl6 {
    padding-left: 6px;
}

.pl7 {
    padding-left: 7px;
}

.pl8 {
    padding-left: 8px;
}

.pl9 {
    padding-left: 9px;
}

.pl10 {
    padding-left: 10px;
}

.pl11 {
    padding-left: 11px;
}

.pl12 {
    padding-left: 12px;
}

.pl13 {
    padding-left: 13px;
}

.pl14 {
    padding-left: 14px;
}

.pl15 {
    padding-left: 15px;
}

.pl16 {
    padding-left: 16px;
}

.pl17 {
    padding-left: 17px;
}

.pl18 {
    padding-left: 18px;
}

.pl19 {
    padding-left: 19px;
}

.pl20 {
    padding-left: 20px;
}

/*テキスト位置(bootstrap text-が使えない時用*/
.txt-left {
    text-align: left;
}

.txt-center {
    text-align: center;
}

.txt-right {
    text-align: right;
}

/*均等割り*/
.txt-even {
    text-align: justify;
    text-justify: distribute-all-lines;
}

/*スタッフ・案件・取引先一覧共通部*/
.list-group-item.staff-list-item,
.list-group-item.project-list-item,
.list-group-item.partner-list-item{
    cursor: pointer;
}


.list-group-item ul {
    margin-bottom: 0;
}

ul.pagination {
    margin: 0;
}

.list-group-item-heading {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*ソートラベル*/
.label-sort {
    font-size: 100%;
    font-weight: normal;
    padding-bottom: .2em;
    cursor: pointer;
    border: 1px solid #777;
    margin-top: 1px;
    margin-bottom: 1px;
    color: #000;
}

.label.label-status {
    display: inline-block;
    width: 80px;
    font-size: 100%;
    font-weight: normal;
}

.label.label-staff-status {
    display: inline-block;
    width: 80px;
    font-size: 100%;
    font-weight: normal;
}

.label.label-project-status {
    display: inline-block;
    width: 80px;
    font-size: 100%;
    font-weight: normal;
}

/* ソートボタン(スタッフ・案件) */
.btn-sort {
    width: 138px;
}

.btn-sort:not(:last-child) {
    margin-right: 4px;
}

/*ソートボタン（スタッフ単価）*/
.btn-sort-staff-price {
    width: 138px;
    border-right: 4px solid #ffffff;
}

.staff-info-item {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.staff-info-item > span:not(:last-child) {
    margin-right: 2em;
}

.project-etc-info > span:not(:last-child) {
    margin-right: 2em;
}

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

.partner-etc-info > span:not(:last-child) {
    margin-right: 2.5em;
}

/*スタッフ・取引先フロートメニュー*/
#float-menu {
    position: fixed;
    top: 96px;
    right: 20px;
    z-index: 200;
    width: 230px;
    margin: 0;
    overflow-y: auto;
    max-height: 100%;
}

#float-menu .panel-heading {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#float-menu-unselected {
    position: fixed;
    top: 96px;
    right: 20px;
    z-index: 199;
    width: 230px;
    margin: 0;
}

/*案件フロートメニュー*/
.pagetop1 {
    position: fixed;
    z-index: 200;
    right: 20px;
    visibility: hidden;
    margin: 0;
    -webkit-transition: bottom 0.4s linear;
}

.pagetop1.visible {
    top: 96px;
    overflow: auto;
    max-height: 60px;
}

.contents {
    margin-bottom: 400px;
}

.visiblity {
    width: 230px;
    visibility: visible;
    max-height: 380px;
}

.gone {
    width: 0;
    visibility: hidden;
}

/*カスタムボタン*/
/*マッチング（提案:青)*/
.btn-blue {
    background: #4F81BC;
    color: #FFF;
    border-top-color: #000;
    border-left-color: #000;
    border-right-color: #000;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-blue:hover,
.btn-blue:focus {
    background: #4774a9;
    color: #FFF;
}

.btn-blue:active {
    background: #4F81BC;
}

/*マッチング(提案:水色)*/
.btn-light-blue {
    background: #E3EDF3;
    color: #000;
    border-color: #000;
    border-radius: 0;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-light-blue:hover,
.btn-light-blue:focus {
    background: #ccd5da;
}

.btn-light-blue:active {
    background: #E3EDF3;
}

/*マッチング(白)*/
.btn-white {
    background: #FFF;
    color: #000;
    border-color: #000;
    border-radius: 1px;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-white:hover,
.btn-white:focus {
    background: #f7f7f7;
    color: #000;
}

.btn-white:active {
    background: #f7f7f7;
    color: #000;
}

/*申し込み(白・緑枠)*/
.btn-white-green {
    background: #FFF;
    color: #000;
    border-color: #008C23;
    border-radius: 3px;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-white-green:hover,
.btn-white-green:focus {
    background: #f7f7f7;
    color: #000;
}

.btn-white-green:active {
    background: #f7f7f7;
    color: #000;
}

.btn-white-green[disabled],
.btn-white-green[disabled]:hover,
.btn-white-green[disabled]:active {
    border-color: #94CF55;
    background: #fafafa;
    cursor: default;
    position: static;
    color: #999;
    /* Usually, !important should be avoided but here it's really needed :) */
    box-shadow: none !important;
    text-shadow: none !important;
}

/* カスタムボタン　サイズ設定 */
.bsize-offer {
    width: 100%;
    border-radius: 0;
    margin: 0;
}

.bsize-offer-half {
    width: 50%;
    border-radius: 0;
}

.bsize-offer-quarter {
    width: 25%;
    border-radius: 1px;
}

/*クライアントラベル（取引先）*/
.label-client {
    display: inline-block;
    width: 80px;
    height: 25px;
    font-size: 0.7em;
    font-weight: 600;
    border: 1px solid #428bca;
    background: #428bca;
    padding: 0.5em 0.5em 0.5em 0.5em;
    color: #ffffff;
    text-align: center;
    border-radius: 5px; /*角丸*/
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
    -moz-border-radius: 5px; /* Firefox用 */
}

/*派遣元ラベル（取引先）*/
.label-supply {
    display: inline-block;
    width: 80px;
    height: 25px;
    font-size: 1em;
    font-weight: 400;
    border: 1px solid #428bca;
    background: #ffffff;
    color: #428bca;
    text-align: center;
    border-radius: 5px; /*角丸*/
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
    -moz-border-radius: 5px; /* Firefox用 */
}

/*label-warning*/
/*対応可（スタッフ・案件共通）【背景】オレンジ【文字】白*/
.label-custom-warning {
    display: inline-block;
    width: 80px;
    height: 25px;
    font-size: 1em;
    font-weight: 400;
    border: 1px solid #FF9800;
    background: #FF9800;
    color: #ffffff;
    text-align: center;
    border-radius: 5px; /*角丸*/
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
    -moz-border-radius: 5px; /* Firefox用 */
}

/*label-yellow*/
/*引合中（スタッフ・案件共通）【背景】肌色【文字】黒*/
.label-custom-yellow {
    display: inline-block;
    width: 80px;
    height: 25px;
    font-size: 1em;
    font-weight: 400;
    border: 1px solid #FFCC99;
    background: #FFCC99;
    color: #000000;
    text-align: center;
    border-radius: 5px; /*角丸*/
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
    -moz-border-radius: 5px; /* Firefox用 */
}

/*label-succes*/
/*対応中（スタッフ）　契約中（案件）【背景】緑【文字】白*/
.label-custom-success {
    display: inline-block;
    width: 80px;
    height: 25px;
    font-size: 1em;
    font-weight: 400;
    border: 1px solid #4CAF50;
    background: #4CAF50;
    color: #ffffff;
    text-align: center;
    border-radius: 5px; /*角丸*/
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
    -moz-border-radius: 5px; /* Firefox用 */
}

/*label-default*/
/*対応不可（スタッフ）　約不可（案件）【背景】灰色【文字】白*/
.label-custom-default {
    display: inline-block;
    width: 80px;
    height: 25px;
    font-size: 1em;
    font-weight: 400;
    border: 1px solid #777777;
    background: #777777;
    color: #ffffff;
    text-align: center;
    border-radius: 5px; /*角丸*/
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
    -moz-border-radius: 5px; /* Firefox用 */
}

/*label-primary*/
.label-custom-primary {
    display: inline-block;
    width: 80px;
    height: 25px;
    font-size: 1em;
    font-weight: 400;
    border: 1px solid #2196F3;
    background: #2196F3;
    color: #ffffff;
    text-align: center;
    border-radius: 5px; /*角丸*/
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
    -moz-border-radius: 5px; /* Firefox用 */
}

/*label-danger*/
.label-custom-danger {
    display: inline-block;
    width: 80px;
    height: 25px;
    font-size: 1em;
    font-weight: 400;
    border: 1px solid #F44336;
    background: #F44336;
    color: #ffffff;
    text-align: center;
    border-radius: 5px; /*角丸*/
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
    -moz-border-radius: 5px; /* Firefox用 */
}

/*label-default*/
.label-custom-select {
    background-color: #989898;
}

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

.ui-datepicker {
    z-index: 10 !important;
}

/* button */
.ems-btn-link {
    word-break: break-all;
    color: #2196f3;
    background-color: #fff0;
    border-radius: 10px;
    text-align: left;
    padding: 0 5px 0 5px;
    margin: 0 -5px 0 -5px;
}

/** 日時 */
label.weekday {
    font-weight: normal;
}

.ems-btn-link:hover,
.ems-btn-link:active {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    border-radius: 10px;
    color: #000000;
    text-decoration: none;
}

/** list **/
.list-item:nth-child(even),
.project-list-item:nth-child(even),
.staff-list-item:nth-child(even),
.partner-list-item:nth-child(even) {
    background: #f9f9f9;
}

.staff-list-item.selected,
.staff-list-item:hover {
    background-color: #ffeacc;
}

.project-list-item.selected,
.project-list-item:hover {
    background-color: #e3f2fd;
}

.table-fixed thead tr {
    background-color: rgba(204, 204, 204, 0.3);
}

.table-fixed thead th {
    text-align: center;
}

.table-fixed tbody tr {
    cursor: pointer;
}

.table-fixed tbody tr {
    background-color: #fff;
}

.table-fixed tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.list-item.selected,
.list-item:hover,
.partner-list-item.selected,
.partner-list-item:hover,
.table-fixed tbody tr:hover {
    background-color: rgb(174, 239, 172);
}

/* flex */
.d-flex {
    display: flex;
}

.f-direction--row {
    flex-direction: row;
}

.f-direction--row-reverse {
    flex-direction: row-reverse;
}

.f-direction--column {
    flex-direction: column;
}

.f-direction--column-reverse {
    flex-direction: column-reverse;
}

.f-justify--start {
    justify-content: flex-start;
}

.f-justify--end {
    justify-content: flex-end;
}

.f-justify--center {
    justify-content: center;
}

.f-justify--between {
    justify-content: space-between;
}

.f-justify--around {
    justify-content: space-around;
}

.f-align--stretch {
    align-items: stretch;
}

.f-align--start {
    align-items: flex-start;
}

.f-align--end {
    align-items: flex-end;
}

.f-align--center {
    align-items: center;
}

.f-align--baseline {
    align-items: baseline;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

body > .container {
    flex: 1;
}

.panel .panel-heading.heading-gray {
    background-color: #9f9f9f;
    border-color: #9f9f9f;
    color: #FFFFFF;
}

#info_window_df {
    position: fixed;
    top: 96px;
    right: 20px;
    z-index: 199;
    width: 230px;
    margin: 0;
    border-color: #ddd;
}

.container {
    position: relative;
}

.veil {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
}

.not-over-flow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.tooltip {
    position: relative;
}
.tooltip::before,
.tooltip::after {
    position: absolute;
    transition: all 0.3s ease 0s;
    opacity: 0;
}
.tooltip::before {
    content: "";
    border: 10px solid transparent;
    border-bottom-color: #000;
    top: 10px;
    left: 10px;
}
.tooltip::after {
    content: attr(data-tooltip);
    display: block;
    padding: 20px;
    background: #000;
    color: #fff;
    border-radius: 5px;
    top: 30px;
    left: 0;
}
.tooltip:hover::before{
    top: 16px;
    opacity: 1;
}
.tooltip:hover::after{
    top: 36px;
    opacity: 1;
}