﻿/*Modern UI Stylesheet*/

/* Hierarchical Prompts tree*/
.k-treeview-md, .k-treeview {
    font-family: poppins-regular;
    font-size:14px;
}
/* Kendo Tooltips */
.k-tooltip {
    font-family:poppins-regular;
    font-size:14px;
}

@font-face {
    font-family: poppins-regular;
    src: url(fonts/poppins/Poppins-Regular.ttf);
}
body {
    background: #F5F8FA;
    color: #333333;
}
body,
td,
h1,
.k-toolbar,
.k-grid,
.gridViewA, .k-grid a.gridViewA,
.k-grid a.hooverText,
.k-menu,
.k-input,
.k-picker {
    font-family: poppins-regular;
}
#contents-wrapper {
    position: fixed;
    top: 70px;
    left: 265px;
    bottom: 30px;
    right: 0px;
    overflow: auto;
    padding-left: 3px;
}
#tdWelcomeAndSearch {
    height: 70px !important;
    background: #FFFFFF;
    box-shadow: 0px 2px 18px rgba(161, 165, 183, 0.2);
    border:none;
}
#tdWelcomeAndSearch img {
    display:none;
}
#content {
    min-height: 500px;
    clear: both;
    background-color: white;
    max-width: 1100px;
    margin: auto;
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 4px 0px rgb(76 87 125 / 10%);
    padding: 14px 20px 30px 20px;
}
#contents-scroll-panel {
    max-width: 1100px;
    margin: auto;
}

.k-form-error {
    font-size:14px;
}
/* Login Form */
.loginMain, .loginLeft {
    position: fixed;
    top: 0px;
    bottom: 0px;
    width: 50%;
    background-color: white;
    overflow: auto;
}
.loginLeft iframe {
    position: relative;
    width: 60%;
    height: 60%;
    top: 20%;
    min-width: 400px;
    margin-left:auto;
    margin-right:auto;
    display:block;
}
.loginMain {
    right:0px;
}

body.login-page-body, .loginLeft {
    background-color: #162C39;
}
.loginMain #portalLogo {
    width:263px;
    margin-top: 145px;
    margin-left:auto;
    margin-right: auto;
    margin-bottom: 30px;
    display: block;
}
#sign-in-text,
#yourCustomPortalText {
    text-align: center;
    font-size: 14px;
}
#sign-in-text {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 11px;
}
#pnlSamlLogin {
    margin-top:30px;
    margin-bottom:20px;
    text-align:center;
}
#btnLoginSaml {
    padding: 8px;
    background-color: white;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
}
    #btnLoginSaml:hover {
        background-color: #efeded;
    }
    #btnLoginSaml > * {
        vertical-align: middle;
    }
    #btnLoginSaml > svg {
        margin-right: 6px;
    }
#loginForm, #reset-password-form {
    margin-left: auto;
    margin-right: auto;
    max-width: 440px;
    border:none;
    box-shadow: none;
    padding-bottom: 25px;
}
#pnlSaml {
    display: none;
}
#orWithCredentialsDiv {
    display: flex;
    width: 420px;
    max-width: 100%;
    margin: auto;
    margin-top: 33px;
    color: #bbbbbb;
    text-align: center;
}
    #orWithCredentialsDiv hr {
        width: 100px;
        max-width: 30%;
        margin-top: 8px;
    }
#loginForm {
    margin-top: 12px;
}
#loginFormTitle {
    display:none;
}
.loginFormLabel {
    display:none;
}
.loginFormElement, .loginFormSubmit {
    float: none;
    width: 100%;
    margin-bottom: 20px;
}
    .loginFormElement input,
    .loginFormSubmit input {
        width: 100%;
        padding: 10px;
        padding-top: 6px;
        padding-bottom: 6px;
        font-size: 16px;
        border-radius: 6px;
    }
#lbForgotPassword {
    float:right;
    margin-top:-14px;
    margin-bottom:20px;
    font-size:14px;
}
#pnlResetPassword {
    margin-top:-40px;
}

#loginForm #btnLogon {
    background-color: #162C39;
    color: #ffffff;
}

