:root {
    --mPurpl: #734d80;
    --sPurpl: #886C91;
    --mRed: #9A1310;
    --sRed: #B85A58;
    --mGray: #393A3B;
    --sGray: #747576;
    --tGray: #dfdfdf;
    --mBlue: #00407A;
    --sBlue: #4D79A2;
    --accentRed: #cd5759;
    --accentGold: #ba8d3b;
    --accentGreen : #64a65b;
    --accentPurple: #b167bc;
    --accentBlue: #7384d6;
  }

  

body{
    font-family: Arial, Helvetica, sans-serif;
    min-width: 1200px;
    margin: 0;
    font-size: 1.1rem;
}


/*  TOP TABS */
#titlePanel{  /* The SAMPLING title*/
    width: 100%; 
    background-color: var(--mPurpl);
    font-size: 50px; 
    color:white; 
    text-align:center; 
    padding: 1px 0;
}
#downloadPanel{
    margin: auto;
    padding: 0; 
    width: 40%; 
    /* border: 1px dashed black; */
}
/* Style the tab buttons */
.tab_link {
    background-color: var(--mGray);
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    margin: 0;
    font-size: 17px;
    width: 25%; /* This should be  1 / number_tabs */
    height: 50px;
    font-size: 1.3rem;
}

.tab_link:hover {
   background-color: var(--sGray);
}
.tab_link:disabled{
    cursor: default;
}

.tab_content {
    color: black;
    padding: 50px;
}


/* PEOPLE TABLE */
#peopleTable td{
    /*border: solid 1px;*/
    height: 70px;
    padding: 0 25px;
}
  
#pastMembers {
    font-size: 25px;
    font-weight: bold;
}
.peopleIMG {
    width: 100%;
    align-self: center;
    display: block;
    margin: auto;
}

/*Legend Table for the Sampling Literature tab*/
#lit_legend {
    min-width: 850px;
    text-align: left;
    padding: 0;
    border-spacing: 5px;
    border-collapse: separate;
    /* border-spacing: 5px; */
    /* border-collapse: separate; */

}

#lit_legend td {
    vertical-align: top;
    font-size: 20px;
    padding: 5px;
    /* horiz-align: right; */
}
#lit_legend .topic {
    text-align: center;
    color: white;
    cursor: pointer;
    font-size: 25px;
    padding: 10px 30px;
    /* If JS fails, fall to these values*/
    background-color: var(--sGray); 
    border: 12px solid var(--mGray);
    border-radius: 20px;

}
.topic:hover {
    /* If JS fails, fall to these values*/
    background-color:var(--mGray);
}
.topic:active {
    position:relative;
    top:2px;
}

.artContent { /* Components of main Table of Sampling Literature*/ 
    padding: 10px 0;
    margin: 10px;
    border-bottom: dashed black 1px;
}

.keywords { /* Tag cells in main Table of Sampling Literature*/ 
    padding: 0 5px;

}


/* COMPONENTS */

/* hyperlinks */
a:link, a:visited {
    color: black;
    /*font-weight: bold;*/
}

/* The main button is .searchButton */
.searchButton {
    color: white;
    background-color: var(--sPurpl);
    cursor: pointer;
    min-width: 5px;
    box-sizing: border-box;
    border-radius: 15px;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    outline: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.searchButton:active {
    position: relative;
    top: 2px;
    border: 0;
}
.searchButton.small {
    line-height: 1;
}

.searchButton.topicButton {
    line-height: 1;
    font-size: 0.8rem;
    margin: 1px;
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 65px;
    border-radius: 8px;
}
.materialsLegendBtn{
    cursor:context-menu;
}

/********************************/
/**** EXTERNAL ****/
#loading {
    width: 100%;
    height: 100%;
    top: 1;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
  }
  
  #loading-image {
    position: absolute;
    top: 100px;
    left: 850px;
    z-index: 100;
  }
.btn-success{
    background-color: var(--accentPurple);
}
/* Sticky Sidebar in Literature Section */
.sidebar{
    will-change: min-height;
}

.sidebar__inner{
    transform: translate(0, 0); /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}
.content {
    width: 75%;
    /*float: right;*/
}
*,
*:before,
*:after{
    box-sizing: border-box;
}

.container{
    max-width: 700px;
    margin: 0 auto;
}

#content{
    margin-right: 25%;
}

#sidebar{
    float: right;
    width: 20%;
    will-change: min-height;
}

#sidebar .sidebar__inner{
    border: 2px dotted var(--mGray);
    padding: 10px;
    position: relative;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

footer{
    height: 300px;
    height: 85vh;
    border: 2px dotted black;
    margin-top: 20px;
    text-align: center;
    color: var(--sGray);
    background: black;
    line-height: 300px;
    line-height: 95vh;
}

footer p{
    margin: 0;
}

.clearfix:after{
    display: block;
    content: "";
    clear: both;
}


/* PROJECT MATERIALS - Accordion */
#contentWrapper {
    width: 90%;
    /* max-width: 960px; */
    height: auto;
    min-height: 500px;
    margin: auto;
    margin-top: 60px;
}

#accordions section {
    background: var(--sBlue);
    transition: all 0.4s;
    margin-bottom: 30px;
    color: white;
    -moz-border-radius: 4px / 4px;
    -webkit-border-radius: 4px 4px;
    border-radius: 4px / 4px;
}
#accordions section img {
    max-width: 100%;
}
#accordions section.active {
    background: var(--tGray);
    color:black;

}
#accordions section.active .accordion-heading:after {
    content: "-";
}
#accordions section .accordion-heading {
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    display: block;
    cursor: pointer;
    position: relative;
}
#accordions section .accordion-heading:after {
    display: block;
    content: "+";
    position: absolute;
    right: 30px;
    top: 15px;
}
#accordions section .accordion-content {
    padding: 15px;
    padding-top: 0;
    line-height: 1.5;
    display: none;
}


