﻿/* 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;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
  text-transform:uppercase!important;
}

/*.dropdown:hover > .dropdown-menu {
    display: block;
}*/
.navbar-toggler-icon {
    background-image: url("../images/hamburg.png");
}
.style-24 {
    height: auto;
    min-height: unset;
    color: #FFFFFF;
    background-color: transparent;
    padding-top: 45px;
    padding-bottom: 20px;
}

.background-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    overflow: hidden;
    border-radius: inherit;
    pointer-events: none;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.title {
   font-size: 3.375em;
}

.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;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-transform:uppercase;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.style-57 {
    height: auto;
    min-height: unset;
    color: #FFFFFF;
    background-position: center center;
    background-size: cover;
    background-image: linear-gradient( 90deg, rgba(134, 143, 150, 0.8) 0%, rgba(89, 97, 100, 0.8) 100%);
    background-attachment: scroll;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-top: -15px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 10px;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    background-color: #fff!important;
}
    body .h-lead p {
        margin-bottom: 16px;
        font-weight: 300;
        font-size: 1.25em;
        line-height: 1.5;
        color: white;
    }
header {
    background-color: #fff !important;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    background-color: #fff !important;
}

.body-container {
    margin:0;
    padding:0;
}

.container-wide {

}


@media (min-width: 1500px) {
    .container-lg, .container-xl {
        max-width: 1400px;
    }
}

.label-75 label {
    min-width: 75px;
}

.dxcontrol-flex-row {
    display: flex;
    align-items: flex-start;
}


/*.group-min-600{
    min-width: 600px;
}*/

.drop-zone {
    border: 2px dashed #ccc;
    border-radius: 20px;
/*    min-width: 480px;
    min-height: 480px;*/
    margin: 20px auto;
    padding: 20px;
    background-color: transparent;
}

    .drop-zone.highlight {
        border-color: purple;
        background-color: lightgray;
    }

    .drop-zone .button {
        display: inline-block;
        padding: 3px;
        background: #ccc;
        cursor: pointer;
        border-radius: 5px;
        border: 1px solid #ccc;
    }

        .drop-zone .button:hover {
            background: #ddd;
        }

    .drop-zone input {
        display: none;
    }

.limit-in-range {
}

.limit-out-of-range {
    background-color: #ebadad !important;
}


.progress {
}

.progress-bar {
    display: inline-block;
    padding-top: 8px;
}

.complete .dx-progressbar-range {
    background-color: green;
}