html {
  font-size: 14px;
}
@media screen and (max-width: 1150px) {
  html {
    font-size: 12px;
  }
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 1680px) {
  html {
    font-size: 16px;
  }
}

body {
  background: #ddd;
  margin: 67px 0 1rem;
}
body.loading {
  cursor: progress;
}

.printversion td {
  font-size: 12px;
}

body, td, th, input, select, textarea {
  font-size: 1rem;
  font-family: Roboto, Tahoma, sans-serif; /* Tahoma is important for box drawing characters */
}
sub {
  vertical-align: text-bottom;
  position: relative;
  top: 4px;
}

.far, .fas, .fal, .fab {
  font-size: 1rem;
  color: #444;
}
.actions {
  white-space: nowrap;
  font-size: 0;
}
.actions > a {
  margin-left: 7px;
}

table.main {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border-spacing: 15px;
}

.box, .menu_switch > li, #con {
  background-color: #fff;
  box-shadow: 2px 2px 4px rgba(128, 128, 128, .4);
}
body#con {
  box-shadow: none;
}
#menu, #con, #onright {
  padding: 0;
  vertical-align: top;
}
#menu {
  width: 15rem;
  min-width: 15rem;
}

.menu_switch {
  list-style: none;
  margin: 0 0 -6px;
  padding-left: 0;
}
.menu_switch > li {
  display: inline-block;
  background: rgba(255, 255, 255, .5);
  padding: .3rem .5rem;
  margin-right: .3rem;
  text-transform: uppercase;
  font-size: .85rem;
  font-weight: 600;
  cursor: pointer;
}
.menu_switch > li.active, .menu_switch > li:hover {
  background: #fff;
  box-shadow: 2px 2px 4px rgba(160, 160, 160, .4);
}

.box {
  padding: 5px;
  margin-bottom: .6rem;
}
.menu_section > .box:last-child {
  margin-bottom: 0;
}

.navigationlist {
  list-style: none;
  padding-left: 1.2rem;
}
.navigationTitle > ul {
  list-style: none;
  padding-left: .7rem;
  padding-top: .6rem;
}

.navigationTitle {
  padding-bottom: .3rem;
  padding-top: .9rem;
}
.navigationTitle:first-child {
  padding-top: 0;
}
.navigationTitle > a {
  text-transform: uppercase;
  font-weight: 600;
}
.navigationTitle > ul a {
  text-transform: none;
  font-size: .9rem;
  font-family: verdana, sans-serif;
  line-height: 1.55rem;
}

.collapse-menu:after {
  cursor: pointer;
  font-size: 0.9em;
  content: "\f078";
  color: grey;
  padding: 0 .4rem;
}
.collapse-menu.collapsed:after {
  content: "\f054";
}


#onright {
  width: 245px;
}
#onright .box {
  padding: 0 1rem 1rem 1rem;
}

a {
  color: black;
}
a:hover, a:active {
  color: #777;
}

p {
  line-height: 1.4;
}
ol {
  line-height: 1.6;
}

/* Forte-oldsite styles */
p {
  margin: 0;
  padding: 2px 0 4px;
}
h1, .ContentTitleLeft {
  font-size: 15px;
  font-weight: bold;
  padding: 1rem 0 1rem;
}
.ContentTitleLeft select {
  vertical-align: top;
  margin: -1px 0 0;
}
/*
.FormButton {
  width: auto;
  padding: 1px 40px;
}*/
.FormCellRight {
  text-align: right;
}
#breadcrumbs {
  padding: 5px 0 0 1.2rem;
}
#breadcrumbs, #breadcrumbs a {
    color: #555;
  font-size: .9rem;
}
#breadcrumbs a:hover {
  color: #000;
}

hr {
  border-color: #ddd;
  border-width: 1px 0 0;
  margin: 2rem 0;
  border-style: solid;
}
.caps, .FormTitle {text-transform:uppercase;}
td.toppad {padding-top: 10px;}
a img {border-style: none;}
#con {padding-bottom: 2em;}
#con > * {padding: 1.2rem;}
#con > table {padding: 0; margin-left: 1.2rem; margin-right: 1.2rem;}
.fullwidth {width: 100%;}
#con > table.fullwidth {width: calc(100% - 2.4rem);}
#con > hr {
  padding: 0;
  outline: 5px solid #ddd;
}
#con td {vertical-align: top;}
#con form td {vertical-align: middle;}
#con form table.layout > tbody > tr > td, #con form td.FormCellRight {vertical-align: top;}
a img {vertical-align: middle;}
th a:hover, th a:active {font-weight: bold;}
a.noline:link, a.noline:visited {text-decoration: none;}
#menu a, #breadcrumbs a {text-decoration:none;}
#menu a {color:#223468}

