*{
    
}
html {
    padding: 0 0 0 0;
    margin:0 0 0 0;
}
body {
    padding:0 0 0 0;
    margin:0 0 0 0;
    font-family: "sniglet", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.navbar-inverse {
    background-color: white !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    border:none !important;
}

.navbar {
    border-radius: 0px !important;
    min-height:60px !important;
    margin-bottom:0px !important;
}
.navbar-brand {
    height:60px !important;
    padding:0 0 0 0 !important ;
}
.navbar-nav>li>a {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
#logo {
    max-height: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
/* Style the tab */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #0E304C;
  width: 25%;
  min-height:100%;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: white;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #EFC017;
  color:#0E304C;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #EFC017;
  color:#0E304C;
  font-weight:bold;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  width: 74%;
  border-left: none;
  min-height: 100%;
}
.btn:focus {
outline: none !important;
}
.navbar-inverse .navbar-nav>li>a {
    color: #0E304C !important;
}
.navbar-inverse .navbar-nav>li>a:hover {
    color: #EFC017 !important;
    background-color: #0E304C !important;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus{
    color: #EFC017 !important;
    background-color: #0E304C !important;
    font-weight:bold !important;
}
.navbar-nav>li>.dropdown-menu  {
 width:150px !important;
 background-color:#EFC017 !important;
}
.navbar-nav>li>.dropdown-menu a  {
 width:100% !important;
 color:#0E304C !important;
 font-weight:bold !important;
 display:block;
 padding:5px 5px;
 text-align:center;
}
.navbar-inverse .navbar-nav>.open>a {
        color: #EFC017 !important;
    background-color: #0E304C !important;
    font-weight:bold !important
}
.tooltip-arrow,
.tool_col + .tooltip > .tooltip-inner {background-color: #0E304C !important; color: #EFC017 !important;}
.site_but{
    padding:8px 8px;
    background-color:#0E304C;
    border:solid;
    border-color:#EFC017;
    color:#EFC017;
    border-radius:10px;
    margin-top:10px;
}
.table_des {
    width:100%;
}