@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

.cls-1 {
    font-size: 48px;
    fill: #747474;
    /*font-family: GillSans-SemiBold, Gill Sans;*/
    font-weight: 600;
}

.cls-2 {
    letter-spacing: -0.09em;
}

.cls-3 {
    fill: #95c11f;
    stroke: #95c11f;
    stroke-miterlimit: 10;
    stroke-width: 0.48px;
   /* font-family: GillSans-Light, Gill Sans;*/
    font-weight: 300;
}

.cls-3, .cls-4 {
   /* font-family: GillSans-Light, Gill Sans;*/
    font-weight: 300;
}

.cls-4 {
    font-size: 32px;
    fill: #0090d4;
}


.imgSvg{

}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.btn-link {
    color: white;
}

.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;
        }

.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: 4.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;
}

#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: 1200;
}

    #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;
        min-width: 250px;
        height: auto;
        min-height: 100vh;
        position: sticky;
        top: 0;
    }

    /* .main{
        background-image: url('../images/field.jpg');
        background-repeat:no-repeat;
        background-position:bottom;
    }*/

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        /*    padding-left: 0rem !important;*/
        padding-right: 0 !important;
        padding-top: 1.1rem;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.title-image {
    width: 100%;
    margin-left: -2%;
}

.wave-footer {
    width: 100%;
    height: 6vw;
}

.footer-bar {
    position: sticky;
    color: white;
    text-align: center;
    background-color: #0090D4;
    /* height: 42px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.chartbox {
    padding-top: 1vw;
}

.full-width {
    padding-left: 0px;
    padding-right: 0px;
}

.btnLink {
    background-color: #0090D4 !important;
}

.footer {
    position: relative;
    margin-top: -150px; /* negative value of footer height */
    height: 150px;
    clear: both;
    padding-top: 20px;
}

.PushFullHeight {
    min-height: 59%;
}

.CaclButton {
    margin-top: 1vw;
}

.back {
    margin-left: -5vw;
}

/*#container {
    position: relative;
    height: 100px;
}*/

.syncfusion-blazor-index-icons {
    font-family: "sbicons";
    color: white !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /*    padding-right: 13px;*/
    font-size: 18px;
}

.footerlink {
    color: #0090D4;
}

.smalltext {
    font-size: 12px;
}

.optionscont
{
    display:inherit;
}

.optionfirst
{
    padding-top:0.25vw;
    padding-right:1vw;
}
.optionSecond {
    padding-top: 0.25vw;
}

.tool-Tip-Calc{
    display:inline;
}

.row{
    padding-bottom:1vw;
}
.inlineCol {
    display:inherit;

}

.helpTxtContainer{
    padding-left:10px;
}

.HelpTextIcon {
    height: 28px;
    width:28px;
    
}

.e-tooltip-wrap.e-popup {
    background-color: #0090D4;
    border: 2px solid #000;
}

.SectionTitle {
    font-weight:bold;
}

.messageBox{
    padding-left:3.5vw
}

.SuperLinkButton {
    background-color: #0090D4;
    color: #FFFFFF;
    -webkit-font-smoothing: antialiased;
    border: 1px solid;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
    font-size: 14px;
    font-weight: 400;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.6;
    outline: none;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.backRow {
    padding-bottom: 10px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .AddFelx {
        flex: 1;
    }

    body {
        font-size: 0.7rem;
    }
}

.progimageRow
{
    padding-top:2vw;
}

.fa-question-circle {
    color: #93aeb9;
    text-decoration: none;
    background-color: transparent;
    font-size:24px;
   
}

.CalCol1 {
    max-width: 2%;
    padding-left: 0;
}

.CalCol1_RightCol {
    max-width: 2%;
}


.customtip.e-tooltip-wrap .e-tip-content {
    color: black;
    font-size: 12px;
    line-height: 20px;
    background-color: white;
    border-color: #ced4da;
}

.customtip.e-tooltip-wrap.e-popup {
    background-color: #ced4da;
    border: 2px solid #ced4da;
}

.customtip.e-tooltip-wrap .e-arrow-tip-outer.e-tip-bottom {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 20px solid #ced4da;
}

.customtip.e-tooltip-wrap .e-arrow-tip-outer.e-tip-top {
    border-bottom: 20px solid #ced4da;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.customtip.e-tooltip-wrap .e-arrow-tip-outer.e-tip-left {
    border-bottom: 6px solid transparent;
    border-right: 20px solid #ced4da;
    border-top: 6px solid transparent;
}

.customtip.e-tooltip-wrap .e-arrow-tip-outer.e-tip-right {
    border-bottom: 6px solid transparent;
    border-left: 20px solid #ced4da;
    border-top: 6px solid transparent;
}

.customtip.e-tooltip-wrap .e-arrow-tip.e-tip-bottom {
    height: 20px;
    width: 12px;
}

.customtip.e-tooltip-wrap .e-arrow-tip.e-tip-top {
    height: 20px;
    width: 12px;
}

.customtip.e-tooltip-wrap .e-arrow-tip.e-tip-left {
    height: 12px;
    width: 20px;
}

.customtip.e-tooltip-wrap .e-arrow-tip.e-tip-right {
    height: 12px;
    width: 20px;
}

.fotterRow{
    padding-bottom : 0;
}

.printButton{
    width:100%;
}

.tooltip1 {
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black; */
}

.tooltip1 .tooltiptext {
    visibility: hidden;
    width: 420px;
    background-color: white;
    color: black;
    text-align: center;
    border: 4px solid grey;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    font-size: smaller;
}

.tooltip1:hover .tooltiptext {
    visibility: visible;
}