#web-connect-wrapper body {
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#web-connect-wrapper .closed { display: none; }
#web-connect-wrapper .opened { display: block; }

#web-connect-wrapper button {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
}

#web-connect-wrapper iframe {
    border: none;
}

#web-connect-wrapper #interstitial-banner-wrapper {
    width: 325px;
    min-height: 75px;
    border: 1px solid #ededed;
    background-color: white;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 6px;
    padding: 0px;
    overflow: hidden; /* force button inside rounded-border */
    position: fixed;
    z-index: 99999;

}

#web-connect-wrapper.bottom-right #interstitial-banner-wrapper {
    left: auto;
    right: 18px;
    bottom: 90px;
}

#web-connect-wrapper.bottom-left #interstitial-banner-wrapper {
    right: auto;
    left: 18px;
    bottom: 90px;
}

#web-connect-wrapper.side-right #interstitial-banner-wrapper {
    left: auto;
    right: 75px;
    bottom: 52px;
}

#web-connect-wrapper.side-left #interstitial-banner-wrapper {
    right: auto;
    bottom: 127px;
}

#web-connect-wrapper.bottom-center #interstitial-banner-wrapper {
    margin: auto;
    left: 0px;
    right: 0px;
    bottom: 90px;
}

#web-connect-wrapper #interstitial-banner-wrapper:after {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ededed;
    position: absolute;
    bottom: 0px;
    right: 10px;
}

#web-connect-wrapper #interstitial-banner-wrapper .banner-text-container {
    min-height: 60px;
    padding: 6px 7px 6px 6px;
    border-bottom: 1px solid #ededed;
    overflow: hidden;
}

#web-connect-wrapper #interstitial-banner-wrapper .banner-text-container p {
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    padding: 0px 13px 7px 30px;
}

#web-connect-wrapper #interstitial-banner-wrapper .banner-text-container img {
    float: left;
    width: 48px;
    height: 48px;
    margin: 5px;
    border-radius: 6px;
    overflow: hidden;
}

#web-connect-wrapper #interstitial-banner-wrapper #closeInterstitial {
    color: #999;
    position: absolute;
    top: 0px;
    right: -1px;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
}

#web-connect-wrapper #interstitial-banner-wrapper #close:hover {
    background-color: #eee;
}

#web-connect-wrapper #interstitial-banner-wrapper .banner-button-container button {
    text-align: center;
    margin: auto;
    height: 50px;
    font-size: 16px;
    width: 100%;
    outline: none;
    color: #0b99ba;
    cursor: pointer;
}

#web-connect-wrapper #interstitial-banner-wrapper .banner-button-container button:hover {
    color: white;
    background-color: #0b99ba;
}

#web-connect-wrapper .chat-box-icon {
    font-family: 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 5px 5px 3px 5px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    color: #fff;
    display: inline-block;
}

#web-connect-wrapper #chat-box-counter {
    min-width: 18px;
    height: 18px;
    line-height: 16px;
    padding: 2px;
    background-color: #E32222;
    color: white;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    font-family: 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: none;
    border-radius: 100%;
    position: absolute;
    top: -5px;
    right: -1px;
    z-index: 2;
    box-sizing: content-box;
}

#web-connect-wrapper .chat-box-minus-icon {
    font-size: 28px;
    padding: 5px 5px 3px 12px;
}

#web-connect-wrapper .chat-box-close-icon:before {
    /*content: '\00D7';*/
    content: "×";
    display: inline-block;
}

#web-connect-wrapper .chat-box-minus-icon:before {
    /*content: '\00D7';*/
    content: "-";
    display: inline-block;
}

#web-connect-wrapper .chat-box-tools {
    /*height: 0;*/
    display: inline;
    background-color: transparent;
    position: relative;
    top: -3px;
}

#web-connect-wrapper .chat-box-tools-btn {
    z-index: 99999;
    bottom: 0;
    position: relative;
    padding: 3px;
}

#web-connect-wrapper .chat-box-tools-btn:active,
#web-connect-wrapper .chat-box-tools-btn:hover,
#web-connect-wrapper .chat-box-tools-btn:focus,
#web-connect-wrapper .chat-box-tools-btn:visited {
    outline: none;
}

#web-connect-wrapper .chat-box-tools-badge {
    background-color: #fff;
    color: #123648;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
    margin-left: 10px;
    z-index: 99999;
    bottom: -10px;
    position: relative;
}

#web-connect-wrapper .pull-right {
    float: right;
    clear: none;
}

