#content-wrapper { overflow: hidden; } /* Avoid double scroll bars */

/* General element settings */
#content h2 {
	font-weight: bold;
	clear: both;
}
#content li { cursor: default; }
#content input[type=checkbox] { 
	height: 14px; width: 14px; 
	border: 0px solid #fff; 
	background-color: white;
	-moz-appearance:none; -webkit-appearance: none; 
	-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; 
	-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; 
}
#content input[type=radio] { 
	width: 12px; height: 12px; 
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; 
}
#content input[type=checkbox]:hover { border: 1px solid #D4D4D4 !important; }
#content input[type=checkbox]:checked::after {
  content: url('%appswebroot%/contacts/img/checkmark.png');
  display: block;
  position: relative;
  top: -2px;
  left: -1px;
}
#content input[type=radio]:checked::after {
  content: url('%appswebroot%/contacts/img/checkmark.png');
  margin: 0; padding: 0;
  display: inline-block;
  position: relative;
  top: -8px;
  left: -6px;
}
#contact textarea { font-family: inherit; }

#contact ::-moz-placeholder, #contact input:-moz-placeholder, #contact input[placeholder], #contact input:placeholder, #contact input:-ms-input-placeholder, #contact input::-webkit-input-placeholder, #contact input:-moz-placeholder {
	color: #bbb; 
	text-overflow: ellipsis;
}

#contact input:not([type="checkbox"]), #contact select:not(.button), #contact textarea {
	background-color: #fefefe; border: 1px solid #fff !important; 
	-moz-appearance:none  !important; -webkit-appearance: none !important; 
	-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; 
	-moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; 
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; 
	float: left;
	padding: .6em .5em .4em;
}
#contact input[type="button"]:hover, #contact select:hover, #contact select:focus, #contact select:active, #contact input[type="button"]:focus, #contact .button:hover, button:hover { background-color:#fff; color:#333; }

#contact fieldset, #contact div, #contact span, #contact section {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; 
}
#contact fieldset.editor {
	padding:4px;
	border: 1px solid #1d2d44; 
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; outline:none; 
}
#contact input:invalid, #contact input:hover:not([type="checkbox"]), #contact input:active:not([type="checkbox"]), #contact input:focus:not([type="checkbox"]), #contact input.active, #contact textarea:focus, #contact textarea {
	border: 1px solid silver !important; 
	-moz-border-radius:.3em; -webkit-border-radius:.3em; border-radius:.3em; 
	outline:none; float: left;
}

/* Left content */

#shareWithList .cruds {
	display: inline;
}

#shareWithList li {
	border-bottom: 1px solid silver;
}


#app-navigation a.unshare {
	float: right;
}

/*#app-navigation img.shared { float: right; opacity: 0.4; margin: 0 .5em; }
#app-navigation img.shared:hover { opacity: 1; }*/
#app-navigation input[type="text"] {
	display: block;
	width: 200px;
	float: left;
	margin: 5px 0 5px .3em;
}

#app-navigation .utils {
    bottom: 0; right: 0;
    top: 0;
	position: absolute;
	padding: 0; margin: 0;
}
#app-navigation li > .utils > *:not(.numcontacts) {
	display: none;
}
#app-navigation li > .utils > * {
	line-height: 44px;
	width: 44px; height: 44px;
	background-size: auto;
}
#app-navigation li.active[data-type="category"] > .utils > * {
	display: inline-block;
	float: left;
}
#app-navigation li > .utils > .numcontacts {
	padding-right: 5px;
	text-align: right;
}
#grouplist { z-index: 100; }
#grouplist .oc-addnew-init {
	padding: 0 12px;
}
#grouplist .add-contact:before {
	content: '+';
	font-weight: bold;
	font-size: 180%;
	padding-right: 2px;
}
#grouplist > li {
	height: 44px;
}

/* First run */

#firstrun {
	 height: 100%;
}
#firstrun > div {
	position:relative;
	left:50%; top:40%;
	width: 80%;
	transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);
	color:white; font-weight:bold; text-align: center; color: #777;
}
#firstrun li { font-size:1.5em; text-align: center; margin-bottom: 1em; }
#firstrun p { font-size:1.2em; text-align:center; }
#firstrun #selections { font-size:0.8em; margin: 2em auto auto auto; clear: both; }

