.support-msg {
    text-align: end;
}
.support-msg .borders {
    display: inline-block;
    background-color: #b5d592;
    padding: 1px 5px 1px 5px;
    border-radius: 5px;
}
.my-msg .borders {
    display: inline-block;
    background-color: rgb(213, 174, 191);
    padding: 1px 5px 1px 5px;
    border-radius: 5px;
}
.text .caption {
    font-weight: bold;
    padding-right: 5px;
}
.text .date {
    font-style: italic;
    float: right;
}
.attachIcon {
    width: 12px;
    padding-right: 4px;
    cursor: pointer;
}
.btnDefault, .btnUpload {
    background-color: #FFFFFF;
    border: 1px solid #fff;
    color: #333333;
    cursor: pointer;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}
.btnDefault:focus, .btnDefault:hover, .btnUpload:focus, .btnUpload:hover {
    background-color: #E6E6E6;
}
.btnM {
    border-radius: 1px;
    font-size: 14px;
}
.customUpload {
    overflow: hidden;
    position: relative;
    display: block;
}
.customUpload input.upload {
    cursor: pointer;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.support {
    background-color: #25aa30;
    color: white;
    position: fixed;
    padding: 4px;
    font-size: 15px;
    font-family: Helvetica Neue, Helvetica, Arial, serif;
    z-index: 1;
    width: 250px;
    right: 10px;
    bottom: 10px;
}

.support .cross {
    padding-top: 1px;
    background-color: lightgreen;
    cursor: pointer;
    border-radius: 10px;
    float: right;
    width: 11px;
    font-size: 12px;
    height: 13px;
    line-height: 16px;
    padding-left: 1px;
}
.textInput {
    width: calc(100% - 7px);
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    border: 0;
    height: 23px;
}
.textInput:focus {
    outline: none;
}
.fileUpload {
}
.input td {
    padding: 0;
}
.input table {
    border-spacing: 0;
    border-collapse: separate;
}
.text {
    height: 200px;
    overflow-y: auto;
}
#upload .center {
    border-radius: 10px;
    width: 220px;
    height: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #ebdfd7;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}
#upload img {
    vertical-align: middle;
    padding-right: 5px;
}
.videos video {
    width: 200px;
}
.error {
    background-color: #E6EDF5;
}

