﻿/* #region - ZenaComp */

.selectFamilyList {
    padding-left: 50px;
}

.selectFamilyTitle {
    font-size: 16px;
    padding-left: 50px;
    padding-bottom: 30px;
}

.selectFamilyDiv {
    width: 300px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-bottom: 30px !important;
    margin-right: 30px !important;
    float: left;
}

.selectPageImage {
    max-width: 280px;
    height: 100px;
}

.selectPageImageDiv {
    width: 300px;
    text-align: center;
    min-height: 100px;
}
.selectPageTitleDiv {
    width: 300px;
    text-align: center;
    padding-top: 10px;
}

.keyNumbersText {
    font-size: 14px;
    font-weight: bold;
}
.listingDiv {
    width: 400px;
}
.listboxarea label {
    margin-bottom: 5px;
    font-weight: bold;
    display: inline-block;
}

#example .listboxarea {
    max-width: none;
    width: 300px; /* Adjusted to match the window width minus some padding */
}

#example .k-listbox {
    width: 500px; /* Adjusted width to make use of the increased window size */
    /*height: 450px;*/
}

.bulletIndent {
    float: left;
    padding-right: 10px;
}
.keylist {
    min-height: 30px;
    height: auto;
}
.detailsKeyNumberList {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}
.keylistelements {
    font-size: 15px;
    color: #00504C;
}

.listtextbox {
    width: 100%;
    font-size: 16px !important;
}
.readonlyCVPText {
    float: left;
    width: 600px;
}

.readonlyCVPIcon {
    float: left;
    padding-left: 5px;
}

.readonlyCVPDiv {
    display: inline-block;
}

.editCVPDiv {
    display: none;
}

.editDivForButtons {
    float: right; 
}

.tipsDiv {
    width: 33%;
    height: 60px;
    background-color: white;
    float: left;
    text-align: left;
    max-width: 200px;
    padding-left: 10px;
}

.createCVPDiv {
    width: 33%;
    height: 60px;
    background-color: white;
    float: left;
    text-align: center;
    padding-top: 13px;
    max-width: 200px;
}

.cvpHomeDiv {
    width: 33%;
    height: 60px;
    background-color: white;
    float: left;
    text-align: right;
    max-width: 200px;
    padding-right: 10px;
    padding-top: 8px;
}

.cvpListRow {
    height: auto;
    min-height: 55px;
}

.cvplistViewHeaderSpan {
    width: 80px;
    display: inline-block;
    color: #c1c1c1;
    font-size: 12px;
}

.cvplistViewSpan {
    width: 80px;
    display: inline-block;
}

.cvplistDateHeaderSpan {
    width: 150px;
    display: inline-block;
    color: #c1c1c1;
    font-size: 12px;
}

.cvplistDateSpan {
    width: 150px;
    display: inline-block;
}

.cvplistPrintHeaderSpan {
    width: 60px;
    display: inline-block;
    color: #c1c1c1;
    font-size: 12px;
}

.cvplistPrintSpan {
    width: 60px;
    display: inline-block;
}

.cvplistCloneHeaderSpan {
    width: 60px;
    display: inline-block;
    color: #c1c1c1;
    font-size: 12px;
}

.cvplistCloneSpan {
    width: 60px;
    display: inline-block;
}

.cvplistDatePastHeaderSpan {
    width: 210px;
    display: inline-block;
    color: #c1c1c1;
    font-size: 12px;
}

.cvplistDatePastSpan {
    width: 210px;
    display: inline-block;
}

.contentRock {
/*    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    width: 150px;
    height: 150px;
    text-align: left;
    background-color: white;
    box-sizing: border-box;
    padding: 10px;
    z-index: 100;
    display: none;
    border: 1px solid black;
    /*to hide popup initially*/
}

.cloneTIR {
    /*    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    width: 130px;
    height: 200px;
    text-align: left;
    background-color: white;
    box-sizing: border-box;
    padding: 10px;
    z-index: 100;
    display: none;
    border: 1px solid black;
    /*to hide popup initially*/
}

