﻿
/*AUTHENTICATION*/
.kps-login {
    position: relative;
    width: 500px;
    height: 500px;
    box-shadow: 10px 10px 36px 0px rgb(0 0 0 / 75%);
    border: 8px solid #74ad44;
    padding: 50px;
    margin: 15% auto;
}

    .kps-login table {
        margin: 0px;
        width: 100%;
        margin: -20px;
    }

        .kps-login table td {
            padding: 10px;
        }

.kps-login-d-panel {
    display: flex;
    flex-direction: row-reverse;
}

.kps-login-d-caption {
    width: 100%;
    font-size: large;
    margin-left: 10px;
    margin-top: 3%;
    border-bottom: 1px solid steelblue;
    border-radius: 0px;
    padding-left: 10px;
}

.kps-login-table {
    margin: 0 -1%;
}

.kps-login-message {
    font-weight: bold;
    color: steelblue;
}

.kps-login-main {
    margin-top: 30px;
}


.kps-login-forgot-password {
    position: relative;
    width: 500px;
    height: auto;
    box-shadow: 10px 10px 36px 0px rgb(0 0 0 / 75%);
    border: 8px solid #74ad44;
    padding: 50px;
    margin: 10% auto;
}

    .kps-login-forgot-password table {
        margin: 0px;
        width: 100%;
        margin: -20px;
    }

        .kps-login-forgot-password table td {
            padding: 10px;
        }

.kps-login-forgot-password-d-panel {
    display: flex;
    flex-direction: row-reverse;
}

.kps-login-forgot-password-d-caption {
    width: 100%;
    font-size: large;
    margin-left: 10px;
    margin-top: 3%;
    border-bottom: 1px solid steelblue;
    border-radius: 0px;
    padding-left: 10px;
}

.kps-login-forgot-password-table {
    margin: 0 -1%;
}

.kps-login-forgot-password-message {
    font-weight: bold;
    color: steelblue;
}

.kps-login-forgot-password-main {
    margin-top: 30px;
}





/*DASHBOARD*/
.kps-dashboard-container {
    width: 100%;
    border: solid 1px #337ab7;
    margin-bottom: 10px;
}

.kps-dashboard-container-caption {
    background-color: #337ab7;
    color: white;
    padding: 10px;
    font-weight: bold;
    display: flex;
}

.kps-accordian-body .nav-item span {
    margin-right: 10px;
    margin-top: 5px;
}

    .kps-accordian-body .nav-item span :before {
        margin-right: 10px;
        margin-top: 5px;
    }

.kps-dashboard-container-caption-title {
}


.kps-dashboard-container-caption-switch {
    margin-left: auto;
}

.kps-dashboard-container-no-data {
}


.kps-dashboard-container-content {
    display: flex;
    flex-wrap: wrap;
}

.kps-dashboard-item {
    background-color: #f3f4f6;
    border: 1px solid silver;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    margin: 15px;
    padding: 10px;
    min-width: 200px;
    min-height: 100px;
    text-align: center;
}

.kps-dashboard-item-caption {
    margin: -10px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: steelblue;
    border-bottom: 1px solid silver;
    color: white;
}

.kps-dashboard-item-nodata {
}

.kps-dashboard-item-content {
}
/*WINDOW */
.kps-window-content {
    height: 100%;
}

.kps-child-window {
    width: 75% !important;
    height: 75% !important;
}


/*FORM*/
.kps-form {
    border: 1px solid darkgray;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
}

.kps-form-title {
    font-weight: bold;
    background-color: gray;
    padding: 10px;
    color: white;
    text-transform: uppercase;
    display: flex;
    background-color: #b9d6a1;
    color: black;
}

.kps-form-title-index {
    margin-right: 10px;
    background-color: #337ab7;
    width: 30px;
    text-align: center;
    border-radius: 20px;
    color: white;
}

.kps-form-content {
    padding: 10px;
}

.kps-form-buttons-wrapper {
    display: flex;
    flex-direction: row-reverse;
    padding: 20px;
}

.kps-form-buttons {
    margin: 10px;
    padding: 5px;
    width: 100%;
    text-align: right;
}


    .kps-form-buttons button.telerik-blazor.k-button.k-button-solid.k-rounded-md.k-button-md.k-button-solid-primary {
        margin: 0px 5px;
    }


/*CONTAINER*/
.kps-container {
    border: 1px solid #90B4D2;
    padding: 0px;
    margin: 10px;
}

.kps-container-borderless {
    border: none;
    padding: 0px;
    margin: 10px;
}

.kps-container-title {
    background-color: #90B4D2;
    color: white;
    font-weight: bold;
    padding: 10px;
    display: flex;
    line-height: 50px;
}

