﻿/***Style.css for styling with main structures such as headers, footers, menus, etc.***/

/*.row-flex {
    display: flex;
    flex-wrap: wrap;
}*/

#newfeed-navbar {
    background: #fff;
}

/* Profile pic in header */

.header,
.db-social nav.navbar {
    min-height: 69px;
}

nav.navbar .img-panel {
    width: 33px;
    height: 33px;
}

    nav.navbar .img-panel > img.avatar {
        height: 33px;
        width: 33px;
        margin-top: 1px;
    }

.db-social nav.navbar .avatar {
    border: none;
}

nav.navbar .nav-item > a:focus, nav.navbar .nav-item > a:hover, nav.navbar .nav-item > a:active, nav.navbar .nav-item > a:hover {
    outline: none;
}

@media (max-width: 767px) {
    nav .navbar .img-panel {
        margin-top: 10px;
    }
}



/* Pull-down menu */

nav.navbar .user-size.dropdown-menu li.welcome .img-panel {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 10px
}

nav.navbar .user-size.dropdown-menu li.welcome img {
    width: auto;
    height: 80px;
    margin: 0;
}

/************************************/
/*             MSS                  */
/************************************/
.w-120 {
    width: 120px !important;
}

.navbar-header .logo-big {
    width: 130px;
}

/*.db-social .head-profile {
    margin-bottom: 0;
}*/

/*.container-fluid + .container-fluid {
    padding-top: 0;
}*/
/************************************/

.list-group-item .media-body {
    padding: 10px;
}

/* Top arrow */

@media (max-width: 767px) {
    .go-top {
        bottom: 4px;
        right: 2px;
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
    /*modal popup padding*/
    .list-group-item .media-body {
        padding: 0;
    }
}

.elisyam-overlay.overlay-custom {
    background: rgba(14, 118, 188, .6);
}

.authentication-col-content h1 {
    font-size: 3.8rem;
}

.authentication-col-content .description {
    font-size: 1.4rem;
}


/*@media (min-width:767px) {
    .container-fluid.l-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}*/


.container-fluid.l-container {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
}

.user-authentication-pages:before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(14, 118, 188, .6);
    left: 0;
    top: 0;
    z-index: 9;
}

.user-authentication-pages .elisyam-overlay {
    z-index: 99;
    position: relative;
}

.field-validation-error {
    color: #e23f83;
    display: block;
    font-size: 80%;
    font-weight: 400;
}

.page-content {
    padding-bottom: 45px;
}

.link {
    color: #e76c90;
}

.pagination-block p {
    white-space: nowrap;
}

.page-item.disabled .page-link {
    background-color: transparent;
}

/*comments section*/
.db-social .widget-footer .meta li .numb {
    color: #aea9c3;
}

    .db-social .widget-footer .meta li .numb:hover {
        color: #ebecef;
    }

.txtlike, .txtunlike, .txtcomment, .txtuncomment {
    color: #aea9c3;
}

    .txtlike:hover, .txtunlike:hover, .txtcomment:hover, .txtuncomment:hover {
        color: #5d5386;
    }

.comments [id*='comment-box'] .reply .publisher.publisher-multi {
    background: transparent;
}

.social-item .img-panel {
    min-width: 40px;
}