#web-connect-wrapper #chat-box-loader, #chat-box-body {
    display: block;
    position: fixed;
    background-color: transparent;
    overflow: hidden;
}

#chat-box {
    top: auto !important;
    bottom: 65px;
    z-index: 94156901610;
}

#chat-box, #chat-box-body {
    min-width: 440px;
    min-height: 640px;
}

@media only screen and (max-width: 600px) {
    #chat-box, #chat-box-body {
        min-width: auto;
        min-height: auto;
        width: 100%;
    }   
}

#chat-box-body {
    position: relative;
}

#web-connect-wrapper .btn-chat {
    width: 58px;
    height: 58px;
    margin: 5px;
    border-radius: 58px !important;
    overflow: hidden;
    text-indent: -9999px;
    background-color: #0199bb;
    background-image: url('img/open-chat-btn.png');
    background-repeat: no-repeat;
    color: white;
    display: inline-block;
    padding: .375rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#web-connect-wrapper #chat-box-button.opened .btn-chat {
    background-image: url('img/close-chat-btn.png');
}

#web-connect-wrapper .btn-chat:hover,
#web-connect-wrapper .btn-chat:focus,
#web-connect-wrapper .btn-chat:active,
#web-connect-wrapper .btn-chat.active {
    background-color: #0d2734;
    border-color: #08171f;
    color: #FFF;
}

#web-connect-wrapper .btn-chat.disabled:hover,
#web-connect-wrapper .btn-chat.disabled:focus,
#web-connect-wrapper .btn-chat.disabled:active,
#web-connect-wrapper .btn-chat.disabled.active,
#web-connect-wrapper .btn-chat[disabled]:hover,
#web-connect-wrapper .btn-chat[disabled]:focus,
#web-connect-wrapper .btn-chat[disabled]:active,
#web-connect-wrapper .btn-chat[disabled].active,
#web-connect-wrapper fieldset[disabled] .btn-chat:hover,
#web-connect-wrapper fieldset[disabled] .btn-chat:focus,
#web-connect-wrapper fieldset[disabled] .btn-chat:active,
#web-connect-wrapper fieldset[disabled] .btn-chat.active {
    background-color: #123648;
    border-color: #123648;
    color: #FFF;
}

#web-connect-wrapper.bottom-right #chat-box-button .btn,
#web-connect-wrapper.bottom-left #chat-box-button .btn,
#web-connect-wrapper.bottom-center #chat-box-button .btn {
    box-shadow: 0 0 10px #acacac;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-right: auto;
    margin-left: auto;
}

#web-connect-wrapper.bottom-left #chat-box-counter,
#web-connect-wrapper.bottom-center #chat-box-counter,
#web-connect-wrapper.bottom-right #chat-box-counter {
     white-space: nowrap;
     vertical-align: middle;
     -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
     user-select: none;
    color: white;
    font-size: 10px;
    font-weight: bold;
    line-height: 18px;
    border: 2px solid white;
    top: -10px;
    z-index: 2;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: 20px;
    text-indent: 1px;
    text-align: center;
}

#web-connect-wrapper .btn-chat:active,
#web-connect-wrapper .btn-chat:hover,
#web-connect-wrapper .btn-chat:focus,
#web-connect-wrapper .btn-chat:visited {
    outline: none;
}

/* Bottom Right Styles */
#web-connect-wrapper.bottom-right #chat-box-button {
    position: fixed;
    width: 125px;
    z-index: 99999;
    text-align: right;
    font-size: 18px;
    display: flex;
    justify-content: right; /* align horizontal */
    right: -15px;
    bottom: 11px;
    top: auto;
}

#web-connect-wrapper.bottom-right #chat-box {
    position: fixed;
    bottom: 0;
    right: 10px;
    top: auto;
}

@media screen and (max-width: 600px) {
    #web-connect-wrapper.bottom-right #chat-box {
        right: 0;
    }
}

/* Bottom Left Styles */
#web-connect-wrapper.bottom-left #chat-box-button {
    position: fixed;
    width: 125px;
    z-index: 99999;
    text-align: left;
    font-size: 18px;
    display: flex;
    justify-content: left; /* align horizontal */
    left: 0;
    top: auto;
    right: -15px;
    bottom: 11px;
}

#web-connect-wrapper.bottom-left #chat-box {
    position: fixed;
    bottom: 0;
    left: 20px;
}

@media only screen and (max-width: 600px) {
    #web-connect-wrapper.bottom-left #chat-box {
        left: 0;
    }
}

