﻿.cbButton1 {
    width: 100%;
    border-radius: 25px;
    height: 43px;
    border: 1px solid #4a76a8;
    background: #4a76a8;
    text-align: center;
    padding-top: 10px;
    margin: 5px 0px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.2s linear 0s;
    color: #fff;
}

    .cbButton1:hover {
        background: #6792c3;
    }

.cbButton2 {
    width: 100%;
    border-radius: 25px;
    height: 43px;
    border: 1px solid #2c517b;
    background: #2c517b;
    text-align: center;
    padding-top: 10px;
    margin: 5px 0px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.2s linear 0s;
    color: #fff;
}

    .cbButton2:hover {
        background: #426c9c;
    }

.smallestSize {
    min-width: 320px;
}

.cbcCount {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #f20101;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: -2px;
    left: 37px;
}

.cbcCountSmall {
    background-color: #f20101;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    color: #fff;
    position: absolute;
    top: 2px;
    margin-left: 21px;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
}

#contactBookContainer {
    top: 10px;
    left: 10px;
    position: fixed;
    z-index: 10000;
    background-color: #e8eef6;
    width: auto;
    box-shadow: 1px 4px 7px rgba(0, 4, 13, 0.30);
    font-family: Lato, sans-serif;
}

    #contactBookContainer form {
        margin: 0px !important;
    }

.cbMinHeight {
    min-height: 663px;
}

#contactBookContainerheader {
    background-color: #4a76a8;
    height: 41px;
    width: 100%;
}

.cbHeadFunctionContain {
    color: #c1cedd;
    display: inline-block;
    transition: all 0.2s linear 0s;
}

.cbHeadButtonsContain {
    float: right;
    padding: 11px;
    color: #c1cedd;
}

    .cbHeadButtonsContain span {
        margin-left: 14px;
        cursor: pointer;
    }

        .cbHeadButtonsContain span:hover {
            color: #fff;
        }

.cbHeadFunctionContain #cbNav {
    margin-left: 3px;
}

    .cbHeadFunctionContain #cbNav li {
        padding: 11px;
        cursor: pointer;
    }

        .cbHeadFunctionContain #cbNav li:hover {
            color: #fff;
            transition: all 0.2s linear 0s;
        }

#cbConsultant #cbConsultantCount {
    background-color: #f20101;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    color: #fff;
    position: absolute;
    top: 6px;
    margin-left: 9px;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
}

#cbFolderAction {
    margin-left: 14px;
    display: inline;
}

#cbFolderListCont {
    position: absolute;
    width: 240px;
    box-shadow: 1px 4px 9px rgba(0, 4, 13, 0.2);
    overflow: auto;
    border: 1px solid #b5b4b5;
    z-index: 20;
    left: 48px;
    background: #fff;
    margin-top: 9px;
    min-height: 20px;
    display: none;
}

.cbflTitle {
    color: #444444;
    display: inline-block;
    font-size: 16px;
    font-family: Lato,sans-serif;
    transition: all 0.2s linear 0s;
}

    .cbflTitle:hover {
        color: #262626;
        transition: all 0.2s linear 0s;
    }

.cbflIcon {
    color: #5a82b0;
    display: inline-block;
    width: 30px;
    padding: 0px 5px;
}

#cbFolderList {
    list-style-type: none;
    width: 100%;
}

    #cbFolderList li {
        border-bottom: 1px solid #eeeeee;
        padding: 7px 10px;
        width: 100%;
        background: #fff;
        transition: all 0.2s linear 0s;
        text-align: left;
    }

        #cbFolderList li:hover {
            background-color: #dee8f3;
            transition: all 0.2s linear 0s;
        }

.cbHomeCont {
    width: 100%;
    background: #fff;
    color: #a1b4cd;
    padding-top: 40px;
    overflow-y: auto;
    left:367px;
}

#cbContent {
    width: 100%;
    background: #E8EEF6;
    display: inline-block;
    position: absolute;
}

