.user-registration-wrapper{
    background: #ffffff;
}
#fos_user_registration_form_submit_payment{
    display: none;
}
body.register-login .wrapper{
    background-image: url("../img/banner.jpg");
    background-size: cover;
    background-position: center center;
}
.registration-box{
/*    background-image: url("../img/banner.jpg");
    background-size: cover;
    background-position: center center;*/
    height: inherit;
}
.registration-box .register-box-body{
    background-color: transparent;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.registration-box .register-logo{
    margin-bottom: 15px;
}
.registration-login-wrapper{
    padding: 5px 5px 15px;
    box-shadow: 2px 2px 20px rgba(0,0,0,0.6);
    background-color: #ffffff;
    width: 600px;
    margin: 0 auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.registration-login-wrapper.login-wrapper{
    max-width: 400px;
    padding-bottom: 15px;
}
.registration-login-wrapper .form-group{
    position: relative;
    margin-bottom: 25px;
    float: left;
    width: 100%;
}
.registration-login-wrapper .form-control{
    border: 0;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
}
.registration-login-wrapper form.fos_user_resetting_reset input#fos_user_resetting_form_plainPassword_second,
.registration-login-wrapper form.fos_user_resetting_reset input#fos_user_resetting_form_plainPassword_first{
    width: 96%;
    margin: 0 2%;
    float: none;
    outline: none;
    font-size: 14px;
    border: 0;
    border-bottom: 1px solid #bbb;
    padding-left: 0;
}
.registration-login-wrapper form.fos_user_resetting_reset label{
    font-weight: normal;
    width: 96%;
    margin: 0 2%;
}
.registration-login-wrapper form.fos_user_resetting_reset input#fos_user_resetting_form_plainPassword_second:focus,
.registration-login-wrapper form.fos_user_resetting_reset input#fos_user_resetting_form_plainPassword_first:focus {
    border-color: #5A92AD;
    outline: none;
}
.registration-login-wrapper .label-text{
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
    position: absolute;
    top: 10px;
    pointer-events:none;
}
.registration-login-wrapper .form-control:focus + .label-text,
.registration-login-wrapper .form-control:valid + .label-text{
    top: -15px;
}
.registration-login-wrapper .form-control:focus{
    border-color: #5A92AD;
}
.registration-login-wrapper input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}
.registration-login-wrapper .label-text label{
    font-weight:normal;
    font-size: 14px;
    line-height: 18px;
}
.registration-login-wrapper .form-control:focus + .label-text label,
.registration-login-wrapper .form-control:valid + .label-text label{
    color: #5A92AD;
}
.registration-login-wrapper .form-group.half-right,
.registration-login-wrapper .form-group .half-right{
    width: 49%;
    float: right;
}
.registration-login-wrapper .form-group.half-left,
.registration-login-wrapper .form-group .half-left{
    width: 49%;
    float: left;
}
.registration-login-wrapper .form-group ul{
    position: absolute;
    font-size: 12px;
}
.registration-login-wrapper .form-group.password-wrapper ul{
    position: relative;
    font-size: 12px;
    float: left;
    width: 100%;
}
.registration-login-wrapper .form-group.password-wrapper .notification-wrapper{
    float: left;
    width: 100%;
    margin-top: 2px;
    display: none;
}
.registration-login-wrapper .register-login-heading{
    color: #5A92AD;
    background-color: #efefef;
    padding: 5px;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}