#web-connect-wrapper.side-left #chat-box-body { border-radius: 0 6px 6px 0; }
#web-connect-wrapper.side-right #chat-box-body { border-radius: 6px 0 0 6px; }
#web-connect-wrapper.bottom-left #chat-box-body,
#web-connect-wrapper.bottom-center #chat-box-body,
#web-connect-wrapper.bottom-right #chat-box-body { border-radius: 6px 6px 0 0; }



/* Bottom Center Styles */
#web-connect-wrapper.bottom-center #chat-box-button {
    position: fixed;
    width: 600px;
    z-index: 99999;
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center; /* align horizontal */
    right: 0;
    left: 0;
    bottom: 11px;
    top: auto;
    margin-right: auto;
    margin-left: auto;
}

#web-connect-wrapper.bottom-center #chat-box {
    position: fixed;
    justify-content: center; /* align horizontal */
    right: 0;
    left: 0;
    bottom: 0;
    margin-right: auto;
    margin-left: auto;
}

/* Right Styles */
#web-connect-wrapper.side-right #chat-box-button {
    position: fixed;
    z-index: 99999;
    text-align: center;
    font-size: 18px;
    display: flex;
    vertical-align: middle;
    right: 0;
    padding-right: 0;
    bottom: 50px;
    top: auto;
}

#web-connect-wrapper.side-right #chat-box-button .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#web-connect-wrapper.side-right #chat-box {
    position: fixed;
    right: 0;
    bottom: 20px;
    vertical-align: middle;
}

/* Right Styles */
#web-connect-wrapper.side-left #chat-box-button {
    position: fixed;
    z-index: 99999;
    text-align: center;
    font-size: 18px;
    display: flex;
    vertical-align: middle;
    left: 0;
    padding-right: 0;
    bottom: 50px;
    top: auto;
}

#web-connect-wrapper.side-left #chat-box-button .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#web-connect-wrapper.side-left #chat-box {
    position: fixed;
    left: 0;
    bottom: 20px;
    vertical-align: middle;
}

#web-connect-wrapper .hide { display: none !important; }
#web-connect-wrapper .show { display: block !important;}

/* Transitions*/
#web-connect-wrapper #chat-box,
#web-connect-wrapper #chat-box-button {
    top: 10px;
    -webkit-transition: -webkit-transform .5s ease;
    -moz-transition: -moz-transform .5s ease;
    -ms-transition: -ms-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: transform .5s ease;
}

/*#web-connect-wrapper.bottom-left #chat-box.closed,*/
/*#web-connect-wrapper.bottom-center #chat-box.closed,*/
/*#web-connect-wrapper.bottom-right #chat-box.closed,*/
/*#web-connect-wrapper.bottom-left #chat-box-button.opened,*/
/*#web-connect-wrapper.bottom-center #chat-box-button.opened,*/
/*#web-connect-wrapper.bottom-right #chat-box-button.opened {*/
    /*-webkit-transform: translate(0, 0%);*/
    /*-moz-transform: translate(0, 0%);*/
    /*-ms-transform: translate(0, 0%);*/
    /*-o-transform: translate(0, 0%);*/
    /*transform: translate(0, 0%);*/
/*}*/

#web-connect-wrapper.bottom-left #chat-box.opened,
#web-connect-wrapper.bottom-center #chat-box.opened,
#web-connect-wrapper.bottom-right #chat-box.opened {
    -webkit-transform: translate(0, -11%);
    -moz-transform: translate(0, -11%);
    -ms-transform: translate(0, -11%);
    -o-transform: translate(0, -11%);
    transform: translate(0, -11%);
}

#web-connect-wrapper.side-left #chat-box.closed,
#web-connect-wrapper.side-right #chat-box.closed {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

#web-connect-wrapper.side-left #chat-box.opened {
    -webkit-transform: translateX(32%);
    -moz-transform: translateX(32%);
    -ms-transform: translateX(32%);
    -o-transform: translateX(32%);
    transform: translateX(32%);
}

#web-connect-wrapper.side-right #chat-box.opened {
    -webkit-transform: translateX(-32%);
    -moz-transform: translateX(-32%);
    -ms-transform: translateX(-32%);
    -o-transform: translateX(-32%);
    transform: translateX(-32%);
}
@media only screen and (max-width: 600px) {
    #web-connect-wrapper.side-right #chat-box.opened,
    #web-connect-wrapper.side-left #chat-box.opened {
        -webkit-transform: translate(0, -11%);
        -moz-transform: translate(0, -11%);
        -ms-transform: translate(0, -11%);
        -o-transform: translate(0, -11%);
        transform: translate(0, -11%);
    }
}