.cloneSpan {
    color: #00504C;
    font-size: 24px;
    /*line-height: 25px;*/
}

.close-btnRock {
    position: absolute;
    right: 20px;
    top: 15px;
    background-color: red;
    color: white;
    /*    border-radius: 50%;*/
    cursor: pointer;
    height: 25px;
    width: 25px;
    text-align: center;
}

#rockEditor .k-editor {
    height: 130px;
}

#rockAttachmentList .k-listview-item {
    border-bottom: none;
    border-radius: 0px;
}

    #rockAttachmentList .k-listview-item:first-of-type {
        border-top: none;
        border-radius: 0px;
        border-bottom: none;
    }

#rockAttachmentList .k-card-body {
    padding-block: 5px;
    padding-inline: 0px;
    outline: 0;
    flex: 1 1 auto;
}

#noteAttachmentList .k-listview-item {
    border-bottom: none;
    border-radius: 0px;
}

    #noteAttachmentList .k-listview-item:first-of-type {
        border-top: none;
        border-radius: 0px;
        border-bottom: none;
    }

#noteAttachmentList .k-card-body {
    padding-block: 5px;
    padding-inline: 0px;
    outline: 0;
    flex: 1 1 auto;
}

.bottomMenu .k-button-md.k-icon-button .k-button-icon.k-svg-icon > svg, .k-button-md.k-icon-button .k-button-icon.k-icon-md > svg {
    width: 32px !important;
    height: 32px !important;
    color: #00504C !important;
}

.bottomMenu .k-button-md.k-icon-button .k-button-icon {
    width: 32px !important;
    height: 32px !important;
}


.rockSearchTeamDiv {
    float: left;
    margin-right: 25px;
}
.rockSearchStatusDiv {
    float: left;
}
.rockSearchFamilyDiv {
    float: left;
    margin-right: 25px;
    margin-top: 10px;
}
.rockSearchDueByDiv {
    float: left;
    margin-top: 10px;
}
.rockSearchTitleDiv {
    float: left;
    margin-top: 0px;
    width: 100%;
    max-width: 375px;
}
.rockSearchIconDiv {
    float: left;
    margin-top: 4px;
    margin-left: 20px;
}

.rockSearchArchiveDiv {
    float: left;
    margin-top: 12px;
    width: 80%;
    max-width: 375px;
}

.rockSearchIntervalDiv {
    float: left;
    margin-top: 10px;
}



.synclistCreateDiv {
    padding-top: 20px;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}


.synclistOwnerHeaderSpan {
    width: 80px;
    display: inline-block;
    color: #c1c1c1;
    font-size: 12px;
}

.synclistOwnerSpan {
    width: 80px;
    display: inline-block;
}

.synclistDateHeaderSpan {
    width: 220px;
    display: inline-block;
    color: #c1c1c1;
    font-size: 12px;
}

.synclistDateSpan {
    width: 220px;
    display: inline-block;
}

.synclistAgendaHeaderSpan {
    width: 60px;
    display: inline-block;
    color: #c1c1c1;
    font-size: 12px;
}

.synclistAgendaSpan {
    width: 60px;
    display: inline-block;
}

.synclistJoinSyncHeaderSpan {
    width: 60px;
    display: inline-block;
    color: #c1c1c1;
    font-size: 12px;
}

.synclistJoinSyncSpan {
    width: 60px;
    display: inline-block;
}

.synclistResendSyncHeaderSpan {
    width: 60px;
    display: inline-block;
    color: #c1c1c1;
    font-size: 12px;
}

.synclistResendSyncSpan {
    width: 60px;
    display: inline-block;
}



.extrapadding {
    /* this is to make up for the timer and button bar*/
    height: 175px;
}
.contentBodyResponsive {
    margin: auto;
    padding-bottom: 100px;
    float: left;
    width: 100%;
    overflow: auto;
}

