﻿.chatTab {
    position: fixed;
    z-index: 999998;
    height: 150px;
    width: 320px;
    right: -275px;
    transform-origin: 100% 100% 0;
    bottom: 60%;
    border-radius: 5px 0px 0px 5px;
    padding: 0px;
    background-color: #20c0e0;
    cursor: pointer;
}

.chatText {
    position: absolute;
    transform: rotate(90deg) translate(0%,100%);
    color: #FFFFFF !important;
    font-size: 18px;
    width: 120px;
    top: 60px;
    left: -13px;
}

.chatForm {
    margin-left: 50px;
    background-color: #EFEFEF;
    padding: 12px;
    height: 100%;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    line-height: 1.7em;
}

.chatInput {
    margin: 7px 0px;
}

.chatClose {
    cursor: pointer;
    float: right;
}
