@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

.inbenta-bot{
    font-family: 'Roboto', sans-serif !important;
}
/*SIDE-BUBBLE - HEADER *********************************************************************/
.inbenta .inbenta-bot__bubble__header{
    background-color: #da262c;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.inbenta .inbenta-bot__bubble .header__title{
     font-family: 'Roboto', sans-serif;
}
/*BODY*/
.inbenta .inbenta-bot__bubble__body{
    background-color:  #F3F1F2;
}

.inbenta .inbenta-bot__bubble__body a{
   color: #b7202e; 
}


/*SIDE-BUBBLE - FOOTER*/
/*rating*/
.inbenta .inbenta-bot__bubble__footer{
    font-family: 'Roboto', sans-serif !important;
    font-weight: normal !important;
}
.inbenta .inbenta-bot-rating__content__buttons .inbenta-bot-button{
    border: 2px solid #b7202e;
    background-color: #ffffff;
    color: #b7202e;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.inbenta .inbenta-bot-rating__content__buttons .inbenta-bot-button:hover{
    border: 2px solid #b7202e;
    background-color: #b7202e;
    color: #ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
/*rating "WHY?" . */



.inbenta .inbenta-bot-rating .inbenta-bot-rating__content{
    margin: 0px;
    padding: 10px 10px 10px 10px !important;
}



.inbenta .inbenta-bot-rating .comment__wrapper .inbenta-bot-button{
    height: 48px !important;
}
/*ratings en ventana de mensajes*/
.inbenta .inbenta-bot-rating__content__phrase{
    padding-left: 15px !important;
    color: #b7202e !important;
}
.inbenta .inbenta-bot-rating__content__comment{
   color: #b7202e !important;
}

.inbenta .inbenta-bot-rating__content__thanks{
    color: #b7202e !important;
}

.inbenta .inbenta-bot-rating__content__buttons .inbenta-bot-button{
    border: 2px solid #AA1A30 !important;
    background-color: #AA1A30 !important;
    color: #ffffff !important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin: 2px;
}





/*MAIN WINDOW**********************************************************************/
/***HEADER++++++++++*/

/*main header*/
.inbenta .inbenta-bot__chat__header {
    background-color: #da262c;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.inbenta .inbenta-bot__chat .header__title{
    font-family: 'Roboto', sans-serif;
}



/***BODY++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.inbenta .inbenta-bot__chat .content__text {
    color: #676767;
    line-height: 145% !important;
}

.inbenta .inbenta-bot__chat .messages__message--received .messages__message__avatar {
    /*background-color: white;*/
    display: none;
}

.inbenta .inbenta-bot__chat .body__wrapper{
    background-color:  #F3F1F2;
    border-left: 1px solid #e2e2e2;
}

.inbenta .inbenta-bot__chat .body__avatar-content .body__avatar-content__avatar{
    /*avatar background: el video actual, hace las veces de background*/
}


/*area de mensajes***************************************************************************/
.inbenta .inbenta-bot__chat .body__wrapper{
    padding: 0px !important;
}


/****Bubbles chat**/
.inbenta .inbenta-bot__bubble .messages__message--sent .messages__message__content,
.inbenta .inbenta-bot__chat .messages__message--sent .messages__message__content {
    background-color: #F3F1F2;
    box-shadow: none;
}

.inbenta .inbenta-bot__bubble .messages__message--received .messages__message__content,
.inbenta .inbenta-bot__chat .messages__message--received .messages__message__content {
    background-color: #F3F1F2;
    box-shadow: none;
}

