/*!
 * project4mobile
 * Copyright 2017-2025 rivera GmbH (http://www.riveragmbh.de) 
 */
body {
		padding-top: 70px;		
}
input.form-control:read-write, .ms-choice, .tokenfield {
	border-radius:0;	
	border: 1px solid #e0e0e0;
	background-image: linear-gradient(to top, #f9f9f9, #fff 33%);		
}
select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius:0;	
	border: 1px solid #e0e0e0;
	background: url("/public/images/select-backgrndarrow.png") no-repeat right top;
	margin-right: 7px;
}
select.form-control::-ms-expand {
    display: none; /* Remove default arrow in Internet Explorer 10 and 11 */
}
input.form-control:focus, select.form-control:focus{
	outline: none; -webkit-box-shadow: none; box-shadow: none; -moz-box-shadow: none; 		
	border: 1px solid #aeaeae;
}
.custom-switch {margin-right: 1.1em;}
.toast {	
	z-index:9999999;	
	background-color: #fff;	
}
.toast-header{background-color:#f9f9f9;}
.toast small ,.toast strong {
	float: left;
	display: block;	
}
a, .clickFuncLink {color: #4682B4;cursor: pointer;}	
a:hover, .clickFuncLink:hover {color: #505050;}
.p4mred {
		font-weight: bold;
		color: #E88200;
		font-family: Verdana;
		font-size: 90%;
}
.card-p4m, .card-p4m-form {
    border-color: #cfcfcf;
	margin-top: 6px;
	box-shadow: 0 15px 20px 0 rgba(0,0,0,.5); 
	-webkit-box-shadow: 0 15px 20px 0 rgba(0,0,0,.5); 
	-moz-box-shadow: 0 15px 20px 0 rgba(0,0,0,.5); 
	border-radius:6px;	
}
.card-p4m-form, .card-p4m-form .card-body .card-body {
	background-color: transparent;
}
.card-p4m-form .card-body .card-header {	
	background-color: #ededed;	
}
.card-header-p4m {	
    color: #FFF;
    background-color: #E88200;
    border-color: #E88200;
	padding: 0.3rem;	
	font-size: 1.3rem;	
}
.card-header-p4m i{	
	margin: 0 15px 0 7px;
}
.card-title {
	margin-bottom: .25rem;
}
.card-p4mImages {
	background-color: transparent;
	padding: 3px;
}
.card-p4mImages .card-title {
	font-size: 0.75rem;
}

.card-p4mImages .filemeta-fields .form-control, .card-p4mImages .filemeta-dsplfields .form-control{
	font-size: 0.75rem; padding: 0 0 0 2px; margin: 0; height: calc(1.3rem + 2px);
}
.card-p4mImages .filemeta-fields select, .card-p4mImages .filemeta-displfields select{
	padding: 0;
	background: url("/public/images/select-backgrndarrow_transp.png") no-repeat right center;
	background-color: #e9ecef;
}
#appFrmTab{
	margin-bottom: 15px;
}
.ui-widget-header {
    border: 1px solid #E88200;
    background: #C1335D;
    color: #FFF;
    font-weight: bold;
}
.container-fluid-bordered {	
	border: 1px solid #c3c3c3;
    border-top-color: #c3c3c3;
    border-right-color: #c3c3c3;
    border-bottom-color: #c3c3c3;
    border-left-color: #c3c3c3;
	padding-bottom: 1rem;
	border-radius: .25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;	
}

/* navigation */
.appVerlauf {
  background-color: #000; /* fallback color, place your own */
  /* Gradients for modern browsers, replace as you see fit */
  background-image: -moz-linear-gradient(center top , #000 0px, #606060 80%, #303030 100%);
  background-image: -ms-linear-gradient(top, #606060, #303030);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#606060), to(#303030));
  background-image: -webkit-linear-gradient(top, #606060, #303030);
  background-image: -o-linear-gradient(top, #606060, #303030);
  background-image: linear-gradient(top, #606060, #303030);
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  /* IE8-9 gradient filter */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#606060', endColorstr='#303030', GradientType=0);
}
/* multilevel dropdown */
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
.dropdown-submenu .dropdown-menu-left{
  left: auto;
  right: 100%;
}

a.dropdown-item:active{
	background-color: #E88200;
}
#userNewsCounter > b, #userMailsCounter > b {
    background-color: #d9534f;
	color: #fff;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 0.7rem;
	border-radius: .25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	cursor: pointer;	
}
#userNewsCounter > .infoCounterSilent, #userMailsCounter > .infoCounterSilent {
    background-color: #a5a5a5;
}
/* search page */
#searchForm{
	background:url("/public/images/logoCIsmall.png") no-repeat 10px center;
    background-color:#fff;
    padding:50px 50px 30px 150px;
    margin:0 0 60px 0;
    position:relative;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border: 1px solid rgba(0,0,0,.125); 
	box-shadow: 0 15px 40px 0 rgba(0,0,0,.5); 
	-webkit-box-shadow: 0 15px 40px 0 rgba(0,0,0,.5); 
	-moz-box-shadow: 0 15px 40px 0 rgba(0,0,0,.5); border-radius:6px;
}
#searchOption {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
    border-radius: 0;
    font-size: 0.9em;    
	margin-left: 5px;
	padding:.55em 1em .3em .7em;    
    background-image:url("/public/images/select-arrow-small.png");
    background-position: left;
    background-repeat: no-repeat;
}
#searchOption::-ms-value {background-color: #f5f5f5; color: #505050;} /* IE handling */
#searchOption::-ms-expand {display:none;}
.lt-ie10 #searchOption {background-image: none;}
#searchOption:focus, #searchOption:focus{outline: 0;} /* chrome */
#searchForm label{	
	font-weight: normal;
	font-size:12px;
	margin-left: 15px;
}
#searchForm input{	
	outline: none; -webkit-box-shadow: none; box-shadow: none; -moz-box-shadow: none;
}

#searchOptionLink label{	
	font-weight: normal;
	font-size:12px;
	margin-left: 25px;
}
#searchOptionLink select{	
	background-color: #fff;	
}
.searchResult{
	list-style: outside none none;
}
.searchResult li{
	display:block; 
	width: 100%; 
}
a.hrefObjects {
	width: 100%; 
}
.searchResult li .contObjects{
	display:block; 
	width: 80%;
}
.searchPicto{
	float: left;
	height: 30px;
}
.searchTitle{	
    float: left;
	height: 30px;
	font-size: 18px;
	font-weight: bold;	
	padding-left: 3px;
}
.searchText{
	float: left;
	width: 100%;
	font-size: 16px;	
}
.searchAuthor{
    float: left;
	width: 100%;
	font-size: 10px;
	padding-bottom: 25px;	
}
.searchResult .imgThumb{
	float: right;
	width: 200px;	
	position: relative;
	top: -30px;
	display: block;
}
/* dialogs */
.alertSUCCESS .ui-widget-header {
	background-color: #5CB85C;
	border-color: #4CAE4C;
	z-index:3000;
	
}
.alertINFO .ui-widget-header {
	background-color: #337AB7;
	border-color: #2E6DA4;
}
.alertWARNING .ui-widget-header {
	background-color: #F0AD4E;
	border-color: #EEA236;
}
.alertDANGER .ui-widget-header {
	background-color: #D9534F;
	border-color: #D43F3A;
}
.alertSUCCESS, .alertINFO, .alertWARNING, .alertDANGER, .alertDEFAULT {
	z-index:5000;
}
.ui-dialog-titlebar-close {
  background: url("/public/widgets/images/ui-icons_ffffff_256x240.png") repeat scroll -93px -128px rgba(0, 0, 0, 0);
  border: medium none;
}
.bootstrap-datetimepicker-widget {
	/* works without, because of overflowXXX below z-index: 99999   !important; */
}
.ui-dialog {
    overflow:visible !important;
}
.ui-dialog-content {
    overflow:visible !important;
}
div.modal-header{
	color: #FFF;
    background-color: #E88200;
}
#dialogModal .modal-footer {
	color: #fff;
}

