.imageNote {
    position: relative;
    width:20px;
    height:20px;
}
.imageNoteSearchRoom {
    position: relative;
    width:32px;
    height:32px;
}
.imageNoteFilter {
    filter: alpha(opacity=30);
    opacity:0.3;
}
.unreadNumber {
    font-weight: bold;
    color:#FF4E00;
    font-size: .8em;
    position:relative;
    margin-top: -30px;
    margin-left: 20px;
}
.unreadNumberSearchRoom {
    font-weight: bold;
    color:#FF4E00;
    font-size: .8em;
    position:relative;
    margin-top: -35px;
    margin-left: 30px;
}
.userUnreadNumber {
    font-weight: bold;
    font-size: .8em;
    position:absolute;
    margin-top: -10px;
    margin-left: 20px;
}
.unreadNumberSearch {
    font-weight: bold;
    color:#FF4E00;
    font-size: .8em;
    position:relative;
    margin-top: -25px;
    margin-right: -8px;
}
.unreadNumberSearchOrder {
    float:right;
    font-weight: bold;
    color:#FF4E00;
    font-size: .8em;
    margin-top: -5px;
    margin-right: -8px;
}
.colorWhite {
    color: white;
}

.positionAbsolute {
    position: absolute;
}

#tello.tello {
    background-color: #fff;
}

#tello-note.tello {
    padding: .5em 1em;
    background-color: #fff;
}

/*#tello a {*/
    /*color:white;*/
/*}*/

#tello-note a {
    color:black;
}

.dialog-note-class div.ui-dialog div.ui-dialog-content, .dialog-note-class .ui-dialog-content {
    padding: .5em 1em !important;
    font-size: 12px;
    background-color: #FFFFFF;
}

.tello.section {
    width: 1100px;
    height: 100%;
}

.tello.section.grey {
    background-color: #f6f6f6;
}

.tello .div-block {
    position: static;
    left: 0px;
    top: 5%;
    right: 0px;
    bottom: 0px;
    display: block;
    height: 800px;
    margin-top: 0px;
    margin-right: 22px;
    margin-left: 22px;
    background-color: #fff;
}

.tello .div-block.grey {
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    background-color: #fff;
}

.tello .div-block.grey._2 {
    display: block;
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
}

#tello.image, #tello-note.image {
    display: inline-block;
    margin-top: 0px;
    margin-right: 0px;

    max-width: 63px;
    max-height: 63px;

}

.tello .message_list_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding: 10px 10px 17px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #9b9b9b;
    background-color: #fff;
}

.tello .message_list_item:hover {
    background-color: #f5f5f5;
}

.tello .mes_line_name {
    display: inline-block;
    color: #147bb4;
    width:100%;
}

.tello .message_line_date {
    display: block;
    margin-bottom: 9px;
    color: #000;
    font-size: .9em;

}

.tello .mes_contact_det_wrapper {
    display: inline-block;
    margin-top: 0px;
    /*width: calc(100% - 75px);*/
}

#tello-note .mes_contact_det_wrapper, .tello .new .mes_contact_det_wrapper {
    width:auto;
}

#new_notes {
    display:none;
}
.tello .new_note {
    cursor:pointer;
}

.tello .mes_contact_wrapper {
    display: inline-block;
    width: 25%;
    padding-top: 2px;
    padding-right: 12px;
    float: left;
}

.tello .mes_line_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 77%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.tello .message_preview {
    display: inline-block;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    min-width: 500px;
    width: 65%;
    height: 42px;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 15px;
    float: left;
    border-left: 1px solid #9e9e9e;
    font-size: 11px;
    font-style: italic;
    line-height: 20px;
}

.tello .message_no_main_wrap {
    position: relative;
    display: inline-block;
    width: 20%;
    margin-top: -1px;
    margin-right: 0px;
    padding-right: 18px;
    float: right;
    text-align: center;
}

