/* @group PHP variables */
/* overrule browser action of outlining active form fiels */
input:focus, select:focus, textarea:focus, button:focus {
	outline: none;
}
/* @group Colors */
.dark { 			/* header and footer and small font */
	color:#3D4D6E;
}
.middle_dark { 		/* Menu bar and dark buttons and bold fonts? */
	color:#526995;
}
.middle {				/* lighter buttons */
	color:#9eafc1;
}
.middel_light  { 		/* breadcrumb bar */
	color:#CBD5E1;
}
.light { 				/* menu bars */
	color:#e8e8e8;
}
.extra_light {			/* even records */
	color:#f4f4f4; 
}
.background { 			/* background color */
	color:#FAFAFA;
}
.accent_dark {
	color:#fe6600;
}
.accent_light {
	color:#ffb497;
}
/* @end */
/* @group Size values in pixels */
.SIZE-30 {
	width: 30px;
}
.SIZE-40 {
	width: 40px;
}
.SIZE-50 {
	width: 50px;
}
.SIZE-60 {
	width: 60px;
}
.SIZE-70 {
	width: 70px;
}
.SIZE-80 {
	width: 80px;
}
.SIZE-90 {
	width: 90px;
}
.SIZE-100 {
	width: 100px;
}
/* @end */
/* @group Font faces */
@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); 
}
@font-face {
	font-family: 'FontAwesome-Solid';
	font-style: normal;
	font-weight: 900;
	src: url("../webfonts/fa-solid-900.eot");
	src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
 }
