body {
    background: rgba(0, 0, 0, 0.125) !important;
}

.container .bg-image {
    background-image: linear-gradient(to bottom, rgba(29, 32, 24, 0.72), rgba(29, 32, 24, 0.72)), url('../../images/suez.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.logo img {
    height: 40px;
    padding: 0 0 10px 10px;
}

.table th {
    border-top: 0px !important;
}

.vdm-navbar {
    border-bottom: 2px solid rgba(0, 0, 0, 0.125);
}

#sideMenu {
    border-bottom: 2px solid rgba(0, 0, 0, 0.125);
    border-left: 2px solid rgba(0, 0, 0, 0.125);
    border-right: 2px solid rgba(0, 0, 0, 0.125);
}

.badge-primary {
    background-color: #9BCD41;
}

.nav-link-icon {
    color: #9BCD41;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #E9ECEF !important;
    color: #FFFFFF !important;
}

.nav-pills .nav-link:hover {
    background-color: #F4F9FF;
}

#search-container button i {
    color: #000000;
}

.container #search-container .access-data-btn {
    background-color: #9BCD41;
}

.container .submit {
    background-color: #9BCD41 !important;
}

.container .cancel {
    background-color: #231F20 !important;
    color: white !important;
}

.container .track-header {
    background-color: #231F20 !important;
}

.container .track-header a {
    color: white !important;
}

.container a.btn {
    border-color: #9BCD41 !important;
}

.container a.btn:hover {
    background-color: #9BCD41 !important;
}

#register-container button {
    background: #9BCD41 !important;
}

#login-container button {
    background: #9BCD41 !important;
}

#search-container button {
    background: #9BCD41 !important;
}

.container .submit {
    background-color: #9BCD41 !important;
}

.swagger-ui thead tr {
    background: rgba(0, 0, 0, 0) !important;
    color: white;
}

.swagger-ui .description {
    background: transparent;
}

.navigation .header{
    background: #231F20 !important;
    color: white;
}

#back-to-top {
    background-color: #9BCD41 !important;
}

.footer {
    background-color: #231F20;
}

.footer a, .footer a:hover {
    color: white;
}

#register-container {
    margin-top: 20px;
}

#register-container > .row > .col-sm-8 {
    background-color: #FFFFFF;
    padding-bottom: 15px;
}

#forgot_password_request {
    margin-top: 20px;
}

#forgot_password_request > .row > .col-sm-10 {
    background-color: #FFFFFF;
    padding-bottom: 15px;
}

#login-container {
    margin-top: 20px;
}

#login-container > .row > .col-sm-8 {
    background-color: #FFFFFF;
    padding-bottom: 15px;
}

#reset_password {
    margin-top: 20px;
}

#reset_password > .row > .col-sm-10 {
    background-color: #FFFFFF;
    padding-bottom: 15px;
}

thead tr {
    background-color: #D6F1FB;
    color: #000000;
}