﻿body {
}

#chatSlider {
    border-width: 0px;
    position: absolute;
    float:right;
    right:25px;
    top: 0px;
    width: 450px;
    height: 600px;
    margin-top: 10vh;
}

#chatButton {
    position:relative;
    top:200px;
    left:-64px;
    border-width: 0px;
    width: 63px;
    height: 58px;
    overflow: hidden;
    float: left;
    display: inline-block;
    background-size: 58px 63px;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    background-color: #007FA3;
    border-radius: 10px 0px 0px 10px;
}

#chatButton_div {
    border-width: 0px;
    position: absolute;
    width: 42px;
    height: 42px;
    font-family: 'OpenSans-Regular', 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    text-align: center;
}

#chatButton_text {
    border-width: 0px;
    white-space: nowrap;
    text-transform: none;
    padding: 12px 19px;
}

#chatButton .text {
    position: absolute;
    align-self: flex-start;
    box-sizing: border-box;
    width: 100%;
}

#chatRoom {
    width:350px;
    display: inline-block;
    float: right;
    visibility: visible;
}

.chatText {
    font-size: 12px;
    line-height: 17.1429px;
}

#sendButton {
    background-color: rgba(0, 127, 163, 1);
    vertical-align: top;
    color: white;
}

.droppableOverlay {
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0);
    top: 0;
    left: 0;
    display: none;
    position: absolute;
}

.alertButton {
    background-color: rgba(0, 127, 163, 1);
    vertical-align: top;
    color: white;
}