﻿.ml0 {
    margin-left:0;
}
.pl0 {
    padding-left:0;
}
.m0 {
    margin:0;
}
.navbar-left .dropdown-menu {
    right: auto;
}

.panel-body-doomscroll .newsletter {
    background: #dddddd;
    width: 100%;
    zoom: 60%;
}

.dockmodal {
    z-index: 2000;
}

#sidebar_left .links-container a {
    color: #fff;
}

#sidebar_left .links-container {
    margin: 10px 0;
}

#main {
    float: left;
    width: 100%;
    /*
    min-height:1200px;
    */
}

#content-footer .footer-return-top {
    left: 5px;
}

.dropdown-submenu {
    list-style: none;
    margin: 0 0 0 25px;
    padding: 0;
}

    .dropdown-submenu li {
        padding: 3px;
        margin: 0;
    }

.show-sb-l-m {
    display: none;
}

.sb-l-m .show-sb-l-m {
    display: block;
}

/* Rating */
select.rating {
    display: none !important;
}

.thumbs.ui-rating .up,
.thumbs.ui-rating .down {
    color: #aaa;
    cursor: pointer;
    font-size: 14px;
    margin: 0 5px;
}

    .thumbs.ui-rating .up:hover,
    .thumbs.ui-rating .down:hover {
        color: #666;
    }

.progress {
    background: #fff;
    border: solid 1px #eee;
}

.bs-st-rate {
    font-size: 14px;
}

    .bs-st-rate .fa-star-o {
        color: #ccc;
    }

    .bs-st-rate .rating {
        unicode-bidi: bidi-override;
        direction: rtl;
        display: inline-block;
    }

        .bs-st-rate .rating span.star {
            font-family: FontAwesome;
            font-weight: normal;
            font-style: normal;
            display: inline-block;
        }

            .bs-st-rate .rating span.star:hover {
                cursor: pointer;
            }

            .bs-st-rate .rating span.star:before {
                content: "\f006";
                padding-right: 5px;
                color: #efefef;
            }

            .bs-st-rate .rating span.star:hover:before,
            .bs-st-rate .rating span.star.filled:before,
            .bs-st-rate .rating span.star:hover ~ span.star:before {
                content: "\f005";
                color: #26a69a;
            }

.rating-title {
    display: inline-block;
    border-right: solid 1px #ccc;
    padding: 0 5px 0 0;
    margin: 0 5px 0 0;
    font-size: 20px;
}

.comment-rating-progress {
    display: block;
    clear: both;
    float: left;
    width: 100%;
}

    .comment-rating-progress .progress {
        width: 60%;
        float: left;
    }

    .comment-rating-progress .title {
        float: left;
        padding: 0 10px 0 0;
    }

    .comment-rating-progress .percent {
        padding: 0 0 0 10px;
    }

.comment-rating-overview .overview-average {
    padding: 0 0 10px 0;
}

.comment-rating-overview .progress {
    margin: 0 0 5px 0;
}


/* Multi Suggest Overrides */
.facebook-auto li span.image {
    margin: 0 5px 0 0;
}

    .facebook-auto li span.image img {
        max-width: 16px;
    }

.facebook-auto li p {
    clear: none;
    display: inline;
}

.facebook-auto li span.association {
    font-style: italic;
}

.facebook-auto {
    width: 100%;
    z-index: 999;
    max-width: 100%;
}

.form-control-container .container {
    width: auto;
    padding: 0;
}

.cellEdit ul.holder,
#hopper ul.holder {
    border: solid 1px #ddd;
    border-radius: 4px;
    background: #fff;
}

    .cellEdit ul.holder li.bit-box,
    #hopper ul.holder li.bit-box {
        padding: 5px;
    }

#hopper .gridboxRow .form-group {
    margin: 0;
}

.cellEdit ul.holder li.bit-input input,
#hopper ul.holder li.bit-input input {
    padding: 5px;
    border-radius: 4px;
    background: transparent;
    border: 1px solid #CAD8F3;
}
/* End multi-suggest overrides */


.stateBox {
    text-align: center;
    z-index: 9999;
    position: absolute;
    width: 100%;
    height: 10000px;
    overflow: hidden;
    background-image: url(/img/dialog/loading-bg.png);
    float: left;
    vertical-align: middle;
    left: 0;
    top: 0;
}

    .stateBox .stateBoxInner {
        display: inline-block;
        margin: 0 auto;
        margin-top: 20%;
        padding: 10px;
        border: solid 1px #ccc;
        background-color: #fff;
        color: #ccc;
        font-weight: 600;
        border-radius: 4px;
    }

        .stateBox .stateBoxInner span {
            padding: 0 10px 0 25px;
        }

.mt0 {
    margin-top: 0;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}

.buttons-container-div-doomscroll>.mt20 {
    margin-top: 0px !important;
}

.mb0 {
    margin-bottom: 0;
}

.mtn10 {
    margin-top: -10px;
}

.mtn15 {
    margin-top: -15px;
}

.mb0 {
    margin-bottom: 0;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}




.pr15 {
    padding-right: 15px !important;
}


.strong {
    font-weight: 600;
}

.bs-user-list .bs-user {
    padding: 10px;
    float: left;
}

.bs-user-list .name a {
    padding: 10px 0 0 0;
    display: inline-block;
}

.bs-user-list .image {
    padding-right: 10px;
}

.profile-icon .img-circle,
.media .img-circle,
.bs-user-list .img-circle {
    border: solid 1px #dedede;
}

.nav-pills {
    margin-left: -4px;
}

    .nav-pills li {
        margin: 0 2px 5px 0;
    }

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left !important;
}

.profile-person .btn {
    display: block;
}

.profile-person .image {
    display: inline-block;
}

.profile-social a {
    display: inline-block;
    font-size: 3em;
}

.messages-list .downloads,
.messages-list .options,
.messages-list .options-lg {
    float: right;
    margin: 0;
    padding: 0;
}

.event-details .item h5 {
    margin: 20px 0 5px 0;
    padding: 0;
    text-transform: uppercase;
}

.item-tags {
    margin: 0 0 0 1px;
}

    .item-tags li a {
        border: solid 1px #ccc;
        padding: 2px 5px;
        margin: 3px 0 0 0;
    }

.messages-list .options-lg .dialogLink *,
.messages-list .options .dialogLink *,
.blog-entry .options .dialogLink * {
    display: inline-block;
}

.messages-list .options .dialogLink .btn,
.blog-entry .options .dialogLink a.btn {
    padding: 0 10px;
}


.messages-list .media-object {
    max-width: 60px;
    width: 60px;
}

    .messages-list .media-object.fa {
        font-size: 60px;
        margin-right:10px;
        width: 60px;
        text-align: center;
    }

    .messages-list .media-object.fa-file {
        font-size: 60px;
    }

.messages-list .summary,
.message-entry .summary,
.group-list .summary,
.list-message .message *,
.main-content .custom-content {
    color: #333;
}

.list-message .message .message-delete {
    margin-left: 10px;
}

    .list-message .message .message-delete,
    .list-message .message .message-delete * {
        color: #fff;
    }

.person-tabs-container,
.group-tabs-container {
    min-height: 500px;
}



ul.timeline-list {
    margin-bottom: 0;
}

.list-message .list-group-item {
    border-bottom: 2px solid #e2e9e6 !important;
}

.message-person-list {
    line-height: 3.2em;
    text-align: left;
}

    .message-person-list a {
        font-weight: 600;
    }

.message-title {
    padding: 15px 0 0 0;
    margin: 10px 0 0 0;
}

    .message-title h2 {
        margin: 0 0 20px 0;
        padding: 0;
    }

.message-box-embed h1 {
    display: none;
}

.message-box-embed {
    padding: 15px 0 0 0;
    margin: 10px 0 20px 0;
}

.show-visible {
    overflow: visible;
}

.no-margin {
    margin: 0 -15px;
}
.ml5 {
    margin-left: 5px;
}
.ml15 {
    margin-left: 15px;
}
.ml22 {
    margin-left: 22px;
}
.mr5 {
    margin-right: 5px;
}
.mr15 {
    margin-right: 15px;
}

.ms3{
    margin:0px 3px;
}

.pl15 {
    padding-left: 15px;
}