#contact textarea {
	min-height: 5em; width: 300px;
	margin: 0 !important; padding: 0 !important; outline: 0 !important;
}
#contact footer {
	padding: 5px;
	width: 100%;
	-moz-box-sizing: border-box; box-sizing: border-box;
	clear: both;
	white-space: nowrap;
}
#contact footer > * {
	display: inline-block;
	float: left;
	opacity: 1;
}
#contact footer > .delete {
	display: inline-block;
	float: right;
}

#contact input[type="checkbox"] { margin: 3px; padding:1px; vertical-align: bottom; float: left; }
/*dl.form { display: block; width: auto; margin: 0; padding: 0; cursor: normal; }*/
.form dt { display: inline-block; clear: left; float: left; width: 7em; margin: 0; padding: 0.8em 0.5em 0 0; text-align:right; text-overflow:ellipsis; o-text-overflow: ellipsis; vertical-align: text-bottom; color: #bbb;/* white-space: pre-wrap; white-space: -moz-pre-wrap !important; white-space: -pre-wrap; white-space: -o-pre-wrap;*/ }
.form dd { display: inline-block; clear: right; float: left; margin: 0; padding: 0; white-space: nowrap; vertical-align: text-bottom; }

/* override the default margin on share dropdown */
#dropdown {
	margin: 0; padding: 0;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	width: 100%;
}
#shareWithList {
	width: 100%;
}
#shareWithList .cruds > label {
	display: list-item;
}
/* reset box-sizing for multiSelect */
#content div.multiselect, #content div.multiselect > * { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

/* Reset values for jquery.multiselect */
.ui-multiselect-checkboxes {
    overflow-y: auto;
	height: auto !important;
	max-height: 200px;
}
.ui-multiselect-checkboxes label {
	width: 100%; color: #333 !important; font-size: 100% !important;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.ui-multiselect-checkboxes label > span {color: #333 !important; font-size: 100% !important; }
.ui-multiselect-checkboxes input[type="checkbox"] { margin: 3px !important; }
button.ui-multiselect { height: 25px; } /* No idea why this is needed? */

#content .multiselectoptions > li > * { 
	-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; 
	color: #888888; 
	display: block;
	margin: 0; padding: .2em;
}

.action, .icon {
	display: inline-block; 
	cursor: pointer;
	background-repeat: no-repeat;
}
.action:not(.text), .icon:not(.text) { 
	width: 16px; height: 16px; 
	padding: 0; margin: 0; 
	background-position: center;
	background-size:contain;
}

.action:not(.add):not(.groups).text, .icon:not(.add):not(.groups).text {
	background-position: left; 
	text-indent: 18px;
}

/* TODO: Use @import url('%appswebroot%/contacts/css/[no-]svg.css); instead. */

/*.no-svg .add { background-image:url('%webroot%/core/img/actions/add.png'); }*/
.no-svg .delete { background-image:url('%webroot%/core/img/actions/delete.png'); }
.no-svg .edit { background-image:url('%webroot%/core/img/actions/rename.png'); }
.no-svg .share { background-image:url('%webroot%/core/img/actions/share.png'); }
/*.no-svg .groups { background-image:url('%webroot%/core/img/actions/shared.png'); }*/
.no-svg .mail { background-image:url('%webroot%/core/img/actions/mail.png'); }
.no-svg .import, .no-svg .upload { background-image:url('%webroot%/core/img/actions/upload.png'); }
.no-svg .export, .no-svg .download { background-image:url('%webroot%/core/img/actions/download.png'); }
.no-svg .globe { background-image:url('%webroot%/core/img/actions/public.png'); }
.no-svg .settings { background-image:url('%webroot%/core/img/actions/settings.svg'); }
.no-svg .starred { background-image:url('%appswebroot%/contacts/img/starred.png'); background-size: contain; }
.no-svg .checked { background-image:url('%appswebroot%/contacts/img/checkmark-green.png'); }
.no-svg .checked.disabled { background-image:url('%appswebroot%/contacts/img/checkmark-gray.png'); cursor: default; }

