.lc-btn-top[data-t="reset"] {
    display: none;
}

.lc-ctn-main {
    position: fixed;
    bottom: 0;
    right: 20px;
	z-index: 9;
    /*z-index: 999999;*/
}.lc-ctn-main {
    position: fixed;
    bottom: 0;
    right: 20px;
	z-index: 9;
    /*z-index: 999999;*/
}

.lc-ctn-main > a{
	text-decoration: none;
}

.lc-wrap-inner {
    position: relative;
}

.lc-wrap-inner .loading {
    display: none;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.lc-wrap-inner .loading i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation: rotating 2s linear infinite;
    font-size: 60px;
    color: #488dd8;
}

.lc-wrap-inner.busy .loading {
    display: block;
}

.lc-ctn-tray {
    background: #488dd8;
    color: white;
    padding: 15px 30px;
    margin: 15px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transition: 0.2s ease;
    cursor: pointer;
    font-size: 15px;
}
.lc-ctn-tray .lc-wrap-inner img{
	width:15px;
	margin-left: 5px
}

.lc-section-1 {
    text-align: left;
}

.lc-ctn-tray:hover {
    font-size: 20px;
}

.lc-ctn-tray:hover .lc-wrap-inner img{
	width:20px;
}

.lc-ctn-full {
    display: none;
    width: 380px;
    margin: 15px;
    box-shadow: 0 0 0.688em 0 rgba(0,0,0,0.5);
    border-radius: 10px;
}

.lc-section-top {
    width: 100%;
    background: #488dd8;
    color: white;
    text-align: right;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.lc-section-mid {
    width: 100%;
    background: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #333;
    padding: 20px;
    background-position: center;
    background-size: cover;
}

.lc-btn-top {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    cursor: pointer;
    transition: 0.2s ease;
    font-size: 15px;
    text-shadow: 1px 1px 1px black;
}

.lc-ctn-main input,
.lc-ctn-main button,
.lc-ctn-main select,
.lc-reset-btn {
    background-color: #e6e6e6 !important;
    padding: .5em !important;
    box-sizing: border-box;
    width: 100%;
    border-radius: 2px !important;
    color: #333 !important;
    transition: all 0.2s ease;
    border: 1px solid #e6e6e6 !important;
    line-height: 19px;
    margin-bottom: 15px;
    outline: none;
    box-shadow: none !important;
    text-shadow: none !important;
}

.lc-ctn-main button,
.lc-reset-btn {
    background-color: #488dd8 !important;
    color: white !important;
}

.lc-ctn-main button,
.lc-reset-btn {
    cursor: pointer;
}

.lc-reset-btn {
    margin-top: 10px;
    text-align: center;
}

.lc-ctn-main p {
    font-size: 13px;
}

.lc-ctn-main input:focus,
.lc-ctn-main button:hover,
.lc-ctn-main select:focus {
    border: 1px solid #ced2d2;
    box-shadow: 0 1px 10px rgba(0,0,0,0.12);
}

.lc-section-2 {
    display: none;
}

.lc-chat-area {
    height: 340px;
    overflow: auto;
}

.lc-textearea-message {
    box-shadow: none !important;
    text-shadow: none !important;
    background-color: #ffffff !important;
    color: #333 !important;
    font-size: 15px !important;
    padding: 10px !important;
    width: 100%;
    border-top: 2px !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-radius: 0em !important;
    border-color: #488dd8 !important;
    border-style: solid !important;
    display: block;
    height: 80px;
    resize: none;
    outline: none;
}

.lc-section-3 {
    display: none;
}

.lc-info {
    background-color: #f4f5f5 !important;
    background: #f4f5f5;
    border: 1px solid #f4f5f5;
    border-radius: 2px;
    display: block;
    padding: 10px;
    width: 100%;
    font-size: 14px;
    line-height: 1.2;
    color: #333;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.lc-textarea-offline-message {
    background-color: #f7f8f8 !important;
    background: #f7f8f8;
    padding: .5em;
    box-sizing: border-box;
    width: 100%;
    border-radius: 2px;
    color: #333;
    transition: all 0.2s ease;
    border: 1px solid #f7f8f8;
    line-height: 19px;
    margin-bottom: 15px;
    outline: none;
}

.kenesis-body input.missing {
    border: 1px solid #ced2d2 !important;
    box-shadow: 0 1px 10px rgba(255,37,73,0.5) !important;
}

.lc-status-message {
    color: white;
    float: left;
}

.lc-textarea-offline-message:focus {
    border: 1px solid #ced2d2;
    box-shadow: 0 1px 10px rgba(0,0,0,0.12);
}

.lc-ctn-main .lc-btn-send,
.lc-ctn-main .lc-btn-start {
    background: #488dd8;
    color: white;
}

.lc-ctn-message[data-t='sent'] {
    width: 80%;
    margin-left: auto;
    text-align: right;
    margin-bottom: 15px;
}

.lc-ctn-message[data-t='sent'] .lc-wrap-inner {
    background: #488dd8;
    color: white;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 5px 20px;
    text-align: right;
    display: inline-block;
}

.lc-ctn-message[data-t='received'] {
    width: 80%;
    margin-right: auto;
    text-align: left;
    margin-bottom: 15px;
}

.lc-ctn-message[data-t='received'] .lc-wrap-inner {
    background: #e6e6e6;
    color: #333;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 5px 20px;
    text-align: left;
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
}

.lc-pic-profile {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    margin: 5px;
}

.lc-message-time {
    margin-bottom: 5px;
    border-bottom: 1px solid;
    font-size: 10px;
}

.lc-message-content {
    font-size: 15px;
}

@media (max-width: 450px) {

    .lc-chat-area {
        height: 300px;
    }

    .lc-ctn-full {
        width: 270px;
    }

}

@keyframes rotating {

    from {
        transform: translateX(-50%) translateY(-50%) rotate(0deg);
    }

    to {
        transform: translateX(-50%) translateY(-50%) rotate(360deg);
    }

}