body{
    background-color: rgb(211, 248, 250);
    font-family: Helvetica;
}
h1{
    text-align: center;
    color:rgb(7, 47, 95)
}
h3{
    text-align: center;
}

.logo{
  position: absolute;
  top: 0;
  left: 0;
  height: auto; 
  width: auto; 
  max-width: 100%; 
  max-height: 65px;
  color: #1261A0; 
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 20px;
}


.signup{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    width: 300px;
    box-shadow: 0 0  3px 0 rgba(0,0,0,0.3);
    background: white;
    padding: 20px;
    margin: 8% auto 0;
    text-align: center;
    margin-left: 15%;
    margin-top: 1%;
}

.signin{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    width: 300px;
    box-shadow: 0 0  3px 0 rgba(0,0,0,0.3);
    background: white;
    padding: 20px;
    margin: 8% auto 0;
    text-align: center;

    margin-right: 15%;
    margin-top: 1%;
}

.addTransaction{
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  width: 300px;
  box-shadow: 0 0  3px 0 rgba(0,0,0,0.3);
  background: white;
  padding: 20px;
  margin: 8% auto 0;
  text-align: center;
  /*margin-left: 15%;
  margin-top: 1%;*/
}

.addWatchlist{
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  width: 300px;
  box-shadow: 0 0  3px 0 rgba(0,0,0,0.3);
  background: white;
  padding: 20px;
  margin: 8% auto 0;
  text-align: center;
  /*margin-left: 15%;
  margin-top: 1%;*/
}

.edit{
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  width: 300px;
  box-shadow: 0 0  3px 0 rgba(0,0,0,0.3);
  background: white;
  padding: 20px;
  margin: 8% auto 0;
  text-align: center;
  /*margin-left: 15%;
  margin-top: 1%;*/
}

.input-box{
    border-radius: 20px;
    padding: 10px;
    margin: 10px 0;
    width: 80%;
    border: 1px solid #999;
}

.news-box{
  border-radius: 20px;
  padding: 10px;
  margin: 10px 0;
  width: 35%;
  border: 1px solid #999;
}

.buttons{
    background-color: #1261A0;
    color: white;
    width: 50%;
    padding: 10px;
    border-radius: 20px;
    font-size: 15px;
    margin: 10px 0;
    border: none;
    outline: none;
    cursor: pointer;
}

.nonFormButtons{
  background-color: #1261A0;
  color: white;
  width: 15%;
  padding: 10px;
  border-radius: 20px;
  font-size: 15px;
  margin: 10px 0;
  border: none;
  outline: none;
  cursor: pointer;
}

.usericon{
    width: 50px;
    margin-top: -55px;
}





* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  margin-top: 65%;

}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 40px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* Add a black background color to the top navigation */
.menu {
  background-color: #072F5F;
  overflow: hidden;
  display: flex;
  justify-content: center;
}


/* Style the links inside the navigation bar */
.menu a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.menu a:hover {
  background-color: #ddd;
  color: rgb(0, 0, 0);
}

/* Add a color to the active/current link */
.menu a.active {
  background-color: #1261A0;
  color: white;
}

.styled-table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  font-family: sans-serif;
  min-width: 400px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  margin-left: auto;
  margin-right: auto;
}

.styled-table thead tr {
  background-color: #009879;
  color: #ffffff;
  text-align: center;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}

.styled-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
  border-bottom: 2px solid #009879;
}

.logout{
    position:absolute;
    top:0;
    right:0;
}

/*.portfolio{
  margin-left: 15%;
}
.watchlist{
  margin-left: 15%;
}

.transactions{
  margin-right: 15%;
}*/

.infotables,.infotables th,
.infotables td{
  border: 1px solid black;
  border-collapse: collapse;
  padding: 3px 15px;
}

.leftside{
  float:left;
}

.timebuttons a:link, .timebuttons a:visited{
  background-color: #009879;
  color: white;
  padding: 8px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.timebuttons a:hover, .timebuttons a:active {
  background-color: #1261A0;
}

.xbutton {
  
  width: 30px;
  height: 25px;
  background: red;
  
  text-align: center;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  line-height: 25px;
}