html {
  height: 100%;
}
@viewport {
  width: device-width ;
  zoom: 1;
}
body {
  
  background: linear-gradient(50deg, #454545 100%, grey);
  font-family: open sans, sans-serif;
  color: white;
  margin: 0px;
}
.header {
  padding-top: 25px;
  padding-bottom: 25px;
  margin: 0px;
  width: 100%;
}
h1 {
  color: white;
  width: 100%;
  font-size: 40px;
  text-align: center;
  font-family: open sans, sans-serif;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0px;
}
h2 {
  display: block;
  font-size: 25px;
  font-weight: bold;
  color: white;
  width: 100%;
  text-align: center;
  font-family: open sans, sans-serif;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0px;
}
h3 {
  display: block;
  font-size: 20px;
  color: white;
  width: 100%;
  text-align: center;
  font-family: open sans, sans-serif;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 10px;
  margin: 0;
}
.box-form {
  flex-flow: wrap;
  text-align: center;
  align-content: center;
  align-items: center;
  margin: 0 auto;
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  background-color: grey;
}
.login-box {
  flex-flow: wrap;
  text-align: center;
  align-content: center;
  align-items: center;
  margin: 0 auto;
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  background-color: grey;
}
h4 {
  display: block;
  font-size: 15px;
  color: white;
  width: 100%;
  text-align: center;
  font-family: open sans, sans-serif;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0px;
}
input {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0px;
  font-size: 16px;
  border: none;
  outline: none;
  border-bottom: 5px solid #3889eb;
  text-rendering: auto;
  color: black;
  
}
 
.button1 {
  color: #fff;
  font-size: 16px;
  padding: 12px 35px;
  border-radius: 50px;
  display: inline-block;
  box-shadow: 1 4px 20px 1 #506150;
  background-image: linear-gradient(135deg, #5096eb 10%, #3889eb 100%);
}



@media only screen and (max-width: 600px) {
  .login-box {
    width: 200px;
  }
}
@media only screen and (max-width: 600px) {
  .box-form {
    width: 300px;
  }
}
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 600px) {
  h3 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 600px) {
  h4 {
    font-size: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .button2 {
    width: 300px;
  }
}
.topnav {
  overflow: hidden;
  background-color: #333;
  margin: 1px;
  padding: 1px;
}
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.topnav a:hover {
  background-color: #ddd;
  color: black;
  border-radius: 15px;
}
.topnav .active {
  background-color: #3889eb;
  color: white;
  border-radius: 15px;
}
.topnav .icon {
  display: none;
}
.topnav.responsive a {
  float: none;
  display: block;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.topnav.responsive a {
  float: none;
  display: block;
  text-align: left;
}

input[type="text"], [type="number"], [type="date"], select, textarea {
  width: 100%;
  padding: 12px;
  border-radius: 4px;
  resize: vertical;
  font-family: open sans, sans-serif;
  color: white; 
  background-color: #454545;
  border: 1px solid grey;
  box-sizing: border-box;
  
}
label select {
  padding: 12px 12px 12px 0px;
  display: inline-block;
  font-family: open sans, sans-serif;
  color: white; 
  
  
  
  
}
input[type="submit"] {
 background-color: #3889eb; 
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 10px;
  float: right; 
  cursor: grab;
  width: 75%;
}
input[type="submit"]:hover {
  background-color: white;
  color: #3889eb;
  
}

button  {
  background-color: #3889eb; 
  color: white;
   padding: 10px;
   position: relative;
   width: 100%;
   margin-top: 2%;
   margin-bottom: 2%;

   border: none;
   border-radius: 10px;
   cursor: grab;
   
 }
 button:hover {
   background-color: white;
   color: #3889eb;
  
 }

.container {
  border-radius: 15px;
  background-color: #333; 
  padding: 20px;
  width: 50%;
  display: block;
    margin-left: auto;
    margin-right: auto;
    overflow-x: auto;
  
    
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 12px;
  
}
label {
  float: left;
  width: 25%;
  margin-top: 12px;
  
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 12px;
  font-family: open sans, sans-serif;
  
}


textarea {
  float: left;
  width: 100%;
  margin-top: 6px;
  font-family: open sans, sans-serif;
  }

  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
@media screen and (max-width: 600px) {
  .col-25,
  .col-75,
  input[type="submit"] {
    width: 100%;
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .container {
    width: 360px; 
  }
}

  
p {
  margin-top: 10px;
  font-family: open sans, sans-serif;
  color: white;
  text-align: center;
  
  
}

.center {
  font-family: open sans, sans-serif;
  color: white;
  border-radius: 25px; 
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  overflow-x:auto;
 
}

th {
  height: 25px;
  border-bottom: 1px solid grey;
  vertical-align: bottom;
  padding: 5px;
  text-align: left;
  background-color: #333; 
  position: sticky; 
  top: 0;
  
}

td {
  height: 25px;
  padding: 5px;
  border-bottom: 1px solid grey;
  text-align: left;
  
}

tr {
  background-color: rgb(71, 70, 70); 
}

tr:nth-child(even){background-color: rgb(90, 87, 87)}

tr:nth-child(odd) td {
  background: rgb(71, 70, 70);
}

tr:nth-child(even) td {
  background:  rgb(90, 87, 87)
}

    
.container#summary {
  width:10%;
}

@media only screen and (max-width: 600px) {
  .container#summary {
    width: 30%;
  
}

.container#currentmonth {
  width:60%;
}


