@charset "utf-8";

::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    /* display: none; */
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #666666;
    border: 0px none #ffffff;
    border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
    background: #666666;
}

::-webkit-scrollbar-thumb:active {
    background: #666666;
}

::-webkit-scrollbar-track {
    background: #FFFFFF;
    border: 0px none #ffffff;
    border-radius: 50px;
}
  
::-webkit-scrollbar-track:hover {
    background: #FFFFFF;
}
  
::-webkit-scrollbar-track:active {
    background: #FFFFFF;
}
  
::-webkit-scrollbar-corner {
    background: transparent;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	background-color: #717171;
}

html {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1.3em;
	color: #ca0425;
	font-weight: 200;
	line-height: 1.7;
	border-bottom: 1px solid #d9d9d9;
	margin-top: 0;
	text-align: center;
}

h2 {
	font-size: 1.3em;
	color: #ca0425;
	font-weight: 200;
	line-height: 1.7;
	margin: 0;
}

p, ul, li, button {
	margin: 5px;
	font-size: 12px;
}

object {
	width: 100%;
	height: 100%;
}

.text-bold {
	font-weight: bold;
}

.text-left {
    text-align: left !important;
}

.text-center {
	text-align: center !important;
}

.text-right {
    text-align: right !important;
}


.text-small {
	font-size: 11px;
}

.text-big {
	font-size: 16px;
}

.text-white {
	color: #FFFFFF;
}

.text-green {
	color: #008000;
}

.text-red {
	color: #FF0000;
}

.text-orange {
	color: #FFAE00;
}

.text-black {
	color: #000000;
}

.text-bg-red {
	color: #FFFFFF;
	background-color: #ae0000;
	padding: 3px;
}

.text-bg-lightred {
	color: #FFFFFF;
	background-color: #FF6565;
	padding: 3px;
}

.text-bg-green {
	color: #FFFFFF;
	background-color: #008000;
	padding: 3px;
}

.text-bg-lightgreen {
	color: #FFFFFF;
	background-color: #4DDB3E;
	padding: 3px;
}

.text-bg-gray {
	color: #FFFFFF;
	background-color: #A0A0A0;
	padding: 3px;
}

.text-bg-orange {
	color: #FFFFFF;
	background-color: #ffbc2b;
	padding: 3px;
}

.with-pointer {
	cursor: pointer;
}

input, button, select, textarea, .with-texteditor {
	border: 1px solid #d9d9d9;
	border-radius: 5px;
}

input:hover, button:hover, select:hover, textarea:hover, .button-edit:hover, .button-delete:hover, a:hover, .button-nav-big-image:hover, .with-texteditor:hover {
	border: 1px solid #ca0425;
}

h1, h2, h3, p, a, input, button, select, textarea, .label-small, .label-middle, .label-big, .ui-corner-all {
	padding: 3px;
}

fieldset {
	margin: 20px 0;
	border: 1px solid #e3e3e3;
	background-color: #FFFFFF;
}

.inner-fieldset {
	margin: 10px 0;
}

legend {
	color: #0c4185;
	margin: 0 3px;
	font-weight: bold;
}

textarea {
	min-height: 120px;
	resize: none;
}

::-moz-selection {
	background: #666666;
	color: #FFFFFF;
	text-shadow: none;
}

::selection {
	background: #666666;
	color: #FFFFFF;
	text-shadow: none;
}

#imprint-link {
	border:none;
	margin: 0;
	padding: 0;
}

#select-agentur {
	display: none;
}

a {
	color: #004276;
	text-decoration: none;
}

a:visited {
	color: #004276;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

img {
	border: 0;
}

.ui-icon {
	float: left;
	margin-right: 0.3em;
}

#header {
	width: 100%;
	position: fixed;
	top: 0px;
	height: 70px;
	border-bottom: 4px solid #ca0425;
	z-index: 1000;
}

