#main-container {
    margin: auto;
}

.text-light,
.text-light:hover,
a.text-light,
a.text-light:hover,
a.text-light:focus {
    color: #ffffff !important;
}

.text-light-op,
.text-light-op:hover,
a.text-light-op,
a.text-light-op:hover,
a.text-light-op:focus {
    color: rgba(255, 255, 255, .8) !important;
}

#buddypress #item-body {
    padding: 0 20px 20px 20px !important;
    background: #fff;
}

.member-inner-list {
    background: #FFF;
}

#footer .widget {
    background-color: transparent;
}

.timeline-icon {
    z-index: 20 !important;
}

@media screen and (min-width: 768px) {
    .timeline-list:after {
        width: 2px;
        background-color: #e2e2e2;
        border-left: 1px solid #dddddd;
    }
}

#item-nav .selected {
    background: rgba(0, 0, 0, 0.1);
}

#item-nav a {
    color: #555d58;
}

.kleo_bp_profile_member_type_label {
    text-transform: UPPERCASE;
    color: #fff;
    padding: 8px 15px;
    background: rgba(0, 0, 0, 0.4);
    display: inline-block;
    margin-left: 5px;
}

#workspace_timeline {
    max-height: 450px;
    overflow-y: scroll;
}

#workspace_timeline .timeline-time {
    line-height: 20px !important;
}


body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
    margin-right: 0;
}

.modal {
    bottom: auto !important;
    z-index: 1050 !important;
    border: none !important;
}

.modal.container {
    max-width: none !important;
}

.modal-backdrop {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 1040 !important;
}

.friends .kleo-masonry-item .member-inner-list,
.friend-inner-list {
    background: #00b58a !important;
    border-radius: 6px !important;
    color: white !important;
    box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.2), 0 0 1rem rgba(0, 0, 0, 0.2) !important;
    overflow: hidden !important;
    transition: 1s ease !important;
    border-bottom: 10px solid #009c77 !important;
}

.friends .kleo-masonry-item .member-inner-list:hover {
    transform: scale(1.05) !important;
}

.friendship-button {
    background: white !important;
    color: #00b58a !important;
}

.item-meta .activity {
    color: white !important;
    font-size: 1em !important;
}

#friends-my-friends,
#requests,
#public,
#edit,
#change-avatar,
#change-cover-image,
#just-me,
#activity-mentions,
#activity-favs,
#activity-friends,
#notifications-my-notifications,
#read,
#inbox,
#starred,
#sentbox,
#compose,
#notices {
    background: #00b58a !important;
    color: white !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    transition: 1s ease !important;
}

#friends-my-friends:hover,
#requests:hover,
#public:hover,
#edit:hover,
#change-avatar:hover,
#change-cover-image:hover,
#just-me:hover,
#activity-mentions:hover,
#activity-favs:hover,
#activity-friends:hover,
#notifications-my-notifications:hover,
#read:hover,
#inbox:hover,
#starred:hover,
#sentbox:hover,
#compose:hover,
#notices:hover {
    transform: scale(1.05) !important;
}

.thread-post-date,
.thread-options > a,
.thread-star > a > *,
.message-header > strong > a {
    font-size: 1em !important;
    color: #00b58a !important;
}

.thread-from > * {
    font-size: 1.em !important;
    color: #00b58a !important;
}

.thread-options > a,
.confirm {
    background: #00b58a !important;
    color: white !important;
}

.activity-header > p > a {
    text-transform: uppercase !important;
    line-height: 1.5em;
    letter-spacing: 1.2px;
    margin-right: 1px;
}

.activity-comments input[name="ac_form_submit"] {
    background: #00b58a !important;
    color: white !important;
    width: 62px !important;
    height: 40px !important;
    border-radius: 0px !important;
}

input[name="send"] {
    background: #00b58a !important;
    color: white !important;
    width: 120px !important;
    height: 40px !important;
}

.ac-reply-cancel {
    background: #00b58a !important;
    color: white !important;
    padding: 1% !important;
}

#buddypress a.button.delete-activity {
    background: #00b58a !important;
    color: white !important;
    padding: 1% !important;
}

#buddypress a.button.delete-activity:hover {
    background: #00b58a !important;
    color: white !important;
}

.appui .timeline-icon,
.view_report,
.btn-group .view_report,
.btn-group .ldev-template-pill,
#btn_send_report {
    background: #00b58a !important;
    color: white !important;
}



.btn-group .ldev-template-pill:active,
.btn-group .ldev-template-pill:focus,
.btn-group .ldev-template-pill:hover {
    background: #00b58a !important;
    color: white !important;
}

.timeline-time,
.timeline-content {
    color: black !important;
}

.thread-excerpt {
    font-size: 1em !important;
}

.message-header > strong > a {
    text-transform: uppercase !important;
}

.thread-from > a,
.thread-post-date {
    text-transform: uppercase !important;
}

#send_reply_button,
.acomment-reply {
    background: #00b58a !important;
    color: white !important;
    padding: 1% !important;
}

textarea[name="content"] {
    border-color: black !important;
}

.dl-horizontal > dt {
    width: 250px !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    font-weight: 800 !important;
    text-align: left !important;
}

.hr-title abbr {
    font-size: 2em !important;
    color: white !important;
    letter-spacing: 1.5px !important;
    font-weight: 800 !important;
    line-height: 1.5em !important;
    position: relative !important;
    top: 0px !important;
}

.hr-title {
    background: none ;
    border: none !important;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 4px solid #00b58a !important;
}
.hr-title abbr {
    font-family: "Montserrat";
    font-weight: 500 !important;
    color: #00b58a !important;
    background: none;
}
.dl-horizontal > dd > p {
    font-size: 1.2em !important;
}
/*
.startup .dl-horizontal > dt, .your-company .dl-horizontal > dt {
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    font-weight: 800 !important;
    text-align: left !important;
}
*/
.ldevStatuStartupTitle{
    background: #00b58a !important;
    color: white !important;
    padding: 1% !important;
}

.ldevStatuStartup{
    background: #a5f576 !important;
    color: white !important;
    padding: 1% !important;
}

.member-inner-list {
    background: #017f77 !important;
}

.friendship-button {
    background: #017f77 !important;
}

.member-inner-list .friendship-button{
    background: #FFF !important;
}