/* Global Styles */
@font-face {
  font-family: "ITC_Avant_Garde_Bold";
  src: url("../fonts/AVGARDD_2.TTF");
  }

@font-face {
  font-family: "ITC_Avant_Garde_Bold_Italic";
  src: url("../fonts/AVGARDDO_2.TTF");
  }
  
@font-face {
  font-family: "ITC_Avant_Garde_Normal";
  src: url("../fonts/AVGARDN_2.TTF");
  }

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  html {
    font-size: 62.5%;
    scroll-behavior: smooth;
  }
  
  body {
    /* font-family: "Montserrat", sans-serif; */
    height: 100%;
    font-family: Helvetica, sans-serif;
  }
  
  h1 {
    font-size: 2.5rem;
  }
  
  li,
  button,
  label,
  input,
  a,
  p {
    font-size: 2.5rem;
  }
  
  h2 {
    font-size: 4rem;
  }
  
  h3 {
    font-size: 2.5rem;
  }
  
  h4,
  h5 {
    font-size: 2rem;
  }
  
  ul {
    list-style: none;
  }
  
  a {
    text-decoration: none;
    color: #2c2c2c;
  }

  #button-filter {
    font-family: "ITC_Avant_Garde_Bold_Italic", sans-serif;
    font-size: 2rem;
    box-shadow: 9px 9px 20px #ddd;
  }

  #input-filter {
    font-size: 2.5rem;
}

th {
  font-family: "ITC_Avant_Garde_Bold", sans-serif;
  font-size: 1.8rem;
  font-weight: bolder;
}

td {
    font-size: 1.5rem;
}

/* .main-container {
    margin-left: 4rem;
    margin-right: 4rem;
} */

.table thead.thead-primary {
    background: #DC3545;
    color: white;
}

.spec-header {
  font-family: "ITC_Avant_Garde_Bold", sans-serif;
  font-size: 2.5rem;
  font-weight: bolder;
}

.lastname {
  font-size: 2rem;
}

.fmname {
  font-size: 1.2rem;
}

.csmclogo img {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  margin-top: 3rem;
  margin-left: 1rem;
  width: 150px;
}

.page-title {
  font-family: "ITC_Avant_Garde_Bold_Italic", sans-serif;
  font-size: 5rem;
}

.table-fixed tbody {
  height: 300px;
  overflow-y: auto;
  width: 100%;
}

.aff_payor_header {
  font-family: "ITC_Avant_Garde_Bold_Italic", sans-serif;
}

@media screen and (max-width: 1180px) {
  .page-title {
    display: flex;
    justify-content: start;
    font-size: 3.5rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .spec-header {
    font-size: 2rem;
  }

  #button-filter {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 915px) {
  .page-title {
    display: flex;
    justify-content: start;
    font-size: 3.5rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .spec-header {
    font-size: 2rem;
  }

  #button-filter {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 375px), (max-width: 414px), (max-width: 667px), (max-width: 896px) {
  .page-title {
    font-size: 3.2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .spec-header {
    font-size: 2rem;
  }

  #button-filter {
    margin-bottom: 2rem;
  }

  .csmclogo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -0.5rem;
  }
}

/* Fix Table Header */
.table-responsive {
  height: 640px;  
  overflow:scroll;
  box-shadow: 9px 9px 20px #ddd;
}
 thead tr:nth-child(1) th{
    background: #DC3545;
    position: sticky;
    top: 0;
    z-index: 10;
  }
/* End Fix Table Header */

/* Cards Border Shadow */
.doctor_card {
  box-shadow: 9px 9px 20px #ddd;
}
/* End Card Border Shadow */

.bldg {
  font-size: 2rem;
}

.sched, .aff_payors, .secretary, .contact {
  font-size: 1.6rem;
}

.btn-alphabet a, .spec-List, .subSpec-List, .doctor-name, #btnSearch, .firstLname-List, .hmos-List, .chkDept {
  font-size: 2rem;
}

.search-by-LN {
  font-size: 2.5rem;
  font-family: "ITC_Avant_Garde_Bold", sans-serif;
  background-color: silver;
}

.alternate_color {
  background-color: #F2F2F2;
}

.doctorSpec {
  height: 100vh;
}

#schedTable {
  min-height: 75vh;
}


.container_d {
	width: 97.5vw;
	height: 100vh;
	scroll-snap-type: y mandatory;
	overflow-y: scroll;
}

 .container_d > * {
	/* width: 100vw; */
	height: 100vh;
	scroll-snap-align: start;
  margin-right: 3rem;
}

fieldset {
  margin: 8px;
  border: 1px solid black;
  padding: 8px;    
  border-radius: 4px;
}

legend {
  padding: 2px;   
  font-size: 2rem; 
  font-family: "ITC_Avant_Garde_Bold", sans-serif;
}

/* snap when scroll */
/* .container_d {
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
}

.container_d section {
  scroll-snap-align: start;
} */
/* end snap when scroll */
