﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

@font-face {
    font-family: "MrEavesXLModOT-Reg";
    src: url("../fonts/MREavesXLMod/MrEavesXLModOT-Reg.ttf");
}

@font-face {
    font-family: "MrEavesXLModOT-Bold";
    src: url("../fonts/MREavesXLMod/MrEavesXLModOT-Bold.ttf");
}

html, body {
    font-family: 'MrEavesXLModOT-Reg','Helvetica Neue', Helvetica, 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;
}

#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;
    }

/*#region Login Page*/
.login-container {
    background-position: right,top;
    background-image: url(/images/focus-login-background.png);
    background-color: #041F5A;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 30px;
    height: 100%;
}

.logo-container {
    background-image: url(/images/kbrlogo-white.png);
    background-repeat: no-repeat;
    height: 80px;
    width: 218px;
}

.login-title h1 {
    color: #FFF;
    font-family: MrEavesXLModOT-Bold;
    font-size: 100px;
}

.login-title p {
    color: #FFF;
    font-family: MrEavesXLModOT-Reg;
    font-size: 20px;
}

.rectangle-container {
    background-image: url(/images/rectangle2.png);
    background-repeat: no-repeat;
    background-size: 360px 8px;
}

.text-container-1 {
    color: #FFF;
    font-family: MrEavesXLModOT-Reg;
    font-size: 18px;
    text-align: justify;
    width: 470px;
}
/*#endregion*/
/*#region Button*/
.btnSave, .btnSave:hover {
    border: none !important;
    color: #172741 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    background-color: #FFDA00 !important;
    border-radius: 3px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.btnCancel, .btnCancel:hover {
    box-sizing: border-box !important;
    height: 36px !important;
    border-radius: 4px !important;
    border: 1px solid #041F5A !important;
    color: #041F5A !important;
    font-family: MrEavesXLModOT-Bold !important;
    font-size: 14px !important;
    line-height: 20px !important;
    background-color: #ffffff !important;
    padding-left: 12px !important;
    padding-right: 12px !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;
}

.btnBlue, .btnBlue:hover {
    box-sizing: border-box !important;
    border-radius: 4px !important;
    border: 1px solid #041F5A !important;
    color: #041F5A !important;
    font-family: MrEavesXLModOT-Bold !important;
    font-size: 14px !important;
    line-height: 20px !important;
    background-color: #ffffff !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.k-switch-md.k-switch-on .k-switch-thumb-wrap {
    left: calc(100% - 10px) !important;
}

.k-switch-md.k-switch-off .k-switch-thumb-wrap {
    left: 10px !important;
}

.k-switch-md {
    height: unset !important;
    width: 40px !important;
}

    .k-switch-md .k-switch-track {
        height: 20px !important;
        width: 40px !important;
    }

.k-switch-on .k-switch-track {
    border-color: #041F5A !important;
    background-color: #041F5A !important;
}

.k-switch-md .k-switch-thumb {
    width: 20px !important;
    height: 20px !important;
}
/*#endregion*/
/*#region GridCSS */

.k-grid-header .k-i-sort-asc-sm, .k-grid-header .k-i-sort-desc-sm, .k-grid-header .k-sort-order {
    color: #041F5A !important;
}

.k-grid-header .k-grid-filter.k-state-active {
    background-color: #041F5A !important;
}
.k-filter-menu-container .k-columnmenu-actions .k-button.k-primary {
    border-color: #FED900 !important;
    background-color: #FED900 !important;
}

.small-font {
    font-size: 13px;
}

.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;
}*/

    .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;
    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 !important;
}*/

.k-grid-header {
    background-color: #fff !important;
    padding-right: 0px !important;
}

.k-grid {
    font-size: 0.8rem !important;
    font-weight: 500 !important;
}

    .k-grid td.k-state-selected,
    .k-grid tr.k-state-selected > td {
        background-color: rgba(0,127,197,0.18) !important;
    }

.k-dialog-titlebar {
    background-color: #041F5A !important;
    color: #fff !important;
}

.k-textbox {
    padding: 5px !important;
    color: #172741 !important;
    font-size: 16px !important;
}

.k-picker , .k-picker:hover, .k-picker.k-hover {
    background-color: #fff !important;
    background-image: none !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: auto;
    width: 2px;
    background-color: #DFDFDF;
    padding: 1px;
}