@font-face {
  font-family: 'MontserratRegular';
  font-weight: normal;
  src: url('../webfonts/montserrat_regular.ttf')  format('truetype'); 
}
@font-face {
  font-family: 'watch-icons';
  src:  url('../webfonts/pma-icons.eot?3kus2b');
  src:  url('../webfonts/pma-icons.eot?3kus2b#iefix') format('embedded-opentype'),
    url('../webfonts/pma-icons.ttf?3kus2b') format('truetype'),
    url('../webfonts/pma-icons.woff?3kus2b') format('woff'),
    url('../webfonts/pma-icons.svg?3kus2b#pma-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'watch-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size:12px;
  margin: 0px;
  padding: 0px 0px 0px 0px;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-start:before {
  content: "\e900";
}
.icon-in-progress:before {
  content: "\e901";
}
.icon-closed:before {
  content: "\e902";
}
/* @end *//* @group Header section */
#header {
	overflow: hidden;
	background-color: #3D4D6E;
	height: 67px;
}
#watch-logo {
	position: absolute;
	float: left;
	padding: 8px 10px 10px 5px;
	overflow: visible;
	height: 65px;
	z-index:1;
}
#module-icons {
	padding-left: 320px;
}
.module_active, .module_not_active {
	float: left;
	height: 50px;
	width: 40px;
	padding: 10px;
}
.module_active {
	background-color: transparent;
}
.module_not_active {
	background-color: transparent;	
}
.module_not_active img {
	opacity: 0.6;
	height: 43px;
	width: 43px;
	padding: 2px;
}
.module_not_active img:hover {
	opacity: 1;
	height: 47px;
	width: 47px;
	padding: 0px;
}
#menu_bar {	
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #526995;
	height: 30px;
}
#breadcrumb_bar {	
	box-sizing: border-box;
	height: 32px;
	background-color: #CBD5E1;
	font-size: 11px;
}
ul{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.pathway_date {
	padding: 8px 4px 5px 12px;
}
.pathway_path {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.logout {
	color: white;
	font-size: 11px;
	margin: 0px 10px 0px 0px;
}
.logout:visited {
	color: white;
}
.logout:hover {
	color: #fe6600;
}
#switch_filter  {
	background-color: #CBD5E1;
	padding-left: 2px;
	margin-left: 5px;
}
/*Arrow style breadcrumbs*/
.breadcrumb { 
  list-style: none; 
  overflow: hidden; 
  height: 32px;
}
.breadcrumb li { 
  float: left; 
  height: 32px;
}
.breadcrumb li a {
  color: white;
  text-decoration: none; 
  padding: 8px 0px 11px 45px;
  background: #CBD5E1; 
  position: relative; 
  display: block;
  float: left;
}
.breadcrumb li a::after { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid #CBD5E1;
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  left: 100%;
  z-index: 2; 
}
.breadcrumb li a::before { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent;       
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  margin-left: 1px;
  left: 100%;
  z-index: 1; 
}
.breadcrumb li:first-child a {
  padding-left: 10px;
  color: inherit;
}
.breadcrumb li:nth-child(2) a       { background:        hsla(213, 27%, 75%, 1); }
.breadcrumb li:nth-child(2) a:after { border-left-color: hsla(213, 27%, 75%, 1); }
.breadcrumb li:nth-child(3) a       { background:        hsla(213, 27%, 60%, 1); }
.breadcrumb li:nth-child(3) a:after { border-left-color: hsla(213, 27%, 60%, 1); }
.breadcrumb li:nth-child(4) a       { background:        hsla(213, 27%, 45%, 1); }
.breadcrumb li:nth-child(4) a:after { border-left-color: hsla(213, 27%, 45%, 1); }
.breadcrumb li:nth-child(5) a       { background:        hsla(213, 27%, 30%, 1); }
.breadcrumb li:nth-child(5) a:after { border-left-color: hsla(213, 27%, 30%, 1); }
.breadcrumb li:last-child a {
  cursor: default;
  padding-right: 10px;
}
.breadcrumb li:last-child a::after { 
  border: 0; 
}
.breadcrumb li a:hover { 
  background: hsl(213, 27%, 84%); 
}
.breadcrumb li a:hover:after { 
  border-left-color: hsl(213, 27%, 84%); !important; 
}
html, body {
  height: 100%;
}
#flex-body {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.flex-content {
  flex: 1 0 auto;
}
.flex-footer {
  flex-shrink: 0;
  padding: 10px;
  background-color: #3D4D6E;
  min-height: 40px;
  color: white;
}
.FOOTERCONTENT {
	padding: 0px 5px 10px 5px;
}
.FOOTERCONTENT table {
   width: 100%;
}
.FOOTERCONTENT th {
	color: white;
	white-space: normal;
}
.FOOTERCONTENT td {
	color: white;
	white-space: normal;
}
.FOOTERCONTENT p {
    display: block;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.FOOTERCONTENT .COLUMN_NAME {
	font-weight:bold;
	vertical-align:top;
}
.FOOTERCONTENT .COLUMN_DESCRIPTION {
	padding-bottom:8px;
}
/* @end */
/* @group Layout DIV's */
.div_outer {
	float: left;
}
.div_outer_timesheet, div_outer_admin, div_outer_settings {
 float:none; 
}
.div_inner, 
.div_inner_flat,
.div_inner_block, 
.div_inner_right, 
.div_inner_inner, 
.div_inner_report, 
.div_inner_pagination, 
.div_inner_hide,
.div_inner_message,
.div_inner_warning,
.div_inner_success {	
	width: auto;
	padding: 5px 5px 5px 5px;
	margin : 8px 8px 8px 8px;
	border: 1px solid transparent;
	border-top: 1px solid #9eafc1;
	border-bottom: 1px solid #9eafc1;
	background-color: transparent;
}
.div_inner_flat {
	border:none;	
}
.div_inner_block {
	display:block;
	border:none;
	padding: 0px;
	margin : 30px 8px 8px 30px;
	background-color: #f4f4f4;
}
.div_inner_block .title_bar {
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	background-color:#CBD5E1;
	font-weight: bold;
}
.div_inner_block .content {
	padding: 10px 10px 10px 10px; 
}
.div_outer_settings .div_inner {
		border:none;
		width: auto;
}
.div_outer_settings h4 {
		font-size: 11px;
		border:none;
		height: 30px;
		line-height: 30px;
		background-color: #CBD5E1;
		padding: 0px 0px 0px 10px;
}
.div_inner_message {
	display:block;
	border:1px solid #e8e8e8;
	background-color:#f4f4f4;
}
.div_inner_success {
	display:block;
	border:1px solid #8ae800;
	background-color:#f1ffcc;
}
.div_inner_warning {
	display:block;
	border:1px solid #fe6600;
	background-color:#ffb497;
}
.div_inner_hide {
	display:block;
	border:none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background-color: #f4f4f4;
	box-shadow: 3px 3px 3px #d8d8d8;
}
.div_inner_hide .title_bar {
	box-sizing: border-box;
	height: 24px;
	margin: 0px;
	background-color:#CBD5E1;
	padding: 2px 2px 2px 6px;
	font-weight: bold;
}
.div_inner_hide .title_bar .title {
	display: inline-block;
	line-height:20px;
	font-weight: bold;
}
.div_inner_hide .content {
	padding: 3px 6px 3px 6px; 
}
.title_block {
	box-sizing: border-box;
	height: 24px;
	line-height:24px;
	background-color:#e8e8e8;
	margin: 10px 0px 10px 0px;
	padding-left:6px; 
	text-transform: uppercase;
	font-weight: bold;
}	
.div_inner_left {	
	width: auto;	
	display:block;
	padding: 0px 20px 0px 0px;
	margin: 0px;
	border: none;
}
.div_inner_right {	
	display:block;
}
.div_admin_right {
	margin-top: 8px;
	margin-left: 8px;
}
.div_delete_info {
	white-space:normal;
}
.div_delete_info  h1 {
	font-size: 18px;
	font-weight:normal;
}
.div_delete_info  h2 {
	font-size: 14px;
	font-weight:bold;
}
.div_delete_info  h3 {
	font-size: 12px;
	font-weight:bold;
}
.div_delete_info .div_inner_warning {
	margin:15px 2px 10px 0px;
}
.project-icon:before {
	font-family: 'FontAwesome-Solid';
	font-size: 12px;
	margin-right:8px;
	content: "\f111";
}
.projectelement-icon:before {
	font-family: 'FontAwesome-Solid';
	font-size: 12px;
	margin-right:8px;
	content: "\f042";
}
.resource-icon:before {
	font-family: 'FontAwesome-Solid';
	font-size: 12px;
	margin-right:8px;
	content: "\f2bd";
}
.employee-icon:before {
	font-family: 'FontAwesome-Solid';
	font-size: 12px;
	margin-right:8px;
	content: "\f007";
}
.contactperson-icon:before {
	font-family: 'FontAwesome-Solid';
	font-size: 14px;
	margin-right:8px;
	content: "\f2bb";
}
.indent-0 {
	font-weight:bolder;
	color:#fe6600;
	margin-bottom: 4px;
}
.indent-1 {
	margin-left:20px; 
	margin-bottom: 2px;
}
.indent-2 {
	margin-left:40px;
	margin-bottom: 2px; 
}
.indent-3 {
	margin-left:60px; 
	margin-bottom: 2px;
}
.div_inner_transparant{
	width: auto;
	margin : 0px 0px 0px 0px;
}
.div_inner_bar {
	overflow: visible;
	line-height:30px;
	margin-top: 30px;
	padding-left: 10px;
	background-color: #e8e8e8;
}
.div_inner_pagination {	
	padding-left: 20px;
	margin-bottom: 0px;
}
.div_inner_bar_small {
	height: 26px;
	margin: 15px 0px 15px 0px;
	padding-left: 10px;
}
.div_inner_bar_first_block {
	min-height: 30px;
	float: left; 
	padding-right: 20px; 
}
.div_inner_bar span.TITLE{
	float: left; 
	line-height:30px;
	margin-right:4px;
}
.div_inner_bar span.arrow{
	float: left;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	padding:0 10px;
	margin:0px 20px 0px -10px;
	background-color:#cbd5e1;
	position:relative;
	display:inline-block;
	font-weight: bold;
	min-width:94px;
	text-transform:capitalize;
}
.div_inner_bar span.arrow:after,
.div_inner_bar span.arrow:before{
    position:absolute;
    content:" ";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 15px 0px 15px 10px;
}
.div_inner_bar span.arrow:after {
	right:-10px;
	border-color: transparent transparent transparent #cbd5e1;	
}
.div_inner_bar span.arrow:before {
	margin-top:-4.5px;
	right:-13px;
	border-color: transparent transparent transparent #f4f4f4;	
	border-width: 19.5px 0px 19.5px 13px;
}
.div_inner_bar .linkleft {
			display: inline-block;
			float: left;
			border-radius: 2px 0px 0px 2px;
			margin-right: 0px;
			margin-top: 4px;
			border-right: 0px solid black;
		}
.div_inner_bar	.linkright {
			display: inline-block;
			float: left;
			border-radius: 0px 2px 2px 0px;	
			margin-left: 0px;
			margin-top: 4px;
			border-left: 0px solid black;
		}
.div_inner_bar span.combobox{
	float: left; 
	margin-top:3px;
}
.div_inner_bar_next_block {
 	float: left;
 	height:30px;
 	padding-left:20px;
 	padding-right:20px;
 	line-height:30px;
 	border-left: 3px solid #f4f4f4;
}
.div_inner_bar_next_block td {
	padding: 0px 0px 0px 0px;
}
.status-button {
	display:inline-block;
	margin: 0px 2px 0px 2px;
	width: 30px;
}
.div_inner_bar_right_block {
	height:30px;
	float: right; 
	padding-right: 10px;
}
.div_inner_bar_first_block div, .div_inner_bar_next_block div  {
	float: left;
}
.div_inner_report_filter {
	display: block;
	background-color: #f4f4f4;
	border:none;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	box-shadow: 0px 5px 5px #d8d8d8;
}
.div_inner_report_filter .div_inner_hide {
	margin:15px 0px 0px 0px;
	box-shadow: 0px 0px 0px #d8d8d8;
}
.div_inner_report_filter .div_inner_bar {
	margin-top:10px;	
	margin-bottom:10px;
}
.div_inner_report_main {
	display: block;
	background-color: transparent;
	padding: 10px 2px 10px 0px;
	border:none;
}
.div_inner_report_main #block_settings {
	position:absolute;
	width:auto;
	height: auto;
	right:0px;
	background-color:white;
	z-index: 1;
	box-shadow: -5px 5px 5px #d8d8d8;
	margin: -10px 0px 0px 0px;
}
#block_settings td {
	 height: 30px;
	 padding: 0px 12px 0px 12px;;
}
#block_settings table {
	 padding: 8px 8px 12px 8px;;
}
.div_inner_report {
	float:left;
	display: block;
	border:none;
	margin: 8px 8px 8px 10px;
	padding: 0px;
}
.extra {
	display: block;
	overflow: hidden;
	float:left;
	position: relative;
	width: 220px;
	height: 220px;
	margin: 10px 10px 10px 10px;
	background-color: #f4f4f4;
}
.extra .title_bar {
	box-sizing: border-box;
	height: 26px;
	margin: 0px;
	background-color:#CBD5E1;
	padding: 2px 2px 2px 6px;
	font-weight: bold;
}
.extra .more_bar {
	display: inline-block;    
	vertical-align: bottom; 
	right: 0;
	bottom: 0;
 	position: absolute;
	height: 16px;
	margin: 0px;
	padding: 0px;
	background-color:#e8e8e8;
	width:100%; 
	text-align: center;
}
.extra .title_bar .title {
	display: inline-block;
	line-height:20px;
	font-weight: bold;
}
.extra .content {
	font-size:12px;
	background-color: #f4f4f4;
	padding: 6px 6px 6px 6px; 
}
.extra ul { 
	margin: 10px 0px 0px 18px;
}
.extra li { 
	list-style: none;
	padding:0px 0px 10px 0px;
}
.extra li a { 
	text-decoration:none;
}
.extra li:before {    
	font-family: 'FontAwesome';
	content: '\f0c1';
	margin: 0px 8px 0px -15px;
	font-size:14px;
	color: #fe6600;
}
.div_inner_inner {	
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F8FFD9), to(#E5E5E5));
	background: -webkit-linear-gradient(#F8FFD9, #E5E5E5);
	background: -moz-linear-gradient(#F8FFD9, #EBFF8C);
	background: -ms-linear-gradient(#F8FFD9, #EBFF8C);
	background: -o-linear-gradient(#F8FFD9, #EBFF8C);
	background: linear-gradient(#F8FFD9, #EBFF8C);
	-pie-background: linear-gradient(#F8FFD9, #EBFF8C);
}
/* @end */
/* @group Default HTML element styles */
body {	
	margin: 0px 0px 0px 0px;
	color: #3A4F6C;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FAFAFA;
}
.fontcolor {
		color: #3A4F6C;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 2px 2px 4px 2px;
	color:#526995;	
	text-transform: uppercase;
}
a {
	color: inherit;
	text-decoration: underline;
	text-decoration-color: #9eafc1;
} 
#attribute_filter_block .tooltip, 
/*.div_admin_right .tooltip, */
.kmk-desc .tooltip {
   text-decoration: none;	
   white-space: normal;
}
#attribute_filter_block a.tooltip:after, 
/*.div_admin_right a.tooltip:after, */
.kmk-desc .tooltip:after {
	float:right;
	content: "\f129";
	font-family: 'FontAwesome-Solid';
	margin-left: 9px;
	font-size: 10px;
	color: #9eafc1;
	margin-top:1px;
}
a:hover {
	color: #fe6600;
	text-decoration: none;
} 
a:active {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a.details {
	text-decoration: none;
	font-weight: bold;
}
a.details:hover {
	color: #fe6600;
	text-decoration: underline;
}
a.details:after {
	content: "\f101";
	font-family: 'FontAwesome-Solid';
	color: #fe6600;
	text-decoration: none;
	margin-left:5px;
}
img {
	border: 0px;
}
input, textarea, select {
	box-sizing: border-box;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color : #FFFFFF;
	font-size : 11px;
	border: 1px solid #CBCBCB;
	border-radius: 3px;
	margin: 1px 0px 1px 0px;
	white-space: pre-wrap;
	color: #3A4F6C;
}
input:disabled, textarea:disabled, select:disabled, input:read-only, textarea:read-only {
	background-color: #EFEFEF;
}
.select-read-only {
    pointer-events:none;
    background-color: #EFEFEF;
}
input, select {
	height: 22px;
}
select[multiple] {
    height: auto;
}
i {
	vertical-align:middle;
}
select option { 
	padding: 4px;
}
input[type="radio"] {
	margin: 2px 2px 0px 0px;	
	background: transparent;
	border: none;
	height: 16px;
	vertical-align:bottom;
}
input[type="checkbox"] {
	margin: 1px 2px 1px 2px;	
	background: transparent;
	border: none;
	cursor: pointer;
	vertical-align: middle;
}
input[type="file"] {
	margin: 0px 2px 0px 2px;	
	background: transparent;
	border: none;
}
input[type="number"] {
	padding-right: 4px;
	text-align: right;
	-moz-appearance: textfield;
}
input[type="button"],
input[type="submit"], 
button, 
.button_middle {
	white-space: nowrap;
	height: 22px;
	background-color: #526995;
	border-radius: 2px;
	display:inline-block;
	color:white;
	border:1px solid #526995;
	font-size:11px;
	font-weight:bolder;
	padding: 1px 9px 2px 9px;
	margin: 0px 5px 0px 5px;
	cursor: pointer;
}
.div_inner_bar input[type="button"],
.div_inner_bar input[type="submit"],
.div_inner_bar .button_middle {
	height: 30px;
	min-width: 30px;
	padding: 0px 9px 0px 9px;
	margin: 0px 4px 0px 4px;
}
.div_inner_bar .button_middle {
	border-radius: 0px;
	margin: 0px 0px 0px 0px;
	background-color: #9eafc1;
	border:0px solid #9eafc1;
	float: left;
	text-decoration:none;
}
.div_inner_bar_button, .div_inner_bar_icon_button {
	box-sizing: border-box;
	height: 30px;
	min-width: 30px;
	padding: 0px 9px 0px 9px;
	margin: 0px 4px 0px 4px;
}
.div_inner_bar_icon_button {
 padding: 0px 0px 0px 0px;
}
.call_to_action {
	border:1px solid #fe6600;
	background-color:	#fe6600;
}
.div_inner_bar_field {
	height: 22px;
	line-height:30px;
	margin:4px 0px 4px 0px;
}
.div_inner_bar_small input[type="button"],.div_inner_bar_small input[type="submit"],.div_inner_bar_small button {
	height: 26px;
	padding: 0px 9px 2px 9px;
	margin: 0px 2px 0px 2px;
}
.counter {
	color:#fe6600; 
	background:white;
	font-size:44;
	font-weight:bold;
	margin-top:2px;
	padding-top:6px;	
	padding-right:10px;
	padding-left:10px;	
}
#resource-filterbar .combobox {
	width:210px;
}
#resource-filterbar .combo-input {
	width:150px;
}

.title_bar_button {
	box-sizing: border-box;
	height: 20px;
	width: 22px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	background-color: transparent;
	border: 1px solid transparent;
	color: #526995;
}
/*button groups*/
.div_inner_bar .button_left.button_left {
	height: 30px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	margin: 0px 0px 0px 0px;
	min-width: 30px;
	float: left;
}
.div_inner_bar .button_right.button_right {
	height: 30px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	margin: 0px 0px 0px 0px;
	min-width: 30px;
	float: left;
}
.div_inner_bar button.pagination {
	height: 30px;
	width:35px;
}
input[type="button"]:hover,input[type="submit"]:hover, button:hover {
	color: #ffb497;
}
input[type="button"]:active ,input[type="submit"]:active, button:active{
	position:relative;
	top:1px;
}
input[type="button"]:disabled, input[type="submit"]:disabled, button:disabled {
	color: #999999;
	border-color: #999999;
	background-color: #e8e8e8;
}
.ui-datepicker-trigger input[type="button"]:disabled, button:disabled {
	color: #999999;
	border-color: #999999;
	background-color:transparent;
}

button.disabled {
	color: #999999;
	border-color: #999999;
	background-color: #e8e8e8;
}
/*button groups*/
.button_light {
	background-color: #9eafc1;
	border:1px solid #9eafc1;
}
.iconbutton {
 height: 30px;
 min-width: 40px;	
 margin: 0px 0px 0px 0px;
 padding: 0px 4px 0px 4px;
}
.iconbutton_small {
 height: 20px;
 width: 20px;	
 background-color: transparent;
 border:1px solid transparent;
 margin: 1px 0px 0px 0px;
 padding: 1px 1px 1px 0px;
}
.admin_search {
 width: 50px;
 height: 26px;
 margin: 2px 0px;	
 background-color: #526995;
 border: none;
}
/* set font for placeholder in filterfields for all browsers */
.filterfield {
	padding-left:4px;
}
.filterfield::-webkit-input-placeholder {
  font-family: 'FontAwesome';
  color:#9eafc1;
}
.filterfield:-ms-input-placeholder {
  font-family: 'FontAwesome';
  color:#9eafc1;
}
.filterfield:-moz-placeholder {
  font-family: 'FontAwesome';
  color:#9eafc1;
}
.filterfield::-moz-placeholder {
  font-family: 'FontAwesome';
  color:#9eafc1;
}
table {
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
}
.NO_SIZE {
	border-spacing:0;
	border-collapse:collapse;
	padding: 0px;
	margin: 0px;
}
td {
	font-size: 11px;
	height: 16px;
	padding: 1px 4px 1px 4px;
	white-space: nowrap;
	color: #3D4D6E;
}
th, .thDiv {
	font-size : 11px;
	text-align : left;
	color : #526995;
	background: transparent; 
	padding: 1px 4px 1px 4px;
 	padding: 2px 4px 2px 4px;
	white-space: nowrap;
	text-transform: uppercase;
}
/* Rotating content of table headers */
/* Usage: <th class="rotate"><div><span>header title</span></div></th>*/
th.rotate, .div_inner_report th.rotate {
	height: 140px;
  	white-space: nowrap;
  	background-color: transparent;
  	color : #526995;
}
th.rotate > div {
	transform: 
    /* Magic Numbers */
    translate(10px, 51px)
    /* 45 is really 360 - 45 */
    rotate(315deg);
	  width: 25px;
}
th.rotate > div > span {
  padding: 5px 0px;
}
/* End of Rotating content of table headers */
/* Transparent cells */
td.TRANSPARANT td.WAARDE {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	height: 21px;
}
/* low cells for <<>> column hide and unhide links */
td.HIDE_UNHIDE {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	height: 0%;
}
td.VALUE {
	color:#3D4D6E;
	background-color: transparent;
	margin: 0px;
	padding: 1px 4px 1px 4px;
	height: 24px;
}
td.EDITABLE:after {
	font-family: 'FontAwesome';
	font-size: 12px;
	margin-left:8px;
	content: "\f044";
}
th.kmk-desc a{color:#526995}
td.kmk-desc a{color:#526995}
th.divider {
		border-top: 5px solid #FAFAFA;
		border-bottom: 5px solid #FAFAFA;
		border-left: 0px solid transparent;
		border-right: 0px solid transparent;
		background-color: #CBD5E1;
		color: #526995;
		font-weight: bold;
		height: 22px;
		padding-left: 6px;
		text-transform: none;
}
div.divider {
		background-color: #CBD5E1;
		color: #526995;
		font-weight: bold;
		line-height: 26px;
		height: 26px;
		padding-left: 6px;
		text-transform: none;
		margin: 6px 0px 6px 0px;
}
/* @end */
/* @group Secundary style (RIGHT, WRAP) */
/* Style to be used as second style for numeric columns */
.RIGHT {
	text-align:right;
}
.LEFT {
	text-align:left;
}
.CENTER {
		text-align:center;
}
/* Style to be used as second style for description columns */
.WRAP {
	white-space: normal;
}
.BOLD {
	font-weight: bold;
}
/* @end */
/* @group Project , element and resource level outside reports */

/* Project level (level 1) in reports */
/*td.PJT {
	background-color : #EDEDED;
	border : 1px solid #d2d2d2;
}*/
/* Project element level (level 2) in reports */
td.PJT, td.TITLE, .TITLE {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background: transparent; 
	font-weight: bold;
	height: 23px;
}
td.PJT, td.TITLE {
	color:#526995;
}
td.AREA {
	vertical-align: top;
	padding-top: 5px;
}
td.POD {
	background-color : #fededf;
	border : 1px solid #fecdd2;
}
/* Resources level (level 3) in reports */
td.RSC {
	background-color : #d3e1af;
	border : 1px solid #bfd08f;
}
/* @end */
/* @group Calendar items and percentages planned */

/* Styles of the days in the month calendar and planners  */
td.DAG
{
	background-color : #F5FFD2;
	border: 1px solid #CBCBCB;
}
td.TODAY
{
	background-color : #F5FFD2;
	border: 2px solid #FF8C00;
}
td.TURNAROUND.TURNAROUND {
	min-width: 18px;
	text-align:center;
	border:1px solid #3D4D6E;	
}
/* End of the styles of the days in the month calendar and planners  */
/* Styles for the display of appointments in Calender & Planning */
A.CALLINK
{
	color: white;
	text-decoration: none;
}
A:HOVER.CALLINK 
{
	color: white;
	text-decoration: underline;
}
A.CALLINKP 
{
	color: white;
	text-decoration: none;
}
A:HOVER.CALLINKP 
{
	color: white;
	text-decoration: underline;
}
H5
{
	font-size: 9px;
	font-weight : normal;
	margin: 0px 0px 0px 0px;
	white-space: normal;
}
/* one whole day calendar item */
H5.HD
{
	background-color: White;
	border-style: solid solid solid solid;
	border-width: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left: 1px;
	color: #3D4D6E;
}
/* more than one whole day calendar item */
H5.HDM
{	
	background-color: White;
	border-style: solid none solid none;
	border-width: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	color: #3D4D6E;
}
/* part of a day calendar item*/
H5.DD1
{
	background-color: White;
	margin-top: 1px;
	margin-bottom: 1px;
	color: #3D4D6E;
}
/* more than one day including parts of day's calendar item*/
H5.DDM
{
	background-color: White;
	border-style: solid none solid none;
	border-width: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	color: #3D4D6E;
}
/* one whole day planning item*/	
H5.HDP{
	background-color: #A6D500;
	padding: 2px;
	color: #3D4D6E;
	border: 1px solid #3D4D6E;
	margin-bottom: 1px;
}
H5.HDP_CUSTOM{
	padding: 2px;
	border: 1px solid #3D4D6E;
	margin-bottom: 1px;
}
/* more than one whole day planning item*/	
H5.HDMP
{
	background-color: #A6D500;
	padding: 2px;
	color: #3D4D6E;
	border-top: 1px solid #3D4D6E;
	border-bottom: 1px solid #3D4D6E;
	margin-top: 1px;
	margin-bottom: 1px;
}
H5.HDMP_CUSTOM
{
	padding: 2px;
	border-top: 1px solid #3D4D6E;
	border-bottom: 1px solid #3D4D6E;
	margin-top: 1px;
	margin-bottom: 1px;
}
/* part of one day planning item*/	
H5.DDP
{
	background-color: #A6D500;
	padding: 2px;
	color: #3D4D6E;
	border-bottom: 2px solid #d4e0f9;
	margin-bottom: 1px;
}
H5.DDP_CUSTOM
{
	padding: 2px;
	border-bottom: 2px solid #d4e0f9;
	margin-bottom: 1px;
}
/* more than one day including parts of day's planning item*/
H5.DDMP
{
	background-color: #A6D500;
	padding: 2px;
	color: #3D4D6E;
	border-top: 1px solid #3D4D6E;
	border-bottom: 1px solid #3D4D6E;
	margin-top: 1px;
	margin-bottom: 1px;
}
H5.DDMP_CUSTOM
{
	padding: 2px;
	border-top: 1px solid #3D4D6E;
	border-bottom: 1px solid #3D4D6E;
	margin-top: 1px;
	margin-bottom: 1px;
}
/* appointment items for next version*/
H5.HDA
{
	background-color: #AAFFFF;
	border-style: solid solid solid solid;
	border-width: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left: 1px;
	color:#3D4D6E;
}
H5.HDMA
{
	background-color: #AAFFFF;
	border-style: solid none solid none;
	border-width: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	color:#3D4D6E;
}
H5.DDA
{
	background-color: #AAFFFF;
	color:#3D4D6E;
}
H5.DDMA
{
	background-color: #AAFFFF;
	border-style: solid none solid none;
	border-width: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	color:#3D4D6E;
}
/* End of the Calender & Planning display part */
/* Planning availibility colors */
TD.PLAN0{
	border : 0px solid #8792A0;
	background-color: #EDEDED;
	padding-left: 4px;
	padding-bottom : 1px;
	padding-top : 1px;
	padding-right: 2px;
}
TD.PLAN1{
	background-color : #33CC33;
	border : 1px solid #999999;
	padding-left: 4px;
	padding-bottom : 1px;
	padding-top : 1px;
	padding-right: 2px;
}
TD.PLAN2{
	background-color : #CCFFCC;
	border : 1px solid #999999;
	padding-left: 4px;
	padding-bottom : 1px;
	padding-top : 1px;
	padding-right: 2px;
}
TD.PLAN3{
	background-color : #FFCCCC;
	border : 1px solid #999999;
	padding-left: 4px;
	padding-bottom : 1px;
	padding-top : 1px;
	padding-right: 2px;
}
TD.PLAN4{
	background-color : #FF3333;
	border : 1px solid #999999;
	padding-left: 4px;
	padding-bottom : 1px;
	padding-top : 1px;
	padding-right: 2px;
}	
/* End of the planning availibility colors */
/* @end */
/* @group Invoice information level */
/*three level background colors for invoice*/
.system_level_setting
{
	background-color : #fededf;
	border : 1px solid #CBD5E1;
}
.project_level_setting
{
	background-color : #d2f8cf;
	border : 1px solid #CBD5E1;
}
.invoice_level_setting{
	background-color : #ffffff;
	border : 1px solid #CBD5E1;
}
/* @end *//*highlight the timesheet*/
/* @group Clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
/* make all tab titles use capitals for the first character.*/
.ui-tabs-anchor{
	text-transform:capitalize;
}
/* end of clearfix */
/* @end */
/* @group Help styling */
.tooltip_table {
	padding: 4px 6px 0px 6px;
}
.tooltip_table p {
	margin:0px 0px 0px 0px;	
}
.tooltip_table th {
	padding-right: 10px;
	padding-bottom: 6px;
	text-transform: none;
	font-weight: bold;
	vertical-align: text-top;
}
.tooltip_table td {
	padding-right: 10px;
	padding-bottom: 0px;
	font-weight: normal;
	vertical-align: text-top;
}
.div_inner_no_margin{
	width: auto;
	border: 1px solid #999999;
	background-color: #F9F9F9;
}
#help_body p {
	margin: 0px 0px 6px 6px;
}
#help_body th, #help_body h1 {
	text-transform: uppercase;
	box-sizing: border-box;
	height: 26px;
	line-height: 26px;
	background-color : #CBD5E1;;
	color: #3D4D6E;
	font-size: 11px;
	padding: 0px 8px 0px 8px;
	margin: 0px 0px 6px 0px;

}
#help_body h2 {
	margin: 1em 0em 0.25em 0em;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #3D4D6E;
	color: #526995;
	margin: 0px 0px 6px 0px;
}
#help_body h3 {
	margin: 0px 0px 6px 0px;
	font-size: 13px;
	color: #3D4D6E;
}
#help_body h4 {
	margin: 1em 0em 0.2em 0em;
	font-size: 12px;
	font-weight: bold;
	color: #9eafc1;
	text-transform: none;
}
#help_body span.hightlight{
	background-color: #ffb497;
	font-weight: normal;
}
#help_body ul {
 padding:3px 0px 12px 30px;
}
.lh{
	margin: 1em 0em 0.25em 0em;
	font-size: 16px;
	color: red;
}
.dt{
	margin: 1em 0em 0.2em 0em;
	font-size: 14px;
	font-weight : bold;
}
.dd{
	margin-left:15px;
}
/* End of Help text styling */
/* @end */
/* @group Icon fonts styling */
@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }
/*colors*/
.black {
	color: black;
}
.gray {
	color: gray;
}
.green {
	color: green;
}
.red {
	color: red;
}
.white {
	color: white;
}
.yellow {
	color: yellow;
}
.blue {
	color: lightblue;
}
.orange {
	color: #ff6600;
}
/*buttons*/
.remove {
	color: #fe1212;
}
.add_admin {
	color: #b4de00;
}
.add {
	color: #9bbd00;
}
.edit {
	color: #5a78a6;
}
.help {
	color: #539cc1;
	cursor: help;
}
.excel {
	color: #2e8b57;
}
.rrrfff {
	color: #306885;
	}