.contactform{
    padding-right: 1rem;
}

/* currently just for links on Contact Names  */
.bluelinks a:link, .bluelinks a:visited, .bluelinks a:hover, .bluelinks a:active
  {text-decoration: none; font-weight:inherit}
.bluelinks a:link, .bluelinks a:visited
  {color: #324c99;}
.bluelinks a:hover, .bluelinks a:active
  {color: #A68033;}
.grey .bluelinks a, .grey a, .bluelinks a.grey, .ContentCellWhite a.grey, .ContentCellWhite .grey a
  {color: #bbb;}

pre {
  font-family: "courier new", monospace;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 15px 20px;
  margin: 10px 0px;
  position: relative;
}
pre:after {
  position: absolute;
  top: -9px;
  left: 9px;
  padding:0 5px;
  content: "debug";
  font: 10px arial;
  color: #aaa;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.CodeMirror-code pre:after {display:none}

[title]:after {
  background-image: url('data:image/gif;base64,R0lGODlhBAAEAIABAGb/Zv///yH5BAEAAAEALAAAAAAEAAQAAAIGhBEXiQsFADs=');
  background-position: top right;
  background-repeat: no-repeat;
  content: "\a0";/* a space */
}
th[title]:after {
  margin-left: -2px;
}
[title=""]:not([aria-describedby]):after, input[title]:after, button[title]:after {
  content: '';
}
.info {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 15px;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background: #198bec;
}
.info:before {
  content: 'i';
}
img[title]:after, option[title]:after, .noicon[title]:after, .info:after, [class^=cke_][title]:after {
    display: none;
}
.ui-tooltip {
  white-space: pre-line;
  background-color: #fafae6;
  border: #b0b0b0 1px solid;
  border-right-color: #707070;
  border-bottom-color: #707070;
  display: inline-block;
  padding: .2em .4em;
  color: #000;
  position: absolute;
  z-index: 99;
  max-width: 33em;
}
.ui-helper-hidden-accessible {
  display:none
}
#template {
  position: absolute;
  top: -1000px;
  left: 0;
  z-index: 99;
  width: 550px;
  background-color: #bababa;
  border: solid #707070 1px;
  opacity: 0.9;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* IE8 -_- */
  filter: alpha(opacity=90); /* other IE */
}
#template select {
  width: 400px;
}
#template_closer {
  position: absolute;
  right:5px;
  top:0px;
  text-decoration: none;
  font-family: arial;
  font-size: 16px;
  color: #707070;
}


#filtertable {
  position: relative
}
.filterbox {
  width: 100%;
}
.filterbox tr {
  height: 16px;
}
.filterbox td {
  text-align: center;
  vertical-align: middle;
}

.filterbox td.box {
  vertical-align: top;
  text-align: left;
  padding: 0;
  box-shadow: none;
}
.filterbox td.box div {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.filterbox input {
  border-color: #f0f0f0;
  width: 58px;
  font-size: 10px;
  padding: 0;
  text-align: center;
}
#filtertable select {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  font-size: 11px;
  display: none;
}
#filtertable .summarized {
  background-color: #f0f0f0;
  color: #e0e0e0;
}
#filtertable .hasvalues {
  background-color: transparent;
}
#filtertable .hasvalues div {
  background-color: #fff8e0;
  color: #262324;
  border: solid 1px #262324;
  height: 100%;
}
#filtertable .overflow div {
  border-bottom-style: dashed;
}

#top-bg {
  background: #353535 url("//fyt.be/bgweb.png") repeat-x top;
  height: 67px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#top-bg > table {
  height: 67px;
}

#top-bg .main {
  border-spacing: 0;
}
.navbar { /* a tr */
  position: relative;
  color: white;
}
.navbar > td {
  padding: 0 15px;
}
.navbar > td:first-child {
  vertical-align: middle;
  text-align: center;
  width: 210px;
}

