
body {
  font-family: Arial;
  margin:0px;
  
}

.signin {
  width: 400px; 
  margin-left: auto; 
  margin-right: auto;
  text-align: left; 
  background: #f6f6f6; 
  border-radius: 10px; 
  padding: 2em;
  margin-top: 4em;
}

.title {
  margin:.2em;
  padding-left:.3em;
  color:grey; 
  border-bottom:1px dotted grey;  
}

.t1 {
  font-size: large;
  color: #555;
}

.t2 {
  font-size: small;
  color: grey;
}

.header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
  background: #fcfcfc;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: none; /* solid #ccc;*/
  border-radius: 0px;
  box-shadow: 0px 0px 3px grey;
  margin-right: 0px;
  display: flex;
}

/* 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: 17px;
  width: 100;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
  color: rgb(141, 53, 53);
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 0px 0px 60px 0px;
  border-top: none;
  /*margin-top: 60px;*/
}

/* Set a style for all buttons */
.primary-button {
    background-color: rgb(62, 173, 210);
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    min-width: 100px;
    border-radius: .5em;
}

.form-ip {
  display: inline-block;
  min-width: 100px;
}

/* Full-width input fields */
input[type=text], input[type=number], input[type=button], input[type=password], input[type=datetime-local], select {
    padding: 12px 20px;
    margin: 4px;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
  }

  .button:hover {
    opacity: 0.8;
  }
  
  /* Extra styles for the cancel button */
  .cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
  }
  
  /* 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: 40;
  }
  
  .container {
    padding: 16px;
  }
  
  span.psw {
    float: right;
    padding-top: 16px;
  }
  
  /* 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%;
    }
  }
  
  /* TABLE */

table { 
    width: calc(100vw - 40px);
    border-collapse: collapse; 
    margin: 8px 20px;
    /* margin:10px auto; */
    }

.tabcontent tr {
    padding: 15px;
    background-color: #fefefe;
    /* box-shadow: 0px 0px 3px rgb(190, 190, 190); */
    border-bottom: 1px solid lightgray;
    border-radius: 5px;
    margin: 8px;
  }    
  
  /* Zebra striping 
  tr:nth-of-type(odd) { 
    background: #eee; 
    } */
  
.tabcontent th { 
    background: #fafafa; 
    color: #888; 
    font-weight: bold; 
    }
  
.tabcontent td, th { 
    padding: 10px; 
    text-align: left; 
    font-size: 1em;
    }
  
  /* 
  Max width before this PARTICULAR table gets nasty
  This query will take effect for any screen smaller than 760px
  and also iPads specifically.
  */
  @media 
  only screen and (max-width: 800px),
  (min-device-width: 768px) and (max-device-width: 1024px)  {
  
    table { 
        width: 100%; 
    }
  
    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr { 
      display: block; 
    }
    
    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr { 
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
    
    tr { border: 1px solid #ccc; }
    
    td { 
      /* Behave  like a "row" */
      border: none;
      /*border-bottom: 1px solid #eee; */
      position: relative;
      /*padding-left: 50%; */
    }
  
    td:before { 
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 6px;
      left: 6px;
      width: 45%; 
      padding-right: 10px; 
      white-space: nowrap;
      /* Label the data */
      content: attr(data-column);
  
      color: #000;
      font-weight: bold;
    }
  }

.actions-title {
  padding-bottom: 1em;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
  border-top: 1px solid #ffffff;
  color: #121212;
  text-align: left;
  -webkit-box-shadow: 0px -4px 4px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px -4px 4px 0px rgba(0,0,0,0.75);
  box-shadow: 0px -4px 4px 0px rgba(0,0,0,0.75);  
  padding: 1em;
  overflow-y: scroll;
}

.s1 {
  color: rgb(24, 70, 223);
}
.s2 {
  color: rgba(247, 0, 231, 0.941);
}
.s3 {
  color: rgb(0, 63, 26);
}

tbody td:first-child .boxes{
  width: 200px;
  max-width: 200ox;
  word-break: break-all;
}

.boxes td {
  padding: 2px;
}
.boxes input {
  width: 6em;
  padding: 4px;
}

.search {
  margin: 8px 20px 0px 20px;
  /* border: 1px solid #dcd6d6; */
}

.footer input {
  width:14em;
}

.tblform {
  width: auto; 
  min-width: 400px;
  border-collapse: collapse; 
  margin: 10px;
}

.tblform td, th {
  border: none;
  min-width: 100px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.abicon {
  width: 18px;
  cursor: pointer;
  padding: 14px 8px;
}

.action {
  background: #50aaf1; 
  border-radius: 50px;
  padding: 4px 16px;
  margin: 4px;
  line-height: 2em;
  border: none;
  width: 100px;
}

#content {
  color: #6f6868;
  font-size: small;
}


/* TABBED */

.ord_tab {
  overflow: hidden;
  border: 1px solid white;
  background-color: white;
}

/* Style the buttons inside the ord_tab */
.ord_tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: .9em;
  color: #ccc;
}

/* Change background color of buttons on hover */
.ord_tab button:hover {
  background-color: white;
}

/* Create an active/current tablink class */
.ord_tab button.active {
  background-color: white;
  color: #2e2e2e;
}

/* Style the ord_tab content */
.ord_tabcontent {
  padding: 6px 0px;
  border: none;
  border-top: none;
  max-height: 300px;
  overflow-y: auto;
}

