.btn-info {
    width: 12em !important;
    margin: 0px!important;
}
.navbar{
    background-color: #005172;
    margin-bottom:0em;
}
.navbar-title{
    color: white;
    font-size: 14px;
}
#status_box, #status_box_district{
    background-color: none;
    width: 20px;
    height:20px;
    border-style:solid;
    border-width: 1px;
    border-radius: 2px;
    border-color:white;
}
.color-text{
    color: white!important;
    font-size: 14px;
}
body {
    min-height: 98vh;
    position: relative;
    margin: 0;
    padding-bottom: 8em;
}
.main .row {
    width: 100%;
    margin-top: 10px;
}
.main th {
    text-align: center;
}
.main th:focus {
    outline: none;
}
ul {
    list-style-image: url("/static/images/D-MOSS_Mosquito_50x50_Transparent.gif");
    padding-left:30px;
}
.closebtn {
    color: #eb7e21;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
}
#nav{
    display: flex;
    align-items: center;
    justify-content: center; 
    background-color: #005172;
    border-bottom: 1px solid #eb7e21;
}
.nav-tabs a, .mininav a:hover, .mininav a{
    color: white;
    text-align: center;
}
.nav-tabs .nav-link, .nav-tabs .dropdown-menu{
    min-width: 140px!important;
}
.nav-tabs a:hover{
    border-bottom: 1px solid rgba(1,1,1,0)!important;
    color: white;
}
.nav-tabs a.active{
    background-color: white;
    border-bottom: 1px solid #ffff!important;
    color: #005172!important;
    box-shadow: 0px 2px 0 0 #fff;
}
.nav-tabs .dropdown-menu{
    border-color: #ffff #eb7e21 #eb7e21 #eb7e21!important;
    padding: 0px;
    z-index: 99999999;
    white-space: normal;
}
.nav-tabs .dropdown-item{
    white-space: normal;
    background-color: white;
    border-bottom: 1px solid #ffff!important;
    color: #005172!important;
    padding: 7.5px 10px 7.5px 10px;
}
.mininav .dropdown, .mininav .nav-link{
    padding: 0px;
}
.mininav .dropdown-menu{
    padding: 2px;
    border: 1px solid #eb7e21;
    white-space: normal;
    width: 100%;
    min-width: 50px;
}
.mininav .dropdown-item{
    padding: 2px;
    font-size: 14px;
    white-space: normal;
    color: #005172!important;
}
blockquote {
    background: white;
    border: 2px solid black;
    padding: 15px;
    margin: 10px!important;
    border-radius: 5px;
}

/* FOOTER */
footer  {
    width: 100%;
    background-color: #FBFBF8;
    color: #005172;
    text-align: center;
    border-top: 1px solid #eb7e21;
    margin-top: 0.5em;
    padding: 0.5em;
    position: absolute; 
    bottom: 0;
}
div.main {
    margin-bottom:0.5em;
    margin-top:0.4em;
}
.dt-button, .dt-button:focus { /* disable focus */
    height: 34px;
    width: 70px;
    padding: 0px!important;
    font-size : 16px!important;
    line-height: 16px!important;
    background-image: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%)!important;
    border: 1px solid #999!important;
}
.dt-button:disabled,
.dt-button[disabled]{
    text-decoration: line-through!important;
    color: #666666;
    cursor:  default;
}
.login-disabled {
    color: darkgrey!important;
    cursor:  not-allowed!important;
}

.set_language > a {
    color: white!important;
}
#user-guide > a {
    color: white!important;
}
.img-fluid {
    width: 100%
}
html {
    overflow-y: scroll;
}

/* go to top button */
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    left: 20px; /* Place the button 30px from the right */
    z-index: 9999; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #005172; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 10px; /* Some padding */
    border-radius: 5px; /* Rounded corners */
    font-size: 15px; /* Increase font size */
  }
  
  #myBtn:hover {
    background-color: #eb7e21; /* Add a dark-grey background on hover */
  }