#header-logo {
	width: 230px;
	height: 70px;
	background-image: url('../img/logo_proliving.png');
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
}

#header-user {
	position: absolute;
	top: 16px;
	left: 20px;
	width: 500px;
	text-align: left;
}

#header-menu {
	position: absolute;
	top: 16px;
	right: 20px;
	width: 400px;
	text-align: right;
}

#wrapper {
	padding: 20px 0;
}

#footer {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	border-top: 4px solid #ca0425;
	position: fixed;
	bottom: 0px;
}

#footer-content {
	text-align: center;
	padding: 8px 0 0 0;
}

#footer p {
	color: #333333;
	margin: 0;
	font-size: 0.8em;
}

#alertMessages {
	position: fixed;
	bottom: 30px;
	width: 100%;
	height: auto;
	background: #FF0000;
	background-image: -moz-linear-gradient( 90deg, rgb(147,0,0) 0%, rgb(255,0,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(147,0,0) 0%, rgb(255,0,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(147,0,0) 0%, rgb(255,0,0) 100%);
	border-top: 2px solid #FFFFFF;
	-moz-box-shadow: 5px #bbbbbb;
	-webkit-box-shadow: 5px #bbbbbb;
	box-shadow: 5px #bbbbbb;
	z-index: 1000;
}

#alertMessagesContent {
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
}

#imprint {
	display: none;
}

.box-background {
	background-color: #F9F9F9;
	/*
	background-image: -moz-linear-gradient( 90deg, rgb(228,228,228) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(228,228,228) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(228,228,228) 0%, rgb(255,255,255) 100%);*/
}

.box-shadow {
	-moz-box-shadow: 0 0 5px #bbbbbb;
	-webkit-box-shadow: 0 0 5px #bbbbbb;
	box-shadow: 0 0 5px #bbbbbb;
}

.label-small {
	float: left;
	width: 100px;
	clear: left;
}

.label-middle {
	float: left;
	width: 150px;
	clear: left;
}

.label-big {
	float: left;
	width: 200px;
	clear: left;
}

.input-size-micro {
    width: 25px !important;
}

.input-size-mini {
    width: 50px !important;
}

.input-size-small {
	width: 80px !important;
}

.input-size-medium {
	width: 200px !important;
}

.input-size-big {
	width: 320px !important;
}

.input-size-max {
	width: 100% !important;
	resize: auto;
}

.content-box-login {
	width: 342px;
	padding: 30px;
	margin: 83px auto;
	background-color: #F9F9F9;
	border: 1px solid #d9d9d9;
}

.content-box-standard {
	max-width: 950px;
	height: 100%;
	margin: 83px auto 40px auto;
	padding: 20px 30px 30px 30px;
	background-color: #F9F9F9;
	display: block;
}

.content-box-message {
	width: 45%;
	height: 150px;
	padding: 10px;
}

.content-box-site {
	width: 49%;
}

.clear-left {
	clear: left;
}

.placeholder-small {
	padding: 0 5px;
}

.table-list {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 0.85em;
	border: 1px solid #CCCCCC;
	table-layout: auto;
}

.table-list tr {
	border-bottom: 1px solid #CCCCCC;
	background-color: transparent;
}

.table-list tr:not(.toggleCheckbox):hover {
	background: -moz-linear-gradient( 90deg, rgb(219,219,219) 0%, rgb(255,255,255) 100%);
	background: -webkit-linear-gradient( 90deg, rgb(219,219,219) 0%, rgb(255,255,255) 100%);
	background: -ms-linear-gradient( 90deg, rgb(219,219,219) 0%, rgb(255,255,255) 100%);
}

.table-list tr td {
	padding: 5px 10px;
}

.table-list tr td img {
    float: left;
    width: 13px;
}

.table-list tr td:last-child {
	text-align: right;
}

.table-list tr th {
	padding: 10px;
	background-color: #595959;
	color: #FFFFFF;
	width: auto;
	text-align: left;
}

