/*

Theme Name: YCCD (Pro Child)
Theme URI: http://theme.co/pro/
Author: ValiusWP
Author URI: http://valiuswp.com/
Version: 1.0
Template: pro

*/


.tg-item-excerpt {color: black}

.tg-item .tg-dark p, .tg-item .tg-dark ol, .tg-item .tg-dark ul, .tg-item .tg-dark li {
    color:  black !important;
    fill: black;
    stroke:  black;
    border-color:  black;
}

#searchInput {
    background-image: url('https://apps.yccd.edu/Content/Images/iconic/svg/magnifying-glass.svg'); /* Add a search icon to input */
    background-size: 20px 20px;
    background-position: 10px 12px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 100%; /* Full-width */
    font-size: 1.2em; /* Increase font-size */
    color: black;
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
  }

  #searchInput2 {
    background-image: url('https://apps.yccd.edu/Content/Images/iconic/svg/magnifying-glass.svg'); /* Add a search icon to input */
    background-size: 20px 20px;
    background-position: 10px 12px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 100%; /* Full-width */
    font-size: 1.2em; /* Increase font-size */
    color: black;
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
  }

  .e14799-6 .x-tabs-list button {
    font-size: 1.25em !important;
    font-family: "Libre Franklin",sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    color: #006803 !important;
    

  }
  
  #directoryTable {
    border-collapse: collapse; /* Collapse borders */
    width: 100%; /* Full-width */
    border: 1px solid #ddd; /* Add a grey border */
    font-size: 1em; /* Increase font-size */
  }
  
  #directoryTable th, #directoryTable td {
    text-align: left; /* Left-align text */
    padding: 12px; /* Add padding */
    position: relative;
  }
  
  #directoryTable tr {
    /* Add a bottom border to all table rows */
    border-bottom: 1px solid #ddd;
  }
  
  #directoryTable tr.header, #directoryTable tr:hover {
    /* Add a grey background color to the table header and on hover */
    background-color: #f1f1f1;
  }

  #disclaimer {
    font-size: .8em;
    position: absolute;
    bottom: 0;
}