/* Variables
== kopie van ander project
moet nog verder doorgevoerd worden
*/
/* buttons */
/* end mixins */
/*  ------------------ TYPOGRAPHY ----------------------------- */
/* Variables
== kopie van ander project
moet nog verder doorgevoerd worden
*/
/* buttons */
/* end mixins */
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0.03125em;
}

h1 {
  font-size: 0.75rem;
}

p, div, img {
  padding: 0;
  margin: 0;
}

legend {
  font-size: 18px !important;
  position: relative;
  top: -5px;
  margin-left: 20px;
}

.save-btn {
  background-image: url("/assets/image/Portal_Icons/icon-save.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
  border: none;
  font-size: 0;
  position: absolute;
  right: 0.75rem;
  top: 1.5rem;
  width: 2rem;
  height: 2rem;
}
.save-btn:hover {
  cursor: pointer;
}

/* bootstrap override */
.col,
[class^=col-],
[class*=" col-"] {
  padding: 0;
}

.row-no-margin {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}

.taskbody > div:not(.step):first-of-type {
  padding-top: 0.75rem;
}

.modal-content {
  overflow: auto;
  max-height: calc(var(--vh, 1vh) * 90);
}

.btn-link {
  color: #555555;
}
.btn-link:hover {
  cursor: pointer;
  color: #555555;
}

/* ------------------ GENERAL ---------------------------------- */
/* warnings */
.badge {
  border-radius: 50%;
}

/* ------------------ STRUCTURE ----------------------------------- */
#header {
  height: 74px;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  background-color: #1d1d1d;
  color: #c8c8c8;
}
@media only screen and (max-width: 62em) {
  #header {
    height: 35px;
    padding-left: 25px;
  }
}
#header #version-string {
  position: absolute;
  top: 22px;
  left: 80px;
  display: none;
}
@media only screen and (max-width: 62em) {
  #header #version-string {
    display: none !important;
  }
}
#header.acceptance {
  border-bottom: 3px solid green;
}
#header.development {
  border-bottom: 3px solid blue;
}
#header.testing {
  border-bottom: 3px solid blue;
}
#header.production {
  border-bottom: 3px solid #e3740a;
}

#main-logo {
  position: absolute;
  width: 48px;
  left: 20px;
  top: 11px;
}
@media only screen and (max-width: 62em) {
  #main-logo {
    width: 24px;
    top: 5px;
    left: 20px;
  }
}

.header-maintitle {
  color: white;
  font-size: 32px;
  float: left;
  margin-left: 150px;
  margin-top: 8px;
}

.header-pagetitle {
  display: block;
  float: right;
  margin-right: 2rem;
  margin-top: 4px;
  text-align: right;
  font-size: 1.4em;
}
@media only screen and (max-width: 62em) {
  .header-pagetitle {
    font-size: 1em;
    margin-right: 0.5rem;
  }
}

.header-helpicon {
  display: flex;
  float: right;
  margin-right: 0;
  margin-top: 4px;
  border-left: 1px solid #98c0ea;
  width: 70px;
  text-align: center;
}
@media only screen and (max-width: 62em) {
  .header-helpicon {
    height: 25px;
  }
}

.login-name {
  display: block;
  font-size: 14px;
  text-align: right;
}

/* flexbox fixed footer */
body {
  display: flex;
  min-height: calc(var(--vh, 1vh) * 100);
  flex-direction: column;
}

#main,
#player {
  flex: 1;
}

#container,
.main-inner {
  height: 100%;
}

#body {
  padding: 0;
}

main#noheader {
  padding-top: 0;
}

main.main-content {
  position: relative;
  padding-left: 70px;
  min-height: calc(var(--vh, 1vh) * 100);
  padding-top: 70px;
}
@media only screen and (max-width: 62em) {
  main.main-content {
    padding-top: 35px;
    padding-left: 45px;
  }
}
.editor main.main-content {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home main.main-content, .layout-portal main.main-content, .layout-reviewer main.main-content {
  padding-left: 0;
}
.layout-player main.main-content {
  padding-bottom: 60px;
}

main.solitary {
  padding-top: 0;
}

/* main container for portal */
footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: lightgray;
  height: 30px;
  font-size: 12px;
  font-style: italic;
  text-align: center;
  padding: 5px;
}
@media only screen and (max-width: 62em) {
  footer {
    height: 45px;
    padding-bottom: 10px;
  }
}