.table-list tr th:last-child {
	min-width: 100px;
	max-width: 300px;
	text-align: right;
}

.table-list tfoot tr td {
	padding: 10px;
	background-color: #CCCCCC;
	width: auto;
	text-align: left;
	font-weight: bold;
}

.table-fieldset {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 0.9em;
}

.table-fieldset tr {
	/* line-height: 25px; */
}

.table-fieldset tr td {
	padding: 5px;
	/* vertical-align: top; */
}

.table-fieldset tr td:first-child {
	width: 150px;
}

.table-fieldset tr td:last-child {
	text-align: left;
}

.table-fieldset-width {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 0.9em;
	table-layout: auto;
}

.table-fieldset-width tr td {
	padding: 5px;
}

.table-fieldset-width tr td:first-child {
	width: 330px;
}

.table-fieldset-width tr td:last-child {
	text-align: right;
}

.projekt-table tr td:first-child, .projekt-table tr th:first-child, .projekt-table tfoot tr td:first-child {
	width: 170px;
	text-align: left;
}

.projekt-table tr td, .projekt-table tr th, .projekt-table tfoot tr td {
	width: 130px;
	text-align: center;
}

.toolbar {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	font-size: 0.9em;
}

.toolbar a:first-child {
	margin-left: 0;
}

.toolbar a {
	margin-left: 10px;
}

.toolbar_bottom {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.accordion-link, .print-link, .accordion-right {
	float: right;
	padding: 2px 5px;
	font-size: 11px;
}

.ui-tabs-vertical {
    width: 55em;
}

.ui-tabs-vertical .ui-tabs-nav {
    padding: .2em .1em .2em .2em;
    float: left;
    width: 12em;
}

.ui-tabs-vertical .ui-tabs-nav li {
    clear: left;
    width: 100%;
    border-bottom-width: 1px !important;
    border-right-width: 0 !important;
    margin: 0 -1px .2em 0;
}

.ui-tabs-vertical .ui-tabs-nav li a {
    display:block;
}

.ui-tabs-nav li a:hover {
    border: 0px !important;
}

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    padding-bottom: 0;
    padding-right: .1em;
    border-right-width: 1px;
    border-right-width: 1px;
}

.ui-tabs-vertical .ui-tabs-panel {
    padding: 1em;
    float: right;
    width: 40em;
}

.ui-dialog {
    box-shadow: 1px 1px 5px #333;
}

.content-box.main-nav {
	box-orient: horizontal;
}

.content-box.main-nav div {
	text-align: center;
}

.main-nav div img:hover {
	opacity: 0.7;
}

.main-nav div a {
	font-size: 0.8em;
	color: #333333;
	text-decoration: none;
}

.main-nav div a:hover {
	color: #ca0425;
	border: 0;
}

.ui-menu {
	width: 200px;
	position: absolute;
}

.ui-menu.ui-widget {
	z-index: 1;
}

.w-10 {
	width: 10%;
}

.w-20 {
	width: 20%;
}

.w-25 {
	width: 25%;
}

.w-30 {
	width: 30%;
}

.w-40 {
	width: 40%;
}

.w-50 {
	width: 50%;
}

.w-60 {
	width: 60%;
}

.w-70 {
	width: 70%;
}

.w-75 {
	width: 75%;
}

.w-80 {
	width: 80%;
}

.w-90 {
	width: 90%;
}

.w-100 {
	width: 100%;
}

.d-flex {
	display: flex;
}

.flex-row {
	flex-direction: row;
}

.flex-column {
	flex-direction: column;
}

.contact {
    width: 100%;
    height: 68px;
    margin: 0px;
    padding: 0.5rem;
    font-size: 0.8rem;
    border: 1px solid #eee;
    background: #fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #333;
	align-items: center;
	gap: 1rem;
	box-sizing: border-box;
}

