#tb-user th:last-child,
#tb-user th:nth-child(5){
    width:14%;
}
#tb_show_auth th:nth-child(2){
	width: 40%;
}
#tb-user th:nth-child(1) {
	width: 5%;
}
#tb_show_auth th:nth-child(3),
#tb_show_auth th:nth-child(4),
#tb_show_auth th:nth-child(5),
#tb_show_auth th:nth-child(6) {
	width: 12%;
}
.role_main {
	font-weight: 600;
	color: #4CAF50;
	float: left;
	margin-left: 10px;
}
.branch-name {
	float: left;
	padding-left: 15px;
}

#tb_user_access select {
	padding: 0px 25px 0px 5px;
}


/*---------------------------------------------------- checkbox inline ----------------------------------------------------*/
.checkbox-100 .papform-check-lb {
    font-size:14px;
    font-weight:600;
}
.checkbox-100 li {
    list-style: none;
    font-size:13px;
    margin-bottom:5px;
    width:100%;
    float:left;
}
.checkbox-100 input[type='checkbox'] {
    float:left;
    width:15%;
}
.checkbox-100 label {
    font-size:14px;
    float:left;
    width:85%;
    box-sizing:border-box;
}