.social-icons-footer {
    font-size: 25px;
    color: #fff;
    padding-right: 20px;
}
.social-icons-footer:hover {
    color: #ffc107;
}
.truncate1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.truncate2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.truncate3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.err-msg {
    display: none;
    color: red;
    font-size: 12px;
}
.lead.reg {
    margin-bottom: 10px;
}
.panel-success a {
    color: green;
}
.customHeader {
    background: #248426 !important;
    color: #ffd102 !important;
    border-bottom: 2px solid #ffd102 !important;
}
.customFilter {
    background: #1f7421 !important;
}
.sprd-navigation a:hover,
.sprd-navigation a:active {
    color: #ffd102 !important;
}
html:not(.touch) .customSubfilterItem:hover {
    background: #248426 !important;
    color: #fff !important;
}
.customSubfilterItem {
    font-size: 12px !important;
}
.customButton[class*="secondary"] {
    background-color: #248426;
    color: #ffffff;
    border-color: #0f6b11;
}
html:not(.touch) [class*="button"][class*="customButton"][class*="secondary"]:hover {
    background-color: #ffd102;
    color: #206d23;
    border-color: #e8c31b;
}
.SprdMain #sidebarDesignFilter [class*="Item"][class*="active"] > [class*="Label"] {
    color: #206d23;
    border-bottom: 2px solid #206d23;
}
@media(max-width:767px) {
    #filterBar {
        display: none;
    }
}
/*
.modal-dialog {
    margin: 20px !important;
}
*/
.profile-status {
    height: 30px;
    width: 30px;
    position: absolute;
    bottom: -10px;
    right: -10px;
    border-radius: 50px;
    border: 3px solid white;
    z-index: 999999;
}
.profile-status.online {
    background: #83d166;
}
.profile-status.away {
    background: #f5d963;
}
.profile-status.offline {
    background: lightgray;
}
.profile-status-change {
    background: white;
    padding: 10px;
    position: absolute;
    bottom: 30px;
    right: -10px;
    border: 1px solid #eee;
    border-radius: 5px;
    width: 100px;
    height: 100px;
    font-size: 12px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
}
.profile-status-change ul {
    list-style:none; padding:0;
}
.profile-status-change ul li {
    padding: 5px;
}
.profile-status-change ul li:hover {
    background: rgba(131, 209, 102, 0.13);
}
.profile-status-change ul li:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.profile-status-change-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 10px;
    top: 1px;
    position: relative;
}
.profile-status-change-dot.online {
    background: #83d166;
}
.profile-status-change-dot.away {
    background: #f5d963;
}
.profile-status-change-dot.offline {
    background: lightgray;
}
.profile-status-selected {
    color: #5a5a5a;
    font-weight: 700;
}
.no-link, .no-link:hover {
    color: inherit;
}