/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 3/jul/2017, 14:31:49
    Author     : Milu
*/

.parecer_buttons_wrapper .registration_tab_input_container {
    padding: 0 6px;
}
.parecer_buttons_wrapper .registration_tab_input_container {
    padding: 0 6px;
    outline: none;
}
textarea.parecer_textarea {
    font-size: 16px;
    line-height: 18px;
    padding: 6px 6px;
    border-radius: 12px 12px 3px 12px;
    border: 1px solid #004b6c;
    outline: none;
    text-align: center;
    max-width: calc(100% - 14px);
}

textarea.parecer_textarea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    border-radius: 8px;
    background-color: transparent;
}
textarea.parecer_textarea::-webkit-scrollbar {
    width: 16px;
    background-color: #F5F5F5;
}
textarea.parecer_textarea::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #004b6c;
}


.messages_conversation_big_container {
    z-index: 999;
    width: 300px;
    padding: 0 0 6px;
    position: fixed;
    bottom: 0px;
    right: 40px;
    background-color: #fff;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    box-shadow: 0px 0px 7px -1px #333;
}
.messages_person_selector a.md-button:hover {
    background: transparent;
}
.messages_person_selector > div.md-button:hover {
    background-color: rgba(38, 202, 211, 0.25) !important;
}
.messages_person_selector h3 {
    color: #004b6c !important;
    text-transform: uppercase;
    font-size: 16px;
}
.messages_person_selector h4 {
    font-weight: 300 !important;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.messages_person_selector p {
    font-size: 12px !important;
    color: #333;
}
.messages_conversation_wrapper {
    max-width: 280px;
    padding: 6px 12px;
    margin: 6px 20px;
    outline: none;
    
    
}
.box_wrapper {
    overflow: auto;
    max-height: 300px;
    margin-bottom: 10px;
    overflow-x: hidden;
    padding: 0 6px;
}
.messages_conversation_wrapper.messages_conversation_other_user_container {
    background-color: #fff;
    margin: 6px 0px 6px 10px;
    padding-left: 50px;
    background-image: url('../../../templates/frontoffice/_structure/img/chat_logo.svg');
    background-size: 40px;
    background-repeat: no-repeat;
    color:#004b6c;
}
.messages_conversation_wrapper.messages_conversation_user_container {
    margin: 6px 5px 6px auto;
    background: #004b6c;
    border-radius: 3px 3px 0px 3px;
    position: relative;
}
/*.messages_conversation_wrapper.messages_conversation_other_user_container:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: -10px;
    bottom: 0;
    border-right: 5px solid #a5e7ea;
    border-bottom: 0px solid #a5e7ea;
    border-left: 5px solid #fff;
    border-top: 8px solid #fff;
}*/
.messages_conversation_wrapper.messages_conversation_user_container:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: -10px;
    bottom: 0;
    border-right: 5px solid #fff;
    border-bottom: 0px solid #004b6c;
    border-left: 5px solid #004b6c;
    border-top: 8px solid #fff;
}
.messages_input_container input {
    border: 1px solid #26cad3;
    outline: none;
    padding: 0 12px;
    color: #004b6c;
    border-radius: 12px;
    margin-left:6px;
}
.messages_input_container button {
    margin: 0;
    background: #004b6c;
    border-radius: 0;
    color: #fff;
    padding: 0 36px;
    border: 1px solid #004b6c;
}
.messages_conversation_text {
    color: #fff;
    font-size: 14px;
    line-height: 18px;

}
.messages_conversation_date {
    color: #fff;
    font-weight: 200;
    font-size: 10px;
}
.messages_conversation_other_user div {
    color: #004b6c;
}

.block_chat{
    position:relative;
}

button.send_chat{
    background-color: #26cad3;
    border-radius: 12px;
    color:#fff;
    border:1px solid #26cad3;
    margin-left:6px;
    margin-right: 6px;
}
button.send_chat:hover, button.send_chat:not([disabled]):hover{
    background-color: #26cad3 !important;
    opacity:0.8;
}
.header_chat{
    height:90px;
    width:100%;
    background-color: #26cad3;
}
.boldt{
    
    font-weight:400;
    margin-left: 6px;
}
.need_help{
    font-size: 14px;
    font-weight:300;
    color:#fff;
    text-transform: uppercase;
    margin-top:10px;
    height:26px;
    line-height:26px;
}

.header_img{
    height:44px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top:10px;
}
.header_vet_row{
    background-color: #004b6c;
    height: 44px;
}
.header_vet_img{
    
    height: 18px;
    min-height: 18px;
    background-position: center;
    width: 100%;
    margin-top: 12px;
    
}
.header_vet_img .st0, .header_vet_img .st1, .header_vet_img .st2{
    fill:#fff;
}