.hide {
	color: #306885;
	}
.unhide {
	color: #306885;
	}
.save	  {
	color: #306885;
	}
/*blinking effect*/
@keyframes fa-blink {
     0% { opacity: 1; }
     25% { opacity: 0.5; }
     50% { opacity: 0.0; }
     75% { opacity: 0.50; }
     100% { opacity: 1; }
 }
.fa-blink {
   -webkit-animation: fa-blink .75s linear infinite;
   -moz-animation: fa-blink .75s linear infinite;
   -ms-animation: fa-blink .75s linear infinite;
   -o-animation: fa-blink .75s linear infinite;
   animation: fa-blink .75s linear infinite;
}
/* @end */
/* @group XTRA Timesheet specific styling */
#show_content_timesheet a {
	color: inherit;
	text-decoration: none;
}
#timesheet_table table {
	border-collapse: collapse;
}
/*padding for all first cells of each row*/
#timesheet_table td:first-child { padding-left: 15px; }
#timesheet_table th:first-child { padding-left: 15px; }

#show_content_timesheet tr {
	height: 28px;
}
/*#show_content_timesheet tr:nth-child(even) {background: #f7faf8}
#show_content_timesheet tr:nth-child(odd) {background: #f4f4f4}
*/
#show_content_timesheet tr {
	height: 30px;
}
#show_content_timesheet tr.head {
	background-color: #e8e8e8;
}
#show_content_timesheet table.plan,
#deadline_overview  table.plan {
	border-collapse: separate;
	width: 100%;
	padding-left: 3px;
	padding-right: 3px;
}
#show_content_timesheet tr.plan {
	height: 22px;
	background-color : transparent;
}
/* The input fields for the timesheet */
#show_content_timesheet input.HOURS, input.DISABLED, input.WEEK_POD_TOTAL, input.WEEK_PJT_TOTAL, input.WEEK_GRAND_TOTAL, input.MONTH_POD_TOTAL, input.WEEK_DAY_TOTAL, input.MONTH_PJT_TOTAL, input.MONTH_GRAND_TOTAL {
	text-align: right;
	border: 1px solid silver;
	border-radius: 4px;
	padding-right: 6px;
	width: 57px;
}
/*Week totals*/
#show_content_timesheet input.WEEK_POD_TOTAL {
	color: #3A4F6C;
	background-color : #e4e9f0;
}
#show_content_timesheet input.WEEK_DAY_TOTAL {
	color: #3A4F6C;
	background-color : #e4e9f0;
}
#show_content_timesheet input.WEEK_PJT_TOTAL {
	color: #3A4F6C;
	background-color : #c9d3e0;
}
#show_content_timesheet input.WEEK_GRAND_TOTAL {
	color: #3A4F6C;
	background-color : #aebdd1;
}
/*Month totals*/
#show_content_timesheet input.MONTH_POD_TOTAL {
	color: #3A4F6C;
	background-color : #ffded2;
}
#show_content_timesheet input.MONTH_PJT_TOTAL {
	color: #3A4F6C;
	background-color : #ffc6b0;
}
#show_content_timesheet input.MONTH_GRAND_TOTAL {
	color: #3A4F6C;
	background-color : #ffb497;
}
/* End of the input fields for the timesheet */

