body, p {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .sidebar {
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: white;
    position: fixed;
    height: 100%;
    overflow: auto;
    box-shadow: 5px 5px 8px rgba(0,0,0,0.8);
  
  }
  
  .sidebar a {
    display: block;
    color: black;
    padding: 16px;
    text-decoration: none;
  }
   
  .sidebar a.active {
    background-color: #063970;
    color: white;
  }
  
  
  .sidebar a:hover:not(.active) {
    background-color: #063970;
    color: white;
  }
  
  div.content {
    margin-left: 200px;
    padding: 1px 16px;
    height: 1000px;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

  .col-01 {
    float: left;
    width: 90%;
    margin-top: 6px;
  }

  .col-input {
    float: left;
    width: 75%;
    margin-top: 6px;
  }

  .col-submit {
    float: right;
    width: 15%;
    margin-top: 20px;
    padding: 1px;
  }

  input[type=text], input[type=password], input[type = date], select, option {
    width: 100%;
    padding: 12px;
    padding-top: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
  }
  
   
  input[type=submit] {
    background-color: #063970;
    color: white;
    padding: 1% 10%;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
    font-weight:bolder;
    font-size: large;
  }

 
  
  input[type=submit]:hover {
    background-color: #024aaf;
    
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #063970;
    background-color: white;
    font-size: small;
  }
  
  th {
    text-align: center;
    padding: 8px;
    border: 1px solid #063970;
    background-color: #063970;
    color: white;

  }
  
  td {
    text-align: center;
    padding: 8px;
    border: 1px solid #063970;
    color: #000;

  }


  .button {
    background-color: #049cec;
    border: none;
    border-radius: 4px;
    color: white;
    padding: 4px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
  }
  
  .button1 {
    background-color: white; 
    color: black; 
    border: 2px solid #063970;
  }
  
  .button1:hover {
    background-color: #063970;
    color: white;
  }
  
  .button2 {
    background-color: white; 
    color: black; 
    border: 2px solid #df0505;
  }
  
  .button2:hover {
    background-color: #df0505;
    color: white;
  }

  .button_search {
    background-color: white; 
    color: black;
    font-size: 20px;
    padding: 9px 50px; 
    border-radius: 4px;
    border: 2px solid #063970;
  }
  
  .button_search:hover {
    background-color: #063970;
    color: white;
  }

  #text {
    display:none;
    color:red;
  
  }
  
  /* The message box is shown when the user clicks on the password field */
  #message {
    display:none;
    color: #000;
    position: relative;
    padding: 3px;
    margin-top: 3px;
  }
  
  #message p {
    padding: 0px 35px;
    font-size: 15px;
  }
  
  /* Add a green text color and a checkmark when the requirements are right */
  .valid {
    color: green;
  }
  
  .valid:before {
    position: relative;
    left: -35px;
    content: "✔";
  }
  
  /* Add a red text color and an "x" when the requirements are wrong */
  .invalid {
    color: red;
  }
  
  .invalid:before {
    position: relative;
    left: -35px;
    content: "✖";
  }

  .tab {
    overflow: hidden;
    border: 1px solid white;
    background-color: #063970;
    color: white;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 20px;
    color: white;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: white;
    color: black;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: white;
    color: black;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
  }
  
  /* Search Box */
.cd-search{
  padding: 10px;
  border: 1px solid #ccc;
  width: 50%;
  box-sizing: border-box;
}

/* Search Title */
.cd-title{
  color: #666;
  margin: 15px 0;
}

  /* Fade in tabs */
  @-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  
  @keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  
  @media screen and (max-width: 700px) {
    .sidebar {
      width: 100%;
      height: auto;
      position: relative;
    }
    .sidebar a {float: left;}
    div.content {margin-left: 0;}
  }
  
  @media screen and (max-width: 400px) {
    .sidebar a {
      text-align: center;
      float: none;
    }
  }

  @media screen and (max-width : 400px) {
    .tabcontent{
      width: 100%;
      height: auto;
      position: relative;
    }
    
  }

  /* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

.container {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}