.svg .action.text, .svg .icon.text, .svg .svg.text {
	background-size: 16px 16px;
	background-origin: content-box;
	background-repeat: no-repeat;
	width: auto; height: auto;
}
/*.svg .add { background-image:url('%webroot%/core/img/actions/add.svg'); }*/
.svg .delete { background-image:url('%webroot%/core/img/actions/delete.svg'); }
.svg .edit { background-image:url('%webroot%/core/img/actions/rename.svg'); }
.svg .share { background-image:url('%webroot%/core/img/actions/share.svg'); }
/*.svg .groups { background-image:url('%webroot%/core/img/actions/shared.svg'); }*/
.svg .mail { background-image:url('%webroot%/core/img/actions/mail.svg'); }
.svg .import,.svg .upload { background-image:url('%webroot%/core/img/actions/upload.svg'); }
.svg .export,.svg .download { background-image:url('%webroot%/core/img/actions/download.svg'); }
.svg .globe { background-image:url('%webroot%/core/img/actions/public.svg'); }
.svg .settings { background-image:url('%webroot%/core/img/actions/settings.svg'); }
.svg .starred { background-image:url('%appswebroot%/contacts/img/starred.svg'); background-size: contain; }
.svg .checked { background-image:url('%appswebroot%/contacts/img/checkmark-green.svg'); }
.svg .checked.disabled { background-image:url('%appswebroot%/contacts/img/checkmark-gray.svg'); cursor: default; }

