@import url("https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap");
h1, h2, h3, h4 {
  padding: 0;
  margin: 0;
}

a {
  color: #0926BB;
}

h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  text-align: left;
}

h2 {
  font-size: 1.4em;
  margin: 0.5em 0 0.5em 0;
}

h2:first-child {
  margin-top: 0;
}

h3 {
  margin: 0 0 0.4em 0;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-family: "Chakra Petch", helvetica, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

pre {
  font-family: "Chakra Petch", helvetica, arial, sans-serif;
  white-space: pre-line;
  margin: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
}

.show,
.view {
  display: inherit;
}

.infobox {
  display: block;
  position: fixed;
  top: 10%;
  left: 5%;
  width: 40%;
  height: 70%;
  overflow-y: scroll;
  border-style: solid;
  border-width: 3px;
  background-color: rgba(194, 238, 186, 0.932);
  border-color: rgba(15, 119, 1, 0.966);
  border-radius: 20px;
  -webkit-box-shadow: 0 -4px 16px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 -4px 16px 0 rgba(0, 0, 0, 0.5);
  padding: 16px 16px 16px 16px;
  z-index: 200;
}

.mainlayout {
  width: 100%;
}

.mainlayout .mainmenu {
  position: fixed;
  width: 260px;
  height: 100%;
  background: #E2EDF0;
}

.mainlayout .mainmenu .logo {
  background: url("../gfx/priocloud.svg") no-repeat center center;
  background-size: auto 18px;
  text-indent: -999px;
  height: 84px;
}

.mainlayout .mainmenu .usernav {
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #F0F6F7;
}

.mainlayout .maincontainer {
  padding-left: 260px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mainlayout .maincontainer header {
  background: #E2EDF0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 84px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainlayout .maincontainer header .title {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}

.mainlayout .maincontainer header .title .breadcrumbs .breadcrumb {
  color: #617D88;
  text-decoration: none;
  font-weight: 600;
}

.mainlayout .maincontainer header .title .breadcrumbs + h1 {
  font-size: 21px;
}

.mainlayout .maincontainer header .options {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  padding: 10px;
}

.mainlayout .maincontainer .maincontentcontainer .content {
  padding: 15px;
}

@media print {
  /* All your print styles go here */
  .maincontainer {
    padding-left: 0px !important;
  }
}

nav {
  padding: 0 30px 40px;
}

nav ul {
  list-style-type: none;
  padding: 0;
}

nav ul li .menutitle {
  font-weight: 600;
  color: #617D88;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 15px 0 5px;
}

nav ul li a {
  font-size: 14px;
  color: #141F33;
  display: block;
  padding: 5px;
  text-decoration: none;
}

.lockbox {
  display: block;
  position: fixed;
  top: 10%;
  left: 5%;
  height: 85%;
  width: 90%;
  border-style: solid;
  border-width: 3px;
  background-color: rgba(241, 228, 228, 0.932);
  border-color: rgba(241, 7, 7, 0.966);
  border-radius: 20px;
  -webkit-box-shadow: 0 -4px 16px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 -4px 16px 0 rgba(0, 0, 0, 0.5);
  padding: 16px 16px 16px 16px;
  z-index: 100;
}

.actionbar {
  display: block;
  width: 100%;
}

.actionbar .filter {
  display: inline-block;
  margin-right: 15px;
}

.actionbar .filter .label,
.actionbar .filter select,
.actionbar .filter input {
  display: inline-block;
}

.popup.active,
.popupport.active,
.popupcat.active,
.popupacc.active,
.popupaction.active,
.popupsteerco.active,
.popupposted.active,
.popupbaseline.active,
.popupcatsub.active,
.popuplink.active,
.popupcontrol.active,
.popupperimeter.active {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.popup.active .popupcontent,
.popup.active .actions,
.popupport.active .popupcontent,
.popupport.active .actions,
.popupcat.active .popupcontent,
.popupcat.active .actions,
.popupacc.active .popupcontent,
.popupacc.active .actions,
.popupaction.active .popupcontent,
.popupaction.active .actions,
.popupsteerco.active .popupcontent,
.popupsteerco.active .actions,
.popupposted.active .popupcontent,
.popupposted.active .actions,
.popupbaseline.active .popupcontent,
.popupbaseline.active .actions,
.popupcatsub.active .popupcontent,
.popupcatsub.active .actions,
.popuplink.active .popupcontent,
.popuplink.active .actions,
.popupcontrol.active .popupcontent,
.popupcontrol.active .actions,
.popupperimeter.active .popupcontent,
.popupperimeter.active .actions {
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  right: 0;
}

.popup .popupcontent,
.popupport .popupcontent,
.popupcat .popupcontent,
.popupacc .popupcontent,
.popupaction .popupcontent,
.popupsteerco .popupcontent,
.popupposted .popupcontent,
.popupbaseline .popupcontent,
.popupcatsub .popupcontent,
.popuplink .popupcontent,
.popupcontrol .popupcontent,
.popupperimeter .popupcontent {
  display: block;
  position: fixed;
  height: 100%;
  width: 50%;
  min-width: 320px;
  top: 0;
  right: -100%;
  background-color: white;
  -webkit-box-shadow: 0 -4px 16px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 -4px 16px 0 rgba(0, 0, 0, 0.5);
  padding: 80px 16px 16px 16px;
  z-index: 1;
  -webkit-transition: right 0.1s;
  transition: right 0.1s;
  z-index: 100;
  overflow-y: auto;
}

.popup .popupcontent select,
.popup .popupcontent input,
.popup .popupcontent textarea,
.popupport .popupcontent select,
.popupport .popupcontent input,
.popupport .popupcontent textarea,
.popupcat .popupcontent select,
.popupcat .popupcontent input,
.popupcat .popupcontent textarea,
.popupacc .popupcontent select,
.popupacc .popupcontent input,
.popupacc .popupcontent textarea,
.popupaction .popupcontent select,
.popupaction .popupcontent input,
.popupaction .popupcontent textarea,
.popupsteerco .popupcontent select,
.popupsteerco .popupcontent input,
.popupsteerco .popupcontent textarea,
.popupposted .popupcontent select,
.popupposted .popupcontent input,
.popupposted .popupcontent textarea,
.popupbaseline .popupcontent select,
.popupbaseline .popupcontent input,
.popupbaseline .popupcontent textarea,
.popupcatsub .popupcontent select,
.popupcatsub .popupcontent input,
.popupcatsub .popupcontent textarea,
.popuplink .popupcontent select,
.popuplink .popupcontent input,
.popuplink .popupcontent textarea,
.popupcontrol .popupcontent select,
.popupcontrol .popupcontent input,
.popupcontrol .popupcontent textarea,
.popupperimeter .popupcontent select,
.popupperimeter .popupcontent input,
.popupperimeter .popupcontent textarea {
  min-width: unset;
  width: 100%;
}

.popup .actions,
.popupport .actions,
.popupcat .actions,
.popupacc .actions,
.popupaction .actions,
.popupsteerco .actions,
.popupposted .actions,
.popupbaseline .actions,
.popupcatsub .actions,
.popuplink .actions,
.popupcontrol .actions,
.popupperimeter .actions {
  position: fixed;
  background: white;
  padding: 8px 16px;
  width: 50%;
  right: -100%;
  z-index: 101;
  top: 0;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}

.formtable td {
  border: 0;
  vertical-align: top;
}

.formtable .formlabel {
  font-weight: bold;
  text-align: right;
  padding-top: 14px;
  width: 25%;
}

.layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.layout.inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.layout.vcenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.layout > .layoutelement,
.layout > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.layout > .layoutelement.fluid,
.layout > div.fluid {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}

.bigsmall .big {
  font-weight: 600;
}

.bigsmall .small {
  font-weight: normal;
}

div.view {
  display: block;
}

.hide,
.noview {
  display: none;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.Greentext {
  color: green;
}

.Redtext {
  color: red;
}

.gutter-top {
  margin-top: 1em;
}

.gutter-top {
  margin-bottom: 1em;
}

.greybackground {
  border-color: #9fc0c5 !important;
  border-width: 3px !important;
}

.greenbackground {
	border-color: black !important;
	background-color: green;
	border-width: 2px !important;
}
.yellowgreenbackground {
	border-color: black !important;
	background-color: yellowgreen;
	border-width: 2px !important;
}

.yellowbackground {
	border-color: black !important;
	background-color: yellow;
	border-width: 2px !important;
}

.orangebackground {
	border-color: black !important;
	background-color: orange;
	border-width: 2px !important;
}
.redbackground {
	border-color: black !important;
	background-color: red;
	border-width: 2px !important;
}
.purplebackground {
	border-color: black !important;
	background-color: purple;
	border-width: 2px !important;
}

/* HEADER */
header .user-container {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

header .user-container span {
  color: #fff;
  margin-right: 1em;
}

header .user-container .button {
  display: inline-block;
  padding: 1em 1em;
  color: #fff;
  cursor: pointer;
}

/* MAIN */
.row {
  max-width: 68em;
  margin: 0 auto;
  position: relative;
}

.main-container {
  max-width: 68em;
  margin: 2em auto;
  position: relative;
}

/* NAVIGATION */
/* CONTENT */
.content-container {
  width: 80%;
  float: right;
  padding-left: 1em;
}

/* TYPOGRAPHY */
.datebox {
  border: 1px solid #08486c;
  background-color: white;
  -webkit-box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.1);
  color: #000;
  cursor: pointer;
  height: 20px;
  width: 80px !important;
}

.cal {
  background-image: url(../../gfx/calendaricon.png);
  margin: 0px;
  padding: 0px;
  color: transparent;
  cursor: pointer;
  height: 38px;
  width: 38px !important;
  background-repeat: no-repeat;
  background-position: left 8px center;
}

.linkicon {
  background-image: url("../../gfx/link.png");
  margin: 0px;
  padding: 0px;
  border: 0px;
  color: transparent;
  cursor: pointer;
  height: 20px !important;
  width: 29px !important;
}

.link {
  cursor: pointer;
}

.ordersellect {
  font-size: 0.9em;
}

.ordersellect-small {
  font-size: 0.9em;
  min-width: 150px !important;
}

table.smallinput input {
  text-align: right;
}

table .sums {
  text-align: right;
}

.nopadding {
  padding: 0 !important;
}

/* TABLES */
table {
  width: 100%;
  background-color: #fff;
}

table td, table th {
  border: 1px solid #C8DDE3;
  background: none;
  padding: 10px;
}

table th,
table .header {
  background-color: #F8FAFB;
}

table.tablelist {
  margin-top: 1.5em;
}

.texttop {
  vertical-align: text-top;
}

table.noborder > tbody > tr > td,
table.noborder > tbody > th > td {
  border: none;
}

td.noborder50 {
  width: 50% !important;
  border: none;
}

table.nopadding > tbody > tr > td,
table.nopadding > tbody > th > td {
  padding: 0;
}

tr.topheader td,
td.topheader {
  background-color: #0869a1;
  padding: 0.5rem;
  color: #fff;
  font-size: 1.6em;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}

td.markheader {
  background-color: rgba(8, 105, 161, 0.384) !important;
}

tr.listsubject td {
  background-color: #e1e4e5;
  padding-top: 1em;
}

tr.filtertd td {
  padding: 0 !important;
}

tr.listsubject td h3 {
  color: inherit;
}

table.smaller tr td:first-child,
table.tablelist tr td:first-child {
  width: 200px;
}

/* DOTS (STATUS) */
.ResYellow:before,
.ResRed:before,
.ResOrange:before,
.ResGreen:before,
.Yellow:before,
.Red:before,
.Orange:before,
.Blue:before,
.Green:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 10px;
  margin-right: 6px;
  border: 1px solid transparent;
}

.Yellow:before {
  background-color: #DF9215;
  border-color: #DF9215;
}

.Red:before {
  background-color: #C42C43;
  border-color: #C42C43;
}

.Green:before {
  background-color: #38B270;
  border-color: #38B270;
}

.Orange:before {
  background-color: #D46E24;
  border-color: #D46E24;
}

.ResYellow:before {
  background-color: #DF9215;
  border: 2px solid black;
}

.ResRed:before {
  background-color: #C42C43;
  border: 2px solid black;
}

.ResGreen:before {
  background-color: #38B270;
  border: 2px solid black;
}

.ResOrange:before {
  background-color: #D46E24;
  border: 2px solid black;
}

.Blue:before {
  background-color: #a7b6ff;
  border-color: #0926BB;
}

.verttd {
  height: 100px;
  width: 30px;
}

.vert {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

h2.Yellow:before,
h2.Orange:before,
h2.Red:before,
h2.Green:before {
  width: 15px;
  height: 15px;
}

.rad0:before {
  width: 0px;
  height: 0px;
  visibility: hidden;
}

.rad1:before {
  width: 10px;
  height: 10px;
}

.rad2:before {
  width: 20px;
  height: 20px;
}

.rad3:before {
  width: 30px;
  height: 30px;
}

.rad4:before {
  width: 40px;
  height: 40px;
}

/* STRANGE GRAPH */
#scatter,
#riskscatter {
  width: 100%;
  position: relative;
}

#scatter svg,
#riskscatter svg {
  width: 100%;
  position: relative;
}

/*.tooltip {
	position: absolute;
	background-color: #FFF;
	padding: 1em;
	box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.1);
	border: 1px solid #A8A9A9;
	min-width: 100px;
}
*/
.dndbox {
  width: auto;
}

.sortable-container {
  padding-left: 0px !important;
}

.well {
  border: 1px solid green;
  background: green !important;
  margin: 15px;
}

.beingDragged {
  height: 24px;
  margin-bottom: 0.5em !important;
  border: 2px dotted #ccc !important;
  background: none !important;
}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.dot {
  stroke: #000;
}

.header-with-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.headertitle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header-with-actions .headeractions {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}

.contentblock {
  display: block;
  padding: 8px 0;
}

.columnsection {
  -webkit-columns: 3;
          columns: 3;
}

/* LOGIN */
.login-container {
  overflow: auto;
  margin-top: 1em;
  margin-right: -0.5em;
  margin-left: -0.5em;
}

.column {
  float: left;
  padding: 0 0.5em;
}

.small-6 {
  width: 50%;
}

.login-box b,
.demo-box b {
  display: inline-block;
  margin-bottom: 0.5em;
}

.login-box,
.demo-box {
  background-color: #E2EDF0;
  padding: 1em;
}

.fanes {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #F0F6F7;
}

.fanes .fane {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: inherit;
  margin: 0 15px;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  text-align: center;
  padding: 16px 4px;
  font-size: 14px;
  color: inherit;
  text-decoration: none;
  line-height: 1;
}

.fanes .fane:hover {
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px 0 0 #C8DDE3;
          box-shadow: inset 0 -2px 0 0 #C8DDE3;
}

.fanes .fane.menuactive, .fanes .fane.submenuactive {
  color: #0926BB;
  -webkit-box-shadow: inset 0 -3px 0 0 #0926BB;
          box-shadow: inset 0 -3px 0 0 #0926BB;
  font-weight: 600;
}

.fanes + .fanes,
.radiotabs + .radiotabs,
.fanes + .radiotabs,
.radiotabs + .fanes {
  background-color: #F8FAFB;
}

.fanes,
.radiotabs {
  border-bottom: 1px solid #E2EDF0;
}

.radiotabs {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #F0F6F7;
}

.radiotabs label {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  margin: 0 15px;
  text-align: center;
  cursor: pointer;
}

.radiotabs label input[type="radio"] {
  display: none;
}

.radiotabs label input[type="radio"] ~ span {
  display: block;
  font-size: 14px;
  padding: 15px 5px;
}

.radiotabs label input[type="radio"]:hover:not(:checked) ~ span {
  -webkit-box-shadow: inset 0 -2px 0 0 #C8DDE3;
          box-shadow: inset 0 -2px 0 0 #C8DDE3;
}

.radiotabs label input[type="radio"]:checked ~ span {
  -webkit-box-shadow: inset 0 -3px 0 0 #0926BB;
          box-shadow: inset 0 -3px 0 0 #0926BB;
  font-weight: 600;
  color: #0926BB;
}

input[type="radio"],
input[type="checkbox"] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid #617D88;
  height: 16px !important;
  width: 16px !important;
  position: relative;
  top: 3px;
  margin-right: 2px;
}

input[type="radio"] {
  border-radius: 12px;
}

input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  position: relative;
  top: 1px;
  left: 1px;
  background-color: #0926BB;
  border-radius: 2px;
}

input[type="radio"]:checked:before {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  position: relative;
  top: 1px;
  border-radius: 12px;
  left: 1px;
  background-color: #0926BB;
}

label + label {
  margin-left: 5px;
}

.field {
  margin-bottom: 0.5em;
}

td .field {
  margin-bottom: 0;
}

button,
input,
select,
textarea {
  border: 1px solid #617D88;
  padding: 5px 10px;
  font-size: 14px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1.1;
}

button + input,
button + textarea,
button + select,
input + input,
input + textarea,
input + select,
select + input,
select + textarea,
select + select,
textarea + input,
textarea + textarea,
textarea + select {
  margin-left: 4px;
}

select {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAf0lEQVQ4T8WS0QnAIAxEn5N1lNbJ6igdrRwoiCYqWGh+BM09TO4CmxU29XwGSMAD6FypCziAqB9IdGZVXIBIfOf+JEB9ofsRpOstO1iBmD31EkcQ9611wWrUWGXmbkTLxhZSu9Ltx8uBBTGXOwpSDXGdmSVREJUbsBlgmsr/AS9OahwQPqrD/gAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  padding-right: 30px;
}

textarea {
  overflow-y: hidden;
}

.field input {
  width: 100%;
  padding: 0.4em;
  display: block;
}

.field textarea {
  width: 100%;
}

.field input:focus,
.field textarea:focus {
  outline: none;
  border: 1px solid #899ba1;
}

input:disabled,
textarea:disabled,
select:disabled {
  background: transparent;
  border-color: transparent;
  cursor: text;
}

.button {
  margin-bottom: 0.5em;
}

.button button {
  border: 1px solid #08486c;
  padding: 5px 10px;
  background-color: #0869a1;
  -webkit-box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.1);
  color: #fff;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  cursor: pointer;
}