#cbProfile {
    width: 100%;
    background: #fff;
    display: inline-block;
    position: absolute;
    box-shadow: 1px 4px 7px rgba(0, 4, 13, 0.30);
    display:none;
}

.cbContentHeight {
    height: 622px;
}



.cbhMenuCont {
    padding: 10px;
    width: 100%;
}

.cbhButton {
    width: 100%;
    border-radius: 25px;
    height: 50px;
    border: 1px solid #426081;
    color: #444444;
    text-align: center;
    padding-top: 13px;
    margin: 12px 0px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.2s linear 0s;
}

    .cbhButton:hover {
        border: 1px solid #54769c;
        background: #7199c7;
        color: #fff;
        transition: all 0.2s linear 0s;
    }

.cbhMap {
    padding: 25px 0px;
    display: block;
    font-size: 60px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s linear 0s;
}

    .cbhMap:hover {
        color: #fff;
        transition: all 0.2s linear 0s;
    }

.cbhLogo {
    text-align: center;
}

#cbhContManHead {
    display: none;
    text-align: center;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 50px;
}

#cbContSearchMenu {
    padding: 9px 15px;
    background: #2c517b;
}

#cbSubMenuTxt {
    color: #a1b4cd;
    display: inline-block;
    width: 21%;
    font-size: 18px;
}

#cbChatCont {
    display: inline-block;
    width: 100%;
    position: absolute;
    height: 100%;
}

#cbChatMenu {
    padding: 4px 10px;
    background: #fff;
    height: 39px;
    display: inline-block;
    width: 100%;
}

#cbChatMenuProfile {
    display: inline-block;
    color: #444444;
    width: 68%;
    overflow: hidden;
    white-space: nowrap;
}

.cbCMPImg {
    width: 31px;
    height: 31px;
    border-radius: 50%;
}

.cbCMPName {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.cbCMPMenu {
    display: inline-block;
    width: 30%;
    vertical-align: super;
    font-size: 22px;
    color: #4a76a8;
    padding: 0px 3px;
    cursor: pointer;
    transition: width 0.4s ease;
    text-align: right;
}

    .cbCMPMenu a {
        color: #4a76a8;
    }

    .cbCMPMenu i:hover {
        color: #74aae6;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.41);
        transition: width 0.4s ease;
    }

#cbChatCommContain {
    width: 100%;
    display: inline-block;
    background: #e8eef6;
    position: relative;
    height: auto;
}

.cbcMedia {
    height: 212px;
    display: inline-block;
    background: #aabfd7;
    text-align: center;
    width: 100%;
    display: none;
}

.cbcMsgList {
    display: inline-block;
    /*height: 488px;*/
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 10px 15px;
    color: #e8eef6;
    box-shadow: inset 0px 11px 15px -10px rgba(0, 0, 0, 0.23), inset 0px -11px 15px -10px rgba(0, 0, 0, 0.23);
}

.cbcmImg {
    height: 142px;
    width: 142px;
    border-radius: 50%;
    margin-top: 15px;
}

.cbcmBtn {
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    font-size: 22px;
    vertical-align: bottom;
    line-height: 38px;
    color: #4a76a8;
    margin: 8px 10px;
    cursor: pointer;
    transition: width 0.4s ease;
}

    .cbcmBtn:hover {
        border: 1px solid #4a76a8;
        transition: width 0.4s ease;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.41);
    }

    .cbcmBtn i {
        padding-top: 8px;
    }

.cbcmBtnRed {
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f20101;
    text-align: center;
    font-size: 22px;
    vertical-align: bottom;
    line-height: 38px;
    color: #fff;
}

.cbcmPrev {
    box-sizing: border-box;
    padding: 0.5rem 1rem;
    background: #74aae6;
    border-radius: 18px 18px 18px 18px;
    min-height: 2.25rem;
    max-width: 90%;
    border: 1px solid #bccde0;
    color: #444444;
    position: relative;
    cursor: pointer;
    text-align: center;
    margin-bottom: 5px;
    margin: auto 0px;
}

