/*//////////////////////
<   PROFILE NAV PAGE   >
//////////////////////*/

.profColLeft {
    box-sizing: border-box;
    float: left;
    width: 48%;
    margin-bottom: 50px;
    border: solid;
    border-width: 3px;
    border-radius: 5px;
    border-color: #78373F;
}
.profColRight {
    box-sizing: border-box;
    float: right;
    width: 48%;
    margin-bottom: 50px;
    border: solid;
    border-width: 3px;
    border-radius: 5px;
    border-color: #78373F;
}
.listHead {
    display: flex;
    align-items: center;
    background-color: #78373F;
    padding: 17px 25px;
    overflow: hidden;
}
.listHead h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    padding: 0 20px;
    margin: 0;
}

/*    << PROFILE NAV STYLES >>    */

.profContent {
    height: auto;
    padding: 17px 60px 25px;
    font-size: 24px;
    font-weight: 500;
    line-height: 45px;
}
.profContent a {
    text-decoration: none;
}
.profContent a:hover {
    color: #78373F;
}
.tempLink {
    font-weight: 500;
    color: #a7a9ac;
}
a.tempLink:hover {
    color: #a7a9ac;
    cursor: default;
}


/*/////////////////////
<    PROFILE PAGES    >    
/////////////////////*/

.profHead {
    display: flex;
    align-items: center;
    margin: 0 100px 60px 0;
}
.profHead h1 {
    margin: 0 15px;
}

/*    << AT-A-GLANCE STYLES >>    */

.ataGlance {
    width: 100%;
    height: 220px;
    margin-bottom: 25px;
    color: #626262;
}

/*    AAG MAP STYLES    */
.aagMap {
    position: relative;
    float: left;
    height: 220px;
    width: 220px;
    box-sizing: border-box;
    /*
    border: 4px solid;
    border-color: #89A4EA;
    */
    border-radius: 10px;
    overflow: hidden;
}
.aagMap img {
    object-fit: contain;
    width: 220px;
    height: 220px;
}

/*    AAG ADDRESS STYLES    */
.aagAddress {
    float: left;
    height: 180px;
    margin: 20px 0 0 40px;
    font-size: 16px;
    font-weight: 700;
}

/*    AAG STAT TABLE STYLES    */
.aagStats {
    float: left;
    margin: 0 0 0 50px;
}
.aagTable {
    width: 700px;
    height: 200px;
    margin: 0px;
}
.aagTableHead {
    margin: 0;
    color: #78373F;
    font-size: 16px;
    font-weight: 800;
}
.aagTableData {
    margin: 0;
    font-weight: 400;
    padding: 0 0 10px;
}
table.aagTable td, tr {
    padding: 0px;
    vertical-align: middle;
    border-bottom: 0px solid #D9D9D9;
}
table.aagTable tbody td:first-child {
    background-color: white;
    width: 60%;
}

/*    AAG LINK BUTTON STYLES    */
.aagLinks {
    float: right;
    display: flex;
    gap: 30px;
    flex-direction: column;
    justify-content: space-between;
    width: 225px;
    margin: 0 50px 0 0;
}
.aagLinkButton {
    height: 95px;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 36px 15px;
    background-color: #78373F;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    overflow: hidden;
    transition: .25s;
}
.aagLinkButton:hover {
    background-color: #522A2F;
    transition: .25s;
}
a.aagLinkButton {
    color: #fff;
    text-decoration: none;
}
.aagLinkIcon {
    width: 18px;
    padding: 0 10px;
}

/*    AAG CLOVER STYLES    */
.aagClover {
    position: relative;
    float: right;
    height: 220px;
    width: 220px;
    border-radius: 5px;
}
.tooltip {
    display: inline-block;
    position: absolute;
    left: 0;
    height: 15px;
    width: 15px;
    z-index: 2;
}
.tooltip .tooltiptext {
    opacity: 0;
    position: relative;
    height: 100px;
    width: 340px;
    left: -175px;
    bottom: 145px;
    background-color: #696969;
    text-align: center;
    color: white;
    padding: 10px;
    border-radius: 3px;
    transition: .25s;
}
.tooltip .tooltiptext::after {
    position: absolute;
}
.tooltip:hover .tooltiptext{
    opacity: 100;
    transition: .25s;
}
.tooltipArrow {
    width: 25px;
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: 170px;
}
.aagCloverInfo {
    position: absolute;
    width: 15px;
}
.aagCloverType {
    position: absolute;
    z-index: 0;
}
.aagCloverKey {
    position: absolute;
    opacity: 0;
    z-index: 1;
    height: 220px;
    width: 220px;
    border-radius: 5px;
    overflow: hidden;
    transition: .25s;
}
.aagCloverKey:hover {
    opacity: 100;
    transition: .25s;
}

/*    << COLLAPSIBLE STYLES >>    */

