﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

@font-face {
    font-family: "MrEavesXLModOT-Reg", sans-serif;
    src: url("../fonts/MREavesXLMod/MrEavesXLModOT-Reg.ttf");
}

@font-face {
    font-family: "MrEavesXLModOT-Bold", sans-serif;
    src: url("../fonts/MREavesXLMod/MrEavesXLModOT-Bold.ttf");
}

@font-face {
    font-family: "Lato-Regular", sans-serif;
    src: url("../fonts/Lato2OFL/Lato-Regular.ttf");
}

@font-face {
    font-family: "Lato-Bold", sans-serif;
    src: url("../fonts/Lato2OFL/Lato-Bold.ttf");
}

html, body {
    font-family: Arial, sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x:hidden;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top:1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
    margin-top: .25rem;
    margin-right: 10px;
}

#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;
    }

.autocomplete-suggestions {
    width: 100%;
    z-index: 1;
    overflow: auto;
    font-size: 0.7rem !important;
    box-shadow: 0px 12.8px 28.8px rgba(0,0,0,0.13), 0px 0px 9.2px rgba(0,0,0,0.11);
    background: #FFFFFF;
    padding: 4px 0;
    margin-top: 4px;
    max-height: 328px;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 0.1s ease-out;
    position: relative;
}
.btnCancel, .btnCancel:hover {
    box-sizing: border-box !important;
    height: 30px !important;
    width: 100px !important;
    border-radius: 4px !important;
    border: 1px solid #041F5A !important;
    color: #041F5A !important;
    font-family: Arial, sans-serif !important;
    font-weight: bold;
    font-size: small !important;
    line-height: 20px !important;
    background-color: #ffffff !important;
}

.btnSave, .btnSave:hover {
    border: none !important;
    color: #172741 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    background-color: #FFDA00 !important;
    border-radius: 3px !important;
    height: 30px !important;
    width: 100px !important;
}

.btnDone, .btnDone:hover {
    border: none !important;
    color: #172741 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    background-color: #FFDA00 !important;
    border-radius: 5px !important;
    width: 150px;
    padding: 1em !important;
}

.chkCircle {
    color: #6EC34B !important;
    width: 53px !important;
    height: 53px !important;
    font-size: 50px !important;
}

.smallSavebutton, .smallSavebutton:hover {
    width: 100px !important;
    height: 30px !important;
}
    .autocomplete-suggestions.visible {
        display: block;
        max-height: 328px;
        opacity: 1;
    }

    .autocomplete-suggestions.hide {
        display: none;
    }

    .autocomplete-suggestions div[role=option] {
        display: grid;
        padding: 0 14px;
        align-items: center;
        height: 40px;
        margin: 0 4px;
        color: #2B2B2B;
        line-height: 20px;
        border-radius: 2px;
        border: 2px solid transparent;
        position: relative;
    }

        .autocomplete-suggestions div[role=option]:hover {
            cursor: pointer;
            background: #F2F2F2;
        }

        .autocomplete-suggestions div[role=option]:active {
            background: #EDEDED;
        }

        .autocomplete-suggestions div[role=option]:after {
            position: absolute;
            right: 14px;
        }
.autocomplete-box {
    display: block;
    width: 18rem !important;
    font-size: 0.8rem !important;
    padding: 0.5rem 0;
    text-transform: uppercase;
    box-shadow: 0 0 2px 0.3px rgba(0,0,0,0.2);
    border: 2px solid transparent;
    border-radius: var(--container-border-radius);
    background-color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    outline: none !important;
    margin-top: 15px;
}

    .autocomplete-box:focus {
        outline: none;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    }

    .autocomplete-box::placeholder {
        color: silver;
    }

    .autocomplete-box.invalid {
        border: 2px solid red;
    }

