@font-face {
    font-family:'source_sans_pro';
    src:url('../Fonts/sourcesanspro-regular-webfont.eot');
    src:url('../Fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('../Fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('../Fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:'source_sans_pro';
    src:url('../Fonts/sourcesanspro-it-webfont.eot');
    src:url('../Fonts/sourcesanspro-it-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/sourcesanspro-it-webfont.woff') format('woff'),
         url('../Fonts/sourcesanspro-it-webfont.ttf') format('truetype'),
         url('../Fonts/sourcesanspro-it-webfont.svg#source_sans_proitalic') format('svg');
    font-weight:normal;
    font-style:italic;
}

@font-face {
    font-family:'source_sans_pro';
    src:url('../Fonts/sourcesanspro-semibold-webfont.eot');
    src:url('../Fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/sourcesanspro-semibold-webfont.woff') format('woff'),
         url('../Fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'),
         url('../Fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
    font-weight:bold;
    font-style:normal;
}

@font-face {
    font-family:'source_sans_pro';
    src:url('../Fonts/sourcesanspro-semiboldit-webfont.eot');
    src:url('../Fonts/sourcesanspro-semiboldit-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/sourcesanspro-semiboldit-webfont.woff') format('woff'),
         url('../Fonts/sourcesanspro-semiboldit-webfont.ttf') format('truetype'),
         url('../Fonts/sourcesanspro-semiboldit-webfont.svg#source_sans_proSBdIt') format('svg');
    font-weight:bold;
    font-style:italic;

}

@font-face {
    font-family:'dosis';
    src:url('../Fonts/dosis-regular-webfont.eot');
    src:url('../Fonts/dosis-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/dosis-regular-webfont.woff') format('woff'),
         url('../Fonts/dosis-regular-webfont.ttf') format('truetype'),
         url('../Fonts/dosis-regular-webfont.svg#dosisregular') format('svg');
    font-weight:normal;
    font-style:normal;

}

@font-face {
    font-family:'dosis';
    src:url('../Fonts/dosis-semibold-webfont.eot');
    src:url('../Fonts/dosis-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/dosis-semibold-webfont.woff') format('woff'),
         url('../Fonts/dosis-semibold-webfont.ttf') format('truetype'),
         url('../Fonts/dosis-semibold-webfont.svg#dosissemibold') format('svg');
    font-weight:bold;
    font-style:normal;
}

* {
	font-family:source_sans_pro, Arial;
}

b, strong {
	font-weight:bold;
	font-style:normal;
}

body {
	padding:0px;
	margin:0px;
	color:#333333;
	background-color:#eeeeee;
	font-size:14px;
	font-style:normal;
	line-height:1.0;
	letter-spacing:0.1px;
	background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #ffffff), color-stop(1, #dddddd));
	background-image: -o-linear-gradient(left bottom, #ffffff 0%, #dddddd 100%);
	background-image: -moz-linear-gradient(left bottom, #ffffff 0%, #dddddd 100%);
	background-image: -webkit-linear-gradient(left bottom, #ffffff 0%, #dddddd 100%);
	background-image: -ms-linear-gradient(left bottom, #ffffff 0%, #dddddd 100%);
	background-image: linear-gradient(to left bottom, #ffffff 0%, #dddddd 100%);
	background-attachment:fixed;
}

a {
	color:#f59100;
}

a:hover {
	color:#333333;
}

.float_left {
	float:left;
}

small {
	font-size: 11px;
}

.float_right {
	float:right;
}

.clearer {
	clear:both;
}

.wrap {
	position:relative;
	left:auto;
	right:auto;
	margin:auto;
	z-index:0;
	width:auto;
	padding:0px;
	padding-top:40px;
	padding-bottom:10px;
}

#footer {
	margin: 10px 0;
	font-size: 12px;
}

#footer a {
	font-size: 12px;
}

#footer_left {
	float: left;
}

#footer_right {
	float: right;
}

.header {
	position:relative;
	height:60px;
}

.logo_mandant {
	position:absolute;
	left:0px;
	top:0px;
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
}

.logo_cleversoft {
	position:absolute;
	right:0px;
	top:5px;
	width:207px;
	height:37px;
	background-image:url('../Images/logo_cleversoft.png');
	background-size: 207px;
	background-repeat: no-repeat;
}

.navigation {
	position:relative;
	z-index:1;
}

.navigation>ul {
	display:block;
	list-style:none;
	padding:15px 0 0 0;
	margin:0;
}

.navigation>ul>li>a {
	display:block;
	padding:25px;
	padding-left:20px;
	padding-right:20px;
	background-color:#ffffff;
	font-size:18px;
	color:#333333;
	font-weight:bold;
	cursor:pointer;
	-webkit-box-shadow:0px 0px 3px #aaaaaa;
	-moz-box-shadow:0px 0px 3px #aaaaaa;
	box-shadow:0px 0px 3px #aaaaaa;
	background-image: -webkit-linear-gradient(#ffffff 0%, #eeeeee 100%); 
	background-image: -moz-linear-gradient(#ffffff 0%, #eeeeee 100%); 
	background-image: -o-linear-gradient(#ffffff 0%, #eeeeee 100%); 
	background-image: linear-gradient(#ffffff 0%, #eeeeee 100%);
	text-decoration: none;
}

.navigation>ul>li.active>a, .navigation>ul>li:hover>a {
	background-color:#f59100;
	background-image:linear-gradient(left, #f59100 0%, #f58200 100%);
	background-image:-moz-linear-gradient(left, #f59100 0%, #f58200 100%);
	background-image:-webkit-linear-gradient(left, #f59100 0%, #f58200 100%);
	background-image:-ms-linear-gradient(left, #f59100 0%, #f58200 100%);
	background-image:-o-linear-gradient(left, #f59100 0%, #f58200 100%);
	color:#ffffff;
}

.content_wrap {
	position:relative;
    margin:0px;
	padding:7px;
	margin-top:15px;
	background-color:#0aafeb;
	background-image:linear-gradient(left, #0aafeb 0%, #0073aa 100%);
	background-image:-moz-linear-gradient(left, #0aafeb 0%, #0073aa 100%);
	background-image:-webkit-linear-gradient(left, #0aafeb 0%, #0073aa 100%);
	background-image:-ms-linear-gradient(left, #0aafeb 0%, #0073aa 100%);
	background-image:-o-linear-gradient(left, #0aafeb 0%, #0073aa 100%);
	-webkit-box-shadow:0px 0px 3px #aaaaaa;
	-moz-box-shadow:0px 0px 3px #aaaaaa;
	box-shadow:0px 0px 3px #aaaaaa;
}

#statusbar {
	display:block;
	color:#ffffff;
	padding:8px;
	margin:0;
	font-size:24px;
	font-weight: normal;
}

h2 {
	margin-bottom:10px;
	font-size:18px;
}

p {
	margin: 15px 0;
}

#control_box {
	float: right;
}

#control_box > * {
	float: left;
}

#loggedin_user {
	font-size: 14px;
	margin-top: 4px;
}

#log_button {
	margin-left: 10px;
	text-decoration: none;
}

.logout, .login {
	background-color: #2D2D2D;
	background-image:url('../Images/logout.png');
	background-position: left center;
	background-repeat: no-repeat;
	border: 1px solid #2D2D2D;
	border-radius: 8px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 12px;
	height: 20px;
	line-height: 1;
	padding-left: 33px;
	padding-right: 11px;
	padding-top: 10px;
	text-transform: uppercase;
    margin-right: -5px;
    margin-top: -5px;
}

.logout:hover, .login:hover {
	background-color: #FFFFFF;
	border: 1px solid #2D2D2D;
	color: #333333;
}

.login:hover {
	background-image:url('../Images/login_hover.png');
}

.logout:hover {
	background-image:url('../Images/logout_hover.png');
}

.logout {
	background-image:url('../Images/logout.png');
}

.login {
	background-image:url('../Images/login.png');
}

.content {
	position:relative;
    margin:0px;
	margin-top:3px;
	padding: 10px 20px 20px 20px;
	min-height:600px;
	background-color:#ffffff;
}

.flashmessages, #systemmessage, .validation-errors {
    list-style-type: none;
	padding: 0;
	margin: 0 0 11px 0;
	animation: fadein 1.5s ease;
}
@keyframes fadein {
    from {
		opacity:0;
    }
    to {
		opacity:1;
    }
}

#systemmessage {
	animation: 0s ease 0s normal none 1 none;
}

.flashmessages-ok, #systemmessage>li {
    background: url("../Images/messages-ok.gif") no-repeat 7px 7px transparent;
    border-radius: 5px 5px 5px 5px;
    padding: 9px 0 8px 32px;
	margin-bottom: 2px;
	background-color: #FAFABC;
}

#systemmessage>li {
	background-color: #FFE0D9;
}

.flashmessages-error, .validation-error {
    border-radius: 5px 5px 5px 5px;
    padding: 9px 0 8px 32px;
	margin-bottom: 2px;
}

.flashmessages-error {
	background: url("../Images/messages-error.gif") no-repeat 7px 8px #FFE0D9;
}

.validation-error {
	background: url("../Images/validation-error.png") no-repeat 7px 8px #FFE0D9;
}

.f3-form-error {
    background-color: #ffe0d9 !important;
}

table {
	border-collapse: collapse;
}

table tr td {
	padding:8px;
	padding-left:10px;
	text-align:left;
}

table tr td a {
	display:block;
	padding:10px;
	padding-left:15px;
	padding-right:15px;
	color:#333333;
	font-size:15px;
	border-radius:7px 7px 7px 7px;
	cursor:pointer;
	border:1px solid #dddddd;
	-webkit-box-shadow:0px 0px 1px #aaaaaa;
	-moz-box-shadow:0px 0px 1px #aaaaaa;
	box-shadow:0px 0px 1px #aaaaaa;
	background-color:#ffffff;
	background-image: -webkit-linear-gradient(#ffffff 0%, #eeeeee 100%); 
	background-image: -moz-linear-gradient(#ffffff 0%, #eeeeee 100%); 
	background-image: -o-linear-gradient(#ffffff 0%, #eeeeee 100%); 
	background-image: linear-gradient(#ffffff 0%, #eeeeee 100%);
	text-decoration:none;
}

table tr td a:hover {
	border:1px solid #cccccc;
	-webkit-box-shadow:0px 0px 1px #bbbbbb;
	-moz-box-shadow:0px 0px 1px #bbbbbb;
	box-shadow:0px 0px 1px #bbbbbb;
	background-color:#eeeeee;
	background-image: -webkit-linear-gradient(#eeeeee 0%, #dddddd 100%); 
	background-image: -moz-linear-gradient(#eeeeee 0%, #dddddd 100%); 
	background-image: -o-linear-gradient(#eeeeee 0%, #dddddd 100%); 
	background-image: linear-gradient(#eeeeee 0%, #dddddd 100%);
}

table#fundlist tr th {
	position: sticky;
	top: 0;
	background-color:#f59100;
	color:#ffffff;
	padding:15px;
	font-size:16px;
	text-align:left;
	font-weight:bold;
}

table#fundlist {
	width:100%;
}

table#fundlist tr:nth-child(odd) {
	background-color:#f3f3f3;
}

table#fundlist tr:nth-child(even) {
	background-color:#ffffff;
}

table#fundlist tr td:nth-child(3), table tr td:nth-child(4), table tr td:nth-child(5) {
	text-align:center;
}

table#fundlist.filtered tr {
	background-color:#f4f4e8;
}

table.styledtable tr th {
	position: sticky;
	top: 0;
	background-color:#f59100;
	color:#ffffff;
	padding:15px;
	font-size:16px;
	text-align:left;
	font-weight:bold;
}

table.styledtable {
	width:100%;
}

table.styledtable > tbody > tr:nth-child(odd), .stripes > *:nth-child(odd) {
	background-color:#f3f3f3;
}

table.styledtable > tbody > tr:nth-child(odd):hover, .stripes > *:nth-child(odd):hover {
	background-color:#f0f0f0;
}

table.styledtable > tbody > tr:nth-child(even), .stripes > *:nth-child(even) {
	background-color:#fcfcfc;
}

table.styledtable > tbody > tr:nth-child(even):hover, .stripes > *:nth-child(even):hover {
	background-color:#f9f9f9;
}

#filterInput {
    margin: 5px 0;
    width: 228px;
	background-image: url('../Images/filter.png');
	background-position: 2px 2px;
	background-repeat: no-repeat;
	background-size: 16px;
	padding-left: 21px;
}

.screen_edit {
	width: 100%;
}

.screen_edit .subtable td {
	padding-left: 0;
	padding-top: 0;
}

.screen_edit input[type="submit"] {
	margin: 0;
}

.screen_edit>tbody>tr>td:nth-child(1) {
	vertical-align: top;
	padding-top: 18px;
}

ul.formular_tabs {
	position:realtive;
	z-index:2;
	display:block;
	list-style:none;
	padding:0;
	margin:0;
}

ul.formular_tabs li {
	cursor:pointer;
	padding:20px;
	background-color:#ffffff;
	color:#333333;
	font-size:18px;
	border:1px solid #cccccc;
	font-size:16px;
	font-weight:bold;
	border-bottom:0px;
	background-image: -webkit-linear-gradient(#ffffff 0%, #eeeeee 100%); 
	background-image: -moz-linear-gradient(#ffffff 0%, #eeeeee 100%); 
	background-image: -o-linear-gradient(#ffffff 0%, #eeeeee 100%); 
	background-image: linear-gradient(#ffffff 0%, #eeeeee 100%);
}

ul.formular_tabs li.active {
	cursor: default;
}

ul.formular_tabs li:last-of-type {
	border-right:1px solid #cccccc;
}

ul.formular_tabs li.active, ul.formular_tabs li:hover {
	background-color:#0aafeb;
	background-image:linear-gradient(left, #0aafeb 0%, #0073aa 100%);
	background-image:-moz-linear-gradient(left, #0aafeb 0%, #0073aa 100%);
	background-image:-webkit-linear-gradient(left, #0aafeb 0%, #0073aa 100%);
	background-image:-ms-linear-gradient(left, #0aafeb 0%, #0073aa 100%);
	background-image:-o-linear-gradient(left, #0aafeb 0%, #0073aa 100%);
	color:#ffffff;
}

.formular_content {
	position:realtive;
	z-index:1;
	background-color:#ffffff;
	border:1px solid #cccccc;
	padding: 30px 20px 20px;
	margin-bottom:15px;
	margin-top:-1px;
	background-image: -webkit-linear-gradient(#ffffff 0%, #eeeeee 100%); 
	background-image: -moz-linear-gradient(#ffffff 0%, #eeeeee 100%); 
	background-image: -o-linear-gradient(#ffffff 0%, #eeeeee 100%); 
	background-image: linear-gradient(#ffffff 0%, #eeeeee 100%);
}

.formular_content fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

.formular_content fieldset .column {
	display: block;
	float: left;
	width: 47%;
}

.formular_content fieldset .left_column {
	padding-right: 3%;
}

.formular_content fieldset .right_column {
	padding-left: 3%;
}


.formular_content fieldset h2 {
	margin-top: 0;
	margin-bottom: 20px;
}

form label {
	display:table;
	padding-bottom:5px;
	padding-left:3px;
	margin-bottom:4px;
	margin-right:10px;
	border-radius:4px 4px 4px 4px;
}

form select {
	padding: 5px 2px 5px 3px;
	max-width: 100%;
	min-width: 200px;
	margin-bottom: 15px;
}

form option {
	padding: 1px 2px 1px 4px;
	max-width: 100%;
	min-width: 200px;
}

form input[type="text"], form input[type="password"], form input[type="number"] {
	display:block;
	padding:5px;
	width:100%;
	max-width:400px;
	margin-bottom:15px;
	border:1px solid #dddddd;
	border-radius:4px 4px 4px 4px;
}

.sp-replacer {
	/* replaced spectrum color picker input */
	margin-bottom:15px !important;
	transition: none 0s ease 0s;
}

.sp-button-container button {
	margin: 0;
}

div.checkboxes, div.radiobuttons {
    margin: 0 5px 0 1px;
	display: inline-block;
}

form input[type="checkbox"] {
	margin-right: 5px;
	margin-left: 1px;
	vertical-align: bottom;
}

.switchery {
	margin-right: 10px;
}

form textarea {
	line-height: 1.2;
	font-size: 14px;
	margin-bottom: 15px;
	min-width: 300px;
	padding: 2px;
	width: 100%;
}

div.textarea {
	max-width: 408px;
}

form input[type="submit"], .button, button {
	display: inline-block;
	padding:15px;
	padding-left:25px;
	padding-right:25px;
	margin-top:10px;
	margin-right:5px;
	color:#333333;
	font-size:16px;
	font-weight:bold;
	border-radius:7px 7px 7px 7px;
	cursor:pointer;
	border:1px solid #dddddd;
	-webkit-box-shadow:0px 0px 1px #aaaaaa;
	-moz-box-shadow:0px 0px 1px #aaaaaa;
	box-shadow:0px 0px 1px #aaaaaa;
	text-decoration: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	background-color:#ffffff;
	background-image: -webkit-linear-gradient(#ffffff 0%, #eeeeee 100%); 
	background-image: -moz-linear-gradient(#ffffff 0%, #eeeeee 100%); 
	background-image: -o-linear-gradient(#ffffff 0%, #eeeeee 100%); 
	background-image: linear-gradient(#ffffff 0%, #eeeeee 100%);
}

form input[type="submit"]:hover, .button:hover, button:hover {
	border:1px solid #cccccc;
	-webkit-box-shadow:0px 0px 1px #bbbbbb;
	-moz-box-shadow:0px 0px 1px #bbbbbb;
	box-shadow:0px 0px 1px #bbbbbb;
	background-color:#eeeeee;
	background-image: -webkit-linear-gradient(#eeeeee 0%, #dddddd 100%); 
	background-image: -moz-linear-gradient(#eeeeee 0%, #dddddd 100%); 
	background-image: -o-linear-gradient(#eeeeee 0%, #dddddd 100%); 
	background-image: linear-gradient(#eeeeee 0%, #dddddd 100%);
}

form input[type="submit"]:active, .button:active, button:active {
	background-image: -webkit-linear-gradient(#cccccc 0%, #dddddd 100%); 
	background-image: -moz-linear-gradient(#cccccc 0%, #dddddd 100%); 
	background-image: -o-linear-gradient(#cccccc 0%, #dddddd 100%); 
	background-image: linear-gradient(#cccccc 0%, #dddddd 100%);
}

form input[disabled], form input[disabled]:hover, form select[disabled], form select[disabled]:hover {
	color: grey;
	background-image: none;
	background-color: #EEEEEE;
	border:1px solid #dddddd;
	-webkit-box-shadow:0px 0px 1px #aaaaaa;
	-moz-box-shadow:0px 0px 1px #aaaaaa;
	box-shadow:0px 0px 1px #aaaaaa;
	cursor: default;
}

span.required {
	color: red !important;
	cursor: help;
}

div.readonly_attribute {
	border: 1px solid #cccccc;
	margin-bottom: 15px;
	max-width: 408px;
	padding: 5px;
	white-space: pre-wrap;
	min-height: 1em;
	line-height: 1.2;
}

form .cached-field {
	background-color: #ffffcc !important;
}

form input.cached-field, form select.cached-field, form textarea.cached-field {
	border-style: solid;
}

.person_picture {
	max-height: 200px;
}

.abort {
	display: none;
}

.ui-datepicker {
	width: 15em !important;
	transition: none 0s ease 0s;
}

.ui-datepicker * {
	line-height: 140%;
	transition: none 0s ease 0s;
}

.tablesorter-default .header, .tablesorter-default .tablesorter-header {
    background-image: url("data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==");
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
    white-space: normal;
}

.tablesorter-default .headerSortDown, .tablesorter-default .tablesorter-headerSortDown, .tablesorter-default .tablesorter-headerDesc {
    background-image: url("data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7");
}

.tablesorter-default .headerSortUp, .tablesorter-default .tablesorter-headerSortUp, .tablesorter-default .tablesorter-headerAsc {
    background-image: url("data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7");
}

.tablesorter-default thead .sorter-false {
    background-image: none;
    cursor: default;
}

::-moz-focus-inner {
	border: 0;
}

.propertyTypeNew form textarea, .propertyTypeEdit form textarea, .propertyValueNew form textarea {
    display: block;
    width: 400px;
    padding: 5px;
    margin-bottom: 15px;
    border: 1px solid #dddddd;
    border-radius: 4px 4px 4px 4px;
    background-color: #ffffff;
}

.propertyTypeIndex table {
	width: 100%;
	border-collapse: collapse;
}

.propertyTypeIndex table th {
	text-align: left;
	background-color: #eee;
}

.propertyTypeIndex table td, .propertyTypeIndex table th {
	padding: 10px;
	border: 1px solid #eee;
	text-align: left;
}

.propertyTypeIndex form input {
	margin: 0;
}

.addPropertySelectFields fieldset, .propertyTypeEdit fieldset {
	margin-bottom: 30px;
}

form fieldset legend input[type="text"] {
	margin: 0;
	display: inline;
}

.showPropertyType table {
	border-collapse: collapse;
	width: 100%;
}

.showPropertyType table th {
	background-color: #eee;
}

.showPropertyType table td, .showPropertyType table th  {
	padding: 10px;
	border: 1px solid #eee;
}

.showPropertyType table td input[type="text"] {
	margin: 0;
}