.right, .float-right {
  float: right;
}

td.right, th.right {float:none}

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

.left {
  float: left;
}

.mt0{
  margin-top: 0;
}

.nopadding {
  padding: 0 !important;
}

.pagetitle {
  clear: both;
  padding-bottom: 2rem !important;
}
.pagetitle .ContentTitleLeft{
  padding: 0 !important;
}

.navbar .left select {
  margin-left: 1rem;
  vertical-align: top;
}

/* Topmenu */
#topmenu {
  text-align: right;
  margin: 0;
  text-transform: uppercase;
  cursor: default;
  list-style-type: none;
}
#topmenu li {
  font-size: 1.2rem;
  float: right;
  padding: 0 1.4rem 0 .6rem;
  line-height: 1.7rem;
  height: 1.7rem;
}
#topmenu li:first-child {
  padding-right: 0;
}
#topmenu li:not(:first-child) {
  border-right: 1px solid rgba(255, 255, 255, .25);
}

.dropbtn {
  padding: .5rem .8rem .6rem;
  display: inline-block;
  margin-top: -.4rem;
  cursor: pointer;
  color: inherit;
  font-size: 1rem;
}
.dropbtn.fa-bars {
  font-size: 22px;
}

.dropdown-navicon {
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.dropdown-content {
  font-size: 1rem !important;
  line-height: 1.2rem !important;
  right: 0;
  display: none;
  position: absolute;
  background-color: #353535;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  z-index: 10;
  min-width: 135px;
}

.dropdown-content a {
  color: black;
  padding: 12px 8px;
  text-decoration: none;
  display: block;
}

.dropdown-navicon:hover .dropdown-content {
  display: block;
}

.companyselector-icon {
  padding: 0 0 1rem .6rem;
}
.companyselector-dropdown {
  white-space: nowrap;
}

.gravatar img {
  border-radius: 50%;
  margin: -.9rem .5rem ;
}

#topmenu > li:last-child {
  padding-left: 1.7rem;
}

#topmenu a {
  color: white;
  text-decoration: none;
}
#topmenu .dropdown-content a {
  border-bottom: 1px solid #353535;
}
#topmenu a:hover {
  border-bottom: 1px solid #fff;
}
#topmenu div>a, #topmenu div>span.submenued {
  margin: 0 .4rem;
}
#workfor {
  font-style: normal;
  padding: 0 0 1.3rem .6rem;
}
/*navbar end*/

a.pdf {
  display: inline-block;
  vertical-align: top;
}
.table-styled {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 8px;
}
#con > table.table-styled {
  margin-left: auto;
  margin-right: auto;
}

.table-styled td, .table-styled th {
  padding: 8px;
}
.table-styled > tbody > tr {
  border-bottom: solid 1px #ddd;
}
.table-styled .border-left {
  border-left: solid 1px #ddd;
}
.table-styled .border-right {
  border-right: solid 1px #ddd;
}
#con > form > .table-styled {
  margin: 0 -1.2rem;
  width: calc(100% + 2.4rem);
}

