﻿
/*@import url("https://fonts.googleapis.com/css?family=Figtree:600,500,400,700");*/

@font-face {
    font-family: 'Metropolis';
    src: url('/fonts/Metropolis-Regular.ttf') format('truetype'),
        url('/fonts/Metropolis-Regular.woff2') format('woff2'),
        url('/fonts/Metropolis-Regular.woff') format('woff'),
        url('/fonts/Metropolis-Regular.eot') format('embedded-opentype'),
        url('/fonts/Metropolis-Regular.otf') format('opentype');
}

body {
    background-color: #eef7fc !important;
    /*background-color: #C9DAE6 !important; /* LSA Ice Blue */
    font-family: 'Metropolis', sans-serif; /* "Figtree", Helvetica; */
    font-size: 13px;
    /* color: #00315a; */
    color: #002F54; /* LSA Blue */
    background-image: url("/images/bottom left circles.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    min-height: 100vh;
}

#bg-circles {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.bodyMainTitle {
    font-family: 'Metropolis', sans-serif; /* "Figtree", Helvetica; */
    font-weight: 500;
    color: #002F54; /* LSA Blue */
    font-size: 24px;
    letter-spacing: 0;
    line-height: 20px;
    white-space: nowrap;
    padding: 20px;
    text-align: center;
}

.bodyMainText {
    font-family: 'Metropolis', sans-serif; /* "Figtree", Helvetica; */
    font-weight: 500;
    color: #002F54; /* LSA Blue */
    font-size: 18px;
    letter-spacing: 0;
    line-height: 20px;
    white-space: wrap;
    padding: 20px;
    text-align: center;
}


.top-nav {
    height: 80px;
    display: flex;
    padding: 20px;
}

    .top-nav .nav-logo {
        flex: 0 0 300px;
    }

    .top-nav .nav-header {
        flex: 0 0 200px;
        font-family: 'Metropolis', sans-serif; /* "Figtree", Helvetica; */
        font-weight: 500;
        color: #002F54; /* LSA Blue */
        font-size: 24px;
        letter-spacing: 0;
        line-height: 20px;
        white-space: nowrap;
        padding: 20px;
    }

    .top-nav .nav-header::after {
        width: 8px;
        height: 8px;
        background-color: #f9ee09;
        border-radius: 4px;
        content: "";
        display: inline-block;
    }

    .top-nav .nav-system {
        flex: 4;
    }

    .top-nav .nav-system-items {
        border-radius: 100px;
        background: #DDECF3;
        display: flex;
        height: 50px;
        justify-content: space-evenly;
        padding: 5px;

    }

    .top-nav .nav-system-item {
        text-align: center;
        vertical-align: middle;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        flex: 1 1 0px;
    }
    .top-nav .nav-system-item-text {
        text-align: center;
        vertical-align: middle;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        padding: 10px;
        color: darkblue;
        /*cursor: pointer;*/
    }
    .top-nav .nav-system-item-text:hover {
        cursor: pointer;
        color: #0072b1;
    }

    .top-nav .nav-system-item-selected {
        border-radius: 100px;
        background: #FFF;
        box-shadow: 0px 1px 0px 0px #BCCDD7;
    }

    .top-nav .logout {
        flex: 1 0 200px;
        text-align: right;
        padding-right: 20px;
    }

.icon-logout {
    vertical-align: middle;
    padding: 5px;
}

    .icon-logout:hover {
        background-color: #f9ee09;
    }

.body-wrapper {
    width: 100%;
    display: flex;
}

.left-nav-expanded {
    /*flex: 0 0 300px;*/
}

.left-nav-collapse {
    margin: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}

    .left-nav-item {
        margin: 10px;
        padding: 10px;
        display: flex;
    }

    .left-nav-item-selected {
        background-color: #ddecf3;
        border-radius: 100px;
        box-shadow: 0px 1px 0px #bccdd7;
    }

.left-nav-item-icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    /* top: 150px;
        left: 30px; */
    background-color: #ffffff;
    border-radius: 20px;
    text-align: center;
    vertical-align: center;
    cursor: pointer;
}

    .left-nav-item-icon:hover {
        background-color: #f9ee09;
    }

    .left-nav-item-icon img {
        position: relative;
        top: 11px;
    }

.left-nav-item-text {
    flex: 1;
    vertical-align: middle;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    padding: 10px;
    cursor: pointer;
}

.pbi-nav-item {
    margin: 2px;
    padding: 0px;
    display: flex;
}
.pbi-nav-item-selected {
    background-color: #ddecf3;
    border-radius: 100px;
    box-shadow: 0px 1px 0px #bccdd7;
}



.content-wrapper {
    flex: 1;
    padding: 10px;
}

#content {
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; */
    margin: auto;
    /* width:100%; */
    min-height: 560px;
    height: auto;
    background-color: #ffffff;
    border-radius: 20px;
    /* box-shadow: 0px 0px 20px #dae5efe6; */
    filter: drop-shadow(0px 6px 15px rgba(0, 0, 0, 0.15));
    /* box-shadow: 0px 0px 20px 0px rgba(218, 229, 239, 0.90); */
    padding: 5px 20px 20px 20px;
    font-size: 16px;
}


