@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}


.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

.main .top-row a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

nav .navbar-brand {
    display: flex;
    align-items: baseline;
    color: #730505;
    height: 30px;
    font-size: 1rem;
    color: white !important;
}
nav .navbar-brand img {
    width: 20%;
    margin-right: .75rem;
    
}


.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1rem;
    color:white!important;
    line-height: inherit;
    white-space: nowrap;
}

.cardinalbutton {
    background-color: #06464a;
    float: right;
    color: white!important;
    /*width: 184px;*/
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 12px;
}

.cardinalbutton2 {
    background-color: #06464a;
    float: right;
    color: white !important;
    width: 275px !important;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 12px;
}

.cardinalbutton3 {
    background-color: #06464a;
    float: right;
    color: white !important;
    width: 300px;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 12px;
}

.addspacingright{
    margin-right:10px;
}

.topbar {
    display: grid;
    grid-template-columns: 9fr 1fr 1fr 1fr 2fr;
    padding-top: 12px;
    padding-bottom: 12px;
}

#hello {
    margin-top: .75rem;
}


.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

    .sidebar .top-row {
        background-color: rgba(0,0,0,0.4);
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a {
            color: #d7d7d7;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .sidebar .nav-item a.active {
                background-color: rgba(255,255,255,0.25);
                color: white;
            }

            .sidebar .nav-item a:hover {
                background-color: rgba(255,255,255,0.1);
                color: white;
            }

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.navmenu-topmenu{
    color:white !important;  
    background-color:darkred !important;
    border: 0 !important;
}

.navmenu-topmenu a{
    color:white;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 767.98px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}



/* Styles for New Holdout Request Form */
telerikrootcomponent {
    width: 100vw;
}

.newholdout-wrapper {
    width: 100%;
    padding: 24px 18px 24px 18px !important;
    margin: 0 !important;
    border: 1px solid #ededed;
    background-color: #ededed;
}

.replenishment-details-wrapper {
    width: 100%;
    padding: 0.5rem !important;
    border: 1px solid #ededed;
    background-color: #ededed;
    margin-block-end: 0.5rem;
    font-size: 12px;
}

.replenishment-upload {
    display: grid;
    grid-template-columns: 150px 1fr;
}

.replenishment-upload-grid {
    display: grid;
    width: 900px;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 0.5rem;
}

.newholdout-form {
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr .75fr 1fr 1fr 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
}

.replenishment-details {
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
}

#excel-q {
    grid-column-start: 1;
    grid-column-end: 3;
}

.field {
    display: flex;
    flex-direction: column;
}

.form-label {
    font-weight: 600;
    color: #06464a;
}

.radio-label {
    display: inline;
    margin-left: 4px;
}

/* Styles for excel upload workflow */

.excel-workflow {
    margin-bottom: 1rem;
}

.file-upload {
    margin-bottom: 2rem;
}

.main-button {
    background-color: #06464a;
    color: white !important;
    padding: 6px 18px;
    border: none !important;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 1rem;
}


.e-attr {
    border: 1px solid darkred;
    color: darkred;
    font-size: 12px;
    padding: 2px 4px;
}



#progress-button-control {
    width: 100%;
    margin: 8% 0;
    text-align: center;
}

@media only screen and (max-width: 500px) {
    #progress-button-control {
        margin-left: -11%;
    }
}

.progress-button-section {
    width: 80%;
    margin: auto;
}

#progress-button-control .col-xs-12 {
    margin: 18px 0;
}

#contract.e-progress-active .e-btn-content {
    display: none;
}

#contract {
    transition: all .3s cubic-bezier(.175, .885, .32, 1) 100ms;
}

@@font-face {
    font-family: 'button-icons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype');
    font-weight: normal;
    font-style: normal;
}

.e-btn-sb-icons {
    font-family: 'button-icons';
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.e-play-icon::before {
    content: '\e701';
    font-size: 12px;
}

.e-bigger .e-play-icon::before {
    font-size: 14px;
}

.e-download-icon::before {
    content: '\e702';
}

#roundbtn .e-play-icon {
    margin-top: -2px;
}

.material #roundbtn .e-play-icon {
    margin-top: 0;
}

.loader-size-title {
    display: block;
    margin-bottom: 10px;
}

.loader-container {
    text-align: center;
    width: 150px;
    display: inline-table;
    padding-top: 10px;
}

.statusdata {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 6px;
    font-size: 12px;
    padding: 0 1.5rem 1.5rem 1.5rem;
}

.statusdata:first-of-type {
    padding: 1.5rem;
}

.details-label {
    margin-right: 14px;
    font-family: "lato", sans-serif;
    font-size: 14px;
    font-weight: 200;
    font-weight: bold;
}

.page-wrap {
    width: 98vw;
    padding: 0;
    margin: auto;
}