.container {
    display: flex;
    flex-direction: row;
    transition: max-height 0.2s ease-out;
}
.toggle-container {
    display: flex;
    align-items: center;
}
.collapsible {
    content: url(../img/icons/arrowDownRed.svg);
    background-color: white;
    color: #78373F;
    cursor: pointer;
    padding: 18px 33px;
    margin-top: 26px;
    width: 100%;
    height: 92px;
    border-collapse: collapse;
    border-style: solid;
    border-color: #78373F;
    border-width: 2pt;
    border-radius: 4px;
    text-align: left;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: bold;
    font-size: 26px;
    transition: ease-out;
    transition: .25s;
}
.collapsible:hover {
    background-color: #522A2F;
    border-color: #522A2F;
    color: white;
    transition: .25s;
}
.collapsible:hover::after {
    content: url(/resources/img/icons/arrowDownWhite.svg);
}
.collapsible::after {
    content: url(../img/icons/arrowDownRed.svg);
    width: 20px;
    float: right;
    margin-left: 5px;
    transition: transform 0.3s ease-in-out;
}
.active {
    background-color: #78373F;
    border-color: #78373F;
    color: white;
}
.active:after {
    content: url(../img/icons/arrowDownWhite.svg);
    transform: rotate(180deg);
}
#tableIntroFCA {
    width: 100%;
    height: 200px;
    margin: 26px 0 0;
}
#tableIntroSITE {
    width: 100%;
    height: 200px;
    margin: 26px 0 0;
}
#tableIntroEFE-LE {
    width: 100%;
    height: 200px;
    margin: 26px 0 0;
}
#tableIntroEFE {
    width: 100%;
    height: 200px;
    margin: 26px 0 0;
}
.tableIntroContent img {
    float: left;
    object-fit: fill;
    width: 200px;
    height: 200px;
    margin-right: 2%;
}
.tableIntroContent h3 {
    margin: 0 0 30px 0;
}
.tableIntroContent p {
    float: left;
    width: 65%;
}
#toggleAll {
    float: right;
    margin: 0 26px 0;
    width: 150px;
    height: 50px;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #78373F;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    border: none;
    /* content: 'Expand All'; */
}
#toggleAll:hover {
    background-color: #522A2F;
    cursor: pointer;
}


/*    << ASSESSMENT TABLE STYLES >>    */

table {
    table-layout: fixed;
    width: 100%;
    font-size: 18px;
    border-spacing: 0px;
    vertical-align: middle;
    word-break: keep-all;
    color: #292929;
}
th { 
    text-align: center;
    padding: 20px;
    background-color: #f0f0f0;
    font-weight: 400;
    text-transform: uppercase; 
}
thead th:first-child {
    width: 30%;
    background-color: #D9D9D9;
    font-weight: 800;
    text-align: left;
}
td {
    padding: 10px 20px;
    background-color: white;
    border-bottom: 2px solid #D9D9D9;
} 
tbody td:first-child {
    background-color: #f0f0f0;
}
.collapsed {
    display: none;
}
#data-table {
    border-collapse: collapse;
    width: 100%;
}
.toggle-extra-row:hover td {
    cursor: pointer;
    background-color: #D9D9D9;
}
.toggle-extra-row:hover td:first-of-type {
    cursor: pointer;
    background-color: #C2C2C2;
}
.extra-row {
    padding-left: 20px;
    font-size: 16px;
    color: #696969;
}
.left {
    text-align: left;
} 
.left::before {
    content: url(../img/icons/info.svg);
    width: 15px;
    float: left;
    margin: 2px 10px 0 0;
}
.center {
    text-align: center;
}

/*    SVG STYLES    */
.dotGreat { 
    fill: #006333;
    stroke: white;
    stroke-width: 2px;
}
.dotExcellent { 
    fill: #2bb673;
    stroke: white;
    stroke-width: 2px;
}
.dotMinor, .dotGood {
    fill: #a7d490;
    stroke: white;
    stroke-width: 2px;
}
.dotModerate, .dotFair {
    fill: #f4d24c;
    stroke: white;
    stroke-width: 2px;
}
.dotMajor, .dotPoor {
    fill: #f28242;
    stroke: white;
    stroke-width: 2px;
}
.dotReplace, .dotFailing {
    fill: #a4232f;
    stroke: white;
    stroke-width: 2px;
}
.dotNA {
    fill: #d9d9d9;
    stroke: white;
    stroke-width: 2px;
}
.dotInvis {
    fill: rgb(204, 204, 204);
    stroke: white;
    stroke-width: 2px;
    opacity: 0;
}
/* General style for icons */
.iconStyle {
    stroke: white;
    stroke-width: 2px;
}  
/* Specific styles for checkmark and "X" */
.iconCheck .iconStyle {
fill: #2bb673; /* Green */
}
.iconX .iconStyle {
fill: #a4232f; /* Red */
}
/*
.tooltip {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 5px;
    font-size: 12px;
    border-radius: 5px;
    pointer-events: none;
    opacity: 0;
}
.tooltip-edu {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    padding: 5px;
    font-size: 12px;
    border-radius: 5px;
    pointer-events: none;
    opacity: 0;
}
*/