.table-styled:not(#monstat_verif) tr:nth-child(even) {background-color: #f9f9f9;}

.table-styled:not(#monstat_verif) tr:hover:not(:last-child):not(:first-child) {background-color: #eee;}

#monstat_verif tr{
  border:none;
}

.table-styled th:not(.paging):not(.amount):not(.center) {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
}

.table-styled th.amount {
  text-align: right;
}

.mb8 {
  margin-bottom: 8px;
}

.w70p {
  width: 70%;
}

.paging a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.paging a.active {
  background-color: #384f91;
  color: white;
  border-radius: 5px;
}

.paging a:hover:not(.active) a:hover:not(.dots) {
  background-color: #ddd;
  border-radius: 5px;
}

.emptyrow {
  border: none !important;
  background: transparent !important;
}

/* FORM STYLING */
input, select, textarea, button {
  width: 100%;
  margin: 2px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  color: #333;
}
input, textarea, button {
  padding: 3px 4px;
}
input, select, textarea {
  background: #fff;
}
input, select, button, .inputbox {
  max-width: 25rem;
  height: 1.7rem;
}
button {
  height: auto;
  min-height: 1.7rem;
}
.inputbox {
  white-space: nowrap;
}
.inputbox > span {
  width: 34%;
  float: right;
}
.inputbox > span:first-child {
  float: left;
  width: 65%;
}

input[type=button], input[type=submit], button {
  background-color: #f0f0f0;
  cursor: pointer;
  min-width: 9rem;
  max-width: 12rem;
}
input[type=button]:disabled, input[type=submit]:disabled, button:disabled {
  opacity: .3;
  cursor: default;
}
input[type=file] {
  width: auto;
  border: none;
  padding: 0;
}
button.icon, button.small {
  min-width: 1.7rem;
  width: auto;
}
button.icon {
  width: 2rem;
  height: 2rem;
  margin-left: 0.3rem;
  border-radius: 2px;
  border: 0;
  box-shadow: 0 1px 2px rgba(128,128,128,.6);
}
.pagetitle button.icon {
  margin-left: .8rem;
}
button.icon:hover {
  box-shadow: 0 0 1px rgba(128,128,128,.6);
  transform: translateY(1px);
}
button.icon.add {
  background: #00a000;
}
button.icon.add .fal {
  color: white;
  font-size: 1.1rem;
}

.ui-datepicker-year, .ui-datepicker-month {
  height: auto;
}

.FormCellRight, .FormCellRight ~ td {
  line-height: 29px;
}
td + .FormCellRight {
  padding-left: .8rem;
}

#forteclbrs td {white-space:nowrap}

input[type=submit].floating{
  width: 125px;
}

textarea {overflow: auto; height: 50px;}
option {width: auto;}
input.small {
  width: auto !important;
}
input[type=checkbox], input[type=radio], input[type=image] {
  width: auto;
  height: auto;
  margin: 0 2px;
  border-style: none;
  background-color: transparent;
}
label {line-height: 20px;}
label > input[type=checkbox], label > input[type=radio] {
  margin-right: .4rem;
}
/* Hide type=number controls */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance:textfield;
}

/* this highlight is still hard-coded in collaborators.form.php (because it's linked with users.personal.form.php) */
.highlight {
  background-color: #e5f2ff;
}
input.readonly, select.readonly, textarea.readonly {
  background-color: #fafafa;
  border-color: #eee #ddd #ddd #eee;
  color: #777;
}
.placeholder, ::placeholder, ::-webkit-input-placeholder {
  opacity: 1;
  color: #bbb;
}
select.placeholder option {
  color: #000;
}