.contact-img {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	aspect-ratio: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-name {
	gap: 0.3rem;
	flex: 1 1 30%;
}

.contact-position {
	font-size: 0.8rem;
}

.contact-mail {
	flex: 1 1 30%;
}

.contact-phone {
	gap: 0.3rem;
	flex: 1 1 20%;
}

[data-id="select-contact-group"] .ui-selecting { 
	background: #ca0e1e;
	color: white;
}

[data-id="select-contact-group"] .ui-selected { 
	background: #ca0e1e; 
	color: white; 
}

[data-id="select-contact-group"] { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 100%; 

}
[data-id="select-contact-group"] li { 
	margin: 0px; 
	padding: 0.5rem; 
	font-size: 1rem; 
	height: 36px;
    box-sizing: border-box;
}

.content-box {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.content-box-flex-fixed {
	flex: 0 0 auto;
}

.content-box-flex {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.content-box-flex-2 {
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.content-box-flex.portal {
    height: 400px;
}

.overflow {
    height: 90%;
    overflow-y: auto;
    overflow-x: hidden;
}

.flex-box-space {
    width: 20px;
}

.flex-box-space-2 {
    width: 60px;
}

.hourspinner, .minutespinner {
    border: 1px solid #FFFFFF !important;
}

.hourspinner:focus, .hourspinner:hover, minutespinner:focus, .minutespinner:hover {
    border: 1px solid #ca0425 !important;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.portal-message {
	border-bottom: 1px solid #CCCCCC;
	margin: 2px;
	padding: 3px;
}

.portal-message:hover {
	background-color: #F1F1F1;
}

.portal-message a, .portal-message a p {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.portal-message a p span last-child {
	margin-left: 30px;
}

.portal-message a {
	text-decoration: none;
	border: 0;
}

.portal-message a:hover {
	color: #FF0000;
}

.portal-message-icon {
	float: left;
	margin: 5px 10px 10px 0px;
}

.portal-message-date {
	font-size: 0.7em;
	color: #777777;
}

.portal-message-text {

}

.online-status-green {
	background-color: #00A000;
	border-radius: 5px;
	border: 1px solid #208050;
	padding: 4px;
	color: #FFFFFF;
}

.online-status-red {
	background-color: #FF0000;
	border-radius: 5px;
	border: 1px solid #A00000;
	padding: 4px;
	color: #FFFFFF;
}

.tr_green {
	background-color: #88D888!important;
}

.tr_red {
	background-color: #D88888!important;
}

::-webkit-scrollbar {
	width: 6px;
	background-color: transparent;
}

::-webkit-scrollbar-thumb {
	margin-right: 10px;
	margin-left: 10px;
	width: 10px;
	background-color: #AAAAAA;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	cursor: pointer;
}

.with-texteditor {
	width: 330px;
	min-height: 150px;
	overflow-y: auto;
	overflow-x: hidden;
}

.fancytree-container {
	border: none;
	height: 250px;
	overflow: auto;
}

.tree-table {
	display: none
}

.angebot-texteditor > p {
    font-size: 12pt;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.rechnung-texteditor > p {
    font-size: 12pt;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

img.flag-medium {
	width: 16px !important;
	height: 11px !important;
}

img.flag-small {
	width: 13px !important;
	height: 9px !important;
}

.timer-numbers {
	font-size: 28px;
	font-weight: bold;
	float: left;
}

.timer-buttons {
	float:left;
}

.timer-status {
	clear: both;
	color: #008800;
	font-size: 14px;
}

.deviceStateBox {
	display:none;
}

/* TipTip CSS - Version 1.2 */
.with-tooltip {
	cursor: help;
}

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner {
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner {
		border-top-color: rgba(20,20,20,0.92);
	}
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

textarea.answer {
	width: calc(100% - 8px);
}

.no-border {
	border: none !important;
}

.sun-editor {
	width: 100%;
	float: left;
}

select[multiple="multiple"] {
	overflow-x: auto;
	overflow-y: auto;
}