﻿body {
}

.unorder-list li {
    padding-bottom: 0px !important;
}

    .unorder-list li:first-child {
        padding-top: 0px !important;
    }

.CompanyInfoHeading {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}


.companySubsection p {
    padding-bottom: 10px;
}

.ProfileAddHeading {
    padding-top: 20px;
    font-weight: bold;
    padding-bottom: 5px;
}

#account-administrator-seection label {
    font-size: 12px;
}

#account-administrator-section input, #notification-preferences-section input, branding-preferences-section textarea {
    border-radius: 4px !important;
}

.brandingimg {
    width: 100px;
    height: 100px;
}
.breadcrumb > li + li:before { 
    content: "/";
}
/* Password Strength Styles */

.password-meter {
    float: left;
    font-size: 93%;
    line-height: 11px;
    width: 282px;
}

.password-meter-message {
    text-align: right;
    font-weight: bold;
    color: #5D5650;
    display: inline-block;
}

.password-meter-bg, .password-meter-bar {
    height: 8px;
    margin: 2px 0 0;
}

.password-meter-bg {
    top: 8px;
    background: #49443f;
}

.password-meter-message-too-short {
    color: #ff0000;
}

.password-meter-message-very-weak {
    color: #ff0000;
}

.password-meter-message-weak {
    color: #ff0000;
}

.password-meter-message-good {
    color: #118005;
}

.password-meter-message-strong {
    color: #118005;
}

.password-meter-message-similar-to-username {
    color: #ff0000;
}

.password-meter-bg .password-meter-too-short {
    background: #ff0000;
    width: 50px;
}

.password-meter-bg .password-meter-very-weak {
    background: #ff0000;
    width: 90px;
}

.password-meter-bg .password-meter-weak {
    background: #ff0000;
    width: 95px;
}

.password-meter-bg .password-meter-good {
    background: #118005;
    width: 165px;
}

.password-meter-bg .password-meter-strong {
    background: #118005;
    width: 282px;
}

.password-meter-bg .password-meter-similar-to-username {
    background: #ff0000;
    width: 282px;
}