@import 'https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css';

.open .dt-chat-widget-header:after{
   content:"\f107";
   font-family: FontAwesome;
   position: absolute;
   right: 20px;
   font-size: 20px;
}

.closed .dt-chat-widget-header:after{
   content:"\f106";
   font-family: FontAwesome;
   position: absolute;
   right: 20px;
   font-size: 20px;
}

.dt-chat-widget *{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: -box;
    box-sizing: border-box;
}

.dt-chat-widget {
    font-family: Verdana, Arial, sans-serif;
    position: fixed;
    bottom:0;
    right: 10px;
    z-index: 99999999;
    font-size: 12px;
    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;
    color: #595959;
    border-radius: 10px 10px 0 0;
    overflow:hidden;
    background: #F5F5F5;
}

.dt-chat-widget-header{
    padding:12px 20px;
    color:white;
    background-color: #d50303;
    cursor:pointer;
    font-size: 14px;
    font-weight: bold;
}

.dt-chat-widget-subheader{
    font-size: 10px;
}

.dt-chat-widget-body{
    padding: 2px 20px 2px 20px;
    background: #F5F5F5;
}

.dt-chat-widget-footer{
    padding: 0 20px 10px;
    text-align: center;

}

.dt-chat-widget-form-control{
    display:block;
}

.dt-label-control{
    display:block;
    width:100%;
    padding-top:8px;
    text-align: left;
}

.dt-input-control{
    display:block;
    width:100%;
    height:32px;
    border-radius:2px;
    border:1px solid #595959;
    margin:5px 0;
    padding:0 7px;
}

.dt-chat-widget-body button[type=submit]{
    color:white;
    background: #d50303;
    width:45%;
    padding:5px;
    margin:15px 0;
    border-radius:2px;
    border:0;
    cursor:pointer;
    font-size: 14px;
    font-weight: bold;
}

.dt-input-control.dt-valid{
    border:1px solid green;
}

.dt-input-control.dt-invalid{
    border:1px solid red;
}

.dt-chat-widget form{
    text-align: right;
}

.dt-chat-widget-footer{
    position: relative;
	border: 0!important;
}

.dt-chat-widget p{
    color: #595959;
}

.dt-chat-widget-footer p:first-child{
    position: absolute;
    top: -80px;
    text-align: left;
    font-size: 11px;
}

.dt-chat-widget-footer p:last-child{
    font-weight: bold;
}


.dt-widget-custom-header {
    background-image: url(https://www9.directtalk.com.br/clientes/custom/benevento/img/bg_header.jpg);
    background-repeat: no-repeat;
    background-size: 80% 91%;
    background-position: 13px 0px;
    width: 100%;
    height: 60px;
    display: block;
    margin: 10px;
}


.dt-chat-widget-footer a{
    display: inline-block;
    padding: 5px;
    color: #595959;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #595959;
    margin: 0 5px;
    min-width: 58px;
    font-size: 10px;
    font-weight: bold;
}

.pre-chat-intro {
    width: 100%;
    background: url(https://files.directtalk.com.br/1.0/api/file/public/ccc9e9b8-b68a-492d-9b1a-3bd72b39eb9b/content-inline);
    height: 60px;
    background-repeat: no-repeat, no-repeat;
    background-position: center;
    background-size: contain;
}