@media only screen and (max-width: 600px) {
    .loginMain, .loginLeft {
        position: fixed;
        right: 0px;
        top: 0px;
        bottom: 0px;
        width: 100%;
        min-width: 100%;
        background-color: white;
    }
    #loginForm, #reset-password-form {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
}

@media only screen and (max-width: 900px) {

    #loginForm, #reset-password-form {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
}

/* Scroll Bar */
/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

footer {
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 265px;
    padding-top: 8px;
    height: 30px;
    background: white;
    font-weight: 400;
    border-top: 1px solid #eaeaea;
    padding: 6px 16px 10px 16px;
    color: #666666;
}
    footer a {
        color: gray;
        margin-right:10px;
        font-weight: bold;
    }
    footer #footerLinks {
        position: fixed;
        right: 6px;
        bottom: 6px;
    }

.k-grid tr td .actions {
    border:none;
    background-color: white;
}
    .k-grid tr td .actions > .k-first > .k-link > .k-menu-link-text {
        font-size: 20px;
        text-align:center;
        display: inline-grid;
    }
    .k-grid tr td .actions > .k-first > .k-link > .k-menu-expand-arrow {
        display: none;
    }

/* Top right menu font size */
#settings-menu, #settings-menu .k-menu-link-text, #user-information h1, #user-information .k-menu-item, #home-menu .k-menu-item, #new-document-menu .k-menu-item {
    font-size: 12px;
}
#settings-menu .k-menu-group .k-item > .k-link.k-active {
    background-color: rgb(237, 237, 237); /* Remove the blue color from the application menu in the top right*/
    color: rgb(101, 101, 101)
}

.k-menu-vertical > .k-menu-item > .k-menu-link > .k-menu-expand-arrow {
    margin-inline-end: calc(-1.5rem + 0px);
}


.k-menu-vertical > .k-menu-item > .k-menu-link {
    padding: 0.85rem 1.2rem;
}

.k-menu-group-md .k-menu-item {
    line-height: 2.5;
    padding: 2px;
    font-size:12px;
}

.gridViewA, .k-grid a.gridViewA {
    Font-size: 14px;
}

.k-grid-table td {
    font-size: 14px;
    color: #666
}

.k-grid tr td {
    padding: 0px 6px 0px 6px;
}

.k-grid-pager {
    color: #666;
    font-size: 14px;
}

.breadcrumbText {
    color: #666;
    font-size: 12px;
    font-family: poppins-regular;
}

/* Change the styling of things that have been given focus by tabbing to them*/
a:focus, :focus-visible {
    outline-offset: 2px;
    outline-color: #dedede;
}

#left-menu-content a:focus {
    outline: 5px auto -webkit-focus-ring-color;
}

.section-about-link {
    margin-left: 10px;
    color: #707070;
}
.section-about-link:focus {
    text-decoration:none;
}

#grid-header > .k-toolbar b {
    font-size:16px;
}

/*.k-menu.k-context-menu,
.k-menu.k-context-menu .k-item > .k-link:hover {
    border-radius: 8px;
}*/
.k-button-md {
    font-size: 14px;
}

.k-input-md, .k-picker-md, .k-toolbar, .k-table-md {
    font-size: 12px;
}
.k-panelbar, .k-button, .k-chip, .k-list, .k-window, .k-notification, .k-pager, .k-reset, .k-tabstrip {
    font-family: poppins-regular;
}

.k-panelbar > .k-item > .k-link, .k-panelbar > .k-panelbar-header > .k-link {
    font-size: 14px;
    color: dimgrey;
    font-family: poppins-regular;
}
.k-menu:not(.k-context-menu) > .k-item {
    color: #000000;
}
.k-pager-nav.k-link, .k-pager-numbers .k-link {
    color: #2a4b6e;
}

.k-pager-numbers .k-button-flat-primary:not(.k-selected) {
    color:#666;
}

