@import url('/Content/TCMenu.css');

/* FONTS */
@font-face {
    font-family: 'BrandonGrotesque';
    font-style: normal;
    font-weight: 400;
    src: local('Brandon Grotesque'), url(fonts/BrandonGrotesque-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'BrandonGrotesque';
    font-style: italic;
    font-weight: 400;
    src: local('Brandon Grotesque'), url(fonts/BrandonGrotesque-RegularItalic.otf) format('opentype');
}

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Brandon Grotesque','Open Sans', sans-serif;
    display: flow ;
}


.sectionHeader {
    font-size: 20pt;
    font-family: 'Brandon Grotesque', 'Open Sans',sans-serif;
    background-color: white;
    color: #5b5a5a;
    margin: 5px 0;
    padding: 0px 0px 0px 15px;
    border-bottom: dotted 2px var(--true-primary-color-grey);
}
/* Header */
.headerPane 
{
    background-color: white;
    background-position: left top;
    background-repeat: no-repeat;
    font-family: 'Brandon Grotesque';
}
.headerTop
{
    color: black;
}
.headerTextCBS {
    position: absolute;
    top: 1px;
    left: 20px;
    width: 500px;
    font-family: Brandon Grotesque;
    font-size: 50px;
    color: var(--true-primary-color-grey);
    letter-spacing: 1px;
    word-spacing: 5px;
    line-height: 1.6;
    z-index: 500;
}
@media (max-width: 768px) {
    .headerTextCBS {
        font-size: 40px; /* Smaller screens */
    }
}

@media (max-width: 480px) {
    .headerTextCBS {
        font-size: 25px; /* Even smaller screens */
    }
}


.templateTitle 
{
    float:left;
    margin-left: 15px;
    margin-top: 11px;
}
.templateTitle a 
{
    text-decoration: none;
    font-size: x-large;
    color: black ;
}
.loginControl {
    margin-left: auto; /* Push login control to the far right */
    font-size: 1.25em !important;
    color: black;
    top: 10px;
    left: auto;
    position: relative;
    z-index: 1000;
}
.loginControl a {
    color: black !important;
    text-decoration: none;
    border-bottom: dashed 1px black;
    display: inline-block;
    font-weight: bold;
    z-index: 1000;
}

.headerMenu 
{
    margin-top: 0px;
}


/* Footer */
.footerPane 
{
    background-color: #EDEDED;
    position:relative;
    height:100%;
}
.footerMenu {
    float: right;
    padding-top: 7px;
}
.copyright 
{
    float: left;
    margin-left: 15px;
    margin-top: 20px;
    color: white;
}

.content {
    padding: 0px;
    font-family: 'Brandon Grotesque','Gill Sans',Arial,Verdana;
    font-size: 18pt;
}



/* Office2010Black - TRUE */
.dxsplControl_Office2010Black 
{
    font-family: Verdana;
}
.dxsplControl_Office2010Black .contentPane
{
    background-color: #E8EDF7;
}

.dxsplControl_Office2010Black .footerPane
{
    background-color: #20A5DE;
    background-image: url(images/Tribute/footer.png);
    background-repeat: no-repeat;
}

.dxsplControl_Office2010Black .headerPane,
.dxsplControl_Office2010Black .footerPanesad,
.dxsplControl_Office2010Black .footerMenu li
{
    background-color: #20A5DE;
    color: white;
}

.dxsplControl_Office2010Black .teamtext
{
        color: #20A5DE;
}

.dxsplControl_Office2010Black .headerPane
{
    background-color: #20A5DE;
    background-image: url('images/Tribute/MainHeader.png');
}
.dxsplControl_Office2010Black .footerMenu a
{
    color: white !important;
}
.dxsplControl_Office2010Black .accountHeader h2
{
    color: #3C3C3C;
}
.dxsplControl_Office2010Black .accountHeader p
{
    font-size: 14px;
}
.dxsplControl_Office2010Black .headerMenu 
{
    margin-top: 13px;
}
.dxsplControl_Office2010Black .loginControl a,
.dxsplControl_Office2010Black .templateTitle a
{
    color: White;
    border-color: White;
}
/* User Control Themes */
    .dxsplControl_Office2010Black .ucJobSummary {
        /*height: 100%; UNDO */
        width: 230px;
        background-color: #d6f3ff;
        background-repeat: no-repeat;
    }
.dxsplControl_Office2010Black .ucJobSummary table
{
    padding: 10px; 
    border: 0px; 
    background-color: white;
    border-color: transparent;
}
    .dxsplControl_Office2010Black .avatarSection {
        /*height: 100%; UNDO */
        background-color: #d6f3ff;
        background-image: url('images/Tribute/Sidebar_avatarsection.png');
        background-repeat: no-repeat;
    }

/* TrueHomes */

.dxsplControl_TrueHomesStyle 
{
    font-family: Verdana;
}
    .dxsplControl_TrueHomesStyle .contentPane {
        /*background-color: #FEF3E9; */
        background-color: #FFFFFF;
    }

    .dxsplControl_TrueHomesStyle .selectedMenuItem
    {
        background-color: blue;
        background-image: none;
    }
