#vcht_chatframe {
width: 290px !important;
max-width: 290px !important;
border: 0;
height: 45px;
min-height: 45px;
position: fixed;
background-color: #000;
border-style: solid;
border-width: thin;
border-color: rgba(255, 255, 255, 0.2);
bottom: 0;
right: 10px;
z-index: 99999;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
-webkit-transition: height .55s ease-in-out;
-moz-transition: height .55s ease-in-out;
-o-transition: height .55s ease-in-out;
transition: height .55s ease-in-out;
font-family: "Lato", Helvetica, Arial, sans-serif;
font-size: 14px;
}
#vcht_chatframe .palette {
    text-transform: inherit
}
#vcht_chatframe.vcht_mob {
    width: 100%!important;
    max-width: 100%!important;
    left: 0!important;
    right: 0!important;
    position: fixed;
    margin-bottom: 0;
    border-radius: 0;
    bottom: 0
}
#vcht_chatframe.vcht_android {
    position: relative
}
#vcht_chatframe.vcht_mob.vcht_open {
    height: 100%!important;
    border-radius: 0!important;
    width: 100%!important;
    max-width: 100%!important;
    position: fixed
}
#vcht_chatframe.vcht_mob.vcht_open.vcht_iPhone {
    padding-top: 48px
}
#vcht_chatframe.vcht_left {
    right: auto;
    left: 48px
}
#vcht_chatframe.vcht_bounce:not(.vcht_open) {
    -webkit-animation: bounceChat 1500ms infinite;
    -moz-animation: bounceChat 1500ms infinite;
    -o-animation: bounceChat 1500ms infinite;
    animation: bounceChat 1500ms infinite
}
#vcht_chatframe.vcht_open {
height: 470px;
width: 290px !important;
max-width: 290px !important;
padding-bottom: 20px;
background-color: #000;
}
.vcht_selectedDom {
    -moz-box-shadow: 0 0 40px 0 #1abc9c;
    -webkit-box-shadow: 0 0 40px 0 #1abc9c;
    -o-box-shadow: 0 0 40px 0 #1abc9c;
    box-shadow: 0 0 40px 0 #1abc9c;
    -webkit-animation: glow 1500ms infinite;
    -moz-animation: glow 1500ms infinite;
    -o-animation: glow 1500ms infinite;
    animation: glow 1500ms infinite
}
.vcht_avatarSel {
    display: block;
    position: absolute;
    width: 48px;
    height: 48px;
    margin-left: -25px;
    border-radius: 24px;
    background-color: #000000;
    border: 3px solid #ecf0f1;
    background-image: url('../images/administrator-48.png');
    background-size: cover;
    margin-top: 0;
    -webkit-animation: bounce 1500ms infinite;
    -moz-animation: bounce 1500ms infinite;
    -o-animation: bounce 1500ms infinite;
    animation: bounce 1500ms infinite;
    -webkit-transition: all .55s ease-in-out;
    -moz-transition: all .55s ease-in-out;
    -o-transition: all .55s ease-in-out;
    transition: all .55s ease-in-out;
    z-index: 9999
}
.vcht_avatarSel>img {
    width: 48px;
    height: 48px;
    border-radius: 24px
}
.vcht_avatarSel>.vcht_avatarArrow {
    position: absolute;
    margin-top: 43px;
    margin-left: 11px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ecf0f1
}
.vcht_avatarSel.bottom>.vcht_avatarArrow {
    position: absolute;
    margin-top: -12px;
    border-top: transparent;
    border-bottom: 10px solid #ecf0f1
}
@-o-keyframes glow {
    0% {
        -o-box-shadow: 0 0 10px 0 #1abc9c
    }
    50% {
        -o-box-shadow: 0 0 40px 0 #1abc9c
    }
    100% {
        -o-box-shadow: 0 0 10px 0 #1abc9c
    }
}
@-moz-keyframes glow {
    0% {
        -moz-box-shadow: 0 0 10px 0 #1abc9c
    }
    50% {
        -moz-box-shadow: 0 0 40px 0 #1abc9c
    }
    100% {
        -moz-box-shadow: 0 0 10px 0 #1abc9c
    }
}
@-webkit-keyframes glow {
    0% {
        -webkit-box-shadow: 0 0 10px 0 #1abc9c
    }
    50% {
        -webkit-box-shadow: 0 0 40px 0 #1abc9c
    }
    100% {
        -webkit-box-shadow: 0 0 10px 0 #1abc9c
    }
}
@keyframes glow {
    0% {
        box-shadow: 0 0 10px 0 #1abc9c
    }
    50% {
        box-shadow: 0 0 40px 0 #1abc9c
    }
    100% {
        box-shadow: 0 0 10px 0 #1abc9c
    }
}
@-webkit-keyframes bounce {
    0% {
        margin-top: 0
    }
    50% {
        margin-top: -40px
    }
    100% {
        margin-top: 0
    }
}
@keyframes bounce {
    0% {
        margin-top: 0
    }
    50% {
        margin-top: -40px
    }
    100% {
        margin-top: 0
    }
}
@-o-keyframes bounceChat {
    0% {
        height: 45px
    }
    30% {
        height: 34px
    }
    60% {
        height: 45px
    }
}
@-moz-keyframes bounceChat {
    0% {
        height: 45px
    }
    30% {
        height: 34px
    }
    60% {
        height: 45px
    }
}
@-webkit-keyframes bounceChat {
    0% {
        height: 45px
    }
    30% {
        height: 34px
    }
    60% {
        height: 45px
    }
}
@keyframes bounceChat {
    0% {
        height: 45px
    }
    30% {
        height: 34px
    }
    60% {
        height: 45px
    }
}
#vcht_chatframe .btn {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
        margin-top: 0px;
}
#vcht_chatframe .btn:hover {
    opacity: .7;
        margin-top: 0px;
}
#vcht_chatframe .nicescroll-rails>div {
    margin-right: 2px!important
}
#vcht_chatframe .nicescroll-rails.hidden {
    display: none!important
}
#vcht_chatframe #chatPanel {
    background-color: black;
    position: relative;
    height: 100%;
    padding: 0!important;
    overflow: hidden;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