.modal-title {    
    line-height: 0.7;
}
button.close {
	float: right;
}
/* buttons */
#custom-toolbar, .p4mbuttons  {
	color: #fff;
}
.dropdown-menu .fa-lg, .dropdown-menu .fa-fw {
	color: #303030;
}
#gooffline, #goonline {
	padding: .25rem 1.5rem;
}
#gooffline .fa-toggle-on{color: #E88200;}
#goonline .fa-toggle-on{color: green;}
#gooffline:hover, #goonline:hover{
	cursor: pointer;
}
.ui-dialog-buttonset > button {
	background-color: #9c9c9c;
	color: #fff;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	cursor: pointer;
}
.ui-dialog-buttonset > button:hover {
	color: #9c9c9c;
	background-color: #757575;
}
.btn-secondary {
	background-color: #9c9c9c;
}
#goonline {
	padding-right: 20px;    
}
.p4mbuttons {
	margin-bottom: 20px;
}
/* tables */
.p4m-view-container, .p4m-start-container{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.w2ui-grid .w2ui-grid-body .w2ui-col-group {
	font-weight: bold; text-align: left;
}
.w2ui-grid .w2ui-grid-body div.w2ui-col-header {
	font-weight: bold;
}
/* form tabs */
.nav-tabs .nav-link {
  border-radius: 0;
  border: none;
  border-bottom: 3px solid transparent;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-radius: 0;
  border: none;
  border-bottom: 3px solid #cfcfcf;
}
.nav-tabs .nav-link.active {
  border-radius: 0;
  background: none;
  color: #E88200;
  border-color: #E88200;
}
/* forms */
label {
    margin-bottom: 0;
    margin-top: .5rem;
}
.p4mform label{
    color: #505050;
	font-weight: normal;
}
label.link-label{
	color:#23527C; 
	cursor:pointer; 
	text-decoration: underline;
}
.p4mform .form-group{
	padding: 0 3px 0 3px;
}
.p4mform-compressed .form-group, .p4mform-compressed > label{
	padding: 0 3px 0 3px;
	margin: 0;
}

.selectmulti > .ms-choice {
	height: 34px;
}

.card-silver .card-header {
	border-bottom: transparent;
	background-color: #f9f9f9;
	color: #E88200;
	font-family: Verdana;
	font-size: 1.5rem;
}

input#fileupload{
	height:100%;
}
[type=radio],
[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	width: 1.3em;
	height: 1.3em;
	border: solid 1px #cccccc;
	margin-right: 0.25rem;    
	position: relative;
	caret-color : transparent;
	color: transparent;
	text-shadow: 0 0 0 transparent;
}
input[type="checkbox"]:checked::before{clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);}
input[type="radio"]:checked::before{background-color: #ffffff;border-radius: 100%;border: 0.3em solid #E88200;}

[type=radio]:checked::before,
[type=checkbox]:checked::before {
	content: "";
	width: 0.9em;
	height: 0.9em;
	background-color: #E88200;
	position: absolute;
	top: 2px;
	left: 2px;
}

.tokenfield .token .token-label {max-width: 10000px !important;}		
.token-input {width: 100%;}	
/* w2ui will set this */
.tokenfield input:not([type="button"]):not([type="submit"]) {
	border: 0;
	background: none;
}
.ui-autocomplete {
    padding: 6px 12px;
	font-size: 0.9em;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #000;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus
{
    background: #fff;
    border: 1px solid #E88200;
    font-size:1em;
	color: black;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(240,240,240,.075);
	box-shadow: inset 0 1px 1px rgba(240,240,240,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#linkContent { max-width:100%; overflow:hidden; box-shadow:0 0 5px #ccc; padding:10px; margin: 0 0 15px 0; border-radius:5px;}
/* autocomplete */
.p4m-tokenred {color: #E88200;}
.autocompleteLabel {padding-right: 3px; display: block;}
.autocompleteInfo {display: block; font-size: 0.8em; max-width: 690px;}
ul.ui-autocomplete {max-width: 720px;}
/* font awsome input icon workaround */
.fa.form-control-feedback {
    line-height: 34px; /* @input-height-base; */
}
.input-sm ~ .fa.form-control-feedback {
    line-height: 30px; /* @input-height-base; */
}
.input-lg ~ .fa.form-control-feedback {
    line-height: 46px; /* @input-height-base; */
}
/* sidebar, usersToDo, new Messages info */
#userNewshref, #userMailboxhref {margin-right: 15px;} 
#p4msidebar-ul, #usersToDo, #usersMemos {
    list-style: none;
    padding: 20px 0;
    position: relative;
}
#p4msidebar-ul > li > .p4msidebar-panel, #usersToDo > li > .p4msidebar-panel, #usersMemos > li > .p4msidebar-panel {
    margin: 0 4px 20px 4px;
    position: relative;
    width: 98%;
	float: left;
	clear: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;   
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.container.sidebar.sidebar-right {
	margin-right: unset; /* small device workaround, remove on problems */	
}

.glyphicon-chevron-right {
	background-image:url("/public/bootstrap/font-awesome/svgs/solid/angles-right.svg");
	background-repeat: no-repeat;
}
.glyphicon-chevron-left {
	background-image:url("/public/bootstrap/font-awesome/svgs/solid/angles-left.svg");
	 background-repeat: no-repeat;
}
.p4msidebar-panel {
	background-color:#f4f4f4;	
}
.p4msidebar-heading {
    margin-top: 0;
	padding-left: 3px;
    color: inherit;
	background-color:#fff;	
	font-weight: bold;
	font-size: 0.9em;
}
.p4msidebar-body {
	background-color:#fff;
	font-size: 0.9em;
}
.p4msidebar-body > p, .p4msidebar-body > ul {
    padding:3px;
    margin: 0;		
}
.p4msidebar-footer {
    padding:7px;    
}
.p4msidebar-footer .small {
	font-size: 0.8em;
}
.p4msidebar-footer > a {	
    cursor: pointer;
    text-decoration: none;	
}
/* start icons */
.p4m-starticons .text-center a{
	display: inline-block;
    width:14em;
    height: 14em;
    border: 3px solid #E88200;
	font-size: 1em;
	padding-top: 2em;
	margin-top: 2em;
	margin-bottom: 2em;
	-webkit-box-shadow: 4px 4px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 4px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 4px 4px 15px 0px rgba(0,0,0,0.75);
}
.p4m-starticons i, .p4m-starticons h3{
	color: black;
}
.p4m-starticons img{
	height: 1em;
	width: 1em;
}
.p4m-starticons .text-center a:hover {
	background: #f3f3f3;
	cursor: pointer; 
}
/* font awsome */
.p4msidebar-footer .fa-trash-alt, .p4msidebar-footer .fa-edit, .p4msidebar-footer .fa-external-link-alt{
	padding-right: 0; 
	padding-left: 2px; 
}
.p4msidebar-footer .fa-thumbs-o-up {
	padding-right: 2px;	
}
.p4msidebar-body .fa-calendar {
	padding-right: 2px;	
	color:#c5c5c5; 
}
.p4msidebar-body .fa-check, .p4msidebar-body .fa-check-square, .p4msidebar-body .fa-bell{
	margin-left: 3px;		
}	
.p4msidebar-footer .fa-eye, .p4msidebar-footer .fa-user {
	margin-left: 7px;	
	padding-right: 2px;	
}
/* Agenda */
#calendar {
	max-width: 900px;
	margin: 0 auto;
	clear: both;
}
.fc .fc-toolbar-title {
    font-size: 1.2em;
    margin: 0;
}

.fc-event.userAgenda, .fc-event.userAgenda > .fc-event-time, .fc-event.userAgenda > .fc-event-title {   
    border: 1px solid #ccc;
    background-color: #A6113C;
	color: #fff;
}
.fc-event.othersAgenda, .fc-event.othersAgenda > .fc-event-time, .fc-event.othersAgenda > .fc-event-title {   
    border: 1px solid #000;
    background-color: #ccc;   
	color: #000;
}
a.fc-more:hover {
	color: #505050;   
	text-decoration: none;	
}
a.fc-more {
	color: #E88200;  
	text-decoration: none;	
}
#loading-agenda {
	display: none; 
	position: absolute;
	top: 50px;
	right: 50%;
}
.agendaOther {
    float: left;
    border-radius: 4px;
	box-sizing: border-box;
	margin: 40px 2px 0 0;
	padding: 0 .6em;	
	cursor: pointer;	
	background-color: #ccc;
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
	border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);	
	border: 1px solid;
}
.agendaUser {
    float: left;
    border-radius: 4px;
	box-sizing: border-box;
	margin: 40px 2px 0 0;
	padding: 0 .6em;	
	cursor: pointer;	
	background-color: #A6113C;
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
	border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);		
	border: 1px solid;
}
.agendaOther label, .agendaUser label{
	font-size: 0.9em;
	font-weight: lighter;
	cursor: pointer;
	font-stretch: extra-expanded;
	color: #fff;
}
.agendaOther label{color: #000;}
.agendaOptions{
	max-width: 900px;
	margin: 5px auto;
	clear: both;	
}
/* scheduler */
td[p4m-scheduler-weekday='5'], td[p4m-scheduler-weekday='6'] {
	background-color: #ffeaea;
}
td[p4m-scheduler-holiday]:not([p4m-scheduler-holiday="all"]){
	background-color: #f9f9f9;
}
td[p4m-scheduler-holiday='all'] {
	background-color: #ededed;
}
td.mouseselected {
	background: #fffacc;
}
/* scheduler ressources */
.w2ui-grid-data{
	vertical-align: top;
}
.ressBox {
	overflow: hidden !important;
	width: auto !important;
	font-size: 12px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
	margin: 0 3px 6px 3px;
}
.ressBox:last-child {
	margin: 0 3px 18px 3px;	
}
.ressBox.ressBoxSmall {
	width: 245px !important;
	float: left;
}
.ressBox.ressBoxSearchFail{
	opacity: 0.3
}	
.ressBox.ressBoxSearchOK{
	border: 2px;
}		
.p4mTeam b{
	width: 100% !important;
	float: left;
}

.w2ui-grid .w2ui-grid-body table td.w2ui-grid-data div.p4mTeam > div  {
	padding: 3px 5px;
	margin-left: 1px;
	margin-right: 1px;
}
div.p4mTeam {
	border: 1px solid gray;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	background-color: #dbdbdb;
	margin-bottom: 12px;
}
.btnteam .fa-solid {
	background-color: #888888;
	color: #e7e7e7;
	padding:3px;
	margin-right: 5px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.teamtextbtn {
	color: #e7e7e7;
	background-color: #888888;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	display: inline-block;
	line-height: 1;
	text-rendering: auto;
	padding:3px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	margin-right: 5px;
}

.p4mTeam .btnteam  { float:right;}
span.ressStart {
	width: 37px;
	display: block;
	float: left;
}
span.ressEnd {
	width: 37px;
	display: block;
	float: right;
}
span.ressBody {
	display: block;
	width: auto;
	float: left;
}
span.ressconflict {
	color: #E88200;
	xclear: left;
    float: left;
	padding-top: 4px;
	padding-bottom: 4px;
}
span.ressconflict > span{
	margin-right: 4px;
}
div.ressSkills {	
	width: 100%;
	float: left;
	margin-top: 2px;
	min-height: 18px;
}
div.ressSkills i {
	font-size: 18px;
}
span.skillTyp {
	margin-right: 3px;
}
span.skillIcon {
	margin-right: 3px;
}
span.skillIcon:hover {
	cursor: help;
}
.highlight-drop-target {		
	background-color: rgba(84,97,109, 0.3);
	transition: background-color 0.2s ease;
	background-image: url('/public/images/dropzone.png'); 
	// background-image: repeating-linear-gradient(45deg, #E88200, #E88200 10px, transparent 10px, transparent 25px);
	opacity: 0.5;
}
.highlight-drop-target > .p4mTeam {		
	border: 3px solid black;
}
.highlight-drop-target > .p4mTeam b {	
	font-size: 2em;	
	font-weight: bold;
}

/* signature */
.p4m-signature-pad{	
	margin:0;	
	border: 2px dotted #9c9c9c;
	background-color:#f9f9f9;
	color:darkblue;
}
/* mails */
ul.imapMailList{
	list-style: none;
	padding: 0 0 0 1em;
}
.imapMailList .date {color: #E88200;}
.imapMailList .from {color: #888888;}
.imapMailList .from {padding-left: 1em;}
.imapMailList .subject:before { content: 'hiddentext'; font-size:0; display:block; line-height:0; }
.imapMailList .attachment {padding-left: 5px; color: #888888;}
.imapMailList li {margin-bottom: 10px; border-bottom: 1px solid #E88200;}

.modal-dialog .mailSubject {font-weight: bold; font-size: 1.2em; margin-bottom: 0;}
.modal-dialog .mailFrom {font-weight: bold; color: #E88200; margin-bottom: 0;}
.modal-dialog .mailBody {border-top: 1px solid gray; padding-top: 30px; margin-bottom: 0;}
.modal-dialog .mailDate {font-weight: normal; font-size: 0.8em; margin-bottom: 0;}
.modal-dialog .mailFiles {font-weight: normal; font-size: 0.8em; margin-bottom: 0;}

.note-toolbar {background-color: #f3f3f3; border-bottom: 1px solid #a9a9a9;}
/* hide standard export buttons and replace by own */
#appDataTable caption.top {height: 1px;}
button.button-default.xls, button.button-default.xlsx, button.button-default.csv, button.button-default.txt {visibility: hidden;}
/* dashboard */
.p4m-start-body{
	background-color: #ededed;
}
.widgetPageWrapper {
  width: 100%;
  max-width: none;
  position: relative;
  left: 0;  
  padding-top: 0;
  z-index: 0;
  box-sizing: border-box;
}
.widgetPageWrapper .column {
  float: left;
  display: inherit;  
}
.widgetPageWrapper .infinitebox {
  box-sizing: border-box;
  margin: 0 10px 15px 10px;
  padding: 0 1rem;  
  border: 1px solid #a9a9a9;  
  background-color: #fff;
  -moz-box-shadow: 6px 6px 12px #888; -webkit-box-shadow: 6px 6px 12px #888; box-shadow:6px 6px 12px #888;
}
.widgetCols1 {width: 100%;}
.widgetCols2 {width: 50%;}
.widgetCols3 {width: 33%;}
.widgetCols4 {width: 25%;}
.widgetCols5 {width: 20%;}
.widgetTitle {text-decoration: none; font-size: 1rem; font-weight: bold; text-transform: uppercase;}
.widgetTypeurl, .widgetTypehtml {display: block; overflow: auto;}
.widgetTypeurl img {width: 100%; padding-bottom: 15px;}
.widgetContenthtml {padding-left: 15px;}
.widgetTypecharts canvas {padding: 0 0 15px 15px;}
 .p4m-start-container {
	padding: 0;		
}
/* login & in process */
.p4m-loader-animation {
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
	z-index:3000;
}
.p4m-square-spinner {
	position:absolute; 
    left:0; right:0;
    top:0; bottom:0;
    margin:auto;
	padding-left: 40px;
	padding-top: 30px;
	max-width:100%;
    max-height:100%;
	min-width:200px;
	min-height:200px;
    overflow:auto;
	z-index:3001;
}
.p4m-square-spinner, .p4m-square-spinner * {
	box-sizing: border-box;
}
.p4m-square-spinner {
	height: 135px;
	width: 135px;
	top: calc( -10px * 2 / 3);
}
.p4m-square-spinner .square {
	height: 40px;
	width: 40px;
	top: calc( -10px * 2 / 3);
	margin-right: calc(10px / 3);
	margin-top: calc(10px / 3);
	background: #E88200;
	float: left;
	position:relative;
	opacity: 0;
	animation: p4m-square-spinner 4s infinite;
}
.p4m-square-spinner .square:nth-child(1) {
	animation-delay: calc(200ms * 6);
	background:url("/public/icons/favicon-128x128.png") no-repeat 0 0;
}
.p4m-square-spinner .square:nth-child(2) {
	animation-delay: calc(200ms * 7);
	background:url("/public/icons/favicon-128x128.png") no-repeat -43px 0;
}
.p4m-square-spinner .square:nth-child(3) {
	animation-delay: calc(200ms * 8);
	background:url("/public/icons/favicon-128x128.png") no-repeat -86px 0;
}
.p4m-square-spinner .square:nth-child(4) {
	animation-delay: calc(200ms * 3);
	background:url("/public/icons/favicon-128x128.png") no-repeat 0 -43px;
}
.p4m-square-spinner .square:nth-child(5) {
	animation-delay: calc(200ms * 4);
	background:url("/public/icons/favicon-128x128.png") no-repeat -43px -43px;
}
.p4m-square-spinner .square:nth-child(6) {
	animation-delay: calc(200ms * 5);
	background:url("/public/icons/favicon-128x128.png") no-repeat -86px -43px;
}
.p4m-square-spinner .square:nth-child(7) {
	animation-delay: calc(200ms * 0);
	background:url("/public/icons/favicon-128x128.png") no-repeat 0 -86px;
}
.p4m-square-spinner .square:nth-child(8) {
	animation-delay: calc(200ms * 1);
	background:url("/public/icons/favicon-128x128.png") no-repeat -43px -86px;
}
.p4m-square-spinner .square:nth-child(9) {
	animation-delay: calc(200ms * 2);
	background:url("/public/icons/favicon-128x128.png") no-repeat -86px -86px;
}
.p4m-square-spinner .clear{
	clear: both;
}
@keyframes p4m-square-spinner {
	0% {opacity: 0;}
    5% {opacity: 1; top: 0;}
    50.9% {opacity: 1; top: 0;}
    55.9% {opacity: 0; top: inherit;}
}
.check-login{width:100%; height:100%; background:#f5f5f5; position:absolute; top:100%; left:0; text-align:center; visibility:hidden; transition:all 1s;}
.check-login.in{visibility:visible; top:0;}
.card-silver {margin-top: 25px;	border-radius:8px; background:#f9f9f9; }
.card-silver .card-body h1 {width:80%; margin:30px 0 10px 30px; color: #E88200; font-family: Verdana;}
.login-form {width:80%;	margin:0 30px 30px 30px; border: 1px solid rgba(0,0,0,.125); box-shadow: 0 15px 60px 0 rgba(0,0,0,.5); -webkit-box-shadow: 0 15px 60px 0 rgba(0,0,0,.5); -moz-box-shadow: 0 15px 60px 0 rgba(0,0,0,.5); border-radius:6px; padding: 30px 50px 80px 50px; position:relative; overflow:hidden; background-color: #fff;}
.input-login{position:relative; height:50px; margin:35px 0; transition:all 300ms;}
.input-login input:read-write {width:100%; background: none !important; background-color: #fff; height:auto; padding:14px 20px 14px 50px; background-image: none; border-radius: 0; border: 0; border-bottom: 1px solid #000; color:#606060; outline:0; overflow:hidden; position:absolute; bottom:0; left:0; transition:all 300ms;}
.input-login input:focus {background-color: #fff; border: 0; border-bottom: 1px solid #E88200; outline: none; -webkit-box-shadow: none; box-shadow: none; -moz-box-shadow: none;}
.input-login input:invalid {box-shadow:none;}
.input-login i{position:absolute; bottom:28px; left:15px; color:#BBBBBB; height:0; font-size:1.3em; transition:height 250ms;}
.input-login input:focus + i {color: #E88200;}
.input-login label{width:100%; border: 0; position:absolute; left:4px; color:#000; transition:all 300ms; font-size:12px; margin-top:-12px; opacity:0.5;}
.input-login input:focus + i + label {opacity:1;}
button.login-button {min-height:40px; width:100%; margin-top: 50px; padding:10px; display:block; background:#E88200; color:#FFF; border:none; outline:0; cursor:pointer; font-weight: 500; font-size: 1.2em;}
button.login-button:hover {background-color: #7c7c7c !important; color: #fff !important; border-color: #7c7c7c !important; box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12); -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12); -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);}
/* print */
.dsplOpac {opacity: 0.1;}
.dsplScheduleMax {color: red;}
.dsplScheduleMin {color: blue;}
/* thumbnail */
.p4m-thumbnail {padding: 5px;}
/* maps markers popup */
.maps-popup {
	position: absolute;
	background-color: white;
	-webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
	filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #cccccc;
	bottom: 12px;
	left: -50px;
	min-width: 350px;
}
.maps-popup:after, .maps-popup:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.maps-popup:after {
	border-top-color: white;
	border-width: 10px;
	left: 48px;
	margin-left: -10px;
}
.maps-popup:before {
	border-top-color: #cccccc;
	border-width: 11px;
	left: 48px;
	margin-left: -11px;
}
.maps-popup-closer {
	text-decoration: none;
	position: absolute;
	top: 2px;
	right: 8px;
}
.maps-popup-closer:after {
	content: "✖";
}
.maps-popup-info {
	float: left;
	width: 100%
}
.maps-popup-author{
	float: left;
	width: 100%;
	font-size: 10px;
}
.cursor-info{
	cursor: url("/public/icons/cursor_info.png") 5 0, auto;
}
@media print{   
	.navbar, .card-heading, .fixed-table-toolbar, .fixed-table-pagination, .filter-control, .card-header-p4m, .no-Print {
		display: none !important;
		visibility: hidden !important;
	}	
	.container {display: none;}
	body {
		font: 10pt Corbel, Lucida Grande, Lucida Sans Unicode, Arial, serif;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		min-height: 0;	
	}	
	.card-body {
		padding: 2px;
	}		
	.card-p4m, .card-p4m-form, .fixed-table-container {
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}		
	.fa-lg {
		font-size: 0.9em;		
	}		
	#toolbar, .w2ui-grid-toolbar, .w2ui-grid-footer{
		display: none;
	}	
	@page {
		size:  auto;   /* auto is the initial value size: A4 landscape; !!! mostly no affect, resize printarea as needed */
		margin: 0mm;  /* this affects the margin in the printer settings */
	}	
	html {
		background-color: #FFFFFF; 
		margin: 10px 0 0 0;  /* this affects the margin on the html before sending to printer */
    }	
	body.modal-open * {
		visibility:hidden;	
	}
	#printSection, #printSection * {
		visibility:visible;	
	}
	#printSection {
		position:absolute;
		left:0;
		top:0;
		width: 100%;		
		height: auto;
		margin: 0;
		padding: 0;				
	}		
	#printSection .col-md-1 {width: 8%; margin: 0; float: left;}		
	#printSection .col-md-2 {width: 16%; margin: 0; float: left;}		
	#printSection .col-md-4 {width: 33%; margin: 0; float: left;}		
	#printSection .col-md-6 {width: 50%; margin: 0; float: left;}		
	#printSection .col-md-12 {width: 100%; margin: 0; float: left;}			
	/* ie hack */
	.modal-content {
		display: inline\0; /* not a typo */
	}
	/* firefox hack */
	@-moz-document url-prefix() {
		.modal-content {
			display: inline;
		}
	}
	/* edge hack */
	@supports (-ms-ime-align:auto) {
		.modal-content {
			display: inline;
		}
	}
	/* display: flex causes print problems in most browsers */
	.form-row, .row {
		display: inline;
	}	
} 

/* Small devices (small phones) */
@media only screen and (max-width: 575px) {
	#printSection {display: none;} 
	label {font-size: 0.9em; padding: 0;}
	input.form-control, .ms-choice, .tokenfield, .input-group-text {font-size: 0.9em; padding-top: 0; padding-bottom: 0; height: 1.7em;}
	select.form-control {font-size: 0.9em; padding-top: 0; padding-bottom: 0; height: 1.7em;}
	.card-header-p4m {padding: 0.1rem;	font-size: 1rem;}
	.p4m-imageflex {max-width: 30%;height: auto;}
}

/* Medium devices (phones) */
@media only screen and (max-width: 767px) {
	#printSection {display: none;} 
	label {font-size: 0.9em; padding: 0;}
	input.form-control, .ms-choice, .tokenfield, .input-group-text {font-size: 0.9em; padding-top: 0; padding-bottom: 0; height: 1.7em;}
	select.form-control {font-size: 0.9em; padding-top: 0; padding-bottom: 0; height: 1.7em;}
	.card-header-p4m {padding: 0.1rem;	font-size: 1rem;}	
	.p4m-imageflex {max-width: 50%;height: auto;}
}

/* Medium devices (tablets) */
@media only screen and (max-width: 991px) {
	#printSection {display: none;} 
	.p4m-imageflex {max-width: 70%;height: auto;}
}

/* Medium devices (desktops) */
@media only screen and (max-width: 1999px) {
	#printSection {display: none;} 
	.p4m-imageflex {max-width: 90%;height: auto;}
}

/* Extra large devices (large desktops) */
@media only screen and (min-width: 1200px) {
	#printSection {display: none;} 
}

