﻿    .conversation_modal .modal-header{
	background: none;
}
.conversation_modal .modal-header h4, .conversation_modal .modal-header button{
	color: #000;
}
.scroll_box {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}
.scroll_box .dialog_check {
    max-height: inherit;
    overflow-y: inherit;
    overflow-x: inherit;
}
.dialog_check li {
    border-bottom: 0px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 0px !important;
    border-top: 1px solid #e5e5e5;
    padding: 0px !important;
}

.message_temp_body .tab-pane ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-left: solid 1px #e5e5e5;
}
.dialog_check li div label {
    display: block !important;
    position: relative !important;
    padding: 10px;
}
.dialog_check li div h1 {
    font-size: 16px;
    color: #3c3c3c;
    margin: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dialog_check li div h1 span {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    background: #3472d2;
    color: #fff;
    text-align: center;
    font-family: 'robotolight';
    font-size: 18px;
    line-height: 40px;
    margin-right: 5px;
}
.dialog_check li div h1 {
    font-size: 16px;
    color: #3c3c3c;
    margin: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dialog_check li div label:before {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    outline: none;
    right: -25px;
    top: 15px;
    left: inherit;
}
.dark_blue_btn {
    background: #3472d2;
    border: 0;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    padding: 13px 35px;
}
.continue_container {
    padding: 10px;
    text-align: right;
}