.tello .no-of-messages {
    display: inline-block;
    margin-top: 3px;
    text-align: right;
    font-size:.9em;
}

.tello .mes_button_wrapper {
    display: inline-block;
    width: 15%;
    margin-top: -1px;
    float: right;
    text-align: right;
}

.tello .see_message_button {
    border-radius: 5px;
    background-color: #ef5d2a;
}

.tello .see_message_button:hover {
    background-color: #d84d1c;
}

.tello .mes_heading {
    padding:10px;
    margin-bottom: 25px;
}

.tello .plus_number {
    position: static;
    top: 0px;
    right: 0px;
    display: inline-block;
    min-width: 24px;
    height: 24px;
    margin-top: -9px;
    margin-bottom: 14px;
    margin-left: 4px;
    padding: 3px 4px 5px 2px;
    border-radius: 20px;
    background-color: #ef5d2a;
    color: #fff;
    font-size: .9em;
    font-weight: bold;
}

.tello .plus_number_0 {
    position: static;
    top: 0px;
    right: 0px;
    display: inline-block;
    min-width: 24px;
    height: 24px;
    margin-top: -9px;
    margin-bottom: 14px;
    margin-left: 4px;
    padding: 3px 4px 5px 2px;
    border-radius: 20px;
    background-color: #d2d2d2;
    color: #fff;
    font-size: .9em;
    font-weight: bold;
}

.tello .message_no_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right-color: #e6e6e6;
    border-left-color: #e6e6e6;
}

.tello .message-tello {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 135px;
    margin: 10px 97px 12px 48px;
    padding: 34px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #929292;
    border-radius: 0px 25px 25px;
    background-color: #fff;
    box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, .43);
}

.tello-textarea {
    color:#555555;
    overflow-y: hidden;
    margin:0px;
    padding:0px;
}

.tello textarea, .tello textarea:focus {
    border:0px;
    color:#555555;
}

.tello .message._2 {
    margin-right: 50px;
    margin-left: 106px;
    padding: 34px;
    border-top-left-radius: 25px;
    border-top-right-radius: 0px;
    background-color: #e6f3fa;
}

.tello .message.new {
    height: auto;
    min-height: 150px;
    margin-top: 24px;
    padding-bottom: 64px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.tello .message_text {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: -9px;
    margin-left: 9px;
    padding-top: 0px;
    padding-left: 0px;
    float: left;
    border-left-style: none;
    border-left-color: #9e9e9e;
    font-size: 14px;
    line-height: 24px;
    font-style: italic;
}

.tello .message_text._2 {
    padding-right: 0px;
    padding-left: 0px;
}

.tello .message_text.new {
    color: #ccc;
    font-style: normal;
}

.tello .mes_details_wrapper {
    position: absolute;
    left: 0px;
    top: 0px;
    display: inline-block;
    width: 150px;
    margin-top: -50px;
    margin-left: -176px;
    padding: 10px 16px 16px;
    float: left;
    border: 1px solid #909090;
    border-radius: 150px;
    background-color: #fff;
    box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, .39);
    text-align: center;
}

/*#tello-note .mes_details_wrapper, .new .mes_details_wrapper {*/
    /*width:150px;*/
/*}*/

.tello .mes_details_wrapper.text-block-2 {
    left: auto;
    right: 0px;
    margin-right: -181px;
    border-radius: 150px;
    background-color: #e6f3fa;
}

.tello .date {
    display: block;
    margin-bottom: 0px;
    font-size: .9em;
}

.tello .messages_container {
    display: block;
    max-width: 800px;
    margin-top: 75px;
    margin-right: auto;
    margin-left: auto;
}

.tello .image_mes {
    display: block;
    height: 70px;
    margin: -1px auto 8px;
}

.tello .hour {
    display: block;
    margin-top: -4px;
    margin-bottom: 0px;
    color: #000;
    font-size: .9em;
    font-weight: 400;
}

