.pre-chat *{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pre-chat input[type="text"] {
    width: 100%;
    border-radius: 3px;
    box-shadow: none;
    border: 1px solid #979899;
    padding: 7px 5px;
}

.pre-chat {
    font-family: Verdana, Arial, sans-serif;
    position: fixed;
    bottom:0;
    right:10px;
    z-index:19000000;
    font-size: 12px;
}

.pre-chat-button {
    width: 230px;
    height:30px;
    background-color: #4e1d3a;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
    overflow:hidden;
}

.pre-chat-button-icon {
    float:right;
    width:36px;
    height:30px;
}

.pre-chat-button-icon img{
    position:absolute;
    right:8px;
    top:6px;
}
.pre-chat-button-label {
    color: #fff;
    font-weight: bold;        
    font-size: 12px;
    line-height:31px;
    margin-left: 10px
}
.pre-chat.minimized .pre-chat-window {
    display:none
}
.pre-chat .pre-chat-button {
    display:none
}
.pre-chat.minimized .pre-chat-button {
    display:block;
}
.pre-chat-window {
    width: 320px;
    -moz-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
    background-color: #fff;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.pre-chat-titlebar {
    background-color: #4e1d3a;
    white-space: nowrap;
    text-align: left;
    cursor: inherit;
    font-size: 13px;
    line-height: 24px;
    font-weight: bold;
    color: white;
    font-family: Verdana, Geneva, sans-serif;
    padding-left: 14px;
}
.pre-chat-minimize {
    font-family: Verdana, Geneva, sans-serif;
    color: #ebf8fa;
    font-weight: bold;
    position:absolute;
    right: 7px;
    font-size:17px;
    text-decoration:none
}
.pre-chat-minimize:hover {
    color: black;
    text-decoration:none
}
.pre-chat-avatar{
    position: absolute;
    top:13px;
    left:11px;
    background-color: #fff;
    border-color: gray;
    width:50px;
    border-radius: 3px;
    height:50px;
    overflow:hidden;
}
.pre-chat-intro {
    position: relative;
    /* background: #F1F1F1 url() no-repeat center; */
    width: 100%;
    /* height: 50px;
    padding: 35px 0; */
    cursor: default;
}
.pre-chat-intro h4 {
    font-weight: bold;
    color: #1c95a3;
    line-height: 1.2;
    height:15px;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
}
.pre-chat-intro p {
    line-height: 1.2;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #aaa;
}

.pre-chat-header {
    border-bottom: 1px solid #eee;
}

.pre-chat-mensagem {
    width: 100%;
}

.pre-chat-form, .pre-chat-form-opened{
    padding: 20px;
   /*  border: 5px solid #F1F1F1; */
}

.pre-chat-form p{
    clear:both;
}

.pre-chat-form ul {
    list-style-type: none;
    width: 100%;
    padding:0;
    margin: 0;
}

.pre-chat-form li label {
    width: 80px;
    display: inline-block;
    margin-bottom: 5px;
}

.pre-chat-form li {
    margin-top: 10px;
}

.pre-chat-form-input{
    width:260px;
}

.pre-chat-form-submit:active,
.pre-chat-form-submit:focus,
.pre-chat-form-submit:hover{
    color:#fff;
    text-decoration:none;
    background-color: #11a6d8;
}

.pre-chat-form-submit[disabled=disabled]{
    background-color: #7CCCD6;
}

.pre-chat-loading {
    text-align:center;
    margin-top:120px
}

.pre-chat-error{
    color: #f00;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    margin-top:100px;
    padding:20px;
    text-align: center;
    position:relative
}

.frase_consultor{
    margin:0;
}

.hidden {
    display:none;
}

.pre-chat-form-select {
    width: 266px;
    font-size: 14px;
    padding-bottom: 4px;
    padding-top: 4px;
    margin-bottom: 0px;
    padding-bottom:0px;
}

.pre-chat-errorlist p {
    padding: 5px 10px;
    margin:0;
}

.pre-chat-errorlist {
    background: #F0A1A1;
    margin: 10px 0;
    color: #8F2727;
    border-radius: 5px;
}

button.sender {
    padding: 7px 12px;
    border: 0;
    border-radius: 3px;
    font-weight: bold;
    color: white;
    background: #ec6426;
    /* margin-top: 15px; */
    cursor: pointer;
}