
hr { 
    width: 100%; 
    height: 1px; 
   	margin-bottom: 5px; 
	margin-top: 5px; 
	background: #E88200;
}

.bootstrap-datetimepicker-widget table td.today {background-color: #E88200;}		heute

/* table row color */
.w2ui-grid .w2ui-grid-body .w2ui-grid-frecords table tr.swr, .w2ui-grid .w2ui-grid-body .w2ui-grid-records table tr.swr{
	background-color: #fff1d8;
}
.p4m-ressource-entry.p4m-ressource-Leitung{
	border-left-color: #9b1137;	
}
.p4m-ressource-entry.p4m-ressource-Mitarbeit{
	border-left-color: #ff6700;	
}
.p4m-ressource-entry.p4m-ressource-Urlaub{
	border-left-color: #52bf90;	
}
.p4m-ressource-entry.p4m-ressource-krank{
	border-left-color: #99b2d1;	
}
.widgetPageWrapper .infinitebox {
	padding-left: 0;
	padding-right: 0;
	border: 2px solid #00589A;
}
.widgetTitle {background-color: #00589A; color: #fff; padding: 4px;}
.videoContainer {     
    overflow: hidden;
	float: left;
	padding: 5px;
}
.videoLabel {
	color: white;
	font: bold 18px Arial, Sans-Serif;
	line-height: 18px;	
	background: rgba(0, 0, 0, 0.55);		
	padding: 2px;	
}
@media print {
  .visible-print  { display: inherit !important; }
  .hidden-print   { display: none !important; }
  .p4m-ressource-entry{
		border: 1px solid #000; 
		border-left: 0.7rem solid hsl(0, 0%, 100%);
  }
  .w2ui-grid{
  	  border: 1px solid #727272; 
  }
  .w2ui-col-header, div.w2ui-col-group{
  	  border: 1px solid #727272; 
  }
  .w2ui-grid, .w2ui-grid-fcolumns, .w2ui-grid-columns {
  	  border-top: 1px solid #727272; 
	  border-bottom: 1px solid #727272; 
  }
  .w2ui-grid .w2ui-grid-body table td {
	border: 1px solid #000;
  }
  
  
}

input.numbPosNeg:not([type="button"]):not([type="submit"]):not([value^="-"]), input.numbPosNegPOS:not([type="button"]):not([type="submit"]){
	color:green;
}

input.numbPosNeg:not([type="button"]):not([type="submit"])[value^="-"], input.numbPosNegNEG:not([type="button"]):not([type="submit"]){
	color:red;
}







/* https://medium.com/@bradley_nice/40-css3-button-examples-with-effects-animations-4b2072f78292