/*for focus of Select input type*/
@media screen and (max-width: 800px) { 
  select,
  textarea,
  input {
    font-size: 16px !important;
  }
}

/* Add a black background color to the top navigation */
.topnavheader {
    background-color: inherit;
    overflow: hidden;
    float: right;
}

.topnavheader2 {
    background-color: white;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnavheader a {
  float: left;
    display: block;
    color: white !important;
    text-align: center;
    padding: 5px 12px;
    text-decoration: none;
    font-size: 12px !important;
	font-family: Verdana,Arial,sans-serif;
}

.topnavheader2 a{
  float: left;
    display: block;
    color: black !important;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
	font-family: Verdana,Arial,sans-serif;
    font-size: 13px;
}

/* Add an active class to highlight the current page */
.active {
  background-color: #transparent;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnavheader .icon {
  display: none;
}

.topnavheader2 .icon2{
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdownmenu {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdownmenu .dropmenubtn {
    font-size: 14px;
  border: none;
  outline: none;
  color: white;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
    float: left;
    display: block;
    color: #666666;
    text-align: center;
    padding: 5px 5px;
    text-decoration: none;
    font-size: 15;

}

/* Style the dropdown content (hidden by default) */
.dropdownmenu-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdownmenu-content a {
  float: none;
  color: black !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnavheader a:hover,.topnavheader a:focus , .dropdownmenu:hover .dropmenubtn {
  color:  white !important;
  text-decoration:underline;
  outline : none;
}
.topnavheader2 a:hover,.topnavheader2 a:focus , .dropdownmenu:hover .dropmenubtn {
  color:  black !important;
  text-decoration:underline;
  outline : none;
}

/* Add a grey background to dropdown links on hover */
.dropdownmenu-content a:hover {
  background-color: #B02712;
  color: white;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdownmenu:hover .dropdownmenu-content {
  display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 800px) {
  .topnavheader a, .dropdownmenu .dropmenubtn {
    display: none;
  }
  
  .topnavheader2 a , .dropdownmenu .dropmenubtn {
    display: none;
  }
  
  
  .topnavheader a.icon {
    float: right;
    display: block;
	color: white !important;
  padding  : 2px 6px 2px 6px;

  border-top: 1px solid white !important;
  border-right: 1px solid white !important;
  border-bottom: 1px solid white !important;
  border-left: 1px solid white !important;
  border-radius: 4px;
  font-size:32px;
  }
  
  .topnavheader a.icon:hover , .topnavheader a.icon:focus {
    float: right;
    display: block;
	color: white !important;
	text-decoration:none;
  border-radius: 4px;
   font-size:32px;
  }
  
   .topnavheader2 a.icon2 {
    float: left !important;
    display: block;
	color: #B02712 !important;
		padding: 2px 6px 2px 6px;
  border-radius: 4px;
  }
  .topnavheader2 a.icon2:hover {
    float: right;
    display: block;
	color: #B02712!important;
	text-decoration:none;
		padding: 2px 6px 2px 6px;
  border-radius: 4px;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 800px) {
  .topnavheader.responsive {position: relative;}
  .topnavheader2.responsive {position: relative;}
  .topnavheader.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnavheader2.responsive a.icon2 {
    position: absolute;
    left: 0;
    top: 0;
  }
  .topnavheader.responsive a {
    float: none;
    display: block;
    background-color :#fff7e2!important;
    color :black !important;
    text-align: left;
    border-color :Black;
  }
   .topnavheader2.responsive a {
    float: none;
    display: block;
    background-color :#fff7e2!important;
    color :black !important;
    text-align: left;
    border-color :Black;
  }
    .topnavheader2.responsive a.menurow2 {
    float: none;
    display: block;
    text-align: center;
  }
  
  .topnavheader.responsive .dropdownmenu {float: none;}
  .topnavheader.responsive .dropdownmenu-content 
  {
      position: relative;
      border-color:Black;
                                                  }
  .topnavheader.responsive .dropdownmenu .dropmenubtn {
    display: block;
    width: 100%;
    text-align: left;
  }
    .topnavheader2.responsive .dropdownmenu {float: none;}
  .topnavheader2.responsive .dropdownmenu-content 
  {
      position: relative;
      border-color:Black;
                                                  }
  .topnavheader2.responsive .dropdownmenu .dropmenubtn {
    display: block;
    width: 100%;
    text-align: left;
  }
  
  
}

.wellfargoheader

{text-align: center;
    background: #B02712;
    width: 100%;
    height: 60px;
    border-bottom-color: #ffc53a;
    border-bottom-width: 4px;
    border-bottom-style: solid;
}



.sidepanel {
  height: auto; /* Specify a height */
  width: 0; /* 0 width - change this with JavaScript */
  position: relative; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  background-color: #fff7e2; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; 
  float:right;/* 0.5 second transition effect to slide in the sidepanel */
   border-color:Black;
   
}

/* The sidepanel links */
.sidepanel a {
  padding: 5px 5px 5px 16px;
  text-decoration: none;
  font-size: 25px;
  color: black !important;
  display: block;
 
}

/* When you mouse over the navigation links, change their color */
.sidepanel a:hover ,.sidepanel a:focus  {
  color: #B02712 !important;
  outline : none;
   border: none;
   text-decoration :none;
}

/* Position and style the close button (top right corner) */
.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  background: none!important;
  border: none;
  padding: 0!important;
  cursor: pointer;
}

/* Style the button that is used to open the sidepanel */
.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover ,.openbtn a:focus {
  background-color: #444;
  outline : none;
    border: none;
}


 @media screen and (min-width: 800px)
{
    .sidepanel a
    {
        display:none;
        background:white;
        border-style:none;
        }
    .sidepanel
    {
         background:white;
        border-style:none;
        }
   
}



 @media screen and (min-width: 900px)
 
 {
      .sidepanel2 {
           display: block !important;
           width: auto !important;
        } 
        
       .listfilter
     {
         display:none;
         }  
     
    }

@media screen and (max-width:900px)
{
   
         
          .sidepanel2 {
        
         display:none;
         
        }    
     .listfilter
     {
         display:block;
         }
    
    }
 
.leavingpage a
{
    color :White;
    text-decoration:none;
    }

.leavingpage a:hover, .leavingpage a:focus

{    color :White;
    text-decoration:underline;
    
    }