@media (max-width:767px) {
    .db-social .publisher-multi {
        clear: both;
        padding-left: 0;
        padding-right: 0;
    }

        .db-social .publisher-multi.publisher-newtopic,
        .db-social .publisher-multi.bufferspace-sm,
        .mail .card-body,
        .panel-default > .panel-heading {
            padding-left: .5rem;
            padding-right: .5rem;
        }

    .panel-item-group [class*='col'] {
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .panel-body,
    .panel-footer {
        padding-left: .5rem !important;
        padding-right: .5rem !important;
    }


    .publisher.publisher-multi.mx-5 {
        margin-left: 15px !important;
        margin-right: 0px !important;
    }

    .widget-footer {
        display: block !important;
    }

        .widget-footer > div {
            width: 100%;
            float: left;
            margin: 0 auto !important;
            display: flex !important;
            text-align: center;
        }

        .widget-footer.section-comment-like > div:last-child:last-child {
            padding-left: 0;
            white-space: nowrap;
        }

        .widget-footer .display-items {
            margin: auto;
        }

    div.dataTables_wrapper div.dataTables_info {
        float: none !important;
    }

    .pagination-container {
        text-align: center;
        margin-top: 15px;
    }

    .pagination-r-block .pull-right {
        float: none !important;
    }

    .pagination-r-block .justify-content-end {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .pagination-container [class*='col-'] {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .section-comment-like {
        display: flex !important;
    }

        .section-comment-like > div {
            float: none;
        }    
}

@media (max-width: 575px) {   
    
   .attachments .file-upload-group {
        border: 1px solid #ecedf4;
    }

    .attachments .file-upload-group .form-control, .attachments .input-group-btn, .attachments .btn-file-upload {
        width: 100%;
    }
}

.pagination-container p {
    white-space: nowrap;
}

.single-datepicker {
    z-index: 1100 !important;
}

.daterangepicker.dropdown-menu {
    z-index: 9999 !important;
}

.daterangepicker select {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.form-control:disabled, .form-control[readonly] {
    background: transparent;
    cursor: default;
}

.modal {
    z-index: 9999;
}

    .modal#journeyModal {
        z-index: 999999 !important;
        background: rgba(46, 52, 81, 0.8);
    }

.contact-card .job.facilitator {
    color: rgba(230, 73, 103, .7);
}

.custom-required {
    position: absolute;
    top: 0px;
    left: 170px;
}

.complete-badge {
    background: url('../img/complete-badge.svg') no-repeat center 1.4rem;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 1.4rem;
    position: relative;
    text-align: center;
    min-width: 150px;
    min-height: 195px;
    background-size: 150px;
}

    .complete-badge .percent {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        margin-top: 9px;
        font-size: 1.3rem;
        color: black;
        text-align: center;
    }

        .complete-badge .percent i {
            font-style: normal;
            font-size: .9rem;
            color: black;
        }

        .complete-badge .percent:after {
            content: "Completed";
            display: block;
            font-size: .5rem;
            position: absolute;
            transform: translate(-50%, -50%);
            left: 50%;
            top: 50%;
            margin-top: 16px;
            font-weight: bold;
        }

.percent-session-complete {
    color: rgba(255, 255, 255, .6);
    font-weight: lighter;
    padding: 15px;
    border-radius: 3px;
    max-width: 235px;
    margin: 0 auto;
}

    .percent-session-complete b {
        font-weight: lighter;
        font-size: 1.5em;
        color: rgba(255, 255, 255, .8);
    }

    .percent-session-complete i {
        font-size: 1rem !important;
        font-style: normal;
    }

.alert-success-badge {
    color: #5d5386;
}

#page-completed.active:disabled {
    opacity: 1;
    cursor: default;
}

.setup-profile-holder {
    margin-top: 6px;
    margin-bottom: 15px;
}

.icon-journey-lg .ion-speedometer {
    font-size: 80px;
    color: rgba(92, 83, 133, .4);
}

.mail .sidebar-content {
    margin-top: 1.4rem;
}

.mail .cke_textarea_inline {
    max-height: 300px;
    overflow-y: auto;
}

.auto-scroll,
.messages-list,
.senders-list,
.msg-scroll {
    max-height: 100vh;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    height: auto !important;
}

.auto-scroll {
    max-height: 100%;
}

.msg-r-container {
    padding-left: 0;
    padding-right: 0;
}

.btn-reply-msg {
    font-size: 0.85rem;
    border-radius: 60px;
    background: #e23f83;
    color: #fff;
    border: 0 none;
    padding: 12px 20px;
    font-weight: 600;
}

.input-list-group label {
    word-break: break-word;
}

.msg-r-container {
    padding-top: 30px;
}

.table.tbl-responsive tbody td a,
.db-social .comments-body a,
.db-social .reply-body a,
.db-social .widget-header h4 {
    word-break: break-word;
}

@media (min-width:768px) {
    #tbl-hopesTemplate-listing tbody td:nth-of-type(2) {
        min-width: 200px;
    }
}

@media (max-width: 600px) {
    .tick-complete-fade {
        background: rgba(46, 52, 81, 0.8);
    }
}

@media screen and (max-width: 525px) {
    table[class="responsive-table"] {
        width: 100% !important;
    }

    .auto-scroll,
    .messages-list,
    .senders-list {
        max-height: 100%;
    }

    .msg-scroll {
        max-height: 60vh;
        min-height: 200px;
    }
}

.img-picker-inner {
    top: 70px !important;
    height: calc(100% - 70px) !important;
}

    .img-picker-inner .gallery > .gallery-imgs {
        height: calc(100vh - 232px) !important;
    }

.admin-dropdown {
    width: 100%;
    transform: translate3d(0px, 38px, 0px) !important;
}

.row.row-config-block-hdr {
    margin-right: -14px;
    margin-left: -14px;
    background: #f9f9f9;
}

.row-config-block-hdr div {
    background: #f9f9f9;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #000;
    font-weight: 600;
}

.row.row-config-block-body div {
    padding-top: 5px;
    padding-bottom: 5px;
}

.row.row-config-block-body .form-group {
    margin-bottom: 0;
}
.row.row-config-block-body textarea {
    border: 1px solid rgba(93, 83, 134, .5);
    background: transparent;
}
.row.row-config-block-body textarea:focus, .row.row-config-block-body textarea:active {
    border: 1px solid #000;
}
.row.row-config-block-body label {
    display: none;
}

.bodyblock .row.row-config-block-body:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);

}
.bodyblock .row.row-config-block-body:nth-of-type(odd)  label{
    color: #5d5386;
}

