﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

.tdm3-invoice-send {
    background-color: #c4c4c4;
    color: #666;
    border-color: #f0f0f0;
}

.tdm3-invoice-rejected {
    background-color: #ffc000;
    color: #666;
    border-color: #ffcc30;
}

.tdm3-invoice-recieved {
    background-color: #ffff00;
    color: #666;
    border-color: #ffff16;
}

.tdm3-invoice-global-rejection, .tdm3-opvolging-nok {
    background-color: #c00000;
    color: #F9FF00;
    border-color: #ff0000;
}

.tdm3-opvolging-ongoing {
    background-color: #ffff00;
    color: #666;
    border-color: #ffff16;
}

.tdm3-invoice-global-rejection-icon {
    background-position: -175px -190px;
}

.tdm3-invoice-informative-rejection {
    background-color: #ffffff;
    color: #666;
    border-color: #c4c4c4;
}

.tdm3-opvolging-ignore {
    color: #b0b0b0;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.tdm3-invoice-valid, .tdm3-opvolging-ok {
    background-color: #92d050;
    color: #666;
    border-color: #9DD562;
}

.tdm3-insurability-send {
    background-color: #e5f5fa;
    color: #666;
    border-color: #b6e3f1;
}

.tdm3-insurability-error {
    background-color: #ffc000;
    color: #666;
    border-color: #ffc030;
}

.tdm3-insurability-response {
    background-color: #eaf7ec;
    color: #666;
    border-color: #c1e8c7;
}

.tdm3-insurability-recieved {
    background-color: #ffffff;
    color: #666;
    border-color: #c4c4c4;
}
tr.table-info:hover,
tr.table-success:hover,
.table-info:hover,
.table-success:hover,
.table-success > th:hover,
.table-success > tr:hover,
.table-info > th:hover,
.table-info > tr:hover,
.table-hover tbody tr:hover{
    color: #fff !important;
    background-color: #8ebc00 !important;
}

.table-hover .table-success:hover,
.table-hover .table-info:hover {
    color: #212529 !important;
    background: #8ebc00 !important;
    background-color: #8ebc00 !important;
}

.text-decoration-line-through {
  text-decoration: line-through;
}