.dxsplControl_TrueHomesStyle .footerPane
{
    background-color: #F58426;
    background-image: url(images/True/footer.png);
    background-repeat: no-repeat;
}

.dxsplControl_TrueHomesStyle .headerPane,
.dxsplControl_TrueHomesStyle .footerPanesad,
.dxsplControl_TrueHomesStyle .footerMenu li
{
    background-color: #F58426;
    color: white;
}

.dxsplControl_TrueHomesStyle .headerPaneTrib
{
    background-color: #F58426;
    color: white;
}
    .dxsplControl_TrueHomesStyle .teamtext {
        color: var(--true-primary-color-orange);
        font-family: 'Brandon Grotesque';
    }

    .dxsplControl_TrueHomesStyle .teamtext a, a:visited
    {
        color: var(--true-primary-color-orange);
    }
.headerPane {
    background-color: white;
    background-image: url('images/V2/TC_Header_1300x131.png');
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.dxsplControl_TrueHomesStyle .headerPane {
        background-color: white;
        background-image: url('images/V2/TC_Header_1300x131.png');
        background-size: auto 100%;
 }

.dxsplPane_TrueHomesStyle {
    border-bottom-style: none !important;
}  
.dxsplControl_TrueHomesStyle .footerMenu a
{
    color: white !important;
}
.dxsplControl_TrueHomesStyle .accountHeader h2
{
    color: #3C3C3C;
}
.dxsplControl_TrueHomesStyle .accountHeader p
{
    font-size: 14px;
}
.dxsplControl_TrueHomesStyle .headerMenu 
{
    margin-top: -5px;
}
.dxsplControl_TrueHomesStyle .loginControl a,
.dxsplControl_TrueHomesStyle .templateTitle a
{
    color: White;
    border-color: White;
}
/* User Control Themes */
.dxsplControl_TrueHomesStyle .ucJobSummary {
    /*height: 100%; UNDO */
    width: 230px;
    font-family: 'Brandon Grotesque';
    background-color: #FDC484;
    background-repeat: no-repeat;
}
        .dxsplControl_TrueHomesStyle .ucJobSummary table {
            padding: 10px;
            border: 0px;
            background-color: white;
            font-family: 'Brandon Grotesque';
            border-color: transparent;
        }
.dxsplControl_TrueHomesStyle .avatarSection
{
    /*height: 100%; UNDO */
    background-color: transparent;
    /*background-image: url('images/True/Sidebar_avatarsection.png'); */
    background-repeat: no-repeat;
}

.resourcesContainer {
    display: flex;
    justify-content: center; /* Center the group */
    gap: 20px; /* Space between panels */
    flex-wrap: wrap; /* Wrap if the screen is too small */
    padding: 20px;
}

.resourcesPanel {
    flex: 1 1 22%; /* Flex-grow, shrink, basis ~22% for 4 per row with spacing */
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    padding: 20px;
    font-family: 'Brandon Grotesque', 'Open Sans', sans-serif;
    font-size: 1em;
    text-align: center;
    min-width: 200px; /* Prevent panels from shrinking too small */
    /* Center content horizontally */
    display: flex;
    flex-direction: column;
    align-items: center; /* Horizontal center */
    text-align: center; /* Center text */
}
    .resourcesPanel a:hover {
        box-shadow: 0 20px 50px rgba(240, 46, 170, 0.7);
    }


:root {
    --true-primary-color-orange: #EF8431;
    --true-primary-color-grey: #5b5a5a;
    --true-secondary-color-pink: #c72956;
    --true-secondary-color-green: #6BB897;
    --true-secondary-color-blue: #60bae2;
    --true-secondary-color-purple: #6A6AAB;
    --true-secondary-color-yellow: #F8A422;
    --main-text-color: #FFFFFF;
    --main-text-color-light: #f0f0f0;
    --warranty-text-color-red: #ff3131;
    --main-text-color-lightgrey: #aaaaaa;
}

.true-pink {
    /*background: linear-gradient(90deg, rgba(128,0,13,1) 0%, rgba(128,0,33,1) 46%, rgba(150,0,0,1) 100%);*/
    background-color: var(--true-secondary-color-pink);
}

.true-orange {
    background-color: var(--true-primary-color-orange);
}

.true-green {
    /*background: linear-gradient(90deg, rgba(0,128,0,1) 35%, rgba(0,96,0,1) 100%);*/
    background-color: var(--true-secondary-color-green);
}

.true-grey {
    background-color: var(--true-primary-color-grey);
}

.warranty-red {
    background-color: var(--warranty-text-color-red);
}


/* Account */
.accountHeader h2 {
    margin: 10px 0 7px 0;
    font-size: 1.2em;
}

.accountHeader p {
    font-size: 1em;
    margin: 0;
    padding: 0;
}

.accountHeader {
    margin-bottom: 20px;
}

.accountPane {
    margin: 0px;
}

.changepwdcont {
    padding: 30px;
}

.form-field {
    margin-bottom: 8px;
}