.cbcmMessage {
    box-sizing: border-box;
    padding: 0.5rem 1rem;
    background: #FFF;
    border-radius: 18px 0px 18px 18px;
    min-height: 2.25rem;
    max-width: 90%;
    border: 1px solid #bccde0;
    color: #444444;
    position: relative;
}



.cbcmContact .cbcmDate {
    color: #fff;
}

.cbcmContact .cbcmActionMenu i {
    color: #fff;
}

.cbcmContact .cbcmView i {
    color: #fff;
}

.cbcmDateView {
    display: inline-block;
    width: 100%;
}

.cbcmDate {
    display: inline-block;
    float: left;
    color: #444444;
    font-style: italic;
    font-size: 9px;
}

.cbcmView {
    display: inline-block;
    float: right;
    color: #224b7a;
}

    .cbcmView i {
        cursor: pointer;
    }

        .cbcmView i:hover {
            color: #74aae6;
            transition: width 0.4s ease;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.41);
        }

.cbcmMsg {
    display: inline-block;
    width: 100%;
    margin-top: 4px;
    font-size: 15px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.cbcmActionMenu {
    display: inline-block;
    width: 100%;
    text-align: right;
    color: #224b7a;
    font-size: 18px;
    transition: width 0.4s ease;
    height: 18px;
}

    .cbcmActionMenu i {
        cursor: pointer;
        margin: 0 10px;
    }

        .cbcmActionMenu i:hover {
            color: #74aae6;
            transition: width 0.4s ease;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.41);
        }

.cbcmProfile {
    width: 4rem;
    height: 4rem;
    position: absolute;
    float: right;
    right: -41px;
    top: -5px;
    display: inline-block;
}

    .cbcmProfile .memPostChat {
        top: 0px;
        left: 22px;
        color: #444444;
    }

.cbcmContact {
    margin: 1rem 0 1rem auto;
    border-radius: 0px 18px 18px 18px;
    background: #4a76a8;
    color: white;
}

    .cbcmContact .cbcmProfile {
        margin-left: -50px;
        position: relative;
        right: auto;
        float: left;
    }

.cbcmProfileImg {
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}

.cbcmActionContain {
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
}

.cbcmActions {
    display: inline-block;
    width: 100%;
    font-size: 24px;
    color: #4a76a8;
    margin-top: 5px;
}

    .cbcmActions i {
        cursor: pointer;
    }

        .cbcmActions i:hover {
            color: #74aae6;
            transition: width 0.4s ease;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.41);
        }

.cbcmActLeft {
    display: inline-block;
    float: left;
}

.cbcmActRight {
    display: inline-block;
    float: right;
}

.cbSubBtn {
    border-radius: 3px;
    height: 34px;
    border: 1px solid #608cbd;
    text-align: center;
    padding: 8px 6px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.2s linear 0s;
    color: #c1cedd;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    margin: 5px 0px;
}

    .cbSubBtn:hover {
        border: 1px solid #71a4dc;
        background: #3e70a9;
        color: #fff;
        transition: all 0.2s linear 0s;
    }

#cbAddCont {
    font-size: 22px;
}

    #cbAddCont i {
        margin-top: -3px;
    }

#cbAddGroupCont {
    display: inline-block;
    width: 100%;
    position: absolute;
}

#cbagMenu {
    padding: 9px 15px;
    background: #2c517b;
}

.cbMenuBack {
    color: #a1b4cd;
    display: inline-block;
    width: 10%;
    font-size: 18px;
    cursor: pointer;
}

.cbagmTxt {
    color: #c1cedd;
    display: inline-block;
    width: 70%;
    font-size: 18px;
}

.cbagmAction {
    border-radius: 3px;
    height: 27px;
    width: 27px;
    border: 1px solid #608cbd;
    text-align: center;
    padding: 6px 6px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.2s linear 0s;
    color: #c1cedd;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    margin: 5px 0px;
}

    .cbagmAction:hover {
        border: 1px solid #71a4dc;
        background: #3e70a9;
        color: #fff;
        transition: all 0.2s linear 0s;
    }

