.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

margin-bottom-40 {
	margin-bottom: 40px;
}

.padding-left-15 {
    padding-left: 15px;
}

.search-member-input {
	width: 360px !important;
    max-width: 40% !important;
}

.connection-mode-sidebar {
	width: 300px;
	min-height: 640px;
	/*border: 1px solid #ddd;*/
	border-left: 0px !important;
	border-top: 0px !important;
	border-bottom: 0px !important;
	position: absolute;
}

.connection-profile-area {
	/*height: 160px;*/
	padding: 30px 20px 20px !important;
	/*border-bottom: 1px solid #ddd; James: 2016/01/05 */
}

.profile-picture-area {
	width: 60px;
	float: left;
}

.connection-list-search {
	padding: 0 10px 10px 0;
}

.list-group-item {
	border-radius: 0px !important;
	border-right: none !important;
	border-left: none !important;
	height: 50px;
}

.connection-search-area {
	margin-left: 220px;
	padding: 10px;
}

.connection-member-area {
	margin-left: 300px;
	min-height: 640px;
    padding: 20px 15px 0px;
	border-left: 1px solid #ddd;
}

.search-member-in-group {
	margin-bottom: 10px;
	width: 834px;
}

.clear-search-button {
	margin-left: 10px;
}

.connection-member-list-area {
	overflow: auto;
}

.connection-col-accept {
	width: 62px;
}

.profile-detail-area {
    margin: 20px 20px 15px;
}

.label-profile-name {
	margin: 10px auto;
}

.company-name-label {
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 5px;
    font-weight: 400;
    font-size:12px;
}

.profile-name-label {
	max-width: 150px;
    padding: 5px 0 5px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    font-weight: 400;
}

.edit-profile-button {
    padding: 5px 5px;
}

.connection-profile-question-icon-area {
    margin-top: -2px;
}

.wrap-group-label {
    word-wrap:break-word;
	/*overflow: hidden;*/
	/*text-overflow: ellipsis;*/
	white-space: nowrap;
	margin-right: 5px;
	align-self: center;
}

.list-group-item {
	width: 300px;
	padding: 10px 20px 10px 30px !important;
	display: inline-flex !important;
}

.member-count-label {
	text-align: right;
	width: 40px;
	align-self: center;
}

.profile-picture-size-50 {
	width: 50px;
	height: 50px;
	border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

.profile-picture-size-30 {
	width: 30px;
	height: 30px;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.profile-picture-size-20 {
	width: 20px;
	height: 20px;
}

.profile-picture-size-150 {
	width: 150px;
	height: 150px;
	border-radius: 90px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
}

table.connection-table-list {
	display: table;
}

	table.connection-table-list thead,
	table.connection-table-list tbody {
		float: left;
		width: 100%;
	}

	table.connection-table-list tbody {
		overflow: auto;
		height: 500px;
	}

	table.connection-table-list tr {
		width: 100%;
		display: table;
		text-align: left;
		border: none !important;
	}

	table.connection-table-list th,
	table.connection-table-list td {
		border: 0px !important;
		border-bottom: 1px solid #ddd !important;
	}

.connection-table {
	table-layout: fixed!important;
}

	.connection-table th {
		border: 1px solid #79b6d5 !important;
		color: white;
	}

	.connection-table td {
		border: 1px solid #ddd !important;
		word-break: break-word !important;
	}

.connection-table-bordered th {
	border: 1px solid #79b6d5 !important;
	color: white;
    font-weight: 400;
    text-align: center;
}

.connection-table-bordered td {
	border: 1px solid #ddd !important;
}

.connection-table-hover > tbody > tr > td.active:hover {
	text-decoration: none;
	background-color: #e4f1f7;
}

.connection-thead-custom {
	background-color: #98c7df;
}

.connection-thead-custom-for-e2mo {
	background-color: #00BFFF;
}

.connection-thead-custom-for-sumifu {
	background-color: #1AC7C6;
}

.connection-thead-custom-for-mitsui {
	background-color: #dcafae;
}

.connection-thead-custom-for-Sumirin {
	background-color: #008d54;
}

.connection-thead-custom-for-lixillbros {
	background-color: #ff8c00;
}

.connection-thead-custom-for-asahikasei {
	background-color: #005bac;
}

.connection-cursor {
	cursor: pointer;
}

.connection-selected {
	background-color: #065ca8 !important;
    color: #fff !important;
}

.connection-company-name-th_block,
.connection-company-name-th_friendyoumayknow{
    width: 50%;
}

.connection-company-name-th_companyyoumayknow{
    width: 90%;
}

.connection-profile-name-th_companyyoumayknow{
	width: 20%;
}

#popup_container.accept-friend-alert {
	min-width:380px !important;
	max-width:380px !important;
	width:380px !important;
}

.rotate90 {
	transform: rotate(90deg) !important;
	-webkit-transform: rotate(90deg) !important;
	-ms-transform: rotate(90deg) !important;
}

.rotate180 {
	transform: rotate(180deg) !important;
	-webkit-transform: rotate(180deg) !important;
	-ms-transform: rotate(180deg) !important;
}

.rotate270 {
	transform: rotate(270deg) !important;
	-webkit-transform: rotate(270deg) !important;
	-ms-transform: rotate(270deg) !important;
}

.rotate360 {
	transform: rotate(360deg) !important;
	-webkit-transform: rotate(360deg) !important;
	-ms-transform: rotate(360deg) !important;
}

.rotate0 {
	transform: none !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
}

.branch-name-td_company {
	max-width: 300px;
}

.branch-name-td_friend {
	max-width: 200px;
}

.connection-list-column-width-10 {
    width: 10%;
    max-width: 10%;
}

.connection-list-column-width-20 {
    width: 20%;
    max-width: 20%;
}

.connection-list-column-width-30 {
    width: 30%;
    max-width: 30%;
}

.connection-list-column-width-35 {
    width: 35%;
    max-width: 35%;
}

.connection-list-column-width-40 {
    width: 40%;
    max-width: 40%;
}

.connection-list-column-width-45 {
    width: 45%;
    max-width: 45%;
}

.connection-list-column-width-50 {
    width: 50%;
    max-width: 50%;
}

.connection-list-column-width-60 {
    width: 60%;
    max-width: 60%;
}

.connection-list-column-width-80 {
    width: 80%;
    max-width: 80%;
}

.connection-list-overflow {
    max-width: 0px !important;
    text-align: left !important;
}

.connection-list-center-overflow {
    max-width: 0px !important;
}
