﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.neonet-button {
    background-color: #5F249F !important;
    border-color: #5F249F !important;
    color: white !important;
}

#navbarResponsive a {
    float: left;
    height: 25px;
    padding: 0 25px;
    color: #5F249F !important;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
}

#navbarResponsive ul a {
    float: left;
    height: 25px;
    padding: 0 25px;
    color: #fff !important;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
}

.card .card-header .card-title {
    margin-top: 15px;
    color: #5F249F;
    /*color: #000;*/
}

.card .card-header {
    z-index: 3 !important;
    background-color: #FFCD00
    /*background-color: #f2a900;*/
}

.list_tools {
    font-size: 18px;
    text-align: center;
}

.label {
    display: flex;
    font-size: 1.5rem;
    justify-content: center;
    align-items: center;
    height: 100%;
}

@media screen and (max-width: 1441px) {
    .navbar .container .navbar-brand {
        margin: 0 auto !important;
    }
}