#login-info {
  position: absolute;
  bottom: 1.53rem;
  left: 170px;
  font-size: 85%;
  text-align: left;
  color: white;
}
@media only screen and (max-width: 62em) {
  #login-info {
    left: 150px;
    bottom: 0.33rem;
  }
  #login-info #logged-in-user {
    width: 170px;
  }
}

/* ------------------ SPLASH & DISCLAIMER ----------------------------------- */
#splashScreen {
  text-align: center;
}
#splashScreen .inner {
  display: inline-block;
  position: relative;
  top: 15vh;
  width: 70vh;
  height: 70vh;
  margin: auto;
  border-radius: 50%;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
  background-image: url(../image/TRIPLO_splashscreen.svg);
  background-position: center center;
  background-size: 100.8%;
  background-repeat: no-repeat;
}
#splashScreen .copy {
  position: absolute;
  bottom: 16%;
  left: 0;
  right: 0;
  z-index: 10;
  color: #999999;
  font-size: 90%;
}

.modal-backdrop.show {
  background: #fff;
}

#disclaimer .modal-lg {
  max-width: 75vw;
}

.modal-splash {
  display: flex;
  flex-direction: row;
  background-color: #2D2C2F !important;
  color: white;
}

.splash-left {
  flex: 1 0 190px;
  position: relative;
  background: #E67300;
}
.splash-left .copy {
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
  color: #2D2C2F;
  font-size: 80%;
}

.splash-content {
  padding: 3rem 3rem 0 3rem;
}

.splash-header {
  margin-bottom: 3rem;
}

.splash-logo {
  float: right;
  width: 315px;
  margin: -3rem -1rem 1rem 1rem;
}

.splash-body {
  margin-right: 40%;
}

.splash-footer {
  margin-top: 3rem;
  margin-bottom: 2rem;
  text-align: right;
}

.modal-left {
  width: 100px;
  padding: 15px;
  background-size: 80px;
  background-position: 10px 10px;
  background-repeat: no-repeat;
}

/* ------------------ ICONS ----------------------------------- */
span.edit {
  background-image: url("../image/icon_edit.png");
}

span.mail {
  background-image: url("../image/icon_send.png");
}

span.delete {
  background-image: url("../image/buttons/button-remove.png");
}

.add {
  background-image: url("../image/buttons/button-add.png");
}

.btn-check {
  background-image: url("../image/buttons/check.png");
}

.btn-reject {
  background-image: url("../image/buttons/reject.png");
}

.wf-goedkeuren-off {
  background: url("../image/workflow_icons/workflow_icon_goedkeuren_default.png");
  background-size: cover;
}

.wf-info {
  background: url("../image/workflow_icons/workflow_icon_info.png");
  background-size: cover;
}

.checkmark {
  background: url("../image/buttons/checkmark.png");
}

.btn-changes {
  background-image: url("../image/workflow_icons/workflow_icon_vergelijken.png");
}

.btn-feedback {
  background-image: url("../image/menu_icons/icon-feedback.png");
  background-color: #AEAEAE;
}

.inline-button {
  position: relative;
  bottom: -3px;
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
}

.step-button {
  text-align: left;
  font-size: 16px;
}

.card-header {
  border: none !important;
}

.message-head {
  width: 100%;
  border-bottom: 1px solid black;
  margin-bottom: 10px;
}
.message-head td {
  padding-right: 5px;
}

/* general modifications  for modal */
.modal-header,
.modal-content {
  border-radius: 0;
  border: none;
  background: #E3E3E3;
}

.modal-header {
  border-bottom: none;
}

.modal-body {
  font-weight: 500;
}

.modal-footer {
  border-top: none;
}

.modal-button {
  border: 1px solid #8d8d8d;
  background: #E3E3E3;
  cursor: pointer;
}

/* danger modal */
.modal-danger {
  background-color: #CE2016 !important;
  color: white;
  padding-top: 100px;
}
.modal-danger .modal-header h1 {
  font-weight: 600;
  font-size: 2.5rem;
}