.syncRow {
    height: auto;
    min-height: 70px;
}

.rockRow {
    height: auto;
    min-height: 35px;
    border-bottom: 1px solid #c1c1c1;
}

.rockRow td {
    padding-top: 2px;
}

.rockListGroupHeader {
    display: inline-block;
    vertical-align: top;
    margin-left: 0px;
    border-bottom: 1px solid #c1c1c1;
    margin-top: 20px;
    width: 530px;
}

    .rockListGroupHeader span {
        font-weight: bold;
    }

    .rocklistEditHeaderSpan {
        width: 50px;
        display: inline-block;
    }

.rocklistStatusHeaderSpan {
    width: 60px;
    display: inline-block;
    color: #c1c1c1;
    font-size: 12px;
}

.rocklistTitleHeaderSpan {
    width: 350px;
    display: inline-block;
    color: #c1c1c1;
    font-size: 12px;
}

.rocklistDueByHeaderSpan {
    width: 70px;
    display: inline-block;
    color: #c1c1c1;
    font-size: 12px;
}

.rocklistTeamHeaderSpan {
    width: 70px;
    display: inline-block;
    color: #c1c1c1;
    font-size: 12px;
}

.rocklistOwnerHeaderSpan {
    display: inline-block;
    color: #c1c1c1;
    font-size: 12px;
}

.rocklistEditSpan {
    width: 50px;
    display: inline-block;
}

.rocklistStatusSpan {
    width: 60px;
    display: inline-block;
}

.rocklistTitleSpan {
    width: 350px;
    display: inline-block;
    font-size: 16px;
}

.rocklistDueBySpan {
    width: 70px;
    display: inline-block;
}

.rocklistDueBySpan a {
    font-size: 12px;
}

.rocklistTeamSpan {
    width: 70px;
    display: inline-block;
}

.rocklistOwnerSpan {
    display: inline-block;
}












.familyRow {
    height: 70px;
}

.familylistEditHeaderSpan {
    width: 40px;
    display: inline-block;
}

.familylistNameHeaderSpan {
    width: 150px;
    display: inline-block;
    color: #c1c1c1;
    font-size: 12px;
}

.familylistEmailHeaderSpan {
    width: 160px;
    display: inline-block;
    color: #c1c1c1;
    font-size: 12px;
}

.familylistOrderHeaderSpan {
    width: 40px;
    display: inline-block;
    color: #c1c1c1;
    font-size: 12px;
}

.familylistInviteHeaderSpan {
    width: 40px;
    display: inline-block;
    color: #c1c1c1;
    font-size: 12px;
}

.familylistEditSpan {
    width: 40px;
    display: inline-block;
    font-size: 12px;
}

.familylistNameSpan {
    width: 150px;
    display: inline-block;
    font-size: 12px;
}

.familylistEmailSpan {
    width: 160px;
    display: inline-block;
    font-size: 12px;
}

.familylistOrderSpan {
    width: 40px;
    display: inline-block;
    font-size: 12px;
}

.familylistInviteSpan {
    width: 40px;
    display: inline-block;
    font-size: 12px;
}



















.reflectionRatingsDiv .k-svg-icon.k-icon-xl {
    width: 26px;
    height: 26px;
}


.reflectionRatingsDiv .k-rating-item {
    color: #949B4B !important;
}

.weeklySyncReflectionsSave {
    clear: both;
    padding-top: 5px;
}
.reflectionTitle {
    font-size: 18px;
}

.reflectionFamilyMemberName {
    font-size: 10px;
    font-weight: bold;
}

.reflectionRatingsDiv {
    padding-left: 30px;
    float: none;
    display: block;
}
.createAssignmentList {
    margin-bottom: 10px;
}

.addNewButton {
    color: #fff !important;
    background-color: #BD6728 !important;
    border-color: #BD6728 !important;
}

