body {
    background-color:#e1f4d7;
}
p {
    font-size:18px;
}
.header{
    background-color:#d7ebcd; /*#d7ebcd*/
}

body.test .header{
    margin-top: 30px;
}
body.test .header.sticked {
    height: 70px;
    margin-top: 0;
}

.header ul.dropdown-active li{
    background-color:#d7ebcd; /*#d7ebcd*/
    list-style: none;
}
.header .navbar .dropdown ul{
    background-color:#FFF;
    list-style: none;
}
.header .logo img {
    max-height: 75px;
    margin-right: 6px;
}
.header ul li.dropdown ul li a{
    background-color:#FFF;
}
.modules .card{
    background-color:transparent;
}

.card .card-body ul{
    padding-left: 15px;
}

.footer{
    background-color:#d7ebcd;
}
.mobile-nav-active .navbar>ul {
    display: block;
    background-color: #FFF;
    list-style: none;
}
.species table.table tr td{
    background-color:transparent;
}
.my_species table.table tr td{
    background-color:transparent;
}

body.mobile-nav-active .social-icons{
    top:20px;
}

body .content a, body .footer a{
    text-decoration:underline;
}

body .content a.btn{
    text-decoration:none;
}

.table-sm>:not(caption)>*>*{
    background-color:transparent !important;
}
.species_table thead th{
    background-color:#FFF;
}

@media (max-width: 1279px) {
    .mobile-nav-active .languages {
        margin:0px;
    }
    
    .mobile-nav-active .header .navbar .dropdown ul {
        margin-top: 0px;
    }
    .mobile-nav-active .languages a.dropdown-toggle{
        height: 30px;
        width: 70px;
    }
}

body a {
    color:#000 !important;
}
#main a.btn {
    color:#FFF !important;
}

#main .card{
    background-color:transparent;
}
#main .card-body{
    background-color:transparent;
}

#main .card-header{
    background-color:rgb(249 249 249);
    text-align:center;
    font-weight:bold;
}
.languages img{
    max-width:30px;
}
.languages a.dropdown-toggle{
    height: 20px;
    padding: 10px 0 10px 20px;
    width: 40px;
    border: 0px;
}
    

.languages ul.dropdown-menu{
    width:55px;
    min-width:55px;
    border: 0px;
    margin: 9px;
}

.languages ul.dropdown-menu li{
    width: 53px;
    min-width: 53px;
}

.languages ul.dropdown-menu li a{
    padding: 10px;
}
.header ul.dropdown-active li {
    background-color: #ffffff;
}
#main .btn.btn-primary{
    color:#000 !important;
}