.registration-login-wrapper .box-body{
    padding-bottom: 0;
}
.registration-login-wrapper .box-footer{
    padding: 1px 10px;
    border: 0;
}
.register-btn{
    display: block;
    width: 100%;
    padding: 10px;
    border: 0;
}
.shopurl-label.labeltop{
    top: -15px;
}
.login-error{
    margin-bottom: 20px;
}
.registration-login-wrapper .form-group.margin-bottom-20{
    margin-bottom: 20px;
}
.registration-login-wrapper #remember_me{
    position: relative;
    top: 2px;
}
.register-logo img{
    margin: 0 auto;
}
.profile-button{
    padding: 12px !important;
}
.alwaysopen ul.treeview-menu{
    display: block;
}
.plan-selection-wrap input[type=radio]{
    position: relative;
    top: 2px;
    margin-left: 20px;
}
.plan-selection-wrap label{
    cursor: pointer;
}
.registration-successmsg{
    color: #00a65a;
    padding: 5px;
}
.racom-link a,
.racom-link,
.racom-link a:hover,
.racom-link a:visited,
.racom-link a:active{
    color: #ffffff;
}
.registration-link{
    margin: 15px 0 5px;
    color: #ffffff;
}
.registration-link a,
.registration-link a:hover,
.registration-link a:active,
.registration-link a:visited{
    color: #ffffff;
}
@media(max-width: 991px){
    .registration-login-wrapper .form-group.half-right,
    .registration-login-wrapper .form-group.half-left,
    .registration-login-wrapper .form-group .half-right,
    .registration-login-wrapper .form-group .half-left{
        width: 100%;
        float: left;
    }
    .registration-login-wrapper{
        width: 100%;
    }
    .registration-box .register-box-body{
        top: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@media(min-width: 1201px) and (max-width: 1400px) {
    .registration-box .register-box-body.shopregistration{
        top: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
/*Custom css*/
.logo-lg img{
    margin: 0 auto;
}
.box{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.alert-message{
    margin: 10px 0;
    clear: both;
}
/*E-commerce Setting Page*/
.ecommerce-config .ecommerce-platform{
    padding: 0;
}
.ecommerce-config .ecommerce-platform li{
    text-align: center;
    border: 0;
    list-style: none;
    display: inline-block;
}
.ecommerce-config .img-wrap{
    height: 200px;
    position: relative;
    text-align: center;
}
.ecommerce-config .ecommerce-platform li a{
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #ffffff;
    display: block;
    padding: 10px;
}
.ecommerce-config .ecommerce-platform li img{
    width: 150px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    margin-left: -75px;
}
.ecommerce-config .ecommerce-platform li.magento a{
    background-color: #f26322;
}
.ecommerce-config .ecommerce-platform li.prestashop a{
    background-color: #25B9D7;
}
.ecommerce-config .ecommerce-platform li.opencart a{
    background-color: #29b6f6;
}
.ecommerce-config .ecommerce-platform li.woocommerce a{
    background-color: #9B5C8F;
}
.ecommerce-config .ecommerce-platform>li.active>a,
.ecommerce-config .ecommerce-platform>li.active>a:focus,
.ecommerce-config .ecommerce-platform>li.active>a:hover{
    border: 0;
    color: #ffffff;
}
.ecommerce-config #magento .box{
    border-top-color: #f26322;
}
.ecommerce-config #opencart .box{
    border-top-color: #29b6f6;
}
.ecommerce-config #woo .box{
    border-top-color: #9B5C8F;
}
.ecommerce-config label{
    line-height: 34px;
    margin-bottom: 0;
}
/*.ecommerce-config li.active:after {*/
    /*z-index: 100;*/
    /*position: absolute;*/
    /*top: 100%;*/
    /*left: 50%;*/
    /*margin-left: -10px;*/
    /*width: 0;*/
    /*height: 0;*/
    /*border: solid transparent;*/
    /*border-width: 10px;*/
    /*content: '';*/
    /*pointer-events: none;*/
/*}*/
/*.ecommerce-config li.active.magento:after{*/
    /*border-top-color: #f26322;*/
/*}*/
/*.ecommerce-config li.active.opencart:after{*/
    /*border-top-color: #29b6f6;*/
/*}*/
/*.ecommerce-config li.active.woocommerce:after{*/
    /*border-top-color: #9B5C8F;*/
/*}*/
/*style 2*/
.ecommerce-config.style-2 .nav-tabs li{
    width: auto;
}
.ecommerce-config.style-2 .img-wrap{
    height: auto;
    float: left;
}
.ecommerce-config.style-2 .nav-tabs li img{
    width: 25px;
    margin: 0 auto;
    position: relative;
    top: -1px;
    transform: translateY(0);
    left: 0;
    margin-left: 0;
    margin-right: 5px;
}
/*Form with panel & collapse*/
.form-panel-collapse .panel{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.form-panel-collapse .panel-heading{
    padding: 0;
}
.form-panel-collapse .panel-title a{
    padding: 20px 15px 20px;
    display: block;
    color: #000000;
    border-bottom: 1px solid #ccc;
}
.form-panel-collapse .short-desc{
    color: #aaaaaa;
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
}
.intents-short-desc{
    color: #aaaaaa;
    font-size: 12px;
    font-weight: normal;
    padding-left: 30px;
    margin-top: -10px;
    line-height: 18px;
    padding-bottom: 10px;
}
/*Form radio button & checkbox style*/
.form-panel-collapse input[type=checkbox] {
    display:none;
}
.form-panel-collapse input[type=checkbox] + label{
    cursor: pointer;
    font-weight: normal;
}
.form-panel-collapse input[type=checkbox] + label:before {
    font-family: FontAwesome;
    display: inline-block;
}
.form-panel-collapse input[type=checkbox] + label:before {
    content: "\f096"; /* unchecked icon */
}
.form-panel-collapse input[type=checkbox] + label:before {
    letter-spacing: 10px;
    font-size: 25px;
    color: #ddd;
    font-weight: normal;
    position: relative;
    top: 4px;
    width: 30px;
}
.form-panel-collapse input[type=checkbox]:checked + label:before {
    content: "\f046"; /* checked icon */
}
.form-panel-collapse input[type=checkbox]:checked + label:before {
    letter-spacing: 6.5px; /* allow space for check mark */
    color: #3C8DBC;
}
.form-panel-collapse input[type=radio] {
    display:none;
}
.form-panel-collapse input[type=radio] + label{
    cursor: pointer;
    font-weight: normal;
}
.form-panel-collapse input[type=radio] + label:before {
    font-family: FontAwesome;
    display: inline-block;
}
.form-panel-collapse input[type=radio] + label:before {
    content: "\f1db"; /* unchecked icon */
}
.form-panel-collapse input[type=radio] + label:before {
    letter-spacing: 10px;
    font-size: 25px;
    color: #ddd;
    font-weight: normal;
    position: relative;
    top: 4px;
    width: 30px;
}
.form-panel-collapse input[type=radio]:checked + label:before {
    content: "\f192"; /* checked icon */
}
.form-panel-collapse input[type=radio]:checked + label:before {
    letter-spacing: 6.5px; /* allow space for check mark */
    color: #3C8DBC;
}
textarea{
    resize: none;
}
.form-panel-collapse input[type=file]{
    /*padding-top: 7px;*/
}
.form-panel-collapse .slider.slider-horizontal{
    margin-top: 6px;
}
/*Custom Messages Page*/
.no-sort::after {
    display: none!important;
}
.no-sort {
    pointer-events: none!important;
    cursor: default!important;
    padding-right: 8px !important;
}
/*Agents Page*/
.add-new-btn{
    position: relative;
    /*top: -15px;*/
    margin-left: 5px;
}
.add-new-btn.top-15{
    top: -15px;
}
form .form-group label{
    line-height: 34px;
    margin-bottom: 0;
}
/*Widget Customization*/
form.widget-custom .box-body{
    clear: both;
    height: calc(100vh - 210px);
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 40px;
}
.widgetsettings-wrapper .box,
.widgetsettings-preview .box{
    box-shadow: none;
}
.widgetsettings-wrapper form label{
    font-size: 13px;
    line-height: 30px;
}
.widgetsettings-wrapper .botimage-name{
    position: absolute;
    top: -10px;
    right: 12px;
}
.widgetsettings-wrapper .botimage-wrap{
    position: relative;
}
.widgetsettings-wrapper .botimage-name img{
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: inline-block;
}
.widgetsettings-wrapper .clear-file{
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    display: inline-block;
    background: red;
    font-weight: normal;
    border-radius: 100%;
    font-size: 10px;
    padding: 1px 2px 2px;
}
.widgetsettings-preview .box-body{
    height: calc(100vh - 250px);
}
form.widget-custom .slider.slider-horizontal .slider-handle{
    margin-top: 0;
}
.widgetcolor label{
    width: 80px;
    height: 80px;
    position: relative;
}
.widgetcolor label.styleblue{
    background-color: #0D99BC;
}
.widgetcolor label.styleorange{
    background-color: #F26322;
}
.widgetcolor label.styledblue{
    background-color: #446683;
}
.widgetcolor label.stylepink{
    background-color: #CC0066;
}
.widgetcolor label.stylegray{
    background-color: #808080;
}
.form-panel-collapse .widgetcolor input[type=radio] + label:before{
    position: absolute;
    right: 0;
    color: #ffffff;
    font-size: 17px;
    width: 19px;
    height: 10px;
    top: -5px;
}
.form-panel-collapse .widgetcolor input[type=radio]:checked + label:before {
    content: "\f058";
}
.ra-colorpicker{
    width: 230px;
}
.widgetcolor .input-group .input-group-addon{
    padding: 1px 8px;
    background: #cccccc;
}
.widgetcolor .colorpicker-element .input-group-addon i{
    height: 20px;
    width: 40px;
}
.chatwidget-wrap{
    width: 350px;
    margin: 5px auto 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.live-chat-widget{
    float: left;
    box-shadow: 1px 1px 13px #aaa;
    background-color: #ffffff;
    border-radius: 5px 5px 0px 0px;
}
.live-chat-widget .chat-header{
    background: #0D99BC;
    padding: 3px 10px;
    border-radius: 5px 5px 0px 0px;
}
.live-chat-widget .chat-heading{
    color: #ffffff;
    padding-top: 10px;
}
.live-chat-widget .chat-heading img{
    width: 35px;
    height: 35px;
    max-height: 35px;
    max-width: 35px;
}
.live-chat-widget .chat-tagline{
    color: #ffffff;
    font-size: 12px;
    clear: both;
    margin-top: 10px;
    margin-bottom: 5px;
}
.live-chat-widget .botimg{
    position: relative;
    top: -5px;
}
.live-chat-widget .chat-body{
    padding: 10px;
    float: left;
    width: 100%;
    min-height: 200px;
}
.live-chat-widget .ra-card {
    background-color: #ddd;
    border-color: #ddd;
    border-radius: 7px;
    box-sizing: border-box;
    position: relative;
    padding: 5px 15px;
    display: inline-block;
    color: #000;
    width: 80%;
    margin: 10px 0;
}
.live-chat-widget .ra-card.ra-card-right {
    background-color: #0D99BC;
    border-color: #0D99BC;
    color: #ffffff;
}
.live-chat-widget .ra-editor {
    border-top: 1px solid #dee5ec;
    background: #fbfbfb;
    padding-bottom: 0;
    float: left;
    width: 100%;
}
.live-chat-widget .chat-text-input {
    width: 75%;
    float: left;
    padding: 5px 10px;
    color: #ccc;
    font-size: 13px;
}
.live-chat-widget .ra-editor .ra-btn.ra-submit {
    float: right;
    margin-right: 10px;
    margin-top: 12px;
    width: 66px;
    text-align: center;
}
.live-chat-widget .ra-editor .ra-btn {
    background-color: rgba(251, 251, 251, 0);
    border: 1px solid #0D99BC;
    color: #0D99BC;
    border-radius: 20px;
    font-size: 11px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: 600;
    min-width: 0;
    height: 23px;
    margin: 3px 0 10px 10px;
}
.chatwidget-wrap .ra-chat-btn {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,.06), 0 3px 32px rgba(0,0,0,.16);
    overflow: hidden;
    margin: 0px 0 auto auto;
    top: 5px;
    background: #0D99BC;
}
.chatwidget-wrap .ra-chat-btn .ra-close-icon {
    position: absolute;
    left: 50%;
    margin: 23px 0 19px -7px;
    width: 15px;
    opacity: 0;
    transform: rotate(90deg);
}
.chatwidget-wrap .ra-chat-btn .ra-chat-icon {
    position: absolute;
    left: 50%;
    margin-left: -15px;
    width: 20px;
    opacity: 1;
    margin: 17px 0 19px -11px;
}
.conversation-container .active-agents{
    position: relative;
    top: -5px;
}
.conversation-container .box-header{
    padding-bottom: 0;
    min-height: 41px;
}
.active-agents span.label {
    height: 30px;
    display: inline-block;
    line-height: 27px;
    width: 46px;
    text-align: center;
    margin-right: 7px;
    top: -4px;
    background-color: #3c8dbc;
}
/*Integration Page*/
.toggle-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 20px;
}
.toggle-switch input {
    display:none;
}
.slider-switch {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}
.slider-switch:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}
.toggle-switch input:checked + .slider-switch {
    background-color: #2196F3;
}
.toggle-switch input:focus + .slider-switch {
    box-shadow: 0 0 1px #2196F3;
}
.toggle-switch input:checked + .slider-switch:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.integration-box img{
    max-width: 40px;
    margin: 15px auto;
}
.integration-box .integration-title{
    margin: 0 0 10px;
}
.integration-box .integration-settings{
    display: block;
}
.integration-listing .box{
    margin-bottom:10px;
}
/*Facebook Settings Page*/
.settings-page .description {
    line-height: 20px;
    margin-top: 20px;
}
.settings-page .description ol{
    padding-left: 0;
    list-style-position: inside;
    margin-top: 10px;
}
.settings-page .description li{
    line-height: 30px;
}
.settings-page .toggle-switch{
    margin-top: 7px;
}
/*Agent Chat Page*/
.chatwrap .fa-refresh{
    cursor: pointer;
}
.chatwrap .fa-refresh.text-blue{
    animation: spin 1s infinite;
}
.direct-chat-msg{
    width: 100%;
    float: left;
    position: relative;
}
.disable-bot{
    margin-bottom: 0;
    top: 4px;
    display: inline-block;
    position: absolute;
    margin-left: 20px;
}
.disable-bot label{
    margin-bottom: 0;
    top: 5px;
}
.train-bot-success, 
.train-bot-error{
    display: none;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 10px;
}
.direct-chat-name{
    margin-right: 10px;
}
.direct-chat-timestamp.pull-left{
    margin-left: 15px;
}
.direct-chat-msg.right .direct-chat-timestamp.pull-left{
    margin-left: 0;
}
.direct-chat-timestamp.pull-right{
    margin-right: 15px;
}
.direct-chat-primary.direct-chat .slimScrollDiv{
    min-height: 300px;
}
.direct-chat-primary.direct-chat{
    margin-bottom: 5px;
}
.box.box-footer{
    margin-bottom: 0;
}
.direct-chat-primary.direct-chat .box-header,
.chat-details .box-header{
    border-bottom: 1px solid #dddddd;
}
.direct-chat-msg.right{
    float: right;
}
.direct-chat-msg.right .direct-chat-timestamp{
    color: #ffffff;
}
.direct-chat-msg .chat-card .direct-chat-timestamp,
.direct-chat-msg .chat-slider .direct-chat-timestamp{
    color: #999;
}
.chat-card-wrapper{
    padding: 5px;
    border: 1px solid #efefef;
}
.msg-wrap-chat{
    height: calc(100vh - 276px);
    min-height: 360px;
    padding-top: 20px;
}
.direct-chat-messages{
    height: 100%;
}
.direct-chat-messages{
    height: calc(100vh - 205px);
    min-height: 300px;
    padding-top: 20px;
}
.chat-contact-wrapper{
    width: 19%;
    padding-right: 0 !important;
    border-right: 1px solid #cccccc;
}
.chat-msg-wrapper{
    width: 81%;
}
.chat-contacts-list{
    height: calc(100vh - 240px);
    min-height: 355px;
}
.full-contacts{
    padding-bottom: 0;
    padding-top: 0 !important;
}
.full-contacts .chat-contacts-list{
    height: calc(100vh - 103px);
}
.full-contacts .direct-chat-messages{
    height: calc(100vh - 158px) !important;
}
.full-contacts .msg-wrap-chat{
    height: calc(100vh - 180px) !important;
}
.full-contacts .direct-chat-primary.direct-chat.conversation-container .slimScrollDiv{
    height: calc(100vh - 158px) !important;
}
.contacts-list-name{
    color: #000000;
    font-weight:normal;
    padding-top: 0px;
    font-size:14px;
}
.contacts-list-name i{
    font-size: 10px;
}
.contacts-list-img,
.direct-chat-img{
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    border: 0;
    position: relative;
}
.contacts-list-info .contact-additional-info{
    display: block;
}
.contacts-list-info .contact-additional-info i{
    font-size: 15px;
    margin: 0 2px;
}
.contacts-list-info .contact-additional-info i.fa-mobile-phone{
    font-size: 17px;
}
.contacts-list-info .contact-additional-info i.fb-messenger{
    background-image: url("../img/fbmessenger.png");
    height: 13px;
    width: 13px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}
.chat-contacts-list .notifications{
    position: absolute;
    right: 10px;
    top: 1px;
    display: none;
}
.chat-contacts-list .notifications.show-notification{
    display: block;
}
.chat-contacts-list .notifications i{
    font-size: 15px;
}
.chat-contacts-list .notifications.new-notification span{
    animation: cursor 1s infinite;
}
.chat-contacts-list .bot-disabled{
    position: absolute;
    right: 27px;
    top: 2px;
    font-size: 10px;
}
.chat-contacts-list .lang-code{
    font-weight: 700;
    font-size: 10px;
    line-height: 10px;
    position: relative;
    top: -1px;
    color: #337ab7;
}
.chat-contacts-list .userstatus {
    font-size: 12px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.chatwrap{
    position: relative;
}
.message-loader{
    display: none;
    position: absolute;
    top: 0;
    font-size: 100px;
    z-index: 99999;
    background: rgba(255,255,255,0.6);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.message-loader img {
    text-align: center;
    margin: 0 auto;
    top: 20%;
    position: relative;
    max-width: 100px;
}
.chat-contacts-list li{
    border-bottom: 1px solid #efefef;
    position: relative;
}
.notifications .new-message{
    color: #ffffff;
    background: #3c8dbc;
    border-radius: 100%;
    height: 14px;
    width: 14px;
    text-align: center;
    top: -3px;
    position: relative;
    display: inline-block;
    font-size: 9px !important;
    line-height: 15px;
}
.notifications .new-unkowninput{
    background: red;
}
.chat-contacts-list li:hover{
    background-color: #dddddd;
}
.chat-contacts-list li.active{
    background-color: #dddddd;
}
.chat-contacts-list li.notify{
    background-color: lightblue !important;
}
.direct-chat-msg .chat-card{
    max-width: 350px;
    margin: 0 0 0 auto;
    position: relative;
}
.direct-chat-primary .right>.direct-chat-text{
    float: right;
    margin-right: 20px;
    word-wrap: break-word;
}
.direct-chat-card{
    margin-right: 50px;
}
.direct-chat-msg .chat-card.chat-slider{
    max-width: 93%;
}
.direct-chat-msg .chat-card.chat-slider .sb-card-cnt{
    float: left;
    width: 100%;
}
.direct-chat-msg .chat-card.chat-slider .sb-card-image{
    max-height: 180px;
    min-height: 180px;
    margin: 10px;
}
.direct-chat-msg .chat-card.chat-slider .sb-card-image img{
    width:auto;
    margin: 0 auto;
}
.direct-chat-msg .chat-card.chat-slider .owl-stage {
    left: -60px;
}
.direct-chat-msg .chat-card.chat-slider .owl-nav div{
    position: absolute;
    top: 100px;
    height: 45px;
    width: 40px;
    background-color: #fff;
    border: 1px solid #dddddd;
    text-align: center;
    font-size: 30px;
}
.owl-stage {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: box;
}
#sb-main.sb-slider-no-sp .sb-card.sb-card-details .chat-slider .owl-stage {
    left: 0;
}
.direct-chat-msg .chat-card.chat-slider .owl-next{
    right: 2%;
    box-shadow: -1px 1px 5px #ccc;
}
.direct-chat-msg .chat-card.chat-slider .owl-prev{
    left: 2%;
    box-shadow: 1px 1px 5px #ccc;
}
.direct-chat-msg .chat-card.chat-slider .owl-next{
    right: 10px;
}
.direct-chat-msg .chat-card.chat-slider .owl-prev{
    left: 0;
}
.direct-chat-text{
    width: 70%;
    float: left;
    margin-left: 20px;
    background: #efefef;
    border-color: #efefef;
}
.direct-chat-text:after,
.direct-chat-text:before{
    border-right-color: #efefef;
    border-color: transparent !important;
}
.transition-class{
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.conversation-container{
    float: left;
    margin-bottom: 0;
    box-shadow: none;
}
.chat-details{
    width: 0;
    overflow: hidden;
    float: right;
    margin-bottom: 5px;
}
.chat-details .box-body{
    height: calc(100vh - 150px);
    padding: 0;
    min-height: 300px;
    border-left: 1px solid #dddddd;
}
.toggle-chat-details{
    cursor: pointer;
    width: 30px;
    height: 20px;
    text-align: center;
}
.toggle-chat-details.fa-close{
    display: none;
    margin-right: 0;
    position: absolute;
    right: 10px;
    top: 10px;
}
.chat-details .panel-group .panel{
    border-bottom: 1px solid #efefef;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.chat-details .panel-group .panel-heading{
    padding: 0;
    background: rgba(60,141,188, 1);
}
.chat-details .panel-group .panel-heading  a{
    display: block;
    padding: 8px;
    color: #ffffff;
}
.chat-details .panel-group .panel-heading  a:before {
    font-family: 'FontAwesome';
    content: "\f107";
    float: right;
    transition: all 0.5s;
}
.chat-details .panel-group .panel-heading a.collapsed:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.chat-details .panel-group .panel-heading.active{
    color: #3c8dbc;
}
.chat-details .panel-title{
    font-weight: normal;
    font-size: 14px;
}
.chat-details .list-group-item{
    background-color: transparent;
    border-top: 0;
}
.chat-details .list-group-item textarea{
    width: 100%;
}
.chat-details .panel-body{
    background-color: #efefef;
}
.direct-chat-msg .msg-hover-action{
    background: #dddddd;
    border: 1px solid #efefef;
    float: left;
    margin-left: 0;
    left: 101%;
    position: absolute;
    top: 5px;
    text-align: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
    z-index:999;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    min-width: 150px;
}
.direct-chat-msg .msg-hover-action:before{
    content: "\f0d9";
    font-family: "FontAwesome";
    color: #ddd;
    position: absolute;
    left: -6px;
    font-size: 22px;
    top: -2px;
}
.direct-chat-msg .msg-hover-action a{
    display: block;
    padding: 10px 20px;
    border-bottom:1px solid #efefef;
    font-size: 14px;
    color: #000000;
}
.direct-chat-msg.right .msg-hover-action{
    float: right;
    left: auto;
    top: 8px;
    right: 35px;
}
.direct-chat-msg.right .chat-card .msg-hover-action{
    /*position: absolute;*/
    right: 25px;
    left: auto;
    top: 3px;
}
.direct-chat-msg.right .chat-card.chat-slider .msg-hover-action{
    right: 75px;
}
.msg-hover-action:before{
    /*font-family: "FontAwesome";*/
    /*content: '\f0d9';*/
    /*position: absolute;*/
    /*left: -5px;*/
    /*font-size: 24px;*/
    /*color: #efefef;*/
    /*top: -2px;*/
}
.direct-chat-msg.right .msg-hover-action:before{
    /*content: '\f0da';*/
    /*left: auto;*/
    /*right: -5px;*/
}
.msg-hover-action i{
    /*border-left: 1px solid #efefef;*/
    padding: 0 5px;
    color: #000000;
}
.direct-chat-msg:hover .direct-chat-menu{
    display: block !important;
}
.direct-chat-menu{
    cursor: pointer;
    display: none;
    position: relative;
    top: -4px;
}
.direct-chat-menu i{
    font-size: 5px;
}
#generalinfo .panel-body{
    padding-top: 0;
}
#customer-information .list-group,
.customer-information .list-group{
    margin-bottom: 0;
}
#customer-information #cart table.table td,
#customer-information #recentinfo table.table td{
    padding: 0;
}
.customer-information  li.list-group-item{
    border: 0;
    padding: 1px 0;
    font-size: 13px;
}
.customer-information .info-label{
    width: 100px;
    display: inline-block;
    vertical-align: top;
}
.customer-information .info-value{
    max-width: 75%;
    display: inline-block;
}
.form-group ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    color: red;
}
.dataTables_length,
.dataTables_info{
    float: left;
}
.dataTables_filter,
.dataTables_paginate{
    float: right;
}
.dataTables_scrollHeadInner,
.dataTables_scrollHeadInner table.dataTable{
    width: 100% !important;
}
.show {display: block;}
.hide {display: none;}
.badge-success{
    background-color: #3c8dbc;
}
.user-action{
    margin: 0 3px;
}
#list-table_wrapper .label{
    font-weight:normal;
    font-size: 12px;
}
#status-filters{
    font-size: 13px;
}
.user-image-profile{
    background: darkorange;
    width: 80px;
    height: 80px;
    display: inline-block;
    color: #fff;
    font-size: 40px;
    line-height: 80px;
}
.user-image-small{
    background: darkorange;
    width: 25px;
    height: 25px;
    display: inline-block;
    color: #fff;
    font-size: 11px;
    line-height: 25px;
}
.user-image-small.medium{
    width: 34px;
    height: 34px;
    font-size: 17px;
    line-height: 34px;
}
.broadcast-msg .direct-chat-text {
    width: 97%;
    background: #ccc !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #444 !important;
    padding: 20px;
}
.direct-chat-msg.right.broadcast-msg .direct-chat-timestamp{
    color: #444 !important;
}
.direct-chat-primary .broadcast-msg.right>.direct-chat-text:after, 
.direct-chat-primary .broadcast-msg.right>.direct-chat-text:before{
    border-left-color: #ccc !important;
}
/* Quick Reply CSS */
.quick-reply-btns{
    float: left;
    clear: both;
    margin-top: 15px;
    width: 100%;
    padding: 5px 38px !important;
}
.quick-reply-btns a {
    min-width: 150px;
    display: inline-block;
    font-weight: normal;
    text-transform: uppercase;
    border: 1px solid #efefef;
    padding: 5px 14px;
    font-size: 14px;
    text-align: center;
    color: #3c8dbc;
    border-color: #3c8dbc;
    border-radius: 25px;
}
.quick-reply-btns .owl-nav div {
    position: absolute;
    top: 50%;
    background-repeat: no-repeat;
    height: 35px;
    width: 30px;
    background-position: center center;
    background-color: #fff;
    background-size: 10px;
    border: 1px solid #dddddd;
    margin-top: -15px;
    font-size: 0;
}
.quick-reply-btns .owl-next{
    right: 2%;
    background-image: url('../img/next.png');
    box-shadow: -1px 1px 5px #ccc;
}
.quick-reply-btns .owl-next{
    right: -33px;
    margin-top: -18px !important;
}
.quick-reply-btns .owl-prev{
    left: -20px;
    background-image: url(../img/prev.png);
    box-shadow: 1px 1px 5px #ccc;
}
.quick-reply-btns .owl-prev{
    left: -33px;
    margin-top: -18px !important;
}
.quick-reply-btns .owl-nav .disabled{
    display: none;
}
.user-panel>.info{
    padding: 2px 5px 5px 2px;
}
.default-message{
    line-height: 35px;
}
.confirm-text {
    background: #fff;
    padding: 20px;
    max-width: 350px;
    margin: 0 auto;
    color: gray;
}

