body {
    margin: 0;
    padding: 0
}

.chat-view form .form-group {
    position: relative;
    margin-bottom: 20px
}

.chat-view form .validation.invalid,
.chat-view form .validation.valid {
    height: 35px;
    right: -6px;
    position: absolute;
    width: 35px
}

.chat-view form .validation.valid {
    background: url(../images/check-icon.png) 0 8px no-repeat rgba(0, 0, 0, 0)
}

.chat-view form .validation.invalid {
    background: url(../images/x-icon.png) 0 8px no-repeat rgba(0, 0, 0, 0)
}

.chat-view form span {
    color: gray;
    line-height: 22px;
    padding: 5px 8px;
    display: block;
    position: relative;
    z-index: 2
}

.chat-view form input[type=text] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border: 1px solid #aaa;
    background: 0 0;
    padding: 6px 7px 5px;
    color: #000;
    z-index: 12
}
.chat-view form input[type=email] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border: 1px solid #aaa;
    background: 0 0;
    padding: 6px 7px 5px;
    color: #000;
    z-index: 12
}

.chat-view form .inline-field {
    width: 49%
}

.chat-view form .field-label {
    padding-top: 10px
}

.chat-view form select {
    width: 100%;
    height: 28px;
    border: 1px solid #aaa
}

.chat-view form input[type=text]:disabled {
    background-color: #ddd!important;
    z-index: 1
}

.chat-view form .text-warning {
    color: #D20700;
    padding: 5px 0;
    font-size: 16px
}

.chat-view .chat-form {
    padding: 6px 30px;
    max-width: 650px;
    margin: auto
}

.chat-view .chat-form p {
    font-size: 15px
}

.chat-view .chat-form .ng-cloak,
.chat-view .chat-form [ng-cloak],
.chat-view .chat-form [ng\:cloak] {
    display: none
}

.chat-view .site-logo {
    background-color: #fff;
    height: 90px
}

.chat-view .more-btn,
.chat-view .more-btn:hover {
    background-color: #4AAA0E;
    color: #fff;
    border-radius: 10px;
}

.chat-view .site-logo img {
    padding: 13px 30px
}

.chat-view .pull-left {
    float: left
}

.chat-view .pull-right {
    float: right
}

.chat-view .more-btn {
    text-indent: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    height: 40px;
    line-height: 25px;
    text-decoration: none;
    text-align: center;
    margin-top: 5px;
    cursor: pointer;
    width: 180px
}

.chat-view .more-btn:active {
    position: relative;
    top: 1px;
    color: #fff
}

.chat-view .more-btn .fa {
    font-size: 20px
}

.chat-view .offline-message {
    max-width: 650px;
    margin: auto
}