.content-title {
    flex: 0 0 200px;
    font-family: 'Metropolis', sans-serif; /* "Figtree", Helvetica; */
    font-weight: 500;
    color: #002F54; /* LSA Blue */
    font-size: 20px;
    letter-spacing: 0;
    line-height: 10px;
    white-space: nowrap;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
}
.content-title::after {
    width: 4px;
    height: 4px;
    background-color: #f9ee09;
    border-radius: 4px;
    content: "";
    display: inline-block;
}

.content-header {
    font-size: 26px;
    font-style: normal;
    color: #002F54; /* LSA Blue */
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 20px;
}

.content-header::after {
    /* flex: 0 0 8; */
    width: 8px;
    height: 8px;
    display: block;
    background-color: #f9ee09;
    border-radius: 4px;
    content: "";
    display: inline-block;
    margin-left: 5px;
}

/* Power BI Embedded container */
.pbisidenav-show {
    width: 150px;
    height: 675px;
    float: left;
    border: 1px solid #002F54;
    font-family: 'Metropolis', sans-serif; /* "Figtree", Helvetica; */
    background-color: #eef7fc !important;
    /*background-color: #C9DAE6;*/
}
.pbisidenav-hide {
    width: 0px;
    height: 675px;
    float: left;
    border: 0px solid #002F54;
    font-family: 'Metropolis', sans-serif; /* "Figtree", Helvetica; */
    background-color: #eef7fc !important;
    /*background-color: #C9DAE6;*/
}
.pbicontainer-withsidenav {
    margin-left: 150px;
    height: 675px;
    border: 1px solid #002F54;
    font-family: 'Metropolis', sans-serif; /* "Figtree", Helvetica; */
    background-color: #eef7fc !important;
    /*background-color: #c9dae6;*/
}
.pbicontainer-nosidenav {
    margin-left: 0%;
    height: 675px;
    border: 1px solid #002F54;
    font-family: 'Metropolis', sans-serif; /* "Figtree", Helvetica; */
    background-color: #eef7fc !important;
    /*background-color: #c9dae6;*/
}

.sidenavdiv {
    font-size: 16px;
    color: #002F54;
    margin: 0 0 5px !important;
}
.sidenavtitle {
    font-size: 16px;
    color: #002F54;
    margin: 0 0 2px !important;
}

.sidenavlink {
    color: #002F54; /* LSA Blue */
    text-decoration: none;
    font-size:16px; 
    padding-left:10px;
}
.sidenavlink:hover {
    cursor: pointer;
    color: #007280 !important; /* LSA Teal */
}
/*.sidenavlink-selected {
    background-color: #ddecf3;
    border-radius: 100px;
    box-shadow: 0px 1px 0px #bccdd7;
}*/


.newItemPopup {
    background-color: #C9DAE6; /* LSA Ice Blue */
    border-width: 7px;
    border-style: solid;
    border-color: #002F54; /* LSA Blue */
    left: 250px !important;
    top: 220px !important;
    padding: 7px;
    z-index: 1;
}

.PaymentButton {
    cursor: hand;
    color: #002F54; /* LSA Blue */
    border-right: #3c638b 2px solid;
    border-top: #3c638b 2px solid;
    border-radius: 10px;
    font-size: 18px;
    border-left: #3c638b 2px solid;
    border-bottom: #3c638b 2px solid;
    font-family: 'Metropolis', sans-serif; /* "Figtree", Helvetica; */ /* Arial, Sans-Serif; */
    background-color: aliceblue;
    padding: 15px;
    margin-right: 50px;
    margin-left: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.PaymentButton:hover {
    cursor: hand;
    border-right: #3c638b 2px solid;
    border-top: #3c638b 2px solid;
    font-size: 18px;
    border-left: #3c638b 2px solid;
    border-radius: 10px;
    border-bottom: #3c638b 2px solid;
    font-family: 'Metropolis', sans-serif; /* "Figtree", Helvetica; */ /* Arial, Sans-Serif; */
    background-color: #f9e327; /* yellow*/ /*lightsteelblue;*/
    padding: 15px;
    margin-right: 50px;
    margin-left: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
}




.osi_settingtext {
    color: #002F54; /* LSA Blue */
    font-size: 16px;
    font-family: 'Metropolis', sans-serif; /* "Figtree", Helvetica; */
    padding-left: 0px;
}

/* settings */
/*.settings-select-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.settings-select {
    background-color: #FFE100;
    margin: 20px;
    width: 248px;
    height: 248px;
    border-radius: 124px;
}

.settings-select-icon {
    border-width: 2px;
    border-color: #00315A;
    border-style: solid;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

.settings-select-icon img {
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.settings-select-header {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 10px;
    text-align: center;
}

.settings-select-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
}*/

.setting-nav-item-icon {
    flex: 0 0 40px;
    width: 65px;
    height: 65px;
    background-color: #ffffff;
    border-radius: 20px;
    text-align: center;
    /*vertical-align: center;*/
    cursor: pointer;
}

    .settings-nav-item-icon:hover {
        background-color: #f9ee09;
    }

    .settings-nav-item-icon img {
        position: relative;
        top: 10px;
    }

.settings-nav-item-text {
    flex: 1;
    vertical-align: middle;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
    padding: 10px;
    cursor: pointer;
}