/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;

}*/
.input-error-outline {
    color: #212529;
    background-color: #fff;
    border-color: #fe8686 !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem #fe8686 !important;
    border-radius: 5px;
}

.input-error-outline-temp {
    color: #212529;
    background-color: #fff;
    border-color: #fe8686 !important;
    outline: 0;
    border-radius: 5px;
    box-shadow: 0 0 0 .25rem #fe8686 !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}

/*Used to allow scrolling on larger screens*/
@media (min-width: 576px) {
    .h-sm-100 {
        height: 100%;
    }
}

.BackgroundWallpaper {
    background-image: url(/img/kelly-sikkema-rJO-w32iWb0-unsplash.jpg) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: -1 !important;
}

.BackgroundWallpaperOpacity {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    position: absolute !important;
    z-index: -1 !important;
    background: #ffffff !important;
    background: -webkit-linear-gradient(bottom, #ffffff, #ffffff) !important;
    background: -o-linear-gradient(bottom, #ffffff, #ffffff) !important;
    background: -moz-linear-gradient(bottom, #ffffff, #ffffff) !important;
    background: linear-gradient(bottom, #ffffff, #ffffff) !important;
    opacity: 0.6 !important;
}

/*.footerCustom {*/
/*height: 48px !important;*/
/*background-color: #362b48bd !important;
    background: -webkit-linear-gradient(bottom, #362b48bd, #362b4840) !important;
    background: -o-linear-gradient(bottom, #362b48bd, #362b4840) !important;
    background: -moz-linear-gradient(bottom, #362b48bd, #362b4840) !important;
    background: linear-gradient(bottom, #362b48bd, #362b4840) !important;
    padding-bottom: 5px;
    padding-top: 5px;
    box-shadow: 0 -15px 15px -1px rgba(0, 0, 0, .05) !important;
    z-index: 0;
}*/

.animate-flash-info {
    animation: flash-info 2s 1;
}

@keyframes flash-info {
    from {
        background-color: #198754;
        color: white;
    }

    to {
        background-color: inherit;
    }
}

@media print {
    .no-print {
        display: none;
    }

    .container {
        max-width: 100% !important;
        padding: 0 !important;
    }

    .col-12.col-md-4, .col-12.col-md-6 {
        width: 50% !important;
        text-align:left!important;
    }

    select, input {
        display:block!important;
        text-align:left!important;
        border:none!important;
        padding:0!important;
        justify-content:left!important;
    }

    label {
        font-weight:bold!important;
    }

    .data-search-results .mt-4 {
        margin-top:0px!important;
    }
}