/*project element field */
#show_content_timesheet a.SHEET_POD {
	color: #3A4F6C;
	text-decoration: underline;
	text-decoration-color: #9eafc1;
	padding-left: 2px;
}
#show_content_timesheet td.SHEET_POD {
	background-color: transparent;
}
#show_content_timesheet td.SHEET_POD:before {
	color: #526995;
	font-weight: bold;
	font-family: FontAwesome;
	margin-right:2px;
	content: "\f105";
}
#show_content_timesheet a.SHEET_POD_CLOSED {
	color: #9eafc1;
	text-decoration: underline;
	text-decoration-color: #9eafc1;
	padding-left: 2px;
}
#show_content_timesheet td.SHEET_POD_CLOSED:before {
	color: #9eafc1;
	font-weight: bold;
	font-family: FontAwesome;
	margin-right:2px;
	content: "\f105";
}
#show_content_timesheet td.SHEET_POD_CLOSED{
	background-color : #eeeeee;
	text-decoration: underline;
	text-decoration-color: #eeeeee;
}
#show_content_timesheet td.SHEET_POD_CLOSED:before {
	color: #306885;
	font-weight: bold;
	font-family: FontAwesome;
	margin-right:2px;
	content: "\f105";
}
#show_content_timesheet th {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background: transparent; 
	white-space: nowrap;
	text-transform: lowercase;
}
#show_content_timesheet th.DAGEN_WEEK a {
	text-decoration: underline;
	text-decoration-color: #9eafc1;
	font-weight: bold;
	font-size: 11px;
	padding: 0px 0px;
	margin: 0px 0px;
}
show_content_timesheet td {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#show_content_timesheet td.SHEET_PJT {
	background-color: transparent;
}
/*#show_content_timesheet td.SHEET_PJT:before {
	font-family: FontAwesome; 
	margin-right:4px;
	content: "\f0ad";
	color : green;
}*/
/* days till deadline colors */
#show_content_timesheet TD.PLAN0, 
#deadline_overview TD.PLAN0 {
	cursor: help;
	background-color : inherit;
	padding-left: 4px;
	padding-bottom : 1px;
	padding-top : 1px;
	padding-right: 2px;
	font-weight: bold;
}
#show_content_timesheet TD.PLAN0 a, 
#deadline_overview TD.PLAN0 {
	cursor: help;
	color:#708090 !important;
	text-decoration: none;
}
#show_content_timesheet TD.PLAN1, 
#deadline_overview TD.PLAN1 {
	cursor: help;
	border : 1px solid #708090;
	background-color : transparent;
	padding-left: 3px;
	padding-bottom : 1px;
	padding-top : 1px;
	padding-right: 5px;
	border-radius: 5px;
}
#show_content_timesheet TD.PLAN1 a, 
#deadline_overview TD.PLAN1 { 
	cursor: help;
	color:#708090 !important;
	text-decoration: none;
	font-weight: bold;
}
#show_content_timesheet TD.PLAN2, 
#deadline_overview TD.PLAN2 {
	cursor: help;
	background-color : transparent;
	border : 1px solid #708090;
	padding-left: 3px;
	padding-bottom : 1px;
	padding-top : 1px;
	padding-right: 5px;
	border-radius: 5px;
}
#show_content_timesheet TD.PLAN2 a, 
#deadline_overview TD.PLAN2 { 
	cursor: help;
	color:#708090 !important;
	text-decoration: none;
	font-weight: bold;
}
#show_content_timesheet TD.PLAN3,
#deadline_overview TD.PLAN3 {
	cursor: help;
	background-color: transparent;
	cursor: help;
	border: 1px solid #ff6600;
	padding-left: 3px;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-right: 5px;
	border-radius: 5px;
	margin-bottom: 2px;
}
#show_content_timesheet TD.PLAN3 a
#deadline_overview TD.PLAN3 { 
	cursor: help;
	color:#708090 !important;
	text-decoration: none;
	font-weight: bold;
}
#show_content_timesheet TD.PLAN4, 
#deadline_overview TD.PLAN4 {
	cursor: help;
	border: 1px solid #ff6600;
	border-radius: 5px;
	background-color: transparent;
	padding-left: 5px;
	padding-bottom : 0px;
	padding-top : 0px;
	padding-right: 5px;
	width: 30px;
}
#show_content_timesheet TD.PLAN4 a,
#deadline_overview TD.PLAN4 { 
	cursor: help;
	color:#ff6600 !important;
	text-decoration: none;
	font-weight: bold;
}
#show_content_timesheet .negative, .negative {
	color:#ff6600 !important;
}
#show_content_timesheet table.BORDER0 {
	border-collapse:seperate;
	border-spacing: 1px;
	width: 100%;
}

 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 23px;
}