.custom-label-input input {
    background: none;
    border: none;
    padding: 0;
}

.collapse-column {
    position: relative;
    top: -20px;
}

.collapse-column .collapse{
    background: #f6f6f6;
}

.collapse-column .hdr-link {
    display: block;
    background-color: #f6f6f6;
}

.collapse-column .hdr-link:before {
    font-family: 'lineAwesome';
    display: inline-block;
    font-size: 1.4rem;
    vertical-align: middle;
    margin-right: .5rem;
    transition: .3s transform ease-in-out;
}

.collapse-column .hdr-link.collapsed:before {
    content: "\f110";        
}

.collapse-column .hdr-link:before {
    content: "\f113";
}

.collapse-column .card-body {
    max-height:200px;
    overflow-y: auto;
    background-color: #f6f6f6;
}

.file-attachments-icons {
    position: relative;
    padding-left: 25px;
}

.file-attachments-icons .la-paperclip {
    position: absolute;
    left: 0;
    font-size: 18px;
}

.file-attachments-icons .item {
    cursor: pointer;
    padding-left: 20px;
    position: relative;
}

.file-attachments-icons .ti-file {
    position: absolute;
    left: 0;
    top: 2px;
}

/*Footer*/
footer.main-footer.fixed-footer {
    margin-left: 0;
    z-index: 9;
    zoom:.8;
    padding-top:8px;
    padding-bottom:8px;
    min-height:35px;
    z-index: 100;
}
.content-inner.active footer.main-footer.fixed-footer {
    margin-left: 0;
}

.footer-text {
    color: rgba(44, 48, 77, .5)
}

.footer-text a {
    color: rgba(93, 83, 134, .7);
}

.footer-text a:hover {
    color: #5d5386;
}


/*rich link preview*/
.rich-link-preview h5 {
    color: rgba(44, 48, 77, .8);
}

.rich-link-preview p {
    font-size: 12px;
    margin-bottom: 0;
    color: rgba(44, 48, 77, .6);
}

.rich-link-preview h5 {
    color: rgba(44, 48, 77, .8);
}

.rich-link-preview a {
    word-break: break-word;
    font-size: 12px;
    color: #5d5386;
}

.rich-link-preview a:hover {
    color: #e76c90;
}

.quick-about {
    word-break: break-word;
}

.comments .rich-link-preview {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}

.rich-link-preview + br,
.comments .rich-link-preview + br + br, .comments .rich-link-preview + br + br + br {
    display: none;
}

.rich-link-preview img {
    width: 50px !important;
    height: 50px !important;
    object-fit: cover;
    object-position: bottom;
}

.stats-card-min-h {
    line-height: 1.4 !important;
    min-height: 57px;
}

.social-item .widget-body {
    word-break: break-word;
}

/*.trans-video {
    max-width: 600px;
}*/

.module-responsive tr td {
   word-break:break-word;
}
/*note and thoughts*/
.table#tbl-trackerEntries.module-responsive tr {
    display: table-row !important;
}

@media (min-width: 768px) {
    .config-max-col {
        max-width: 70px;
        min-width: 70px;
    }

    .module-responsive tr td {
        width: 40%;
    }
    .table#tbl-trackerEntries.module-responsive tr td:first-child {
        min-width: 175px;
        width: 175px;
    }
    .table#tbl-trackerEntries.module-responsive tr td:nth-child(2) {
        min-width: 175px;
        width: 175px;
    }
    .table#tbl-trackerEntries.module-responsive tr td:nth-child(3) {
        width: 50%;
    }
    .table#tbl-trackerEntries.module-responsive tr td:last-child {
        min-width: 50px;
        width: 50px;
    }
}