tr.brown td {color: #b06040;}
tr.grey td, .grey, input.readonly.grey, textarea.readonly.grey {color: #bbb;}
tr.subrow td {color:#999;font-size:11px;padding-top:0;}
tr.bold td {font-weight: bold;}
tr.overline td {border-top: solid #dddddd 1px;}
tr.overline th {border-top: solid black 1px; text-align: left;}
tr.boldoverline td {border-top: solid #404040 1px;}
.hidden {visibility: hidden;}
.nodisplay {display:none;}
.whitebg {background-color: #fff;}
.greybg {background-color: #f1f0f1;}
.greybg2 {background-color: #e8e8e8;}
.menu_spacer {margin: 8px -13px -2px -13px; height: 8px; background: #ddd}
.resetbg {background: white !important;}
tr.alternating:nth-child(odd) {
  background-color: rgba(0,0,0,0.05);
}

tr.left th {text-align: left;}
tr.underline th, tr.underline_light th {border-bottom: 1px solid black !important; text-align: left;white-space:nowrap}
tr.underline_light th {border-bottom-color: #bababa !important;}
/*tr.underline th a, tr.left th a {text-decoration: none; font-weight: bold; }*/
td.overline {border-top: 1px solid black; border-bottom: 1px solid #fff; background: #fff;}
  td.leftline {border-left: 1px solid black;}

tr.redhighlight td {background-color:#fee}

#con tr.monstat_total td {vertical-align: bottom;}

#rates input {width: 110px; }
.ratesButton {background-color: #f0f0f5; color: #b00000;}

.clean_company {
  text-transform: none;
  margin-left: 20px;
  color: #bababa !important;
}

.neutral, .good, .bad {
  padding: 10px 20px !important;
  border: 1px solid;
  color: black;
  line-height: 1.4;
}
#con > .neutral, #con > .good, #con > .bad {
  margin: 12px 14px !important;
}
.neutral {
  background-color: #fafae6 !important;
  border-color: #b0b0b0;
}
.good, .greenbox, .bg-green {
  background-color: #efffef !important;
  border-color: #90d090;
}
.bad, tr.error select, input.error, select.error, textarea.error, .bg-red {
  background-color: #ffeaea !important;
  border-color: #f09090;
}
td.error {
  background-color: #ffeaea;
  border: 1px solid #f09090;
}
tr.bad td {
  background-color: #ffeaea;
}
.bold {font-weight: bold;}

.red {color: #d00000 !important;}
.orange {color: #f0a000 !important;}
.green {color: #00a000 !important;}
.grass {color: #a0b000 !important;}
.light {color: #b3b3b3 !important;}
.lightred {color: #f1b3b3 !important;}
.lightorange {color: #fbe3b3 !important;}
.lightgreen {color: #b3e3b3 !important;}

td.red > img {
  filter: brightness(0) saturate(100%) invert(15%) sepia(95%) saturate(6932%) hue-rotate(359deg) brightness(75%) contrast(112%);
}
td.red > .far {
  color: inherit;
}

tr.error .FormCellRight, span.error  {color: red; font-weight: bold;}

.bigplus {font-weight: bold; font-size: 24px; text-align: center;}

.h19 {height: 19px;}

.prev, .next {
  cursor: pointer;
  padding: 0 4px;
  font-size: 1.15rem;
}
.prev {
    padding-left: 6px;
}
.prev:after {
  content: '‹';
  background: none;
}
.next:after {
  content: '›';
  background: none;
}

/* Evaluation */
#eval_codes_expl {
  margin-top: 40px;
}
#eval_codes_expl td.FormCellRight {
  width: 30px;
  font-weight: bold;
}


/*
 *  Item overview column widths
 */
th.edit, th.email {width: 22px;}
th.word {width: 16px;}
th.M, th.S {width: 15px; }
th.SM {width: 20px; }
th.name {width: 170px;}
th.accountname {width: 200px;}
th.function {width: 180px;}
th.account {width: 55px;}
th.MS {width: 42px;}
th.date {width: 5.5rem;}
th.advice_type {width: 110px;}
th.advice_title {width: 250px;}
th.serial {width: 52px;}
th.subject {width: 200px;}
th.file_download {width: 90px; }
th.from {width: 35px;}
th.to {width: 40px;}
th.dupl, th.clbr {width: 30px;}
th.invoiceid {width: 65px;}

.nowrap, .overview.nowrap td, #forteclbrs td {white-space: nowrap;}
td.nowrap {padding-right: 3px;}

.amount, .overview .amount {text-align: right; padding-right: 5px; white-space: nowrap;}
.table-styled td.amount, .table-styled th.amount {padding-right: 14px;}
.right, tr.underline th.right, tr.overline th.right {text-align: right !important; padding-right: 3px;}
.center, tr.underline th.center {text-align: center; }


td.FormTitle {
  color: #324A97;
  text-align: left;
  padding: 24px 1.2rem 8px;
  font-weight: bold;
  width: 10rem;
}

td.goToLastChild{
  text-align: right;
  color: #324A97;
  padding: 8px 1.2rem;
  font-weight: bold;
  cursor: pointer;
}

/* oldsite classes */
#con .FormCellRight {padding-right: 1.2rem; width: 10rem;}
#con .FormCellRight.grey, #con .FormCellRight.grey ~ td {line-height: initial}
#con .ContentTextBlue {background-color: transparent;}
.ContentAlertSmall, .ContentAlertSmallWhite {min-width: 170px; max-width: 170px; width: 170px; }
.LeftNavigation {text-transform: none; padding-left:14px; padding-top: 2px;}
.LeftNavigation > a {
  font-size: 11px;
  font-family: verdana, sans-serif;
  font-weight: 400 !important;
  line-height: 1.25;
}
.LeftNavigation.caps {padding-left:8px; padding-top: 10px;}
.LeftNavigation.caps > a {
  font-size: 14px;
  font-family: arial, sans-serif;
  font-weight: 600 !important;
}


/*
 *  Content Surroundings
 */
.pages {
 width: 100%;
}
.pages th {
 font-weight: normal;
}

.logotd {
 text-align: center;
 background-color: #162663;
}

tr.rate td input {width: 60px; text-align: center;}
tr.rate td.monthlycost input {width: 75px;}
tr.rate td input[type=submit] {min-width: 0;}

#loginform {
  margin: auto;
  display: table;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

#logoutwarning {
  background-color: yellow;
  border: solid 2px red;
  z-index: 1;
  position: absolute; /* fixed does not work, because IE needs to be in quirks mode :( */
  top: 400px;
  left: 50%;
  width: 400px;
  padding: 30px 1.2rem;
  margin-left: -200px;
  text-align: center;
}

.suggestions {
  height: auto;
  border: 1px solid #aaa;
  box-shadow: 0 4px 6px #aaa;
  background-color: white;
  line-height: 16px;

  position: absolute;
  padding: 4px 8px;
  width: 430px;
  max-height: 240px;
  overflow-y: auto;

  opacity: 0.9;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* IE8 -_- */
  filter: alpha(opacity=90); /* other IE */
}

/* Projects */
#projectcode {
  text-align: left;
  padding-left: 0;
  text-transform: none;
  min-width: 25rem;
}
#tr_tasks input {
  margin: 1px 0 0;
  border-color: #ddd;
}
#tr_tasks input[name^='task['] {
  width: 157px;
}
#tr_tasks input[name^='taskratemod['] {
  width: 44px;
  text-align: right;
}

#tr_tasks a {
  text-decoration: none;
  line-height: 12px;
}
#tr_tasks a.task_del {
  color: red;
  font-size: 16px;
}
#tr_tasks a.task_up, #tr_tasks a.task_down {
  color: #777;
  font-size: 6px;
}
#tr_tasks ul {
  margin: 0 0 4px;
  padding-left: 15px;
}
#tr_tasks li {
  white-space: nowrap;
}
li.removed {
  text-decoration: line-through;
}
.extrate {
  font-size: 11px;
  display: inline-block;
  width: 50px;
  text-align: right;
}
input.projectrate {
  width: 75px;
  text-align: right;
  padding-right: 5px
}
.corporate_project .projectrate {
  visibility: hidden;
}
table.sectioned {
  border-collapse: collapse;
  width: 100%;
}
table.sectioned tbody.bordered {
  border: 1px solid #ddd;
}
.tabs {
  width: 100%;
}
.tabs th {
  width: 10%;
}
.tabs th>a {
  display: inline-block;
  padding: 3px 0;
  width: 100%;
  color: #333 !important;
  text-decoration: none !important;
  font-weight: bold;
  background-color: #F1F0F1;
}
.tabs th>a:hover {
  opacity: .7;
}
.tabs th>a.active {
  background-color: #e5eaff;
  opacity: 1 !important;
}

#billing_moments, #resource_planning {
  border-spacing: .7rem;
}
#billing_moments, #billing_moments input, #billing_moments select {
  width: 100%;
}
#billing_moments textarea, #billing_moments select.high, #billing_moments input.high {
  width: 100%;
  height: 2.75em;
}
#billing_moments select {
  min-width: 7em;
}
#billing_moments select.high {
  min-width: 10em;
}
#billing_moments textarea {
  min-width: 250px;
}
#billing_moments input.high {
  line-height: 2.75em;
  padding: 3px;
}
#billing_moments .freq label {
  white-space: nowrap;
}
#billing_moments input[type=checkbox], #billing_moments input[type=radio] {
  width: auto;
}