.k-panelbar > .k-item > .k-link, .k-panelbar > .k-item > .k-link, .k-panelbar > .k-panelbar-header > .k-link, .k-panelbar > .k-panelbar-header > .k-link,
.k-panelbar > .k-item > .k-link.k-state-selected, .k-panelbar > .k-item > .k-link.k-selected, .k-panelbar > .k-panelbar-header > .k-link.k-state-selected, .k-panelbar > .k-panelbar-header > .k-link.k-selected {
    border-bottom: 1px solid #e3e3e3;
}
.k-panelbar > .k-item > .k-link.k-state-selected, 
.k-panelbar > .k-item > .k-link.k-selected, 
.k-panelbar > .k-item > .k-link, 
.k-panelbar > .k-panelbar-header > .k-link
.k-panelbar > .k-panelbar-header > .k-link.k-state-selected, 
.k-panelbar > .k-panelbar-header > .k-link.k-selected {
    background-color: white;
    color: black;
    border-bottom: 1px solid #e3e3e3;
}
    .k-panelbar > .k-item > .k-link .k-icon,
    .k-panelbar > .k-item > .k-link .k-panelbar-item-icon,
    .k-panelbar > .k-panelbar-header > .k-link .k-icon,
    .k-panelbar > .k-panelbar-header > .k-link .k-panelbar-item-icon,
    .k-panelbar > .k-item > .k-link.k-state-selected .k-icon,
    .k-panelbar > .k-item > .k-link.k-state-selected .k-panelbar-item-icon,
    .k-panelbar > .k-item > .k-link.k-selected .k-icon,
    .k-panelbar > .k-item > .k-link.k-selected .k-panelbar-item-icon,
    .k-panelbar > .k-panelbar-header > .k-link.k-state-selected .k-icon,
    .k-panelbar > .k-panelbar-header > .k-link.k-state-selected .k-panelbar-item-icon,
    .k-panelbar > .k-panelbar-header > .k-link.k-selected .k-icon,
    .k-panelbar > .k-panelbar-header > .k-link.k-selected .k-panelbar-item-icon
     {
        color: #bfbcbc;
    }


    .k-panelbar > .k-item > .k-link.k-state-selected:hover, 
    .k-panelbar > .k-item > .k-link.k-selected:hover, 
    .k-panelbar > .k-item > .k-link.k-state-selected.k-state-hover, 
    .k-panelbar > .k-item > .k-link.k-selected.k-hover, 
    .k-panelbar > .k-panelbar-header > .k-link.k-state-selected:hover, 
    .k-panelbar > .k-panelbar-header > .k-link.k-selected:hover, 
    .k-panelbar > .k-panelbar-header > .k-link.k-state-selected.k-state-hover, 
    .k-panelbar > .k-panelbar-header > .k-link.k-selected.k-hover {
        background-color: white;
    }
.k-panelbar > .k-item + .k-item,
.k-panelbar > .k-panelbar-header + .k-panelbar-header {
    border-top-width: 0px;
}

.confirmDialog.k-window-content {
    min-width:250px;
}

.k-dialog .k-window-titlebar {
    color: #424242;
    background-color: #fafafa;
    font-weight: bold;
    font-size: 14px;
}

.k-tabstrip-items-wrapper .k-item.k-active {
    color: #007bff;
}

.k-tabstrip-items-wrapper .k-item {
    color:#363636;
}

.k-tabstrip-items-wrapper .k-item:hover {
    color: #363636;
    font-weight:600;
}

.k-tabstrip-items-wrapper .k-item.k-active:hover {
    color: #007bff;
    font-weight:600;
}

.k-grid td, .k-grid .k-table-td {
    vertical-align:top;
}

.k-window, .k-window-title, .k-input-inner, .k-list-md, .k-notification, .k-reset, .k-tabstrip {
    font-size: 14px;
}

    .k-notification .k-i-close {
        margin-top:4px;
    }

.k-panelbar {
    border: none;
}