@media (max-width: 767px) {
    .img-picker-inner .gallery > .gallery-imgs {
        height: calc(100vh - 260px) !important;
    }

    .row.row-config-block-body label {
        display: block;
        font-weight: 600 !important;
    }

    .row.row-config-block-hdr {
        display: none;
    }
    
}

@media (max-width: 576px) {
    .page-content {padding-bottom:0;}
}

@media (max-width: 370px) {
    .img-picker-inner {
        top: 55px !important;
        height: calc(100% - 55px) !important;
    }

        .img-picker-inner .gallery > .gallery-imgs {
            height: calc(100vh - 250px) !important;
        }
}

@media only screen and (max-width: 767px) {
    .db-social .widget-body, .widget-header.no-actions, .widget-header {
        padding-left: .5rem;
        padding-right: .5rem;
    }

    #qsection-area {
        margin-left: -15px;
        margin-right: -15px;
    }

        #qsection-area .widget-body {
            padding-left: 0;
            padding-right: 0;
        }

    .table.tbl-responsive, .table.tbl-responsive thead, .table.tbl-responsive tbody, .table.tbl-responsive th, .table.tbl-responsive td, .table.tbl-responsive tr {
        display: block;
    }

        .table.tbl-responsive thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        .table.tbl-responsive tbody tr {
            margin: 0 0 1rem 0;
        }

            .table.tbl-responsive tbody tr:nth-child(odd) {
                background: #f5f4f7;
                color: #5d5386;
            }

        .table.tbl-responsive tbody td {
            position: relative;
            padding-left:50%;
        }        

        .table.tbl-responsive tbody td:before {
            position: absolute;
            top: 0;
            left: 6px;
            width: 45%;
            padding: 0.85rem 0.85rem 0.85rem 0;
            white-space: nowrap;
            font-weight: bold;
        }

            #tbl-test-scores tbody td {
                text-align: left !important;
            }

        #tbl-test-scores tbody td:nth-of-type(1):before {
            content: "Date";
        }

        #tbl-test-scores tbody td:nth-of-type(2):before {
            content: "Positivity";
        }

        #tbl-test-scores tbody td:nth-of-type(3):before {
            content: "Negativity";
        }

        #tbl-test-scores tbody td:nth-of-type(4):before {
            content: "Ratio";
        }

        #tbl-test-scores tr:last-child td:first-child {
            display: none;
        }
        #tbl-test-scores tr:last-child td:last-child:before {
            content: "average";
        }
   
        #tbl-test-scores tr:last-child td {
            font-weight:bold;
        }
    #tbl-Course-listing tbody td {
        text-align: left !important;
        font-size: 12px;
    }

        #tbl-Course-listing tbody td:nth-of-type(1):before {
            content: "Order Number";
        }

        #tbl-Course-listing tbody td:nth-of-type(2):before {
            content: "Course Name";
        }

        #tbl-Course-listing tbody td:nth-of-type(3):before {
            content: "Client Abbreviation";
        }

        #tbl-Course-listing tbody td:nth-of-type(4):before {
            content: "View";
            top: 18px;
        }

        #tbl-Course-listing tbody td:nth-of-type(4) {
            padding-top: 20px;
        }

    #tbl-course-module tbody tr {
        position: relative;
        padding-bottom: 50px;
        margin-bottom: 0;
    }

    #tbl-course-module tbody td:nth-of-type(1) {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    #tbl-course-module tbody td {
        text-align: left !important;
    }

        #tbl-course-module tbody td:nth-of-type(1):before {
            content: "";
        }

        #tbl-course-module tbody td:nth-of-type(2):before {
            content: "#";
        }

        #tbl-course-module tbody td:nth-of-type(3):before {
            content: "Module Name";
        }

        #tbl-course-module tbody td:nth-of-type(4):before {
            content: "Sessions";
        }

        #tbl-course-module tbody td:nth-of-type(5):before {
            content: "Cohorts";
        }

        #tbl-course-module tbody td:nth-of-type(6):before {
            content: "Content";
        }

    #tbl-course-questionnaire tbody tr {
        position: relative;
        padding-bottom: 50px;
        margin-bottom: 0;
    }

    #tbl-course-questionnaire tbody td:nth-of-type(1) {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

        #tbl-course-questionnaire tbody td:nth-of-type(1):before {
            content: "";
        }

    #tbl-course-questionnaire tbody td:nth-of-type(2):before {
        content: "#";
    }

    #tbl-course-questionnaire tbody td:nth-of-type(3):before {
        content: "Title";
    }

    #tbl-course-questionnaire tbody td:nth-of-type(4):before {
        content: "Type";
    }

    #tbl-users-participants tbody tr {
        position: relative;
        padding-bottom: 50px;
        margin-bottom: 0;
    }

    #tbl-users-participants tbody td:nth-of-type(1) {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    #tbl-users-participants tbody td {
        text-align: left !important;
    }

        #tbl-users-participants tbody td:nth-of-type(1):before {
            content: "";
        }

        #tbl-users-participants tbody td:nth-of-type(2):before {
            content: "#";
        }

        #tbl-users-participants tbody td:nth-of-type(3):before {
            content: "Full Name";
        }

        #tbl-users-participants tbody td:nth-of-type(4):before {
            content: "Email";
        }

        #tbl-users-participants tbody td:nth-of-type(4) {
            white-space: normal;
            word-break: break-all;
        }

        #tbl-users-participants tbody td.th-admin-cohorts:before {
            content: "Cohorts";
        }

        #tbl-users-participants tbody td.th-admin-activated:before {
            content: "Activated";
        }

    #tbl-usersorg-participants tbody td {
        text-align: left !important;
    }

        #tbl-usersorg-participants tbody td:nth-of-type(1):before {
            content: "Full Name";
        }

        #tbl-usersorg-participants tbody td:nth-of-type(2):before {
            content: "Email";
        }

        #tbl-usersorg-participants tbody td:nth-of-type(2) {
            white-space: normal;
            word-break: break-all;
        }

        #tbl-usersorg-participants tbody td:nth-of-type(3):before {
            content: "Cohorts";
        }

        #tbl-usersorg-participants tbody td:nth-of-type(4):before {
            content: "Activated";
        }

        #tbl-usersorg-participants tbody td:nth-of-type(5):before {
            content: "";
        }

    #tbl-admin-categories tbody td:nth-of-type(1):before {
        content: "#";
    }

    #tbl-admin-categories tbody td:nth-of-type(2):before {
        content: "Category Name";
    }

    #tbl-admin-categories tbody td:nth-of-type(3):before {
        content: "Type";
    }

    #tbl-admin-categories tbody td:nth-of-type(4):before {
        content: "View";
    }

    #tbl-mailtemplates tbody tr {
        position: relative;
        padding-bottom: 50px;
        margin-bottom: 0;
    }

    #tbl-mailtemplates tbody td:nth-of-type(1) {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

        #tbl-mailtemplates tbody td:nth-of-type(1):before {
            content: "";
        }

    #tbl-mailtemplates tbody td:nth-of-type(2):before {
        content: "#";
    }

    #tbl-mailtemplates tbody td:nth-of-type(3):before {
        content: "Type";
    }

    #tbl-mailtemplates tbody td:nth-of-type(4):before {
        content: "Subject";
    }

    #tbl-adminmailtemplates tbody tr {
        position: relative;
        padding-bottom: 50px;
        margin-bottom: 0;
    }

    #tbl-adminmailtemplates tbody td:nth-of-type(1) {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

        #tbl-adminmailtemplates tbody td:nth-of-type(1):before {
            content: "";
        }

    #tbl-adminmailtemplates tbody td:nth-of-type(2):before {
        content: "#";
    }

    #tbl-adminmailtemplates tbody td:nth-of-type(3):before {
        content: "Type";
    }

    #tbl-adminmailtemplates tbody td:nth-of-type(4):before {
        content: "Subject";
    }

    #tbl-adminmailtemplates tbody td:nth-of-type(5):before {
        content: "Session";
    }

    #tbl-session-content tbody td {
        text-align: left !important;
    }

    #tbl-session-content tbody tr {
        position: relative;
        padding-bottom: 50px;
    }

    #tbl-session-content tbody td:nth-of-type(1) {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

        #tbl-session-content tbody td:nth-of-type(1):before {
            content: "";
        }

    #tbl-session-content tbody td:nth-of-type(2):before {
        content: "#";
    }

    #tbl-session-content tbody td:nth-of-type(3):before {
        content: "Page Title";
    }

    #tbl-session-content tbody td:nth-of-type(4):before {
        content: "Session";
    }

    #tbl-session-content tbody td:nth-of-type(5):before {
        content: "Course";
    }

    #tbl-session-content tbody td:nth-of-type(6):before {
        content: "Module";
    }

    #tbl-session-content tbody td:nth-of-type(7):before {
        content: "Published?";
    }

    .table.module-responsive.tbl-responsive tbody td {
        padding-left: 90px;
    }

    .module-responsive td:nth-of-type(1):before {
        content: "";
    }

    .module-responsive td:nth-of-type(2):before {
        content: "Module";
    }

    .module-responsive td:nth-of-type(3):before {
        content: "Cohort";
    }

    .module-responsive td .btn-primary {
        color: black;
        background-color: #ffffff;
    }

    .module-responsive tr {
        position: relative;
        padding-bottom: 68px;
    }

        .module-responsive tr td.page-no {
            position: absolute;
            bottom: 0;
        }

    #tbl-view-session tbody tr {
        position: relative;
        padding-bottom: 50px;
        margin-bottom: 0;
    }

    #tbl-view-session tbody td:nth-of-type(1) {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    #tbl-view-session tbody td {
        text-align: left !important;
    }

        #tbl-view-session tbody td:nth-of-type(1):before {
            content: "";
        }

        #tbl-view-session tbody td:nth-of-type(2):before {
            content: "Title";
        }

        #tbl-view-session tbody td:nth-of-type(3):before {
            content: "Activate?";
        }

        #tbl-view-session tbody td:nth-of-type(4):before {
            content: "Sort";
        }

    #tbl-cohortlist tbody tr {
        position: relative;
        padding-bottom: 50px;
        margin-bottom: 0;
    }

    #tbl-cohortlist tbody td:nth-of-type(1) {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

        #tbl-cohortlist tbody td:nth-of-type(1):before {
            content: "";
        }

    #tbl-cohortlist tbody td:nth-of-type(2):before {
        content: "#";
    }

    #tbl-cohortlist tbody td:nth-of-type(3):before {
        content: "Name";
    }

    #tbl-cohortlist tbody td:nth-of-type(4):before {
        content: "Module";
    }

    #tbl-cohortlist tbody td:nth-of-type(5):before {
        content: "Start date";
    }

    #tbl-cohortlist tbody td:nth-of-type(6):before {
        content: "Participants";
    }

    #tbl-cohortlist tbody td:nth-of-type(7):before {
        content: "Activated?";
    }

    #tbl-cohortlist tbody td:nth-of-type(8):before {
        content: "Created by";
    }

    #tbl-cohortlist tbody tr {
        position: relative;
        padding-bottom: 50px;
        margin-bottom: 0;
    }

    #tbl-cohortlist tbody td:nth-of-type(1) {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

        #tbl-cohortlist tbody td:nth-of-type(1):before {
            content: "";
        }

    #tbl-cohortlist tbody td:nth-of-type(2):before {
        content: "#";
    }

    #tbl-cohortlist tbody td:nth-of-type(3):before {
        content: "Name";
    }

    #tbl-cohortlist tbody td:nth-of-type(4):before {
        content: "Module";
    }


    #tbl-gratitudeTemplate-listing tbody td:nth-of-type(1):before {
        content: "Form title";
    }

    #tbl-gratitudeTemplate-listing tbody td:nth-of-type(2):before {
        content: "Field text";
    }

    #tbl-gratitudeTemplate-listing tbody td:nth-of-type(3):before {
        content: "Course";
    }

    #tbl-gratitudeTemplate-listing tbody td:nth-of-type(4):before {
        content: "View";
    }

    #tbl-notesTemplate-listing tbody td:nth-of-type(1):before {
        content: "Form title";
    }

    #tbl-notesTemplate-listing tbody td:nth-of-type(2):before {
        content: "Field title";
    }

    #tbl-notesTemplate-listing tbody td:nth-of-type(2):before {
        content: "Field text";
    }

    #tbl-notesTemplate-listing tbody td:nth-of-type(3):before {
        content: "Course";
    }

    #tbl-notesTemplate-listing tbody td:nth-of-type(4):before {
        content: "View";
    }


    #tbl-hopesTemplate-listing tbody td:nth-of-type(1):before {
        content: "Form title";
    }

    #tbl-hopesTemplate-listing tbody td:nth-of-type(2):before {
        content: "Field text";
    }

    #tbl-hopesTemplate-listing tbody td:nth-of-type(4):before {
        content: "Course";
    }

    #tbl-hopesTemplate-listing tbody td:nth-of-type(3):before {
        content: "Caption";
    }

    #tbl-hopesTemplate-listing tbody td:nth-of-type(5):before {
        content: "View";
    }

    #tbl-goalTemplate-listing tbody td:nth-of-type(1):before {
        content: "Form title";
    }

    #tbl-goalTemplate-listing tbody td:nth-of-type(2):before {
        content: "Course";
    }

    #tbl-goalTemplate-listing tbody td:nth-of-type(3):before {
        content: "View";
    }

    .messages-list {
        height: auto !important;
        max-height: 60vh;
    }

    .table#tbl-trackerEntries tbody td {
        padding-left: 150px;
    }
    .table#tbl-trackerEntries.module-responsive tr {
        padding-bottom: 0;
        display: block!important;
    }
    #tbl-trackerEntries tbody tr {
        display: block !important;
    }

    #tbl-trackerEntries tbody td {
        text-align: left !important;
        font-size: 12px;
    }

        #tbl-trackerEntries tbody td:nth-of-type(1):before {
            content: "Date";
        }

        #tbl-trackerEntries tbody td:nth-of-type(2):before {
            content: "Title";
        }

        #tbl-trackerEntries tbody td:nth-of-type(3):before {
            content: "Notes and thoughts";
        }

        #tbl-trackerEntries tbody td:nth-of-type(4) {
            padding-top: 20px;
        }
}