.buttonOn {
  -webkit-box-shadow: inset 0 0 0 2px #0926BB;
          box-shadow: inset 0 0 0 2px #0926BB;
  border-color: #0926BB;
  color: #0926BB;
}

/* SORTABLE */
ul.sortable-container {
  display: block;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sortable-container li,
.sortable-container .ui-sortable-placeholder {
  padding: 0.5em;
  background-color: #f6f7f7;
  border: 1px solid #d1d6d7;
  border-bottom-color: #bec1c1;
  border-right-color: #bec1c1;
  margin-bottom: 0.4em;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
  cursor: ns-resize;
}

.sortable-container .ui-sortable-placeholder {
  height: 35px;
}

.sortable-container .ui-sortable-placeholder:before {
  content: " ";
  display: block;
}

.sortable-container ul {
  margin-top: 1.5em;
}

/* FILTER AND ORDER */
.filter-container {
  width: 20%;
}

/* FILTER SELECT */
/* MULTIPLE SELECT */
.multiple-select {
  width: 100%;
  min-width: 10px;
  display: block;
  float: left;
  border: 0px;
  height: 150px;
  background-image: none !important;
}

.editable .mainbox {
  display: none;
}

.editable .editboxon {
  display: block;
}

.center {
  text-align: center;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: #fff;
  padding: 5px 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  vertical-align: top;
  border: 1px solid #617D88;
  line-height: 1;
  font-size: 14px;
}

button.close {
  border: 0;
  width: 34px;
  height: 34px;
  background: url("../gfx/x.svg") no-repeat center center;
  background-size: 16px;
}

button + button {
  margin-left: 4px;
}

.clearbtn {
  padding: 2px 6px;
  background-color: white;
  border: 2px solid #e4e6e8;
  color: black;
  margin-right: 2px;
}

h2 button {
  font-size: 0.8rem;
}

.ganttcontent {
  width: 80px;
  float: left;
}

.ganttcontentsmall {
  width: 60px;
  float: left;
}

.ganttcontentfirst {
  width: 160px;
  float: left;
}

/* PRINT */
@media print {
  .test {
    position: fixed;
    top: 12px;
    left: 12px;
    padding: 24px;
    background: white;
    -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
    border-radius: 8px;
  }
  body {
    font-size: 16px;
    background-color: transparent;
  }
  header {
    display: none;
  }
  nav {
    display: none;
  }
  .fanes {
    display: none;
  }
  .disp {
    display: none;
  }
  .main-container {
    margin: 0;
    max-width: 100%;
  }
  .hideOnPrint {
    display: none;
  }
  .content {
    padding: 0;
  }
  .content-container {
    width: 100%;
    float: none;
    padding: 0;
  }
  .breaker {
    page-break-after: always;
    page-break-inside: avoid;
  }
}

/* Project dependencies */
#project-dependencies table td select,
#project-dependencies table td input {
  min-width: 0;
  width: 100%;
}

/* Tooltips */
.tooltip {
  position: relative;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #555;
  color: #fff;
  text-align: left;
  vertical-align: top !important;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -100px;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.tooltip .tooltiptext table td {
  text-align: left;
  vertical-align: top !important;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1079px) {
  .popup .popupcontent,
  .popup .actions,
  .popupport .popupcontent,
  .popupport .actions,
  .popupcat .popupcontent,
  .popupcat .actions,
  .popupacc .popupcontent,
  .popupacc .actions,
  .popupaction .popupcontent,
  .popupaction .actions,
  .popupsteerco .popupcontent,
  .popupsteerco .actions,
  .popupposted .popupcontent,
  .popupposted .actions,
  .popupbaseline .popupcontent,
  .popupbaseline .actions,
  .popupcatsub .popupcontent,
  .popupcatsub .actions,
  .popuplink .popupcontent,
  .popuplink .actions,
  .popupcontrol .popupcontent,
  .popupcontrol .actions,
  .popupperimeter .popupcontent,
  .popupperimeter .actions {
    min-width: calc(100% - 40px);
  }
}
/*# sourceMappingURL=main.css.map */