.k-grid-add {
    color: #fff !important;
    background-color: #BD6728 !important;
    border-color: #BD6728 !important;
}

.k-grid-edit-command {
    background-color: #00504C !important;
    border: #00504C !important;
}

.excelExportButton {
    color: #000 !important;
    background-color: #CCDCDB !important;
    border-color: #CCDCDB !important;
}

.k-grid-excel {
    color: #000 !important;
    background-color: #CCDCDB !important;
    border-color: #CCDCDB !important;
}

/*.btn {
    background-color: #00504C !important;
    border: #00504C !important;
}*/

.btn-primary {
    background-color: #00504C !important;
    border: #00504C !important;
}

.invoiceDiv {
    overflow-x: auto;
    width: 100%;
}

.invoiceGrid {
    margin-right: 0px;
    margin-bottom: 12px;
}

.tabBorder {
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 12px;
    margin-right: 20px;
}

.tabHeader {
    padding-top: 15px;
    padding-right: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    margin-left: 12px;
}

.weeklySyncBottom {
    bottom: 7px;
    left: 140px;
    right: 0px;
    position: fixed;
    z-index: 9999;
    border-top: 3px solid #00504C;
    background-color: white;
}

.cvpBottom {
    bottom: 7px;
    left: 140px;
    right: 0px;
    position: fixed;
    z-index: 9999;
    border-top: 3px solid #00504C;
    background-color: white;
}

.timerDiv {
    width: 250px;
    height: 60px;
    background-color: white;
    float: left;
    margin-right: 5px;

}

.timerTotalDiv {
    width: 200px;
    height: 20px;
    text-align: center;
    font-size: 12px;
}

.timerProgressDiv {
    width: 100%;
    height: 20px;
    text-align: right;
    margin-left: 5px;
}

.timerProgressBarDiv {
    width: 160px;
    height: 20px;
    background-color: white;    
    float: left;
}

.timerProgressBarTimeDiv {
    width: 50px;
    font-size: 12px;
    float: left;
    text-align: right;
}

.progress {
    margin-bottom: 20px;
}

.progress .progress-bar {
    transition: unset;
}

.timerControlsDiv {
    width: 100%;
    height: 30px;
    margin-top: 2px;
}

.timerSkipBackwardDiv {
    width: 50px;
    float: left;
    padding-top: 3px;
    margin-left: 30px;
}

.timerPauseDiv {
    width: 50px;
    float: left;
    padding-top: 3px;
}

.timerSkipForwardDiv {
    width: 50px;
    float: left;
    padding-top: 3px;
}

.timerSuspendDiv {
    width: 50px;
    float: left;
    font-size: 12px;
}

.noteDiv {
    width: 70px;
    height: 60px;
    background-color: white;
    float: left;
}

.createDiv {
    width: 100px;
    height: 60px;
    background-color: white;
    float: left;
    margin: auto;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
    vertical-align: middle;
}

.createDivButton {
    width: 100%;
    height: 60px;    
}

.subitemdetails {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    max-width: 300px;
}

.navbar-toggler-icon {
    color: #949B4B !important;
    background-image: url('/images/hamburger.jpg') !important;
}