.cbagmDelete {
    display: inline-block;
    color: #c1cedd;
    cursor: pointer;
}

    .cbagmDelete:hover {
        color: #ff3737;
    }

.cbagmActionCont {
    text-align: right;
    display: inline-block;
    width: 17%;
}

#cbagForm {
    display: inline-block;
    width: 100%;
    padding: 10px;
    background: #DEE4EB;
    height: 557px;
}

#cbagfInput {
    padding: 20px 10px;
    width: 100%;
    display: inline-block;
}

#cbagfUpload {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    display: inline-block;
    background: #5181b8;
    color: #fff;
    font-size: 37px;
}

    #cbagfUpload i {
        margin-top: 30px;
    }

#cbagfImage {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    cursor: pointer;
    transition: all 0.4s linear 0s;
}

    #cbagfImage:hover #cbagfUpload {
        transition: all 0.4s linear 0s;
        background: #608cbd;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.41);
    }

    #cbagfImage:hover #cbagfTxt {
        transition: all 0.4s linear 0s;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.41);
    }

#cbagfTxt {
    font-size: 18px;
    color: #444444;
    margin-top: 20px;
}

#cbSearchFrom {
    width: 70%;
    display: inline-block;
}

    #cbSearchFrom .cbsContainer {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.cbsContainer button {
    background: none;
    border: none;
    width: 0px;
}

#cbSearchFrom input[type=text] {
    position: relative;
    padding: 10px 30px 10px 10px;
    width: 100%;
    color: #000000;
    height: 33px;
    border: none;
    border-radius: 5px;
    transition: width 0.4s ease;
    outline: none;
}

    #cbSearchFrom input[type=text]:focus {
        background: #fff;
    }

#cbSearchFrom i {
    position: relative;
    left: -26px;
    color: #4a76a8;
}

#cbContactsCont {
    display: inline-block;
    width: 100%;
    position: absolute;
}

#indexResults {
    overflow-x: hidden;
    overflow-y: scroll;
    white-space: nowrap;
    width: 100%;
    height: 559px;
    display: inline-block;
    position: absolute;
    background: #fff;
}

.cbcImg {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: width 0.4s ease;
}

.cbcName {
    width: 64%;
    display: inline-block;
    color: #444444;
    overflow: hidden;
    white-space: nowrap;
}


.cbcTime {
    display: inline-block;
    width: 24%;
    font-size: 14px;
}

.cbcChat {
    width: 7%;
    display: inline-block;
    color: #ee843f;
}

.cbcChatOn {
    color: #224b7a;
}

.cbcDet {
    border: 1px solid rgba(0, 0, 0, 0.06);
    padding: 2px 4px;
    background: rgba(255, 255, 255, 0.31);
}

.cbcAbout {
    float: left;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    margin-top: 1px;
    color: #4a76a8;
    padding: 2px 4px;
    background: rgba(255, 255, 255, 0.31);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.cbcDet:hover {
    border: 1px solid rgba(0, 0, 0, 0.19);
    background: rgba(255, 255, 255, 0.60);
}

.cbcAbout:hover {
    border: 1px solid rgba(0, 0, 0, 0.19);
    background: rgba(255, 255, 255, 0.60);
}

#people-list {
    margin-top: 20px;
    max-height: 450px;
    position: relative;
}

#indexResults ul {
    display: inline-block;
    list-style: outside none none;
    margin-bottom: 0;
    width: 100%;
    background: #fff;
}

#indexResults li {
    display: block;
    position: relative;
    width: 100%;
    padding: 10px;
    cursor: pointer;
}

    #indexResults li:hover {
        background: #e4edf7;
    }

        #indexResults li:hover .cbcImg {
            border: 2px solid#5181b8;
            transition: width 0.4s ease;
        }


#indexResults figure {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 17%;
    position: relative;
}

.friendz-meta {
    display: inline-block;
    line-height: 20px;
    padding-left: 10px;
    vertical-align: middle;
    width: 83%;
}

