.navbar {
    background-color: rgb(0, 0, 0);
    background-image: linear-gradient(to left, white, #4f87b9 1%, #4f87b9 80%, white 100%);
}
a {
    color:black;
    font-size: small;
}
.btn {
    color: white;
    background-color:#4f87b9;
    font-size: small;
}
.btn-secondary {
    background-color: #4f87b9;
    font-size: small;
}
.tab-button {
  display: inline-block;
  color: black;
  background-color: #f4f7fb;
  font-size: medium;
  text-align: center;
  cursor: pointer;
  border-radius: 15px 30px;
  border-style: outset;
  border-color: mintcream;
  border-width: thin;
}
.tab-button-sel {
  display: inline-block;
  color: white;
  background-color: #191970;
  font-size: medium;
  text-align: center;
  cursor: pointer;
  border-radius: 15px 30px;
}
.rectangle {
  height: 25px;
  width: 150px;
}
.w2p_odd {
    color:black;
    background:  #86accf;
    font-size: small;
}
.w2p_even {
    color:black;
    background: #f4f7fb;
    font-size: small;
}
.link_2 {
    color:rgb(230, 149, 0);
    font-size: small;
}
.link_1 {
    color:#361b07;
    font-size: small;
}
.link_header {
    color:Black;
    font-size: small;
}
.web2py_table {
    font-size: small;
}
.web2py_grid thead th {
    background: linear-gradient(to top, white, #4f87b9);

}
.web2py_paginator {
    background: linear-gradient(to bottom, white, #4f87b9);
}
.custom table {
  border-spacing: 0.5rem;
}
.custom td, th {
  border: 1px #999;
  padding: 0.5rem;
  text-align: left;
    font-size: smaller;
}
.custom th {
  color:white;
  background:  #4f87b9;
}
.custom tbody tr: nth-child(odd) {
  background:  #4f87b9;
}
.custom tbody tr: nth-child(even) {
  background:  #f4f7fb;
}
.custom tbody tr: hover {
  background: #eee;
}
.grid_button{
  font-size: 0.8rem;
  line-height: 0.6;
  letter-spacing: 0.132em;
  font-weight: 400;
  font-style: normal;
  height:25px;"
}
.lock_banner a{
  color:white !important ;
}
.lock_banner {
  display: inline-block;
  text-align: center;
  margin-left:200px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-color: white;
  border-width: 5px;
}