/* Hide default HTML checkbox */
.switch input {
	display:none !important;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #b4de00;
}

input:focus + .slider {
  box-shadow: 0 0 1px #8ebd3b;
}

input:checked + .slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 23px;
}
.slider.round:before {
  border-radius: 50%;
} 
.slider.disabled:before {
 	background-color: #dcdcdc;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #e3f2ff;
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder {
    color: #e3f2ff;
}
.pre_hours{
	float: left;
	display:block;
	height: 24px;
	padding: 0px 6px;
	margin: 0px;
	border-radius: 4px 0px 0px 4px;
	border: 1px solid #cbcbcb; 
	border-right: 0px solid white;   
	background-color: white;
}
.main_hours{
	float: left;
	display:block;
	height: 24px;
	width: 40px;
	padding: 0px;
	padding-right: 6px;
	margin: 0px;
	margin-right: 5px;
	border-radius: 0px 4px 4px 0px;
	border-left: 0px solid white;  
	text-align: right; 
}
#show_content_timesheet input.DISABLED {
	color: #717171;
	background-color : #EFEFEF;
	float: left;
	display:block;
	height: 24px;
	width: 39px;
	padding: 0px;
	padding-right: 6px;
	margin: 0px;
	margin-right: 5px;
	border-radius: 0px 4px 4px 0px;
	border-left: 1px solid #cbcbcb;  
	text-align: right; 
}
/* End of Styling of the timesheet*/
/* @end */
/* @group XTRA Admin pages specific styling */
/* Styling of the admin left side*/
.div_inner_left {
	margin-bottom: 30px;
}
.div_inner_left input[type="submit"] {
	margin: 0px 0px 0px 0px;
}
#div_inner_left th {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-bottom: 10px;
	text-transform: uppercase;
	background: transparent; 
	padding: 3px 4px 4px 4px;
	white-space: nowrap;
}
a.SORT_TH {
	color: #5b77a4;
	text-decoration: underline;
}
a.SORT_TH:VISITED {
	color: black;
	text-decoration: underline;
}
#div_inner_left td {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background: transparent; 
}
#div_inner_left td.PJT {
	/*font-weight: bold;*/
	/*border-bottom: solid 1px gray;*/
}
/*.div_admin_right th {
	font-size : 11px;
	color: #526995;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	text-transform: uppercase;
	background: transparent; 
	padding: 5px 4px 6px 4px;
	white-space: nowrap;
}*/
.div_admin_right td {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background: transparent; 
}
.div_admin_right td.PJT {
	font-weight: bold;
}
.div_admin_right input, .div_admin_right textarea {
	max-width:240px;
	padding: 3px 3px 3px 3px;
}
.required:after { 
	content:"*"; 
	color: #9eafc1;
}
#overview table{
	border-collapse: collapse;
}
#overview td {
	font-weight: normal;
	padding: 2px 3px 2px 4px;
	margin: 0px 0px 0px 0px;
	color: #3A4F6C;
}
#overview tr {
	height: 30px;
}
#overview tr:first-child {
	height: 10px;
}
#overview th {
	background-color: #e8e8e8;
}
#overview tr:nth-child(even) {background: #f4f4f4}
#overview tr:nth-child(even):hover {background: #DCDCDC}

