.view_contacts .table{
	min-width: 1060px;
}
div#main .view_contacts #centerPanel {
	width: 100%;
	margin-top: 116px;
}
div#main .view_contacts .contactsDetailPanel{
	display: inline-block;
	margin-bottom: 10px;
	text-align: left;
	vertical-align: top;
	min-width: 400px;
}
.contactsDetailPanelTitle{
	font-family: 'museo_sans300',Arial,Helvetica,sans-serif;
	margin-bottom: 10px;
}
.contactsDetailPanelSection{
	display: inline-block;
	width: 100px;
	margin-bottom: 5px;
	margin-right: 5px;
	color: #4A90E2;
}
.contactsDetailPanelContent{
	display: inline-block;
	width: 200px;
	color: #444;
}

.contacts_edit .gwt-TabLayoutPanel {
    margin-bottom: 15px;
}

.contacts_edit .inputBoxEditor {
	overflow: hidden;
}

.contacts_edit a.addItem {
	background: url("/assets/images/common/plus_blue.svg") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #444444;
    display: block;
    margin-top: 5px;
    padding-left: 20px;
    text-decoration: none;
    cursor: pointer;
}

.contactItemEditor .editorPanel {
	overflow: hidden;
	margin-bottom: 5px;
	float:left;
}

.contactItemEditor .editorPanel + a.icon_delete_toggle {
	display: inline-block;
	height: 15px;
	width: 15px;
	margin-left: 15px;
	float:left;
}

div.editorPanel {
	width: 100%; 
	vertical-align: bottom;
	display: inline-block;
 	box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
 }
 
 .contactItemEditor div.editorPanel {
 	width: calc(100% - 30px);
 }
 
 div.editorPanel > input {
 	width: 100%;
 }

.profiles div.twitter a,
.profiles div.facebook a,
.profiles div.linkedin a,
.profiles div.google_plus a {
	color: transparent;
	margin-right: 15px;
	float: left;
	width: auto;
	display: inline-block;
	height: 15px;
}

.profiles div.twitter a {
	width: 18px;
	background: url("/assets/images/social_networks/twitter_grey.svg") no-repeat scroll left center rgba(0, 0, 0, 0);
	cursor: pointer;
}
.profiles .twitter a:hover {
	background: url("/assets/images/social_networks/twitter_blue.svg") no-repeat scroll left center rgba(0, 0, 0, 0);
	
}

.profiles div.facebook a {
	width: 7px;
	background: url("/assets/images/social_networks/facebook_grey.svg") no-repeat scroll left center rgba(0, 0, 0, 0);
}

.profiles div.linkedin a {
	width: 15px;
	background: url("/assets/images/social_networks/linkedin_grey.svg") no-repeat scroll left center rgba(0, 0, 0, 0);
}