.transparent{ opacity: 0.6; }
.float { float: left; display: inline-block; width: auto; }
.float.right { float: right; }
.break { clear: both; }
.loading { background: url('%webroot%/core/img/loading.gif') no-repeat center !important; cursor: wait; }
.wait { opacity: cursor: wait; }
.control {
    border: 1px solid #DDDDDD;
    border-radius: 0.3em;
    color: #555;
    cursor: pointer;
    font-weight: bold;
	font-size: 1em;
	width: auto;
}
.control > * { background: none repeat scroll 0 0 #F8F8F8; color: #555 !important; font-size: 100%; margin: 0px; }

.dim {
	opacity: .50;filter:Alpha(Opacity=50);
	z-index: 0;
}

.ui-draggable { height: 3em; z-index: 1; }
.ui-dialog { z-index: 102; }
.dragContact {
	cursor: move;
	background-repeat: no-repeat !important;
	background-position: .3em .3em !important;
	background-color: #fff;
	width: 200px; height: 30px;
	text-indent: 30px;
	font-weight: bold;
	border: thin solid silver; border-radius: 3px;
	padding: 3px;
	z-index: 1000;
	transition: background-image 500ms ease 0s;
}
.ui-state-hover { border: 1px solid dashed; z-index: 1; }

/* Properties */

.singleproperties { display: inline-block; float: left; width: 270px; }
.singleproperties .fullname { font-weight:bold; font-size:1.5em; width: 250px; margin: 5px 0; }
.singleproperties .n.editor { width: 270px; padding: 3px; }
.singleproperties .n.editor input { width: 95%; }
.singleproperties .propertycontainer input.value { font-weight: bold; }
.singleproperties .propertycontainer input.value.new { border: 3px solid #1d2d44;}
.singleproperties .propertycontainer input.value.error { border: 3px solid red;}
.singleproperties .propertycontainer .action { 
	float: left; 
	width: 20px; height: 20px;
	opacity: 0;
}
.singleproperties .groupscontainer { display: block; clear: left; }
.singleproperties .propertycontainer:hover .action { opacity: 1; }
.singleproperties dl { width: 280px;}

.parameters { 
	width: 120px; 
	float: left; 
	text-align: right; 
	box-sizing: border-box;
	display: inline-block;
}

div.email li .parameters .label, div.url li .parameters .label { margin-top: 7px !important; }
div.tel li .parameters .label { margin-top: 6px !important; margin-bottom: 4px; }
div.url li .parameters .label, div.impp li .parameters .label { margin-top: 6px !important; }
div.tel li input, div.url li input { margin-left: 3px; font-size: 1em; }
div.impp li .select_wrapper select { margin-top: 6px; }

ul.propertylist { width: 450px; }
.propertylist li.propertycontainer { white-space: nowrap; min-width: 38em; display: block; clear: both; }
.propertylist li.propertycontainer > .listactions { 
	display: inline-block; 
	clear: none; opacity: 0; 
}
.propertylist li.propertycontainer:hover > .listactions { opacity: 1; }
.propertylist li.propertycontainer .listactions a { 
	display: inline-block; 
	clear: none; 
	width: 16px; height: 16px; 
}

.propertylist { float: left; }
/*.propertylist li > a { display: block; }}*/
.propertylist li > input[type="checkbox"],input[type="radio"] { display: inline-block; }
.propertylist input.value:not([type="checkbox"]) { width: 16em; display: inline-block; font-weight: bold; }
.propertylist input.value:not([type="checkbox"]).new { border: 3px solid #1d2d44;}
.propertylist input.value:not([type="checkbox"]).error { border: 3px solid red;}
.propertylist li > select { float: left; max-width: 8em; }
.select_wrapper { float: left; overflow: hidden; color: #bbb; font-size: 0.8em; }
.select_wrapper select { float: left; overflow: hidden; text-overflow: ellipsis; color: #bbb; width: 8em; }
.select_wrapper select:hover { overflow: inherit; text-overflow: inherit; }
.select_wrapper select option { color: #777; }
.select_wrapper select:hover,.propertylist li > select:focus,.propertylist li > select:active { color: #777; }
.select_wrapper select.rtl { margin-left: -24px; text-align: right; }
.select_wrapper select.ltr { margin-right: -23px; }
.propertylist li > input[type="checkbox"].impp { clear: none; }
.propertylist li > label.xab { display: block; color: #bbb; float:left; clear: both; padding: 0.5em 0 0 2.5em; }
.propertylist li > label.xab:hover { color: #777; }
#contact label, #contact dt, #contact th, #contact .label {
	float: left; 
	font-size: 0.7em; font-weight: bold; 
	color: #bbb !important; 
	border: 0; 
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#contact label:hover, #contact dt:hover, #contact input.label:hover { color: #777 !important; }
#contact input.label, #contact input.label { margin:-2px; }
#contact input.label:hover, #contact input.label:active { border: 0 none !important; border-radius: 0; cursor: pointer; }
dt[data-element="nickname"], dt[data-element="bday"], dt[data-element="title"] { margin-top: 5px; }
dt[data-element="org"] { margin-top: 4px; }

.typelist[type="button"] { float: left; max-width: 8em; border: 0; background-color: #fff; color: #bbb; box-shadow: none; } /* for multiselect */
.typelist[type="button"]:hover { color: #777; } /* for multiselect */
.addresslist { clear: both; font-weight: bold; }

/* Help section */

#ninjahelp { position: relative; bottom: 0; left: 0; right: 0; padding: 1em; margin: 1em; opacity: 0.9; }
#ninjahelp .close { position: absolute; top: 5px; right: 5px; height: 20px; width: 20px; }
#ninjahelp h2, .help-section h3 { width: 100%; font-weight: bold; text-align: center; }
#ninjahelp h2 { font-size: 1.4em; }
.help-section { width: 45%; min-width: 35em; float: left; }
.help-section h3 { font-size: 1.2em; }
.help-section dl { width: 100%; float: left; clear: right; margin: 0; padding: 0; cursor: normal; }
.help-section dt { display: table-cell; clear: left; float: left; width: 35%; margin: 0; padding: 0.2em; text-align: right; text-overflow: ellipsis; vertical-align: text-bottom; font-weight: bold; }
.help-section dd { display: table-cell; clear: right; float: left; margin: 0; padding: 0.2em; white-space: nowrap; vertical-align: text-bottom; }

/* Settings */

.contacts-settings dl { width: 100%; }
.addressbooks-settings table { width: 100%; }
.addressbooks-settings .actions { width: 100%; white-space: nowrap; }
.addressbooks-settings .actions * { float: left; }
.addressbooks-settings .actions input.name { width: 5em; }
.addressbooks-settings .actions input.name { width: 7em; }
.addressbooks-settings a.action { opacity: 0.5; }
.addressbooks-settings a.action:hover { opacity: 1; }
.addressbooks-settings td.active, .addressbooks-settings td.action { width: 20px; }

/*
#contacts-settings .settings { 
	height:1.4em;
	background-repeat: no-repeat;
	background-position:0px 0px;
	background-origin: content-box;
	background-image:url('%webroot%/core/img/actions/settings.svg'); 
}
#contacts-settings .settings:hover { 
	font-weight: normal;
	color: #666666;
}
#contacts-settings.open {
    height: auto;
	z-index: 10;
	overflow-y: auto;
}
#contacts-settings {
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none repeat scroll 0 0 #EEEEEE;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    bottom: 0;
    height: 2.8em;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: fixed;
    width: 20em;
    z-index: 2;
}
#contacts-settings li,#contacts-settings li:hover { background-color: transparent; white-space: nowrap; }
#contacts-settings a.action:not(.settings) { width: 16px; height: 16px; }
*/
.addressbooklist .actions { position: absolute; right: 5px; }
.addressbooklist .actions > a { width: 20px; height: 20px; }
.addressbooklist > li > div {
	display: inline-block;
	clear: both;
}

#app-settings-content {
	overflow-x: hidden;
	overflow-y: auto;
}

/* Single elements */
#file_upload_form, #file_upload_target, #import_upload_target, #crop_target { display:none; }
#import_upload_start, .import-upload-button {
    width: 30px; height: 30px;
	display:block;
	position: absolute;
	right: 0; top: 0;
	margin: 5px;
	cursor: pointer;
}
#import_upload_start {
	cursor: pointer;
	z-index: 1001;
}
.import-upload-button {
	background-image: url("%webroot%/core/img/actions/upload.svg");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 100;
}

.import-upload, .import-status {
	height: 60px;
}
.import-upload select {
	width: 80%; height: 30px;
	margin: 5px;
}
.import-status {
	display: none;
}
#import-status-text {
	white-space: nowrap;
	overflow: hidden;
}
input:not([type="checkbox"]).propertytype { 
	float: left; font-size: .8em; 
	max-width: 100px; 
	text-align: right; 
	margin: 0;
}

.thumbnail {
	background-image:url('%appswebroot%/contacts/img/person.png');
}
input[type="checkbox"].propertytype { width: 10px; }
.contactphoto { 
	float: left; display: inline-block; 
	border-radius: 0.3em; border: thin solid #bbb; 
	margin: 0.5em; -moz-box-shadow: 0 1px 3px #777; -webkit-box-shadow: 0 1px 3px #777; box-shadow: 0 1px 3px #777; 
	opacity: 1; 
}
.contactphoto:hover { background: #fff; cursor: default; }
#photowrapper { 
	display: inline-block; 
	position: relative;
	float: left; 
	width: 170px; height: 200px;
	margin: 5px;
}

#photowrapper .favorite {
	display: inline-block;
	float: right;
	position: absolute;
	right: -6px; top: -6px;
	width: 25px; height: 25px;
}
#photowrapper.wait { opacity: 0.6; filter:alpha(opacity=0.6); z-index:1000; background-image: url('%webroot%/core/img/loading.gif'); cursor: wait; }
#phototools { position:absolute; margin: 5px 0 0 10px; width:auto; height:20px; padding:2px; background-color:#fff; list-style-type:none; border-radius: 0.3em; -moz-box-shadow: 0 1px 3px #777; -webkit-box-shadow: 0 1px 3px #777; box-shadow: 0 1px 3px #777; }
#phototools li { display: inline; }
#phototools li a { float:left; opacity: 0.6; }
#phototools li a:hover { opacity: 0.8; }
#contactphoto_fileupload, #import_upload_start { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter:alpha(opacity=0); opacity:0; z-index:1001; }

#dialog-merge-contacts .mergelist {
	margin: 10px;
}
#dialog-merge-contacts .mergelist > li {
	height: 30px;
	-webkit-transition:background-image 500ms; -moz-transition:background-image 500ms; -o-transition:background-image 500ms;  transition:background-image 500ms;
	position:relative;
	background-position: 0 .2em !important; background-repeat:no-repeat !important;
}
#dialog-merge-contacts .mergelist > li > input {
	opacity: 0;
}
#dialog-merge-contacts .mergelist > li > input:hover, #dialog-merge-contacts .mergelist > li > input:checked {
	opacity: 1;
}
#dialog-merge-contacts .mergelist > li > label {
	padding-left: 20px;
	font-weight: normal;
}
.no-svg .favorite { display: inline-block; float: left; height: 20px; width: 20px; background-image:url('%appswebroot%/contacts/img/inactive_star.png'); }
.no-svg .favorite.active, .favorite:hover { background-image:url('%appswebroot%/contacts/img/active_star.png'); }
.no-svg .favorite.inactive { background-image:url('%appswebroot%/contacts/img/inactive_star.png'); }

.svg .favorite { display: inline-block; float: left; height: 20px; width: 20px; background-image:url('%appswebroot%/contacts/img/inactive_star.svg'); background-size:contain; }
.svg .favorite.active, .favorite:hover { background-image:url('%appswebroot%/contacts/img/active_star.svg');	}
.svg .favorite.inactive { background-image:url('%appswebroot%/contacts/img/inactive_star.svg'); background-size:contain; }

#app-content {
	padding-bottom: 50px;
}