@media (min-width:768px) {
    #tbl-hopesTemplate-listing tbody td:nth-of-type(2) {
        min-width: 200px;
    }
}

.custom-label-input input {
    background: none;
    border: none;
    padding: 0;
}

.btn {
    text-rendering: optimizeLegibility;
}

label.control-label:not(.sr-only) {
    position: relative;
}

label.control-label span.required, label.control-label span.text-danger {
    position: absolute;
}

/* Let's get this party started */
.auto-scroll::-webkit-scrollbar,
.messages-list::-webkit-scrollbar,
.senders-list::-webkit-scrollbar,
.msg-scroll::-webkit-scrollbar {
    width: 12px;
}

/* Track */
.auto-scroll::-webkit-scrollbar-track,
.messages-list::-webkit-scrollbar-track,
.senders-list::-webkit-scrollbar-track,
.msg-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #e9edef;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
.auto-scroll::-webkit-scrollbar-thumb,
.messages-list::-webkit-scrollbar-thumb,
.senders-list::-webkit-scrollbar-thumb,
.msg-scroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #e9edef;
    -webkit-box-shadow: inset 0 0 6px #e9edef;
}

    .auto-scroll::-webkit-scrollbar-thumb:window-inactive,
    .messages-list::-webkit-scrollbar-thumb:window-inactive,
    .senders-list::-webkit-scrollbar-thumb:window-inactive,
    .msg-scroll::-webkit-scrollbar-thumb:window-inactive {
        background: #e9edef;
    }