/*For the Telerik loading spinner*/
.loading-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    /*padding: 0;*/
    font-size: 0.75rem;
}

    fieldset legend {
        font-size: 1rem;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

    fieldset label {
        display: block;
        font-size: 1.2em;
        font-weight: 600;
    }

        fieldset label.checkbox {
            display: inline;
        }

    fieldset input[type="text"],
    fieldset input[type="password"] {
        border: 1px solid #e2e2e2;
        color: #333;
        font-size: 1.2em;
        margin: 5px 0 6px 0;
        padding: 5px;
        width: 300px;
    }

        fieldset input[type="text"]:focus,
        fieldset input[type="password"]:focus {
            border: 1px solid #7ac0da;
        }

    fieldset input[type="submit"] {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
    }

.column-font {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.details-form {
    min-height: 1px;
    width: calc(35% - 20px);
    padding-right: 20px;
    float: left;
}

    .details-form textarea {
        display: block;
        width: 100%;
    }

.details-information {
    width: 65%;
    float: left;
}

    .details-information ul {
        list-style: none;
        padding-left: 0;
    }

        .details-information ul li {
            width: 20%;
            display: inline-block;
        }

    .details-information .details-metrics, .details-information .details-demand {
        width: 48%;
        width: calc(50% - 10px);
        margin-top: 20px;
        float: left;
    }

    .details-information .details-demand {
        float: right;
    }

    .details-information .details-history {
        margin-top: 20px;
    }

.hyperlink-text-button {
    text-transform: none !important;
    text-decoration: underline !important;
    padding: 0px !important;
    background-color: transparent !important;
    border-color: transparent !important;
    cursor: pointer;
}

.holdout-low-quantity {
    background-color: #F6CECE !important;
}

.holdout-above-threshold {
    background-color: orange !important;
}

.privacy-footer {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 0.75rem;
    padding: 1rem 2rem;
}

.toast-notification {
    position: absolute;
    padding-top: 100px;
    z-index: 100;
}

    .toast-notification .k-notification {
        width: 420px;
        font-size: 16px;
    }

    .toast-notification .k-icon {
        font-size: 20px;
    }

.k-badge {
    margin-left: 5px;
}

.k-notification-container {
    margin: 6px 0;
}

.history-list {
    list-style: none;
    position: relative;
    padding: .5rem 0;
    font-size: 12px;
    font-family: "lato", sans-serif;
}

    .history-list li {
        padding: .5rem;
        list-style: none;
        border-bottom: 1px solid #C8C8D2;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-column-gap: 14px;
    }

    .history-list .history-row:hover, .history-row:hover {
        background-color: #f1f1f1;
    }

.details-label {
    margin-right: 14px;
    /*font-family: $contrast-font;*/
    font-family: "lato", sans-serif;
    font-size: 14px;
    font-weight: 200;
    font-weight: bold;
}

fieldset {
    display: block !important;
    margin-inline-start: 2px !important;
    margin-inline-end: 2px !important;
    padding-block-start: 0.35em !important;
    padding-inline-start: 0.75em !important;
    padding-inline-end: 0.75em !important;
    padding-block-end: 0.625em !important;
    min-inline-size: min-content !important;
    border-width: 2px !important;
    border-style: groove !important;
    border-color: rgb(192, 192, 192) !important;
    border-image: initial !important;
}

    fieldset legend {
        width: auto !important;
    }

.weekend-calendar-cell {
    background-color: lightgrey;
}

.highlight-row {
    background-color: yellow !important;
}

.highlight-row-yellow {
    background-color: yellow !important;
}

.highlight-row-red {
    background-color: red !important;
}

.highlight-row-orange {
    background-color: orange !important;
}

.highlight-row-coral {
    background-color: coral !important;
}

.highlight-row-lightcoral {
    background-color: lightcoral !important;
}

.highlight-row-dark-grey {
    background-color: darkgrey !important;
}

.grid-legend {
    border: solid;
    width: 35px;
    height: 20px;
    border-width: 2px;
}

.grid-legend-flex {
    display: flex;
    column-gap: 1.5rem;
}

.fs-12px {
    font-size: 12px !important;
}

.updated-cell {
    position: relative !important;
}

    .updated-cell:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border-width: 8px 8px 0 0;
        border-style: solid;
        border-color: #608A32 transparent transparent transparent;
    }

.rotated-text {
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
    padding: 7px 0px;
    padding-top: 30px;
}

.weekend-cell {
    background: lightgrey;
    height: 23px;
}

.revised-cell {
    background: mediumpurple;
}

.approved-cell {
    background: yellow;
}

.rejected-cell {
    background: orange;
}

.exported-cell {
    background: cyan;
}

.legacy-cell {
    background: greenyellow;
}

.complete-cell {
    background: green;
}

.mismatch-cell {
    background: red;
}

.end-date-cell {
    background: deepskyblue;
}

.dow {
    background-color: lightgreen;
}

.page-filter-toolbar {
    display: flex;
    margin-block-end: 0.5rem;
    column-gap: 1rem;
    align-items: center;
}

/*Ask EAI*/
/* ===== Scrollbar CSS ===== */
/* Firefox */
/** {
    scrollbar-width: auto;
    scrollbar-color: white transparent;
}*/

    /* Chrome, Edge, and Safari */
    /**::-webkit-scrollbar {
        width: 8px;
    }

    *::-webkit-scrollbar-track {
        background: lightgrey;
    }

    *::-webkit-scrollbar-thumb {
        background-color: white;
        border-radius: 10px;
        border: 1px solid grey;
    }*/

.cursor-pointer {
    cursor: pointer;
}

.typewriter {
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    border-right: .15em solid transparent; /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    animation: typing 2s steps(30, end), blink-caret .5s step-end 4s;
}

/* The typing effect */
@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
    from, to {
        border-color: transparent
    }

    50% {
        border-color: blue
    }
}

@keyframes append-animate {
    from {
        transform: scale(0);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes slidein {
    from {
        margin-left: 100px;
    }

    to {
        margin-left: 0px;
    }
}