#resource_planning input {
  width: 4em;
  text-align: right;
  padding-right: .3em;
}
#resource_planning .total {
  text-align: right;
}


/*
 *  Accounts
 */
.columned select, .columned input, .columned div {
  width: 7em;
  margin-right: .7em;
  margin-left: 0;
}
.columned div {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.columned div > select {
  display: block;
}


/*
 *  Reporting
 */
.reporting table {
  width: 100%;
  line-height: 1.25;
  border-collapse: collapse;
  border-spacing: 0;
}
.reporting th {
  text-align: left;
  padding: 1em 0 2px;
}
.reporting th~td {
  padding-bottom: 2px;
  vertical-align: bottom !important;
  text-align: right;
}
.reporting .amount {
  padding: 0 0 0 .4em;
}
.reporting .amount>small {
  padding-left: 1em;
  padding-top: .2em;
  display: inline-block;
}
.reporting .prodstat .amount>small, .reporting .prodstat th + td {
  padding-left: 0;
  padding-right: .5em;
}
.prodstat td[colspan='2'] {
  padding-left: 1px;
}
.reporting .padbottom {
  padding-bottom: 5px;
}
.reporting tr.grey td, .reporting .grey {
  color: #aaa;
}

/*
 *  Invoice Preparaton
 */
table.projects {width: 630px; margin-left: 0; text-align: center}

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

/*#toggledetail, #tabledetail {
  clear: both;
  width: 580px;
}*/
#toggledetail {margin-top: 1.2rem; padding-left: 2px}

.invoiceprep input, .invoiceprep select, .invoiceprep textarea, table.projects select {
  margin: 0;
}
#con .invoiceprep .FormCellRight
  {width: 105px;}
th.item-amount, th.item-unitprice, th.item-total, table.invoice .w75
  {width: 75px;}
.invoiceprep tr
  {height: 19px}
.an_level, .an_month
  {cursor: pointer;}

.floating {
  position: absolute;
  margin-left: -145px;
  margin-top: -5px;
  box-shadow: 0 0 1px 3px #fff;
}
.show_if_split {
  display: none;
}


/* editing displayed time on invoices */
.vis > a {
  text-decoration: none;
  font-size: 20px;
  line-height: 14px;
  border-left: none;
}

th.vis {cursor: help}
.newtime > td {
  background-color:#eee;
  padding: 5px 5px;
  vertical-align: middle !important;
}
.newtime > .vis {
  text-align: right;
  vertical-align: middle;
}
.newtime input {margin:0 -2px;}


.inv_row_del {
  position: relative;
  float: left;
}
.inv_row_del > a {
  position: absolute;
  left: -12px;
  text-decoration: none !important;
  color: #ff8080 !important;
  font-size: 10px
}

.multi-inv-buttons {
  display: inline-block;
  margin-left: 4px;
}
.multi-inv-buttons > input, .multi-inv-buttons > button {
  padding: 0;
  border: 0;
  margin-right: .3rem;
  min-width: 0;
  width: auto;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
}
.multi-inv-buttons > button.txt {
  font-size: .7rem;
  line-height: 1.3rem;
}
.multi-inv-buttons i {
  font-size: 1.1rem;
}

.address_email {
  padding-left: 1em;
  font-style: italic;
  color: grey;
}

.desaturate {
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  filter: grayscale(100%);
}

img.peppol {
  width: 18px;
  margin-bottom: -5px;
  margin-right: -1.5px;
}

a.pdf {
  position: relative;
  text-decoration: none !important;
}
.pdflabel {
  position: absolute;
  color: black;
  box-shadow: 0 0 2px #666;
  font-weight: bold;
  font-family: arial,helvetica,sans-serif;
  font-size: 7px;
  font-stretch: condensed;
  left: 0;
  top: 0;
  background: white;
  line-height: 7px;
  padding: 0 1px;
}


/** Analysis pages **/
.budget td, .budget th {
  padding: 4px 5px;
}
.budget td>div {
  position:relative;
}

.bars {position:absolute;left:-5px;height:17px;width:100%;white-space:nowrap;font-size:0}
.bars>div {display:inline-block;height:15px;border:1px solid #ccc;border-width:1px 0}
.bars>div:first-child {border-left-width:1px}
.bars>div:last-child {border-right-width:1px}
.pto, .pgm, .gop {background: #c0edaa;} /* green, previously #c5e9b3 */
.pc_inv {background: #ddd;}
.pia {background: #e2caec;} /* light purple */
.pc_2 {background: #f4bcbc;} /* red, previously #ffc6c6 */
.pc_3 {background: #a4d4e9;} /* blue */
.pc_4 {background: #f6f3b5;} /* yellow */
.pc_6 {background: #ddd;} /* grey */
.light {opacity: 0.5}

.shiftleft td {
  position: relative;
  top: .6em;
  right: 1.8em;
}

/** Collaborators Followup (weekstats) **/
.unit-row td, .team-row td {
  border-top: 1px solid grey;
}
.unit-row td:first-child {
  padding-top: 4px;
  padding-bottom: 2px;
}
.team-row td:first-child, .coll-row td:first-child {
  border-left: 1px solid grey;
}
.coll-row td:first-child {
  padding-left: 5px;
}
.locked-week {
  opacity: .5;
  background: #e5e5e5;
}
.week-locker {
  padding: 4px 6px;
}
.week-locker > input[type=checkbox] {
  margin: 0;
}
.week-percentage {
  width: 2.7em;
  display: inline-block
}

/** Collaborator wizard **/
.collaborator_wizard table {
  width: 100%;
  max-width: 25rem;
  border-collapse: collapse;
}

.collaborator_wizard input, .collaborator_wizard select {
  height: 2.2rem;
}
.collaborator_wizard input[type=checkbox] {
  height: auto;
}

#calendar-container {
  float: right;
  margin-top: -1rem;
}
#calendar-container:first-child {
    margin-top: 0;
}

#debug_timer {
  line-height: 1;
  position: absolute;
  top: 67px;
  right: 0;
  background: rgba(0,0,0,.1);
}
#debug_timer td {
  font-size: 11px;
}

/** Invoice Payment Status **/
.invoice_update_paystatus {
  text-decoration: none;
}
.tooltip_paystatus {
  background: #fff;
}
.tooltip_paystatus ul {
  padding-left: 1em;
  margin-top: 0;
}

/** Dashboard **/
.unit_chart {
  padding-bottom: 2rem;
}
.unit_chart > div > div {
  width:50%; float: left
}
.unit_chart > div > div > p {
  text-align: center;margin-bottom: 1rem;
}
.chart_total {
  margin: auto;
  text-align: right;
}
.chart_total > thead {
  text-align: center;
}
.chart_total > tbody th {
  padding-right: 1rem;
}
.chart-period > span {
  font-weight: normal;
  font-size: 1rem;
  cursor: default;
  padding-left: .2rem;
}
.chart-settings {
  float: right;
}
.chart-settings * {
  vertical-align: middle;
}
.chart-settings .fal {
  font-size: 1.5rem;
}
.chart-settings label {
  margin-left: .5rem;
}

/** Monstat print **/
.notext {
  font-size: 1px;
  color: transparent;
}

/** Date picker **/
.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-datepicker{padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:5px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:4px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:right;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}

.ui-datepicker {
  background: #f8f8f8;
  box-shadow: 0 1px 3px rgba(0,0,0,.4)
}
.ui-datepicker-inline {
  box-shadow: none;
  border: 1px solid #999;
}
.ui-datepicker [title]::after {display:none;}
.ui-state-active {background: #cef}
.ui-state-highlight {background: #fff7ab;}
.ui-state-default.ui-state-hover {background: #eee}
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em .3em;
  text-align: right;
  text-decoration: none !important;
  color: #000 !important;
}
.ui-datepicker-week-col {
  vertical-align: middle !important;
  text-align: center;
  color: #999;
}

.ui-datepicker-prev, .ui-datepicker-next {
  cursor: pointer;
  text-align: center;
  box-shadow: none !important;
  margin-top: 0.3em;
}
.ui-datepicker-prev::before, .ui-datepicker-next::before {
  content: "<";
  display: inline-block;
  font-weight: bold;
  font-size: .9em;
  line-height: 1.5em;
  width: 1.5em;
  text-align: center;
  border-radius: 50%;
  color: #000;
}
.ui-datepicker-next::before {
  content: '>';
}


/* remove unnecessary menus and headers for printing */
@media print {
  .noprint,
  #menu,
  .HeaderRightSide,
  .LeftNavigationTopFiller,
  .RightNavigationTopFiller,
  .ContentTopFiller,
  .NavigationBottomFiller,
  .FormButton,
  .footertr,
  #calendar-container,
  .Block_F,
  #top-bg,
  #debug_timer,
  [title]:after,
  [type=button]
    {display: none;}

  body {
    background: #fff;
    margin: 0;
  }
  body > table {
    width: 100%
  }
  #con {
    padding: 0;
    box-shadow: none;
  }
  #con > * {
    padding-left: 0;
    padding-right: 0;
  }
  #con > table {
    margin-left: 0;
    margin-right: 0;
  }
  table.main {
    border-collapse: collapse;
    border-spacing: 0;
  }

  ::-webkit-input-placeholder {color: #ddd;}
  ::-moz-placeholder {color: #ddd;}
  :-moz-placeholder {color: #ddd;}
  :-ms-input-placeholder {color: #ddd;}
  ::placeholder {color: #ddd;}
}
