

body {
    margin: 0px;
    padding: 0px;
    background: #F8F8F8; 
    color:#000000;
    font-family: LatoLatinWeb, sans-serif;
    font-style: normal;
    font-size: 16px;
}

.container {
    background: white;
}    

div#footer
{
    width: 100%;
    height: 150px;
    margin: 0px auto;
    padding-top: 20px;
    border-top: 1px solid #E8E8E8;
    text-align: center;
    background: white;
    color: black;
}

.header-bar
{
    width: 800px;
    margin: 0px auto;
    border-collapse: collapse;
    border-bottom: 1px solid #E8E8E8;
}

.header-bar td {
    padding-top: 15px;
    padding-bottom: 10px;
}

.header-right
{
    text-align: right;
}

.signinlogo {
    display: block; 
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    text-align: center;
}

.signinbox {
    display: block;
    width: 380px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    border: 1px solid gray;
}

div.signinbox table {
    margin: 0 auto;
    border-spacing: 15px;
}

div.signinbox input[type="email"] {
    height: 35px;
    width: 315px;
    border: 1px solid rgb(96,96,96);
    padding-left: 10px;
    font-size: 17px;
}

div.signinbox input[type="password"] {
    height: 35px;
    width: 315px;
    border: 1px solid rgb(96,96,96);
    padding-left: 10px;
    font-size: 17px;
}

div.signinbox input[type="text"] {
    height: 35px;
    width: 315px;
    border: 1px solid rgb(96,96,96);
    padding-left: 10px;
    font-size: 17px;
}

div.signinbox td.right {
    text-align: right;
    padding-top: 10px;
}

div.signinbox a {
    text-decoration: none;
    color: #006699;
}

div.signinbox .bluebutton {
    background: #006699;
    color: white;
    border: 1px solid #006699;
    font-size: 15px;
    border-radius: 0px;
    margin-top: 11px;
    margin-right: 0px;
    width: 325px;
    height: 40px;
    vertical-align: middle;
    cursor: pointer;
}

div.signinbox .bluebutton:hover {
    background: #005B89;
    border: 1px solid #005B89;
}

div.signinbox .whitebutton {
    background: white;
    color: #006699;
    border: 1px solid #006699;
    font-size: 15px;
    border-radius: 0px;
    margin-top: 5px;
    margin-right: 0px;
    width: 325px;
    height: 40px;
    vertical-align: middle;
    cursor: pointer;
}

div.signinbox .whitebutton:hover {
    background: #FAFBFB;
}

div.footnotice {
    border-top: 1px solid #E8E8E8;
    text-align: center;
    color: #858585;
    background: #F8F8F8;
    margin-top: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
}


/* Error message box - width: 380px */

.error-box {
    box-sizing: border-box;
    width: 100%; 
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 23px 20px;
    background-color: #ffe2dd;
    color: black;
    border: 1px solid #ff6347;
    line-height: 135%;
}


.success-box {
    box-sizing: border-box;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 23px 20px;
    background-color: #dbf1e5;
    color: black;
    border: 1px solid #3cb371;
    line-height: 135%;
}


.other-box {
    box-sizing: border-box;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 23px 20px;
    background-color: #dddddd;
    color: black;
    border: 1px solid #555555;
    line-height: 135%;    
}

.title-container {
    width: 800px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E8E8E8;
}

.title-container h1 {
            margin: 0;
            background-color: white;
            padding: 13px 0px;
            color: black;
            text-align: left;
            font-size: 18px;
            font-weight: normal;
	    white-space: nowrap;
}

.title-container p {
            margin: 0;
	    white-space: nowrap;
}

.document-name {
  background-color: white;
  color: black;
  width: 800px;
  text-align: left;
  margin: 0px auto;
  padding: 13px 0px;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px solid #E8E8E8;
}


.navigationbuttons {
    width: 240px;
    margin: 0px auto;
    margin-top: 50px;
}


.leftbutton {
    width: 60px;
    text-align: right;
    font-size: 20px;
}


.leftbutton a {
  color: #006699;
  text-decoration: none;
  cursor: pointer;
}


.rightbutton {
    width: 60px;
    text-align: left;
    font-size: 20px;
}


.rightbutton a {
  color: #006699;
  text-decoration: none;
  cursor: pointer;
}


.centralbutton
{
    width: 120px;
    text-align: center;
}


.dropdown {
  position: relative;
  display: inline-block;
}


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


.dropbtn {
  cursor: pointer;
}


.btn-pagenumber {
  background-color: white;
  color: black;
  width: 70px;
  text-align: right;
  padding: 8px 0px;
  font-size: 16px;
  font-family: arial, sans-serif;
  border: 1px solid gray;
}


