HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/vebon.komma.pro/wwwroot/build/css/app-0491703083.css
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,400i,500");
/* Bourbon 4.0.2
 * http://bourbon.io
 * Copyright 2011-2014 thoughtbot, inc.
 * MIT License */

* {
  font-family: "Rubik", sans-serif;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background: #e7ebee;
  color: #5b6670;
  font-size: 16px;
  font-weight: normal;
  line-height: 25.6px;
  counter-reset: item;
}

a {
  text-decoration: none;
  color: #8a9299;
}

.content-container {
  margin-top: 150px;
}

.header {
  text-align: center;
}

h1 {
  color: #5b6670;
  font-size: 25px;
  font-weight: 500;
}

h3 {
  margin: 0;
  padding: 0;
  color: #6d9cb0;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 30px;
}

.blue {
  color: #6d9cb0;
}

/** BUTTONS **/

.btn {
  font-size: 15px;
  font-weight: 400;
  width: 150px;
  height: 50px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 16px;
  transition: background ease 0.5s;
  outline: none;
}

/** Opslaan knop **/

.btn-holder input {
  padding-right: 15px;
  background: none;
  border: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  color: #8a9299;
}

.btn-holder input:hover {
  background: #fff;
}

.btn-holder:after {
  position: relative;
  content: url("/images/icons/save.svg");
  width: 12px;
  height: 12px;
  right: 35px;
  margin-top: -3px;
}

.btn-save {
  border: 2px solid #8a9299;
  background: transparent;
  color: #8a9299;
}

.btn-save:hover {
  background: rgba(138, 146, 153, 0.15);
}

/** Indienen knop **/

.btn-send {
  border: 0;
  background: rgba(67, 190, 53, 0.8);
  color: #fff;
}

.btn-send:hover {
  background: rgba(99, 208, 86, 0.8);
}

/** Archief knop **/

.btn-archive {
  border: 0;
  background: #fbad45;
  color: #fff;
}

.btn-archive:before {
  content: url("/images/icons/archive.svg");
  width: 20px;
  height: 20px;
  padding-right: 7.5px;
}

.btn-archive:hover {
  background: #fcc377;
}

/** Afmelden knop **/

.btn-logout {
  border: 0;
  background: #6d9cb0;
  color: #fff;
}

.btn-logout:before {
  content: url("/images/icons/logout.svg");
  width: 20px;
  height: 20px;
  padding-right: 7.5px;
}

.btn-logout:hover {
  background: #8eb2c2;
}

/** Bestanden toevoegen knop **/

.btn-add {
  border: 0;
  background: #fbad45;
  color: white;
  height: 50px;
  width: 320px;
  display: inline-block;
  vertical-align: middle;
}

.btn-add:hover {
  background: #fcc377;
}

.btn-add:after {
  vertical-align: middle;
  position: relative;
  display: inline-block;
  content: url("/images/icons/add.svg");
  width: 20px;
  height: 20px;
  padding-left: 7.5px;
}

/** Verwijderen knop **/

.btn-remove {
  border: 0;
  background: #e55e5e;
  color: #fff;
}

.btn-remove:hover {
  background: #ec8a8a;
}

/** Download ALLE bestanden knop **/

.btn-download-all {
  border: 2px solid #8a9299;
  background: transparent;
  color: #8a9299;
  width: 200px;
}

.btn-download-all:hover {
  background: #fff;
}

.btn-download-all:after {
  content: url("/images/icons/download.svg");
  width: 12.5px;
  height: 12.5px;
  padding-left: 7.5px;
}

.btn-reviewed-in-practice {
  margin-top: 5px;
  border: 2px solid #8a9299;
  background: transparent;
  color: #8a9299;
  width: 200px;
  -webkit-appearance: none;
}

.btn-download-group-files {
  border: 2px solid #8a9299;
  background: transparent;
  color: #8a9299;
  width: 200px;
}

.btn-download-group-files:hover {
  background: #fff;
}

