﻿.allDaluxUpContent {
    padding-top: 7rem;
}

.colorBorder {
    border-bottom: 1px solid !important;
}

.background {
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    background-size: cover;
    z-index: -1;
    position: fixed;
    width: 100%;
}

.form-control{
    border-color: black !important;
}

.wholePageInfo {
    position: fixed;
    color: unset;
    font-weight: bold;
    /*border: 0.1rem solid black;*/
    top: 15rem;
    left: 27rem;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 30rem;
    line-height: 100%;
    /*padding: 40px;*/
    display: inline-flex;
    flex-direction: column;
    align-items: unset;
    justify-content: center;
    text-align: unset;
}

#formBackground {
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    background-size: cover;
    z-index: -1;
    position: fixed;
    width: 100%;
    top: 0;
    background-color: whitesmoke;
}

#daluxUpHomeBackground {
    background-image: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) ), url(/Assets/backgrounds/daluxUpBack.jpg);
    filter: brightness(0.925);
}

.background::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100vh;
    backdrop-filter: blur(3px);
}

.dot-flashing {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #ffffff;
    animation: dotFlashing 1s infinite linear alternate;
    animation-delay: .5s;
}
.dot-flashing::before, .dot-flashing::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
}
.dot-flashing::before {
    left: -15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #ffffff;
    animation: dotFlashing 1s infinite alternate;
    animation-delay: 0s;
}
.dot-flashing::after {
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #ffffff;
    animation: dotFlashing 1s infinite alternate;
    animation-delay: 1s;
}
@keyframes dotFlashing {
    0% {
        background-color: #ffffff;
    }
    50%,
    100% {
        background-color: #808080;
    }
}

.fileList {
    max-height: 7.75rem;
    overflow-y: auto;
    margin-bottom: 0.75rem;
    border: 2px solid inset rgba(0,0,0,0.125);
    border-radius: 0 !important;
}

.fileList::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #F5F5F5;
}

.fileList::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

.fileList::-webkit-scrollbar-thumb{
    background-color: lightgray;
}

.fileList::-webkit-scrollbar-thumb:hover{
    background-color: #A1A1A1;
}

.filedropZone {
    text-align: center;
    padding: 2rem;

    /*background-color: #F0F0F0;
    border-radius: 4px;
    border-style: dashed !important;
    border-width: 2px !important;*/

    background-color: white;
    outline-style: dashed !important;
    outline-width: 2px !important;
    outline-color: gray;
    border: none;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 14rem;
}

.filedropZone:hover {
    background-color: #f5f5f5;
}

.filedropZone input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.externalFileUploadButton {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.externalFileUploadButton input[type=file] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

pre {
    background-color: #f0f0f0;
    overflow: auto;
    padding: 1rem;
    height: 10rem;
}

.fileListContainer .form-group .dxbs-fl-ctrl {
    height: 11rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#formBackground {
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    background-size: cover;
    z-index: -1;
    position: fixed;
    width: 100%;
    top: 0;
    background-color: whitesmoke;
}

.selectionWrapper {
    display: flex;
    flex-wrap: wrap;
}

#duHomeBackground {
    background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(/Assets/backgrounds/rkzBack.jpg);
}

#duFormBackground {
    background-image: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url(/Assets/backgrounds/rkzBack.jpg);
}


.card > .row {
    padding: 1rem;
}

.card-header {
    background-color: slategray !important;
}

.card-header > span {
    color: white !important;
}


.validation-errors {
    position: absolute;
    padding-bottom: 3rem !important;
}

.successAlert {
    min-height: 14rem;
}

/*.successAlert.hideSuccessAlert {
    width: 0px;
    height: 0px;
    opacity: 0;
    z-index: -1000;
}*/

.successAlert.fadeIn {
    animation: fadeInAnim 0.25s ease-in;
}

@keyframes fadeInAnim {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.selectionWrapper {
    display: flex;
    flex-wrap: wrap;
}

.navbar {
    background-color: white;
    height: 3.5rem;
}

.loginAlert {
    width: 30rem;
}