/* Contact layout */

#contact > ul > li { white-space: nowrap; }
#contact > ul.propertylist {
	font-size: 10px;
	/*display: table;
	border-spacing: 1em;
	border: thin solid black;*/
}
#contact > ul.propertylist > li {
	display: inline-block;
	padding: 1em;
	/*display: table-cell;*/
}

.display .meta { text-align: right; margin-left: -30px; }
.display .adr { cursor: pointer; margin-left: 30px; }
.adr.editor {
	width: 20em;
	margin-left: 120px;
}
.adr.editor ul {
	-moz-column-count: 1;
	-webkit-columns: 1;
	-o-columns: 1;
	columns: 1;
}
fieldset.adr ul li input.label { margin-top: -4px !important; }
.adr.editor input.value { border: none; }
.adr.editor input.value:hover { border: none; }
.adr.editor input.value.street, ul.adr.edit input.value.country, ul.adr.edit input.value.region { width: 19em;}
.adr.editor input.value.zip { width: 5em; }
.adr.editor input.value.city { width: 10em; margin:4px; }

.note { margin-left: 120px; }

/* contact list */

#contactsHeader {
	top: 46px;
	position: fixed;
	height: 20px;
	background: none repeat scroll 0 0 rgba(230,230,230,.95);
	color: #999;
	z-index: 2;
	width: 100%;
}
#contactsHeader > tr {
}
#contactsHeader > td {
	z-index: 300;
}
#contactsHeader > td.actions {
	left: 600px; right: 15px; top: 45px;
	position: fixed;
	height: 20px;
	font-weight: bold;
	opacity: 1;
	padding: 0; margin: 0 10px;
	float: right;
}
#contactsHeader > td > * {
	/*-webkit-box-sizing: border-box;  -moz-box-sizing: border-box; box-sizing: border-box;*/
	display: inline-block;
	float: left;
}
#contactsHeader .toggle {
	margin: 0 15px;
	opacity: 1;
}
#contactsHeader select {
	width: auto;
	font-size: 90%;
	padding: 0; margin: 0 10px;
}
#contactsHeader .actions > * {
	float: right;
}
#contactsHeader .action {
	margin: 0;
	padding: 0 5px;
}
#contactsHeader .actions > .toggle {
	float: left;
}
#contactlist {  }
#contactlist > tbody {
	position: relative;
 	padding-bottom: 300px;
	width: 100%;
	z-index: 1;
}
#contactlist { margin-top:20px; position: relative; width: 100%; }
#contactlist td {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
/* Override default style for an open cpntact */
tbody tr, tbody tr.hover {
	background-color: #fff !important;
}
tbody tr.contact.active, tbody tr.contact:hover {
	background-color: #f8f8f8 !important;
}
#contactlist > tbody > tr { height: 3em; display: none; }
#contactlist > tbody > tr.contact.active, #contactlist  > tbody > tr.contact:hover { background-color: #eee; }
#contactlist > tbody > tr > td {
	border-bottom: 1px solid #DDDDDD;
	font-weight: normal;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
}
#contactlist tr.contact > td:not(.name) {
	padding-left:10px;
}
#contactlist tr > td:not(.tel):not(.adr):not(.actions) {
	max-width: 270px;
	min-width: 200px;
}
#contactlist tr > td.tel {
	max-width: 180px;
	min-width: 180px;
}
#contactlist tbody > tr > td.adr { width: 100%; max-width:300px; }
#contactlist tbody > tr > td.name > input[type=checkbox]:first-child:not(.toggle) {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter:alpha(opacity=0); opacity:0;
	-webkit-transition:opacity 200ms; -moz-transition:opacity 200ms; -o-transition:opacity 200ms; transition:opacity 200ms;
	float:left;
	margin:.5em 0 0 15px;
}
#contactlist tbody > tr > td.name > input[type="checkbox"]:hover:first-child {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter:alpha(opacity=80); opacity:.8;
}
#contactlist tbody > tr > td.name > input[type="checkbox"]:checked:first-child {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); opacity:1;
}
#contactlist tbody > tr > td.name {
	font-weight: bold; text-indent: 1.6em;
	-webkit-transition:background-image 500ms; -moz-transition:background-image 500ms; -o-transition:background-image 500ms;  transition:background-image 500ms;
	background-repeat:no-repeat !important;
	background-position: 10px center !important;
}
#contactlist tbody > tr > td a.mailto {
	position: absolute; float: right;  clear: none;
	cursor:pointer;
	width:16px; height:16px;
	margin: 2px 0 2px 5px; z-index: 200;
	opacity: 0.6; background-image:url('%webroot%/core/img/actions/mail.svg');
}
#contactlist tbody > tr > td a.mailto:hover { opacity: 0.8; }