#vcht_chatframe #chatHeader {
    cursor: pointer;
    height: 45px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-transition: opacity .25s;
    -moz-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s
        	    -moz-animation: blink normal 5.5s infinite ease-in-out;
    -webkit-animation: blink normal 5.5s infinite ease-in-out;
    -ms-animation: blink normal 5.5s infinite ease-in-out;
    animation: blink normal 5.5s infinite ease-in-out;
    animation-delay: 20s;
animation-direction: alternate;
animation-iteration-count: 3;
}
#chatPanel.mob,
#chatPanel.mob #chatHeader {
    border-radius: 0!important
}
#chatPanel.mob #chatHeader {
    font-size: 18px;
    line-height: 16px
}
#chatPanel.mob #emailForm p {
    font-size: 18px!important
}
#chatPanel.mob #emailForm textarea {
    min-height: 120px
}
#chatPanel.mob textarea {
    font-size: 15px
}
#chatPanel.mob .palette {
    font-size: 18px
}
#chatHeader>span {
    margin-right: 8px
}
#chatHeader:hover {
    opacity: .6
}
#chatHeader>#vcht_iconMinify {
    margin-right: 0;
    float: right
}
#chatHeader .col-md-12 span {
    margin-right: 8px
}
#chatContent {
    position: relative;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 554px;
    background-color: #000;
    
}
#chatContent.mob {
    max-height: none;
    padding-bottom: 38px
}
#chatContent.mob .chatHistory {
    min-height: 280px;
    padding-right: 12px
}
#chatIntro_formGroup .chatIntro_username_icon {
    color: #bfc9ca;
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 3px;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}
.avatarImg {
    display: inline-block;
    background-image: url('../images/guest-48.png');
    background-size: cover
}
#vcht_chatframe #chatIntro {
    padding-top: 28px
}
#vcht_chatframe #chatIntro .avatarImg {
margin: 8px;
margin-bottom: 18px;
width: 240px;
height: 240px;
margin-top: -20px;
margin-bottom: 0px
}
#vcht_chatframe #chatRoom,
#emailForm {
    display: none
}
#vcht_chatframe #emailForm textarea {
    height: 106px;
    color: #ccc;
}
#vcht_chatframe #emailForm .form-group {
    margin-bottom: 10px
}
#vcht_chatframe #emailForm h4 {
    text-align: center;
    margin: 18px;
    margin-top: 100px;
    font-size: 20px;
    line-height: 30px;
    vertical-align: middle
}
#vcht_chatframe #emailForm a.btn {
    width: 100%
}
#vcht_chatframe #emailForm a.btn>span {
    margin-right: 8px!important
}
#vcht_chatframe #emailForm p {
    font-size: 16px;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 18px;
    line-height: 20px
}
#vcht_chatframe #chatHistory {
    min-height: 276px
}
#vcht_chatframe #chatWrite {
    bottom: 0;
    padding-top: 18px;
    padding-bottom: 18px
}
#chatWrite textarea {
    width: 184px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: top;
    height: 42px;
    font-size: 13px;
    color: #777
}
#chatWrite .form-group {
    margin-bottom: 0
}
#vcht_chatframe .bubble_left,
#vcht_chatframe .bubble_right {
    position: relative;
    display: none;
    border-radius: 6px;
    text-transform: none;
    line-height: 20px;
    margin-top: 16px;
    margin-bottom: 14px;
    margin-right: 18px;
    padding: 10px;
}
#vcht_chatframe .bubble_left {
    margin-left: 64px;
    margin-right: 18px
}
#vcht_chatframe .bubble_right {
    margin-right: 68px;
    margin-left: 18px
}
#vcht_chatframe .bubble_arrow {
    position: absolute;
    top: 10px
}
#vcht_chatframe .bubble_left .bubble_arrow {
    left: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 9px 7px 0;
    border-color: transparent #ecf0f1 transparent transparent
}
#vcht_chatframe .bubble_right .bubble_arrow {
    right: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 9px;
    border-color: transparent transparent transparent #1abc9c
}
#vcht_chatframe .bubble_photo {
    min-width: 37px;
    min-height: 37px;
    top: 4px;
    border-radius: 17px;
    padding: 2px;
    background-color: #000000;
    position: absolute;
}
#vcht_chatframe .bubble_photo img,
#vcht_chatframe img.bubble_photo {
    width: 37px;
    height: 37px;
    border-radius: 17px
}
#vcht_chatframe .bubble_left .bubble_photo {
    left: -52px
}
#vcht_chatframe .bubble_right .bubble_photo {
    right: -52px
}
#vcht_chatframe #vcht_loader {
    display: none
}
#vcht_chatframe .ouro {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -23px;
    margin-top: -23px;
    z-index: 999999;
    display: inline-block;
    height: 46px;
    width: 46px;
    border-radius: 50%;
    background: none repeat scroll 0 0 #000000;
    overflow: hidden;
}
#vcht_chatframe .ouro:after {
    content: "";
    position: absolute;
    top: 9px;
    left: 9px;
    display: block;
    height: 28px;
    width: 28px;
    background: none repeat scroll 0 0 #000000;
    border-radius: 50%;
}
#vcht_chatframe .ouro>span {
    position: absolute;
    height: 100%;
    width: 50%;
    overflow: hidden
}
#vcht_chatframe .left {
    left: 0
}
#vcht_chatframe .right {
    left: 50%
}
#vcht_chatframe .anim {
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 999px;
    background: none repeat scroll 0 0 #000000;
    opacity: .8;
    -webkit-animation: ui-spinner-rotate-left 3s infinite;
    animation: ui-spinner-rotate-left 3s infinite;
    -webkit-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0
}
#vcht_chatframe .left .anim {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
#vcht_chatframe .right .anim {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    left: -100%;
    -webkit-transform-origin: 100% 50% 0;
    transform-origin: 100% 50% 0
}
#vcht_chatframe .ouro2 .anim {
    -webkit-animation-delay: 0;
    animation-delay: 0
}
#vcht_chatframe .ouro2 .right .anim {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}
#vcht_chatframe .ouro3 .anim {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-delay: 0s;
    animation-duration: 3s;
    animation-timing-function: linear
}
#vcht_chatframe .ouro3 .right .anim {
    -webkit-animation-name: ui-spinner-rotate-right;
    -webkit-animation-delay: 0;
    -webkit-animation-delay: 1.5s;
    animation-name: ui-spinner-rotate-right;
    animation-delay: 0;
    animation-delay: 1.5s
}
#vcht_chatframe .round .ouro:after {
    display: none
}
#vcht_chatframe .double .ouro:after {
    height: 13px;
    width: 13px;
    left: 7px;
    top: 7px;
    border: 10px solid #ddd;
    background: transparent;
    box-shadow: none
}
@keyframes ui-spinner-rotate-right {
    0% {
        transform: rotate(0deg)
    }
    25% {
        transform: rotate(180deg)
    }
    50% {
        transform: rotate(180deg)
    }
    75% {
        transform: rotate(360deg)
    }
    100% {
        transform: rotate(360deg)
    }
}
@keyframes ui-spinner-rotate-left {
    0% {
        transform: rotate(0deg)
    }
    25% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(180deg)
    }
    75% {
        transform: rotate(180deg)
    }
    100% {
        transform: rotate(360deg)
    }
}
@-webkit-keyframes ui-spinner-rotate-right {
    0% {
        -webkit-transform: rotate(0deg)
    }
    25% {
        -webkit-transform: rotate(180deg)
    }
    50% {
        -webkit-transform: rotate(180deg)
    }
    75% {
        -webkit-transform: rotate(360deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}
@-webkit-keyframes ui-spinner-rotate-left {
    0% {
        -webkit-transform: rotate(0deg)
    }
    25% {
        -webkit-transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(180deg)
    }
    75% {
        -webkit-transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}
#vcht_chatframe .bubble_meta {
    font-size: 12px;
    text-align: right;
    margin-bottom: -4px
}
@media(max-width:480px) {
    #vcht_chatframe {
        width: 100%!important;
        left: 0!important;
        right: 0!important;
        max-width: 100%!important
    }
    #vcht_chatframe.vcht_open {
        height: 100%!important;
        width: 100%!important;
        max-width: 100%!important;
        border-radius: 0!important
    }
    #vcht_chatframe #chatWrite {
        width: 100%
    }
    #chatContent #chatHistory {
        overflow-y: auto;
        margin-bottom: 18px
    }
    #chatContent {
        min-height: 200px
    }
}