.kps-container-title-index {
    margin-right: 10px;
    background-color: #74ad44;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 25px;
    color: white;
}

.kps-container-content {
    padding: 10px;
}

/*TABLES*/
.kps-table-input {
    width: calc(100% - 20px);
    margin: 10px;
    font-size: 14px;
}

    .kps-table-input tr td {
        width: 25%;
        padding: 5px;
        border: 1px dotted lightgray;
    }


.kps-table-ProductLine {
}

    .kps-table-ProductLine th {
        min-width: 80px;
    }

    .kps-table-ProductLine td {
        min-width: 80px;
    }

/*NavMenu*/



.kps-link-home {
    text-decoration: none;
    color: white;
    font-size: 1.5rem;
    background-color: #74ad44;
    width: 70px;
    height: 70px;
    border: 6px solid white;
    border-radius: 21px;
    margin: 10px auto;
}

    .kps-link-home :focus {
        background-color: #337ab7;
        color: #74ad44;
    }

    .kps-link-home span {
        color: white;
        font-size: 3rem !important;
        display: block;
        position: relative;
        margin-left: -20px;
        margin-top: -17px;
    }


/*Kps Accordian */
.sidebar .oi {
    width: 20%;
    font-size: 0.9rem;
    vertical-align: text-top;
    top: 1px;
    left: 5px;
}

.kps-accordian-container {
    background-color: inherit;
    color: white;
}

    .kps-accordian-container p {
        padding: 2px;
        height: 40px;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        width: 100%;
    }



.kps-accordian-header {
    background-color: inherit;
    height: 75px;
    width: 100%;
    padding: 2px;
    margin: 0px;
    margin-left: 5px;
    display: flex;
    font-size: 0.9rem !important;
}

    .kps-accordian-header :hover {
        background-color: red !important;
        color: white;
    }

    .kps-accordian-header span {
        padding: 20px;
        pointer-events: none;
    }

.kps-accordian-header-icon {
    min-width: 4%;
    padding: 5px;
    color: #74ad44;
}

.kps-accordian-header-title {
    min-width: 80%;
    padding: 5px;
}

.kps-accordian-body {
    display: block;
    height: 100%;
}


    .kps-accordian-body .nav {
        display: block;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        height: 100%;
        list-style: none;
        background-color: inherit;
        margin-left: -3%;
        width: 90%;
    }

        .kps-accordian-body .nav li {
            padding: 0px !important;
            margin-right: -10px;
        }

    .kps-accordian-body p {
        width: 100%;
        margin-left: 20px;
    }


    .kps-accordian-body span p {
        margin: 0px;
        padding: 0px;
        padding-left: 0px;
        padding-top: 0px;
        margin-left: 20px;
        align-items: center;
        font-size: 0.9rem;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

    .kps-accordian-body .nav-item span {
        color: #74ad44;
        top: 0px;
        pointer-events: none;
        display: flex;
        width: 100%;
        align-items: baseline;
    }

        .kps-accordian-body .nav-item span ::before {
            color: Red;
            top: 0px;
            pointer-events: none;
        }

.kps-accordian-body-closed {
    display: none;
}




.kps-nav-icon {
    margin: 15px 5px;
    opacity: 0.8;
}

/*Kps Accordian Sub list  */
.kps-accordian-sub-container {
    background-color: inherit;
    color: white;
}

.nav-item :hover {
    background-color: inherit;
    color: white;
}

.kps-accordian-sub-header {
    background-color: inherit;
    height: 100%;
    width: 100%;
    padding: 2px;
    margin: 0px;
    margin-left: 0px;
    display: flex;
    font-size: 0.9rem !important;
}

    .kps-accordian-sub-header :hover {
        background-color: steelblue;
    }

    .kps-accordian-sub-header span {
        padding: 20px;
        pointer-events: none;
        width: 10%;
    }

    .kps-accordian-sub-header .titletext {
        background-color: inherit;
        width: 60%;
        pointer-events: none;
    }




    .kps-accordian-sub-header :hover {
        background-color: steelblue;
        color: white;
        border: 2px solid white;
        cursor: pointer;
    }


    .kps-accordian-sub-header :active {
        background-color: steelblue;
        color: white;
        border: 2px solid white;
        cursor: pointer;
    }


.kps-accordian-sub-header-icon {
    margin: 3px 5px;
    opacity: 0.8;
    color: #74ad44;
}

.kps-accordian-sub-header-title {
    min-width: 70%;
    padding: 5px;
}



.kps-accordian-sub-body {
    display: block;
    height: 100%;
    margin-left: 6%;
}

.kps-accordian-sub-body-closed {
    display: none;
}

.kps-sub-nav-icon {
    margin: 13px 2px;
    opacity: 0.8;
}




/*Nav Override Classes*/
/*.sidebar .nav-item a.active {
    background-color: none !important;
    color: none !important;
}
*/
.sidebar .nav-item a {
    color: #d7d7d7;
    border-radius: 4px;
    display: flex;
    background-color: inherit;
    margin: 1px;
    align-items: center;
}

.nav-link {
    padding: 20px;
}


.nav {
    display: block;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    height: 100%;
    list-style: none;
}

.sidebar .nav-item:first-of-type {
    padding-top: 0rem;
}

.sidebar .oi {
    font-size: 0.9rem;
    vertical-align: text-top;
}


/*Footer */
.kps-footer {
    position: relative;
    background-color: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(51,122,183,1) 100%, rgba(50,119,179,1) 100%, rgba(0,212,255,1) 100%);
    color: white;
    width: 100%;
    height: 119px;
    padding: 5px;
    border-top: solid 1px white;
    top: 0px;
    background-color: lightgray;
}