.cbcMsg {
    margin: auto;
    width: 100%;
    text-align: center;
    background: #bbefdf;
    font-weight: bold;
    background: -moz-linear-gradient(top, #bbefdf 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #bbefdf 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #bbefdf 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbefdf', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}

#cbDetailsCont {
    display: inline-block;
    width: 100%;
    position: absolute;
    overflow-y: auto;
}

#cbDetailMenu {
    padding: 4px 10px;
    background: #fff;
    height: 39px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dee8f3;
}

#cbdBack {
    color: #4a76a8;
    display: inline-block;
    width: 12%;
    font-size: 23px;
    vertical-align: top;
    position: relative;
    height: 28px;
    padding-top: 6px;
    cursor: pointer;
    transition: width 0.4s ease;
}

#cbDetailFormContainer {
    display: inline-block;
    height: 541px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 10px 5px;
    background: #DEE4EB;
}

    #cbDetailFormContainer .form-group {
        display: inline-block;
        width: 100%;
        margin: 4px 0px;
    }

@media (max-width: 991px) and (min-width: 768px) {
    #cbDetailFormContainer .form-group {
        padding-left: 3px;
        padding-right: 3px;
        padding-top: 0px;
    }
}

#cbDetailFormContainer fieldset {
    display: inline-block;
    width: 100%;
    margin: 0px;
}

.requiredField:before {
    color: #ff560c;
    content: "✭";
    white-space: pre;
    margin-right: 2px;
}

.cbdLabel {
    width: 38%;
    display: inline-block;
    font-size: 15px;
}

    .cbdLabel i {
        margin-right: 4px;
        color: #224b7a;
    }

.cbdInput {
    width: 60%;
    display: inline-block;
}

.cbdLabelSmall {
    width: 15%;
    display: inline-block;
    font-size: 16px;
}

.cbdInputSmall {
    width: 21%;
    display: inline-block;
}

#contProfileImg {
    width: 73px;
    height: 73px;
    border: 1px solid #224b7a;
    border-radius: 100%;
    display: inline-block;
    margin-left: 10px;
}

#cbDataImgEdit {
    font-size: 24px;
    margin-top: -67px;
    margin-left: 67px;
    display: block;
    color: #224b7a;
}

#cbDataProfileImg {
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 73px;
}

    #cbDataProfileImg:hover i, img {
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.41);
    }

#cbDataUpdate {
    display: inline-block;
    cursor: pointer;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: #2c517b;
    width: 100%;
}

    #cbDataUpdate:hover {
        background: #4a76a8;
    }

#cbDocumentsCont {
    display: inline-block;
    width: 100%;
    position: absolute;
}

