﻿*{font-family:'Roboto',sans-serif;}html,body{font-size:16px;}.card{background:#fff;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);padding:7px 15px;transition:.5s all ease-in-out;}#chatbotblock{position:fixed;width:365px;height:auto;right:5px;display:block;bottom:0;text-align:left;z-index:99;box-shadow:0 -3px 15px -5px black;-webkit-box-shadow:0 -3px 15px -5px black;-moz-box-shadow:0 -3px 15px -5px black;border-top-left-radius:10px;border-top-right-radius:10px;}.hugoInChat{display:block;position:relative;width:100%;height:auto;background:#3f51b5;text-align:center;border-top-left-radius:10px;border-top-right-radius:10px;}.hugoInChat img{display:inline-block;width:100px;margin-top:5px;}.hugoInChat span{display:block;width:100%;color:#fff;padding:0 0 5px 0;}.hugoInChat i{position:absolute;top:5px;right:5px;color:#fff;cursor:pointer;}#loginFooter{display:none;}.aandachtrand{border:#ff0 solid 4px;}.red{background:#ffc0cb;border:solid 1px #f00;}#togglechat{display:block;width:100%;height:auto;text-align:center;cursor:pointer;margin-top:10px;}#togglechat .huGo{display:block;background-image:url(/Content/Images/Chatbot/HuGo_inactief.png);background-size:100px 100px;background-repeat:no-repeat;height:100px;width:100px;position:relative;margin:0 auto;transition:.3s all ease-in-out;margin-top:5px;}#togglechat .huGo.awake{background-image:url(/Content/Images/Chatbot/HuGo_actief.png);}#togglechat.chatclose .open{display:block;background-image:url(/Content//Images/Chatbot/HuGo_inactief.png);background-size:100px 100px;background-repeat:no-repeat;float:right;height:117px;width:auto;position:relative;color:#fff;vertical-align:bottom;line-height:206px;z-index:100000000;text-align:center;margin-right:15px;}#togglechat .open{display:none;}#userInput{width:250px;}.ring-container{position:relative;}.circle{width:15px;height:15px;background-color:#62bd19;border-radius:50%;position:absolute;top:20px;left:20px;}.ringring{border:3px solid #62bd19;-webkit-border-radius:30px;height:25px;width:25px;position:absolute;left:15px;top:15px;-webkit-animation:pulsate 1s ease-out;-webkit-animation-iteration-count:infinite;opacity:0;}@-webkit-keyframes pulsate{0%{-webkit-transform:scale(.1,.1);opacity:0;}50%{opacity:1;}100%{-webkit-transform:scale(1.2,1.2);opacity:0;}}