.k-popup {
    border: 1px solid #e5e1e1;
}
.k-popup, .k-animation-container, .k-menu,
.k-menu:not(.k-context-menu) > .k-item, .k-menu-item {
    border-radius: 8px;
    color: #767373;
}
    .k-menu:not(.k-context-menu) > .k-item:hover, .k-menu:not(.k-context-menu) > .k-item.k-hover {
        color: #16181b;
        background-color: #e9ecef;
    }

    .k-menu-group .k-item > .k-link:hover, .k-menu-group .k-item > .k-link.k-hover,
    .k-menu.k-context-menu .k-item > .k-link:hover,
    .k-menu.k-context-menu .k-item > .k-link.k-hover {
        color: #16181b;
        background-color: #e9ecef;
        border-radius: 8px;
    }
    .k-menu:not(.k-context-menu) > .k-item:focus,
    .k-menu:not(.k-context-menu) > .k-item.k-focus,
    .k-menu-group .k-item:focus,
    .k-menu-group .k-item.k-focus,
    .k-menu-group .k-item:focus > .k-link,
    .k-menu-group .k-item.k-focus > .k-link,
    .k-menu.k-context-menu .k-item:focus,
    .k-menu.k-context-menu .k-item.k-focus,
    .k-menu:not(.k-context-menu) > .k-item:focus,
    .k-menu:not(.k-context-menu) > .k-item.k-focus {
        box-shadow: none;
        background-color: #e9ecef;
        border-radius: 8px;
    }

/* Modern Kendo, Grid and Contents */
.gridViewA:hover, .k-grid a.gridViewA:hover,
.k-grid a.hooverText:hover {
    text-decoration: underline
}

.k-content {
    color: #333;
}
#gridContent .k-toolbar {
    border: none;
    color: black;
    background-color: white;
}
#grid-header > .k-toolbar b {
    font-size: 18px;
    letter-spacing: 0.04em;
    color: #333;
}
.k-cell-inner .k-grid-filter {
    color: #707070;
}

.k-filter-help-text {
    display:none;
}

#gridContent .actionsLink {
    font-size: 20px;
}

.content-item-description {
    margin-right:50px;
}

#gridContent .actionsShown .k-child-animation-container,
#gridContent .actionsShown .k-child-animation-container ul,
#gridContent .actionsLink, #gridContent ul.actions.actionsShown {
    position: absolute;
}

#gridContent .k-grid,
#gridContent .k-grid-header,
#gridContent .k-grid tbody tr:not(.k-detail-row),
#gridContent .k-grid col.k-sorted, .k-grid th.k-sorted,
#gridContent .k-grid th,
#gridContent .k-grid td,
#gridContent .k-grid-pager {
    border: none;
    background-color: white;
}
    #gridContent .k-grid table {
        border-collapse: collapse;
        border-color: #DEDEDE;
    }

    #gridContent .k-grid th,
    #gridContent .k-grid tbody tr:not(.k-detail-row) {
        border-bottom: 1px solid #DEDEDE;
    }
    #gridContent .k-grid tbody tr.k-detail-row td {
        background-color:#F7F7F7;
    }

    #gridContent .k-grid tbody tr:not(.k-detail-row):last-of-type {
        border-bottom: none;
    }
    
    #gridContent .k-grid .k-pager-wrap {
        padding-top: 10px;
    }

    .gridViewA, .k-grid a.gridViewA {
        color: #03548a;
        font-weight: bold;
        text-decoration: none;
    }

#gridContent [aria-label="Page navigation, page 1 of 1"] .k-link, 
#gridContent [aria-label="Page navigation, page 0 of 0"] .k-link {
    display: none;
}

#grid-header {
    position:relative;
}
    #grid-header > .k-toolbar {
        display: block;
        padding-left: 10px;
        min-height: 40px;
    }
    
#Toolbar {
    display: block;
}

#Toolbar > .k-icon-button.k-button-md {
    font-size: 20px;
    line-height: 20px;
    width: unset;
    height: unset;
    background-color: white;
    border: none;
    margin-left: 10px;
    color: #93939b;
}
    #Toolbar > .k-icon-button.k-button-md:hover,
    #Toolbar .k-button-group > .k-button:hover {
        background-color: #f7f7f7 !important;
    }