.header-sidebar {
    height: 22px;
    width: max-content;
    color: #172741;
    font-family: MrEavesXLModOT-Bold;
    font-size: 22px;
    line-height: 22px;
    margin-left: 16px;
    font-weight: bold;
}

.rectangle-8 {
    height: 70px;
    width: 10px;
    background-color: #007FC5;
}

.activeCircle {
    color: #76B858 !important;
}

.pendingCircle {
    color: #DFB40F !important;
}

.disabledCircle {
    color: #BDBDBD !important;
}

.chkCircle {
    color: #6EC34B !important;
    width: 53px !important;
    height: 53px !important;
    font-size: 50px !important;
}

.chkCircle-small {
    color: #6EC34B !important;
    font-size: 25px !important;
}

.xCircle {
    color: red !important;
    width: 53px !important;
    height: 53px !important;
    font-size: 50px !important;
}

.infoCircle {
    color: #0058e9 !important;
    width: 53px !important;
    height: 53px !important;
    font-size: 50px !important;
}

.grid-summary-container {
    background-color: #E7ECF9;
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 15px 0px 15px;
}

.grid-summary-btnlink {
    color: #358DE8 !important;
    font-family: MrEavesXLModOT-Reg;
    font-size: 14px;
    text-decoration: underline !important;
    cursor: pointer;
}
.grid-summary-centertext {
    color: #041F5A;
    font-family: MrEavesXLModOT-Bold;
    font-size: 16px;
    line-height: 18px;
}
.date-danger {
    background-color: #FEE4E0;
    border-radius: 10px;
    height: 25px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: red;
}
.date-warning {
    background-color: #FFF0E0;
    border-radius: 10px;
    height: 25px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFA74C;
}
.chevron-blue-color {
    color: #358DE8 !important;
}
.RowChangedClass {
    background-color: #A8EC94 !important;
}
.RowAddedClass{
    background-color: #FFF192 !important;
}
.RowOrgChangedClass {
    background-color: #D7D1D7 !important;
}
.RowChangedIconClass {
    color: #A8EC94 !important;
    font-size: 22px !important;
}
.RowAddedIconClass {
    color: #FFF192 !important;
    font-size: 22px !important;
}
.RowOrgChangedIconClass {
    color: #D7D1D7 !important;
    font-size: 22px !important;
}
.RowCommentIconClass {
    color: #AAD5EE !important;
    font-size: 22px !important;
}
.RowOverdueIconClass {
    color: #F48458 !important;
    font-size: 22px !important;
}
.RowOverdue7daysIconClass {
    color: #FF29FF !important;
    font-size: 22px !important;
}
/*#endregion*/
/*#region Telerik Tab CSS*/
.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-state-active {
    border-top-color: #ffffff !important;
    border-bottom-color: #DFB40F !important;
    border-bottom-width: initial;
}

.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;
}

.k-tabstrip-items-wrapper {
    background: #E7EDF0 !important;
}
/*#endregion*/

/*#region Form Inputs*/
.k-checkbox {
    color: #399637 !important;
    background-color: #fff !important;
    width: 20px !important;
    height: 20px !important;
    font-weight: 600 !important;
}

    .k-checkbox:checked, .k-checkbox.k-checked {
        border-color: rgba(128,128,128,0.22) !important;
        color: #399637 !important;
        background-color: #041F5A !important;
    }

.k-radio:checked,
.k-radio.k-checked {
    border: #dadfe2 !important;
    color: #ffffff !important;
    background-color: #041F5A !important;
}

    .k-radio:checked:focus,
    .k-radio.k-checked.k-state-focus {
        border-color: transparent !important;
        box-shadow: none !important;
    }

.label {
    display: block;
    font-weight: 600;
    font-size: 15px;
    padding: 5px;
    color: #172741;
}

.mandatory-label:after {
    content: " *";
    color: red;
}

.k-list-item.k-selected, .k-selected.k-list-optionlabel {
    color: #ffffff !important;
    background-color: #041F5A !important;
}

.k-calendar .k-calendar-td.k-state-selected .k-link {
    color: #ffffff !important;
    background-color: #041F5A !important;
}
.k-calendar .k-nav-today {
    color: #041F5A !important;
}
.actionlink {
    text-decoration: underline !important;
    color: #15639B !important;
    cursor: pointer;
}
/*#endregion*/
/*#region Scrollbar*/
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #C8CBD4;
}
/*#endregion*/
