body {
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    background-color: #ecf0f5;
}

.direct-chat {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-top: 0px;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: none;
    margin-bottom: 0px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.box.box-primary {
    border-top-color: #3c8dbc;
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.box-header {
    color: #fff;
    display: block;
    padding: 10px;
    position: relative;
    background: #3c8dbc;
}

.box-header>.fa,
.box-header>.glyphicon,
.box-header>.ion,
.box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.box-header>.box-tools {
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
}

.pull-right {
    float: right!important;
}

.box-header>.box-tools [data-toggle="tooltip"] {
    position: relative;
}

.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
    background-color: #3c8dbc !important;
}

.bg-light-blue {
    color: #fff !important;
}

.btn {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
}

.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #fff;
}


/*.direct-chat .box-body {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    overflow-x: hidden;
    padding: 0px;
}*/

.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
    content: " ";
    display: table;
}

.box-header:after,
.box-body:after,
.box-footer:after {
    clear: both;
}

.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
    content: " ";
    display: table;
}

.direct-chat-messages,
.direct-chat-contacts {
    -webkit-transition: -webkit-transform .5s ease-in-out;
    -moz-transition: -moz-transform .5s ease-in-out;
    -o-transition: -o-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    height: 83vh;
}


/*.direct-chat-messages {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 10px;
    height: 520px;
    overflow: auto;
    background:#fff;
}*/

.direct-chat-msg {
    margin-bottom: 10px;
}

.direct-chat-msg,
.direct-chat-text {
    display: block;
}

.direct-chat-msg:before,
.direct-chat-msg:after {
    content: " ";
    display: table;
}

.direct-chat-msg:after {
    clear: both;
}

.direct-chat-info {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
}

.direct-chat-name {
    font-weight: 600;
}

.pull-left {
    float: left!important;
}

.direct-chat-timestamp {
    color: #999;
}

.direct-chat-img {
    border-radius: 50%;
    float: left;
    width: 40px;
    height: 40px;
}

.direct-chat-text {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    margin: 5px 0 0 50px;
    color: #444;
}

.direct-chat-msg,
.direct-chat-text {
    display: block;
}

.direct-chat-text:before {
    border-width: 6px;
    margin-top: -6px;
}

.direct-chat-text:after,
.direct-chat-text:before {
    position: absolute;
    right: 100%;
    top: 15px;
    border: solid transparent;
    border-right-color: #d2d6de;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
}

.direct-chat-msg {
    margin-bottom: 10px;
}

.direct-chat-info {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
}

.direct-chat-name {
    font-weight: 600;
}

.direct-chat-timestamp {
    color: #999;
}

.direct-chat-primary .right>.direct-chat-text {
    background: #3c8dbc;
    border-color: #3c8dbc;
    color: #fff;
}

.right .direct-chat-text {
    margin-right: 50px;
    margin-left: 0;
}

.direct-chat-text {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    margin: 5px 0 0 50px;
    color: #444;
}

.direct-chat-primary .right>.direct-chat-text:after,
.direct-chat-primary .right>.direct-chat-text:before {
    border-left-color: #3c8dbc;
}

.right .direct-chat-text:after,
.right .direct-chat-text:before {
    right: auto;
    left: 100%;
    border-right-color: transparent;
    border-left-color: #d2d6de;
}

.direct-chat-text:before {
    border-width: 6px;
    margin-top: -6px;
}

.right .direct-chat-img {
    float: right;
}

.direct-chat-img {
    border-radius: 50%;
    float: left;
    width: 40px;
    height: 40px;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    /*border-top: 1px solid #f4f4f4;*/
    padding: 10px;
    background-color: #fff;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.btn.btn-flat {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
}

.marg-top {
    margin-top: 20px;
    margin-left: 10px;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
}

.btn-box-tool:hover {
    color: #606c84;
    text-decoration: none;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-right: 3px;
    padding-left: 3px;
}

#iFrame1 {
    height: 635px;
    max-height: 100%;
}

#ifrsrc {
    position: relative;
}

.chat-icon {
    position: absolute;
    top: 0px;
    right: 6px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    z-index: 99;
}

#chat-list {}

#beginChat {
    padding: 30px 15px;
    text-align: justify;
}

#startChatSection {
    padding: 15px;
}

#addGroup {
    padding: 15px;
}

.products-list {
    list-style: none;
}

.product-list-in-box>.item {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #f4f4f4;
}

.products-list>.item {
    border-radius: 3px;
    padding: 10px 0;
    background: #fff;
}

.products-list>.item:before,
.products-list>.item:after {
    content: " ";
    display: table;
}

.products-list .product-img {
    float: left;
}

.products-list .product-img img {
    width: 50px;
    height: 50px;
}

.products-list .product-info {
    margin-left: 67px;
}

.products-list .product-title {
    font-weight: 600;
}

.products-list .product-description {
    display: block;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-list-in-box {
    padding: 10px;
}

.usersListDiv {
    padding: 15px;
}

.invit-icon {
    text-align: center;
    margin: 20px 0px;
}

.invite {
    color: #3c763d;
    font-weight: 500;
    /* background: #3c8dbc; */
    text-align: center;
}

.invit-icon img {
    width: 100px;
    height: 100px;
    cursor: pointer;
}

.invite-container {
    padding: 1px 0px;
    background: #eee;
    border-bottom: 2px solid #ccc;
    margin: 0 0 10px 0;
    position: relative;
}

.invit-icon-name {
    text-align: center;
    margin: 0px;
    color: #000;
    cursor: pointer;
}

.invite-search {
    margin: 20px auto;
    text-align: center;
}

input#search_user_input {
    width: 69%;
    padding: 5px 0 5px 12px;
    border-radius: 3px;
    border: 1px solid #ddd;
}

.back {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #555;
    font-size: 12px;
    cursor: pointer;
}

.back:hover {
    color: #000;
    transition: 0.3s;
}

.chat-group-list {
    display: block;
    background: #fff;
    height: 260px;
    padding: 10px;
    overflow: auto;
}

.chat-group-list ul {
    list-style-type: none;
}

.chat-group-list ul li {
    margin: 0;
    padding: 0
}

.se-avt {
    margin: 17px 0px 17px 21px;
    font-size: 17px;
}

.mar-btm {
    margin-bottom: 15px;
}

.icvb {
    font-size: 18px;
    color: #00a65a;
    margin-left: 39px;
}

.btn-dis {
    max-width: 100px color: #008000;
}

.error-msg {
    display: block;
    margin: 5px 0 0 0;
    color: red;
    font-size: 13px;
}

.msgbox-padding {
    padding: 6px 32px 6px 10px;
}

.direct-chat .box-body {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    overflow-x: inherit;
    padding: 0;
}


/*
.box-body {overflow-x: hidden !important;}
.direct-chat {overflow-x: hidden !important;}
.mu-body {overflow-x: hidden !important;}*/

.refreshbtn {
    position: absolute;
    right: 6px;
    top: 8px;
    color: #555;
    font-size: 12px;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .mu-body {
        min-height: 350px;
    }
    #playerContainer {
        min-height: 350px;
        height: 0;
    }
}