/*presessioin*/
.pre-session .inner {
    background: #f0eff4;
    border-radius: 50%;
    min-height: 148px;
    min-width: 148px;
    top: 4px;
    position: relative;
}

#userSessionCompletedModal .modal-dialog {
    z-index: 99999;
}

.mail .modal .publisher-multi {
    padding: 0;
    border: none;
}

.mail .modal .publisher-bottom {
    padding: 0;
    border: none;
}

.db-social .location {
    color: black !important;
}

.mail .media .date-send {
    color: black !important;
}

::-webkit-input-placeholder {
    color: rgba(44, 48, 77, .9) !important;
}

:-ms-input-placeholder {
    color: rgba(44, 48, 77, .9) !important;
}

::placeholder {
    color: rgba(44, 48, 77, .9) !important;
}


.goal-setting-wrap .goal-header p {
    color: black !important;
}

.rating_message {
    color: black !important;
}

.styled-radio label {
    color: black !important;
}


.db-social .widget-footer .meta li a:not(.btn),
.db-social .comments-footer .meta li a,
.db-social .widget-footer .meta li .numb,
.db-social .widget-header .time,
.widget-options .dropdown-menu a i,
.db-social .comments-header .time,
.db-social .reply-header .time {
    color: rgba(44, 48, 77, 1) !important;
}

    .db-social .widget-footer .meta li a:not(.btn):hover,
    .db-social .comments-footer .meta li a:hover,
    .db-social .widget-footer .meta li .numb:hover,
    .db-social .widget-header .time:hover {
        color: black !important;
    }

