/* selección de lo necesario de site.css para el chatbot */
/* no se puso el original porque tenía conflicto con el template */

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

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

.site-sidebar.slidePanel.slidePanel-right {
    overflow: hidden;
    top: 0;
}

.site-sidebar.slidePanel {
    box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
}

.site-sidebar-content {
    height: 100%;
}

.site-sidebar .conversation.active {
    right: 0;
}

.site-sidebar .conversation {
    position: absolute;
    top: 0;
    right: -100%;
    z-index: 1700;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: all .3s;
}

.site-sidebar .conversation-header {
    height: 90px;
    border-bottom: 1px solid #e0e0e0;
}

.site-sidebar .conversation-header>* {
    padding: 0 30px;
    margin: 0;
    line-height: 90px;
}

.site-sidebar .conversation-more, .site-sidebar .conversation-return {
    color: rgba(66,66,66,.4);
    cursor: pointer;
}

.site-sidebar .conversation-title {
    position: relative;
    top: 1px;
    z-index: -1;
    color: #424242;
    text-align: center;
}

.site-sidebar .conversation .chats {
    height: calc(100% - 150px);
    overflow-y: auto;
}

.chats {
    padding: 30px 15px;
}

.chat-avatar {
    float: right;
}

.chat-left .chat-avatar {
    float: left;
}

.avatar {
    position: relative;
    display: inline-block;
    width: 40px;
    white-space: nowrap;
    vertical-align: bottom;
    border-radius: 1000px;
}

.chat-avatar .avatar {
    width: 30px;
}

.avatar img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 0 none;
    border-radius: 1000px;
}

.chat-body {
    display: block;
    margin: 10px 30px 0 0;
    overflow: hidden;
}

.chat-left .chat-body {
    margin-right: 0;
    margin-left: 30px;
}

.chat-content {
    position: relative;
    display: block;
    float: right;
    padding: 8px 15px;
    margin: 0 20px 10px 0;
    clear: both;
    color: #fff;
    background-color: #3f51b5;
    border-radius: .286rem;
}

.chat-left .chat-content {
    float: left;
    margin: 0 0 10px 20px;
    color: #757575;
    background-color: #ebebeb;
}

.chat-content p {
    margin-bottom: .5rem;
}

.chat-time {
    display: block;
    margin-top: 8px;
    color: rgba(255,255,255,.6);
}

.chat-left .chat-time {
    color: #9e9e9e;
}

.site-sidebar .conversation-reply {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    padding: 10px 0;
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
}

.site-sidebar .conversation-reply .form-control {
    border: 0;
    border-right: 1px solid #e0e0e0;
    text-align: left;
    box-shadow: none;
}

/* bootstrap-extend */
.btn-pure, .btn-pure.active, .btn-pure.hover,
.btn-pure:active, .btn-pure:focus,
.btn-pure:hover,
.btn-pure:not([disabled]):not(.disabled).active,
.btn-pure:not([disabled]):not(.disabled):active,
.btn-pure[disabled],
.open>.btn-pure.dropdown-toggle,
.show>.btn-pure.dropdown-toggle,
fieldset[disabled] .btn-pure {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

a.btn:not(.btn-link),
a.btn:not(.btn-link).active,
a.btn:not(.btn-link):active {
    text-decoration: none;
}
.site-action {
    position: fixed;
    right: 32px;
    bottom: 55px;
    z-index: 1290;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}
.site-action .btn {
    box-shadow: 0 10px 10px 0 rgba(60,60,60,.1);
}
.btn-floating {
    width: 54px;
    height: 54px;
    padding: 0;
    margin: 0;
    font-size: 2.572rem;
    text-align: center;
    border-radius: 100%;
}
.btn .icon {
    width: 1em;
    text-align: center;
    line-height: inherit;
    margin: -1px 3px 0;
}
.btn {
    vertical-align: middle;
}
