.input-search-staff-nm {
	/*width: 350px !important;*/
    width: 180px !important;
}

.staff-list-header-permitauthority-width {
    width:7%;
    max-width:7%;
}

.color-gray {
    background-color: lightgray;
}

.chief-admin {
    background-color: #065CA8;
    color: white;
}

.health-safty {
    background-color: #9BC24C;
    color: white;
}

.industrial-accident {
    background-color: deepskyblue;
    color: white;
}

.staff-list-column-width-number {
    width: 5%;
}

.staff-list-column-width-branch {
    width: 10%;
    max-width: 10%;
}

.staff-list-column-width-name {
    width: 10%;
    max-width: 10%;
}

.staff-list-column-width-role {
    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;
}

.sfaff-list-overflow {
    max-width: 0px !important;
}

/*安全衛生許可一覧タイトル*/
.permitauthority-title {
    width: 100%;
    padding: 12px 15px 9px;
    margin-bottom: 5px;
    text-align:center;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    background-color: #f4f4f4;
}

#edit-management-group .panel-body {
    min-height: 31.7em !important;
}

/* 労災管轄 */
#edit-user-worker-compensation-setting .panel-body {
    min-height: 31.7em !important;
}

.data-title {
    margin-left: 20px !important;
}


/* 子画面 複数選択 */
.select-all-item {
    padding-bottom: 0.5em;
}

.mluti-select-item-wrapper {
    display: flex;
    justify-content: flex-start;
    max-height: 300px;
    min-height: 300px;
}

.mluti-select-item-wrapper .box {
    flex-grow: 1;
    width: 100%;
}

.mluti-select-item-wrapper .left-box {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
}

.mluti-select-item-wrapper .checkbox-item-list {
    width: auto;
    height: calc(100% - 34px);
    padding-left: 0.5em;
    background-color: white;
    border: solid 1px #ddd;
    border-top: none;
    overflow: auto;
    font-size: small;
}

.mluti-select-item-wrapper .checkbox-item-list .checkbox-item {
    padding: 3px 8px;
    margin: 0 !important;
    font-weight: 400;
    display: block;
}

.mluti-select-item-wrapper .right-box {
    overflow-y: auto;
    height: auto;
    padding: 0.5em;
    border: 1px solid #ddd;
    border-left: none;
    background-color: white;
}

.mluti-select-item-wrapper .right-box .selected-item {
    padding: 6px 8px !important;
    font-weight: 400 !important;
    color: #fff;
    background-color: #6c757d;
}