.modal-black table {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid white;
}
.modal-black th {
  font-style: italic;
  text-align: center;
}
.modal-black td, .modal-black th {
  padding: 3px 15px;
  border-bottom: 1px solid lightgray;
  border-right: 1px solid lightgray;
}

.rounded-modal {
  border-radius: 50px !important;
}

/* popup windows */
table.tool-part-info {
  width: 100%;
  border: 1px solid #444444;
}
table.tool-part-info td {
  vertical-align: top;
  padding: 15px 15px 12px 15px;
}
table.tool-part-info td.header-col {
  width: 20%;
  background-color: black;
  color: white;
  font-size: 11px;
}
table.tool-part-info td.body-col {
  width: 80%;
  background-color: #E6E6E6;
  color: black;
  font-size: 11px;
}
table.tool-part-info td.image-col {
  width: 20%;
}
table.tool-part-info td.image-col img {
  width: 200px;
  margin-top: 70px;
}

/* metadata info on WB homepage */
#wb-home-metadata {
  position: absolute;
  bottom: 60px;
  left: 110px;
  right: 40px;
  /* Titles in gray boxes */
}
@media only screen and (max-width: 62em) {
  #wb-home-metadata {
    bottom: 80px;
    left: 90px;
    right: 45px;
  }
}
#wb-home-metadata h2 {
  font-size: 1.5rem;
}
#wb-home-metadata h3 {
  font-size: 0.875rem;
}
@media only screen and (min-width: 80em) {
  #wb-home-metadata h2 {
    font-size: 1.75rem;
  }
  #wb-home-metadata h3 {
    font-size: 1rem;
  }
}
#wb-home-metadata a {
  display: block;
}

#wb-home-attachments {
  position: absolute;
  top: 80px;
  left: 110px;
  right: 40px;
  z-index: 1;
  /* Titles in gray boxes */
}
#wb-home-attachments h2 {
  font-size: 1.5rem;
}
@media only screen and (min-width: 80em) {
  #wb-home-attachments h2 {
    font-size: 1.75rem;
  }
}

.meta-tile {
  background-color: rgba(226, 227, 229, 0.8);
  min-height: 122px;
  height: 100%;
  padding: 1.25rem;
  margin-right: 1em;
  word-wrap: break-word;
  hyphens: auto;
}

.editable {
  cursor: pointer;
}

.meta-edit tfoot td {
  border-top: 1px solid darkgray;
}

.meta-edit thead th {
  border-bottom: 1px solid darkgray;
}

input.value_description {
  width: 400px;
}

input.value_code {
  width: 70px;
}

