#nuanMessagingFrame {
    position: fixed;
}
.nuance-chat-button {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: fixed !important;
    transition: transform 250ms ease-out, opacity 250ms ease-out,box-shadow 250ms ease-out;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    z-index: -1;
    outline:none;
    padding: 0;
  }
  
  .nuance-chat-button:focus {
    box-shadow: 0 0 0 1px #5a469b !important;
    border-radius: 50px;
    border: 4px solid #FFFFFF !important;
  }	

/*
.nuance-chat-button.ready, .nuance-chat-button.disabled {
    background: #183850; /* Old browsers * /
    background: -moz-linear-gradient(top,  #183850 0, #183850 25%, #192c46 50%, #22254c 75%, #22254c 100%); /* FF3.6-15 * /
    background: -webkit-linear-gradient(top,  #183850 0,#183850 25%,#192c46 50%,#22254c 75%,#22254c 100%); /* Chrome10-25,Safari5.1-6 * / 
    background: linear-gradient(to bottom,  #183850 0,#183850 25%,#192c46 50%,#22254c 75%,#22254c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ * /
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#183850', endColorstr='#22254c',GradientType=0 ); /* IE6-9 * /
}
*/

.nuance-chat-button.ready, .nuance-chat-button.disabled, .nuance-chat-button.minimized {
    background: #D70E28;
    border: 1px solid white;
}


.nuance-chat-button.animate {
    display: none;
}

.nuance-chat-button.animate.enter {
    display: flex;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.14);
}




/*
.nuance-chat-button.animate {
    opacity: 0; 
}

.nuance-chat-button.animate.enter {
    opacity: 1 !important;
}
*/


/*
.nuance-chat-button.animate span {
    opacity: 0;
    
}

.nuance-chat-button.animate.enter span {
  
}
*/

.nuance-chat-button .chat-icon {
    display:inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin: 1px 1px 2px 2px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    background-image: url('../images/restore.png');
}

.nuance-chat-button .chat-close {
    width: 30px;
    height: 30px;
    margin: 2px;
    transform: rotate(45deg);
    display:inline-block;
    position: relative;

   /*  -webkit-animation: chatstated 500ms forwards;
    animation: chatstated 500ms forwards; */
    
}

.nuance-chat-button .chat-minimize {
    display:inline-block;
    position: relative;
    width: 56px;
    height: 56px;
    background-image: url('../images/restore.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 56px 56px;
}
.aria-reader{
    position: absolute;
    left: -9999px;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
}

@keyframes chatstater {
  from {
    opacity: 0;
    transform:rotate(90deg)
  }

  to {
    opacity: 1;
    transform:rotate(0deg)
  }
}

@keyframes chatstated {
  from {
    opacity: 0;
    transform:rotate(135deg)
  }

  to {
    opacity: 1;
    transform:rotate(45deg)
  }
}

.nuance-chat-button .chat-icon:after,.nuance-chat-button .chat-icon:before,.nuance-chat-button .chat-close:after,.nuance-chat-button .chat-close:before, 
.nuance-chat-button .chat-minimize:after, .nuance-chat-button .chat-minimize:before  {
    pointer-events: none;
}

.nuance-chat-button .chat-icon:after,.nuance-chat-button .chat-icon:before {
}

.nuance-chat-button .chat-close:before {
    width: 20px;
    height: 2px;
}

.nuance-chat-button .chat-close:after {
    width: 2px;
    height: 20px;
}

.nuance-chat-button .chat-close:before, .nuance-chat-button .chat-close:after {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    box-shadow: inset 0 0 0 32px;
}
.nuance-chat-button .chat-minimize:before ,.nuance-chat-button .chat-minimize:after {
    width: 14px;
    height: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 2px;
    box-shadow: inset 0 0 0 32px;
    -webkit-transform-origin: right;
    transform-origin: right;
}
.nuance-chat-button .chat-minimize:before {
}

.nuance-chat-button .chat-minimize:after {
}

.nuan-flyin-opener {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    bottom: 0;
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,.15);
    display: flex;
    flex-direction: column;
    font-family: Helvetica, Arial, sans-serif;
    position: fixed;
    max-width: 280px;
    transition: all 1s linear;

    max-height: 56px !important;
    min-height: 56px !important;
    color: #44464A;
    font-family: Verdana, "sans-serif";
    font-size: 12px;
    line-height: 22px;
    overflow: hidden !important;
}

.opener-container {
    display: flex;
    flex-direction: column-reverse;
}
.opener-container-arrow {
    position: fixed;
    display: block;
    box-sizing: border-box;
    bottom: 108px;
    right: 86px;
    box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.15);
}

