/* 
 * Start of custom styles for the drop down menu for the eData Templates: 
 * In CSS, the # symbol and the . symbol are used to select elements based on their ID and class attributes, respectively. 
 */

 #downloadButton:hover {
    background-color: #003d73 !important; /* Darker shade for the hover state */
}

/* for ccList */

.cclist-type {
  width: 7% !important;
}

/* for placeholder  */

.cclist-institution {
  width: 45% !important;
}

/* for the data content  */
.cclist-institution-name,
.cclist-title-name,
.cclist-pi-name  {
  white-space: normal !important;;
  word-wrap: break-word !important;;
}

.cclist-title {
  width: 15% !important;
}

.cclist-PIname {
  width: 26% !important;
}

.cclist-stateCode {
  width: 7% !important;
}


/*************** FOR ccLeaders ************/
#ccLeaders-page {
    width: 100% !important;
    table-layout: fixed !important;
}

/* for the data content  */
  .ccLeaders-institution,
  .ccLeaders-titles,
  .ccLeaders-fullname {
    white-space: normal !important;
    word-wrap: break-word !important;
}
  
.ccLeaders-leaderType {
  width: 10% !important;
}
  
.ccLeaders-institution {
    width: 30% !important;
}

.ccLeaders-fullname {
  width: 20% !important;
}
  
.ccLeaders-titles {
    width: 40% !important;
}

  
/*
.ccLeaders-emails{
    width: 27% !important;
}
*/ 


/* ************* NOT IN USE 
.ccLeaders-search-wrapper {
  display: flex !important;
  justify-content: flex-end; 
  margin-top: 20px !important;     /* negative pushes search box UP, the goal is to bring it down to align w/ the lenthmenu */
/*  margin-bottom: -90px !important; /*  10px would match w/ the 'l' settng, -70px still so much space below the search box, try -80px nothing happened */
/*}


.ccLeaders-search-input {
  width: 350px !important;
  height: 40px;
}


/* SHOW JESEPH this is not working  for ccLeaders 'l'ength menu  

.ccLeaders-length-menu-nowrap {
  display: flex !important;
  align-items: center !important;
  white-space: nowrap !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  min-width: fit-content !important;
  padding-right: 10px !important;
}

.ccLeaders-page-length-menu-nowrap label {
  margin-bottom: 0 !important;
  white-space: nowrap !important;
  display: inline-flex !important;
  align-items: center !important;
}

.ccLeaders-page-length-menu-nowrap select {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

*/ 