/*
ERRFC colors
Blue #273679
Amber #f6910d
Red #e30b18
Green #369d28
*/

body {
     color: #444444;
     background-color: #EEEEEE;
     font-family: 'Trebuchet MS', sans-serif;
     font-size: 12pt ;
     margin:0;
     padding:0;
    }
h1 { font-size: 2ems; }
h2 { font-size: 1.5em; }
#header, #logoheader{
     padding: 6px ;
     text-align: center;
     background-color: #273679; 
     color: #FFFFFF;
     margin-bottom:8px;
    }
#content {
     padding: 4px 0 24px 0;
     margin: 12px auto;
     text-align: center;
    }
#content_flex {
     display:flex;
     flex-wrap: wrap;
     justify-content: center;
    }
#content3 {
     display:flex;
     flex-wrap: wrap;
     padding: 4px 0 4px 0;
     justify-content: space-evenly;
    }
/* allow room for bottom menu */
.page {margin-bottom: 100px;}
.multi {
     padding: 0px;
     text-align:center;
   }
.multi p {
     padding-top:7px;
     margin:1px;
     line-height: 22px;
     display: inline-block;
    }
.multi2 {
     padding: 15px;
     width:500px;
     text-align:center;
    }
.nameline {
     display: flex;
     height: 36px;
     justify-content:center;

}
#footer {
     color: #666666;
     background: #f9f9f9;
     padding: 10px 20px;
     border-top: 5px #efefef solid;
     font-size: 0.8em;
     text-align: center;
}
#footer a {
     color: #999999;
}
.logo{
     text-align: center;
}
.menurow{
    margin-top: 12px;
    display:flex;
    flex-direction: row;
    padding: 4px 0 4px 0;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin:10px auto;
}
.menucol{
    margin-top: 12px;
    display:flex;
    flex-direction: column;
    padding: 4px 0 4px 0;
    justify-content: space-evenly;
}
.menucol .withbut {text-align:center; }

.smallmenurow {
    display:flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin:10px auto;
}
/* pretty styling for links - use this class for <a> tags */
.but {
    padding: 10px 20px;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    background-color:#273679;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 10px;
}

.but:hover{
    background-color:#369d28;
}

.smallmenurow .but {
    padding: 5px 10px;
    font-size: 0.8em;
    font-weight: normal;
    margin-bottom: 5px;
}

p.withbut {
    line-height: 30px;
}

#logoheader:before {
    content: "";
    display: inline-block;
    background-image: url('/images/shield.svg');
    background-size: contain; /* Ensures the image is fully contained */
    background-repeat: no-repeat;
    width: 64px;
    height: 80px;
    position: absolute;
    top: 4px;
    left:20px;
  
}

td { padding: 5px;
     text-align: left;
}
.dt {
     text-align: right;
}

.positions {
  margin: 10px auto;
  border: solid 1px  #f6910d;
}
.positions td {
text-align:center;
width: 50px;
}

.positions th {
text-align:right;
width: 120px;
}

#pos_selector {
  display:none;
  margin: 0;
}

.bottom {
  position: fixed;
  bottom: 0;
  background-color:white;
  width: 100%;
  left:0;
  text-align:center;
}
