.vishnu-widget *, .vishnu-widget *:before, .vishnu-widget *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

.vishnu-widget.vishnu-view-ready {
    display: block !important;
}

.vishnu-container {
    width: 474px;
    height: 264px;
    position: fixed;
    overflow: visible;
    right: 15px;
    bottom: 20px;
    border: 1px solid #4566a0;
    opacity: 0.99;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 6px 1px;
    font: 13px/16px Arial, sans-serif;
    background: #FFFFFF;
    color: #333333;
    z-index: 1101;
}
#vishnu-view {
    position: absolute;
    width: 170px;
    height: 210px;
    left: 0px;
    bottom: 27px;
    z-index: 201;
}
#vishnu-view .vishnu-img {
    width: 170px;
    height: 210px;
    border: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 211;
}
#vishnu-response {
    width: 275px;
    position: absolute;
    top: 30px;
    right: 28px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 16px 10px 16px;
    background: #e8eff8;
    z-index: 1001;
}
#vishnu-response:before {
    content: "";
    width: 15px;
    height: 24px;
    position: absolute;
    top: 33px;
    left: -15px;
    background: url('i/sprite.png') -54px -92px no-repeat;
}
#vishnu-response-wrap {
    width: 100%;
}
#vishnu-response-text {
    width: 100%;
    max-height: 114px;
    min-height: 50px;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    padding-top: 2px;
    top: 0px;
}
.vishnu-response-message {
    padding: 1px 0 3px 0;
    color: #333333;
    z-index: 1000;
}
#vishnu-request {
    width: 277px;
    height: 52px;
    position: absolute;
    bottom: 24px;
    right: 28px;
    text-align: left;
    background: #FFFFFF;
    border: 1px solid #d5d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 1003;
}

#vishnu-input {
    width: 230px;
    height: 100%;
    overflow: hidden;
    padding: 9px 2px 9px 14px;
    vertical-align: middle;
    white-space: normal;
    color: #1d1d1d;
    font: 12px/16px Arial, sans-serif;
    border: none;
    background: transparent;
    outline: none;
    resize: none;
    -webkit-appearance: none;
}
#vishnu-input.vishnu-placeholder-default {
    color: #a0a0a0;
    font-style: italic;
}
#vishnu-send {
    width: 19px;
    height: 18px;
    position: absolute;
    bottom: 7px;
    right: 9px;
    border: 0;
    vertical-align: middle;
    background: url('i/sprite.png') -54px -1px no-repeat;
    cursor: pointer;
    outline: none;
}
#vishnu-send::-moz-focus-inner {
    border: none;
}
#vishnu-send:active {
    border: none;
}
#vishnu-send:hover {
    background: url('i/sprite.png') -54px -20px no-repeat;
}

#vishnu-close {
    position: absolute;
    width: 27px;
    height: 27px;
    top: -12px;
    right: -14px;
    background: url('i/sprite.png') -54px -39px no-repeat;
    cursor: pointer;
    z-index: 1251;
}
#vishnu-close:hover {
    background: url('i/sprite.png') -54px -66px no-repeat;
}

#vishnu-button {
    width: 53px;
    height: 284px;
    position: fixed;
    right: 0;
    bottom: 190px;
    border: none;
    opacity: 1;
    background: url('i/sprite.png') 0px 0px no-repeat;
    cursor: pointer;
    z-index: 1102;
}
#vishnu-button.vishnu-selected {
    display: none;
}

#vishnu-response-text .vishnu-userlink {
    color: #333333;
    text-decoration: none;
    border-bottom: 1px dashed #333333;
}
#vishnu-response-text .vishnu-click {
    color: #004c8a;
    text-decoration: underline;
}

#vishnu-speech {
    opacity: 0;
    width: 0;
    height: 0;
    /*
    display: none;
    position: absolute;
    border: 0px;
    padding: 17px 0 0px 0;
    width: 15px;
    height: 100%;
    cursor: pointer;
    background-color: transparent;
    outline: 0;*/
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.vishnu-widget .jspContainer {
    overflow: hidden;
    position: relative;
}

.vishnu-widget .jspPane {
    position: absolute;
}

.vishnu-widget .jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 100%;
    background: transparent;
}

.vishnu-widget .jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: transparent;
}

.vishnu-widget .jspVerticalBar *,
.vishnu-widget .jspHorizontalBar * {
    margin: 0;
    padding: 0;
}

.vishnu-widget .jspCap {
    display: block;
}

.vishnu-widget .jspCap.jspCapTop {
        height: 3px;
}

.vishnu-widget .jspCap.jspCapBottom {
        height: 3px;
}

.vishnu-widget .jspHorizontalBar .jspCap {
    float: left;
}

.vishnu-widget .jspTrack {
    position: relative;
    background: #FFFFFF;
}

.vishnu-widget .jspDrag {
    position: relative;
    top: 0;
    left: 0;
    background: #3b5e9b;
    border: none;
    cursor: pointer;
    height: 30px;
    overflow: hidden;
    -webkit-transition: right 0.1s linear, width 0.1s linear;
    -moz-transition: right 0.1s linear, width 0.1s linear;
    -ms-transition: right 0.1s linear, width 0.1s linear;
    -o-transition: right 0.1s linear, width 0.1s linear;
    transition: right 0.1s linear, width 0.1s linear;

}

.vishnu-widget .jspHorizontalBar .jspTrack,
.vishnu-widget .jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.vishnu-widget .jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

.vishnu-widget .jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

.vishnu-widget .jspVerticalBar .jspArrow {
    height: 16px;
}

.vishnu-widget .jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.vishnu-widget .jspVerticalBar .jspArrow:focus {
    outline: none;
}

.vishnu-widget .jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}