@media (min-width: 700px) and (max-width: 991.98px) {
    .autocomplete-box {
        font-size: 1rem !important;
        width: 40rem !important;
    }

    .width-50 {
        width: 70% !important;
    }
}
@media (min-width: 400px) and (max-width: 740px) {
    .category-tile, .key-category-tile {
        width: 10rem !important;
    }

    .labelCenter {
        font-size: 1rem !important;
    }

    .autocomplete-box {
        font-size: 1rem !important;
        width: 21rem !important;
    }

    .autocomplete-suggestions {
        font-size: 1rem !important;
    }
}
@media (min-width: 400px) and (max-width: 740px) {
    .category-tile, .key-category-tile {
        width: 10rem !important;
    }

    .labelCenter {
        font-size: 1rem !important;
    }

    .autocomplete-box {
        font-size: 1rem !important;
        width: 21rem !important;
    }

    .autocomplete-suggestions {
        font-size: 1rem !important;
    }
/*Copied from AES*/
    .rectangle-container {
        background-image: url(/images/rectangle2.png);
        background-repeat: no-repeat;
        background-size: 470px 10px;
    }

    .text-container-1 {
        color: #FFF;
        font-family: MrEavesXLModOT-Reg,sans-serif;
        font-size: 20px;
        text-align: justify;
        width: 470px;
    }

    .client-login-button {
        height: 74.2px;
        width: 274.89px;
        background-color: #FFDA00;
        font-family: MrEavesXLModOT-Bold,sans-serif;
        font-size: 24px;
        color: #fff;
    }

    .kbr-login-button {
        height: 74.2px;
        width: 274.89px;
        color: #FFF;
        font-family: MrEavesXLModOT-Bold,sans-serif;
        font-size: 24px;
        box-sizing: border-box;
        border-radius: 4px;
        border: 3px solid #FFF;
    }

    .button-container {
        margin-bottom: 150px;
    }

    .request-demo-button {
        box-sizing: border-box;
        height: 48px;
        width: 216px;
        border-radius: 4px;
        background-color: transparent;
        color: #FFF;
        font-family: MrEavesXLModOT-Bold,sans-serif;
        font-size: 20px;
        line-height: 20px;
        border: 1px solid #FFF;
    }

    .request-a-demo {
        height: 32px;
        width: 149px;
        color: #172741;
        font-family: MrEavesXLModOT-Bold,sans-serif;
        font-size: 22px;
        line-height: 32px;
        margin: 5px;
    }

    .please-fill-out-the {
        height: 18px;
        color: #172741;
        font-family: MrEavesXLModOT-Reg,sans-serif;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
    }

    .project-sol-container {
        background-color: #fff;
        background-repeat: no-repeat;
        padding-top: 35px;
        padding-bottom: 1px;
        background-image: url(/images/project-sol-bg.png);
        background-position: right;
    }

    .section3-container {
        background-color: #ffffff;
        width: 100%;
        padding: 30px;
    }

        .section3-inner-container h2 {
            color: #05205B;
            font-family: MrEavesXLModOT-Reg, sans-serif;
            font-size: 25px;
            line-height: 35px;
            text-align: center;
        }

    .section-para {
        color: #172741;
        font-family: MrEavesXLModOT-Reg,sans-serif;
        font-size: 16px;
        line-height: 24px;
        text-align: justify;
    }

    .section4-container {
        background-color: #041F5A;
        width: 100%;
        padding: 30px;
        height: 100%;
        background-image: url(/images/login-dots.png)
    }

        .section4-container h1 {
            color: #ffffff;
            font-family: MrEavesXLModOT-Reg,sans-serif;
            font-size: 30px;
        }

    .section4-para {
        color: #ffffff;
        font-family: MrEavesXLModOT-Reg,sans-serif;
        font-size: 16px;
        line-height: 24px;
        text-align: justify;
        height: 255px;
    }

    .sl-image-rectangle {
        background-image: url(/images/rectangle2.png);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .lg-image-rectangle {
        background-image: url(/images/rectangle.png);
        background-repeat: no-repeat;
        background-size: 100%;
        height: 15px;
    }

    .section5-container {
        background-color: #F3F4F5;
        width: 100%;
    }

    .section5-inner-container {
        width: 100%;
        padding: 70px 50px;
    }
}

/* Copied from AES*/
.btnAdd, .btnAdd:hover {
    border: none !important;
    color: #172741 !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    background-color: transparent !important;
    background-image: none !important;
}

.k-grid td {
    border-width: 0 0 0px 0px !important;
}

.k-grid th {
    border-width: 0 0 0px 0px !important;
}

.k-grid {
    border: none !important;
    border-width: 0px !important;
    border-color: none !important;
    min-height: 500px !important;
    font-size: 0.8rem !important;
    font-weight: 500 !important;
}

.k-column-title {
    white-space:normal !important;
}

.k-grid table {
    border: none !important;
    color: #112b46 !important;
    height: auto !important;
}

.k-grid-toolbar {
    border-color: none !important;
    border-width: 0px !important;
    margin-bottom: 1em !important;
    padding-left: 2em !important;
    background-color: #F3F5FA !important;
}

.k-grid-header, .k-grouping-header, .k-grid-add-row, .k-grid-footer {
    color: #42516e !important;
    background-color: #fafafa !important;
    font-weight: bold !important;
}

.k-grid-search {
    width: 20em !important;
}

.k-grid-content {
    overflow-y: hidden;
}

.k-grid-header {
    background-color: #fff !important;
    padding-right: 0px !important;
}

    .k-grid td.k-state-selected,
    .k-grid tr.k-state-selected > td {
        background-color: rgba(0,127,197,0.18) !important;
    }

    .k-grid tr.k-alt {
        background-color: #F3F5F9 !important;
    }

.k-dialog-titlebar {
    background-color: #E9ECF0 !important;
    color: #172741 !important;
}

.k-textbox {
    padding: 5px !important;
    color: #172741 !important;
    font-size: 16px !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #BEC5D0 !important;
    font-size: 16px !important;
}

.k-pager-numbers .k-link.k-state-selected {
    color: #172741 !important;
    background-color: #D1E8F5 !important;
}

.k-pager-numbers .k-link {
    color: #172741 !important;
}

.rectangle-2 {
    height: 571px;
    width: 2px;
    background-color: #DFDFDF;
    padding: 1px;
}

.header-sidebar {
    height: 22px;
    width: max-content;
    color: #172741;
    font-family: Arial,sans-serif;
    font-weight: bold;
    font-size: large;
    line-height: 22px;
    margin: 24px;
}

.rectangle-8 {
    height: 70px;
    width: 10.73px;
    border-radius: 2px 0 0;
    background-color: #007FC5;
}

.activeCircle {
    color: #76B858 !important;
}

.pendingCircle {
    color: #DFB40F !important;
}

.rejectedCircle {
    color: #df0f0f !important;
}

/*#endregion*/
/*#region Telerik Tab CSS*/
.k-tabstrip-top > .k-tabstrip-items .k-item.k-state-active {
    border-top-color: #ffffff !important;
    border-bottom-color: #DFB40F !important;
}

.k-tabstrip-content, .k-tabstrip > .k-content {
    padding: 0 !important;
}

.tab-icon-inactive {
    opacity: 0.6;
}

.tab-header-active {
    font-size: 0.8rem;
    margin-left: 5px;
    color: #172741;
    margin-right: 10px;
    font-weight: 600;
}

.tab-header-inactive {
    color: #797979;
    font-size: 0.8rem;
    margin-left: 5px;
    margin-right: 10px;
    font-weight: 600;
    opacity: 0.6;
}

ul[role=tablist] {
    background: #E7EDF0;
}
/*#endregion*/
/*#region Button*/
.k-grid-header .k-grid-filter.k-state-active, .k-grid-header .k-header-column-menu.k-state-active, .k-grid-header .k-hierarchy-cell .k-icon.k-state-active {
    color: white;
    background-color: #ff6358;
}


.k-grid-filter-menu k-grid-header-menu k-active {
    color: white !important;
    background-color: #ff6358 !important;
}

.k-radio:checked,
.k-radio.k-checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3e%3ccircle cx='50%25' cy='50%25' r='4' fill='darkblue'/%3e%3c/svg%3e") !important;
}

