@font-face {
  font-family: titillium;
  src: url(TitilliumWeb-Regular.ttf);
}
html, body {
  height: 100%
}
#wrap {
  min-height: 100%;
}
#main {
  overflow: auto;
  padding-bottom: 10px;
}
.footer {
  position: relative;
  margin-top: -50px;
  height: 230px;
  clear: both;
  padding-top: 10px;
} 
body {
  font-family: titillium, Arial;
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: normal;
  margin: 0;
  text-align: left;
  min-height: 100%;
  padding: 0; 
  position: relative;
  background-color: #ffffff;
}
table {
  padding: 1px;
  border-collapse: separate;
  border-spacing: 0px;
}
.fonticon {
  height: 50px;
  width: 50px;
  background-color: black;
  border-radius: 15px;
}
.lineicon {
  height: 5px;
  width: 50px;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}
#myBtn:hover {
  background-color: #D40000;
}
.tab {
   overflow: hidden;
   border: 1px solid #ccc;
   background-color: #f1f1f1;
}
.tab button {
   background-color: inherit;
   float: left;
   border: none;
   outline: none;
   cursor: pointer;
   padding: 14px 16px;
   transition: 0.3s;
   font-size: 17px;
}
.tab button:hover {
   background-color: #ddd;
}
.tab button.active {
   background-color: #ccc;
}
.tabcontent {
   display: none;
   padding: 6px 12px;
   border: 1px solid #ccc;
   border-top: none;
}
.btn-outline-secondary:hover, 
.btn-outline-secondary:active,
.btn-outline-secondary:focus,
.btn-outline-secondary:visited{
    background-color: #fff !important;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  transition: 0.3s;
}
.sidenav a:hover {
  color: #d0d0d0;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.btn-disabled {
  pointer-events: none;
  cursor: default;
}
.btn-disabled:hover,
.btn-disabled:focus,
.btn-disabled:active {
  background-color: inherit !important;
  color: inherit !important;
  box-shadow: none !important;
}
.my-col {
  min-width: 80px;
}
