
/*

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

*/

/*
 
@media screen and (max-width: 600px) {

.paragraph-widget--table {
    margin-left: unset !important;;
    margin-right: unset !important;;
}


  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    border-bottom: 1px solid #ccc;
    display: block;
    /*margin-bottom: .625em;* /
  }

  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    /*font-size: .8em;* /
    /*text-align: right;* /
    text-align: left;
  }

  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    * /
    content: attr(data-label);
    /*float: left;* /
    font-weight: bold;
    text-transform: uppercase;
    display: block;
  }

  table td:last-child {
    border-bottom: 0;
  }
}

*/


/* TABLE STUFF START */

table {
    background: -webkit-gradient(linear,left top,right top,color-stop(30%,#fff),to(hsla(0,0%,100%,0))),-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(70%,#fff)) 0 100%,radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.2),transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.2),transparent) 0 100%;
    background: linear-gradient(90deg,#fff 30%,hsla(0,0%,100%,0)),linear-gradient(90deg,hsla(0,0%,100%,0),#fff 70%) 0 100%,radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.2),transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.2),transparent) 0 100%;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 40px 100%,40px 100%,14px 100%,14px 100%;
    background-position: 0 0,100%,0 0,100%;
    background-attachment: local,local,scroll,scroll;
    overflow: auto
}

table {
    empty-cells: show;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    color: #000;
    border: .125rem solid #ebebeb;
    overflow: auto
}

table>:not(:first-child) {
    border-top: none
}

thead {
    text-align: left
}

thead tr, tr th{
    background-color: #c8102e;
    color: #fff
}

thead th, th {
    padding: 1.5625rem;
    font-family: Nimbus Sans,sans-serif;
    font-size: 1.3125rem;
    line-height: 1.42857;
    font-weight: 700;
    vertical-align: top
}

tbody {
    border-top: none
}

tbody tr:nth-child(2n) {
    background-color: rgba(0,0,0,.048)
}

tbody td {
    padding: 1.5625rem;
    min-width: 14.0625rem;
    max-width: 90vw;
    vertical-align: top;
    border: .0625rem solid #f3f3f3;
    line-height: 1.5
}

@media (min-width: 768px) {
    tbody td {
        min-width:0;
        line-height: 1.75
    }
}

tbody td:first-child {
    font-family: Nimbus Sans,sans-serif;
    font-weight: 700;
    color: #c8102e
}

tbody td .tel,tbody td a {
    color: #7c2529;
    text-decoration: underline;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

tbody td .tel {
    font-weight: 600
}

tbody td a {
    font-weight: 700
}

tbody td a:focus, tbody td a:hover {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-text-decoration-color: #c8102e;
    text-decoration-color: #c8102e;
    color: #c8102e
}


/* TABLE STUFF END */




@media screen and (max-width: 767px) {

.paragraph-widget--table {
    margin-left: unset !important;;
    margin-right: unset !important;;
}


  table.directory  {
    border: 0;
  }

  table.directory caption {
    font-size: 1.3em;
  }

  table.directory thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table.directory tr {
    border-bottom: 1px solid #ccc;
    display: block;
    /*margin-bottom: .625em;*/
  }

  table.directory td {
    /*border-bottom: 1px solid #ddd;*/
    border: 0px solid #ddd;
    display: block;
    /*font-size: .8em;*/
    /*text-align: right;*/
    text-align: left;
  }

 /*
  table.directory td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    * /
    content: attr(data-label);
    /*float: left;* /
    font-weight: bold;
    text-transform: uppercase;
    display: block;
  }
*/
    table.directory td {
        /* border-bottom: 1px solid #ddd; */
        display: block;
        /* font-size: .8em; */
        /* text-align: right; */
        /* text-align: left; */
        line-height: 1.1em;
        padding: 2px;
    }
    
    table.directory td.td_field_last_name , table.directory td.td_field_first_name {
        /*display: inline;*/
    }


  table.directory td:last-child {
	  border-bottom: 1px solid #ddd;
	  padding-bottom: 15px;
  }
}


td.td_field_phone {
    text-wrap: nowrap;
}

#fees-table_filter > label > input[type=search] {
	display: block;
	font-size: 1rem;
	line-height: 1.5;
	padding: 0.375rem 2.25rem 0.375rem 0.75rem;
	border: 1px solid #ced4da;
	margin: 0;
}

@media screen and (max-width: 600px) {

.form-select  {
	display: inline-block;
}

}



table.directory thead th, table.directory th {
    padding: 2px;
    font-family: Nimbus Sans, sans-serif;
    font-size: 1.1em;
    line-height: 1.15;
    font-weight: 700;
    vertical-align: middle;
}

@media (min-width: 768px) {
table.directory td {
        border-bottom: 1px solid #ddd; 
        /* font-size: .8em; */
        /* text-align: right; */
        /* text-align: left; */
        /*line-height: 1.1em;*/
        padding: 5px;
}
}