.pr15 {
    padding-right: 15px;
}

.btn-xs .btn {
    padding: 0 10px;
}

.mb0 .mb20 {
    margin-bottom: 0;
}

.mt5 {
    margin-top: 5px;
}

.mr5 {
    margin-right: 5px;
}

.modal-footer .buttons {
    float: left;
}

.commentSection {
    width: 100%;
    clear: both;
    padding-top: 20px;
}

.width-180 {
    width: 180px;
    max-width: 100%;
}

.profile-image {
    display: block;
    float: left;
}

    .profile-image.media-right {
        float: right;
    }

.editListLink {
    margin: 0 0 20px 0;
}

.view-choose .view-grid,
.view-choose .view-list {
    display: none;
}

    .view-choose.view-grid .view-grid,
    .view-choose.view-list .view-list {
        display: block !important;
    }

.view-grid .event-entry .title {
    min-height: 80px;
}

.view-grid .event-entry .panel-body {
    background: #fff;
    min-height: 250px;
}

.view-grid .event-entry .title-top {
    background: #fafafa;
    padding: 10px 15px;
    border-bottom: solid 1px #f0f0f0;
}

.media {
    font-weight: normal;
}

.list-chooser {
    float: right;
}

    .list-chooser .btn {
        font-size: 20px;
    }

.form-buttons .btn-controls {
    padding-top: 20px;
}
/* Calendar Styling */
.calendar-list {
    margin-top: 20px;
}

    .horz-calendar .entry .date .dom,
    .calendar-list .entry .date .dom {
        font-size: 2em;
        font-weight: 600;
        display: block;
    }

    .horz-calendar .entry .date,
    .calendar-list .entry .date {
        text-align: center;
        padding: 10px 0 0 0;
    }

    .horz-calendar .entry .details,
    .calendar-list .row {
        background: #fff;
        border-radius: 3px;
        margin: 0 0 5px 0;
        overflow: hidden;
    }

        .calendar-list .row.trans {
            background: transparent;
        }

    .horz-calendar .entry p,
    .calendar-list .entry p {
        margin: 0;
        padding: 0 0 3px 0;
    }

    .calendar-list .entry .details {
        padding: 5px 10px;
        background: #f0f0f0;
        min-height: 50px;
    }

    .calendar-list .row.trans .details {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .calendar-list .entry .details * {
        color: #fff;
    }

    .horz-calendar .entry .details .title,
    .calendar-list .entry .details .title {
        margin: 5px 0 0 0;
    }

.horz-calendar .entry .details {
    padding: 2px 10px 10px 10px;
    color: #333;
    background: #f0f0f0;
}

.calendar-list .entry .details.odd {
    background: #fafafa;
}

.calendar-list .entry .details.even {
    background: #f0f0f0;
    border: solid 1px #fff;
}

.calendar-list .entry .details * {
    color: #333;
}

.horz-calendar .entry .details * {
    color: #333;
}

.horz-calendar .entry.even .details {
    background: #fafafa;
}

.aux-filters .nav-right,
.aux-filters .nav-left {
    cursor: pointer;
}

.horz-calendar {
    background: #fff;
    border-radius: 3px;
    overflow-x: hidden;
    /*max-width:100%;*/
}

    .horz-calendar .entry {
        border-right: solid 1px #eee;
    }

        .horz-calendar .entry.first {
            border-left: solid 1px #eee;
        }

        .horz-calendar .entry .date {
            border-bottom: solid 1px #eee;
            margin: 0 -10px 15px -10px;
            padding: 15px 0 10px 0;
        }

.horz-calendar {
    display: block;
    position: relative;
}

    .horz-calendar .nav-left,
    .horz-calendar .nav-right {
        position: fixed;
        padding: 10px;
        color: #000;
        z-index: 99;
        cursor: pointer;
        font-size: 25px;
        opacity: 0.75;
        border-radius: 50%;
        background: #fff;
        margin-top: 10px;
    }

        .horz-calendar .nav-left:hover,
        .horz-calendar .nav-right:hover {
            opacity: 1;
            color: inherit;
        }

    .horz-calendar .nav-right {
        right: 20px;
        margin-right: 18px;
    }

    .horz-calendar .nav-content {
        margin: 0 20px;
        float: left;
        min-width: 90%;
    }

.back-to-top {
    position: absolute;
    right: 10px;
    margin-top: 6px;
}

.webGroupList .panel-heading h3,
.webPersonList .panel-heading h3 {
    padding: 3px 10px;
    margin: 0;
}

.public-group-list .title a {
    font-size: 1.2em;
}

.public-group-list .auxData {
    background: #fff;
}

    .public-group-list .auxData.sub-group {
        /* ASB @ 20180430 can't remember what this is for
    background:#fafafa;
*/
    }

.minmax-sel,
.minmax-title {
    cursor: pointer;
}


.mb10 {
    margin-bottom: 10px;
}






.poll-list ul {
    margin: 10px 0 0 20px;
    padding: 0;
    list-style: none;
}

.poll-list .poll-option,
.poll-list .text-submit {
    cursor: pointer;
}

.poll-list li {
    padding: 0 0 5px 0;
}

.poll-list .fa-circle {
    color: #333;
}

.poll-list .fa-circle-o {
    color: #888;
}

.poll-list li .desc {
    padding: 0 10px 0 0;
}




.row-btn .btn {
    padding-top: 5px;
    padding-bottom: 5px;
}



.sidebar-menu {
    padding-bottom: 0;
    float: left;
    width: 100%;
    clear: both;
}

    .sidebar-menu .sub-nav li a {
        padding-top: 0;
        padding-bottom: 10px;
    }

.sidebar-profile {
    margin: 20px 0;
}

    .sidebar-profile * {
        color: #fff;
        text-decoration: none !important;
    }

    .sidebar-profile img {
        border: 2px solid #888;
    }

.sidebar-left-content .sidebar-menu .sidebar-title {
    padding-left: 20px;
}

.sidebar-left-content .sidebar-menu {
    border-top: solid 1px #343130;
}

.callout-intro {
    margin: 0;
    background: #fff;
    text-align: center;
}

.homepage-screen .callout-intro {
    margin: -15px -9px 15px -11px;
}

.callout-header .inner-text {
    padding: 20px 0 0 0;
}



.callout-intro .inner-text * {
    color: #fff;
}

.callout-intro .inner-text h1 {
    font-weight: normal;
}

.callout-intro .inner-text p {
    padding: 0 0 10px 0;
}

.callout-intro .inner-content {
    padding: 30px 0 60px 0;
}

.bs-head {
    border-bottom: solid 1px #ccc;
    padding: 0 5px 5px 5px;
    margin: -7px -15px 5px -15px;
    font-weight: 600;
}

    .bs-head div {
        overflow: hidden;
        text-transform: uppercase;
    }

.bs-table-sep {
    border-bottom: solid 1px #ccc;
    padding: 10px 0 10px 0;
}

.auxData .summary {
    padding: 10px 0;
}

#topbar.alt, #topbar {
    min-height: unset;
    padding: 10px 22px 7px 22px;
}

.profile-icon {
    padding: 0 10px 0 0;
}

    .profile-icon img {
        display: inline-block;
        max-width: 40px;
    }

.editImageLink {
    position: absolute;
    right: -7px;
    top: -17px;
    font-size: 20px;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.mb0 {
    margin-bottom: 0 !important;
}

label {
    font-weight: normal;
}

.label-autoform span {
    color: #cc0000;
    padding: 0 0 0 5px;
}

.message-box-embed h1 {
    display: none;
}

.w100p {
    width: 100%;
    display: inline-block;
}

.wide-link {
    width: 100%;
    display: inline-block;
}

.bs-user .pt20 {
    overflow: hidden;
    max-width: 100%;
    padding-top: 0 !important;
}

.nav-tabs {
    background: #f6f6f6;
    border: solid 1px #e1e1e1 !important;
    border-bottom: 0 !important;
    z-index: 0;
}

select.rating {
    display: none;
}

.ratingTemplate {
    text-align: left;
}

    .ratingTemplate .control-label {
        float: left;
        margin-right: 10px;
    }

.assetDetails .preview {
    padding-right: 20px;
}

.hide-preview .assetDetails .preview {
    display: none;
}



#sidebar_left {
    z-index: 9;
}

