 @font-face
 {
    font-family: header1;
    src: url('../fonts/Alatsi-Regular.ttf');

    font-family: header2;
    src: url('../fonts/Satisfy-Regular.ttf');

 }

  *
  {
    margin: 0;
    padding: 0;
    box-sizing: 0;
  }

 
  .header1
  {
    width: 100%;
    height: 85px;
    text-align: center;
    /*background-color: tomato;*/
    /*overflow: visible ;*/
    position: -webkit-sticky;
    position: sticky;
    z-index: 999;
    top: 0;
  }

  .navbar
  {
    z-index: 9999;
  }

  .bg-primary
  {
    color: red;
    background-color: red;
  }

  .header1 a
  {
    font-size: 25px;
  }

  .dropdown-menu
  {
    text-align: center;
  }


  #pageTitle
  {    
    margin-right: 5vw;
    font-size: 25px;
    font-weight: bold;
    color: yellowgreen;
  }

  .test
  {
    z-index:6 !important;
  }
  
  #login_form
  {
    width: 50%;
    margin-top: 2.5%;
    margin-left: 25%;
    text-align: center;
  }


  .c
  {
    display: flex;
    flex-direction: row;
    margin-left: 5%;
    margin-right: 5%;
  }

  
  /*
  .c1
  {
    width: 9vw;
  }
  */

  .c20
  {
    display: flex;
    flex-direction: column;
    width: 45.5vw;
    margin-left: 1vw;
    
  }

  /* .c23
  {
    height: 75vh;
    overflow-y: scroll;
  } */

  .c23Small
  {
    height: 45vh;
    overflow-y: scroll;
  }

  .c23Small1
  {
    height: 70vh;
    overflow-y: scroll;
  }



  .c23med
  {
    height: 75vh;
    overflow-y: scroll;
  }

  .c30
  {
    /*background-color: turquoise;*/
    display: flex;
    flex-direction: column;
    width: 45.5vw;
    margin-left: 1vw;    
  }

  .c30a
  {    
    margin-top: 1.5%;
    margin-right: 1.5%;
    padding: 2.5%;
    background-color: rgb(202, 216, 218);
  }

  .c30a input
  {
    width: 50%;
  }

  .c30a select
  {
    width: 50%;
  }

  .c30b
  {
    text-align: center;
  }


  .c31
  {
    margin-top: 1vh;
    margin-left: 1vw;
  }

  .c31 label
  {
    width: 15%;
    text-align: right;
  }

  .c31 input
  {
    width: 25Vw;
  }




  .serviceList
  {
    width: 100%;
  }

  .serviceList tbody tr:hover
  {
    background-color: teal;
    color: white;
    cursor: pointer;
  }

  .serviceList tr th
  {
    background-color: wheat;
    border: 1px solid black;
  }

  .serviceList tr td
  {
    border: 1px solid black;
  }



  .medList
  {
    width: 100%;
  }

  .medList tbody tr:hover
  {
    background-color: teal;
    color: white;
    cursor: pointer;
  }

  .medList tr th
  {
    background-color: wheat;
    border: 1px solid black;
  }

  .medList tr td
  {
    border: 1px solid black;
  }


  .docList
  {
    width: 100%;
  }

  .docList tbody tr:hover
  {
    background-color: teal;
    color: white;
    cursor: pointer;
  }

  .docList tr th
  {
    background-color: wheat;
    border: 1px solid black;
  }

  .docList tr td
  {
    border: 1px solid black;
  }





 

  

  .inputBox
  {
    align-self: right;
    margin-top: .5vh;
    margin-left: .3vw;
    width: 10vw;
  }



  .pagination-container
  {
    text-align: center;
  }

  .pagination-link, .pagination-previous, .pagination-next
  {
    text-align: center;
    cursor: pointer;
    /*border: 1px solid #000;*/
    padding: 5px;
    transition: 500ms;
  }

  .pagination-link:hover, .pagination-previous:hover, .pagination-next:hover
  {
    background-color: #c0c0c0;
  }
   


  @media only screen and (min-width: 768px)
  {
    

   

  }