.oedmodal .modal-header {color: #fff; background:#a4ba26; }
.oedmodal .modal-body  {
    padding: 15px;
    white-space:initial !important;
}
.oedmodal .modal-footer button.btn-primary,.oed-modal-footer button.btn-primary {
    background-color: #a4ba26;
    border-color:transparent
}
.oedmodal .modal-footer button,.oedmodal .modal-footer button:active {
    outline:none;
}

.cs-bg {
    height:100vh;
    width: 100%;
    z-index: -1;
    position: absolute;
    background: #000 url(../images/bg.jpeg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 0.7;
    -webkit-filter: blur(2px); /* Chrome, Opera */
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

.login-panel {
    height: 100vh;
    display: flex;
}

.login-content {
    background-color: #E7F8FE;
    border-radius:10px;
    width: 350px;
    position: relative;
    margin: auto;
}

.layout-flex {
    display: flex;
    justify-content:space-around;
}

.layout-flex2 {
    display: flex;
    justify-content:space-between;
}

.layout-flex3 {
    display: flex;
    justify-content:center;
    align-items: center;
    flex-direction: column;
}

.cs-ue {
    max-width: 400px;
    min-height: 530px;
}

.cs-marohn-logo {
    width: 60px;
    height: 60px;
}

.member_list .chat-body {
    margin-left: 47px;
    margin-top: 0;
}
.top_nav {
    overflow: visible;
}
.member_list .contact_sec {
    margin-top: 3px;
}
.member_list li {
    padding: 6px;
}
.member_list ul {
    border: 1px solid #dddddd;
}
.chat-img img {
    height: 34px;
    width: 34px;
}
.member_list li {
    border-bottom: 1px solid #dddddd;
    padding: 6px;
}
.member_list li:last-child {
    border-bottom:none;
}
.member_list {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.message_section {
    border: 1px solid #dddddd;
}
.chat_area {
    float: left;
    height: calc(100vh - 150px);
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}
.chat_area li {
    padding: 14px 14px 0;
}
.chat_area li .chat-img1 img {
    height: 40px;
    width: 40px;
}
.chat_area .chat-body1 {
    margin-left: 50px;
    margin-right: 50px;
}
.chat-body1 p {
    background: #fbf9fa none repeat scroll 0 0;
    padding: 10px;
}
.chat_area .admin_chat .chat-body1 {
    margin-left: 0;
    margin-right: 50px;
}
.chat_area li:last-child {
    padding-bottom: 10px;
}
.message_write {
    background: #f5f3f3 none repeat scroll 0 0;
    float: left;
    padding: 15px;
    width: 100%;
}

.message_write textarea.form-control {
    height: 70px;
    padding: 10px;
}
.chat_bottom {
    float: left;
    margin-top: 13px;
    width: 100%;
}

.member_list li:hover {
    background: #428bca none repeat scroll 0 0;
    color: #fff;
    cursor:pointer;
}