.footer {
    height: 236px !important;
}

html, body {
    background: #F2F2F2;
}

.setTab-box {
    width: 80%;
    margin: 30px auto 21px;
    /*display: flex;*/
    /*justify-content: space-between;*/
}

.set-area {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.set-area select {
    width: 30%;
}

.user-card {
    border-top: 4px solid #BA0808;
    border-bottom: 4px solid #BA0808;
    padding: 40px 0;
    text-align: center;
    background: white;
    margin-bottom: 30px;
}

.user-card div {
    margin-top: 15px;
}

.security-content {
    /*width: 76%;*/
    background: white;
    min-height: 600px;
}

.security-content .cooper-title {
    background: #BA0808;
    color: white;
}

.security-content .nav-tabs {
    background: #BA0808;
    color: white;
    border: 0;
}

.activity-card {
    width: 22%;
    border-top: 4px solid #BA0808;
    border-bottom: 4px solid #BA0808;
    padding: 20px 8px 5px;
    background: white;
    height: 100%;
}

.activity-card img:not(:last-child) {
    width: 100%;
    margin-bottom: 10px;
}

.nav-tabs > li {
    margin-bottom: 0 !important;
}

.nav-tabs > li > a {
    background: #BA0808;
    color: white;
    border: 0;
    border-radius: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: 0;
    background: #D54028;
    color: white;
}

.nav-tabs > li > a:hover {
    background: #BA0808;
    color: white;
    border: 0;
}