.nav-link.lightgreen {
    background-color: lightgreen;
}

.nav-link.lightgrey {
    background-color: lightgray;
}

.registration,
.profile {
    color: #3e4555;
    padding: 0 0 100px 0;
}

    .registration a,
    .order .form-check a {
        color: #d21a2b;
    }

    .registration p,
    .profile p {
        padding: 0 0 40px 0;
    }

    .registration h2,
    .profile h2 {
        font-size: 1.5em;
        color: #111111;
        padding: 30px 0 10px 0;
    }

    .registration label.form-label,
    .profile label.form-label,
    .order label.form-label {
        padding: 15px 0 0 0;
        color: #3e4555;
    }

.is-invalid ~ .select2 .select2-selection {
    border: 1px solid red;
}

.select2-selection,
.select2-selection__arrow {
    height: 38px !important;
}

.select2-selection__rendered {
    line-height: 38px !important;
}

.select2-results__option {
    color: #3e4555 !important;
}

.select2-results__option--highlighted {
    background-color: #d21a2b !important;
    color: #fff !important;
    font-weight: bold !important;
}

.left-side-menu-group {
    font-weight: bold !important;
    color: #222222 !important;
    padding: 0 0 10px 0 !important;
}

.left-side-menu {
    padding-bottom: 45px !important;
}

.left-side-menu-item {
    display: block;
    font-size: 0.9em;
    padding: 5px 10px !important;
}

.left-side-menu-item.active,
.left-side-menu-item:hover {
    background-color: #d21a2b !important;
    color: #ffffff !important;
}

.product-group-name {
    color: #222222;
}

.product-name {
    color: #888888 !important;
}

table.packages {
    margin-top: 30px !important;
    font-size: 0.8em !important;
}

    table.packages tr td {
        line-height: 1.5em;
    }

        p.info {
            display: block;
            font-size: 0.8em !important;
            line-height: 1.3em !important;
            margin-top: 7px;
            font-style: italic;
            color: #222222;
        }

        table.packages tr td .btn-sm {
            font-size: 1em !important;
            color: #ffffff !important;
        }

        table.packages td.name {
            width: 150px !important;
        }

        table.packages td.action {
            width: 100px !important;
        }

            .action-info {
                font-size: 0.8em !important;
                font-style: italic !important;
                line-height: 1.3em !important;
                padding-top: 8px !important;
            }

        table.packages td.action-125 {
            width: 125px !important;
        }

        .form-check-input {
            margin-top: 7px !important;
        }

        .form-check-label {
            color: #222222;
            font-size: 0.9em !important;
            padding-left: 5px !important;
        }

        .section-info {
            font-size: 0.8em !important;
            color: #222222;
            padding: 35px 0 20px 0 !important;
        }

            .section-info h2 {
                margin: 0 !important;
                padding-bottom: 10px !important;
            }

            .section-info p {
                line-height: 1.3em !important;
            }

p.order-success {
    color: #222222;
    padding: 35px 0 20px 0 !important;
}

#domain-registration-form,
#domain-exists-form {
    display: none;
}

#domain-registration-form.show,
#domain-exists-form.show {
    display: flex;
}

#service-modal,
#directadmin-password-change-modal,
#service-cancellation-modal{
    color: #222222 !important;
}

#directadmin-password-change-modal .success-message,
#service-cancellation-modal .success-message{
    display: none;
}

.my-domains th,
.my-domains td,
.my-services th,
.my-services td,
.my-fee-requests th,
.my-fee-requests td {
    font-size: 0.8em !important;
    line-height: 1.4em;
}

.my-fee-requests td .badge,
.my-services td .badge,
.my-domains td .badge {
    font-size: 1em !important;
    padding: 10px 10px 7px 10px !important;
}

/*
================================================
32. Blog Page
================================================
*/
.inner-wrapper.blog .thumbnail {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    margin-bottom: 10px;
    padding: 0;
    position: relative;
}
.inner-wrapper.blog .thumbnail:hover .caption {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.inner-wrapper.blog .thumbnail:hover .caption a.readmore {
    color: #fff;
}
.inner-wrapper.blog .date {
    position: absolute;
    top: 0;
    left: 0;
}
.inner-wrapper.blog ul {
    margin: 0;
    padding: 0;
}
.inner-wrapper.blog ul li {
    display: inline-block;
    list-style: none;
}
.inner-wrapper.blog .caption {
    background: #f8f8f8;
    color: #3e4555;
    margin: 0;
    padding: 20px 20px 30px;
}
.inner-wrapper.blog .caption h3 {
    margin: 0 0 10px 0;
}
.blog .caption h3 a {
    font-size: 22px;
}
.inner-wrapper.blog .caption h3 a:focus {
    text-decoration: none;
}
.inner-wrapper.blog .caption a {
    color: #000000;
    font-weight: 600;
}
.inner-wrapper.blog .caption p {
    line-height: 26px;
    margin: 0 0 20px 0;
}
.inner-wrapper.blog .details {
    margin: 0 0 20px 0;
}
.inner-wrapper.blog .details li {
    margin: 0 10px 0 0;
    font-weight: 600;
    color: #3e4555;
}
.inner-wrapper.blog .details li span {
    color: #000;
    font-weight: 600;
}
.inner-wrapper.blog .list-inline li a {
    background: #000;
    color: #fff;
    padding: 5px;
}
