.btn-info {
    width: 12em !important;
    margin: 0px!important;
}
.navbar{
    /* background-color: #97bccc; */
    background-color: #005172;
    margin-bottom:0em;
    /* border-bottom: 1px solid #eb7e21;*/
}
.navbar-title{
    /* color: #005172; */
    color: white;
    font-size: 14px;
    /* color: #005172 */
}
.color-text{
    color: white!important;
    font-size: 14px;
}
body {
    min-height: 98vh;
    position: relative;
    margin: 0;
    padding-bottom: 8em;
}
table {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
}
td {
    padding: 10px;
}
ul {
    list-style-image: url("/static/images/D-MOSS_Mosquito_50x50_Transparent.gif");
    padding-left:20px;
}
.closebtn {
    color: #eb7e21;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
}

/* 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;
}
.login-disabled {
    color: darkgrey!important;
    cursor:  not-allowed!important;
}

.set_language > a {
    color: white!important;
}
#user-guide > a {
    color: white!important;
}

#nav{
    display: flex;
    align-items: center;
    justify-content: center; 
    background-color: #005172;
    border-bottom: 1px solid #eb7e21;
    /* margin-bottom: 0.5em;    */
}
.nav-tabs a, .nav-bar a{
    color: white;
}
.nav-tabs a:hover, .nav-bar a:hover{
    border-bottom: 1px solid rgba(1,1,1,0)!important;
    color: white;
}
.nav-tabs a.active, .nav-bar a:active{
    background-color: white;
    border-bottom: 1px solid #ffff!important;
    color: #005172!important;
    box-shadow: 0px 2px 0 0 #fff;
}


.img-fluid {
    width: 100%
}
html {
    overflow-y: scroll;
}