.page{
    background-color: white!important;
}

.mr-10 {
    margin: 10px;
}

.errorlist, .help-inline {
    color: red;
}

.badge-orange {
    color: #fff;
    background-color: #ea8f59;
}

.badge-subtle.badge-orange {
    color: #ea8f59;
    background-color: #ea8d5712;
}

.textarea, .textinput, .emailinput, .select2 {
    width: 100% !important;
}

#company_list .select2 {
    width: 10rem !important;
}

.account-summary {
    max-width: 15rem !important;
}

.pagination {
    float: right;
}

#company_list #id_company_name, #userlist #id_search, #visitfilter #id_search {
    margin-left: .5rem !important;
    width: 100% !important;
}

#tooltip {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 20px;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    padding: 4px 10px;
    border-radius: 3px;
}

#tooltip:after {
    display: block;
    position: absolute;
    content: '';
    bottom: -6px;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, .8);
}

#myChart-license-text, #myChart-menu {
    display: none !important;
}

