#vacom_mainbar {
    color: #000000;
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 900;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: normal;
}

#vacom_mainbar div {
    box-sizing: border-box;
}

#vacom_mainbar_spacer {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 30px;
}

#vacom_notification {
    position: fixed;
    width: 450px;
    min-height: 50px;
    background: #FFFFFF;
    border: 2px dashed red;
    bottom: 50px;
    left: 50px;
    z-index: 999;
    padding: 15px;
    display: none;
}

#vacom_userlist_button {
    cursor: pointer;
    float: right;
    margin-right: 5px;
    height: 30px;
    width: 250px;
    background: #445c83;
    z-index: 901;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
    border: 1px solid #707070;
    color: white;
    background-image: url("images/privatemessage.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#vacom_chatroom_button {
    cursor: pointer;
    float: right;
    margin-right: 50px;
    height: 30px;
    width: 50px;
    background: #445c83;
    z-index: 901;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
    border: 1px solid #707070;
    color: white;
    background-image: url("images/groupchat.png");
    background-repeat: no-repeat;
    background-size: 70% 70%;
    background-position: center;
}

.vacom_pilotbutton {
    padding: 5px 10px;
    cursor: pointer;
}

.vacom_pilotbutton:hover {
    background-color: #ebebeb;
}

#vacom_groupchat img,
.vacom_pm_messages img {
    max-height: 23px;
    vertical-align: bottom;
}

#vacom_userlist {
    width: 250px;
    height: 600px;
    display: none;
    position: fixed;
    bottom: 30px;
    right: 106px;
    background-color: #f7f7f7;
    z-index: 800;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: normal;
}

#vacom_userlist div {
    box-sizing: border-box;
}

#vacom_userlist_pilotlist {
    overflow-y: scroll;
    height: 575px;
    width: 100%;
}

#vacom_userlist_onlinesep {
    text-align: center;
    font-size: 10px;
    border-bottom: 1px solid #bfbfbf;
}

#vacom_userlist_offlinesep {
    text-align: center;
    font-size: 10px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #bfbfbf;
    margin-top: 10px;
}

#vacom_groupchat {
    width: 800px;
    height: 500px;
    display: none;
    position: fixed;
    bottom: 30px;
    right: 50px;
    background: orange;
    z-index: 910;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: normal;
}

#vacom_groupchat div {
    box-sizing: border-box;
}

#vacom_groupchat_messagewindow {
    height: 415px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 20px;
    position: absolute;
    left: 0;
    top: 25px;
    width: 70%;
    background: #edeff1;
    z-index: 901;
    word-wrap: break-word;
    font-weight: normal;
}

#vacom_groupchat_userlist {
    height: 475px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 25px;
    width: 30%;
    background: #f7f7f7;
    z-index: 901;
    cursor: pointer;
    border-left: 2px solid #d4e3f2;
}

#vacom_groupchat_chatinput {
    height: 60px;
    overflow: hidden;
    padding: 10px 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70%;
    background: #FFFFFF;
    z-index: 901;
    border: 0;
    border-top: 1px solid #d4e3f2;
}

#vacom_gcinput {
    width: calc(100%);
    position: absolute;
    left: 0px;
    top: 5px;
    height: 50px;
    resize: none;
    z-index: 901;
    padding: 10px;
    border: 0;
    box-sizing: border-box;
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font: 99% sans-serif;
}

.vacom_pm_textbox {
    min-width: 100px;
    width: 100%;
    resize: none;
    height: 60px;
    margin: 0;
    box-sizing: border-box;
    font-weight: normal;
    padding: 10px;
    border: 0;
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid #d4e3f2;
    font: 99% sans-serif;
}

.windowtitle {
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: white;
    background: #445c83;
    padding: 0 10px;
    z-index: 901;
    position: relative;
    cursor: pointer;
}

.vacom_pm_button {
    cursor: pointer;
    float: right;
    margin-right: 5px;
    height: 30px;
    width: 250px;
    background: #445c83;
    position: relative;
    z-index: 955;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
    color: white;
    font-weight: bold;
    padding: 7px 10px;
}

.vacom_pm_buttontitle {
    position: absolute;
    left: 0;
    top: 0;
    width: 225px;
    height: 30px;
}

.vacom_pm_window {
    cursor: text;
    width: 250px;
    height: 350px;
    display: none;
    position: relative;
    top: -357px;
    left: -10px;
    background: #edeff1;
    z-index: 955;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
    color: #000000;
}

.vacom_pm_messages {
    height: 265px;
    width: 100%;
    overflow: hidden;
    overflow-y: scroll;
    padding: 10px;
    word-wrap: break-word;
    font-weight: normal;
}

.vacom_close_pm {
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    right: 0;
    z-index: 970;
    background-image: url("images/cross.png");
    background-repeat: no-repeat;
    background-size: 70% 70%;
    background-position: center;
}

.vacom_close_pm:hover {
    background-image: url("images/cross-grey.png");
    background-repeat: no-repeat;
    background-size: 70% 70%;
    background-position: center;
}

.vacom_close_pmb {
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 0;
    right: 0;
    z-index: 970;
    background-image: url("images/cross.png");
    background-repeat: no-repeat;
    background-size: 70% 70%;
    background-position: center;
}

.vacom_close_pmb:hover {
    background-image: url("images/cross-grey.png");
    background-repeat: no-repeat;
    background-size: 70% 70%;
    background-position: center;
}

.vacom_hide_pm {
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    right: 27px;
    z-index: 970;
    background-image: url("images/line.png");
    background-repeat: no-repeat;
    background-size: 70% 70%;
    background-position: center;
}

.vacom_hide_pm:hover {
    background-image: url("images/line-grey.png");
    background-repeat: no-repeat;
    background-size: 70% 70%;
    background-position: center;
}

#vacom_hide_ul {
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    right: 0;
    z-index: 970;
    background-image: url("images/line.png");
    background-repeat: no-repeat;
    background-size: 70% 70%;
    background-position: center;
}

#vacom_hide_ul:hover {
    background-image: url("images/line-grey.png");
    background-repeat: no-repeat;
    background-size: 70% 70%;
    background-position: center;
}

#vacom_hide_gc {
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    right: 0;
    z-index: 970;
    background-image: url("images/line.png");
    background-repeat: no-repeat;
    background-size: 70% 70%;
    background-position: center;
}

#vacom_hide_gc:hover {
    background-image: url("images/line-grey.png");
    background-repeat: no-repeat;
    background-size: 70% 70%;
    background-position: center;
}

.vacom_newmessage {
    background-image: url("images/newmsg.png");
    background-repeat: no-repeat;
}

.vacom_newmessage_list {
    background-color: #f6d5d5;
}

.vacom_newmessage_button {
    background-color: #dd5151 !important;
}

.vacom_online {
    padding-left: 30px;
    background-image: url("images/online.png");
    background-repeat: no-repeat;
}

.vacom_offline {
    padding-left: 30px;
    background-image: url("images/offline.png");
    background-repeat: no-repeat;
}

.vacom_on_sml {
    background-image: url("images/on.png");
    background-repeat: no-repeat;
    background-position: left;
}

.vacom_off_sml {
    background-image: url("images/off.png");
    background-repeat: no-repeat;
    background-position: left;
}

.vacom_date {
    float: right;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #6d97ba;
}

.vacom_sendername {
    float: left;
    font-weight: bold;
    color: #296190;
    padding-left: 12px;
}

.vacom_messagestyle {
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid #dbe6ef;
    margin-bottom: 10px;
}

.vacom_sentbyme {
    color: #b96987;
}