.kps-footer-appinfo {
    font-size: 0.8rem;
    margin-bottom: 10px;
}

.kps-footer-dama {
    display: flex;
    width: 100%;
}

.kps-footer-dama-logo {
}

    .kps-footer-dama-logo img {
        height: 80px;
    }

.kps-footer-dama-info {
    font-size: 0.8rem;
}


/*Navbar title style */

.Kps-Dropdown {
    width: 100%;
    display: flex;
}

    .Kps-Dropdown a {
        width: 2%;
        margin-top: 5px;
        margin-left: 15px;
        margin-right: 15px;
        color: red;
    }

        .Kps-Dropdown a :hover {
            color: red;
        }

.Kps-Dropdown-pair {
    display: flex;
    align-items: center;
    width: 100%;
}

    .Kps-Dropdown-pair a {
        padding: 10px;
    }



.KPS-Yellow {
    background-color: #d1d12db5;
    color: black;
}

.KPS-Green {
    background-color: #06c3068c;
    color: white;
}

.KPS-Red {
    background-color: #ce242491;
    color: white;
}

.kps-custom-file-upload input[type="file"] {
    display: none;
}

.Upload-Excel input[type="file"] {
    display: none;
}

.kps-custom-add-contact {
    border: 2px solid #000;
    display: inline-block;
    padding: 3px 12px;
    cursor: pointer;
    width: auto;
    height: 35px !important;
    position: relative;
    left: 10px;
    background-color: #3f51b5;
    color: white;
    border-radius: 3px;
    margin-top: 15px;
}

.Upload-Excel {
    width: 120px;
    background-color: #b9d6a1;
    padding: 15px;
    margin: 10px;
    border-radius: 526px;
}

    .Upload-Excel :hover {
        cursor: pointer;
    }

.section-report-text {
    background-color: #94b17b;
    color: white;
    padding: 27px;
    margin: 29px;
    border-radius: 20px;
    font-size: large;
}

.kps-custom-file-upload {
    border: none;
    padding: 8px 10px;
    cursor: pointer;
    position: relative;
    left: 0px;
    background-color: #74ad44;
    color: white;
    border-radius: 3px;
    display: flex;
    font-size: 1rem;
    width: max-content;
}

.kps-report-msg {
    color: white;
    display: flex;
    height: auto;
    padding: 20px;
}

    .kps-report-msg p {
        font-size: 1em;
        text-align: center;
        color: white;
        width: 100%;
        margin-top: 10%;
        align-self: center;
    }

    .kps-report-msg span {
        font-size: 1.5em;
        align-self: center;
        color: white;
        padding-left: 10px;
    }



.kps-dropzone-msg {
    color: white;
    margin-top: 2%;
    display: flex;
    height: 100%;
}

    .kps-dropzone-msg p {
        font-size: 1em;
        text-align: center;
        color: white;
        width: 120px;
        margin-top: 0%;
        align-self: center;
        margin-left: 0;
        margin-bottom: 0px;
    }

    .kps-dropzone-msg span {
        font-size: 1.5em;
        align-self: center;
        color: white;
    }

.Report-type-Selector {
    margin: 10px auto;
}


/* Marquee styles */
.marquee {
    --gap: 1rem;
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    z-index: -100 !important;
    height: 50px;
    line-height: 50px;
    box-shadow: -1px 5px 47px 0px rgba(0,0,0,0.75) inset;
    color: white;
}

.marquee__content {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}



/* Enable animation */
.marquee__content {
    animation: scroll 30s linear infinite;
}

.marquee--pos-absolute .marquee__content:last-child {
    position: absolute;
    top: 0;
    left: 0;
}


