﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

.top-row {
    min-height: 55px;
    display: flex;
    align-items: center;
    color: white;
    background-color: #F7941D;
    flex-direction: row;
    justify-content: space-between;
}

.nav {
    align-items: center;
}

.nav-link {
    padding: 3px;
    color: white;
}

    .nav-link.active {
        text-decoration: underline;
    }

    .nav-link:hover {
        color: white;
        text-shadow: 3px 1px 3px #955911;
    }

.top-row-right {
    /*display: flex;
    flex-direction: row;*/
}

    .top-row-right > div {
        display: inline-block;
    }

    .top-row-right .e-link.nav-link {
        color: white;
    }

.localization-combo {
    border-radius: 4px;
    border-color: #B3B3B3;
    font-family: OpenSans-Regular;
    font-size: 12px;
    background-color: #FFFFFF;
    border-width: 1px;
    color: #333333;
}

.user-additional-info-cell {
    font-size: 0.85em;
    color: #5a5a5a;
}

.content {
    padding-top: 1.1rem;
    min-height:100%;
}

div.c-container {
    height: 100%;
    width: 100%;
}

label.p-label {
    font-size: 14px;
}

.main-dashboard-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content {
    padding: 0;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.change-reason-multiline > textarea.e-control.e-textbox {
    min-height: 88px;
    height: 88px;
}

/* finance outlook grid sizes */
.finance-outlook-lines {
    display: grid;
    grid-template-columns: 45px 120px 150px 60px auto;
}

.finance-outlook-lines > div {
    margin: 3px 5px 3px 0px;
}
    .finance-outlook-lines > div:nth-child(5n) {
        margin: 3px 30px 3px 30px;
    }

.finance-outlook-lines-summary {
    display: grid;
    grid-template-columns: 45px 120px 150px 60px auto;
    background-color: #AFAFAF10;
    padding-top: 3px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.finance-outlook-lines-summary > div {
    margin: 3px 5px 3px 0px;
}

.e-input-group .e-input-external-link:before {
    content: "\e785";
}

.flex-header-container{
    display: flex;
    justify-content:space-between;
    align-items: flex-start;
}
.e-grid .e-filtered::before {
    color: #F7941D;
}


/* ICONS - to use syncfusion icons, name change from e-icons to i-icons to stop clashes. font-family is included in syncfusion styles. */
.i-icons {
    font-family: 'e-icons';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
}

.i-delete:before {
    content: '\e773';
}

.i-refresh:before {
    content: '\e710';
}

.i-save:before {
    content: '\e74d';
}

.i-gear:before{
    content: '\e679';
}

.i-refresh:before {
    content: '\e710';
}

.i-export-excel:before {
    content: '\e74e';
}

.i-add-new:before{
    content: '\e759';
}

.i-filter-reapply:before {
    content: '\e819';
}

.i-grid:before {
    content: '\e763';
}

#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;
    }
