@import url("https://fonts.googleapis.com/css?family=Maven+Pro:regular,500,600,700,800,900");

.body {
    background-color: #ffffff;
    font-family: "Maven Pro";
    font-size: 13px;
    font-weight: medium;
    /* padding: 15px 15px; */
    left: 0;
    right: 0;
    /* for sidebar */
    margin-left: 260px;
    padding: 10px 25px;
    height: 100%;
    padding-bottom: 270px;
    width: auto;
}

.header {
    padding-left: 10px;
    padding-right: 10px;
    /* height: 100%; */
    /* background-color: #f1f1f1; */
}

.main_header {
    text-align: center;
    width:100%;

}

h1 {
    color: #000000;
    font-family: "Maven Pro";
    text-align: left;

}

h2 {
    color: white;
    font-family: "Maven Pro";
    font-size: 13px;
    font-weight: 200;

}

h3 {
    font-family: "Maven Pro";
    color: #000000;
    background-color: #1E7CEB;
    /* text-align: right; */
    font-weight: 400;
    font-size: 14px;
    /* padding: 5px; */
    /* padding-left: 200px; */
    text-decoration: none;
    margin: 0; 
}

a:link, h3 {
    text-decoration: none;
    color: #ffffff;
}

a:visited, h3 {
    text-decoration: none;
    color: #ffffff;
}

a:hover, h3 {
    text-decoration: none;
    color: #ffffff;
}

a:active, h3 {
    text-decoration: none;
    color: #ffffff;
}

h5 {
    font-family: "Maven Pro";
    font-size: 12px;
}

.btn-logout {
    padding:5px 15px; 
    background: #002A5C; 
    color: #ffffff;
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
    font-family: "Maven Pro";
    font-weight: 500;
    margin-bottom: 6px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    text-align: center;
  }

  /* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-size: 12px;
  }
  /* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd;}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {background-color: #3e8e41;}

.login {
    text-align: center;
    padding:5px 5px; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
    font-family: "Maven Pro";
    font-weight: 500;
    margin-bottom: 6px;
  }

  .update-password {
    padding:5px 5px; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
    font-family: "Maven Pro";
    font-weight: 500;
    margin-bottom: 6px;
  }
  
  .loginTable {
      margin-left: auto;
      margin-right: auto;
  }

  .btn-register {
    padding:5px 15px; 
    background:#002A5C;
	color: #ffffff; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
    font-family: "Maven Pro";
    font-weight: 500;
    margin-bottom: 6px;
  }


  .chartTable {
    width: 100%;
    text-align: center;
    padding:15px;
    font-family: "Maven Pro";
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
  }

  .btn-showChart {
    /* background-color: #4CA456; */
    background-color: green;
    font-size: 13px;
    border-radius: 22px;
    font-family: "Maven Pro";
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .btn-deleteChart {
    background-color: #ffffff;
    font-size: 13px;
    border-radius: 22px;
    font-family: "Maven Pro";
    color: #000000;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: bold;
  }

  /* Form styling */
  input[type=text] {
    padding:5px; 
    border:2px solid #ccc; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 6px;
}

input[type=text]:focus {
    border-color:#333;
    margin-bottom: 6px;
}

.form-control {
    padding:5px 15px; 
    background: #f1f1f1;; 
    border:0 none;
    cursor:pointer;
    /* -webkit-border-radius: 5px; */
    border-radius: 5px; 
    font-family: "Maven Pro";
    font-weight: 500;
    margin-bottom: 6px;
}

input[type=submit] {
    padding:5px 15px; 
    background: rgba(57, 158, 48, .40); 
	color: #000000;
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
    font-family: "Maven Pro";
    font-weight: 500;
    margin-bottom: 6px;
}

input { margin-bottom: 10px; }

h4 {
    font-family: "Maven Pro";
    font-size: 14px;
    padding: 10px;
}

/* .messages.success {
    color: green;
}

.messages.error {
    color: red;
} */

h6 {
    font-family: "Maven Pro";
    font-size: 14px;
    /* padding: 20px; */
    font-weight: 500;
}

.table {
    text-align: center;
}

login-div {
    border: 2px;
}

.label-danger {
    color: red;
    font-size: 12px;
}

.passwordInput {
    padding:5px; 
    border:2px solid #ccc; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 6px;
}

/* footer {
    background-color: #ccc;
} */

/* footer {
    white: #ccc;
} */

html {
    position: relative;
    min-height: 100%;
}

body {
    /* margin: 0 0 100px; */
    /* bottom = footer height */
    margin: 0 0 0;
    padding: 0px;
    height: 100%;
}

footer {
    background: rgba(30, 124, 235);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 120px;
    width: 100%;
    overflow: hidden;
}

/* The side navigation menu */
.sidebar {
    margin: 0;
    padding: 0;
    width: 250px;
    background-color: rgba(30, 124, 235, .11);
    position: fixed;
    height: 100%;
    overflow: auto;
    /* z-index: 1; */
    top:0;
    left:0;
  }

  /* Sidebar links */
.sidebar a {
    display: block;
    color: black;
    padding: 16px;
    text-decoration: none;
    font-family: "Maven Pro";
    font-size: 13px;
    font-weight: 500;
  }

  /* Active/current link */

.sidebar .active{
    background-color: #1E7CEB;
}

.sidebar a.active {
    /* background-color: #ccc; */
    color: black;
    font-weight: bold;
    background-color: #002A5C;
  }

  /* Links on mouse-over */
.sidebar a:hover:not(.active) {
    background-color: #002A5C;
    color: #ffffff;
    /* color: black; */
    font-weight: bold;
  }

  /* Page content. The value of the margin-left property should match the value of the sidebar's width property */
div.content {
    margin-left: 200px;
    padding: 1px 16px;
    height: auto;
  }

  /* On screens that are less than 700px wide, make the sidebar into a topbar */
@media screen and (max-width: 700px) {
    .sidebar {
      width: 100%;
      height: auto;
      position: relative;
    }
    .sidebar a {float: left;}
    .body {margin-left: 0;}
  }

  /* On screens that are less than 400px, display the bar vertically, instead of horizontally */
@media screen and (max-width: 400px) {
    .sidebar a {
      text-align: center;
      float: none;
    }
  }

.navbar {
    height: 65px;
    width: 100%;
    background-color: #ffffff;
}

.topnav ul {
    float: right;

}

.topnav ul li {
    list-style:none;
    padding:0;
    margin:0;
}

.topnav ul li {
    display:inline-block;
     margin:3px 3px;
     padding:0 15px;
}

.topnav ul li a {
    text-decoration:none;
    columns: #000000;
}

.topnav ul li {
    list-style:none;
    padding:0;
    margin:0;
}

.topnav ul li {
    display:inline-block;
     margin:3px 3px;
     padding:0 15px;
     /* background-color:crimson; */
}

.topnav ul li a {
    text-decoration:none;
    color: #000000;
    font-family: "Maven Pro";
    font-weight: 600;
    font-size: 14px;
}

.btn-in {
    padding:5px 15px; 
    background: green; 
    color: #ffffff;
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
    font-family: "Maven Pro";
    font-weight: 500;
    margin-bottom: 6px; 
}

footer {
	background: #002A5C;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 120px
	width: 100%
	overflow: hidden;
}