.navbar-light .navbar-toggler {
    color: white !important;
    border: none;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.nav-link:hover {
    color: #949B4B !important;
}

.navbar {
    margin-bottom: 0px !important;
}
.k-link, .k-link:hover {
    color: #404040 !important;
    font-size: 18px !important;
    font-weight: normal;
}

.weeklySyncTips {
    float: left;
    width: 60px;
    height: 60px;
}

.weeklySyncList {
    float: left;
}

.weeklySyncListView {
    width: 400px;
}

.bullelements {
    font-size: 2rem;
    line-height: 1.5rem;
    color: #00504C;
}

.boldlabel {
    font-weight: bold;
}

.darkgreen {
    background-color: #00504C !important;
}

.green {
    background-color: #00aa22 !important;
}

.lightGreenButton {
    background-color: #CCDCDB !important;
}

.k-form-error,
.k-form-hint {
    display: inline !important;
}

.text-right {
    text-align: right !important;
}

.pbselected {
    color: #949B4B !important;
}

.k-panelbar > .k-panelbar-header > .k-link {
    padding-inline: 2px !important;
    padding-block: 0px !important;
}

.pbunselected {
    color: #000000 !important;
}

.loginForm {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.headerSVG {
    width: 50%;
    min-width: 600px;
    max-width: 600px;
    height: 89px;
    min-height: 89px;
}

.headerContainer {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;    
}

.text-GDPBlue {
    color: #121416 !important;
}

.EditLink {
    color: #ae8f62 !important;
    font-weight: bold;
}

a {
    color: #949B4B !important;
}

    a.text-GDPBlue:hover, a.text-dark:focus {
        color: #5e7ead !important;
    }

    a.text-GDPBlue:active {
        color: #5e7ead !important;
    }

.Site-Logo {
    float: left;
    background: #ffffff;
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 2px;
    min-height: 40px;
}

    .Site-Logo img {
        height: 40px;
    }

.Site-LogoLogin {
    text-align: center;
    background: #ffffff;
    padding-top: 10px;
    padding-left: 0px;
    min-height: 100px;
}

.Site-Header {
    border-bottom: 3px solid #00504C;
    height: 132px;
    margin-left: 8px;
    margin-right: 8px;
}

.Site-LogoLogin img {
    height: 70px;
}

.siteMenu {
    padding-top: 30px;
}

.highZ {
    z-index: 999;
}

.hamburg {
    z-index: 999;
    margin-top: -8px;
    margin-left: 10px;
    border-color: white !important;
    color: #949B4B !important;
    background-color: white !important;
    background-image: none;
}

/*.k-menu .k-item {
    min-width: 140px;
}*/

.whiteBackground {
    background-color: #ffffff;
}

.k-separator {
    color: #BD6728;
    background-color: #BD6728;
}

.groupPanelHeader, .providerPanelHeader {
    color: #5e7ead;
    font-weight: bold;
}

.bottomMenu {
    display: none;    
}

.ShowSideBar {
    display: inline-block;
    float: left;
    width: 128px;
    padding-right: 5px;
    padding-left: 8px;
}

.ShowFooter {
    display: block;
}

.ShowTopMenu {
    display: block;
}

.k-panelbar {
    background-color: #f7f4ed !important;
}

.k-panelbar-item a {
    background-color: #f7f4ed !important;
    cursor: pointer !important;
}

.homePageImageContainer {
    max-width: 98%;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.homePageImage {
    border-radius: 20px;
    width: 50%;
    max-width: 1200px;
    min-width: 600px;
}

.contentBody {
    margin: auto;
    padding-bottom: 100px;
    float: left;
    max-width: 90%;
}

.contentBodyFullWidth {
    margin: auto;
    padding-bottom: 100px;
    float: left;
    max-width: 100%;
}

.contentBodyHome {
    margin: auto;
    padding-bottom: 100px;
}

.listtextarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 16px !important;
}

.startMeetingHomeContainer {
    max-width: 95%;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #CCDCDB;
    vertical-align: middle;
    border: 0px solid #CCDCDB;
    border-radius: 8px;
}

.startMeetingLink {
    color: #00504C !important;
    text-decoration: none;
    font-weight: bold;
    font-size: 24px;
}

.createHomeContainer {
    max-width: 95%;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #00504C;
    vertical-align: middle;
    border: 0px solid #00504C;
    border-radius: 8px;
}

.createHomeLink {
    color: #ffffff !important;
    text-decoration: none;
    font-weight: bold;
    font-size: 24px;
}

.form-control {
    -webkit-appearance: auto;
    appearance: auto;
}

@media (min-width:768px) {
    .contentBodyResponsive {
        margin: auto;
        padding-bottom: 100px;
        float: left;
        width: 600px;
        overflow: auto;
    }
}

@media (min-width:1024px) {
    .contentBodyResponsive {
        margin: auto;
        padding-bottom: 100px;
        float: left;
        width: 800px;
        overflow: auto;
    }
}

@media (min-width:1280px) {
    .contentBodyResponsive {
        margin: auto;
        padding-bottom: 100px;
        float: left;
        width: 1000px;
        overflow: auto;
    }
}

@media (min-width:1920px) {
    .contentBodyResponsive {
        margin: auto;
        padding-bottom: 100px;
        float: left;
        width: 1700px;
        overflow: auto;
    }
}

@media (max-width:414px) {
    .createDiv {
        width: 95px !important;
        height: 60px;
        background-color: white;
        float: left;
    }
}

@media (max-width:420px) {
    .weeklySyncListView {
        width: 230px !important;
    }

    .subitemdetails {
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
        max-width: 200px !important;
    }

    .timerDiv {
        width: 240px !important;
    }

    .createDiv {
        width: 60px !important;
        height: 60px;
        background-color: white;
        float: left;
    }

    .rocklistTitleHeaderSpan {
        width: 150px !important;
    }

    .rocklistTitleSpan {
        width: 150px !important;
        font-size: 14px;
    }

    .rockListGroupHeader {
        display: inline-block;
        vertical-align: top;
        margin-left: 0px;
        border-bottom: 1px solid #c1c1c1;
        margin-top: 20px;
        width: 370px;
    }

        .rockListGroupHeader span {
            font-weight: bold;
        }
}

    @media (max-width:400px) {
        .weeklySyncListView {
            width: 230px !important;
        }

        .subitemdetails {
            display: inline-block;
            vertical-align: top;
            margin-left: 5px;
            max-width: 200px !important;
        }

        .timerDiv {
            width: 240px !important;
        }

        .createDiv {
            width: 60px !important;
            height: 60px;
            background-color: white;
            float: left;
        }

        .rocklistTitleHeaderSpan {
            width: 150px !important;
        }

        .rocklistTitleSpan {
            width: 150px !important;
            font-size: 14px;
        }

        .rockListGroupHeader {
            display: inline-block;
            vertical-align: top;
            margin-left: 0px;
            border-bottom: 1px solid #c1c1c1;
            margin-top: 20px;
            width: 370px;
        }

            .rockListGroupHeader span {
                font-weight: bold;
            }

    }

    @media (max-width:767px) {
        .listingDiv {
            width: auto;
        }
        #example .listboxarea {
            max-width: none;
            width: 300px; /* Adjusted to match the window width minus some padding */
        }

        #example .k-listbox {
            width: 300px; /* Adjusted width to make use of the increased window size */
            /*height: 450px;*/
        }

        .readonlyCVPText {
            float: left;
            width: 300px;
        }

        .rockSearchTitleDiv {
            float: left;
            margin-top: 0px;
            width: 45%;
            max-width: 375px;
        }

        .loginForm {
            width: 350px;
            margin-left: auto;
            margin-right: auto;
        }

        #rockEditor .k-editor {
            height: 200px;
        }

        .bullelements {
            font-size: 2rem;
            line-height: 1rem;
            color: #00504C;
        }

        .synclistOwnerHeaderSpan {
            width: 80px;
            display: inline-block;
            color: #c1c1c1;
            font-size: 12px;
        }

        .synclistOwnerSpan {
            width: 80px;
            display: inline-block;
            font-size: 12px;
        }

        .synclistDateHeaderSpan {
            width: 150px;
            display: inline-block;
            color: #c1c1c1;
            font-size: 12px;
        }

        .synclistDateSpan {
            width: 150px;
            display: inline-block;
            font-size: 12px;
        }

        .synclistAgendaHeaderSpan {
            width: 60px;
            display: inline-block;
            color: #c1c1c1;
            font-size: 12px;
        }

        .synclistAgendaSpan {
            width: 60px;
            display: inline-block;
        }

        .synclistJoinSyncHeaderSpan {
            width: 60px;
            display: inline-block;
            color: #c1c1c1;
            font-size: 12px;
        }

        .synclistJoinSyncSpan {
            width: 60px;
            display: inline-block;
        }

        .synclistResendSyncHeaderSpan {
            width: 60px;
            display: inline-block;
            color: #c1c1c1;
            font-size: 12px;
        }

        .synclistResendSyncSpan {
            width: 60px;
            display: inline-block;
        }


        .rockListGroupHeader {
            display: inline-block;
            vertical-align: top;
            margin-left: 0px;
            border-bottom: 1px solid #c1c1c1;
            margin-top: 20px;
            width: 370px;
        }

            .rockListGroupHeader span {
                font-weight: bold;
            }

        .rockRow {
            height: auto;
            min-height: 35px;
        }

        .syncRow {
            height: auto;
            min-height: 70px;
        }

        .cvpListRow {
            height: auto;
            min-height: 55px;
        }

        .rocklistEditHeaderSpan {
            width: 50px;
            display: inline-block;
        }

        .rocklistStatusHeaderSpan {
            width: 60px;
            display: inline-block;
            color: #c1c1c1;
            font-size: 12px;
        }

        .rocklistTitleHeaderSpan {
            width: 215px;
            display: inline-block;
            color: #c1c1c1;
            font-size: 12px;
        }

        .rocklistDueByHeaderSpan {
            width: 70px;
            display: inline-block;
            color: #c1c1c1;
            font-size: 12px;
        }

        .rocklistTeamHeaderSpan {
            width: 70px;
            display: inline-block;
            color: #c1c1c1;
            font-size: 12px;
        }

        .rocklistOwnerHeaderSpan {
            display: inline-block;
            color: #c1c1c1;
            font-size: 12px;
        }

        .rocklistEditSpan {
            width: 50px;
            display: inline-block;
            vertical-align: top;
        }

        .rocklistStatusSpan {
            width: 60px;
            display: inline-block;
            vertical-align: top;
        }

        .rocklistTitleSpan {
            width: 215px;
            display: inline-block;
            font-size: 14px;
            vertical-align: top;
        }

        .rocklistDueBySpan {
            width: 70px;
            display: inline-block;
            vertical-align: top;
        }

        .rocklistTeamSpan {
            width: 70px;
            display: inline-block;
            vertical-align: top;
        }

        .rocklistOwnerSpan {
            display: inline-block;
            vertical-align: top;
        }

        .reflectionTitle {
            font-size: 16px;
        }

        .reflectionFamilyMemberName {
            font-size: 10px;
            font-weight: bold;
        }

        .reflectionRatingsDiv {
            padding-left: 30px;
            float: none;
            display: block;
        }

        .reflectionRatingsDiv .k-svg-icon.k-icon-xl {
            width: 17px;
            height: 17px;
        }

        .invoiceGrid {
            margin-right: 0px;
            margin-bottom: 12px;            
        }

        .invoiceDiv {
            overflow-x: scroll;
        }

        .tabBorder {
            padding-left: 15px;
            padding-right: 15px;
            margin-left: 12px;
            margin-right: 2px;
        }

        .tabHeader {
            padding-top: 15px;
            padding-right: 0px !important;
            margin-right: 0px !important;
            padding-left: 0px !important;
            margin-left: 12px;
        }

        .timerDiv {
            width: 250px;
            height: 60px;
            background-color: white;
            float: left;
        }

        .noteDiv {
            width: 60px;
            height: 60px;
            background-color: white;
            float: left;
        }

        .createDiv {
            width: 110px;
            height: 60px;
            background-color: white;
            float: left;
        }

        .weeklySyncBottom {
            bottom: 124px;
            left: 0px;
            right: 0px;
            position: fixed;
            z-index: 9999;
            background-color: white;
            border-bottom: 1px solid black;
        }

        .cvpBottom {
            bottom: 127px;
            left: 0px;
            right: 0px;
            position: fixed;
            z-index: 9999;
            border-top: 3px solid #00504C;
            background-color: white;
            border-bottom: 1px solid black;
        }

        .subitemdetails {
            display: inline-block;
            vertical-align: top;
            margin-left: 5px;
            max-width: 260px;
        }

        .k-link, .k-link:hover {
            color: #404040 !important;
            font-size: 10pt !important;
            font-weight: bold;
        }

        .weeklySyncListView {
            width: 300px;
        }

        .homePageImageContainer {
            max-width: 98%;
            margin: auto;
            padding-top: 10px;
            padding-bottom: 10px;
            text-align: center;
        }

        .homePageImage {
            border-radius: 12px;
            width: 100%;
            max-width: 550px;
            min-width: 340px;
        }

        .ShowTopMenu {
            display: none;
        }

        .k-menu-link {
            padding-inline: 0px !important;
            padding-right: 0px !important;
        }

        .bottomMenu {
            display: block;
            background-color: #f7f4ed;
        }

        .ShowFooter {
            display: none;
        }

        .ShowSideBar {
            display: none;
        }

        .siteMenu {
            padding-top: 0px;
        }

        .Site-Logo {
            float: left;
            padding-top: 10px;
            padding-left: 5px;
            min-height: 40px;
        }

            .Site-Logo img {
                height: 20px;
            }

        .Site-LogoLogin {
            text-align: center;
            background: #ffffff;
            padding-top: 15px;
            padding-left: 0px;
            min-height: 50px;
        }

            .Site-LogoLogin img {
                height: 30px;
            }

        .Site-Header {
            border-bottom: 3px solid #00504C;
            height: 62px;
            margin-left: 8px;
            margin-right: 8px;
            text-align: center;
        }

        .headerContainer {
            padding-top: 2px;
            padding-bottom: 2px;
            padding-left: 15px;
        }
    }

    .validateMsg {
        color: red;
    }

    .PageHeader {
        font-weight: bold;
        font-size: 20px;
        color: #ae8f62 !important;
        text-transform: uppercase;
        padding-bottom: 5px;
    }

    .PageHeaderInfo {
        font-weight: bold;
        font-size: 24px;
        padding-bottom: 10px;
        padding-left: 5px;
    }

    .PageHeaderInfoLessPadding {
        font-weight: bold;
        font-size: 24px;
        padding-bottom: 0px;
        padding-left: 5px;
    }

    .PageHeaderInfoDetail {
        font-weight: bold;
        font-size: 20px;
        padding-bottom: 10px;
        padding-left: 5px;
    }

.PageHeaderList {
    font-weight: normal;
    font-size: 14pt;
    line-height: 1.25;
    color: #00504C !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .PageHeaderInfoList {
        font-weight: bold;
        font-size: 24px;
        /*border-bottom: 1px solid #dee2e6;*/
    }

    .EditForm {
        border: 1px solid #dee2e6;
        padding-top: 5px;
        padding-left: 5px;
    }

    .PageBody {
        /*border: 1px solid #dee2e6;*/
        padding-left: 5px;
        padding-right: 5px;
    }

    .PageBodyList {
        /*border: 1px solid #dee2e6;*/
        padding-left: 5px;
        padding-right: 5px;
    }

    .SideBarBody {
        float: left;
        width: 80%;
        margin-left: 5px;
        margin-top: 5px;
    }

    .GridHeader {
        font-weight: bold !important;
    }

    .GridToolbarButtonText {
        color: #ffffff !important;
        position: absolute !important;
        right: 10px !important;
    }

    .HeaderBackground {
        background: #ffffff;
    }
    /* #endregion */
