*
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: Verdana, Sans-serif;
}

html, body
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	font-family: Verdana, Sans-serif, Helvetica, Arial;
	overflow: hidden;
	position: relative;
}

body
{
	padding: 35px 30px 20px 30px;
	background-color: white;
}

html.preview body, html.matches body
{
	padding: 0;
}

a
{
	color: #505050;
}

.uppercase
{
	text-transform: uppercase;
}

.lowercase
{
	text-transform: lowercase;
}

.hint
{
	color: grey;
	font-size: 10px;
	font-style: italic;
}

.caption
{
	display: none;
}

input, select
{
	font-size: 12px;
}

.none
{
	display: none;
}

.warning
{
	color: #FF6A00;
}

.error
{
	color: red;
	margin: 2px;
	text-align: left;
	white-space: normal;
}

.approval-approved
{
	color: #1C6A00;
}

.approval-denied
{
	color: red;
}

.approval-pending
{
	color: #FF6A00;
}

.button
{
	white-space: normal;
	text-decoration: none;
	display: inline-block;
	line-height: 30px;
	padding: 0 15px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 600;
	background-color: #dcf7dc;
	border: none;
	cursor: pointer;
	vertical-align: middle;
	color: #505050;
}

.button-default-action
{
	background-color: rgb(100, 130, 100);
	color: #FFF;
}

.button:hover
{
	background-color: #c8f0c8;
	color: #505050;
}

.button:disabled
{
	color: rgb(183, 183, 183);
	background-color: #dcf7dc;
	cursor: default;
}

.anchor-all-hidden,			/* #h - ID_PARAM_ANCHOR_HIDDEN */
.toggle_checkbox
{
	display: none;
}

a.basic-ref
{
	background-color: #F5F5F5;
	text-decoration: none;
}

a.basic-ref:hover
{
	text-decoration: underline;
}

.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}.screen
{
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	cursor: default;
	background-color: rgb(100, 130, 100);
	z-index: 199;
	transition: width 0s .1s, opacity .5s linear;
}

.screen > label
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
}

.login-toggle-checkbox:checked ~ .screen > .login_hide,
.register-toggle-checkbox:checked ~ .screen > .register_hide,
.messages-toggle-checkbox:checked ~ .screen > .messages_hide
{
	display: block;
}

.screen,
.anchor-all-hidden:target ~ .screen
{
	width: 0;
	opacity: 0;
	z-index: 199;
}

.side-slide-section:hover ~ .screen,
.side-slide-toggle-checkbox:checked ~ .screen,
.popup_container ~ .screen,
.messages:hover ~ .screen,
.messages-toggle-checkbox:checked ~ .screen
{
	width: 100%;
	opacity: .6;
}

.popup_container ~ .screen
{
	z-index: 209;
}

body .messages:hover ~ .screen,
body .messages-toggle-checkbox:checked ~ .screen
{
	z-index: 219;
}

html body .side-slide-toggle-checkbox:checked ~ .screen
{
	z-index: 229;
}table.list-profiles
{
	width: 100%;
	white-space: nowrap;
	border-collapse: collapse;
	text-align: left;
	color: #648264;
	table-layout: fixed;
}

col.icon
{
	width: 25px;
}

col.date
{
	width: 25%;
}

.list-profiles td,
.list-profiles th
{
	border: solid 1px #BBB;
	padding: 2px 5px;
	vertical-align: middle;
}

.list-profiles th
{
	background-color: #C8F0C8;
	font-weight: normal;
}

.list-profiles td > *,
.list-profiles th > *
{
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	font-size: 14px;
}

.list-profiles tr
{
	background-color: #FFF;
}

.list-profiles tr:nth-child(odd)
{
	background-color: #F0F0F0;
}

.list-profiles a
{
	text-decoration: none;
}

.list-profiles a:empty:before
{
	content: "\00A0";
}

.list-profiles tr:hover td
{
	background-color: #DDD;
}

.list-profiles tr:hover a
{
	text-decoration: underline;
}

.list-profiles tr:hover a:empty
{
	text-decoration: none;
}

.list-profiles em
{
	color: #AAA;
}.history
{
	 color: rgb(110,110,110);
	 font-size: 11px;
	 margin: 0;
	 padding: 0 0 0 33px;
	 left: 0;
	 border-bottom: 1px solid #8C968C;
	 background-color: rgb(238, 251, 238);
	 position: absolute;
	 width: 100%;
	 z-index: 2;
	 white-space: nowrap;
	 height: 28px;
}
.history label
{
	padding-right: 5px;
	float: left;
	line-height: 28px;
}

.history-path
{
	padding: 2px;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	left: -20px;
}

.history-entry
{
	padding: 1px 0 0;
	display: inline-block;
	overflow: hidden;
	border-radius: 3px;
	position: relative;
}

.history-path-1 .history-entry
{
	max-width: 100%;
}
.history-path-2 .history-entry
{
	max-width: 50%;
}
.history-path-3 .history-entry
{
	max-width: 33.3%;
}
.history-path-4 .history-entry
{
	max-width: 25%;
}
.history-path-5 .history-entry
{
	max-width: 20%;
}
.history-path-6 .history-entry
{
	max-width: 16.6%;
}
.history-path-7 .history-entry
{
	max-width: 14.2%;
}
.history-path-8 .history-entry
{
	max-width: 12.5%;
}
.history-path-9 .history-entry
{
	max-width: 11.1%;
}
.history-path-10 .history-entry
{
	max-width: 10%;
}

.history-sep
{
	position: absolute;
	left: 5px;
	top: 5px;
	display: inline-block;
}

.history-entry-name
{
	display: block;
	padding-left: 20px;
}

.history-entry-name span, .history-entry-name strong, .history-entry-name a
{
	border-style: solid;
	border-width: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	border-color: rgb(175,186,175);
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
	display: inline-block;
	width: 100%;
	*width: auto;
	padding: 3px 5px;
	color: rgb(110,110,110);
}

.history-path i
{
	display: inline-block;
	overflow:hidden;
	padding-bottom: 3px;
}

.history-path .removed
{
	background-color: rgb(170, 170, 170);
	border-style: dashed;
}

.history-path .selected
{
	background-color: rgb(200, 240, 200);
}

.history-path .new
{
	border-style: dashed;
}