.marquee--pos-absolute .marquee__content:last-child {
    animation-name: scroll-abs;
}


.small-header-table {
    padding-left: 10px !important;
    padding-right: 10px !important;
}



.kps-iframe-home {
    width: 100%;
    height: 100%;
}

.kps-iframe-constrainer {
    height: 90vh;
}


.kps-small-button {
    height: 23px;
    margin-left: 10px;
    margin-top: -3px;
}


.kps-p {
    margin: 10px 0 12px !important;
}


.kps-file-uploadcontainer {
    padding: 20px;
}


.navbar-icon-toggler .oi {
    font-size: 1rem;
    text-align: center;
    left: 1px;
    top: -8px;
}

.kps-selector-switch {
    margin-left: 20px;
}

.kps-Feedback-Container {
    background-color: white;
    padding: 25px;
    margin: 20px;
}

    .kps-Feedback-Container button.telerik-blazor.k-button.k-button-solid.k-rounded-md.k-button-md.k-button-solid-primary  {
        margin-top:10px;
    }

.kps-Historical-Feedback-Container {
    background-color: white;
    padding: 25px;
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px;
    margin: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

    .kps-Historical-Feedback-Container .kps-chat-card {
        background-color: rgba(116, 173, 68,0.35);
        width: 40%;
        border: 1px black solid;
        padding: 10px;
        border-top-right-radius: 35px;
        border-top-left-radius: 35px;
        border-bottom-right-radius: 35px;
        margin: 1%;
    }




.kps-chat-card p {
    margin: 0px;
    padding-left: 25px;
    overflow: hidden;
    max-width: 490px;
    text-wrap: pretty;
}

.kps-PricingSwitchBlock {
    padding: 0px;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    min-height: 50px;
}

    .kps-PricingSwitchBlock p {
        display: flex;
        margin: 0px;
        margin-right: 20px;
    }

.KPSSwitchPair {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.KPSSwitchPair-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.KPSSwitchPair-2Container {
    display: flex;
    justify-content: space-evenly;
}

.KPSSwitchPair-2 p {
    font-size: large;
}

.KpsDropdownPricing {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100px;
}

    .KpsDropdownPricing p {
        font-size: x-large;
        background-color: #74ad44;
        color: white;
        padding-left: 10px;
    }

.KpsPricingContentBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

    .KpsPricingContentBlock .KPSSwitchPair {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        padding: 20.7px;
    }


.KPSServices-Container {
    display: flex;
}


.kps-import-button {
    margin: 5px;
}

.kps-Additional-header {
    background-color: green;
}


.kps-form-separator {
    background-color: #b9d6a1;
    height: 30px;
    padding: 20px;
}

    .kps-form-separator p {
        position:relative;
        top:-10px;
        color :white ;
    }

.ValidDataRow {
    background-color: greenyellow;
}

.InValidDataRow {
    background-color: red;
}

.kps-text-preview {
    height: 95%;
    width: 100%;
}

.kps-bulletin-details {
    background-color: #74ad4400;
    height: auto;
    padding: 0px;
    box-shadow: inset 0px 0px 6px 4px #888888;
    padding: 15px;
}

.kps-bulletin-media {
    background-color: inherit;
}


.bulletin-detail-subject {
    background-color: #acce8e;
    padding: 0px;
    font-size: 1.5rem;
    border-bottom: none;
    border-top: none;
    color: white;
    margin-top: 0;
}

.bulletin-detail-html {
    background-color: #ffffffb5;
    padding: 20px;
    font-size: 1.3rem;
    border-top: none;
}


.kps-bulletin-media {
    background-color: white;
    padding: 0px;
    font-size: 1.3rem;
    margin-top: 20px;
}
.kps-Member-detail-wrapper h3  {
    background-color: #90B4D2;
    color: white;
    padding: 10px;
}




.kps-bulletin-media h3 {
    background-color: #90B4D2;
    padding: 5px;
    font-size: 1.5rem;
    border-bottom: none;
    border-top: none;
    color: white;
    margin-top: 20px;
}

.bulletin-detail-html-header {
    background-color: #90B4D2;
    padding: 5px;
    font-size: 1.5rem;
    border-bottom: none;
    border-top: none;
    color: white;
    margin: 15px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}


/*#region Media Queries  */
@media (min-width: 1106px) {
    .kps-accordian-header-title {
        min-width: 70%;
        padding: 5px;
    }

    .kps-footer {
        position: relative;
        background-color: transparent;
        background: none;
        color: white;
        width: 250px;
        height: 500px;
        padding: 5px;
        border-top: solid 1px white;
        margin-top: 51px;
        top: 0px;
    }
}


/*#endregion */
