
#headernormal { font-family:"Times New Roman"; width:100%; height:120px; background-color:gray; padding:0; margin:0; top:0; position:fixed; z-index:10;}
#header { font-family:"Times New Roman"; width:100%; background-color:gray; padding:0; margin:0; top:0; position:fixed; z-index:10;}
#headerwide { font-family:"Times New Roman"; width:100%; height:75px; background-color:black; opacity:.85; padding:0; margin:0; top:0; position:fixed; z-index:2;}
#headerbelow  { font-family:"Times New Roman"; width:100%; background-color:gray; padding:0; margin:0; top:70; position:fixed; z-index:10;} 
#headerstandard  { font-family:"Times New Roman"; width:100%; background-color:black; position:fixed; top:0; padding:0; margin:0; overflow: hidden;} 

h1.header { color:white; text-align:center; font-size:20px; margin:0;}
h1.header16 { color:white; text-align:center; font-size:16px; padding-top:2px }
h1.headergray { color:white; background-color:gray; text-align:left; font-size:20px; }
h1.header32 { color:black; font-size:32px; }
h1.subheader { color:white; text-align:center; font-size:22px; }

ul.menu {list-style-type:none; text-align:center; margin:0; padding:0; overflow:hidden; background-color:gray}
li.menu {display:inline; padding:10; font-size:16px; color:white}
a.menu {padding: 8px;}

li a.active {
    background-color: #4CAF50;
    color: white;
}

li a:hover:not(.active) {
    background-color: #555;
    color: white;
}

.header-cont {
    width:100%;
    position:fixed;
    top:0px;
}
.headernew {
    height:50px;
    background:#d0e4fe;
    border:1px solid #CCC;
    width:960px;
    margin:0px auto;
}

.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 60;
    left: 0;
    background-color: lightgray; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.sidenavright {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 50;
    right: 0;
    background-color: lightblue; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.affix {
  top: 270px;
}

.affix-bottom {
    position: absolute;
}

@media (min-width: 1500px) {
  .affix {
    top: 360px;
    width: 300px;
  }         
}

@media (min-width: 1200px) {
  .affix {
    top: 325px;
    width: 300px;
  }         
}

@media (max-width: 875px) {
  .affix {
    top: 325px;
    width: 275px;
  }         
}

@media (max-width: 600px) {
  .affix {
    top: 325px;
    width: 200px;
  }         
}

@media (max-width: 400px) {
  .affix {
    top: 325px;
    width: 160px;
  }         
}


@media (max-height: 200px) {
  .affix {
    top: 325px;
    position: static;
  }
}

.dropdown-toggle {   
    overflow: hidden;
    padding-right: 24px /* Optional for caret */;
    text-align: left;
    text-overflow: ellipsis;    
    width: 75%;
}