#content-footer {
    z-index: 99;
}

.alert *,
.alert a:hover {
    color: #fff;
}

.grid-inner-container {
    padding: 20px 0 0 0;
    display: inline-block;
    width: 100%;
}


#clone_leftnav {
    min-width: 180px;
}

    #clone_leftnav .dropdown {
    }

.badge-count {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    position: absolute;
    margin: 0 0 0 3px;
    font-size: 10px;
    z-index: 9;
}

.sidebar-title .badge-count {
    margin: 10px 0 0 5px;
}

#clone_leftnav .sidebar-title .badge-count {
    margin: 0 0 0 3px;
}

.badge-count .num {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 20px;
    left: -7px;
    text-align: center;
    color: #fff;
}

.isUpdate .bs-table-sep {
    font-weight: 600;
}


.body-navbar-double #sidebar_left,
.body-navbar-double .navbar.navbar-fixed-top + #sidebar_left + #content_wrapper {
    padding-top: 120px;
}

.navbar-double {
    height: 120px;
}

    .navbar-double .row {
        padding: 0 16px;
    }

    .navbar-double .navbar-nav.navbar-right {
        margin-right: 0 !important;
    }

    .navbar-double .navbar-branding {
        max-width: 230px;
    }

#toggle_sidemenu_l, #toggle_sidemenu_t {
    font-size: 26px;
    width: 60px !important;
}

.paneless-heading h2 {
    font-size: 30px;
}

.callout-intro h1 {
    font-size: 46px;
}

.callout-intro p {
    font-size: 20px;
}


/* Section image changes */
@media (max-width: 800px) {

    .callout-intro.row {
        background-size: auto 100% !important;
        background-position: 0 center !important;
    }
}

.calendar-container {
    margin-top: 20px;
}

.refineFilters .cellEdit {
    padding: 0 12px;
}

.admin-form .option {
    min-width: 30px !important;
    padding-right: 0 !important;
}

.media-left .btn {
    width: 100%;
}




@media (max-width: 900px) {

    .tabs-container .panel-heading ul li {
        background: #fafafa;
    }
}


.panel-heading {
    text-overflow: ellipsis;
    /*overflow: hidden; messes up tabstrip on medium screens (profile update pages and such) */
}


h2.subject {
    margin: 0;
    padding: 0;
}

.font-size-medium {
    font-size: 16px;
}


.font-size-large {
    font-size: 27px;
}
.ui-datepicker {
    z-index: 9999 !important;
    min-width: 24em !important;
}

blockquote {
    font-size: 13px;
}

.quoteblock {
    font-style: italic;
}


.legacyField {
    font-style: italic;
}

.refineFilters .checkbox-autoform .control-label {
    font-weight: normal;
    padding: 2px 0 8px 0;
    margin: 0 0 8px 0;
    border-bottom: solid 1px #eee;
    font-size: 14px;
}

.multiCheckbox,
.multiCheckbox li {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .multiCheckbox li label {
        padding: 0 0 0 5px;
        display: inline;
    }

.panel-heading .bs-head {
    border: 0 !important;
    margin: 0 !important;
    font-size: 13px !important;
}

.panel-heading-13 {
    height: 45px;
    line-height: 45px;
}

.panel-body-pb10 .row {
    padding-bottom: 5px;
}

.panel-body {
    width: 100%;
    border-radius: 4px;
}










iframe {
    max-width: 100%;
}



.TermsBox {
    max-height: 500px;
    overflow-y: scroll;
    border: solid 1px #ccc;
    padding: 15px;
    width: 100%;
    background: #fff;
    border-radius: 3px;
}

.privacy-settings hr {
    width: 100%;
    clear: both;
    padding: 0 0 20px 0;
    margin: 15px 0 0 0;
    float: left;
}

.privacy-settings label.control-label {
    font-weight: 600;
}

.same-line,
.same-line * {
    display: inline-block !important;
    margin: 0 !important;
}



.tab-block .nav-tabs > li > a {
    color: #888;
}

.input-group-padding-fix .form-control-container {
    padding: 0 12px;
}

.alert-autoform {
    clear: both;
}

.input-group-padding-fix .alert-autoform {
    float: left;
    width: 100%;
}



.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .video-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }


.btn-calendar-subscribe {
    position: absolute;
    right: 0;
    bottom: 0;
}

.btn-calendar-subscribe-container {
    display: block;
    position: relative;
}


.body-microsite #sidebar_left,
.body-presentation #sidebar_left,
.body-presentation .callout-intro.callout-header {
    display: none;
}

.body-microsite.sb-l-o #content_wrapper,
.body-presentation.sb-l-o #content_wrapper {
    margin-left: 0;
}


.panel-questions .question-content {
    display: none;
}

.panel-questions.show-questions .question-content {
    display: block;
}




.messages-list .itemRow {
    clear: left;
}


.bs-simple-asset-box input.form-control {
    height: auto;
}

.pl10 {
    padding-left: 10px;
}




.bs-searchcomplete .instant-results {
    background: #fff;
    width: 100%;
    color: gray;
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .175);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .175);
    display: none;
    z-index: 9;
}

.bs-searchcomplete .form-search {
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
}

.bs-searchcomplete .search-form {
    position: relative;
    max-width: 100%;
}

.bs-searchcomplete .result-entry {
    width: 100%;
    clear: both;
    padding: 10px 10px 10px 10px;
    display: inline-block;
}

    .bs-searchcomplete .result-entry a {
        display: inline-block;
    }

.bs-searchcomplete .result-content {
    padding-top: 10px;
    display: inline-block;
}

.bs-searchcomplete .result-link:hover,
.bs-searchcomplete .result-link:hover .media-heading,
.bs-searchcomplete .result-link:hover .media-body {
    text-decoration: none;
}

.bs-searchcomplete .result-link .media-object {
    width: 50px;
    padding: 3px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
}

.bs-searchcomplete .result-entry + .result-entry {
    border-top: 1px solid #ddd;
}

.bs-searchcomplete .result-entry .img-responsive {
    max-width: 50px;
}

.pl10 {
    padding-left: 10px;
}

.user-friend-list-results .result-entry {
    text-align: center;
}

    .user-friend-list-results .result-entry .pull-left {
        float: none !important;
    }

    .user-friend-list-results .result-entry .pl10 {
        padding: 0 !important;
    }

.user-friend-list-results .result-entry {
    float: left;
    min-width: 150px;
}

    .user-friend-list-results .result-entry h4 {
        font-size: 12px;
    }

.select-default {
    background: #ddd;
}

