/* DROP DOWN MENUS */
ul.postnav {
    list-style-type: none;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10;
    padding-bottom: 60;
    /*overflow: hidden;*/
    border: 0px solid #e7e7e7;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #f3f3f3;
    /*width:auto;*/
    max-width:70%;
    }
@media (min-width: 1213px){
    ul.postnav {
        list-style-type: none;
        margin: auto;
        padding-left: 0;
        padding-right: 0;
        padding-top: 10;
        padding-bottom: 60;
        /*overflow: hidden;*/
        border: 0px solid #e7e7e7;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        background-color: #f3f3f3;
        /*position: fixed;
        top: 100;*/
        /*width: auto;*/
        max-width:70%;
    }
}
@media (min-width: 1002px) and (max-width: 1212px){
    ul.postnav {
        list-style-type: none;
        margin: auto;
        padding-left: 0;
        padding-right: 0;
        padding-top: 10;
        padding-bottom: 60;
        /*overflow: hidden;*/
        border: 0px solid #e7e7e7;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        background-color: #f3f3f3;
        /*position: fixed;
        top: 100;*/
        max-width:70%;
        font-size:12px;
    }
    .postnav li a, .dropbtn {
        display: inline-block;
        color: #666;
        background-color: #f3f3f3;
        text-align: center;
        padding: 7px 8px;
        text-decoration: none;
    }
}
@media (min-width: 768px) and (max-width: 1001px){
    ul.postnav {
        list-style-type: none;
        margin: auto;
        padding-left: 0;
        padding-right: 0;
        padding-top: 10;
        padding-bottom: 60;
        /*overflow: hidden;*/
        border: 0px solid #e7e7e7;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        background-color: #f3f3f3;
        /*position: fixed;
        top: 100;*/
        max-width:95%;
        font-size:12px;
    }
    .postnav li a, .dropbtn {
        display: inline-block;
        color: #666;
        background-color: #f3f3f3;
        text-align: center;
        padding: 2px 4px;
        text-decoration: none;
    }
}
div.collapse{display:none;}
@media (min-width: 768px){
    #collapse{display:none;}
}
@media (max-width: 767px){
    .postnav,.spacer {display:none;}
    #welcom {
        top: -50px;
        
    }
}
.postnav li {
  float: left;
  border-right: 1px solid #bbb;
}
.postnav li:last-child {border-right: none;}
.postnav li a, .dropbtn {
  display: inline-block;
  color: #666;
  background-color: #f3f3f3;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.postnav li a:hover, .dropdown:hover .dropbtn {
  background-color: #111;
}

.postnav li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;top:200;right:200;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;width:100%;
}

li.dropdown-content a:hover {background-color: #f1f1f1;}

li.postnav:hover .dropdown-content, .postnav li:hover .dropdown-content{
  display: block;
}

a.left{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
a.right{
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

ul.postnav li a:hover:not(.active) {background-color: #111;}

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

ul.postnav li.right {float: right;}

@media screen and (max-width: 600px) {
  ul.postnav li.right, 
  ul.postnav li {float: none;}
}
.dropdown-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;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
  display: block;
}
/* END DROPDOWN <EMU CSS */

.box{
  height:417px;
  width:255px;
  border-radius:10px; 
  border:2px solid #666;
  padding:6px 0px;
  background:#fff;
  float:left;
}

div.scroll {
  border-radius:8px;
  height:400px;
  width:250px;
  overflow:auto;
  padding:5px;
}
#sidebar, #sidebar a {
    font-size: 12px;
}
.posterbar {
    width: 75%;
    background-color: #142B38;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    height: 50px;
    float: right;
    font-size: 18px;
    color: #ffffff;
    text-align: left;
    line-height: 50px;
    text-indent: 20px;
    font-weight: bold;
    margin-bottom:20px;
}
.postinfo{
    display: block;
    width: 100%;
    background-color: #142B38;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    height: 50px;
    float: right;
    font-size: 18px;
    color: #ffffff;
    text-align: left;
    line-height: 50px;
    text-indent: 20px;
    font-weight: bold;
    /*margin-bottom:20px;*/
    margin-top:20px;
}
.posterstats {
    padding-bottom:15em;
    /*height: 19em;*/
}
.abs {
    padding-bottom: 5em;
    font-size: 1em;
    float:right;
}
.pimage {
    /*border: 1px solid red;*/
    /*display:inline;*/
    float:left;
    margin-left:20px;
    /*padding-bottom:3em;*/
    /*height: 176px;
    width: 150px;*/
}
.MsoNormal, .posterinfo {
    float: right;
}

.pstat {
    /*border: 1px solid red;*/
    width: 75%;
    /*display:inline;*/
    float: right;
    margin:auto;
    /*margin-left:20px;*/
    overflow-wrap: normal;
    /*width:670px;*/
    font-size:1.1em;
    /*padding-bottom:15em;*/
}
@media screen and (max-width: 783px) {
    .pstat {
        width:100%;
    }
}

.smallstat {
    font-size: 80%;;
}
.postercontent {
    width: 75%;
    float: right;
}
.posterheader {
    width: 100%;
    background-color: #142B38;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    height: 50px;
    /*float: right;*/
    font-size: 18px;
    color: #ffffff;
    text-align: left;
    line-height: 50px;
    text-indent: 20px;
    font-weight: bold;
    margin:auto;
    
}
.indv_posterinfo, .indv_posterinfolast {
    
    min-width:175px;
    max-width: 240px;
    float:left;
    padding:20px;
    position: relative;
    margin-bottom: 10px;
    min-height:340px;
    font-size:.9em;
    font-weight:bold;
    border-bottom:1px solid #142B38;border-width: 2px;
}
.indv_posterinfo {
    border-right:1px dashed #142B38;
}
.posters {
    /*float:right;*/
    width: 85%;
    padding-top:10px;
    margin:auto;
    
}

.indv_img {
    padding-bottom:10px;
}
.posterbutton {
    float: right;
    position: absolute;
    bottom: 10px;
    right: 5%;
    /*position: absolute;*/
    /*top: 250;
    left: 0;*/
}
.posterbutton a {
    background-color: #e8e8e8;
    color: #142B38;
    height: 22px;
    width: 60px;
    display: block;
    overflow: hidden;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    line-height: 21px;
    text-align: center;
    margin-top: 7px;
    font-size: 12px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
legend {
    display: inline;
    width:auto;
    padding-inline-start: 5px;
    padding-inline-end: 5px;
    font-size: 14px;
}
fieldset {
    padding: 10px;
    border: 1px solid black;
}

.viewp {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 4px 8px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 25px;
}
.viewv {
    background-color: #4b82af;
    border: none;
    color: white;
    padding: 4px 8px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 25px;
}

.auth {
    font-size:1.2em;
    font-weight:normal;
    line-height: 2em;
}






/* https://www.w3schools.com/howto/howto_js_collapse_sidebar.asp */
/* The sidebar menu */
.sidebar {
  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: 0;
  left: 0;
  background-color: #f3f3f3; /* 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 sidebar */
  margin-top:60px; /* DLH */
}

/* The sidebar links */
.sidebar 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 */
.sidebar a:hover {
  color: #DE831F;
}
@media screen and (max-width: 1200px) {
    .sidebar, .scroll, .box {
        display: none;
    }
    .postercontent, .posterbar {
        width:100%;
    }
}

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

/* The button used to open the sidebar */
.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #f3f3f3;
  color: black;
  padding: 10px 15px;
  border: none;
  border-radius: 8px 8px 8px 8px;
}

.openbtn:hover {
  background-color: #444;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s; /* If you want a transition effect */
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}