.btn-back {
  border: 0;
  background: #6d9cb0;
  color: #fff;
}

.btn-back:before {
  content: url("/images/icons/back.svg");
  width: 15px;
  padding-right: 7.5px;
}

.btn-back:hover {
  background: #8eb2c2;
}

.btn-back-alt {
  border: 0;
  background: #6d9cb0;
  color: #fff;
}

.btn-back-alt:before {
  content: url("/images/icons/back.svg");
  width: 15px;
  padding-right: 7.5px;
}

.btn-back-alt:hover {
  background: #8eb2c2;
}

.btn-cancel {
  border: 0;
  background: #fbad45;
  color: #fff;
}

.btn-cancel:hover {
  background: #fcc377;
}

.btn-collapse {
  border: 0;
  background: #e7ebee;
  color: #8a9299;
  width: 200px;
}

.btn-collapse:hover {
  background: transparent;
  border: 2px solid #e7ebee;
}

.topBar {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  height: 115px;
  width: 100%;
  background: #fafafa;
  box-shadow: 0px 17px 50px -15px rgba(0, 0, 0, 0.08);
}

.topBar .logo_default,
.topBar .vebon_logo,
.topBar .tuv_logo {
  position: absolute;
  top: 5px;
  height: 100px;
}

.topBar .vebon_logo {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  left: 15px;
}

.topBar .tuv_logo {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  left: 165px;
}

.actionWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.small-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.btn-back {
  position: absolute;
  left: 0px;
  top: 115px;
}

.topBarAlt {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background: #fafafa;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  box-shadow: 0px 17px 50px -15px rgba(0, 0, 0, 0.08);
}

.btn-back-alt {
  position: absolute;
  left: 0px;
  top: 0px;
}

.header {
  min-height: 0px;
  text-align: left;
}