.text-trailing {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

a *,
a {
    text-decoration: none !important;
}

.dockmodal-body {
    overflow: hidden;
}

.dockmodal.minimized {
    min-height: 36px;
}






.live-message .panel-heading,
.live-message .panel-heading a {
    height: 32px;
}

    .live-message .panel-heading a {
        font-size: 14px;
        line-height: 2em;
        color: #333;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .live-message .panel-heading.latest,
    .live-message .panel-heading.latest a {
        height: 40px;
    }

    .live-message .panel-heading img {
        max-width: 20px;
    }

    .live-message .panel-heading.latest {
        background: #fff;
    }

        .live-message .panel-heading.latest a {
            font-size: 16px;
            line-height: 2em;
        }

        .live-message .panel-heading.latest img {
            max-width: 30px;
        }

.live-message .message-details {
    overflow-x: hidden;
    height: 300px;
    position: relative;
}

.live-message .bottom-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.live-message .bottom {
    position: relative;
    bottom: 0;
}

.live-message .panel-group {
    bottom: 50px;
}

.live-message .message-form {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: 0;
    height: 40px;
    border-top: solid 1px #e0e0e0;
}

.live-message .message-icon {
    width: 30px;
}

.live-message .message-form .form-message {
    border: 0;
}


.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.mobile-checkin-icon-container .fc-event-desc img {
    max-height: 150px;
}

.mobile-checkin-icon-container {
    z-index: 999 !important;
}

    .mobile-checkin-icon-container .fc-event {
        display: inline-block;
        float: right;
        margin: -20px 0 0 0;
        text-align: left;
        position: absolute;
        right: 10px;
        z-index: 999 !important;
    }

    .mobile-checkin-icon-container .fc-event-icon {
        width: 200px;
        vertical-align: top;
    }

    .mobile-checkin-icon-container.mobile-zoom .fc-event {
        width: 80%;
        height: 80%;
        position: absolute;
        top: 10%;
        left: 10%;
        right: 10%;
        bottom: 10%;
    }

    .mobile-checkin-icon-container.mobile-zoom .fc-event-icon h3 {
        font-size: 50px;
        padding: 0 0 40px 0;
    }

    .mobile-checkin-icon-container.mobile-zoom .fc-event-icon {
        padding: 20px 0 0 0;
        font-size: 35px;
        width: 50%;
    }

        .mobile-checkin-icon-container.mobile-zoom .fc-event-icon strong {
            display: block;
            padding: 40px 0 0 0;
        }


    .mobile-checkin-icon-container.mobile-zoom .fc-event-desc {
        padding: 20px;
        width: 38%;
    }

        .mobile-checkin-icon-container.mobile-zoom .fc-event-desc img {
            position: relative;
            max-width: 100%;
            max-height: none;
            margin: 0;
        }

.session-check-in-container {
    margin-bottom: 0;
    margin-top: 0;
}

.notes-details {
    padding: 20px;
}

.fc-event-desc .session-leaders {
    max-width: 350px;
}
.fc-event-desc
{
    overflow:hidden;
    display:block;
}

.notes-external {
    position: absolute !important;
    z-index: 2;
    float: right;
    padding: 0 20px;
    right: 0;
    width: auto !important;
}

.cvent-schedule .fc-event {
    margin: 0 10px 10px 0;
}

.cvent-schedule h3,
.cvent-schedule h4 {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: normal;
}

.cvent-schedule h2 {
    margin: 0;
    font-weight: normal;
    padding: 10px 0;
}

.cvent-schedule h4 {
    font-size: 16px;
    font-weight: normal;
}

.panel-white .panel-heading {
    background: #fff;
}

.cvent-content {
    font-size: 16px;
}

.cvent-callout {
    border-bottom: solid 1px #ccc;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}

.cvent-sponsors {
    margin: 0 0 20px 0;
}

    .cvent-sponsors img {
        max-height: 80px;
        display: inline-block;
        margin: 0 20px;
    }

.cvent-menu-toggle {
    display: block;
    padding: 12px 20px;
    font-weight: 600;
}

.cvent-menu {
    float: left;
    width: 100%;
    clear: both;
}




.cvent-date-tag {
    right: -15px;
    top: -15px;
}


.cvent-social #pinBoot {
    position: relative;
    max-width: 100%;
    width: 100%;
}

.cvent-social img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.cvent-social .white-panel {
    position: absolute;
    background: white;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    padding: 10px;
}

.cvent-social .label-default {
    background: #bbb;
    font-weight: normal;
}

.cvent-social .white-panel h1 {
    font-size: 1em;
}

    .cvent-social .white-panel h1 a {
        color: #A92733;
    }

.cvent-social .white-panel:hover {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    margin-top: -5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cvent-social .white-panel h4 {
    margin: 0;
    padding: 0;
}

.cvent-social .white-panel .profile-icon {
    max-width: 60px;
}

.cvent-social .white-panel .assetDetails .btn-group {
    display: none;
}

.cvent-social .white-panel .rating {
    position: absolute;
    right: 0;
    top: 22px;
    padding: 3px;
    background: #fff;
}

.post-social-wall .dialogLink .btn {
    width: 100%;
}

.cvent-social .social-quote {
    background: #fafafa;
    margin: 20px -10px -10px -10px;
    padding: 10px;
    min-height: 70px;
}

.cvent-social .social-post {
    border-top: solid 1px #eee;
    padding: 10px 0 0 0;
    margin: 10px 0 0 0;
}

.cvent-social .social-quote:before {
    content: "";
    z-index: 2;
    position: absolute;
    margin: -20px 0 0 -20px;
    right: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 10px solid #fafafa;
}

.cvent-wall-paging {
    margin: -30px 0 0 0;
}

.crop-whalf {
    max-width: 50%;
    overflow: hidden;
    margin: 0 auto;
}

    .crop-whalf .img-responsive {
        max-width: 150%;
        width: 150%;
    }



.alert-required .control-label:after {
    content: '*';
    color: #cc0000;
    padding-left: 5px;
}

sup.label-required {
    color: #cc0000;
    font-weight: 600;
}

.alert sup.label-required {
    display: none;
}


.fa-spacer {
    min-width: 25px;
    min-height: 5px;
    display: inline-block;
    font-size: 20px;
}




#content-footer {
    position: fixed !important;
}



a[href^="https://elfsight.com"] {
    display: none !important;
}

.eas-root-layout-component {
    max-width: 100% !important;
}

.powr-multi-slider {
}





.search-form-top-menu {
    max-width: 200px;
    padding: 10px 0;
}

.search-form-top-menu-inline {
    padding: 0 10px 10px 10px;
    max-width: 100%;
}




.section-work,
.section-job {
    padding-right: 20px;
}





.sidebar-left-content .login-form a {
    color: #fff;
}

.left-menu-inner {
    float: left;
    clear: both;
    width: 100%;
}









.chat-box .fa-comments-o {
    font-size: 45px;
    color: #fff;
    line-height: 35px;
}

.chat-modal .avatar .status {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background: #63fc57;
    border-radius: 50%;
}

.chat-modal .chat-closed .avatar .status {
    background: #fc576b;
}

.chat-modal .closed {
    display: none;
}

.chat-modal .chat-closed .opened {
    display: none;
}

.chat-modal .chat-closed .closed {
    display: block;
}

.demo-modal .input-group-addon .fa {
    width: 15px;
}

.demo-modal .input-group {
    padding-bottom: 10px;
}

.demo-modal textarea,
.demo-modal .btn-u,
.chat-modal .chat-send textarea,
.chat-modal .chat-send .btn-u {
    height: 70px;
}

.demo-modal .face,
.chat-modal .face {
    border-radius: 50%;
    border: solid 2px #eee;
    width: 100%;
    max-width: 50px;
}

.demo-modal .alert,
.chat-modal .alert {
    border-radius: 5px;
}

.demo-box,
.chat-box {
    cursor: pointer;
    position: fixed;
    z-index: 99;
    right: 10px;
    bottom: 40px;
    opacity: 0.7;
}

    .demo-box .closer,
    .demo-box .icon,
    .chat-box .closer,
    .chat-box .icon {
        border-radius: 50%;
        background: #2489cc;
        width: 60px;
        height: 60px;
        text-align: center;
        vertical-align: middle;
        padding: 10px 7px;
        display: block;
        position: relative;
    }

    .demo-box .closer,
    .chat-box .closer {
        padding: 15px;
    }

    .demo-box .chat-icon,
    .chat-box .chat-icon {
        width: 100%;
    }

    .chat-box .count {
        background: #fc576b;
        width: 22px;
        height: 22px;
        right: -5px;
        top: -5px;
        color: #fff;
        position: absolute;
        border-radius: 50%;
        text-align: center;
        font-size: 12px;
        line-height: 22px;
    }

    .chat-box .closer {
        display: none;
    }

    .chat-box.opener .icon {
        display: none;
    }

    .chat-box.opener .closer {
        display: block;
    }


.profile-points {
    width: 200px;
}

    .profile-points .progress {
        margin: 30px 0 0 0;
    }

.profile-badge * {
    font-size: 11px;
}

.profile-badge .icon-list {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 10px;
}

    .profile-badge .icon-list li {
        font-size: 20px;
        text-align: left !important;
    }





.eas-slider-outer {
    width: 100%;
}

.eas-media-container img {
    max-height: 100%;
    top: 0;
    margin: 0 auto;
    position: relative;
    display: block;
    transform: none !important;
}


@media (max-width: 1100px) {

    .navbar-double .row {
        padding: 0 6px;
    }
}


@media (max-width: 800px) {

    .eas-media-container,
    .eas-media-container img {
        display: none;
    }
}




.homepage-screen .row.even,
.homepage-screen .row.odd {
    border-bottom: solid 1px #fafafa;
    padding: 5px 0;
}

.homepage-screen .row.odd {
    background-color: #fefefe;
}


.rte-autocomplete.dropdown-menu {
    z-index: 2000 !important;
}




#timeline .panel {
    z-index: auto;
	border-radius: 25px;
    border: solid 1px lightgray;
    background: white;
}


.popover {
    max-width: 400px;
    width: 400px;
    z-index: 100 !important;
}

.page-heading-popover h1,
.page-heading-popover h1 * {
    font-size: 24px;
    line-height: 26px;
    margin: 0;
    padding: 0;
}

.page-heading-popover .lead,
.page-heading-popover .lead p {
    font-size: 16px;
    line-height: 20px;
}



.related-container.admin-form .section-divider {
    margin-top: 0px;
}

.related-container {
    min-width: 300px;
    max-width: 400px;
}

    .related-container.admin-form .heading-border:before {
        height: 5px;
    }

    .related-container.admin-form .panel-body {
        padding: 25px 0 0 0;
    }

    .related-container.admin-form .list-group {
        margin-bottom: 0;
    }

.profile-prof ul {
    margin: 0;
    padding: 10px 10px 10px 0;
}

.profile-prof h4 {
    margin: 0 0 5px 0;
}

.profile-prof hr {
    padding: 0;
    margin: 0;
    border: 0;
    height: 0;
    border-bottom: solid 1px #eee;
}


.border-bottom {
    border-bottom: solid 1px #eee;
    margin-bottom: 15px;
}

.border-bottom {
    border-right: solid 1px #eee;
}



/* fix for missing messages-page */
.dockmodal-body {
    padding: 0;
}



#timeline.timeline-single .panel:before {
    border-color: transparent #fff transparent transparent;
}



