/* BUNDLED : _components_company_style.css */

.text-input-sm, .text-input-lg {
    border: none;
    margin: 5px 0;
    width: 80%;
    border-bottom: 1px solid #d3d3d3;
    display: inline-block;
}

.text-input-lg {
    font-size: 30px;
}

.text-input-sm {
    font-size: 20px;
}

.text-label {
    width: 75px;
    text-align: right;
    margin-right: 10px;
}

/* BUNDLED : _components_ajax_paginable_style.css */
.spm-item:hover {
    background-color: #F5F8FA;
}

.spm-item .spm-number {
    visibility: hidden;
}

.spm-item:hover .spm-number {
    visibility: visible;
}

.spm-item-header {

}

.spm-item-img {
    float: left;
    margin-right: 15px;
}

.spm-item-footer {

}

.spm-orgs > span:last-child {
    display: none;
}

/* BUNDLED : _components_mailbox_indicator_style.css */
.mailbox-indicator.badge {
    background-color: #FF0000;
    left: 28px;
    top: 30px;
    position: absolute;
    z-index: 5;
}

/* BUNDLED : _components_login_style.css */
#login-form .form-group {
    margin-left: 20px;
    margin-right: 20px;
}

#js-login-form {
    margin: 5px 15px 0 15px;
    min-width: 200px;
}

#js-login-form i.fa-spinner, #js-login-form.process i.fa-sign-in {
    display: none;
}

#js-login-form.process i.fa-spinner {
    display: inline-block;
}

#js-login-form.process  {
    opacity: 0.5;
}

.checkbox.remember_login {
    margin-top: -15px;
    margin-bottom: 10px;
}