.contact-card .job {
    color: black !important;
}

.rich-link-preview p {
    font-size: 12px;
    margin-bottom: 0;
    color: black !important;
}

/*.btn-outline-secondary.btn-wd-comment {
    color: black !important;
}*/

nav.navbar .dropdown-menu a {
    color: black !important;
}

.txtlike, .txtunlike, .txtcomment, .txtuncomment {
    color: black !important;
}

.material-input label {
    color: black !important;
}

.form-control-label, .form-control {
    color: black !important;
}

.help-block {
    color: black !important;
}

.text-wrap-normal {
    white-space: normal !important;
}

form label {
    color: black !important;
}

.tracker-wid {
    background: red;
}

    .tracker-wid canvas {
        visibility: hidden;
    }

.bg-gradient-07 {
    background: #5cb85c;
    background: linear-gradient( 135deg, #5cb85c 0%, #ffffc7 100%) !important;
}

.circle-icon {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.custom-slider-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin-bottom: 5px;
    padding-top: 0;
}

    .custom-slider-container p {
        margin-bottom: 0;
    }

    .custom-slider-container input[type=range] {
        width: 100%;
        -webkit-appearance: none;
        margin: 0;
    }

        .custom-slider-container input[type=range]:focus {
            outline: none;
        }

        .custom-slider-container input[type=range]::-webkit-slider-runnable-track {
            width: 100%;
            height: 19px;
            cursor: pointer;
            /*box-shadow: 0 4px 4px rgba(0,0,0,0.3) inset;*/
            background: linear-gradient(to right, #2c304d, #35A834 40%, #ffd400 65%, #dd1451);
            border-radius: 20px;
            /*border: 0.2px solid #010101;*/
        }

        .custom-slider-container input[type=range]::-webkit-slider-thumb {
            /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
            border: 1px solid #000000;*/
            height: 20px;
            width: 20px;
            border-radius: 20px;
            background: white;
            cursor: pointer;
            -webkit-appearance: none;
            margin-top: -1px;
        }

    .custom-slider-container #severitySlider:before {
        content: attr(min);
        position: absolute;
        bottom: -25px;
        left: 20px;
        color: black;
        font-size: 1rem;
    }

    .custom-slider-container #severitySlider:after {
        content: attr(max);
        position: absolute;
        bottom: -25px;
        right: 20px;
        color: black;
        font-size: 1rem;
    }

    .custom-slider-container #val {
        font-size: 20px;
        position: absolute;
        left: 0;
        bottom: -40px;
        width: 100%;
        color: darkslategrey;
        text-align:center;
    }