.push-manage .multiCheckbox li {
    padding: 0 0 10px 0;
}







.assetDrop {
    width: 100%;
    border: 1px solid #CCCCCC;
    margin-top: 20px;
    padding: 80px 20px;
    text-align: center;
    color: #CCCCCC;
}

    .assetDrop.over {
        border-color: #DE7E7E;
        color: #DE7E7E;
        background-color: #FFEDED;
    }




.iframeify-page #content {
    background: #fff;
}

.iframeify-page .navbar-double .row {
    padding: 0 15px;
}

.iframeify-page .navbar-double {
    height: 60px;
    overflow: hidden;
}

.iframeify-page #main:before,
.iframeify-page,
.iframeify-page #main {
    background: #fff;
    min-height: unset;
}

    .iframeify-page .navbar-double .top-row a.btn-home {
        margin: 20px;
        color: #fff !important;
    }



.label-light {
    border: solid 1px #dadada;
    color: #ccc;
}

    .label-light:hover {
        background: #dadada;
        color: #fff;
    }

.live-edit {
    position: absolute;
    z-index: 3;
}

    .live-edit .btn-default {
        background-color: transparent;
        background-image: url('/services/transpng.ashx?rgba=eeeeee50');
    }

    .live-edit .dropdown-menu {
        min-width: 300px;
    }

    .live-edit .btn-group .divider {
        border-top: solid 1px #ccc;
    }

.live-edit-content {
    position: absolute;
    right: 20px;
    z-index: 99;
}

    .live-edit-content .btn-default {
        background-color: transparent;
        background-image: url('/services/transpng.ashx?rgba=eeeeee50');
    }


.plr15 {
    padding-left: 15px;
    padding-right: 15px;
}

.plr11 {
    padding-left: 11px;
    padding-right: 11px;
}

.label-admin-only {
    float: right;
    margin-top: -20px;
    /* background: #ccc;*/
    background: #757373;
}

body.tox-fullscreen .modal-dialog,
body.tox-fullscreen .modal-content {
    display: inherit;
    position: inherit;
    width: 100%;
    height: 100%;
    margin: 0;
}


.form-embedded .checkbox label {
    padding-left: 0;
}

.form-embedded .checkbox input {
    width: 20px;
    height: 20px;
}

    .form-embedded .checkbox input[type="checkbox"],
    .form-embedded .checkbox-inline input[type="checkbox"] {
        margin-left: -30px;
        margin-top: 0;
    }

.live-edit {
    right: 10px;
}

.home-forum-post .input-hero input,
.home-forum-post select,
.home-forum-post .bs-simple-asset-box input {
    height: 45px;
}

.home-forum-post .input-hero input {
    border-left: 3px solid #2489cc;
}

.tox-tinymce {
    min-height: 210px !important;
}





#timeline .left-column {
    /*padding-left: 65px;*/
    width: 98%;
    padding-bottom: 10px;
}










.embed-min .divider-label,
.embed-min .summary,
.embed-min #timeline:after {
    display: none;
}

.embed-min #timeline .label {
    margin-right: 10px;
}

.slick-container #timeline .panel {
    left: 90px;
}

.slick-container #timeline.timeline-single {
    margin-left: 0;
}

.embed-min #timeline.timeline-single .panel:before,
.embed-min #timeline.timeline-single .panel:after {
    right: 99.5%;
}

.slick-container #timeline .left-column {
    padding-top: 20px;
    padding-left: 10px;
    width: 81%;
}

.slick-container #timeline .profile-icon {
    padding-left: 14px;
    padding-top: 4px;
}

.embed-min #timeline .timeline-icon {
    background: none;
    box-shadow: none;

}

.slick-slide {
    opacity: 0.5;
}

    .slick-slide.slick-active {
        opacity: 1;
    }

.slick-next, .slick-prev {
    z-index: 99;
}


.pb0 {
    padding-bottom: 0 !important;
}

.pb10 {
    padding-bottom: 10px !important;
}




.admin-setup-cell {
    border: solid 1px #eee;
    padding: 10px 10px 0 0;
    margin: 0 0 30px 0;
    border-radius: 5px;
}

    .admin-setup-cell div.admin-setup {
        background: #eee;
        padding: 10px;
    }

.panel-callout .panel-body {
    background-image: url(/themes/img/stock-callout-bg.png);
    background-size: 100% auto;
}

.panel-callout h2 {
    font-size: 36px;
    margin: 0 0 5px 0;
    font-weight: normal;
    line-height: normal !important;
    padding: 0;
    position: relative;
}

.panel-callout h5 {
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    padding: 0;
    position: relative;
}

.panel-callout p {
    font-size: 16px;
    position: relative;
}

.panel-callout .icon-bg {
    opacity: 0.25;
}

.panel-callout.bg-default h5 {
    color: #fff;
}

.panel-callout.bg-default {
    color: #fff;
}




