.etowah-social-image {
	width: 100%;
	text-align: center;
}

.etowah-social-image img{
	max-width: 200px;
	max-height: 300px;
}

/*Loading Icon*/
.loading-wrapper {
	background-color: gray;
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: 0px;
	right: 0px;
	top: 0px;
	opacity: .4;
	display: none;
}

.loading-icon {
	position: relative;
	width: 20px;
	height: 20px; 
	margin:50px auto;
	top: 50%;
  }

.loading-icon i {
	color: white;
	font-size: 60px;
  }
  
.dragable-icon {
	font-family: FontAwesome;
    content: "\f0c4";
}

.social_item .social_id:hover {
	cursor: -webkit-grab; 
	cursor: grab; /*move;*/
}

.social_id {
	text-align: center;
}

.social_id span{
	display: none;
}

.social_item {
	border-bottom: 1px solid #bebfb9;
}

.social_item:hover{
	background-color: #fffaf1;
}

/*Table css */
#social-table th {
	text-transform: none;
}
#order{
	width: 5%;
}

#network-title{
	width: 20%;
}

#network-url{
	width: 40%;
}

#network-icon{
	width: 25%;
}

#network-actions{
	width: 10%;
}	

.social_item input:not(.icon-picker) {
	width: 90%;
}

#admin_social_wrapper button {
	height: 30px;
	border: 1px solid gainsboro;
}

#admin_social_wrapper .sp-replacer {
	border: 1px solid gainsboro;
}

#admin_social_wrapper tr td:last-child {
	text-align: center;
}

.input-group-addon {
	font-size: 18px;
	vertical-align: top;
	margin: 0px 5px 5px 7px;
}

.icon-picker-container {
	width: 75%;
	float: left;
	margin-top: 6px;
}

.icon-picker {
	vertical-align: bottom;
}
.color-picker-container {
	width: 25%;
	float: left;
}

.input-group-addon:hover,
.btn-add-social:hover,
.btn-delete-social:hover,
.btn-cancel:hover,
.btn-save:hover {
	cursor: -webkit-pointer; 
	cursor: pointer;
}