#Toolbar .k-split-button-arrow {
    display: none;
}
#Toolbar .k-button-group > .k-button:first-child:not(:only-child) {
    border-start-end-radius: 2px;
    border-end-end-radius: 2px;
    background-color: white;
    border: none;
    color: #93939b;
}
#resourcesIcon {
    width: 16px;
    height: 18px;
    min-height: 18px;
    margin-right: 16px;
    background-image: url("../IconSvg/ResourcesIcon.svg");
    background-repeat: no-repeat;
}

#sharedReportsIcon {
    width: 16px;
    height: 19px;
    min-height: 19px;
    margin-right: 16px;
    background-image: url("../IconSvg/SharedReportsIcon.svg");
    background-repeat: no-repeat;
}
#myReportsIcon {
    background-image: url("../IconSvg/MyReportsIcon.svg");
    width: 16px;
    height: 16px;
    min-height: 16px;
    margin-right: 16px;
    background-repeat: no-repeat;
}
#favoritesIcon {
    background-image: url("../IconSvg/FavoritesIcon.svg");
    width: 16px;
    height: 16px;
    min-height: 16px;
    margin-right: 16px;
    background-repeat: no-repeat;
}


.k-picker-md .k-input-inner {
    padding: 0.75rem 1.25rem;
}

.settingHeader {
    font-size: 14px;
    padding: 6px 8px 4px 0px;
}

.k-button-md {
    padding: 0.65rem 1.25rem;
}

input.k-input, textarea.k-textarea,
.k-input-md .k-input-inner, .k-picker-md .k-input-inner {
    padding: 0.75rem 1.25rem;
}

.k-button-md {
    font-size: 14px;
    font-weight: 600;
}

.k-panelbar > .k-item > .k-link, .k-panelbar > .k-panelbar-header > .k-link {
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.k-panelbar > .k-item > .k-link, .k-panelbar > .k-item > .k-link, .k-panelbar > .k-panelbar-header > .k-link, .k-panelbar > .k-panelbar-header > .k-link {
    border-bottom: 1px solid #bebebe;
}

    .k-panelbar > .k-panelbar-header > .k-link .k-icon {
        color: #707070;
    }

.k-panelbar {
    font-size: 14px;
}

/* Checkbox and radio buttons */
.k-checkbox-md, .k-radio-md {
    width: 13px;
    height: 13px;
}
input[type=checkbox]:focus, input[type=radio]:focus {
    outline: none;
}

input[type="checkbox"], input[type="radio"] {
    margin: -2px 6px 0px 0px;
}

.k-form {
    font-size: 14px;
}

.k-button-md {
    font-weight: 600;
}

.k-input {
    font-size: 14px;
}

#gridContent .k-grid td {
    padding: 10px;
}
.k-chip-md {
    padding: 0.5rem 0.5rem;
    font-size: 14px;
}

.k-sprite.fa-duotone,
.k-sprite.fa-solid {
    font-size: 12px;
    line-height: 12px;
}

#Toolbar .k-icon-button.k-button-md > .k-button-icon {
    font-size: 20px;
    line-height: 20px;
    width: unset;
    height: unset;
}

/*Portal Menu Collapsed*/
#portal-main.menu-collapsed #contents-wrapper,
#portal-main.menu-collapsed footer {
    left: 0px;
}
#portal-main.menu-collapsed #left-menu
{
    display:none;
}
/*Responsive Design*/
@media only screen and (max-width: 768px) {
    #portal-main #contents-wrapper,
    #portal-main footer {
        left: 0px;
    }

    #portal-main #left-menu {
        display: none;
    }
    #portal-main:not(.menu-collapsed) #menu-expand {
        display: block !important;
    }
    #left-menu {
        z-index:1;
    }
    .k-window:not(.k-dialog) {
        width: 100% !important;
        height: 100% !important;
    }

    #content {
        padding: 5px;
    }
    #contents-wrapper {
        bottom: 34px;
    }
}
@media only screen and (max-width: 600px) {
    #grid-header #grid-top-menu-wrap {
        width: 100% !important;
        position: relative !important;
        right: unset !important;
    }

    #grid-header > .k-toolbar {
        width: 100% !important;
        height: unset !important;
    }
}