/* check box css */

label.btn.toggle-checkbox > i.fa:before { content:"\f096"; }
    label.btn.toggle-checkbox.active > i.fa:before { content:"\f046"; }

label.btn.active { box-shadow: none; }
label.btn.primary.active {
    background-color: #ff2646;
    border-color: #0000007d;
    color: #ffffff;
    box-shadow: none;
}
label.btn.info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #ffffff;
    box-shadow: none;
}
label.btn.success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #ffffff;
    box-shadow: none;
}
label.btn.warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
    color: #ffffff;
    box-shadow: none;
}
label.btn.danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #ffffff;
    box-shadow: none;
}
label.btn.inverse.active {
    background-color: #222222;
    border-color: #111111;
    color: #ffffff;
    box-shadow: none;
}
/*  */

a.user_section_btn {
    border: 2px solid rgb(85, 84, 84);
    padding: 4px 17px;
    border-radius: 28px;
}

.user_section_btn:hover{
    background-color: #ff2646 !important;
    border: 2px solid #ffedb5;
    color: #ffc71c;
    border-radius: 28px;
    font-weight: 900;
}
.user_section_btn:active{
    background-color: #ff2646 !important;
    border: 2px solid #ffedb5;
    color: #ffc71c;
    border-radius: 28px;
    font-weight: 900;
}