/*fly out*/
.Topsidenav {
    height: 108px;
    width: 350px;
    z-index: 3;
    top: 0;
    background-color: #141414;
    overflow-x: hidden;
 /*   transition: 0.5s;*/
    padding-top: 0px;
    border-right-color: darkgray;
   border-right-width: thin;
   border-right-style: solid; 
   color:white;
   font:inherit;
  position:fixed;
  will-change: transform;
  }
  
  .sidenav {
    height: 100%;
    width: 350px;
    position: fixed;
    z-index: 3;
    top: 0px;
    left: calc(100% + 350px);
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
    border-left-color: black;
   border-left-width: thin;
   border-left-style:solid;
   font:inherit;
   will-change: transform;
  }
  
  .sidenav a, .Topsidenav a {
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    font-size: 25px;
    color: white;
     display: block;
    transition: 0.3s;
   font-family: inherit;
  }
  .Topsidenav span {
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    font-size: 28px;
    color: white;
     display: block;
    transition: 0.3s;
    font-family: inherit;
   
  }
  
  .sidenav a:hover {
    color: #FF0000;
  }
  
  .Topsidenav .closebtn {
    position: absolute;
    top: 0;
    left: 20px;
    font-size: 26px;
    width: 40px;
    height:40px;
    line-height: 40px;
    /* margin-left: 20px; */
    padding: 7px 0px 0px 0px;
  }
  .Topsidenav#words
  {
    left: 50px;
    position: absolute;
    font-size: 20px;
    height: 36px;
    text-align: left;
    width: 20%;
    top: 10px;
    letter-spacing: .02em;
    padding: 8px;
    font-family: inherit;
    border:none;
  }
  #filtertext
  {
    font-size: 20px;
      padding-top: 10px;
      padding-left:5px;
      padding-bottom: 10px;
      border-bottom-style: solid;
      border-bottom-width: thin;
      border-bottom-color: darkgray;
      font-family: inherit;
  }
  .filterSelect
  {
    display: inline;
    right: 5px;
    position: absolute;
    font:inherit;
  }
  .filterSelectedtext{
    right: 5px;
      position: absolute;
      display: inline;
      overflow: hidden;
      white-space: nowrap;
      max-width: 90%;
      font-size: 14px;
      /*line-height: 14px;*/
      text-overflow: ellipsis;
      text-align: left;
      width:90%;
      font-family: inherit;
      justify-content: center;
  }
  .filterRowtext{ 
    display: inline-flex;
    width: 320px;    
    justify-content: left;
  }

  /*center nav */
  .centernav {
    height: 170px;
    width: 512px;
    position: absolute;
    z-index: 2;
    top: calc(50% - 85px);
   /* left: calc(100% + 515px);*/
    background-color: white;
    overflow-x: hidden;
    transition: 0s;
    padding-top: 0px;
    border-width: thin;
    border-style:solid;
    font:inherit;
    border-color:darkgray; 
    border-style:solid; 
    border-width: 1px;
    border-radius:20px;
    display:none;
    margin-left:60vh;
  }
 .centerheader
 {
  margin-bottom: 0!important;
  font-size: 18px;
  padding-bottom: 8px;
  line-height: 24px;
  /*font-family: Lato,Helvetica,Arial,sans-serif;*/
  font-weight: 700;
  color: #242933;
  padding-left:20px;
 }
.divstyles{
  position: fixed;
  top: 108px;
  z-index: 2;
  width: 350px;
  height: 84%;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
.callout {
  position: absolute;
  top:30vh;
  left: 20px;
  margin-left: 20px;
  max-width: 300px;
  z-index: 7;
  border:solid;
  border-width: thin;
  border-radius: 20px;
}

.callout-header {
  padding: 25px 15px;
  background: rgba(104, 100, 209,1.0);
  font-size: 30px;
  color: white;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-align: center;
}
.callout-header1 {
  padding: 10px 15px !important;
}

.callout-container {
  padding: 15px;
  background-color: white;
  color: black;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.closebtn {
  position: absolute;
  top: 5px;
  right: 15px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

.closebtn:hover {
  color: lightgrey;
}
@media only screen and (max-width: 992px) 
{
  .callout
  {
   top:57vh;
  }
}
@media only screen and (max-width: 1200px) 
{
  .callout
  {
   top:57vh;
  }
}