

.header-social {
    background: #b3282d !important;
    padding: 6px 0;
}

.header-user {
    height: 70px !important;
}

.btn-danger {
    color: #fff;
    background-color: #b3282d!important;
    border-color: #b3282d!important;
}

a {
    color: #b3282d;
    text-decoration: none;
}
a:focus, a:hover {
    color: #f8303a;
    text-decoration: underline;
}


.btn-primary {
    color: #fff;
    background-color: #b3282d !important;
    border-color: #b3282d !important;
}
.btn-primary:hover, .btn-primary:active {
    color: #fff;
    background-color: #f8303a;
    border-color: #b3282d;
}

[data-key="privatefiles"] {
	display:none !important;
}


.gridicons li {background: #DA291C !important;}
.gridicons li span {font-size: 2rem; line-height: 2rem;}
.gridicons li a {color:white !important; }