body{
    background-color: #f5f7fb;
}

.content_affiliates{
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
    margin: 0 auto;
    padding: 21px 9px;
    width: 90%;
}
.content_affiliates h1{
    font-size: 30px;
    margin: 0 3px 21px;
    text-align: center;
}
#top{
    display: flex;
    justify-content: space-between;
}
#top > div{
    background-color: white;
    border: 1px solid transparent;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 2px;
    padding: 9px;
    text-align: center;
    width: 30%;
}
#top > div label{
    font-size: 21px;
}
#top > div p{
    font-size: 24px;
    font-weight: bold;
    margin: 18px 0 0;
}
#graph{
    margin: 33px 0;
}
#sections{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 21px;
}
#sections h2{
    font-size: 27px;
    text-align: center;
    width: 100%;
}
#sections > div{
    background-color: white;
    border: 1px solid transparent;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 2px;
    min-width: 199px;
    margin: 12px;
    padding: 9px;
    text-align: center;
}
#formFilter{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
}
#formFilter > div{
    margin: 3px 1%;
    width: 30%;
}
#formFilter > div input{
    margin-top: 21px;
}
#formFilter .btn.btn-info{
    background-color: #de940b;
    margin: 9px 0;
}
#formFilter #downloadReport{
    color: #111111;
    margin: 27px 0;
    position: absolute;
    right: 3px;
}
#formFilter #downloadReport i{
    vertical-align: middle;
}
#formFilter #downloadReport:hover{
    text-decoration: underline;
}
.label-info{
    background: #37a037;
    border-radius: 9px;
    color: white;
    padding: 9px;
    text-align: center;
}
.label-info label{
    font-size: 15px;
}
#list{
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 2px;
    margin-top: 33px;
    padding: 33px 15px;
}
.btn.btn-primary{
    background-color: #14a2af;
    margin: 9px 0;
}
.table li{
    border-top: 1px solid;
    display: flex;
    justify-content: space-between;
    padding: 3px 9px;
}
.table li:nth-child(even){
    background-color: #eaeef3;
}
.table li:hover{
    background-color: #eae9e9;
}
.table li div:nth-child(1){
    width: 6%;
}
.table li div:nth-child(2){
    width: 45%;
}
.table li div:nth-child(3){
    width: 15%;
}
.table li div:nth-child(4){
    width: 21%;
}
.table li div:nth-child(5){
    width: 9%;
}
.table .details{
    cursor: pointer;
}
.table .details:hover{
    text-decoration: underline;
}
.dropdown-content li{
    background-color: white;
}
.dropdown-content li>a, .dropdown-content li>span{
    color: black;
}
.dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected{
    background-color: #eae9e9;
}
.table .actions{
    display: flex;
    justify-content: space-between;
    min-width: 81px;
}
.table .actions a {
    cursor: pointer;
}
.table .actions a.btnDeleteMember{
    color: #970202;
}
.massive{
    padding: 21px;
}
@media only screen and (min-width: 1069px){
    .content_affiliates{
        margin: 21px auto;
    }
}