.header-wrapper {
  padding-top: 35px;
  margin: 0px auto;
  min-height: inherit;
  width: 75%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.auditor {
  text-align: left;
}

.auditor h4 {
  padding: 0;
  margin: 0;
  font-size: 25px;
  font-weight: 400;
  border-bottom: 1px solid #5b6670;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.user-details {
  display: -ms-flexbox;
  display: flex;
}

.profile-image {
  -ms-flex-item-align: center;
  align-self: center;
  width: 75px;
  padding: 0 15px 0 0px;
}

.profile-data {
  color: #5f9ec1;
}

.profile-data p {
  margin: 0;
  padding: 0;
}

.profile-data-company {
  font-weight: 400;
  font-size: 25px;
  line-height: 35px;
}

.header-information {
  text-align: left;
}

.header-bottom-wrapper {
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin: 0 auto;
  margin-top: 35px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
}

.header-bottom-wrapper .status-audit .status-audit-color {
  display: block;
  padding: 15px 25px;
  background: #fbad45;
  text-align: left;
  margin-right: 15px;
  color: white;
  font-size: 20px;
}

.header-bottom-wrapper .extra-button {
  margin-left: auto;
}

.files-multiple-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.files-multiple-actions .multiple-status-buttons {
  margin-left: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.files-multiple-actions .multiple-status-buttons .btn-approve-all {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 230px;
  height: 50px;
  background: rgba(115, 142, 160, 0.8);
  color: white;
}

.files-multiple-actions .multiple-status-buttons .btn-approve-all .icon-approve-all {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 100%;
  background: #fff;
  margin-right: 15px;
}

.files-multiple-actions .multiple-status-buttons .btn-approve-all .icon-approve-all img {
  width: 15px;
}

.files-multiple-actions .multiple-status-buttons .btn-reject-all {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 230px;
  height: 50px;
  background: rgba(115, 142, 160, 0.6);
  color: white;
}

.files-multiple-actions .multiple-status-buttons .btn-reject-all .icon-reject-all {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 100%;
  background: #fff;
  margin-right: 15px;
}

.files-multiple-actions .multiple-status-buttons .btn-reject-all .icon-reject-all img {
  width: 15px;
}

.files-multiple-actions .multiple-status-buttons .btn-download-group-files {
  border: 2px solid transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 230px;
  height: 50px;
  background: #6d9cb0;
  color: white;
}

.files-multiple-actions .multiple-status-buttons .btn-download-group-files:before {
  margin-left: -2px;
  position: relative;
  width: 50px;
  height: 50px;
  background: #fff url("/images/icons/download.svg") no-repeat;
  background-size: 15px 18px;
  background-position: center;
  display: inline-block;
  margin-right: 15px;
  content: '';
}

.files li {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.files li select {
  outline: #fbad45;
  border: 0;
  background: #eaedef;
  font-size: 14px;
  font-style: italic;
  color: #6c7a89;
  font-weight: 300;
}

.upload_date {
  font-size: 0.9rem;
  opacity: 0.6;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.document-group tbody tr:nth-child(even) {
  background-color: #e7ebee !important;
}

.document-group {
  margin: 30px auto;
  background: #fafafa;
  width: 75%;
  padding: 40px 45px 40px 100px;
  box-shadow: 0px 17px 50px -15px rgba(0, 0, 0, 0.1);
}

ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ol .document-number {
  counter-increment: item;
}

ol .document-number:before {
  position: absolute;
  margin-left: -115px;
  height: 75px;
  width: 75px;
  content: counter(item);
  font-size: 30px;
  background: #6d9cb0;
  color: white;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.document-content-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.document-content-wrapper p {
  max-width: 500px;
}

.document-content-header {
  display: -ms-flexbox;
  display: flex;
}

.document-content-header h3 {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.new-file {
  margin-top: 30px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.document-download-all {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.files {
  list-style: none;
  margin: 0;
  padding: 35px 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.files li {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -ms-flex-pack: stretch;
  justify-content: stretch;
}

.files li .file_name {
  min-width: 25%;
  word-break: normal;
  overflow: hidden;
}

.files li .upload_date {
  min-width: 20%;
}

.files li .status {
  min-width: 100px;
  margin-left: auto;
}

.files li .deletebtn {
  -ms-flex-preferred-size: 20px;
  flex-basis: 20px;
}

.notJudged {
  opacity: 0.33;
  font-style: italic;
}

.rejected {
  color: #e55e5e;
}

.approved {
  color: rgba(67, 190, 53, 0.8);
}

.nvt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #5b6670;
  font-size: 20px;
}

.nvt input[type="checkbox"] {
  width: 22.5px;
  height: 22.5px;
  border: 2px solid #5b6670;
}

/** Highlighting when error is giving **/

.group-error.document-number:before {
  background: #e55e5e;
}

.archive-group-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.deleteBtn {
  margin-left: 10px;
}

.deleteBtn img {
  width: 11px;
  height: 14.3px;
}

.icon-approved {
  width: 11.3px;
  height: 8.3px;
}

.icon-approved img {
  width: 100%;
}

.icon-download {
  margin-right: 10px;
}

.icon-download img {
  width: 12.5px;
}

@media (min-width: 2000px) {
  .document-group,
  .header-wrapper,
  .header-bottom-wrapper {
    width: 60%;
  }
}

@media (max-width: 1366px) {
  .document-group,
  .header-wrapper,
  .header-bottom-wrapper {
    width: 85%;
  }
}

@media (max-width: 1023px) {
  .document-group,
  .header-wrapper {
    width: 100%;
  }

  ol .document-number:before {
    margin-left: 0px;
    margin-top: -70px;
    height: 40px;
    width: 40px;
    font-size: 18px;
  }

  .document-group {
    margin: 75px auto;
    padding: 30px 20px;
  }

  .logo {
    display: none;
  }
}

.ngdialog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ngdialog-content {
  text-align: center;
  padding: 40px 30px 40px 30px;
  width: 400px;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ngdialog-close {
  display: none;
}

.ngdialog-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.ngdialog-message h3 {
  font-size: 20px;
}

.container-login {
  width: 100vw;
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}

.auth {
  width: 550px;
  height: 400px;
  background: #f0f4f7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.auth .title {
  font-size: 25px;
  text-align: center;
  padding: 20px;
  color: #6d9cb0;
  line-height: 30px;
}

.logos {
  max-width: 400px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 30px;
}

.logos .img_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 200px;
  height: 130px;
}

.logos .img_container .vebon_logo {
  width: auto;
  height: 100%;
}

.logos .img_container .tuv_logo {
  width: auto;
  height: 100%;
  float: right;
}

/** Form styling **/

.form-element {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.form-element label {
  margin: 6px 0px;
}

.form-element input {
  border: 2px solid #dae0e4;
  width: 380px;
  height: 50px;
  font-size: 20px;
  outline: 0;
  color: rgba(67, 190, 53, 0.8);
  padding: 15px;
}

.form-element input:-webkit-autofill,
.form-element input:-webkit-autofill:hover,
.form-element input:-webkit-autofill:focus,
.form-element input:-webkit-autofill:active {
  transition: background-color 9999s;
  -webkit-text-fill-color: rgba(67, 190, 53, 0.8);
  transition-delay: 9999s;
}

.form-button {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.form-button input {
  color: white;
  border: 0;
  font-weight: 300;
  width: 250px;
  height: 50px;
  font-size: 18px;
  outline: 0;
  background: #fbad45;
}

.btn-login {
  height: 50px;
}

.forgot-password h3 {
  text-align: center;
}

.extra-link {
  margin-top: 10px;
}

.auth-button {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.auth-button .btn-login {
  color: white;
  border: 0;
  font-weight: 300;
  width: 250px;
  height: 50px;
  font-size: 20px;
  outline: 0;
  background: #fbad45;
}

.auth-button .btn-login:hover {
  background: #fcc377;
}

.seperator-form {
  height: 20px;
}

.dashboard-container {
  margin-top: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

.document-group table {
  border-spacing: 0;
  width: 100%;
  text-align: left;
}

.document-group table th {
  padding: 5px 10px;
  text-align: left;
}

.document-group table td {
  padding: 5px 10px;
  margin: 0;
}

.document-group table td.action {
  float: right;
  text-align: left;
}

.document-group table td.action .button-container {
  width: 100%;
  padding: 0;
}

.document-group table td.action a {
  display: block;
  width: 190px;
  background: #fbad45;
  font-weight: 400;
  padding: 10px 35px;
  color: white;
  transition: background 0.4s;
}

.document-group table td.action a:hover {
  background: #fcc377;
}

.document-group table td.action a.admin {
  background: rgba(67, 190, 53, 0.8);
}

.document-group table td.action a.admin:hover {
  background: rgba(99, 208, 86, 0.8);
}

.document-group table tr {
  height: 50px;
  border-bottom: 2px solid black;
}

.full-width {
  padding: 40px 45px;
}

/** Table styling **/

.table-organisation {
  width: 25%;
}

.table-city {
  width: 20%;
}

.table-filed {
  width: 20%;
}

.table-updated {
  width: 20%;
}

.table-closingdate {
  min-width: 20%;
}

.table-contact {
  width: 20%;
}

.table-action {
  min-width: 210px;
}

/** Archive Members **/

.table-year {
  width: 10%;
}

.table-auditor {
  min-width: 40%;
}

.table-action-archive-member {
  max-width: 210px;
  float: right;
}

.error {
  color: #e55e5e;
}

.error span.icon-reject-all {
  width: 12px;
  height: 12px;
  padding-right: 10px;
}

.error span.icon-reject-all img {
  width: 12px;
  height: 12px;
}

/* Auth errors */

.has-error {
  padding: 20px;
  text-align: center;
}

.has-error .error:before {
  content: url("/images/icons/reject.svg");
  width: 12px;
  height: 12px;
  display: inline-block;
  padding-right: 7.5px;
}