.column-branch-name {
    max-width: 120px;
}

.column-staff-name {
    max-width: 120px;
}

.input-search-staff-nm {
	/*width: 350px !important;*/
    width: 180px !important;
}

.panel-body-staff-edit {
	min-height: 31.7em !important;
}

.multiselect-branch {
    height: 120px;
    border: solid 1px #ddd;
    border-top: none;
    overflow: auto;
}

    .multiselect-branch label {
        margin: 5px 10px;
        display: block;
    }

.filter-Label {
    height: 40px;
    padding-right: 5px;
}

.filter-Label-Status {
    height: 40px;
    padding-right: 5px;
    padding-left: 1em;
}

.filter-FilterBox {
    width: 180px;
}

.filter-clear {
    width: 100px;
    padding-left: 20px;
}

.filter-InviteStaff {
    width: 130px;
    text-align: right;
}

.staff-list-column-width-number {
    width: 2%;
    max-width: 2%;
}

.staff-list-column-width-branch {
    width: 20%;
    max-width: 20%;
}

.staff-list-column-width-name {
    width: 20%;
    max-width: 20%;
}

.staff-list-column-width-phone {
    width: 12%;
    max-width: 12%;
}

.staff-list-column-width-role {
    width: 10%;
    max-width: 10%;
}

.staff-list-column-width-allow {
    width: 10%;
    max-width: 10%;
}

.staff-list-column-width-ccus {
    width: 7%;
    max-width: 10%;
}

.staff-list-column-width-connection {
    width: 10%;
    max-width: 10%;
}

.staff-list-column-width-button {
    width: 13%;
    max-width: 13%;
}

.search-sfaff-name {
    display: inline-block;
    vertical-align: top;
}

.search-sfaff-select {
	margin-left: 10px;
    display: inline-block;
    vertical-align: top;
}

.search-sfaff-branch-section {
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
}

.sfaff-list-overflow {
    max-width: 0px !important;
}

/*社員一覧タイトル*/
.staff-title {
    width: 100%;
    padding: 12px 15px 9px;
    margin-bottom: 5px;
    text-align:center;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    background-color: #f4f4f4;
}

/*社員一覧タイトル用
  Q&Aアイコン表示時にヘッダが高くなるため、
  .staff-titleの上下paddingを相殺*/
.staff-title-question-icon {
    margin: -12px 0 -9px;
}

/*社員編集モーダルタイトル用*/
.staff-modal-title-question-icon {
    margin: -2px -1px -1px 0;
}

.staff-label {
    color:#808080;
}

.target-company-selector {
    font-size:10px;
}

.target-AuthorizableCompany-selector {
    font-size: 10px;
}

.fstNoResults {
    font-size:11px !important;
}

/*JHS連携項目*/
.jhs-status-value {
    font-size:small;
    font-family:'Meiryo UI' !important;
    font-weight:400;
}

.jhs-linkaged-btn {
    float:right;
    font-size:small;
}

#jhs-linkage-error-message {
    font-family:'Meiryo UI' !important;
}

.jhs-linkage-error-message-hidden {
    visibility:hidden;
}

.jhs-linkage-input-item-error-message {
    display: none !important;
}

/*印鑑*/
.staff-seal-column {
    width: 80px;
}

.staff-seal-label {
    display: table-cell;
    width: 80px;
    height: 80px;
    border:solid 1px #ccc;
    text-align: center;
    vertical-align: middle;
}

#staff-seal-image {
    width: 55px;
    height: 55px;
}

.staff-seal-input-file {
	display: none !important;
}

.staff-seal-edit-label {
    margin-top: 6px;
    margin-left: 20px;
}

.fast-select-staff-control-max-width {
    max-width: 600px!important;
}

.staff-approve-report{
    width:68%;
}

#staff-tabs-panel .nav-tabs {
    text-align: center;
}

#staff-tabs-panel .nav-tabs li {
    display: inline-block;
    float: none;
    top: 1px;
    margin: 0em;
    padding-bottom: 0px;
}

#staff-tabs-panel .nav-tabs li.disabled a {
    background-color: #eee;
    color: gray !important;
}

.tab-pointer-events{
    pointer-events:none;
}

.bulk-edit .fstElement {
    width: 100%;
}

.bulk-edit .fstCloseBtn {
    display: none;
}

.bulk-edit-allow {
    text-align: left;
}

.tr-style {
    background-color: #fde9e7;
}

.table-hover .tr-style:hover {
    background-color: #fde9e7 !important;
}