#overview th:first-child { padding-left: 15px; }
#overview td:first-child { padding-left: 15px; }
#overview td.PJT {
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}
/* End of Styling of the admin left side*/
.div-admin-right {
    margin-top: 8px;
    margin-left: 8px;
}
#div-admin-right .ui-widget-content {
	background: transparent;
}
/* @end */
/* @group XTRA Report display area */
/* Styling of a report list table */
.overview-table {
	border-collapse:separate;
	border-spacing: 1px;
}
.overview-table th {
	text-transform: uppercase;
	box-sizing: border-box;
	height: 26px;
	background-color : #CBD5E1;
	color: #3D4D6E;
	padding: 2px 6px 3px 6px;
}
.overview-table td {
	box-sizing: border-box;
	height: 26px;
}
.overview-table a.SORT_TH {
	background-color : #CBD5E1;
	color: #3D4D6E;
}
.overview-table td.PJT {
	background-color : #EDEDED;
	border : 1px solid #EDEDED;
	font-weight: normal;
}
.div_inner_bottom_area {
	display: block;
	background-color: #f4f4f4;
	border:none;
	margin: 20px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	box-shadow: 0px 0px 5px 5px #d8d8d8;
}
/* SET 2 */
.div_inner_report table {
	border-collapse:separate;
	border-spacing: 1px;
}
.report_th, .div_inner_report th {
	text-transform: uppercase;
	box-sizing: border-box;
	height: 26px;
	background-color : #CBD5E1;;
	color: #3D4D6E;
	padding: 2px 8px 3px 8px;
}
.div_inner_report td {
	box-sizing: border-box;
	height: 26px;
	padding: 2px 8px 3px 8px;
}
.div_inner_report a.SORT_TH {
/*	background-color : #CBD5E1;*/
	color: #3D4D6E;
}
.div_inner_report td.PJT, .PJT_REPORT {
	background-color : #EDEDED;
	border : 1px solid #EDEDED;
	font-weight: normal;
}
.div_inner_report td.POD, .POD_REPORT { 
	background-color : #fededf;
	border : 1px solid #fededf;
}
/* Resources level (level 3) in reports */
.div_inner_report td.RSC, .RSC_REPORT {
	background-color : #d3e1af;
	border : 1px solid #d3e1af;
}