#contactlist tbody > tr > td > a.delete {
	position: absolute;
	right: 20px; clear: none;
	cursor:pointer;
	width:16px; height:16px;
	z-index: 200;
}
#contact {
	background-color: white; color: #333333;
	/*border-radius: 3px; box-shadow: 0 0 10px #888888;
	padding: 10px; 
	position: fixed !important; 
	z-index: 101;
	top: 8em; left: 28em;
	width: 490px;*/
}
#contact .arrow {
	border-bottom: 20px solid white; 
	border-left: 20px solid transparent; 
	border-right: 20px solid transparent; 
	display: block; 
	height: 0;
	position: absolute; 
	left: -28px; top: 2em;
	width: 0;
	z-index: 201;
	-webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -o-transform: rotate(270deg); 
	-ms-transform: rotate(270deg); transform: rotate(270deg);
}

#contact figure img { -moz-border-radius:.3em; -webkit-border-radius:.3em; border-radius:.3em; border: thin solid #bbb; margin: 0.3em; background-image: url('%webroot%/core/img/loading.gif'); -moz-box-shadow: 0 1px 3px #777; -webkit-box-shadow: 0 1px 3px #777; box-shadow: 0 1px 3px #777; opacity: 1; }


#contact span.adr { 
	font-weight: bold;
	float: left; 
	width: 20em; 
	padding-top: .5em; 
	overflow: hidden; text-overflow: ellipsis; text-align: bottom; white-space: nowrap; 
}
#contact span.adr:hover { /*overflow: inherit;*/ /*white-space: pre-wrap;*/ }

#contact > ul.propertylist {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-in-out;
}

@media screen and (min-width: 1400px) {
	#contact > ul.propertylist {
		-moz-column-count: 3;
		-webkit-columns: 3;
		-o-columns: 3;
		columns: 3;
	}
}
@media screen and (min-width: 800px) and (max-width: 1400px) {
	#singlevalues { max-width: 50%; }
	#contact > ul.propertylist {
		-moz-column-count: 2;
		-webkit-columns: 2;
		-o-columns: 2;
		columns: 2;
	}
}
@media screen and (max-width: 400px) {
	#contact > ul.propertylist {
		-moz-column-count: 1;
		-webkit-columns: 1;
		-o-columns: 1;
		columns: 1;
	}
}

@media screen and (max-width: 1500px) {
	#contactlist tr td.categories { display: none; }
}
@media screen and (max-width: 1400px) {
	#contactlist tr td.adr { display: none; }
	#contactlist tr td.tel { width:100%; }
}
@media screen and (max-width: 1200px) {
	#contactlist tr td.tel { display: none; }
	#contactlist tr td.email { width:100%; }
}
@media screen and (max-width: 900px) {
	#contactlist tr td.email { display: none; }
	#contactlist tr td.name { width:100%; max-width: auto;}
}
