body {
    background: #f1f4f6 !important;
}

#loginWrapper {
    animation: blurFadeIn 2s linear forwards;
    animation-delay: 1s;
    opacity: 0;
}

#previewID:hover {
    cursor:zoom-in;
}

#Splash {
    position: absolute;
    top: 0%;
    width: 100%;
    background-color: white;
    background-image: url("../CustomImages/SpashBg.jpg");
    background-size: cover;
    opacity: 1;
    z-index: 5;
    animation: blurFadeOut 1s linear forwards;
    animation-delay: 0s;
}

#Splash h1 {
     font-size: 5rem;
}

.swal2-lordicon {
    border:none;
}

.validation-summary-errors ul {
    margin-bottom: 0;
}

a.active {
    color:currentColor;
    background-color:aliceblue;
}

.cke_dialog {
    z-index: 10055 !important;
    background-color:orangered;
}

.date-icon {
    background-image: url(../CustomImages/schedule.png);
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 5px;
    background-color: #fcfcfc !important;
}

.LoginPassValidationIcon {
    margin-right:15px;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}

    ul.timeline:before {
        content: ' ';
        background: #d4d9df;
        display: inline-block;
        position: absolute;
        left: 29px;
        width: 2px;
        height: 100%;
        z-index: 400;
    }

    ul.timeline > li {
        margin: 20px 0;
        padding-left: 20px;
    }

        ul.timeline > li:before {
            content: ' ';
            background: white;
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            border: 3px solid #22c0e8;
            left: 20px;
            width: 20px;
            height: 20px;
            z-index: 400;
        }

.dataTables_processing {
    background-color: aliceblue;
}

.activeCard {
    border:solid 3px;
    border-color:gray;
    box-shadow: 0 0 18px rgba(0,0,0,0.45);
}

    /* Tooltip text */
.tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 0px 0px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
}

    .tooltipMain:hover .tooltiptext {
        visibility: visible;
    }

@keyframes line-scale {
    0% {
        transform: scaley(1)
    }

    50% {
        transform: scaley(0.4)
    }

    100% {
        transform: scaley(1)
    }
}

.line-scale > div:nth-child(1) {
    animation: line-scale 1s -.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08)
}

.line-scale > div:nth-child(2) {
    animation: line-scale 1s -.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08)
}

.line-scale > div:nth-child(3) {
    animation: line-scale 1s -.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08)
}

.line-scale > div:nth-child(4) {
    animation: line-scale 1s -.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08)
}

.line-scale > div:nth-child(5) {
    animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08)
}

.line-scale > div {
    background-color: #405189;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    animation-fill-mode: both;
    display: inline-block
}



@keyframes blurFadeOut {
    0% {
        opacity: 1;
        z-index: 5;
    }

    90% {
        opacity: 0;
        z-index: 5;
    }

    100% {
        opacity: 0;
        z-index: -1;
    }
}

@keyframes blurFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.breadcrumb-item{
    font-size:0.9rem;
}

.swal2-input, .swal2-file, .swal2-textarea, .swal2-select, .swal2-radio, .swal2-checkbox {
    margin: 1em auto;
}
.swal2-input, .swal2-file, .swal2-textarea {
    width: 100%;
}
.swal2-actions {
    margin: 0.8em auto 0;
}
.swal2-input:focus, .swal2-file:focus, .swal2-textarea:focus {
    border: 1px solid #b4dbed;
    outline: none;
    box-shadow: 0 0 3px #c4e6f5;
}
.cke_notification.cke_notification_warning {
    display: none;
}
#MarketingQuestions ul > li {
    font-weight: bold;
}

#MarketingQuestions ul ul > li {
    font-weight: normal;
}
.custom-swal-width{
    width:70em;
}
@media (min-width: 1024.1px) {
    [data-layout=horizontal] .container-fluid, [data-layout=horizontal] .layout-width {
        max-width: 95% !important;        
    }
}
table.dataTable td{
    word-break:break-all;
}

.badge-outline-hidden {
    color: #f75586;
    border: 1px solid #f75597;
    background-color: transparent;
}