/*Chat Style*/

#chat .errorbox {
    background: url(https://d3u8ldawoq7n0v.cloudfront.net/public/local-cdn/images/errormsg-box.gif) repeat-x;
    text-align: center;
    width: 400px;
    color: #a2160b;
    padding: 20px 30px 5px
}

#chat .errorbox-position {
    position: fixed;
    width: 100%;
    margin: auto;
    z-index: 555555
}

#chat .closebtn-errorbox {
    position: absolute;
    top: 15px;
    right: 12px;
    z-index: 10000
}

#chat .content-errorbox {
    padding: 13px 35px 13px 14px !important;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9999
}

#chat button.close {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    padding: 0;
    color: #ffffff !important;
    text-shadow: none !important;
    top: -8px !important;
}

#chat .error-msg div {
    padding-left: 0 !important;
    color: red;
}

#chat .scrollsections {
    position: relative;
    width: 100%;
    height: 100%
}

#chat .scrollsections {
    display: block
}

#scrollsections-navigation {
    position: fixed;
    top: 50%;
    right: 20px;
    width: 10px;
    margin-top: -177px;
    z-index: 100;
    background: 0 0;
    overflow: hidden;
    display: none!important
}

#chat .scrollsections-menuitem {
    position: relative;
    display: block;
    height: 40px;
    width: 2px;
    overflow: hidden;
    background: #999;
    text-indent: -9999px;
    margin: 0 0 5px 8px;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

#chat .scrollsections-menuitem.active-scrollsection {
    background: #0a57f4;
    cursor: default
}

#chat .floating-container {
    position: fixed;
    right: 20px;
    bottom: 85px;
    /*z-index: 111*/
}

#chat .action {
    border-radius: 50px;
    height: 60px;
    width: 60px;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -10;
    margin-bottom: -40px;
    background-color: #fff;
    position: relative;
    -webkit-transition: top 0.3s, margin-bottom 0.3s, opacity 0.1s;
    transition: top 0.3s, margin-bottom 0.3s, opacity 0.1s;
    padding: 16px 0 15px 0;
    cursor: pointer;
    transition: all .2s linear;
    box-shadow: 0 1px 10px 3px rgba(0, 0, 0, .18);
    visibility: hidden
}

#chat .action .svg {
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    margin: 0 auto;
    vertical-align: top;
    position: relative;
    z-index: 1
}

#chat .action .svg path {
    fill: #000
}

#chat .action img {
    width: auto;
    height: 28px;
    display: block;
    text-align: center;
    margin: 0 auto;
    vertical-align: top;
    position: relative;
    z-index: 1
}

/*#chat .action img.messenger-icon {
    height: 20px;
    margin-top: 4px
}*/

#chat .actionive:nth-of-type(1) {
    top: -140px;
    opacity: 1
}

#chat .actionive:nth-of-type(2) {
    top: -90px;
    opacity: 1
}

#chat .actionive:nth-of-type(3) {
    top: -40px;
    opacity: 1
}

#chat .action>a {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0
}

#chat .action .live-toggle {
    opacity: 0
}

#chat .actionive .live-toggle {
    background: #fff;
    position: absolute;
    right: 30px;
    top: -16px;
    z-index: 0;
    border-right: 0;
    border-radius: 50px 10px 10px 50px;
    color: #000;
    white-space: nowrap;
    line-height: 60px;
    height: 60px;
    padding: 0 20px 0 15px;
    opacity: 0;
    width: 0;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    box-shadow: -7px 0 9px 1px rgba(0, 0, 0, .1);
    font-size: 16px;
    color: #0a57f4;
    font-family: proxima_novaregular;
    font-weight: 400
}

#chat .actionive:hover .live-toggle {
    opacity: 1;
    width: 115px;
    text-align: center
}

#chat .floating-btn {
    background-color: #fff;
    box-shadow: 0 1px 10px 3px rgba(0, 0, 0, .18);
    border-radius: 50px;
    height: 60px;
    width: 130px;
    position: fixed;
    z-index: 10;
    cursor: pointer;
    bottom: 15px;
    right: 20px;
    transition: all .2s linear
}

#chat .floating-btn:hover {
    box-shadow: 0 1px 10px 3px rgba(0, 0, 0, .18)
}

#chat .plus {
    background: url(https://d3u8ldawoq7n0v.cloudfront.net/public/local-cdn/images/h-hb-chat.svg) 87px 0 no-repeat;
    width: auto;
    height: 27px;
    display: block;
    background-size: 27px 27px;
    position: relative;
    margin: 18px auto 0 auto
}

