﻿/* fontawesome must stay at the top */
@import url("https://use.fontawesome.com/releases/v6.4.2/css/solid.css");
@import url("https://use.fontawesome.com/releases/v6.4.2/css/fontawesome.css");

.pagedetails {
    display: none;
    /*feedback*/
    /*    padding-top:0px !important;
    padding-bottom:0px !important;*/
}

#wb-bc {
    display: none;
}
/*
*** Pay Transparency CSS
*/

.PT_main_content {
    margin: 0px;
    max-width: 1150px;
    background-color: transparent;
    border: 0px;
    margin-top: -20px;
}

.PT_Container {
    background-image: linear-gradient(to right, #388077, #115868);
}

.PT_Header > img {
    width: 1150px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    border: 0px;
}

details summary:focus, details summary:hover {
    text-decoration-line: underline !important;
    background-color: #d9edf7 !important;
}

details[open] > summary {
    background-color: #d9edf7 !important;
    text-decoration-line: underline !important;
}

.nobreak {
    white-space: nowrap;
}

.wb-toggle {
    font-family: "Noto Sans", sans-serif !important;
    font-size: large !important;
}

.additionalDetails, .userInstructions {
    font-family: "Noto Sans", sans-serif !important;
    font-size: large !important;
}

    .additionalDetails > summary, .userInstructions > summary {
        background-color: #eaebed !important;
        color: #335075 !important;
        text-decoration: none !important;
    }

    .additionalDetails > p, .userInstructions > p {
        line-height: normal !important;
        margin: 0 0 11.5px !important;
        display: block !important;
        font-size: large !important;
    }

    .userInstructions > ul > li {
        font-size: large !important;
        line-height: normal !important;
    }

    .userInstructions > h2 {
        font-size: large !important;
    }

kbd {
    border-radius: 2px !important;
    padding: 2px !important;
    font-size: 90% !important;
}

    kbd > abbr[title] {
        border-bottom: 1px dotted !important;
        text-decoration: none !important;
    }

.mrgn-lft-sm {
    margin-left: 0px;
}

@media (max-width:767px) {
    .additionalDetails, .userInstructions {
        /*        margin-left: -5px;
        margin-right: -5px;*/
    }

    .mrgn-lft-sm {
        margin-left: 15px;
    }

    .row {
        margin-left: -14px;
        margin-right: -14px;
    }
}

/*
* PT_Nav 
*/

.PT_Nav {
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    display: inline-block;
    /*grid-template-columns: 40% 60%;*/
    background-color: #044b63;
}

.PT_Nav-grid-child-left {
    float: left;
    font-size: x-large;
    color: #FFF;
    padding-right: 20px;
}

    .PT_Nav-grid-child-left h2 {
        margin: 0px;
        font-family: "Noto Sans",sans-serif;
        font-size: x-large;
        color: #FFF;
        line-height: 1.45em;
        font-weight: unset;
    }

@media (max-width:700px) {
    .PT_Nav-grid-child-left {
        padding-right: 15px;
    }
}

.PT_Nav-grid-child-Home {
    margin-left: 35px;
    float: left;
}

.PT_Nav-spacer {
    padding-left: 20px;
    margin-right: 22px;
    /* creates a green vertical line border beside Home*/
    border-right-style: solid;
    border-right-color: #337975;
    float: left;
}


.PT_Nav-grid-link {
    float: left;
    margin-right: 35px;
    clear: none;
}

.PT_Nav-grid-child-Search {
    float: left;
    margin-right: 35px;
}

@media (max-width:320px) {

    .PT_Nav-grid-link {
        clear: both;
    }
}

.PT_Nav-grid-child-right {
    float: left;
    font-size: medium;
    color: #FFF;
}

    .PT_Nav-grid-child-right > img {
        vertical-align: text-bottom;
        /*size: 25px 24px;*/
    }

.PT_Nav-grid-container {
    padding-top: 3px;
    /* display: grid;
    grid-template-columns: 16% 24% 20% 20% 20%;*/
}

.selected-link:before {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
    transform: scaleX(1);
}

.menu-link {
    padding: 0px 3px 0px 3px;
}

.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: #ffffff;
}

    .hover-underline-animation:after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #ffffff;
        transform-origin: bottom right;
        transition: transform 0.25s ease-out;
    }

    .hover-underline-animation:hover:after {
        transform: scaleX(1);
        transform-origin: bottom left;
    }




/*
* PT_Container
*/