/* @end *//* End of Styling of the report display area */
/* @group Table row highlight */
table tr.highlight:hover,
table tr.highlight:hover td{		
	background-color:#DCDCDC;
}
table tr.highlight:hover td.nohighlight{		
	background-color: #eff9fa;
}
table tr.highlight:hover td.PLAN1{
	background-color : #33CC33;	
}	
table tr.highlight:hover td.PLAN2{
	background-color : #CCFFCC;	
}	
table tr.highlight:hover td.PLAN3{
	background-color : #FFCCCC;	
}	
table tr.highlight:hover td.PLAN4{
	background-color : #FF3333;	
}
/* @end */
/* @group ZZ reseach and cleanup */
a.choose{text-decoration:none;font-weight:bold;color:#000;}
/* table cellspacing="0" cellpadding="0" border="0"*/
table.BORDER0 {
	border:0px;
	border-collapse:collapse;
}
.mail_preview 
{	
	width: auto;
	padding: 6px;
	margin: 1px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	width:719px;
}
.mail_preview p{
    width:700px;
    word-break:break-all;
    word-wrap:break-word;
    white-space:normal;
}
.mceCOntentBody {
	background-color: white;
}
td.RED{
	background-color : red;
	border : 1px solid #ffb3b2;
	color: black;
}
td.PJT_RED{
	color: #ffffff;
	background-color : #FF0000;
	border : 1px solid #CBCBCB;
}
a.TD.PJT{
	background-color : #EDEDED;
	border : 1px solid #FFFFFF;
	color: black;
	padding-left: 4px;
	padding-bottom : 1px;
	padding-top : 1px;
	padding-right: 4px;
}
a.ONDERDEEL
 {
	color: #306885;
	text-decoration: underline;
}
a.CLOSED
 {
	color: Gray;
	text-decoration: underline;
}
a.ONDERDEEL:HOVER
{
	color: #306885;
	text-decoration: none;
}
a.WIT {
	color: White;
	text-decoration: underline;
}
a.WIT:VISITED {
	color: White;
	text-decoration: underline;
}
input.ORANGE_BUTTON {
	background-color : #F3F3EF;
	border-left : 2px solid #FF9933;
	border-right : 2px solid #FF9900;
	border-top : 2px solid #FF9933;
	border-bottom : 2px solid #FF9900;
	cursor: pointer;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* @end */

/* @group Dropdown suggest styling */
/*style for the A.. .A. button after the dropdown/suggest field*/
.a-container {
	float: left;
	display: block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
}
/* Hide the browser's default checkbox */
.a-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	z-index:1
}
/* Create a custom checkbox */
.a-checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 24px;
	background-color: #FFFFFF;
	border-color: #CBCBCB;
	border-style: solid;
	border-width: 1px 1px 1px 0px;
	padding: 1px 1px 1px 4px;
	margin: 1px 1px 1px 0px;
	border-radius: 0px 3px 3px 0px;
}
/* On mouse-over, add a background color */
	.a-container:hover input ~ .a-checkmark {
	background-color: #FFFFFF;
}
/* When the checkbox is checked, add a background */
	.a-container input:checked ~ .a-checkmark {
	background-color: #FFFFFF;
}
/* Create the indicator for not checked */
	.a-checkmark:after {
	content: ".A.";
	position: absolute;
	display: block;
	}
/* Create the indicator for checked */
	.a-container input:checked ~ .a-checkmark:after {
	content: "A..";
}
/* @end */
/* @group project status checkbox styling */
/*style for the proejct status checkboxes*/
.f-container {
	float: left;
	display: block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 13px;
	font-weight: bold;
}
/* Hide the browser's default checkbox */
.f-container input {
	opacity: 0;
	cursor: pointer;
	z-index:1
}
/* Create a custom checkbox */
.f-checkmark {
	position: absolute;
	box-sizing: border-box;
	top: 0;
	left: 0;
	height: 30px;
	width: 30px;
	background-color: #CBCBCB;
	border-color: #CBCBCB;
	border-style: solid;
	border-width: 1px 1px 1px 0px;
	padding: 4px 1px 1px 4px;
	margin: 0px 0px 0px 0px;
	border-radius: 2px 2px 2px 2px;
}
/* On mouse-over, add a background color */
	.f-container:hover input ~ .f-checkmark {
	background-color: #CBCBCB;
}
/* When the checkbox is checked, add a background */
	.f-container input:checked ~ .f-checkmark {
	background-color: #526995;
}
/* Create the indicator for not checked */
.f-checkmark:after {
	display: block;
	font-family: 'watch-icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size:23px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	color:white;
}
.v:after {
	content: "\e900";
}
.l:after {
	content: "\e901";
}
.g:after {
	content: "\e902";
}
/* Create the indicator for checked */
	.f-container input:checked ~ .f-checkmark:after {
	color:white;
}
.f-container input:checked ~ .v:after {
	content: "\e900";
}
.f-container input:checked ~ .l:after {
	content: "\e901";
}
.f-container input:checked ~ .g:after {
	content: "\e902";
}
/* @end */
/* Interaction states
----------------------------------*/
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #e8e8e8;
	background: #e8e8e8;
	font-weight: normal;
	color: #5b77a4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #5b77a4;
	text-decoration: none;
}
.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,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #3A4F6C;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #3A4F6C;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #526995;
	background: #526995;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #526995;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}