.history-path a:hover, .history-path a:focus
{
	background-color: rgb(220, 247, 220);
	text-decoration: underline;
}#loading
{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 210;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #505050;
    color: #505050;
    display: inline-block;
    padding: 5px 20px;
    background-color: #DCF7DC;   
}.no-result
{
	display: table;
	width: 100%;
	height: 100%;
	color: rgb(100, 130, 100)
}

.no-result div
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#matches-container, #preview-container
{
	position: absolute;
	top: 0;
	padding: 10px;
	height: 100%;
	margin: 0;
}
#matches-container
{
	left: 0;
	width: 25%;
	padding-right: 0;
}
#preview-container
{
	left: 25%;
	width: 75%;
}
div.matches, iframe#preview
{
	border-style: solid;
	border-width: 2px;
	border-color: rgb(100, 130, 100);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0;
    height: 100%;
    width: 100%;
}
div.matches
{
	position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: rgb(238, 251, 238);
    color: rgb(0,0,0);
    padding: 10px;
}

div.matches a
{
	color: black;
	margin-left: 10px;
}

div.matches form
{
	padding: 3px 0;
}

#matches_list
{
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	border-style: solid;
	border-width: 2px;
	border-color: rgb(100, 130, 100);
	bottom: 100px;
}

#matches_list form:hover
{
	background-color: rgb(170, 186, 170);
}

#buttons_matches
{
	padding: 15px 0;
}.messages-toggle-checkbox
{
	display: none
}

.messages
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 0;
	z-index: 220;
}

.messages:hover:after,
.messages-toggle-checkbox:checked + .messages:after
{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	height: 0;
	bottom: 0;
	width: 40px;
	z-index: 223;
	border-top: 40px solid transparent;
}

.messages-indicator
{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 35px;
	height: 35px;
	background-size: 24px 18px;
	outline: none;
}

.new-messages-counter
{
	position: absolute;
	top: -2px;
	left: -4px;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	color: #FFF;
	background-color: red;
	text-align: center;
	font-weight: 600;
	font-size: 12px;
	line-height: 20px;
}

.messages-list-container
{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	padding-bottom: 20px;
	overflow: hidden;
	max-height: 100%;
	z-index: 221;
	transition: width .3s, height .3s;
}

.messages:hover > .messages-list-container,
.messages-toggle-checkbox:checked + .messages > .messages-list-container
{
	width: 450px;
	height: 500px;
	overflow: visible;
}

