/* This file is the main application css. */
body {
  font-family: 'Open Sans', open-sans, sans-serif !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, a, .td-name, td {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-weight: 400;
  margin: 30px 0 15px;
}

h1, .h1 {
  font-size: 3.2em;
}

h2, .h2 {
  font-size: 2.6em;
}

h3, .h3 {
  font-size: 1.825em;
  line-height: 1.4;
  margin: 20px 0 10px;
}

h4, .h4 {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2em;
}

h5, .h5 {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 15px;
}

h6, .h6 {
  font-size: 0.9em;
  font-weight: 600;
  text-transform: uppercase;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  color: #9A9A9A;
  font-weight: 300;
  line-height: 1.4em;
}

h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
  font-size: 60%;
}

.title-uppercase {
  text-transform: uppercase;
}

blockquote {
  font-style: italic;
}

blockquote small {
  font-style: normal;
}

.text-muted {
  color: #DDDDDD;
}

.text-primary, .text-primary:hover {
  color: #427C89;
}

.text-info, .text-info:hover {
  color: #3091B2;
}

.text-success, .text-success:hover {
  color: #42A084;
}

.text-warning, .text-warning:hover {
  color: #BB992F;
}

.text-danger, .text-danger:hover {
  color: #B33C12;
}

.glyphicon {
  line-height: 1;
}

strong {
  color: #403D39;
}

.icon-primary {
  color: #7A9E9F;
}

.icon-info {
  color: #68B3C8;
}

.icon-success {
  color: #7AC29A;
}

.icon-warning {
  color: #F3BB45;
}

.icon-danger {
  color: #EB5E28;
}

/*     General overwrite     */
body {
  color: #66615b;
  font-size: 13px;
  background-color: #fafafa;
}

a {
  color: #366BB2;
}

a:hover, a:focus {
  color: #3091B2;
  text-decoration: none;
}

.ui-slider-handle:focus,
.navbar-toggle,
input:focus,
button:focus {
  outline: 0 !important;
}

.navbar {
  background-color: #fafafa;
}

.nav-link {
  font-size: 1.1em;
}

.card {
  background-color: #fafafa;
  margin: 20px;
  position: relative;
  z-index: 1;
}

.card:hover {
  box-shadow: 10px 10px 5px #f2f2f2;
  border: 1px solid #f2f2f2;
}

.card-header {
  background-color: #fafafa;
  border: none;
  font-size: 1.2em;
}

/* Custom page header */
.logo {
  margin-right: 20px;
}

/* Custom page footer */
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  color: #FFFFFF;
  text-align: center;
  background-color: gray;
}

.active {
  border-bottom: 2px solid #00A4B7;
}

.rights {
  position: fixed;
  width: 100%;
  bottom: 50px;
}

table.table-borderless tr td {
  padding: 0 10px !important;
}

table.borderless tr td {
  padding: 10px 10px;
}

.borderless th {
  border: none;
}

.icdx-name {
  background-color: #224F8B;
}

.icdx-name a:hover, a:focus {
  color: #cce6ff !important;
  text-decoration: none;
}

.mb3 {
  margin-bottom: 3em;
}

span.hidden {
  display: none;
}

.custom-checkbox .custom-control-input ~ .custom-control-label::before {
  margin-top: -2px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 2 8 6'%3e%3cpath fill='white' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* Collapsible description */
[data-toggle="collapse"].collapsed .if-not-collapsed {
  display: none;
}

[data-toggle="collapse"]:not(.collapsed) .if-collapsed {
  display: none;
}