.btn-pagenumber span {
  color: #006699;
  padding-left: 15px;
  padding-right: 5px;
  pointer-events: none;
}


.dropdown-content-pagenumber {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 72px;
  max-height: 140px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 7;
}


.dropdown-content-pagenumber a {
  color: black;
  padding: 8px 0px;
  text-decoration: none;
  padding-left: 15px;
  display: block;
}


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




.btn-logged {
  background-color: white;
  color: #006699;
  padding: 8px 0px;
  font-size: 18px;
  border: none;    
}


.btn-logged span {
  color: #006699;
  padding-left: 7px;
  padding-right: 5px;
  pointer-events: none;
}


.dropdown-content-logged {
  display: none;
  position: absolute;
  right: 0px;
  text-align: left;
  background-color: #f1f1f1;
  min-width: 170px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}


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


.activities {
  background-color: white;
  color: black;
  width: 800px;
  margin: 0px auto;
  margin-top: 40px;
  font-weight: normal;
  border-bottom: 1px solid #E8E8E8;
}

.activities details {
    width: 100%;
    border-top: 1px solid #E8E8E8;
    padding-top: 4px;
    padding-bottom: 6px;
}

.activities details:focus, summary:focus {
    outline: none;
}

.activities summary {
    padding-top: 10px;
    padding-bottom: 10px;
    list-style: none;
    cursor: pointer;
    background-image: url(https://www.simpsci.com/Fonts/SVG/angle-down-solid.svg);
    background-position: calc(100% - 5px) calc(50%);
    background-size: 12px auto;
    background-repeat: no-repeat;
}

.activities details > summary::-webkit-details-marker {
  display: none;
}

.activities div.dtl1 {
  width: calc(100% - 40px); 
  margin: 0px auto; 
  margin-top: 15px; 
  margin-bottom: 50px; 
  border-bottom: 1px solid #E8E8E8;
}

.activities div.dtl2 {
  width: calc(100% - 40px); 
  margin: 0px auto; 
  margin-top: 15px; 
  margin-bottom: 50px; 
  border-bottom: 1px solid #E8E8E8;
}

.activities div.dtl3 {
  width: calc(100% - 40px); 
  margin: 0px auto; 
  margin-top: 15px; 
  padding-bottom: 30px; 
  margin-bottom: 50px; 
  border-bottom: 1px solid #E8E8E8;
}

.activities div.gds {
  width: calc(100% - 40px);
  margin: 0px auto;
  padding-bottom: 20px;
}

.activities table.tb1 {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #E8E8E8;
}

.activities table.tb2 {
  width: 100%;
  border-collapse: collapse;
  color: #B0B0B0;
}


.activities td.td11 {
  padding-top: 8px;
}

.activities td.td12 {
  padding-top: 8px;
  text-align: right;
}

.activities td.td21 {
  text-align: right;
}

.activities a {
  text-decoration: none;
  color: #006699;    
}

.activity-selected {
  background-color: black;
} 

.activity-not-selected {
  background-color: #A9A9A9;
} 


.detailbuttons {
  text-align: right;
}


.detailbuttons button {
  background-color: white;
  border: none;
  color: #006699; 
  margin-left: 10px;
  margin-bottom: 15px;
  font-family: LatoLatinWeb, sans-serif;
  font-style: normal;
  font-size: 16px;
  cursor: pointer;
}


.submit-bar {
  display: block;
  width: 50%;
  margin: 0px auto;
  font-size: 16px;
  background-color: #006699;
  color: white;
  border: 1px solid #006699;
  border-radius: 2px;
  padding-top: 13px;
  padding-bottom: 13px;
  text-align: center;
  cursor: pointer;
} 

.input-address
{
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 16px;
    width: 100%;
    height: 45px;
    padding-left: 15px;
    background: white;
    border: 1px solid #B8B8B8;
}

.select-address
{
    font-family: sans-serif;
    font-size: 16px;
    width: 100%;
    height: 45px;
    padding-left: 10px;
    background: #E8E8E8;
    border: 1px solid #B8B8B8;
    cursor: pointer;
}


.buttonactive {
    cursor: pointer;
    border: 1px solid #006699;
    background-color: white;
    color: #006699;
    padding: 8px 16px;
    font-size: 14px;
    text-decoration: none;
}

.details-inner {
    width: 100%;
    padding-top: 15px;
}

.onea {
    height: 30px;
    width: 180px;
    color: #808080;
}

.oneb {
    height: 30px;
    width: 200px;
    color: #808080;
}


.show { 
    display: block; 
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 180px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