.messages-list
{
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 2px #648264;
	font-size: 12px;
	width: 444px;
	height: 100%;
	padding: 0;
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.message
{
	display: block;
	margin: 10px;
	border-radius: 10px;
	border: 2px solid #EEFBEE;
	background-color: #EEFBEE;
	height: 80px;
}

.message:first-child:last-child
{
	margin: 0;
	height: 100%;
	border-radius: 0;
}

.message .date
{
	display: block;
	color: #999;
	font-size: 9px;
}

.message .message-connection
{
	position: relative;
	vertical-align: top;
}

.message .message-connection:before
{
	content: "";
	position: absolute;
	display: block;
	left: -10px;
	top: -2px;
	width: 0;
	height: 80px;
	background-color: #EEFBEE;
	z-index: 222;
	transition: width 0s .05s;
}

.message:hover .message-connection:before,
.messages-toggle-checkbox:checked + .messages .active-message .message-connection:before
{
	width: 15px;
}

.message-title
{
	position: relative;
	display: inline-block;
	left: 0;
	padding: 10px 40px 20px;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	border: 2px solid #EEFBEE;
	background-color: #FFF;
	transition: left .1s;
	z-index: 222;
}

.message-read .message-title
{
	background-color: #EEFBEE;
	padding-right: 20px;
}

.message:hover .message-title,
.messages-toggle-checkbox:checked + .messages .active-message .message-title
{
	left: -439px;
	transition: left .3s;
}

.message-new .message-title:after
{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 100%;
}

.message-title > div
{
	height: 100%;
	overflow: hidden;
	line-height: 20px;
}

.message-content
{
	position: absolute;
	top: 0;
	left: 1px;
	right: 100%;
	margin-right: 0;
	bottom: 0;
	padding-bottom: 20px;
	overflow: hidden;
	transition: left .1s, margin-right 0s .1s;
}

.message:hover .message-content,
.messages-toggle-checkbox:checked + .messages .active-message .message-content
{
	left: -438px;
	margin-right: -12px;
	transition: left .3s, margin-right 0s;
}

.message:hover .message-content
{
	z-index: 221;
}

.message-content:after
{
	content: "";
	position: absolute;
	width: 8px;
	background: #FFF;
	right: 0;
	top: 2px;
	bottom: 22px;
}

.message-content > div
{
	border-radius: 5px 0 0 5px;
	border: solid 2px #648264;
	border-right: none;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	background-color: #EEFBEE;
	height: 100%;
	width: 442px;
	overflow: auto;
	padding: 10px 0;
}

.messages-toggle-checkbox:checked + .messages-single .messages-list,
.messages-toggle-checkbox:checked + .messages .message-content > div
{
	-webkit-border-bottom-left-radius: 0;
	-moz-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}

.message-section
{
	padding: 20px;
	line-height: 20px;
	font-size: 13px;
}

* + .message-section
{
	padding-top: 12px;
}

.message-action-section:hover
{
	background-color: #dcf7dc;
}

.message-action-section:hover .button
{
	background-color: rgb(100, 130, 100);
	color: #FFF;
}

.message-action-subsection
{
	text-align: center;
	padding: 10px 0;
}

.message-action-subsection > form
{
    display: inline-block;
    padding: 0 10px;
}

.message .buttons
{
	text-align: center;
	padding: 20px;
}

.messages-hide-button
{
	display: none;
}

.messages-toggle-checkbox:checked + .messages + .messages-hide-button
{
	display: block;
	position: absolute;
	bottom: 20px;
	padding: 10px;
	right: 886px;
	white-space: nowrap;
	text-decoration: underline;
	z-index: 224;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	border: solid 2px #648264;
	border-right: none;
	background-color: #EEFBEE;
	text-decoration: underline;
	cursor: pointer;
}
.messages-toggle-checkbox:checked + .messages-single + .messages-hide-button
{
	right: 448px;
}.side-slide-toggle-checkbox
{
	display: none;
}

.side-slide-section,
.side-slide-close-container
{
	position: absolute;
	top: 34px;
	height: 60%;
	min-height: 400px;
    z-index: 201;
    transition: left .5s ease .2s, z-index 0s .7s;
}

.side-slide-section
{
	left: -540px;
	width: 540px;
	border: solid 1px #648264;
	border-left: none;
    background-color: #EEFBEE;
    border-bottom-right-radius: 6px;
}


.side-slide-section:hover,
.side-slide-toggle-checkbox:checked + .side-slide-section
{
	left: 0;
}

.side-slide-close-container
{
	width: 0;
	left: 0;
}
.side-slide-toggle-checkbox:checked + .side-slide-section + .side-slide-close-container
{
	left: 540px;
}
.side-slide-close-container > label
{
	position: absolute;
	bottom: 10px;
	padding: 10px;
	text-decoration: underline;
	cursor: pointer;
	right: 10px;
    white-space: nowrap;
}

.side-slide-section:hover
{
	z-index: 200;
}

.side-slide-toggle-checkbox:checked + .side-slide-section,
.side-slide-toggle-checkbox:checked + .side-slide-section + .side-slide-close-container
{
	z-index: 230;
	transition: left .5s ease .2s;
}

.side-slide-section .header
{
	position: absolute;
	left: 100%;
	background-color: #C8F0C8;
	-webkit-border-radius: 0 16px 16px 0;
    -moz-border-radius: 0 16px 16px 0;
    border-radius: 0 16px 16px 0;
    height: 45%;
    border: solid 1px #648264;
    width: 30px;
    overflow: hidden;
    font-size: 11.5px;
    cursor: default;
    font-weight: normal;
    margin: 0;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.login-section .header
{
	top: 0;
}

.register-section .header
{
	top: 45%;
}

.header .table
{
	display: table;
	height: 100%;
	margin-left: 15px;
}

.header .cell
{
	display: table-cell;
	vertical-align: middle;
}

.header .label
{
	display: block;
	position: relative;
	right: 50%;
	white-space: nowrap;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.side-slide-section h5
{
	background-color: #C8F0C8;
	padding: 5px 5px 5px 33px;
	margin: 0;
	border: none;
	overflow: hidden;
	text-overflow: ellipsis;
}

.side-slide-section:first-child h5
{
	padding-left: 3px;
}

.side-slide-section .sub-section
{
	padding: 20px 50px 20px 40px;
	font-size: 12px;
}

.side-slide-section form .field
{
	display: block;
	clear: both;
	padding-bottom: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-align: right;
}
.side-slide-section form .label
{
	width: 190px;
	float: left;
	text-align: right;
	margin-right: 10px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.side-slide-section form .input
{
	width: 230px;
}

.side-slide-section .error
{
	margin: 2px;
	text-align: left;
	white-space: normal;
}

.logout-button
{
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	border: solid 2px #648264;
    background-color: #DCF7DC;
}

.logout-button:after
{
	content: "×";
	color: #648264;
	text-align: center;
	display: block;
	padding: 0;
	margin: 0;
	line-height: 31px;
	font-size: 18px;
	font-weight: bold;
}

.logout-message-container
{
	position: absolute;
	z-index: 210;
	right: -2px;
	top: -2px;
	width: 0;
	height: 0;
	overflow: hidden;
	transition: all .5s ease;
}

.logout-button:hover .logout-message-container
{
	width: 490px;
	height: 250px;
}

.logout-message-container:before
{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	border: solid 20px transparent;
}

.logout-message
{
	position: absolute;
	bottom: 10px;
	left: auto;
	right: 20px;
	width: 470px;
	height: 230px;
	border: solid 1px #648264;
    background-color: #EEFBEE;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	border-radius: 5px;
	padding: 0;
	overflow: auto;
	transition: all 0 ease .5s;
}

.logout-button:hover .logout-message
{
	left: 0;
	right: auto;
}

.logout-message h5
{
	background-color: #C8F0C8;
	padding: 5px;
	margin: 0;
	border: none;
	border-radius: 4px 4px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

.logout-message form
{
	font-size: 13px;
	margin: 10px;
}.top-menu-wrapper
{
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 35px;
	border-bottom: 1px solid #8C968C;
	padding-right: 50px;
	overflow: hidden;
}

.top-menu-container
{
	display: table;
	width: 100%;
	height: 35px;
}

.top-menu
{
	display: table-row;
	list-style: none;
}
.top-menu li
{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	padding: 5px 0 5px 20px;
}

.top-menu li a, .top-menu li span
{
	display: block;
	text-decoration: none;
	color: black;
	width: 100%;
	background-color: #EEFBEE;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-border-radius: 12px;
    -moz-border-radius: 12px;
	border-radius: 12px;
	padding: 3px;
	text-shadow: -1px 1px #A4A4A4;
}
.top-menu li a:hover, .top-menu li a:focus, .top-menu li span
{
	background-color: #DCF7DC;
}
.top-menu li span
{
	border: 1px solid rgb(100, 130, 100);
}

.top-menu li.logo
{
	width: 250px;
	background-color: #DCF7DC;
	padding: 0;
	line-height: 30px;
	
}
.top-menu li.logo a
{
	background-color: #DCF7DC;
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 24px auto;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 0 1px #A4A4A4;
	width: 100%;
	padding: 0 0 0 40px;
}.language-buttons
{
	position: absolute;
	width: 100%;
	height: 20px;
    bottom: 0;
    left: 0;
    line-height: 15px;
    text-align: center;
    background-color: #EEFBEE;
    z-index: 215;
    padding: 1px;
}

.language-buttons form
{
	display: inline;
}
.language-buttons .button
{
	font-size: 10px;
	padding: 2px 10px;
	line-height: 12px;
	font-weight: 400;
	height: 18px;
}.popup_container
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 210;
	text-align: center;
}

*:target ~ .popup_container
{
	display: none;
}

.popup_container:before
{
	content: "";
	display: inline-block;
	height: 50%;
}

.popup_container > *
{
	z-index: 211;
}

.popup
{
	position: relative;
	resize: both;
	display: inline-block;
	vertical-align: middle;
	width: 580px;
}.form_container
{
	padding: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	border-style: solid;
	border-width: 2px;
	border-color: rgb(100, 130, 100);
	background-color: #FFF;	/* rgb(200, 240, 200); */
	text-align: left;
	font-size: 12px;
	color: rgb(0, 0, 0);
	cursor: default;
}

.form_container > *:last-child
{
	font-size: 12px;
	padding: 20px;
	position: relative;
}

.form_header
{
	background-color: rgb(100, 130, 100);
	color: white;
	height: 25px;
	margin: 0;
	padding: 0 6px;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.form_header h1
{
	line-height: 25px;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	float: left;
	text-overflow: ellipsis;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

.form_header .close
{
	float: right;
	font-weight: bold;
	text-decoration: none;
	color: white;
	line-height: 22px;
	font-size: 20px;
}

form .field
{
	display: block;
	overflow: hidden;
	padding-bottom: 7px;
	position: relative;
}

form .field-group
{
	border: 1px solid rgb(100, 130, 100);
	border-radius: 6px;
	padding: 5px 0 0 5px;
	margin: 5px 0;
}

form .label
{
	display: inline-block;
	margin-right: 5px;
	text-align: right;
	width: 190px;
	vertical-align: top;
	margin-top: 3px;
}

form .input
{
	width: 265px;
}

form .field input[type=radio]
{
	position: relative;
	top: 3px;
}

form .checkbox
{
	margin-right: 10px;
	vertical-align: sub;
}

.buttons
{
	padding: 15px 0 0;
	text-align: right;
	width: 100%;
}

.buttons-center
{
	text-align: center;
}

.buttons > * + *
{
	margin-left: 10px;
}

form .error-field .input
{
	border: 1px solid red;
}

form .day
{
	width: 40px;
}

form .year
{
	width: 50px;
}

form .block
{
	display: inline-block;
}

form .block .field
{
	display: block;
	padding-bottom: 3px;
}

form .sub-block
{
	display: none;
}

form input:checked ~ .sub-block
{
	padding: 5px 0 0 20px;
	display: block;
}

.hidden_fields
{
	position: relative;
	padding: 10px 0;
}

.hidden_fields > input
{
	display: none;
}

.hidden_fields > label
{
	position: absolute;
	width: 100%;
	display: inline;
	text-decoration: underline;
	cursor: pointer;
	padding: 4px;
}

.hidden_fields > input:checked + label > .label_show,
.hidden_fields > label > .label_hide
{
	display: none;
}

.hidden_fields > label > .label_show,
.hidden_fields > input:checked + label > .label_hide
{
	display: inline;
}

.hidden_fields > div
{
	visibility: hidden;
}

.hidden_fields > input:checked ~ div
{
	visibility: visible;
}

.hidden_fields_flex > div
{
	display: none;
}

.hidden_fields_flex > input:checked ~ div
{
	display: block;
}

.prompt
{
    line-height: 20px;
}

.prompt > * + div
{
	margin-top: 10px;
}

.options
{
	display: table;
	margin-top: 10px;
}

.options .option
{
	display: table-row;
}

.options .option:hover
{
	background-color: #C8F0C8;
}

.options .option span
{
	display: table-cell;
	padding: 5px;
	vertical-align: middle;
}.help,
.help-left
{
	position: absolute;
	display: inline-block;
	width: 22px;
	height: 22px;
	right: 2px;
	top: 2px;
	outline: none;
	line-height: 20px;
	color: #505050;
	white-space: normal;
}

.help:before,
.help-left:before
{
	content: "?";
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	overflow: hidden;
	background-color: #C8F0C8;
	-webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
	border: solid 1px #648264;
	font-weight: bolder;
	font-size: 16px;
	text-align: center;
	left: 0;
}

.help-target,
.help-target-top
{
	position: relative;
}

.help-content
{
	display: block;
	position: absolute;
	visibility: hidden;
	background-color: white;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	border: solid 3px #648264;
	width: 400px;
	z-index: 210;
	text-align: left;
	padding: 10px;
	-webkit-overflow-scrolling: touch;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
	font-size: 12px;
	white-space: normal;
	color: #505050;
	line-height: 20px;
}

.help .help-content,
.help-target .help-content
{
	top: -20px;
	left: 100%;
	margin-left: 20px;
}

.help-left .help-content
{
	top: -20px;
	right: 100%;
	margin-right: 20px;
}

.help-target-top .help-content
{
	left: 50%;
	margin-left: -180px;
	bottom: 100%;
	margin-bottom: 20px;
}

.help-content:after
{
	content: "";
    position: absolute;
    border: none;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.help .help-content:after,
.help-target .help-content:after
{
	top: 0;
    width: 0;
    height: 100%;
	left: -40px;
    border-right: solid 40px transparent;
}

.help-left .help-content:after
{
	top: 0;
    width: 0;
    height: 100%;
	right: -40px;
    border-left: solid 40px transparent;
}

.help-target-top .help-content:after
{
	left: 0;
    height: 0;
    width: 100%;
	bottom: -25px;
    border-top: solid 25px transparent;
}

.pointer
{
	border: solid transparent 15px;
    display: block;
    position: absolute;
    z-index: 210;
    visibility: hidden;
}

.help .pointer,
.help-target .pointer
{
	border-right: solid 20px #648264;
    right: -20px;
    height: 0;
    top: 50%;
    margin-top: -15px;
    width: 1px;
}

.help-left .pointer
{
	border-left: solid 20px #648264;
    left: -20px;
    height: 0;
    top: 50%;
    margin-top: -15px;
    width: 1px;
}

.help-target-top .pointer
{
	border-top: solid 20px #648264;
    top: -20px;
    width: 0;
    left: 50%;
    margin-left: -5px;
    height: 1px;
}

.pointer:after
{
	content: "";
    display: block;
    position: absolute;
}

.help .pointer:after,
.help-target .pointer:after
{
	border-left: none;
	border-right: solid 20px white;
	border-top: solid transparent 15px;
	border-bottom: solid transparent 15px;
    left: 3px;
    top: -15px;
    width: 1px;
    height: 0;
}

.help-left .pointer:after
{
	border-right: none;
	border-left: solid 20px white;
	border-top: solid transparent 15px;
	border-bottom: solid transparent 15px;
    right: 3px;
    top: -15px;
    width: 1px;
    height: 0;
}

.help-target-top .pointer:after
{
	border-bottom: none;
	border-top: solid 20px white;
	border-left: solid transparent 15px;
	border-right: solid transparent 15px;
    bottom: 3px;
    left: -15px;
    height: 1px;
    height: 0;
}

.help:focus .help-content,
.help:hover .help-content,
.help:focus .pointer,
.help:hover .pointer,
.help-left:focus .help-content,
.help-left:hover .help-content,
.help-left:focus .pointer,
.help-left:hover .pointer,
.help-target:focus .help-content,
.help-target:hover .help-content,
.help-target:focus .pointer,
.help-target:hover .pointer,
.help-target-top:focus .help-content,
.help-target-top:hover .help-content,
.help-target-top:focus .pointer,
.help-target-top:hover .pointer
{
	visibility: visible;
	transition: visibility 0s .3s;
}.find-wrapper-table
{
	display: table;
	width: 100%;
	height: 100%;
	padding: 5px;
}

.find-container
{
	display: table-row;
}

.find_form_container
{
	display: table-cell;
	position: relative;
	width: 510px;
}

.results-container
{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
    color: #648264;
    height: 100%;
    padding-left: 10px;
}

.find-results-wrapper1
{
	height: 100%;
	width: 100%;
	position: relative;
	border-color: #648264;
    border-radius: 6px;
    border-style: solid;
    border-width: 2px;
    padding-bottom: 25px;
}

.find-results-wrapper2
{
	overflow: auto;
	height: 100%;
	width: 100%;
	position: relative;
	text-align: left;
    -webkit-overflow-scrolling: touch;
    border-radius: 6px;
}

.find-results
{
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 2px;
}

.find-results-footer
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 25px;
	border-radius: 0 0 5px 5px;
	background-color: #C8F0C8;
	border-top: solid 1px #648264;
	overflow: hidden;
	line-height: 25px;
	padding-left: 5px;
}

.find-results-footer em.results-total
{
	float:right;
	font-size: 14px;
	color: #648264;
	padding: 0 5px 0 10px;
}

.find-results-footer .pages
{
	overflow: hidden;
	white-space: nowrap;
}

.find-results-footer .pages a
{
	border: solid 1px #c8f0c8;
	border-radius: 3px;
	padding: 0 7px;
	text-decoration: none;
}

.find-results-footer .pages a:hover
{
	border: solid 1px #648264;
	background-color: #eefbee;
	text-decoration: underline;
}

.find-results-footer .pages span
{
	border: solid 1px #648264;
	border-radius: 3px;
	padding: 0 7px;
	background-color: #FFF;
}

.find-results-footer .page-nav
{
	padding: 0 10px 0 0;
	float: left;
}

.find-results-footer .page-nav span.nav-button
{
	color: #BBB;
	border: solid 1px #648264;
	border-radius: 3px;
	padding: 0 7px;
	vertical-align: top;
}

.find-results-footer .page-nav span.page-counter
{
	display: inline-block;
	white-space: nowrap;
	font-size: 14px;
	padding: 0 5px;
}

.find-results-footer .page-nav span.page-counter span
{
	visibility: hidden;
	font-family: monospace;
}

.find-results-footer .page-nav a,
.find-results-footer .page-nav a:hover
{
	border: solid 1px #648264;
	border-radius: 3px;
	padding: 0 7px;
	text-decoration: none;
	color: #FFF;
	background-color: #648264;
	vertical-align: top;
}

.find-limited
{
	bottom: 20px;
	left: 0;
	position: absolute;
	background-color: #C8F0C8;
    border-radius: 0 3px 0 0;
	border: solid 1px #648264;
	border-left: none;
	border-bottom: none;
	overflow: hidden;
	color: #648264;
	padding: 5px 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 300px;
}

.find-limited:hover
{
	max-width: none;
}.create-wrapper-table
{
	display: table;
	width: 100%;
	height: 100%;
	padding: 5px;
}

.create-container
{
	display: table-row;
}

.create_form_container
{
	display: table-cell;
	position: relative;
	width: 510px;
}.main
{
	height: 100%;
}

.main-column
{
	float: left;
	height: 100%;
	width: 40%;
	position: relative;
	overflow: auto;
}

.main-column + .main-column
{
	width: 60%;
}

.start-choices
{
	padding: 40px 0 20px;
	height: 100%;
	overflow: auto;
}

.start-choices > div
{
	padding: 0 40px 20px;
	overflow: hidden;
}

.start-choices > div + div
{
	padding-top: 20px;
}

.start-choices > div.action-choice:hover
{
	background-color: #eefbee;
}

.start-choices > div.action-choice:hover .button
{
	background-color: rgb(100, 130, 100);
	color: #FFF;
}

.start-choices > div > *
{
	padding: 0 20px 0 0;
	margin: 0;
}

.start-choices > div > *:first-child
{
	width: 40%;
	float: left;
}

.start-choices > div > *:last-child
{
	float: right;
	width: 60%;
	padding-right: 0;
}

.action-section .button
{
	padding: 0 50px;
	font-size: 19px;
	line-height: 40px;
	height: 42px;
}

.main-self-placeholder,
.main-self-placeholder-high
{
	display: table;
}

.main-self-placeholder
{
	height: 50%;
}

.main-self-placeholder-high
{
	height: 100%;
}

.main-self-placeholder > div,
.main-self-placeholder-high > div
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 10px;
	font-size: 24px;
	line-height: 70px;
}

.topic-box
{
	color: #505050;
	padding: 4px;
	position: relative;
}

.topic-box-self
{
	height: 150px;
}

.topic-box-high
{
	height: 100%;
}

.topic-box > div
{
	height: 100%;
	border: solid 1px #648264;
	border-radius: 6px;
	position: relative;
	padding-top: 27px;
	width: 100%;
}

.topic-box > div > h1
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 27px;
	background-color: #648264;
	color: white;
	font-size: 14px;
	margin: 0;
	padding: 5px;
	border-radius: 5px 5px 0 0;
}

.topic-box > div > h1 > form
{
	float: right;
	padding-left: 20px;
}

.topic-box > div > h1 .button
{
	font-size: 10px;
	padding: 2px 10px;
	line-height: 12px;
	font-weight: 400;
	height: 18px;
}

.topic-box > div > div
{
	height: 100%;
	overflow: auto;
	position: relative;
	border-radius: 0 0 5px 5px;
}

.stats-log-container,
.stats-nolog-container
{
	position: absolute;
	top: 150px;
	bottom: 0px;
	left: 0;
	right: 0;
	min-height: 200px;
}

.stats-log-container
{
	padding-top: 160px;
}

.stats-nolog-container
{
	padding-bottom: 38px;
}

.stats-nolog-container .stats-container,
.stats-log-container .log-container
{
	height: 100%;
	min-height: 160px;
}

.stats-log-container .stats-container
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 160px;
}

.stats-nolog-container .log-container
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.topic-profile
{
	background-color: #C8F0C8;
}

.topic-profile a
{
	background-color: #C8F0C8;
	text-decoration: none;
	width: 100%;
	height:100%;
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
}

.topic-profile a:focus,
.topic-profile a:hover
{
	background-color: rgb(190, 230, 190);
	color: rgb(80, 80, 80) !important;
}

.topic-profile .gender
{
    display: inline;
}

.topic-profile .details
{
    position: absolute;
    bottom: 5px;
    right: 15px;
    text-decoration: underline;
    background-position: right center;
    padding: 0 25px 0 0;
}

.topic-box-footer em
{
	position: absolute;
	right: 5px;
	font-size: 14px;
	color: #648264;
}

.topic-box-footer a
{
	border: solid 1px #648264;
	border-radius: 3px;
	padding: 0 7px;
	text-decoration: none;
}

.topic-box-footer a:hover
{
	background-color: #FFF;
	text-decoration: underline;
}

.topic-box-footer span
{
	padding: 0 7px;
}.events
{
	background-color: #F9F9F9;
	height: 100%;
}

.events h2
{
	display: inline-block;
	font-size: 14px;
	margin: 0 0 8px 0;
	padding: 0 20px 4px 0;
	color: #648264;
	border-bottom: 2px solid #648264;
}

.events h2 span.days
{
	font-size: 12px;
	color: #999;
	white-space: nowrap;
	vertical-align: middle;
	font-weight: normal;
}

.events .event
{
	margin: 5px 0 15px 30px;
	position: relative;
}

.events .event2:before,
.events .event20:before,
.events .event21:before
{
	position: absolute;
	left: -20px;
	top: 0;
	content: "\2020";
}

.events .event1:before
{
	content: "";
	position: absolute;
	left: -23px;
	top: 0;
	display: block;
	height: 16px;
	width: 16px;
}

.events a
{
	text-decoration: none;
}

.events a.name
{
	color: #505050;
	font-weight: bold;
}

.events .who
{
	font-size: 75%;
}

.events .who,
.events .who a
{
	color: #999;
}

.events .event:hover a
{
	text-decoration: underline;
}

.events-section1,
.events-section2,
.events-section3,
.events-section4
{
	padding: 10px;
}

.events-section1
{
	background-color: #F0F0F0;
}

.events-section1,
.events-section1 h2,
.events-section1 a.name,
.events-section1 .event:before
{
	color: #999;
}

.events-section1 h2
{
	border-bottom: 2px solid #999;
}

.events-section1 .event1:before
{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%); 
	-o-filter: grayscale(100%);
	filter: url(resources.svg#desaturate);
	filter: gray; /* IE */
	-webkit-filter: grayscale(1);
	filter: gray;
	filter: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='grayscale'%3E%3CfeColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/svg%3E#grayscale");
	opacity: .5;
}

.events-section2,
.events-section4
{
	background-color: #FFF;
}

.events-section3
{
	
	background-color: #F9F9F9;
}.mutations
{
	background-color: #FFF;
	height: 100%;
	padding: 10px;
}

.mutation
{
	margin: 0 0 15px;
	position: relative;
	line-height: 20px;
}

.mutation .date
{
	display: block;
	color: #999;
	font-size: 9px;
}

.mutation .description
{
	display: block;
	font-size: 14px;
	padding: 0 0 0 20px;
}

.mutation a
{
	text-decoration: none;
}

.mutations .mutation:hover a
{
	text-decoration: underline;
}

.mutation form
{
	display: inline-block;
	margin: 2px 0 0 4px;
}

.mutation .button
{
    font-size: 10px;
    font-weight: 400;
    height: 18px;
    line-height: 12px;
    padding: 2px 10px;
}

.mutation .changed_fields label
{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 20px;
	top: -2px;
}

.mutation .changed_fields .expanded,
.mutation .changed_fields .collapsed
{
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
	background-size: 13px 13px;
}

.mutation .changed_fields input,
.mutation .changed_fields ul,
.mutation .changed_fields label .expanded,
.mutation .changed_fields input:checked ~ label .collapsed
{
	display: none;
}

.mutation .changed_fields input:checked ~ ul,
.mutation .changed_fields input:checked ~ label .expanded,
.mutation .changed_fields label .collapsed
{
	display: block;
}.statistics
{
	padding: 5px 0;
	font-size: 15px;
}

.statistics > div
{
	padding: 5px 10px;
}.self-background-dark,
.spouse-background-dark,
.child-background-dark,
.parent-background-dark,
.descendant-background-dark,
.ancestor-background-dark,
.cognate-background-dark,
.network-background-dark,
.placeholder-background-dark,

.self-background-light,
.spouse-background-light,
.child-background-light,
.parent-background-light,
.descendant-background-light,
.ancestor-background-light,
.cognate-background-light,
.network-background-light,
.placeholder-background-light,

.message-background-dark,
.send_again
{
	background-repeat: no-repeat;
	background-position: center center;
}

.self-background-dark
{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Cline x1='4' y1='.7' x2='6' y2='14.7' stroke='%23648264' stroke-width='1.5'/%3E%3Cpolygon points='5.5,1.5 13,2 13.7,7 6.2,6.5' fill='%23648264'/%3E%3Cellipse cx='6.2' cy='14.7' rx='5' ry='1' stroke='%23648264' stroke-width='.6' fill='none'/%3E%3C/svg%3E");
}

.spouse-background-dark
{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Ccircle cx='5' cy='8' r='4.6' stroke='%23648264' stroke-width='.8' fill='none'/%3E%3Ccircle cx='5' cy='8' r='1.5' fill='%23648264'/%3E%3Ccircle cx='11' cy='8' r='5' fill='%23648264'/%3E%3C/svg%3E");
}

.child-background-dark
{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Ccircle cx='4' cy='4' r='3.5' stroke='%23648264' stroke-width='.8' fill='none'/%3E%3Ccircle cx='4' cy='4' r='1.5' fill='%23648264'/%3E%3Ccircle cx='12' cy='12' r='3.9' fill='%23648264'/%3E%3Cline x1='6.5' y1='6.5' x2='9.5' y2='9.5' stroke='%23648264' stroke-width='.8'/%3E%3C/svg%3E");
}

.parent-background-dark
{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Ccircle cx='4' cy='12' r='3.5' stroke='%23648264' stroke-width='.8' fill='none'/%3E%3Ccircle cx='4' cy='12' r='1.5' fill='%23648264'/%3E%3Ccircle cx='12' cy='4' r='3.9' fill='%23648264'/%3E%3Cline x1='6.5' y1='9.5' x2='9.5' y2='6.5' stroke='%23648264' stroke-width='.8'/%3E%3C/svg%3E");
}

.descendant-background-dark
{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Ccircle cx='3' cy='3' r='2.5' stroke='%23648264' stroke-width='.7' fill='none'/%3E%3Ccircle cx='3' cy='3' r='1.3' fill='%23648264'/%3E%3Ccircle cx='13' cy='13' r='2.9' fill='%23648264'/%3E%3Ccircle cx='8' cy='8' r='2.3' stroke='%23648264' stroke-width='.9' fill='none' stroke-dasharray='.8,.8'/%3E%3Cline x1='4.9' y1='4.9' x2='5.7' y2='5.7' stroke='%23648264' stroke-width='.7'/%3E%3Cline x1='10.3' y1='10.3' x2='11.1' y2='11.1' stroke='%23648264' stroke-width='.7'/%3E%3C/svg%3E");
}

.ancestor-background-dark
{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Ccircle cx='3' cy='13' r='2.5' stroke='%23648264' stroke-width='.7' fill='none'/%3E%3Ccircle cx='3' cy='13' r='1.3' fill='%23648264'/%3E%3Ccircle cx='13' cy='3' r='2.9' fill='%23648264'/%3E%3Ccircle cx='8' cy='8' r='2.3' stroke='%23648264' stroke-width='.9' fill='none' stroke-dasharray='.8,.8'/%3E%3Cline x1='4.9' y1='11.1' x2='5.7' y2='10.3' stroke='%23648264' stroke-width='.7'/%3E%3Cline x1='10.3' y1='5.7' x2='11.1' y2='4.9' stroke='%23648264' stroke-width='.7'/%3E%3C/svg%3E");
}

.cognate-background-dark
{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Ccircle cx='3' cy='13' r='2.5' stroke='%23648264' stroke-width='.7' fill='none'/%3E%3Ccircle cx='3' cy='13' r='1.3' fill='%23648264'/%3E%3Ccircle cx='13' cy='13' r='2.9' fill='%23648264'/%3E%3Ccircle cx='8' cy='3' r='2.3' stroke='%23648264' stroke-width='.9' fill='none' stroke-dasharray='.8,.8'/%3E%3Cline x1='4.5' y1='9.9' x2='6.5' y2='5.9' stroke='%23648264' stroke-width='.7' stroke-dasharray='.8,.9'/%3E%3Cline x1='9.5' y1='5.9' x2='11.5' y2='9.9' stroke='%23648264' stroke-width='.7' stroke-dasharray='.8,.9'/%3E%3C/svg%3E");
}

.network-background-dark
{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Ccircle cx='3' cy='8' r='2.5' stroke='%23648264' stroke-width='.7' fill='none'/%3E%3Ccircle cx='3' cy='8' r='1.3' fill='%23648264'/%3E%3Ccircle cx='13' cy='8' r='2.9' fill='%23648264'/%3E%3Ccircle cx='8' cy='3' r='2.3' stroke='%23648264' stroke-width='.9' fill='none' stroke-dasharray='.8,.8'/%3E%3Ccircle cx='8' cy='13' r='2.3' stroke='%23648264' stroke-width='.9' fill='none' stroke-dasharray='.8,.8'/%3E%3Cline x1='4.9' y1='6.1' x2='5.7' y2='5.3' stroke='%23648264' stroke-width='.7'/%3E%3Cline x1='10.3' y1='10.7' x2='11.1' y2='9.9' stroke='%23648264' stroke-width='.7'/%3E%3Cline x1='8' y1='6' x2='8' y2='10' stroke='%23648264' stroke-width='.7' stroke-dasharray='.8,.8'/%3E%3C/svg%3E");
}

.placeholder-background-dark
{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Ccircle cx='8' cy='8' r='7' stroke='%23648264' stroke-width='1.4' stroke-dasharray='1.5,3' fill='none'/%3E%3C/svg%3E");
}

.self-background-light
{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Cline x1='4' y1='.7' x2='6' y2='14.7' stroke='white' stroke-width='1.5'/%3E%3Cpolygon points='5.5,1.5 13,2 13.7,7 6.2,6.5' fill='white'/%3E%3Cellipse cx='6.2' cy='14.7' rx='5' ry='1' stroke='white' stroke-width='.6' fill='none'/%3E%3C/svg%3E");
}

.spouse-background-light
{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Ccircle cx='5' cy='8' r='4.6' stroke='white' stroke-width='.8' fill='none'/%3E%3Ccircle cx='5' cy='8' r='1.5' fill='white'/%3E%3Ccircle cx='11' cy='8' r='5' fill='white'/%3E%3C/svg%3E");
}

.child-background-light
{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Ccircle cx='4' cy='4' r='3.5' stroke='white' stroke-width='.8' fill='none'/%3E%3Ccircle cx='4' cy='4' r='1.5' fill='white'/%3E%3Ccircle cx='12' cy='12' r='3.9' fill='white'/%3E%3Cline x1='6.5' y1='6.5' x2='9.5' y2='9.5' stroke='white' stroke-width='.8'/%3E%3C/svg%3E");
}

.parent-background-light
{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Ccircle cx='4' cy='12' r='3.5' stroke='white' stroke-width='.8' fill='none'/%3E%3Ccircle cx='4' cy='12' r='1.5' fill='white'/%3E%3Ccircle cx='12' cy='4' r='3.9' fill='white'/%3E%3Cline x1='6.5' y1='9.5' x2='9.5' y2='6.5' stroke='white' stroke-width='.8'/%3E%3C/svg%3E");
}

.descendant-background-light
{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Ccircle cx='3' cy='3' r='2.5' stroke='white' stroke-width='.7' fill='none'/%3E%3Ccircle cx='3' cy='3' r='1.3' fill='white'/%3E%3Ccircle cx='13' cy='13' r='2.9' fill='white'/%3E%3Ccircle cx='8' cy='8' r='2.3' stroke='white' stroke-width='.9' fill='none' stroke-dasharray='.8,.8'/%3E%3Cline x1='4.9' y1='4.9' x2='5.7' y2='5.7' stroke='white' stroke-width='.7'/%3E%3Cline x1='10.3' y1='10.3' x2='11.1' y2='11.1' stroke='white' stroke-width='.7'/%3E%3C/svg%3E");
}

.ancestor-background-light
{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Ccircle cx='3' cy='13' r='2.5' stroke='white' stroke-width='.7' fill='none'/%3E%3Ccircle cx='3' cy='13' r='1.3' fill='white'/%3E%3Ccircle cx='13' cy='3' r='2.9' fill='white'/%3E%3Ccircle cx='8' cy='8' r='2.3' stroke='white' stroke-width='.9' fill='none' stroke-dasharray='.8,.8'/%3E%3Cline x1='4.9' y1='11.1' x2='5.7' y2='10.3' stroke='white' stroke-width='.7'/%3E%3Cline x1='10.3' y1='5.7' x2='11.1' y2='4.9' stroke='white' stroke-width='.7'/%3E%3C/svg%3E");
}

.cognate-background-light
{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Ccircle cx='3' cy='13' r='2.5' stroke='white' stroke-width='.7' fill='none'/%3E%3Ccircle cx='3' cy='13' r='1.3' fill='white'/%3E%3Ccircle cx='13' cy='13' r='2.9' fill='white'/%3E%3Ccircle cx='8' cy='3' r='2.3' stroke='white' stroke-width='.9' fill='none' stroke-dasharray='.8,.8'/%3E%3Cline x1='4.5' y1='9.9' x2='6.5' y2='5.9' stroke='white' stroke-width='.7' stroke-dasharray='.8,.9'/%3E%3Cline x1='9.5' y1='5.9' x2='11.5' y2='9.9' stroke='white' stroke-width='.7' stroke-dasharray='.8,.9'/%3E%3C/svg%3E");
}

.network-background-light
{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Ccircle cx='3' cy='8' r='2.5' stroke='white' stroke-width='.7' fill='none'/%3E%3Ccircle cx='3' cy='8' r='1.3' fill='white'/%3E%3Ccircle cx='13' cy='8' r='2.9' fill='white'/%3E%3Ccircle cx='8' cy='3' r='2.3' stroke='white' stroke-width='.9' fill='none' stroke-dasharray='.8,.8'/%3E%3Ccircle cx='8' cy='13' r='2.3' stroke='white' stroke-width='.9' fill='none' stroke-dasharray='.8,.8'/%3E%3Cline x1='4.9' y1='6.1' x2='5.7' y2='5.3' stroke='white' stroke-width='.7'/%3E%3Cline x1='10.3' y1='10.7' x2='11.1' y2='9.9' stroke='white' stroke-width='.7'/%3E%3Cline x1='8' y1='6' x2='8' y2='10' stroke='white' stroke-width='.7' stroke-dasharray='.8,.8'/%3E%3C/svg%3E");
}

.placeholder-background-light
{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Ccircle cx='8' cy='8' r='7' stroke='white' stroke-width='1.4' stroke-dasharray='1.5,3' fill='none'/%3E%3C/svg%3E");
}

.events .event1:before
{
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='16' width='16'%3E%3Cg transform='translate(6,6)'%3E%3Cline x1='0' y1='0' x2='5' y2='10' stroke='green'/%3E%3Cellipse cx='9' cy='2' rx='1' ry='2.5' fill='green' transform='rotate(33)'/%3E%3Cellipse cx='1.2' cy='9' rx='2.5' ry='1' fill='green'/%3E%3Cpath id='p' d='M0 0L-1.3 -4A1.7,1.7 0 1,1 2.7,-2.9Z' stroke='none' fill='red'/%3E%3Cuse xlink:href='%23p' transform='rotate(72)'/%3E%3Cuse xlink:href='%23p' transform='rotate(144)'/%3E%3Cuse xlink:href='%23p' transform='rotate(216)'/%3E%3Cuse xlink:href='%23p' transform='rotate(288)'/%3E%3Ccircle r='1.3' cx='0' cy='0' fill='yellow' stroke='%23FFC400'/%3E%3C/g%3E%3C/svg%3E");
}

.mutation .changed_fields .expanded,
.mutation .changed_fields .collapsed
{
	background-repeat: no-repeat;
	background-position: center center;
}
.mutation .changed_fields .expanded
{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18' width='18'%3E%3Crect x='1' y='1' width='16' height='16' stroke='%23505050' stroke-width='1' fill='none'/%3E%3Cline x1='4' y1='9' x2='14' y2='9' stroke='%23505050' stroke-width='1'/%3E%3C/svg%3E");
}

.mutation .changed_fields .collapsed
{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18' width='18'%3E%3Crect x='1' y='1' width='16' height='16' stroke='%23505050' stroke-width='1' fill='none'/%3E%3Cline x1='4' y1='9' x2='14' y2='9' stroke='%23505050' stroke-width='1'/%3E%3Cline x1='9' y1='4' x2='9' y2='14' stroke='%23505050' stroke-width='1'/%3E%3C/svg%3E");
}

.message-background-dark,
.send_again
{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='12' width='16'%3E%3Crect x='.5' y='.5' width='15' height='11' stroke='%23648264' stroke-width='1' fill='white' rx='.5' ry='.5'/%3E%3Cpath d='M.5,10L8,4L15.5,10' stroke='%23648264' stroke-width='1' fill='none'/%3E%3Cpath d='M.5,2L8,8L15.5,2' stroke='%23648264' stroke-width='1' fill='white'/%3E%3C/svg%3E");
}