body.body-homepage section#content_wrapper,
body.bgimage.body-homepage {
    background-color: #eee;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


.profile-categories .label-autoform {
    font-weight: 600;
    font-size: 16px;
    padding-right: 20px;
}

.profile-categories .form-control-container .radioCell,
.profile-categories .form-control-container .multiCheckbox li {
    float: left;
    min-width: 350px;
    margin-right: 30px;
}

.profile-categories .form-control-container .multiCheckbox li {
    padding-top: 10px;
}



.filter-advanced .category-filter .label-autoform {
    padding-right: 20px;
    font-weight: 600;
    border: 0;
}

.filter-advanced .category-filter {
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .filter-advanced .category-filter .form-group-autoform {
        margin: 0;
    }

    .filter-advanced .category-filter .multiCheckbox li {
        float: left;
        min-width: 350px;
    }

.web-person-list .view-categories {
    display:flex;
    flex-wrap:wrap;
}

    .web-group-list .view-categories .category-block,
    .web-person-list .view-categories .category-block {
        min-width: 350px;
    }

.view-categories .category-block .text-value::before {
    content: ': ';
    padding-right: 10px;
}


.view-categories .category-block .text-value {
}


.profile-complete {
    margin: 0 0 10px 0;
}

    .profile-complete .panel-body {
        padding: 0 10px;
    }

    .profile-complete .progress {
        margin: 0 0 10px 0;
    }

    .profile-complete h5 {
        margin: 10px 0 0 0;
        text-align: center;
    }

.panel.profile-prof {
    margin-left: 15px;
}


.profile-checkbox .multiCheckbox {
    margin-left: 20px;
}

.GradientRadioListBox .radioCell {
    float: left;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}

.cursor-pointer {
    cursor: pointer;
}



.radioCell.radio input {
    margin-left: 0;
}

.img-matrix,
.grid-matrix {
    width: 100%;
    clear: both;
    max-width: 100%;
}

.grid-1 {
    width: 100%;
    clear: both;
    max-width: 100%;
    overflow-y: hidden;
}

.img-m,
.grid-m {
    position: relative;
    clear: none;
    display: inline-block;
    float: left;
    margin: 0 15px 15px 0;
}

    .grid-m .panel-tile {
        overflow: auto;
    }

    .grid-m .panel-body {
    }

    .grid-m.panel,
    .grid-m .panel-body {
        height: 100%;
    }

    .grid-m .grid-buttons {
        width: 100%;
        padding: 15px;
        bottom: 0;
        right: 0;
        position: absolute;
        background: url(/services/transpng.ashx?rgba=00000033);
    }

.grid-2 {
    width: 48%;
    max-width: 48%;
}

.grid-3 {
    width: 32%;
    max-width: 32%;
}

.grid-4 {
    width: 24%;
    max-width: 24%;
}



.img-matrix .img-1 {
    width: 33%;
    max-width: 300px;
    min-width: 100px;
}

.img-matrix .img-2 {
    width: 33%;
    max-width: 200px;
    min-width: 100px;
}

.img-matrix .img-3 {
    width: 15%;
    max-width: 150px;
    min-width: 100px;
}

.img-matrix .img-4 {
    width: 7.5%;
    max-width: 100px;
    min-width: 100px;
}





@media (max-width: 800px) {
    .grid-m * {
        line-height: normal !important;
    }

    .grid-m h2 {
        font-size: 20px;
    }

    .grid-m h3 {
        font-size: 18px;
    }

    .grid-m h4 {
        font-size: 16px;
    }

    .grid-m h5,
    .grid-m p {
        font-size: 14px;
    }
}


.vendor-callout .intro {
    font-size: 16px;
    color: #333;
}

.vendor-callout h1 {
    font-size: 46px;
    color: #333;
    font-weight: normal;
}

.vendor-callout h5 {
    font-size: 20px;
    color: #333;
}

#listVendorsTab h5 {
    color: #333;
}

.grid-m .vendor-logo {
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: 0.75;
}

.grid-m:hover .vendor-logo {
    opacity: 1;
    z-index: 999;
}

.grid-m .vendor-logo img {
    max-width: 100px;
}


.tab-block .tab-content {
    /* Fix so menu displays on top of tab content area */
    z-index: 1;
}

.refineFilters hr {
    display: none;
}


.group-stats {
    position: absolute;
    bottom: 15px;
}

    .group-stats .badge {
        height: 26px;
        line-height: 16px;
    }

    .group-stats .fa {
        color: #ffff00;
    }


.highlight {
    background: #ffff00;
    color: #333;
}


.page-heading {
    padding: 30px 20px;
}

#tabs .panel-heading {
    padding: 0;
}

#tabs .shortList .panel-heading,
#tabs .short-list .panel-heading {
    padding: 0 10px;
}

.tile-list .panel-callout h2 {
    position: unset;
}

.tile-list .sub-group h2 {
    font-size: 24px;
}

.tile-list .sub-group h5 {
    font-size: 18px;
}






.tile-list *,
.tile-list *:before,
.tile-list *:after {
    box-sizing: border-box !important;
}


.tile-list .tile-row,
.tile-list .lrInnerItems {
    -moz-column-width: 30em;
    -webkit-column-width: 30em;
    column-width: 30em;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
}

.tile-list .tile-item {
    display: inline-block;
    padding: .25rem;
    width: 100%;
}

    .tile-list .tile-item h2 {
        color: #fff;
    }

.tile-list .tile-cell {
    position: relative;
    display: block;
}

.tile-list .panel-tile {
    margin-bottom: 1em;
}



.im-container.im-overview .im-overview,
.im-container.im-detail .im-detail {
    display: block;
}

.im-container.im-detail .im-overview,
.im-container.im-overview .im-detail {
    display: none;
}

    .im-container.im-detail .im-overview.latest,
    .im-container.im-detail .im-overview.latest .im-overview {
        display: block;
    }

.form-control-container .textValue {
    display: inline-block;
    padding-top: 10px;
}

.webForumList .itemRow {
    margin-bottom: 5px;
}
    .webForumList .itemRow .title,
    .webForumList .itemRow .title a
    {
        vertical-align: top;
    }

.timeline-item img.youtubethumb {
    width: 100%;
    height: auto;
}

.input-group .form-control {
    z-index: 0;
    position: relative
}

/*TILE ITEMS FOR MEMBER DIRECTORY UPDATE BY ZAKRIA JUNE 20, 2022*/
.tile-list-members .lrItems .lrInnerItems {
    -moz-column-width: 20em;
    -webkit-column-width: 20em;
    column-width: 20em;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
    display: inline-flex;
    flex-direction: row;
    /*width: 97vw;*/
    flex-wrap: wrap;
}

.tile-item_members {
    display: inline-grid;
    /*padding: .25rem;*/
    width: 100%;
    border: solid 1px white;
    border-radius: 5px;
    background-color: white;
}

    .tile-item_members .img-responsive {
        display: block;
        width: -webkit-fill-available;
        max-width: 100%;
        height: auto;
        max-width: 200px;
    }

    .tile-item_members > .mr10 > .image > .wraptocenter > .img-responsive {
        width: -webkit-fill-available;
        width: 100%;
        min-height: 211px;
    }

    .tile-item_members > .mr10 {
        margin-right: 0px !important;
    }

.mr10 {
    margin-right: 10px !important;
}

.tile-list-members .itemRow {
    min-width: 250px;
    margin-bottom: 1em;
    min-height: 305px;
}

.tile-item_members .p20 {
    padding: 5px !important;
    min-height: 100px;
}

.tile-item_members .image {
    background-color: white !important;
    margin: 8px 8px 0 8px;
}

.tile-item_members .panel-tile .panel-body h2 {
    font-size: 16px;
    margin: 0px;
    font-weight: bold;
    padding: 0 0 5px 0;
}

.tile-item_members .panel-tile .panel-body h4 {
    font-size: 12px;
  /*  color: lightslategray;*/
    margin: 0px;
    padding: 0 0 5px 0;
    width: 215px;
}


.tile-item_members .panel-tile .panel-body p {
    font-size: 10px;
    color: slategray;
    margin: 0px;
}

.tile-item_members .panel-callout .panel-body {
    background-image: none !important;
    background-size: 100% auto;
}

.tile-item_members .panel-tile {
    margin-bottom: 0em;
}

@media (max-width: 800px) {

    .tile-list-members .itemRow {
        min-width: 30vw;
    }

    .mr5 {
        margin-right: 1px !important;
    }
	
    .mobileRow {
        min-height: 100px !important;
    }
}

@media (max-width: 700px) {

    .tile-list-members .itemRow {
        min-width: 45vw;
    }

    .mr5 {
        margin-right: 1px !important;
    }
	
    .mobileRow {
        min-height: 100px !important;
    }
}

@media (max-width: 600px) {

    .tile-list-members .itemRow {
        width: 95vw;
        min-width: 94vw;
        margin-left: 1vw !important;
    }

    .row {
         margin-left: 1px; 
         margin-right: 1px; 
    }

    .mr5 {
        margin-right: 1px !important;
    }
	
	.col-xs-12, .col-md-7 {
        padding-left: 0px;
    }
}
/*END OF TITLE ITEMS FOR MEMBER DIRECTORY BY ZAKRIA JUNE 20, 2022*/

