.menu_bar .account_wrapper {
    width: 50px;
    min-width: 50px;
}
.lead_progress_tab_clickable {
    cursor: pointer;
}
.login_container .footer .btn_forgot_password {
    color: #ec1c24;
    font-size: 33px;
}
.funnel_metrics_box .leads_overview {
    text-align: left;
    overflow-x: auto;
}
#preloader {
    display: block;
    margin: 20px auto 0;
    width: 32px;
    height: 32px;
    background: url('../images/loading.gif') center no-repeat;
    background-size: cover;
}
#load_more {
    position: relative;
    display: block;
    background: #009a91;
    width: 200px;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    color: #FFF;
}
.leads_popup .btn_group .lead_action {
    width: auto;
}
.leads_popup .leads_popup_cotainer {
    position: relative;
}
.btn_group_absolute {
    position: absolute;
    bottom: 20px;
    right: 40px;
}
.leads_popup .btn_group.btn_group_custom .bt_grey, 
.leads_popup .btn_group.btn_group_custom .bt_blue {
    width: auto;
    margin: 10px 2px 10px;
}
.email_body a {
    text-decoration: underline !important;
}
.lead_bar .warning {
    display: block;
    width: 20px;
    height: 20px;
    background: url('../images/warning_yellow.png') center no-repeat;
    background-size: cover;
    position: absolute;
    right: 10px;
    bottom: 15px;
    z-index: 3;
}
@media (min-width: 1025px) {
    .graph_float_box {
        font-size: 17px;
    }
}