/*RECEIVED*/
.inbenta .inbenta-bot__chat .messages__message--received .content__label{
    opacity: 1.0 !important;
    background-color: #b7202e;
    color: #ffffff;
    width: 65px;
    display: block;
    padding: 5px 0px 5px 10px;
    
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.inbenta .inbenta-bot__chat .messages__message--received .content__text{
    border-left: 2px solid #b7202e;
    padding: 10px 0px 0px 10px;

}

/*links*/
.inbenta .inbenta-bot__chat .messages__message--received .content__text a{
    color: #b7202e !important;
    font-weight: bolder !important;
    text-decoration: underline;
}
.inbenta .inbenta-bot__chat .messages__message--sent .content__text a:hover{
    color: #02a4b9 !important;
}

.inbenta .inbenta-bot__chat .messages__message--sent .content__text a{
    color: #02a4b9 !important;
    font-weight: bolder !important;
    text-decoration: underline;
}
.inbenta .inbenta-bot__chat .messages__message--sent .content__text a:hover{
    color: #4a4a4a !important;
}


/*bullets, viñetas*/
.inbenta .inbenta-bot__chat .messages__message--received .content__text ul {
    list-style-type: none;
}

.inbenta .inbenta-bot__chat .messages__message--received .content__text ul li {
    color: #102540 !important;
    margin-left: -15px;
    padding: 0;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 5px;
    padding-left: 1px;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-position: 0px 3px;
}

.inbenta .inbenta-bot__chat .messages__message--received .content__text ul li:before {
    color: #AA1A30 !important;
    content: "» ";
}

.inbenta .inbenta-bot__chat .messages__message--received .content__text ol {
    list-style: none;

}

.inbenta .inbenta-bot__chat .messages__message--received .content__text ol li {
    color: #102540 !important;
    margin-left: -15px;
    padding: 0;
    border-bottom: 1px solid #ced5e2;
    padding-bottom: 5px;
    margin-bottom: 5px;
    counter-increment: item;
}

.inbenta .inbenta-bot__chat .messages__message--received .content__text ol li:before {
    color: #FFFFFF !important;
    /*    content: "» ";*/
    margin-right: 10px;
    content: counter(item);
    background: #AA1A30;
    border-radius: 150%;
    width: 1.8em;
    text-align: center;
    display: inline-block;
    font-size: .8em;
}
 
/*tablas*/
.inbenta .inbenta-bot__chat .messages__message--received .content__text table{
    border-collapse: collapse;
    font-size: 12px;
    line-height: 120%;
    margin: 15px 0px 15px 0px;
}


.inbenta .inbenta-bot__chat .messages__message--received .content__text th,
.inbenta .inbenta-bot__chat .messages__message--received .content__text td {
    padding: 4px;
    text-align: left;
    border: 1px solid #afafaf !important;
}



/*SENT: textos del usuario**********************************************************************************/
.inbenta .inbenta-bot__chat .messages__message--sent .content__label{
    
    opacity: 1.0 !important;
    background-color: #02a4b9;
    color: #ffffff;
    width: auto !important;
    padding: 5px 10px 5px 10px;
    
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    
    display: block !important;
    float: right;
    
}

.inbenta .inbenta-bot__chat .messages__message--sent .content__text{
    clear: both;
    border-right: 2px solid #02a4b9;
    padding: 10px 10px 0px 0px;
    text-align: right;
   display: block !important;
}

/*Reset SPAN to make a behaivor like DIV (label and text)*/
/*resetea para que los SPAN del label y texto se comporten como divs*/
.inbenta-bot__bubble .messages__message--received,
.inbenta-bot__bubble .messages__message--sent .messages__message__content,
.inbenta-bot__chat .messages__message--received,
.inbenta-bot__chat .messages__message--sent .messages__message__content {
    display:inline-block!important;
    -webkit-align-items: none !important;
    -ms-align-items: none !important;
    -ms-flex-align: none !important;
    align-items: none !important;
}

/*LINKS MULTI-CHOISE: inside the text*/
.inbenta .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button{
    background-color: none !important;
    color: #b7202e;
    border: none !important;
}

.inbenta .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button:hover{
    background-color: transparent !important;
    color: #02a4b9;
    border: none !important;
}


.inbenta .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-icon--faq-icon:before{
    content: "→ ";
    font-size: 16px;
    color: black;
    padding: 0px 10px 0px 0px
}

.inbenta .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button:disabled{
    background-color: transparent !important;
    color: #b7202e;
    border: none !important;
}


/*****ERROR ALERT******************/
.inbenta .inbenta-bot__chat .alert-box__title{
    color: #b7202e !important;
    font-weight: bold;
}

.inbenta .inbenta-bot-button{
    color: #ffffff;
    background-color: #b7202e;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px; 
}

/*FOOTER*/
/* askinput
area/campo para comentar*+++++++++++++++++++++++++++++++*/
.inbenta .inbenta-bot__chat .footer__form--focus .footer__form__button .inbenta-bot-icon--send{
    color: #02a4b9;
}

.inbenta .inbenta-bot__chat .footer__form__button{
    border: none !important;
    color: #78c0ce;
    background-color: transparent;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

/*LAUNCHER+++++++++++++++++++++++++++++++++++++++++++++++++++*/
.inbenta .inbenta-bot__launcher{
   
    opacity: 0.7 !important;
    
    position: fixed!important;
    right: -11px!important;
    bottom: 250px!important;
    left: !important;
    background-color:#ffffff;
    color:#78c0ce;
    border: 2px solid #78c0ce;
    padding: 0px !important;
    
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    
    width: 100px !important;
    height: 90px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .16), 0 3px 12px 0 rgba(0, 0, 0, .08);
    transition: all .3s ease 0s
}

.inbenta .inbenta-bot__launcher:hover{
   transition: width 2s;
   opacity: 1.0 !important;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.inbenta .inbenta-bot__launcher__image{
    overflow: visible !important;
    background-image:url(launcher.png);
    
    background-repeat:no-repeat;
    width:100%;
    height:100%;
}

.inbenta .inbenta-bot__launcher__text{
    display: block !important;
    font-size: 14px;
  
}


/*****BUTTONS***************************************************/
.inbenta .content__buttons .inbenta-bot-button{
    border: 2px solid #b7202e;
    color: black;
    background-color: transparent;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px; 
}

.inbenta .content__buttons .inbenta-bot-button:hover{
    border: 2px solid #b7202e;
    color: #ffffff;
    background-color: #b7202e;
    
}

.inbenta .content__buttons .inbenta-bot-button:disabled{
    border: 2px solid #c6c6c6;
    background-color: transparent;
    color: #c6c6c6;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.inbenta .content__buttons .inbenta-bot-button.clicked{
    border: 2px solid #c6c6c6;
    background-color: transparent;
    color: #78c0ce;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    
}


/*HYPERCHAT */

/*Cuando un agente está escribiendo*/
.inbenta .inbenta-bot__chat .footer__chat-activity .activity__avatar{
    background-color: #b7202e;
}
.inbenta .inbenta-bot__chat .footer__chat-activity .activity__content{
    background-color: #b7202e;
}
.inbenta .inbenta-bot__chat .footer__chat-activity .activity__content .activity__dot{
    background-color: #ffffff;
}
.inbenta .inbenta-bot__chat .content__status{
     right: 20px;
}

.inbenta .messages__message__content .status__icon.inbenta-bot-icon--doblecheck{
    color: #78c0ce;
}
.inbenta .messages__message__content .status__icon.inbenta-bot-icon--check{
    color: #78c0ce;
}