/*START OF DOOM SCROLLING MOBILE VIEW CSS BY ZAKRIA JULY 26,2022*/
@media (max-width: 600px) {

    .embed-min #timeline .timeline-item-doomscroll .panel.panel-doomscroll {
        left: 0px;
        width: 97vw;
    }

    .embed-min #timeline .fulllinesubject-level12-doomscroll {
        display: block;
        padding-right: 55px;
        padding-left: 42px;
    }

    .panel-body-doomscroll > div > .newsletter {
        zoom: 44%;
        width: 100%;
    }

    .lblpersonName {
        margin-left:23% !important;
    }
    .panel-body-doomscroll .img-responsive {
        margin: -9px 0 0 -10px !important;
    }

    .img-responsive {
        margin: 2px 0 0 -10px !important;
    }

    .inner-container {
        min-width: 85vw;
    }

        .inner-container > .row {
            width: 96% !important;
        }


        .inner-container > .rowembed {
            width: 86% !important;
        }

            .inner-container > .row > .left-column {
                width: 100% !important;
                padding-left: 0px !important;
            }

                .inner-container > .row > .left-column > .timeline-item {
                    width: 100%;
                }

                    .inner-container > .row > .left-column > .timeline-item > .timeline-icon > .profile-icon > img {
                        max-width: 50px !important;
                    }

                    .inner-container > .row > .left-column > .timeline-item > .panel {
                        left: 0px !important;
                        padding-left: 23vw;
                        width: 100%;
                    }
					
	.mobileRow {
        min-height: 100px !important;
    }
}

@media (min-width: 601px) and (max-width: 800px) {
    

    

    .tile-list-members-doomscroll {
        margin-left: 3vw;
    }
}

/*END OF DOOM SCROLLING MOBILE VIEW CSS BY ZAKRIA JULY 26,2022*/
.btn-bulkmove-dialog-button {
    display: none;
}

.delmove {
    padding: 5px;
    border: solid 1px silver;
    border-radius: 5px;
    background-color: white;
    margin-right: 6px;
    margin-bottom: 6px;
    font-size: 1rem;
    text-align: center;
    min-height: 100px;
    min-width: 19%;
    width: 19%;
}

.assetnametrunc {
    white-space: nowrap;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*.hashtagslink {
    color: white;
    text-decoration: underline !important;
    a: link:hover

{
    color: white;
}

a:visited:hover {
    color: white;
}

}*/


.prof-buttons-min {
    min-width: 130px;
   /* min-height: 34px;
    vertical-align: middle;*/
}

.prof-buttons-min-imp {
    min-width: 130px !important;
}

.ms10 {
    margin: 0px 10px;
}



.embed-min {
    overflow-x: hidden !important;
}

#timeline.timeline-single {
    max-width: 100%;
}

.lblpersonName {
    margin-left: 4.25vw;
}

.embed-min {
    margin-bottom: 0% !important;
}

.inline-item {
    display:inline;
}



.cal-tile
{
    border:solid 2px #333;
    border-radius:5px;
    padding:5px;
    margin:0 10px 0 0;
    display:inline-block;
    min-width:45px;
    height:45px;
    text-align:center;
    float:left;
}
.cal-month {
    font-size:10px;
}
.cal-date {
    font-weight:bold;
}


.tile-cell-shade {
    margin: 15px 0 0 0;
    display: flex;
    
    flex-wrap: wrap;
}
    .tile-cell-shade .bs-table-sep
    {
        width:100%;
    }
    .tile-cell-shade .tile-cell-shade-cell {
        margin: 0 0 20px 0;
        display: flex;
        flex-wrap: nowrap | wrap | wrap-reverse;
    }
    .tile-cell-shade .tile-cell-shade-cell-child {
        border-radius: 4px;
        box-shadow: 0 0 1rem rgba(99, 99, 99, 0.3);
        display: flex;
        width: 100%;
    }
        /*////////////////// MOBILE APP //////////////////////*/
        #timeline.timeline-single .panel:before, #timeline.timeline-single .panel:after {
            border-width: 8px 0 8px 12px !important;
        }
    #timeline .panel:before, #timeline .panel:after {
    display: none;
}

#timeline.timeline-single .timeline-icon {
    left: 36px;
    right: auto;
    top: 4px;
    height: 30px;
    width: 30px;
    box-shadow: 0 0 0 0px #eeeeee;
}

#timeline.timeline-single .tile-list-members-doomscroll .timeline-icon {
    left: 20px;
    right: auto;
    top: 6px;
    height: 30px;
    width: 30px;
    box-shadow: 0 0 0 0px #eeeeee;
}

.embed-min .lrContainer #timeline.timeline-single .slick-slide .timeline-icon {
    left: 18px;
    right: auto;
    top: 19px;
}

#timeline:after {
    background: none;
}

#timeline .timeline-divider .divider-label {
    display: block;
    margin: 45px 0px -20px !important;
}

.admin-form {
    padding-top: 25px;
}

#timeline.timeline-single {
    margin-left: 2vw;
    margin-top: 1.3vh;
}

    #timeline.timeline-single .timeline-divider .divider-label {
        left: 0px;
        margin: 0 -1vw;
    }

.tile-item_members {
    width: auto;
    border: solid 1px white;
    margin-right: 20px;
}

.tile-list-members .itemRow {
    min-height: 1px;
   /* margin-left: 15px;*/
}

#timeline .panel {
    border: none;
    border-radius: 5px;
    margin-bottom: 0px;
}

.slick-container #timeline .panel {
    left: 0px;
    width: 40vw;
}

    .slick-container #timeline .panel.panel-doomscroll {
        left: 0px;
        width: 46vw;
    }

.col-md-6 {
    margin-bottom: 20px;
}

#lr_activities > .lrContent > .shortList > .tile-list .tile-row, #lr_activities > .lrContent > .shortList > .tile-list .lrInnerItems {
    -moz-column-width: 80em;
    -webkit-column-width: 80em;
    column-width: 80em;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
    column-span: all;
}

.timeline-child-container {
    width: 100%;
    display: flex;
}

.fulllinesubject {
    font-size: 1.2rem;
    font-weight: 600;
    padding-top: 40px;
    
}

.callout-header > .inner-context > .inner-text > h1
{
    color: white !important;
}

.tile-list-members-doomscroll {
    width: 65vw;
}

.form-horizontal .checkbox {
    margin-left: 4vw;
}

.timeline-item-doomscroll {
    padding-bottom: 0px !important;
}

.panel-doomscroll {
    left: 0vw;
    margin-bottom: 0px;
}

.panel-body-doomscroll {
    border: 0px;

}

    /*.panel-body-doomscroll>div>.msgbody-p-doomscroll{
        color: gray !important;
    }*/
    .panel-body-highlight {
        width: 20vw;
        background: white;
        border-radius: 5px;
        margin-top: 2px;
        margin-left: 10px;
        padding: 10px;
        height: -webkit-fill-available;
    }

    .panel-body-highlight h2 {
        margin-top: 0px;
    }

.profile-icon-doomscroll {
    padding-left: 7px;
}


.img-circle-doomscroll {
    max-width: 60px;
    margin: 0 0 0 -12px;
}

.lblpersonName-doomscroll {
    display: flex;
    margin-left: 4.25vw;
}

.fulllinesubject-level12-doomscroll {
    display:block;
    padding-right: 55px;
    padding-left: 75px;
    /*display: flex;
    margin-top: 0vh;
    margin-bottom: 2%;
    min-height: 35px;*/
}

.postdate-doomscroll {
    font-size: 1.2rem;
    font-weight: 200;
    padding-left: 5px;
    margin-top: -5px;
    min-width: 15%;
    text-align: right;
    position: absolute;
    right: 10px;
    top: 17px
}

.wraptocenter-doomscroll {
    display: inline-flex;
    margin-top: 3vh;
}

.msgbody-p-doomscroll {
    font-size: 1.22rem;
    font-weight: 500;
    line-height: 15px;

    
}

.tile-list .tile-item .panel-doomscroll h2,
.tile-list .tile-item .panel-doomscroll h2 a,
.tile-list .tile-item .panel-doomscroll h3,
.tile-list .tile-item .panel-doomscroll h3 a,
.tile-list .tile-item .panel-doomscroll h1,
.tile-list .tile-item .panel-doomscroll h1 a,
.tile-list .tile-item .panel-doomscroll p
{
    color: #333 !important;
}


    .msgbody-p-replace-doomscroll {
    font-size: 1.22rem;
    font-weight: 500;
    line-height: 15px;
    overflow: scroll;
}

.msgbody-h3-doomscroll {
    margin: 25px 0px 0px;
    min-width: 80%;
    min-height: 3px;
    padding: 0px;
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
    background-color: #ffffff;
}

.buttons-container-div-doomscroll {
    width: 100%;
    display: inline-flex;
    margin-top: 2vh;
}

