*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.awsm-clearfix::after {
	display: table;
	clear:both;
  	content: " ";
}
.awsm-row {
	margin-right: -15px;
    margin-left: -15px;
}
.awsm-row:before {
    display: table;
    content: " ";
}
.awsm-row:after {
    display: table;
    content: " ";
    clear: both;
}
.awsm-col {
	padding-right: 15px;
    padding-left: 15px;
}
.awsm-col-2 {
	width: 50%;
	float: left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.awsm-team-customize-inner {
	padding: 15px 0;
}
.awsm-preset-list, .awsm-team-customize-member, .awsm-section {
	margin-top: 0;
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.awsm-team-customize-member ul li {
	vertical-align: middle;
	position: relative;
	padding: 15px 20px;
}
.awsm-team-customize-member ul li img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.awsm-team-customize-member ul li p {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.awsm-team-customize-member ul li span {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	color: #2ea2cc;
}
.awsm-team-customize-member ul li span.add-disabled {
	color: #b9bec0;
}
.awsm-heading-group {
	margin-bottom: 20px;
}
#poststuff h2.sub-h {
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 0;
}
.awsm-heading-group span {
	font-size: 12px;
	color: rgba(10, 10, 10, 0.6);
}
.awsm-select-members {
	max-width: 400px;
	margin-left: auto;	
	margin-right: auto;	
}
.wrap-awsm-members-list-selected, .awsm-members-list-selected {
	max-width: 400px;
	margin-left: auto;	
	margin-right: auto;	
}
.awsm-members-list-selected {
	position: relative;
}
/*.awsm-select-members {
	vertical-align: middle;
	position: relative;
	padding: 15px 20px;
	border: 1px solid #cccccc;
	position: relative;
	cursor: pointer;
	background-color: #fff;
}*/
.awsm-select-members > ul {
	cursor: default;
}
.select-arrow {
	float: right;
	font-weight: bold;
	margin-top: 5px;
	cursor: pointer;
	width: 10px;
	height: 10px;
	background: url('../images/down-arrow.png') no-repeat;
	background-size: contain;
}
.select-arrow.collapse {
	background: url('../images/close.png') no-repeat;
	background-size: contain;
}
.awsm-select-members.show  ul {
	display: block;
}
.awsm-select-members.show {
	border-bottom: none;
}
/*.awsm-members-list {
	display: none;
	max-height: 200px;
	overflow: auto;
	position: absolute;
	width: 100%;
	left: -1px;
	top: 100%;
	background-color: #fff;
	z-index: 1;
	border: 1px solid #cccccc;
	margin-top: 0;
	box-sizing: content-box;
}*/
/*.awsm-members-list li {
	margin-bottom: 0;
	border: none;
	border-bottom: 1px solid #eee;
}*/
.awsm-members-list-selected li {
	border: 1px solid #ddd;
	margin-bottom: 2px;
	background-color: #fff;
}
.awsm-members-list-selected li.ui-sortable-helper, .awsm-social-profile-wrap.ui-sortable-helper{
    cursor: move;
}
.awsm-members-list-selected li.ui-sortable-helper {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 3px 1px rgba(0,0,0,0.2);
}
.awsm-members-info {
	font-size: 16px;
	font-weight: 600;
	color: #bbb;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 30px;
	display: none;
}
.awsm-preset-list label {
	width: 85px;
	height: 81px;
	display: block;
	float: left;
	margin-right: 4px;
	padding: 10px 10px 10px 10px;
	text-align: center;
	border: 1px solid #c2c2c2;
	border-radius: 2px;
	cursor: pointer;
	margin-bottom: 4px;
}
.awsm-preset-list label.drawer {
	background: url('../images/drawer.jpg') no-repeat;
	background-position: center 10px;	
}
input.awsm-radio-hidden {
	display: none;
}
.awsm-radio-hidden:checked + label {
    border: 3px solid #00afe9;
}
select.awsm-select-default {
	width: 100%;
	display: block;
	border: 1px solid #acacac;
	height: 40px;
	box-shadow: none;
	margin-bottom: 10px;
}
.awsm-custom-css-wrap textarea {
	width: 100%;
	height: 75px;
	border: 1px solid #acacac;
	box-shadow: none;
}
.awsm-team-customize-footer {
	text-align: right;
}
.awsm-sorable-table {
	position: relative;
}
#member_details .awsm-sorable-table tbody tr:first-child td:last-child .remove-row {
    display: none;
}
#member_details .awsm-sorable-table .ui-sortable-helper {
	display: table;
}
#member_details .awsm-sorable-table .select2-container--default .select2-selection--single {
	border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    border-radius: 0;
}

/********* select2 Style ************/


.awsm-select-members .select2-container--default .select2-selection--single {
	height: 50px;
	border-radius: 0;
	border: 1px solid #ccc;
}

.awsm-select-members .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 50px;
	padding-left: 15px;
	padding-right: 40px;
}

.awsm-select-members .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 50px;
	width: 40px
}
.select2-result-repository {
	position: relative;
	padding: 10px;
}
.select2-result-repository__title {
    display: inline-block;
    vertical-align: middle;
    margin: 0;	
}
.select2-result-repository__avatar {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;	
}
.select2-result-repository__disabled {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	color: #b9bec0;
}