/* list table for tools / parts */
div.list-table img {
  width: 100%;
}
div.list-table div.header {
  font-weight: bold;
  border-bottom: 1px solid darkgray;
}
div.list-table > div {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
div.list-table > div:nth-child(even) {
  background-color: whitesmoke;
}
div.list-table > div > div {
  padding-left: 0.3em;
  padding-right: 0.3em;
}

/* Extra panel boven tools en parts met upload mogelijkheid */
div.extra-panel {
  border-radius: 15px;
  background-color: whitesmoke;
  border: 1px solid darkgray;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.startpage-button {
  display: block;
  background-size: 95% auto;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1d1d1d;
  height: 48%;
  min-width: 45px;
  max-width: 75px;
  border: none;
  opacity: 0.9;
}
.startpage-button:hover {
  cursor: pointer;
  background-color: #000000;
  box-shadow: inset 0 0 1px #999;
  color: transparent;
  text-decoration: none;
}
.infoscreen .startpage-button {
  width: 45px;
  height: 45px;
}

.startbutton {
  background-image: url("../image/start_page_icons/icon_start.png");
  margin-bottom: 4%;
}

.player-infobutton {
  background-image: url("../image/start_page_icons/icon_extra-info.png");
}

.infobutton-zwart {
  background-image: url("../image/Portal_Icons/icon_extra-info_zwart.png");
}

.vrijgeven-zwart {
  background-image: url("../image/Portal_Icons/portal_icon_Vrijgeven_zwart.png");
}

/*.feedback-button {*/
/*    background-image: url('../image/Portal_Icons/icons_step_feedback.png');*/
/*    background-color: #C8C8C8;*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    float: right;*/
/*    width: 66px;*/
/*    height: 100%;*/
/*    border-bottom: 1px solid #E5E5E6;*/
/*}*/
.feedback-button:hover {
  background-color: #A8A8A8;
}

/* ------------------ INFOSCREEN ------------------------------- */
.infoscreen {
  opacity: 0.9;
  padding-left: 10% !important;
}
@media only screen and (max-width: 62em) {
  .infoscreen {
    padding-left: 0 !important;
  }
}
.infoscreen table {
  width: 80%;
  margin-bottom: 10px;
}
.infoscreen tr:nth-child(even) td {
  background-color: #E9EBF4;
}
.infoscreen tr:nth-child(odd) td {
  background-color: #D0D5E8;
}
.infoscreen th {
  background-color: #4D73BE;
}
.infoscreen th,
.infoscreen td {
  padding: 3px 10px;
}
.infoscreen td.metaname {
  width: 30%;
  font-weight: bold;
}
.infoscreen td.metavalue {
  width: 70%;
}
.infoscreen button {
  float: right;
}

.dark {
  background-color: black;
}

.dark-header {
  background-color: black;
  color: white;
  height: 50px;
  padding-top: 14px;
}

.feedbackitems {
  background-color: #F0F0F0;
}

.padding10 {
  padding: 10px;
}

.feedbackitem {
  padding: 5px !important;
  border-bottom: 4px solid white;
}

.icon-button {
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 60px;
  width: 60px;
}

.icon-button:hover {
  cursor: pointer;
}

.icon-button.disabled {
  opacity: 0.2;
}

/* aanvraag */
.meta,
.stage {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
}

.meta label {
  min-width: 7rem;
}

.stage .group {
  flex: 0 1 auto;
}

.stage .group.reason {
  flex: 1 1 auto;
}

.stage label {
  clear: left;
  width: 33%;
}

.stage input[type=text] {
  width: 60%;
}

.stage textarea {
  border: none;
  background: #F0F0F0;
  height: 88%;
  width: 93%;
}

.aanvraag .error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  display: block;
  width: 100%;
  padding: 0.5rem;
  clear: left;
  margin: 0.5rem 0 1rem 0;
}

.aanvraag .stage .error {
  width: 93%;
  margin-top: 0.2rem;
}

/* Table with black header over full page */
table.standard {
  width: 100%;
  background-color: #F0F0F0;
  font-weight: 500;
}
@media only screen and (max-width: 62em) {
  table.standard tr th {
    font-size: 12px;
    padding: 2.5px 0 2.5px 10px !important;
  }
}
table.standard td,
table.standard thead th {
  padding: 0.75rem 0 0.75rem 0.5rem;
  vertical-align: middle;
}
@media only screen and (min-width: 62em) {
  table.standard td,
  table.standard thead th {
    padding: 0.75rem 0 0.75rem 24px;
  }
}
table.standard thead th {
  background-color: #1e1e1e;
  color: white;
  height: 40px;
}
@media only screen and (max-width: 62em) {
  table.standard thead th {
    font-size: 14px;
    padding: 4px 0 1px 6px !important;
    height: 17px;
  }
}
@media only screen and (max-width: 62em) {
  table.standard .filter-row th {
    padding: 5px 5px 5px 5px !important;
  }
}
table.standard td {
  height: 80px;
  border-bottom: 3px solid white;
  vertical-align: top;
  color: #212529;
}
table.standard.auto-height td {
  height: auto;
}

.clickable:hover, .tile-contents:hover {
  background-color: #e3740a !important;
  cursor: pointer;
}

.hoverlink, .hoverlink:hover {
  text-decoration: none;
}

.wf-reject {
  background-image: url("../image/workflow_icons/workflow_icons_afkeuren.png");
}

.wf-accept {
  background-image: url("../image/workflow_icons/workflow_icon_goedkeuren.png");
}

.selectable:hover {
  cursor: pointer;
}

#feedback-block {
  background-color: lightgrey;
  margin-bottom: 10px;
  padding: 10px;
}