.citem-row {
    padding-left: 15px;
    background-color: white;
    min-height: 100px;
    margin-bottom: -40px;
    border-radius: 10px;
    width: 100%;
}

.citem-img-circle-doomscroll {
    max-width: 48px;
    margin: -10px 0 0 -10px;
}

.citem-sourceperson {
    font-size: 1.2rem;
    font-weight: 600;
}

.citem-postdate {
    font-size: 1.2rem;
    font-weight: 200;
    padding-left: 10px;
    margin-top: -5px;
}

.citem-msgbody-p-doomscroll {
    font-size: 1.22rem;
    font-weight: 500;
    line-height: 15px;
}

.citem-buttons-container-div-doomscroll {
    width: 100%;
    display: inline-flex;
}

    .citem-buttons-container-div-doomscroll .buttons .mt20 {
        margin-top: 5px;
        margin-bottom: 20px;
    }

.btn-primary-citem {
    margin-bottom: 15px;
}

@media (max-width: 600px) {
    .timeline-child-container {
        display: contents;
        #highlights
        {
            margin-left: 0px !important;
            width: 99vw !important;
            height: auto !important;
            padding-left: 20px !important;
        }
    }

    
    #timeline .left-column {
        padding-left: 0px !important;
        width: 100%;
    }

.slick-container #timeline .panel {
    left: 0px;
    width: 65vw;
    padding-top: 2vh;
}



    .admin-form {
        padding-top: 0px !important;
    }

    .form-group {
        margin-bottom: 0px !important;
    }
    
    #content {
        width:100vw;
    }

    .alert {
        margin-top: 0vh;
    }

    #pnlLoading {
        margin-top: 30vh; 
    }

    #lr_activities {
        margin-left: -15px !important;
    }

    .navbar-double .navbar-branding {
        max-width: 180px;
    }

    #pnlContent {
        margin-top: 4vh;
    }

    /*#main {
        margin-top: 4vh;
    }
*/
    .modal-dialog {
        margin-top: 6vh;
    }

    .media-left {
        display: inline-block;
    }
}

@media only screen and (max-width: 360px) {
    .callout-header.row {
        margin: 0px 0px 0px 0px;
    }
}
@media only screen and (max-width: 450px) {

    .panel.profile-prof {
        width: 100%;
        margin-left: 0;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait) {
    .tile-list-members-doomscroll {
        width: 80vw;
        margin-left: 2vw;
    }

    .slick-container>.lrContent123 > #lr_activities > #timeline > .timeline-child-container > .tile-list-members-doomscroll {
        width: 98vw;
        margin-left: 0vw;
    }

    
    /* your css rules for ipad portrait */
}

@media only screen and (min-width: 708px) and (max-width: 1024px) and (orientation:landscape) {
    .tile-list-members-doomscroll {
        width: 80vw;
        margin-left: 1vw;
    }

    
    /* your css rules for ipad portrait */
}

@media only screen and (min-width: 1000px) and (max-width: 1374px) and (orientation:landscape) {
    .tile-list-members-doomscroll {
        width: 77vw;
        
    }
    
    /* your css rules for ipad portrait */
}


header.navbar.bg-primary {
    margin-top: 0vh !important;
}


/*////////////////// MOBILE APP //////////////////////*/





.org-icon-folder img,
.org-icon-file img {
    max-width:80px;
}

.tile-cell-shade-cell-child .fa-file,
.tile-cell-shade-cell-child .fa-folder-o {

    font-size:16rem !important;
    width:160px !important;
    max-width:160px !important;
}

.tile-cell-shade-cell-child .org-icon-folder img,
.tile-cell-shade-cell-child .org-icon-file img {
    max-width: 160px;
}
.btn-default.disabled
{
    color:#333 !important;
}

.media-collaborate:before
{
    display:block;
    position:absolute;

        font-family: FontAwesome;
        content: '\f1e1';
        margin-left: 50px;
        margin-top: -10px;
        color: #70ca63;
        font-size: 20px;
    }

.br-primary .panel-body h1,
.br-primary .panel-body .h1,
.br-primary .panel-body h2,
.br-primary .panel-body .h2,
.br-primary .panel-body h3,
.br-primary .panel-body .h3 {
    color: #333;
}

.pendingApproval
{
    opacity:0.5;
}



.forum-navigation {
    position: fixed;
    top: 50%;
    width: 100%;
    pointer-events: none;
    z-index: 1000;   
    max-width: 100%;

}


    .forum-navigation .nav-btn {
        position: fixed;
        width: 50px;
        height: 50px;
        background: #fff;
        color: #000;
        text-decoration: none;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        line-height:20px;
        pointer-events: auto;
        transition: background 0.3s, transform 0.2s;
        margin-top: -50px;
        box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.6);
        opacity: 0.5;
    }

  
    .forum-navigation .prev-btn {
        margin-left: -10px; 
    }

    .forum-navigation .next-btn {
        right: 0px; 
    }


    .forum-navigation .nav-btn .glyphicon
    {
        line-height:20px;
    }
    .forum-navigation .nav-btn:hover {
        opacity:1;
    }

    .group-fav
    {
        position:absolute;
        right:0;
        margin-right:20px;
        margin-top:20px;
        top:0;
    }
.group-fav .ui-rating .fa
{
    font-size:30px;
}

.group-list-fav {
    position: absolute;
    left: 0;
    top: 0;
}

.well {
    background: #f5f8fa;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom:15px;
}
.well-write {
    cursor: text;
    padding: 10px;
    display:flex;
}
.uxsimple-scroll .panel-body-doomscroll
{
    max-width:100%;
}
.container-toggle-expand {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    overflow: hidden;
}
    .container-toggle-expand .gradient {
        position: absolute;
        top:0;
        bottom: 0;
        height: 50px;
        width: 100%;
        background: linear-gradient(to top, rgba(255,255,255, 1) 15%, rgba(255,255,255, 0) 80% );
        pointer-events: none;
    }
.container-toggle-expand.show
{
    position:relative;
    height:auto;
    overflow:visible;
    background:none;
}
    .container-toggle-expand.show .gradient
    {
        display:none;
    }
.toggle-expand,
.toggle-collapse {
    cursor: pointer;
    margin-bottom: 15px;
}
    .toggle-expand:hover,
    .toggle-collapse:hover {
        text-decoration: underline;
    }
.lrScrollable .scroll-top,
.lrScrollable .scroll-refresh {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 40px;
    height: 40px;
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 37px;
    cursor: pointer;
    margin-top: -5px;
    background: #fff;
    transition: background 0.3s, transform 0.2s;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.6);
    opacity: 0.5;
}
.lrScrollable .scroll-top {
    position: fixed;
    bottom:50px;
    top:unset;
}
    .lrScrollable .scroll-top:hover,
    .lrScrollable .scroll-refresh:hover {
        opacity: 1;
    }
.scroll-options .dropdown-toggle {
    background:none;
    border:none;
    border-radius:3px;
}
.lrScrollable .scroll-thumbnail img
{
    max-width:100%;
}
.lrScrollable .scroll-attachments img
{
    width:40px;
    height:40px;
    border-radius:5px;
    overflow:hidden;
}
.lrScrollable .attach-container
{
    height:40px;
}
.lrScrollable .attach-container img {
    height: 40px;
    max-width: 40px;
}
.rawhtml
{
    width:100%;
    clear:both;
}
.uxsimple-addbtn
{
    font-size:18px;
    line-height:18px;
}
.uxsimple-scroll .panel
{
    margin-bottom:11px;
}
.uxsimple-content img {
    width: 100vw !important;
    max-width: 100%;
}
    .uxsimple-content img.autowidth {
        width: auto !important;
    }

    .uxsimple-scroll h3 {
        clear: both;
        padding-top: 5px;
    }
.widget-menu .btn-group {
    z-index: 1;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.bg-menu-top-right {
    background: linear-gradient(45deg, transparent 50%, white 100%);
    clip-path: polygon(100% 0, 100% 100%, 0 0);
    width: 100px;
    height: 100px;
    z-index: 0;
    right: 0;
    top: 0;
    position: absolute;
}

.img-circle-border {
    border: 5px solid #fff;
}