.k-grid td.k-selected, .k-grid tr.k-selected > td {
    background-color: rgba(0,127,197,0.18) !important;
}

.k-grid.Org-Link-Grid {
    min-height: auto !important;
}
.custom-duplicate-validator {
    color: red;
}

.k-wizard-buttons {
    margin-top: 0px !important;
}

.form-control-full-width{
    width: 100% !important;
}

.bottom-margin-control{
    margin-bottom: 5px;
}

.rem-margin-right {
    margin-right: .75rem !important;
}

.form-review-list > li > span .k-link,
.form-review-list .k-link,
.form-review-list .k-panelbar > .k-panelbar-header > .k-link,
.approval-review-component .k-panelbar > .k-panelbar-header > .k-link {
    font-weight: bold;
    color: #495057 !important;
    background-color: #e9ecef !important;
    border-color: #dee2e6;
    border-bottom: 2px solid #dee2e6;
    border-top: 1px solid #dee2e6;
    padding: .75rem;
}

.addnew {
    font-size: 12px !important;
    color: #172741 !important;
    border: #172741 1px solid !important;
    border-radius: 2px;
    padding: .25rem;
    margin: .25rem;
}

.align-row-end {
    align-items: flex-end;
}

.no-left-margins {
    margin-left: 0 !important;
    padding-left: 0 !important;
}