/* @group Calendar UI  */
/* Interaction Cues
----------------------------------*/
#calendar .ui-state-highlight,
#calendar .ui-widget-content .ui-state-highlight,
#calendar .ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
#calendar .ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
#calendar .ui-state-highlight a,
#calendar .ui-widget-content .ui-state-highlight a,
#calendar .ui-widget-header .ui-state-highlight a {
	color: #777620;
}
/* @group jquery UI corner settings */
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 0px;
}
/* @end */
/* @group Custom jQuery UI styling admin tabs*/
.ui-tabs .ui-tabs-panel {
    background-color: #FAFAFA;
    padding: 10px 0px 10px 3px;
}
.ui-tabs .ui-tabs-nav li {
	border:none;
	background-color: #e8e8e8;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	border-right: 1px solid #ccc;
}
.ui-tabs .ui-tabs-nav li:last-child {
    border-right: 1px solid #e8e8e8;
}
.ui-tabs .ui-tabs-nav li a {
	text-transform: uppercase;
	font-weight: bold;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	border:none;
	background-color: #5b77a4;
	padding: 2px 0px 2px 0px;
}
.ui-tabs .ui-tabs-nav {
    background-color: #e8e8e8;
    padding: 0px 0px 0px 0px;
	 margin: 8px 0px 0px 0px; 
    border: none;
}
.ui-tabs .ui-widget-content {
	border: none;
    color: #526995;
}
.ui-tabs .ui-widget.ui-widget-content {
 	border: none;
/*	border-top: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
*/	background-color: #FAFAFA;
}
/* @end */
/* @group Custom jQuery UI style */
.ui-tabs .ui-tabs-panel {
    background-color: #FAFAFA;
}
.ui-tabs .ui-tabs-nav {
    background-color: #FAFAFA;
    border: none;
}
.ui-widget-content {
    color: #3D4D6E;
}
.ui-widget.ui-widget-content {
 	border: 1px solid transparent;
/*	border-top: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
*/	background-color: #FAFAFA;
}
.ui-tooltip.ui-widget-content {
    border: 1px solid #ababab;
    background-color: white;
}
.ui-datepicker.ui-widget-content {
	font-size: 11px;
   border: 1px solid #ababab;
   background-color: white;
   padding-right: 5px;
}
.ui-datepicker-trigger {
	color: #3D4D6E;
	border: none;
	background:none;
}
.ui-datepicker .ui-datepicker-title {
	line-height: 2.2em;
}
.ui-datepicker-trigger button{
	padding: 0px;
	margin: 0px;
}
.ui-datepicker th {
text-transform:lowercase;
}
.ui-autocomplete-input{
	border-radius: 3px 0px 0px 3px;
}
.ui-autocomplete.ui-widget-content {
   border: 1px solid #ababab;
   background-color: white;
}
.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 3px .4em;
    line-height: 1.5;
    min-height: 0;
    font-weight: 400;
    white-space: nowrap;
}
.ui-dialog {
	box-shadow: 0px 0px 8px #ababab;
}
/* @end */
/* font icon in calendar items */
.prio_image {
	float: left;
	display: block;
	font-size:20px;
	width:22px;
	height:35px;
	text-align:center;
}
.status_image {
	float: left;
	display: block;
	width:30px;
	height:35px;
	text-align:center;
	margin-left:0px;
	margin-top:-1px;
	text-align: left;
}
.status_in_preparation_icon:after{
	font-size:24px;
	font-family: 'watch-icons' !important;
	color: inherit;
	content: "\e900";	
}
.status_in_progress_icon:after{
	font-size:24px;
	font-family: 'watch-icons' !important;
	color: inherit;
	content: "\e901";	
}
.status_closed_icon:after{
	font-size:24px;
	font-family: 'watch-icons' !important;
	color: inherit;
	content: "\e902";	
}

.fc-content .f-container, .fc-list-item-title .f-container{
	width:35px;
	height:35px;
    margin-right:5px;
    margin-bottom:2px;
}
/*budget protection*/
.protected {
	border-radius: 5px;
	border-top : 2px solid #fe6600;
}

/* @group start end timesheet colors */
span.fc-datagrid-cell-main.PLAN0{
	border : 0px solid #8792A0;
	background-color: inherit;
	padding-left: 4px;
	padding-bottom : 1px;
	padding-top : 1px;
	padding-right: 2px;
	font-weight: bold;
	color: #708090;
}
span.fc-datagrid-cell-main.PLAN1{
	border : 1px solid #8792A0;
	background-color: inherit;
	border-radius: 5px;
	padding-left: 4px;
	padding-bottom : 3px;
	padding-top : 3px;
	padding-right: 4px;
	font-weight: bold;
	color: #708090;
}
span.fc-datagrid-cell-main.PLAN2{
	background-color : #CCFFCC;
	border : 1px solid #999999;
	padding-left: 4px;
	padding-bottom : 1px;
	padding-top : 1px;
	padding-right: 2px;
}
span.fc-datagrid-cell-main.PLAN3{
	background-color : inherit;
	border : 1px solid #ff6600;
	padding-left: 4px;
	padding-bottom : 3px;
	padding-top : 3px;
	padding-right: 5px;
	font-weight: bold;
}
span.fc-datagrid-cell-main.PLAN4{
	background-color : inherit;
	border : 1px solid #ff6600;
	border-radius: 5px;
	font-weight: bold;
	color: #ff6600;
	padding-left: 4px;
	padding-bottom : 3px;
	padding-top : 3px;
	padding-right: 4px;
}	
/* @end */
/* @group questionnaire styling */
.INTRODUCTION, .CLOSING {
	background-color:#e8e8e8;
	padding: 4px 4px 4px 14px;
	white-space: normal;
}
.QUESTION {
	font-size:10pt; 
	margin-left: 20px; 
	margin-right: 20px;
}
.ANSWER {
	color:#660000;
	font-size:10pt;
	margin-left: 40px;
	margin-bottom: 30px;
	margin-right: 20px;
}
.CENTER {
	text-align: center;
}
.BLOCK_TITLE {
	font-size:15pt;
	margin-left: 20px;}
.OPTION {
	font-size:10pt;
	white-space: normal; 
}
/* @end */
/* @red text and border of the cell for Rekenkamer*/
.OVER {
	color: red;
}
td.OVER-TEXT {
	color: red;
	font-weight: bold;
}
span.OVER-TEXT {
	color: red;
}
td.OVER-BORDER {
    border: 1px solid #ff0000;
}
.div_inner_report td.OVER-BORDER {
    border: 1px solid #ff0000;
}
.UNDER {
	color: #ff8c00;
}
td.UNDER-TEXT {
	color: #ff8c00;
	font-weight: bold;
}
span.UNDER-TEXT {
	color: #ff8c00;
	font-weight: bold;
}
td.UNDER-BORDER {
    border: 1px solid #ff8c00;
}
.div_inner_report td.UNDER-BORDER {
    border: 1px solid #ff8c00;
}
/* @end */
.input_required_warning {
    border: 1px solid #fe6600;
    background-color: #ffb497;
}