#chat .plus:before {
    position: absolute;
    top: 3px;
    left: 0;
    border: 0;
    -webkit-animation: sploosh 2s cubic-bezier(.165, .84, .44, 1);
    -webkit-animation-iteration-count: infinite;
    border-radius: 50px;
    content: 'Live Chat';
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
    color: #0a57f4;
    font-family: proxima_nova_rgbold;
    font-weight: 400
}

#chat .textpand {
    background: url(https://d3u8ldawoq7n0v.cloudfront.net/public/local-cdn/images/hb-close.svg) center center no-repeat;
    width: 22px;
    height: 22px;
    display: block;
    z-index: -1;
    margin: 19px auto 15px auto
}

#chat .boxspand {
    width: 60px;
    height: 60px
}

#chat .boxspand .plus:before {
    display: none
}

#chat .zoom {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 65px;
    z-index: 115;
    width: 100%;
    display: none
}

#chat .zoom-menu {
    position: absolute;
    right: 0px;
    left: auto;
    bottom: 0;
    width: 0%;
    list-style: none;
    text-align: center;
    background: #296cf5;
    height: 65px;
    line-height: 67px;
}

#chat .zoom-menu.scale-out .zoom-btn-large i {
    padding: 0px 0 0 0;
    font-weight: 900;
    font-size: 36px;
    color: rgba(255, 255, 255, 0.8);
    /*margin-top: -7px;*/
    bottom: 0px;
}

#chat .ftr-last .scale-out i.btm-rt-que {
    display: none;
}

#chat .zoom-menu.scale-out {
    width: 100%;
    transition: width 0.7s
}

#chat .zoom-menu span {
    display: inline-block;
    width: 68px
}

#chat .zoom-menu span i {
    display: block;
    text-align: center;
    line-height: 67px;
    font-size: 28px;
    font-weight: 300;
    color: #fff
}

#chat .zoom-menu span i img {
    width: 25px;
    height: 25px
}

#chat .zoom-menu.scale-out .zoom-fab {
    box-shadow: none;
    background: none
}

#chat .zoom-fab {
    display: inline-block;
    width: 57px;
    height: 57px;
    line-height: 57px;
    border-radius: 50%;
    background-color: rgba(10, 88, 245, .87);
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    transition: 0.2s ease-out;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
    cursor: pointer;
    color: #FFF
}

#chat .zoom-fab i {
    display: block;
    text-align: center;
    line-height: 67px;
    font-size: 28px;
    font-weight: 300
}

#chat .zoom-fab:hover {
    background: #0a57f4de;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2);
    color: #fff
}

#chat .zoom-menu.scale-out .zoom-btn-large {
    width: 57px;
    height: 65px;
    float: right;
    margin-right: 0px;
    background: rgba(0, 0, 0, 0.1);
    box-shadow: 3px 10px 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

#chat .zoom-btn-large {
    width: 57px;
    height: 57px;
    line-height: 67px;
    float: right;
    margin-right: 10px;
    /*margin-top: 8px*/
}

#chat .zoom-btn-large i {
    display: block;
    text-align: center;
    line-height: 52px;
    font-size: 28px;
    font-weight: 900
}

#chat .zoom-btn-large i img {
    width: 25px;
    height: 25px
}

#chat .ftr-last i.btm-rt-arw {
    display: none;
}

#chat .ftr-last .scale-out i.btm-rt-arw {
    display: block;
    line-height: 67px;
    font-weight: 900;
    font-size: 28px;
}

#chat .zoom-card {
    position: absolute;
    right: 150px;
    bottom: 70px;
    transition: box-shadow 0.25s;
    padding: 24px;
    border-radius: 2px;
    background-color: #009688;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
    color: #FFF
}

#chat .zoom-card ul {
    -webkit-padding-start: 0;
    list-style: none;
    text-align: left
}

#chat .zoom-btn-person {
    background-color: #F44336
}

#chat .zoom-btn-person:hover {
    background-color: #e57373
}

#chat .zoom-btn-doc {
    background-color: #ffeb3b
}

#chat .zoom-btn-doc:hover {
    background-color: #fff176
}

#chat .zoom-btn-tangram {
    background-color: #4CAF50
}

#chat .zoom-btn-tangram:hover {
    background-color: #81c784
}

#chat .zoom-btn-report {
    background-color: #2196F3
}

#chat .zoom-btn-report:hover {
    background-color: #64b5f6
}

#chat .zoom-btn-feedback {
    background-color: #9c27b0
}

#chat .zoom-btn-feedback:hover {
    background-color: #ba68c8
}

@media screen and (min-width:200px) and (max-width:768px) {
    #chat .floating-btn {
        display: none
    }
    #chat .zoom {
        display: block;
        width: 80px
    }
    #chat .zoom.zoomfull {
        width: 100%
    }
}