@charset "utf-8";
#divicw .main-chat-cont {
  position: fixed;
  top: auto;
  z-index: 9999999999;
  height: calc(100% - 100px);
  max-height: 680px;
  width: 350px;
  right: 25px;
  bottom: 85px;
  transform: none!important;
  -webkit-transform:none!important;
  transition: none!important;
}
#divicw .main-chat-cont.chatmobile{
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
#divicw .main-chat-cont.chatmobile .main-chat-cont-sub{
  width: 100%;
  height: 100%;
  max-height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
#divicw .main-chat-cont .main-chat-cont-sub {
  height: 98%;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 1px 5px 14px rgba(0, 0, 0, 0.31);
  border: 0px solid #d1d1d1;
  z-index: 99999999999;
  background-color: #f8f8f8;
}
#divicw * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#divicw .open-btn {
  border-radius: 50%;
  color: #ffffff!important;
  text-align: center;
  background-color: #00b0f0;
  border: 0px solid #cdcdcd;
  display: block;
  margin: 0px 0 0;
  text-decoration: none !important;
  font-family: imichat-icomoon;
  text-transform: none;
  height: 60px;
  width: 60px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 18px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  z-index: 9999999;
}
#divicw .open-btn .icon-headset:before {
  content: "\e905";
}
#divicw .open-btn.close-btn .icon-headset:before {
  content: "\e90a";
}
#divicw .open-btn span {
  position: absolute;
  width: 21px;
  height: 21px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#divicw iframe * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#divicw embed * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#divicw iframe.chatbutton {
  position: fixed;
  bottom: 15px;
  right: 15px;
  overflow: hidden;
  border: 0px solid transparent;
  z-index: 99999999999;
  background-color: transparent;
  width: 70px;
  height: 70px;
}
#divicw iframe.chatbutton:focus{
  outline: -webkit-focus-ring-color auto 5px;
}
#divicw iframe.chatwindow-frame {
  overflow: hidden;
  border: 0px solid transparent;
  z-index: 99999999999;
  background-color: transparent;
  height: 100%;
  width: 100%;
}
#divicw .main-unreadchat-cont{
	bottom: 80px;
	right: 25px;
	overflow: hidden;
	border: 0px solid transparent;
	z-index: 99999999999;
	background-color: transparent;
	height: 0px;
	width: 300px;
	position: fixed;
}
#divicw iframe.chatunread-frame {
	overflow: hidden;
	border: 0px solid transparent;
	z-index: 99999999999;
	background-color: transparent;
	height: 100%;
	width: 100%;
}
#divicw embed {
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  border: 0px solid transparent;
  z-index: 99999999999;
  background-color: transparent;
  height: 512px;
  width: 388px;
  position: absolute;
}
#divicw iframe.chatiframeht {
  height: 510px;
  width: 388px;
  bottom: 5px;
}
#divicw embed.chatiframeht {
  height: 510px;
  width: 388px;
  bottom: 5px;
}
#divicw aside a:hover, #divicw aside a:focus, #divicw aside a.active {
  border: 0px;
  outline: none;
}
#divicw iframe a:hover, #divicw iframe a:focus, #divicw iframe a.active {
  border: 0px;
  outline: none;
}
#divicw .chatwindow-minimize {
  display: none;
}


#divicw .cookie-error{
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 350px;
  background-color: #ffffff;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0px 3px 8px 0px rgba(43,43,43,0.35);
  font-family: 'Source Sans Pro', sans-serif;
}
#divicw .cookie-error .cookie-img{
  width: 50px;
    float: left;
}
#divicw .cookie-error .cookie-header{
  float: left;
  padding-left: 15px;
  padding-top: 5px;
  color: #56627c;
  font-weight: 600;
}
#divicw .cookie-error .cookie-header:after{
  content: '';
    clear: both;
    display: table;
}
#divicw .cookie-error .cookie-text{
  margin-top: 15px;
  margin-bottom: 0px;
  font-size: 14px;
  color: #959cad;
}
#divicw .cookie-error .cookie-text:before{
  content: '';
    clear: both;
    display: table;
}
#divicw .cookie-error .cookie-text a{
  text-decoration: underline;
}
#divicw .cookie-error .clearfix{
  clear: both;
}
#divicw .cookie-error .close-alert{
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 21px;
  cursor: pointer;
}

/*@media only screen and (max-device-width:720px) */
@media only screen and (max-device-width: 720px), screen and (max-width: 703px){

  .imichatmobile-active body{
    position: fixed;
    width:100%;
    height: 100%;
    transform: none!important;
    -webkit-transform:none!important;
    transition: none!important;
  }
  .imichatmobile-active body *{
    transform: none!important;
    -webkit-transform:none!important;
    transition: none!important;
  }
  #divicw .main-chat-cont {
	height: 100%;
	max-height: 100%;
	width: 100%;
	bottom: 0px;
	right: 0px;
  }
  #divicw .main-chat-cont .main-chat-cont-sub {
	width: 100%!important;
	height: 100%!important;
	max-height: 100%!important;
	max-width: 100%!important;
	bottom: 0px!important;
	right: 0px!important;
  border: 0px!important;
  margin: 0px!important;
  border-radius: 0px!important;
  }

}