.contDocFrom {
    width: 90%;
    color: #224b7a;
    font-size: 11px;
    text-align: left;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

    .contDocFrom span {
        font-weight: bold;
    }

.contDocDateDelete {
    display: inline-block;
    float: right;
    font-size: 10px;
}

.contDocDate {
    font-size: 10px;
    margin: 1px 0px;
    float: left
}

.contDocFrom2 {
    width: 100%;
    font-size: 11px;
    margin: 1px 0px;
}


.contDocDelete {
    color: #224b7a;
    display: inline-block;
    text-decoration: underline;
    cursor: pointer;
    margin: `px 0px 2px 9px;
    font-size: 14px;
}

    .contDocDelete:hover {
        color: #74aae6;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.41);
        transition: width 0.4s ease;
    }

.contDocDetails {
    width: 100%;
    display: inline-block;
    text-align: left;
    margin-top: 3px;
    vertical-align: top;
}

.contDocType {
    display: inline-block;
    font-size: 36px;
    padding-top: 4px;
    float: left;
    color: #224b7a;
}

.contDocName {
    display: inline-block;
    margin-left: 8px;
    max-width: 370px;
    padding-top: 0px;
    text-overflow: ellipsis;
    font-size: 13px;
}

.contDocName2 {
    font-size: 13px;
    color: seagreen;
    font-weight: bolder;
    cursor: pointer;
}


.contDocAddBtn {
    font-size: 15px;
    float: left;
    cursor: pointer;
    color: #224b7a;
    margin: 2px 0px 2px 139px;
}

    .contDocAddBtn:hover {
        color: #74aae6;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.41);
        transition: width 0.4s ease;
    }

.noteActive {
}

.contDocDownload {
    display: inline-block;
    cursor: pointer;
}

    .contDocDownload:hover {
        color: #74aae6;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.41);
        transition: width 0.4s ease;
    }

#contDocNotes {
    width: 312px;
    height: 60%;
}

#cbDocResults {
    overflow-x: hidden;
    overflow-y: scroll;
    white-space: nowrap;
    width: 100%;
    height: 583px;
    display: inline-block;
    position: absolute;
    background: #fff;
    margin-top: 39px;
}

    #cbDocResults ul {
        display: inline-block;
        list-style: outside none none;
        margin-bottom: 0;
        width: 100%;
        background: #fff;
    }

    #cbDocResults li {
        display: block;
        position: relative;
        width: 100%;
        padding: 10px;
        border-bottom: 1px solid #dee8f3;
    }

        #cbDocResults li:hover {
            background: #dee8f3;
        }

.cbdrWarning {
    color: #c00202;
}

#cbdDocMenu {
    color: #4a76a8;
    display: inline-block;
    width: 12%;
    font-size: 23px;
    vertical-align: top;
    position: relative;
    height: 28px;
    padding-top: 6px;
    cursor: pointer;
    transition: width 0.4s ease;
}

    #cbdDocMenu:hover {
        color: #74aae6;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.41);
        transition: width 0.4s ease;
    }

#cbDocMenuDrop {
    width: 200px;
    background: #fff;
    position: absolute !important;
    z-index: 18;
    box-shadow: 0 10px 18px -12px rgba(0, 0, 0, 0.5);
    min-height: 200px;
    border: 1px solid #dee8f3;
}

    #cbDocMenuDrop ul {
        display: inline-block;
        list-style: outside none none;
        margin-bottom: 0;
        width: 100%;
        background: #fff;
    }

    #cbDocMenuDrop li {
        display: block;
        position: relative;
        width: 100%;
        padding: 10px;
        cursor: pointer;
        border-bottom: 1px solid #dee8f3;
    }

        #cbDocMenuDrop li:hover {
            background: #dee8f3;
        }

        #cbDocMenuDrop li i {
            display: inline-block;
            padding-right: 6px;
            color: #5a82b0;
        }

.docMenuOpen {
    display: none;
}

.docmClosed {
    display: block;
}

.cbdResultType {
    cursor: default;
    font-size: 20px;
    font-weight: bold;
    color: #c1cedd;
    background: #2c517b;
    text-align: center;
    padding: 5px 10px !important;
}

    .cbdResultType:hover {
        background: #2c517b !important;
    }

.docAddNoteFrm {
    display: inline-block;
    width: 100%;
    padding: 5px 3px;
}

    .docAddNoteFrm textarea {
        resize: vertical;
        background: #fff;
        border: 2px solid #5a8ec9;
        padding: 10px;
        width: 100%;
        font-size: 14px;
    }

.docAddNoteBtn {
    display: inline-block;
    width: 100%;
    padding: 5px;
    height: 30px;
    border-radius: 15px;
    color: #c1cedd;
    background: #2c517b;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
}

.cbMsgContainer {
    margin-top: 40px;
    background: #fff;
    border: 1px solid #4a76a8;
    display: inline-block;
    width: 100%;
    width: -webkit-fill-available;
}

.cbMsgHead {
    width: 100%;
    background: #4a76a8;
    padding: 5px;
    display: inline-block;
}

.cbMsgFaq {
    float: right;
}

.cbMsgBody {
    background: #fff;
    width: 100%;
    padding: 20px;
    height: 84%;
}

.cbMsgTitle {
    text-align: center;
    color: #2c517b;
    font-size: 24px;
}

.cbMsgLogo {
    text-align: center;
    margin-top: 5px;
}

.cbMsgTxt {
    text-align: center;
    color: #444444;
    font-size: 18px;
    margin-top: 20px;
}

.cbMsgFrm {
    margin-top: 40px;
}

.FrmIcon {
    text-align: center;
    padding-top: 12px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 24px;
}

.iconBlue {
    color: #4a76a8;
}

.iconGrey {
    color: #9a9a9a;
    cursor: pointer;
}

.noStyle {
    border: none;
    box-shadow: none;
}

.cbMsgInputRow {
    border-bottom: 1px solid #9a9a9a;
    display: inline-block;
    width: 100%;
    padding-bottom: 5px;
}

.cbMsgContainer a {
    text-decoration: underline;
}

#msg {
    background: #ffda98;
    padding: 6px;
    color: #560000;
    margin-top: 5px;
    font-weight: bold;
    display: none;
}

#cbAppointAction {
    margin-left: 14px;
    display: inline;
}

#cbAppointListCont {
    position: absolute;
    width: 240px;
    box-shadow: 1px 4px 9px rgba(0, 4, 13, 0.2);
    overflow: auto;
    border: 1px solid #b5b4b5;
    z-index: 20;
    left: 48px;
    background: #fff;
    margin-top: 9px;
    min-height: 20px;
    display: none;
}

#cbAppointList {
    list-style-type: none;
    width: 100%;
}

    #cbAppointList li {
        border-bottom: 1px solid #eeeeee;
        padding: 7px 10px;
        width: 100%;
        background: #fff;
        transition: all 0.2s linear 0s;
        text-align: left;
    }


.cbcGroupVisitor {
    background: #ece9fb;
    border: 1px solid #d8d4f1;
}


.cbcGroupNotVisitor {
    background: #eefbed;
    border: 1px solid #c4eac1;
}

.cbcContactVisitor {
    background: #bcecee61;
    border: 1px solid #d8d4f1;
}

.cbMenuDropList {
    right: 20px;
    list-style: outside none none;
    padding-left: 10px;
    position: absolute;
    text-align: left;
    /*top: 100%;*/
    background: #fff;
    width: 82px;
    opacity: 1;
    /*visibility: hidden;*/
    box-shadow: 4px 7px 10px 0 rgba(0, 0, 0, 0.33);
    transition: all 0.2s linear 0s;
    border-radius: 0 0 5px 5px;
    border-top: 2px solid;
    z-index: 1;
    display: none;
}

    .cbMenuDropList li {
        cursor: pointer;
        display: list-item;
        text-align: -webkit-match-parent;
        position: relative;
        border-radius: 0 0 5px 5px;
        display: inline-block;
        font-size: 18px;
        font-weight: 500;
        padding: 6px 0px;
        transition: all 0.2s linear 0s;
        width: 100%;
    }

        .cbMenuDropList li:hover {
            background: #f5f5f5 none repeat scroll 0 0;
            padding-left: 10px;
        }



#cbRecentChat {
    background: #bccde0;
    padding: 3px;
    position: absolute;
    top: 50px;
    right: -31px;
    width: 351px;
    height: 600px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: -1;
    box-sizing: border-box;
    cursor: pointer;
    box-shadow: 1px 4px 7px rgba(0, 4, 13, 0.30);
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
}
/*#cbRecentChat:hover {
                -webkit-transform: translate(23rem, 0px);
                transform: translate(23rem, 0px);
            }*/
#cbrcMenu {
    float: right;
    height: 100%;
    background: #4a76a8;
    border-radius: 12px;
}

    #cbrcMenu:hover {
        background: #5787be;
    }

        #cbrcMenu:hover i {
            color: #fff;
        }

    #cbrcMenu i {
        color: #c1cedd;
        margin-top: 10px;
        margin-left: 5px;
    }

#cbrcCount {
    font-size: 18px;
    margin-top: 1px;
    margin-right: 1px;
    color: #fff;
    width: 25px;
    height: 25px;
    background: #FF0000;
    border-radius: 50%;
    text-align: center;
}

#cbrcListContain {
}

.rccpImg {
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}

.rccImg {
    position: absolute;
    right: 16px;
}

.recentContChat {
    position: relative;
    margin-bottom: 10px;
    margin-right: 32px;
    margin-top: 10px;
    padding-right: 15px;
    height: 53px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    background: #fff;
    cursor: pointer;
}

    .recentContChat:hover {
        background: rgba(255, 255, 255, 0.58);
    }

.rccCount {
    box-sizing: border-box;
    position: absolute;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 16px;
    padding-top: 0px;
    border-radius: 50%;
    top: 3px;
    right: 9px;
    background: #FF0000;
    color: white;
}

.rccName {
    position: absolute;
    right: 66px;
    font-weight: bold;
    text-align: right;
    top: 0px;
    font-size: 18px;
    width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.rccMessage {
    top: 26px;
    position: absolute;
    font-size: 16px;
    color: #414141;
    right: 66px;
    text-align: right;
    width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cbBtnWrap {
    border-radius: 3px;
    height: 31px;
    border: 1px solid #608cbd;
    text-align: center;
    padding: 3px 6px !important;
    display: inline-block;
    cursor: pointer;
    transition: all 0.2s linear 0s;
    color: #c1cedd;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    margin: 4px 2px;
}

    .cbBtnWrap:hover {
        border: 1px solid #71a4dc;
        background: #5b8ec8;
        color: #fff;
        transition: all 0.2s linear 0s;
    }

.cbSubmitBtn {
    width: 100%;
    border-radius: 25px;
    height: 50px;
    background: #2c517b;
    text-align: center;
    padding-top: 13px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.2s linear 0s;
    color: #fff;
    margin-top: 15px;
}

#cbMsgArea {
    position: absolute;
    padding: 10px;
    width: 100%;
    height: -webkit-fill-available;
    background: rgba(255, 255, 255, 0.00);
    z-index: 1;
    display: none;
}

.msgCloseChat {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 13px;
    right: 8px;
    cursor: pointer;
}

#contactBookInner {
    display: inline-block;
    position: relative;
    height: 100%;
    width: 100%;
}

#cbSubMenuTxtContacts {
    color: #a1b4cd;
    display: inline-block;
    width: 14%;
    font-size: 18px;
}

.ccConsultant {
    display: inline-block;
    cursor: pointer;
}

.ccmMenu {
    right: 20px;
    margin-top: -207px;
    list-style: outside none none;
    padding-left: 10px;
    position: absolute;
    text-align: left;
    background: #fff;
    width: 82px;
    opacity: 1;
    box-shadow: 4px 7px 10px 0 rgba(0, 0, 0, 0.33);
    transition: all 0.2s linear 0s;
    border-radius: 5px 5px 0 0;
    border-bottom: 2px solid;
    z-index: 1;
    display: none;
}



@-moz-document url-prefix() {
    .ccmMenu {
        margin-top: -262px;
    }
}

.ccmMenu li {
    cursor: pointer;
    display: list-item;
    text-align: -webkit-match-parent;
    position: relative;
    border-radius: 0 0 5px 5px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 6px 0px;
    transition: all 0.2s linear 0s;
    width: 100%;
}

.ccmMenu a {
    color: #4a76a8;
}

.ccmMenu li:hover {
    background: #f5f5f5 none repeat scroll 0 0;
    padding-left: 10px;
}

.noConsultant {
    color: #000 !important;
}

    .noConsultant:hover {
        color: #dd7300 !important;
    }

.cancelConsultant {
    color: #ff1700 !important;
}

    .cancelConsultant:hover {
        color: #d41300 !important;
    }

#zoomWindow {
    top: 10px;
    left: 10px;
    position: fixed;
    z-index: 10000;
    background-color: #e8eef6;
    width: 500px;
    height: 600px;
    box-shadow: 1px 4px 9px rgba(0, 4, 13, 0.2);
    font-family: Lato, sans-serif;
}

    #zoomWindow form {
        margin: 0px !important;
    }

#zoomWindowheader {
    display: inline-block;
    width: 100%;
    text-align: right;
    background: #4b83b1;
    color: #fff;
    padding: 5px 10px;
    cursor: move;
}