.help-icon {
  background: url("../image/Portal_Icons/help_icon.png");
  background-size: cover;
}
@media only screen and (max-width: 62em) {
  .help-icon {
    width: 35px;
    height: 35px;
    margin-top: -5.53px;
  }
}

.logout-icon {
  background: url("../image/Portal_Icons/logout_icon.png");
  background-size: cover;
}
@media only screen and (max-width: 62em) {
  .logout-icon {
    width: 35px;
    height: 35px;
    margin-top: -5.53px;
  }
}

.button:hover {
  cursor: pointer;
}

.sorting-switch {
  display: inline-block;
  margin-left: 8px;
  cursor: pointer;
  width: 30px;
  position: relative;
}

.arrow-desc {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white;
  top: 0px;
}

.arrow-asc {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid white;
  top: 0px;
}

.arrow-right {
  top: 3px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid white;
}

#iframe-container {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 10000;
  background-color: #333333;
}
#iframe-container iframe {
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100vw - 40px);
  height: calc(var(--vh, 1vh) * 100 - 40px);
}
#iframe-container #popupCloseBtn {
  position: absolute;
  right: 22px;
  top: 22px;
  height: 38px;
  width: 38px;
  font-size: 24px;
  color: black;
  background-color: red;
  z-index: 109;
  text-align: center;
}
#iframe-container #popupCloseBtn:hover {
  cursor: pointer;
  color: white;
}

.collapsable {
  display: none;
}

.badge-container {
  margin: 0 auto;
  font-size: 1rem;
  position: absolute;
  top: 1rem;
  right: 2rem;
}

.badge-count {
  background-color: #e3740a;
  color: white;
  padding: 1px 6px;
  border-radius: 4px;
}

.click-handler:hover {
  cursor: pointer;
}

#modal-close-button {
  background-image: url("/assets/image/buttons/dialog-close-btn.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  background-color: lightgrey;
  position: absolute;
  right: 20px;
  top: 25px;
  font-size: 32px;
  z-index: 1;
  border-radius: 5px;
  width: 32px;
  height: 32px;
  border: 1px solid lightgrey;
  text-align: center;
}
@media only screen and (max-width: 62em) {
  #modal-close-button {
    position: fixed;
    right: 40px;
    top: 40px;
    width: 40px;
    height: 40px;
    background-size: contain;
  }
}

#modal-close-button:hover {
  cursor: pointer;
  font-weight: bold;
  border: 1px solid gray;
}

.material-info {
  background-color: #F0F0F0;
}

.modal {
  box-shadow: rgba(17, 12, 46, 0.15) 0 48px 100px 0;
}

@media only screen and (max-width: 62em) {
  .modal-dialog {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    max-width: 100% !important;
    margin: 5px !important;
  }
}
.header-close-btn {
  position: absolute;
  left: 80px;
  top: 25px;
}
.header-close-btn a {
  background-color: #F0F0F0;
  padding: 3px 10px 3px 10px;
}
.header-close-btn a:hover {
  background-color: #b4b4b4;
}
@media only screen and (max-width: 62em) {
  .header-close-btn {
    left: 55px;
    top: 5.5px;
    font-size: 14px;
  }
  .header-close-btn a {
    color: #1e1e1e !important;
    text-decoration: none !important;
    padding: 3px 20px 3px 20px;
  }
}

/* --- Styles for Reviewer Status Highlighting --- */

/* Style for reviewers who are actively working (e.g., bold, underlined, gray background) */
.status-active {
	font-weight: bold;
	color: #212529; /* A standard dark color */
	text-decoration: underline;
	padding: 2px 4px;
	border-radius: 3px;
	background-color: #e9ecef; /* A light gray to make it stand out */
}

/* Style for reviewers who are not yet finished (e.g., bold and orange) */
.status-pending {
	font-weight: bold;
	color: #fd7e14; /* A shade of orange */
	padding: 2px 4px;
	border-radius: 3px;
	background-color: #fff3e0;
}

/* Style for reviewers who are finished (e.g., normal weight and green) */
.status-finished {
	font-weight: normal;
	color: #28a745; /* Bootstrap's success green */
	padding: 2px 4px;
	border-radius: 3px;
	background-color: #e9f5e9;
}

/*# sourceMappingURL=styles.css.map */
