.bouton {
    border-radius: 3px !important;
    margin: 5px;
    right: 0px !important;
}

.bouton a {
    color: white !important;
}

.uk-navbar {
    background-color: cornflowerblue !important;
}

.uk-navbar-nav>li.uk-active>a {
    background-color: #5580c9 !important;
    color: #f9f9f9; !important

}

.uk-navbar-nav>li>a {
    color: #e5e5e5; !important;
}

.editprofil {
    color:#1e87f0; !important;
}

.editprofil:hover {
    color: #1a65b9; !important;
    margin-top: -1px; !important;
}

.dataTables_length {
    position: absolute;
    left: 50px;
}

#dataplongeurs {
    font-size: 0.8em !important;
}

.gsllogo{
    margin: auto;
    width: 500px;
    height: 500px;
}

.dt-buttons {
    margin-left: 250px !important;
}

.dt-button {
    border-radius: 5px !important;
    line-height: 1.0em !important;
    background-color: lightgrey !important;
    color: #333 !important;
}


div.dataTables_wrapper {
    text-align: left !important;
}

#synthese {
    border : 1px solid lightblue;
    border-radius: 3px;
}

.uk-button-success {
    background-color: #82bb42;
    color: #fff;
    background-image: -webkit-linear-gradient(top,#9fd256,#6fac34);
    background-image: linear-gradient(to bottom,#9fd256,#6fac34);
    border-color: rgba(0,0,0,.2);
    border-bottom-color: rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0,0,0,.4);
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}

/*.fit {*/
/*    max-width:100%;*/
/*    white-space:nowrap;*/
/*}*/
.fit {
    max-width: 0;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
}

.ml-2 {
    margin-left: 2em;
}