.PT_ContentContainer iframe {
    /*height: 745px;*/
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    display: block;
    overflow: auto;
    border: none;
    width: 1px;
    min-width: 100%;
}


.PT_ContentContainer {
    display: inline-block;
    border: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    margin-top: -9px;
}

.PT_Dashboard-Container {
    background-color: #eae0dd; /* beige colour */
    padding-top: 10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.PT_DashboardHeading {
    font-size: x-large;
    color: #337975;
    padding-top: 0px;
    margin-top: 28px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
    font-family: "Noto Sans", sans-serif;
    line-height: 1.4375;
}


/*make top banner flexible*/
@media (max-width:320px) {
    .PT_Header img {
        max-width: 93%;
        height: auto;
        /*Jun - placeholder*/
        content: url(../Images/LogoWithViolaDesmond.PNG);
    }
}

@media (min-width:321px) {
    .PT_Header img {
        max-width: 94%;
        height: auto;
        /*Jun - placeholder*/
        content: url(../Images/LogoWithViolaDesmond.png);
    }
}

@media (min-width:400px) {
    .PT_Header img {
        max-width: 95%;
    }
}

@media (min-width:480px) {
    .PT_Header img {
        max-width: 96%;
    }
}

@media (min-width:630px) {
    .PT_Header img {
        max-width: 97%;
    }
}

@media (min-width:1000px) {
    .PT_Header img {
        max-width: 98%;
        height: auto;
        /*Jun - placeholder*/
        content: url(../Images/LogoWithViolaDesmond.png);
    }

    .PT_Main-grid-container {
        /*display: grid;*/
        /*grid-template-rows: 50% 50%;*/
    }

    .PT_ContentContainer {
        /*width: 950px;*/
        max-width: 1170px;
    }
}

@media (min-width:1200px) {
    .PT_Header img {
        max-width: 100%;
        height: auto;
        content: url(../Images/LogoWithViolaDesmond.PNG);
    }

    .PT_ContentContainer {
        width: 1180px;
        max-width: 100%;
    }

    .PT_Nav-grid-child-right {
        float: right;
    }
}
/*end of - make top banner flexible*/


/*
* PT_Main  
*/
.PT_Main {
    margin-top: -25px;
}

.PT_Main-grid-container {
    background-color: #fff;
    /*margin-top: 10px;*/
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
    /*    padding-top: 30px;*/
    /*   display: grid;
    grid-template-columns: 50% 50%;
    grid-row: span;*/
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 15px 15px;
    color: #000;
}

hr {
    height: 2px;
    width: 50px;
    text-align: left;
    background-color: #044b63; /* navy blue*/
    margin-left: 0px;
    margin-right: 0px;
}

.PT_Main-grid-child-left {
    font-size: large;
    line-height: normal;
}


.PT_Main-grid-heading {
    font-weight: bold;
    font-family: "Noto Sans", sans-serif;
    padding-top: 15px;
    font-size: large;
    margin-top: 28px;
}

/*
* PT_Main-Search-Buttons-Container
*/
.PT_Main-Search-Buttons-Container {
    /*    display: grid;
    grid-template-columns: auto auto;
    column-gap: 20px;*/
    padding-bottom: 15px;
}

.PT_Main-Search-Buttons-left {
    font-weight: bold;
    /*text-align: right;*/
    font-size: large;
    padding-bottom: 10px;
    font-family: "Noto Sans",sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.4375;
}

.PT_Main-Search-Buttons-right {
    display: grid;
    grid-gap: 15px 0px;
}



    .PT_Main-Search-Buttons-right > div > button {
        background-color: #044b63;
        color: white;
        max-width: 350px;
        width: 98%;
        height: 60px;
        border: none;
        border-radius: 15px;
        padding-top: 16px;
        padding-bottom: 15px;
        text-align: left;
        padding-left: 10%;
    }

        .PT_Main-Search-Buttons-right > div > button:hover, .PT_Main-Search-Buttons-right > div > button:focus {
            background-color: #1E2B57;
            border: 3px solid #3b897f;
            /*outline:none;*/
        }

.spacer {
    font-size: xx-small;
    /*display: hidden;*/
    line-height: normal;
}

.disabled-link {
    pointer-events: none;
}

.pbiAppPlaceHolder {
    min-width: 600px;
}


/**Fixes to theme.min.css since french terms weren't fitting**/
@media (min-width: 768px) {
    .dl-horizontal dt {
        width: 165px !important;
    }

    .dl-horizontal dd {
        margin-left: 165px !important;
    }
}
/*******************************************/