.opener-container-arrow::before {
  display:block;
  width:0;
  content:"";
  position:absolute;
  top: 65%; /* controls vertical position */
  bottom: auto;
  right:-12px; /* controls horizontal position */
  box-sizing: border-box;

  border: 6px solid;
  border-color: transparent transparent #d9d9d9 #d9d9d9;
  transform-origin: 0px 1px 0px;
  transform: rotate(-135deg);
  box-shadow: -3px 1px 3px 0px rgba(0, 0, 0, 0.10);
}

/* creates the foreground tail on middle-right side*/
.opener-container-arrow::after {
  display:block;
  width:0;
  content:"";
  position:absolute;
  top: 65%; /* controls vertical position */
  bottom: auto;
  right:-9px; /* controls horizontal position */

  box-sizing: border-box;
  border: 5px solid;
  border-color: transparent transparent #fff #fff;
  transform-origin: 0 0;
  transform: rotate(-135deg);
  box-shadow: -3px 1px 3px 0px rgba(0, 0, 0, 0.10);
}


@media (min-width: 320px) and (max-width: 480px) {  
    .nuan-flyin-opener {
        width: 68%;
    }
}

.nuan-flyin-opener .flyinOpenerContainer {
    height: 56px;
    overflow: hidden !important;
}

.flyinOpenerContainer:last-child {
    padding-bottom: 12px;
}

.flyinOpenerContainer.animate {
    display: none;
}

.nuan-flyin-opener.enter, .flyinOpenerContainer.enter {
    display: block;
}

.nuan-flyin-opener .flyInMsgAwatarCont {
   padding-left: 14px;
}

.nuan-flyin-opener .flyInMsgAwatar {
    position: relative;
    border: .5pt solid rgba(0, 0, 0, .10);
    border-radius: 50%;
}

.flyin-bubble-msg-container {
    flex-grow: 2;
    height: 56px;
}
.flyInHeader {
    display: none;
}

.flyin-bubble-text {
    /* background-color: #79C7C5; */
    border-radius: 0;
    display: inline-block;
    font-size: 12px;
    padding: 8px 12px;
    text-align: left;
    word-wrap: break-word;
    height: 100%;
}
.nuan-flyin-opener .closeBtnCont {
    display: none;
}

.flyin-close-btn {
    align-items: center;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 18pt;
    justify-content: center;
    outline: none;
    width: 18pt
}

.flyin-widget {
  border-top: 1px solid #80808026;
}

.nuance-chat-button .badge {
    /* background-color: #D70E28; */
    border-radius: 0;
    width: 26px;
    height: 15px;
    text-align: center;
    position: absolute;
    right: 14px;
    top: 15.5px;
    float: right;
    display: block;
  }

  .nuance-chat-button:focus .badge {
     right: 11px;
     top: 12.5px;
  }

.nuance-chat-button .message-count {
  position: relative;
  display: block;
  font: bold 12px Verdana, "sans-serif";
  text-align: center;
  margin: 0;
  top: 1px;
  background-color: #D70E28;
}

.badge.hide {
    display: none;
}
.badge.show {
    display: block;	 
  }

.nuance-chat-button .badge.bounce {
    animation: bounce 1s infinite;
}

@keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.CiP-FAB-BIM-aval-svg svg { 
    display: block;
    margin: 12px auto;
}
.CiP-FAB-BIM-aval-svg:focus { 
    box-shadow: 3px 3px 3px 0 rgba(0,0,0,.15), 0 0 0 .4em #F4F3FB, 0 0 0 .5em #9A89D9;
} 

/* --------
nuance-chat 
-------- */
.floating-nuan-chat {
    position: fixed;
    height:1px;
    width:1px;
    right:0px;
    bottom:0px;
    background: transparent;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-style: none;
    border-width: 0px;
    z-index: 99999;
    padding:0px;
    transition: height 200ms linear, opacity 1000ms linear;
    box-sizing: border-box;
  }
  body {
    margin:0px;
  }

  body.chatopen {
    position: fixed;
          width: 100%;
          top: 0px;
          overflow: hidden;
  }

  /*
  @media only screen and (min-width : 320px) and (max-width : 560px) {
      body.chatopen {-webkit-text-size-adjust: none;}
  }
  */

  .floating-nuan-chat iframe {
    width: 1px;
    height:1px;
    opacity: 1;
    z-index: 100;
    position: relative;
  }

  .floating-nuan-chat iframe.enter {
    opacity: 1;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.15);
    border-radius: 0;
    border: 0;
  }


  .floating-nuan-chat.adjust-height {
    top:0px;
    height:auto !important;
  }

  .floating-nuan-chat.adjust-width {
    left:0px;
    width:auto !important;
  }

  .floating-nuan-chat.adjust-height iframe {
    transition:none;
    height:100% !important;
  }

  .floating-nuan-chat.adjust-width iframe {
    transition:none;
    width:100% !important;
  }

  .floating-nuan-chat.adjust-height .nuance-chat-button {
    display:none;
  } 
  