.tello .profile_wrapper {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-top: 0px;
    margin-right: 15px;
    float: left;
    border-radius: 30px;
    background-color: #94adbe;
    background-image: url('../../../NewSearch/images/person.png');
    background-position: 50% 100%;
    background-size: 53px;
    background-repeat: no-repeat;
}

.tello .profile_wrapper.chat {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
}

.tello .role_title {
    display: block;
    margin-top: -2px;
    margin-bottom: -3px;
    font-size: 12px;
    font-style: italic;
}

.tello .bold-text {
    font-size: 16px;
}

.tello .chat_name {
    font-size: 1.1em;
}

.tello .role_title_chat {
    display: block;
    margin-top: 0px;
    margin-bottom: -3px;
    font-size: 12px;
    font-style: italic;
}

.tello .mes_back_link {
    display: block;
    margin-right: auto;
    margin-left: auto;
    color: #000;
    font-size: 1.5em;
    text-align: center;
    cursor:pointer;
}

.tello .mes_seen_date {
    display: block;
    margin-top: -5px;
    margin-right: 118px;
    color: #424242;
    font-size: 12px;
    text-align: right;
}

.tello .mes_send_button {
    position: absolute;
    right: 0px;
    bottom: 0px;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #505050;
    border-radius: 9px;
    background-color: transparent;
    color: #333;
    font-size:.9em;
}

.tello .mes_send_button:hover {
    background-color: hsla(0, 0%, 91%, .66);
}

.tello .read_icon {
    width:100%;
    height:20px;
    position:relative;
    text-align:right;
    top:-2px;
}

.tello .load-run {
    display: none;
}

.tello .w-button {
    display: inline-block;
    padding: 9px 15px;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}
.tello input.w-button {
    -webkit-appearance: button;
}

@media (max-width: 991px) {
    .tello.section {
        max-width:891px;
    }
    .tello.section.grey {
        padding-right: 12px;
        padding-left: 12px;
    }
    .tello .message_list_item {
        margin-top: 0px;
        padding-bottom: 1px;
    }
    .tello .mes_contact_wrapper {
        width: 25%;
    }
    .tello .mes_line_wrapper {
        display: block;
        width: 75%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-left: 1px solid #afafaf;
    }
    .tello .message_preview {
        width: 80%;
        margin-top: 10px;
        border-left-style: none;
        border-left-width: 0px;
    }
    .tello .message_no_main_wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding-right: 5px;
        text-align: left;
    }
    .tello .mes_button_wrapper {
        width: 20%;
        padding-right: 0px;
    }
    .tello .message_no_wrapper {
        margin-left: 15px;
        text-align: center;
    }
    .tello .message_text {
        padding-left: 53px;
    }
    .tello .message_text._2 {
        padding-right: 77px;
    }
    .tello .mes_details_wrapper {
        margin-top: -21px;
        margin-left: -81px;
    }
    .tello .mes_details_wrapper.text-block-2 {
        margin-right: -63px;
    }
    .tello .role_title {
        margin-top: 4px;
    }
}

@media (max-width: 767px) {
    .tello.section {
        max-width:676px;
    }
    .tello.section.grey {
        padding-right: 28px;
        padding-left: 26px;
    }
    .tello .mes_contact_wrapper {
        width: 30%;
    }
    .tello .message_preview {
        width: 70%;
    }
    .tello .mes_button_wrapper {
        width: 30%;
    }
    .tello .message {
        margin-right: -16px;
        margin-bottom: 14px;
    }
    .tello .message._2 {
        margin-left: 0px;
    }
    .tello .message_text {
        padding-left: 48px;
    }
    .tello .message_text._2 {
        padding-right: 66px;
    }
    .tello .mes_details_wrapper {
        margin-left: -94px;
    }
    .tello .mes_details_wrapper.text-block-2 {
        margin-right: -74px;
    }
}

