﻿/* 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. */

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    background-color: #bec0c1;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.customer-logo {
    max-height: 50px;
}




.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem #000000;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}




.input-rounded {
    width: 100%;
    padding: 8px 10px 8px 40px;
    border-radius: 50px !important;
    border: solid 1px #ccc;
}

.fa.input-icon {
    position: absolute;
    padding: 10px 14px;
    min-width: 40px;
}

.home-header {
    /* height: 430px; */
    width: 100%;
    background-image: url('../images/Banner.jpg');
    background-position: center top;
    background-size: cover;
}

.home-header-caption {
    position: relative;
    left: 60px;
    top: 40px;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.7);
    width: 650px;
    height: 180px;
    padding: 40px;
    font-weight: 800;
    font-size: 2em;
    border-radius: 6px;
    color: #000;
    display: none !important;
}



.card-header {
    background-color: var(--pcx-header-bg);
    padding: 7px 15px;
}

.card-subtitle {
    font-size: .9rem;
    font-weight: 400;
    color: var(--pcx-panel-label-color);
    margin-bottom: 5px;
}

.card-text {
    font-weight: 600;
}









label.required:after {
    content: '*';
    color: #ff0000;
}


.toast {
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 500px;
    border: solid 1px #f5c6cb;
    box-shadow: 0 0.25rem 0.75rem #666666;
    box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,.3);
    font-size: 1em;
}

.toast-header {
    color: #721c24;
    background-color: #f8d7da;
}

.toast-body ul {
    padding-left: 25px;
}

.toast-pop {
    border: solid 1px #ccc;
    color: #4b4d4e;
    background-color: #bec0c1;
}

.toast-header-attention,
.toast-header-success {
    color: #2a893b;
    background-color: #c5edcc;
}

.toast-header-warning {
    color: #b38f00;
    background-color: #fff0b3;
}

.toast-header-error {
    color: #721c24;
    background-color: #f8d7da;
}






/********* Validation Styling *****/
.input-validation-error, .kendo-validation-error > .k-dropdown-wrap {
    background-color: #ffdde2 !important;
    border-color: #dc3545 !important;
}


.form-control.is-valid, .was-validated .form-control:valid {
    background-image: none;
}

.invalid-tooltip {
    top: auto;
    z-index: 1000;
}

select.form-control.is-invalid, .was-validated select.form-control:invalid {
    background-position: center right 20px;
}



#Notification {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
    font-weight: bold;
    border: solid 1px #aaaaaa;
    min-width: 600px;
}

    #Notification i {
        position: absolute;
    }

    #Notification label {
        margin-left: 50px;
    }



@media (min-height: 600px) {
    .d-lg-block-h {
        display: block !important;
    }
}





.nav-tabs .nav-link.active {
    pointer-events: none;
}


.k-listbox-toolbar .k-buttonXXX.k-state-disabled {
    color: #bbb;
    background-color: #eee;
    opacity: .75;
}

.fa.fa-cxi {
    height: 20px !important;
    width: 20px !important;
    margin-right: 5px !important;
    background-repeat: no-repeat;
    background-size: cover;
}



*:focus {
    box-shadow: none !important;
    outline: none !important;
}


.cxi-progressbar-container {
    width: 100%;
    background-color: #ccc;
    border: solid 1px #bbb;
    border-radius: 6px;
}


.cxi-progress {
    -webkit-animation: progressBar 60s ease-in-out;
    -moz-animation: progressBar 60s ease-in-out;
    animation: progressBar 60s ease-in-out;
    height: 16px;
    background-color: transparent;
}

@-webkit-keyframes progressBar {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@-moz-keyframes progressBar {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}