.severity_rating {
    font-size: 16px;
    margin-bottom: 10px;
}
.severity_rating.rating_1 {
    color: #2c304d !important;
}
.severity_rating.rating_2 {
    color: #35A834 !important;
}
.severity_rating.rating_3 {
    color: #35A834 !important;
}
.severity_rating.rating_4 {
    color: #ffd400 !important;
}
.severity_rating.rating_5 {
    color: #dd1451 !important;
}

.ui-front {
    z-index: 9999 !important;
}

.input-group-addon-hide .input-group-addon {
    display:none;
}

db-social .jumbotron.admin,
.tooltip-inner,
.dropdown-header {
    color: #000 !important;
}

nav.navbar .user-size.dropdown-menu a.logout {
    color: #fff !important;
}

@media (max-width: 992px) {
    .tracker-buttons {
        flex-direction: column;
    }
}   
@media (max-width: 575px) {
    .tracker-buttons {
        flex-direction: column;
    }
    .monthly-weekly-buttons {
        display:flex;
        flex-direction: column;
    }
}
.ico-store-img img {
    opacity: .7;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}
.ico-store-img img:hover {
    opacity: 1;
}
.show-data-device-web {
    display:none;
}
body[data-device="Web"] .show-data-device-web {
    display: block;
}
.input-group.input-group-sm-h span.input-group-addon {
    height: 25px;
    line-height: 25px;
}

.input-group.input-group-sm-h .form-control {
    height: 25px;
}
#chartDiv {
    min-height: 310px;
    overflow-x:auto;
}
@media (min-width: 680px) {
    .daterangepicker.dropdown-menu:not(.single) {
        min-width: 640px;
    }
}
.action-static-modal {
    padding-right: 0!important;
}

.no-style {
    margin: 0;
    border: 0;
    padding: 0;
    background-color: transparent;
}

.badge-pink {
    color: #fff;
    background-color: #e23f83;
}

a.badge-pink:hover, a.badge-pink:focus {
    color: #fff;
    background-color: #bd2130;
}

a.badge-pink:focus, a.badge-pink.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}