@media (max-width: 479px) {

    .dialog-note-class div.ui-dialog div.ui-dialog-content, .dialog-note-class .ui-dialog-content {
        padding: .5em 1em !important;
        font-size: 12px;
        background-color: #ebebeb;
    }

    #tello-note.tello {
        padding: 0px;
        background-color: #ebebeb;
    }

    .tello .new_note {
        position: absolute;
        margin-top: -20px;
    }

    .tello.section {
        max-width:379px;
    }
    .tello.section.grey {
        padding-right: 0px;
        padding-left: 0px;
        background-color: #ebebeb;
    }
    .tello .div-block {
        margin-right: 10px;
        margin-left: 10px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .tello .div-block.grey {
        margin-right: 5px;
        margin-left: 5px;
        padding-right: 0px;
        padding-left: 0px;
        background-color: #ebebeb;
    }
    .tello .div-block.grey._2 {
        background-color: #ebebeb;
    }
    .tello .message_list_item {
        display: block;
        overflow: hidden;
        border-top: 2px solid #ebebeb;
        border-bottom-width: 5px;
        border-bottom-color: #ebebeb;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
    .tello .mes_line_name {
        display: block;
    }
    .tello .mes_contact_det_wrapper {
        float: left;
    }
    .tello .mes_contact_wrapper {
        width: 100%;
        float: none;
        border-bottom: 1px solid #dfdfdf;
    }
    .tello .mes_line_wrapper {
        width: 100%;
        padding-top: 6px;
        padding-bottom: 8px;
        border-left-style: none;
        border-left-width: 0px;
    }
    .tello .message_preview {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 11px;
        padding-left: 0px;
        font-size: 11px;
    }
    .tello .message_no_main_wrap {
        display: block;
        float: left;
        text-align: center;
    }
    .tello .mes_button_wrapper {
        width: 100%;
        float: none;
        text-align: center;
    }
    .tello .mes_heading {
        margin-top: 5px;
        padding-left: 10px;
        font-size: 20px;
    }
    .tello .message {
        overflow: hidden;
        margin-right: 18px;
        margin-bottom: 15px;
        margin-left: 3px;
        padding: 10px 7px;
        border-radius: 15px;
    }
    .tello .message._2 {
        margin-right: 3px;
        margin-left: 18px;
        padding-right: 7px;
        padding-left: 7px;
    }
    .tello .message.new {
        min-height: 230px;
    }
    .tello .message_text {
        margin-bottom: 0px;
        padding: 95px 0px 13px;
        font-size: 14px;
        line-height: 21px;
    }
    .tello .message_text._2 {
        padding-top: 95px;
        padding-right: 0px;
    }
    .tello .mes_details_wrapper {
        margin-top: 0px;
        margin-left: 0px;
        padding: 9px 15px;
        border-style: none none solid;
        border-width: 0px 0px 1px;
        border-bottom-color: #bdbdbd;
        border-radius: 0px;
        background-color: #fafafa;
        box-shadow: none;
    }
    #tello-note .mes_details_wrapper, .tello .new .mes_details_wrapper {
        width:100%;
    }
    .tello .mes_details_wrapper.text-block-2 {
        margin-right: 0px;
        border-radius: 0px;
        background-color: #d9e7ee;
    }
    .tello .date {
        display: inline-block;
        margin-right: 9px;
        float: left;
        color: #000;
        font-size: 11px;
    }
    .tello .messages_container {
        margin-top: 32px;
    }
    .tello .hour {
        display: inline-block;
        margin-top: 0px;
        float: left;
        font-size: 11px;
    }
    .tello .profile_wrapper.chat {
        margin-right: 11px;
        float: left;
    }
    .tello .role_title {
        margin-top: -2px;
    }
    .tello .role_title_chat {
        text-align: left;
    }
    .tello .mes_contact_name {
        display: block;
    }
    .tello .mes_seen_date {
        display: block;
        margin-right: 38px;
    }
}