.lbl_checkbox{
    width: 30%;
}

.input_sort{
    width: 50px;
}
.loader-image{
    display: none;
    position: absolute;
    right: 10px;
    bottom: -10px;
}
.tenant-key{
    background: #ddd;
    padding: 5px 20px;
    font-weight: 700;
    margin-bottom: 5px;
}
.tenant-key span{
    font-weight: normal;
}
div#fos_user_resetting_form div{
    float: left;
    width: 100%;
    margin: 10px 0;
}
input#fos_user_resetting_form_plainPassword_second,
input#fos_user_resetting_form_plainPassword_first{
    float: right;
    border: 1px solid #aaa;
}
.fos_user_resetting_reset{
    position: relative;
}
.fos_user_resetting_reset input[type="submit"]{
    display: block;
    width: 100%;
    padding: 10px;
    border: 0;
    color: #fff;
    background-color: #00a65a;
    border-color: #00a65a;
    box-shadow: none;
}
#fos_user_resetting_form div label+ul{
    position: absolute;
    top: -19px;
    color: red;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    font-size: 12px;
}
.info-message{
    text-align: right;
    display: none;
}
.magento1-field{
    display: none;
}
.magento2-access{
   /* display: none;*/
}
#accesstokensecret_m1,
#accesstoken_m1{
    border: 0;
    padding-left :0;
    background: transparent;
}
.ra-flash-msg {
    text-align: center;
    font-size: 12px;
    color: #A8A8A8;
}
.ra-flash-msg.customer-typing-notify{
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
}
.box.box-success.alert-message{
    float: left;
    width: 100%;
}
.lang-dropdown{
    margin-right: 20px;
}
.lang-dropdown li a{
    padding-left: 1px;
    padding-right: 1px;
}
.lang-dropdown li a:hover,
.language-label a:hover{
    background: transparent !important;
}
.lang-dropdown li a:after{
    content: "|";
}
.lang-dropdown li:last-child a:after{
    content: "";
}
.content-wrapper{
    background: #fff;
}
.content-wrapper section.content{
    float: left;
    width: 100%;
    background: #fff;
}
.filter-year a,
.replycount a{
    color: #aaaaaa;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
}
.filter-year a.active,
.replycount a.active{
    color: #000;
    border-bottom: 1px solid #000;
}
.boxshadow{
    box-shadow: 1px 4px 25px #ccc;
}
.alert.alert-danger.custom-alert a{
    text-decoration: none;
    color: #2196F3;
}
.alert.alert-danger.custom-alert {
    color: #a94442 !important;
    background-color: #f2dede !important;
    border-color: #ebccd1 !important;
}
.user-additional-info {
    clear: both;
    text-align: center;
    position: relative;
}
.user-additional-info:before {
    content: "";
    position: absolute;
    left: 0;
    width: 99%;
    border-bottom: 1px solid #ddd;
    top: 15px;
}
.user-additional-info span {
    display: inline-block;
    padding: 3px 10px;
    margin: 5px;
    color: #aaa;
    background: #fff;
    position: relative;
    font-size: 11px;
}
.table-responsive table.dataTable thead th{
    pointer-events: none !important;
}
.table-responsive table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_desc:after{
    content: "" !important;
}
#plan_allowedAccess.form-control{
    height: auto;
}
#plan_allowedAccess label:after {
    content: "";
    clear: both;
    display: block;
}
#plan_allowedAccess label {
    display: inline;
    margin-left: 10px;
    font-weight: normal;
}
.broadcast-contact-wrapper{
    border-right: 1px solid #ccc;
}
.customer-chkbox-wrapper{
    position: absolute;
    top: 0;
    right: 20px;
    height: 40px;
    width: 30px;
    text-align: center;
}
.broadcast-contacts-list li{
    position: relative;
}
.customer-selection-btns{
    position: absolute;
    right: 10px;
    top: 5px;
}
textarea#boradcast_message{
    min-height: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.broadcast-contacts-list {
    height: calc(100vh - 170px);
    min-height: 355px;
}
#boradcast_text{
    padding-top: 30px;
    text-align: center;
}
#boradcast_text img{
    max-width: 300px;
    margin: 0 auto;
    opacity: 0.2;
}
.plan-form{
    padding: 10px;
    border: 1px solid #ccc;
}
.plan-form h4{
    background: #ddd;
    padding: 10px;
    margin: 0;
}
.chat-form-loader {
    height: 100%;
    margin-left: 40%;
}
.disable-switch-loader {
    height: 100%;
    margin-left: 0px !important;
}
#fos_user_profile_edit_color{
    border: 0;
    padding-left: 0;
}
#fos_user_profile_edit_color label{
    margin-right: 10px;
    line-height: 15px;
    margin-left: 5px;
}
#fos_user_profile_edit_color input[type="radio"]{
    position: relative;
    top: 2px;
}
.invalidemail,
.invalidurl{
    display: none;
}
.stripe-button-el{
    border: 0;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin-top: 20px;
}
.stripe-button-el span{
    background-color: #3c8dbc !important;
    background-image:none !important;
    box-shadow: none !important;
    border-radius: 0 !important;    
}
.plan-selectionwrapper{
    margin-top: 20px;
    text-align: center;
}
@media(max-width: 767px){
    .chat-contact-wrapper,
    .chat-msg-wrapper{
        width: 100%;
    }
    .direct-chat-msg .chat-card.chat-slider .owl-stage {
        left: 0px;
    }
    .direct-chat-msg .msg-hover-action{
        left: auto;
        right: 40px;
    }
    .chat-details{
        width: 100%;
    }
    .toggle-chat-details{
        display: none !important;
    }
    .chat-details .slimScrollDiv,
    .chat-details .box-body{
        height: auto !important;
        min-height: inherit;
    }
    .chat-contacts-list{
        min-height: inherit;
        height: 100vh;
    }
    .contact-list-wrapper{
        position: fixed;
        left: -100%;
        z-index: 99999;
        top: 0;
    }
    .show-contact-list{
        left: 0;
        width: 100%;
    }
}
@media (min-width: 767px){
    .padding-5{
        padding: 0 5px;
    }
    .padding-5-left{
        padding-left: 5px;
    }
    .padding-5-right{
        padding-right: 5px;
    }
    .padding-0{
        padding: 0;
    }
    .padding-0-left{
        padding-left: 0;
    }
    .padding-5-top{
        padding-top: 5px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .contacts-list-img{
        display: none;
    }
    .contacts-list-info{
        margin-left: 0;
    }
    .direct-chat-msg .chat-card.chat-slider .owl-stage {
        left: 0px;
    }
    .direct-chat-msg .msg-hover-action{
        left: auto;
        right: 40px;
    }
}
@keyframes cursor {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}