.chatprompt{position:fixed;right:25px;bottom:15px;z-index:100;height:80px;width:80px;cursor:pointer;}
﻿#modal-overlay {
  background: #000;
  filter: alpha(opacity=50);
  height: 100%;
  left: 0;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-filter: alpha(opacity=50);
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 998;
}

#modal-container {
  background: #a5d175de;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.3);
  height: auto;
  padding:0;
  font-family: arial,sans-serif;
  font-size: 14px;
  position: fixed;
  right:30px;
  bottom:0px;
  z-index: 998;
}




#modal-header {
  height: 24px;
  overflow: hidden;
  clear: both;
}

#modal-close {
  background: #fff url(../img/modal-close.png) no-repeat center center;
  cursor: pointer;
  display: block;
  opacity: 1;
  float: right;
  height: 24px;
  width: 100%;
}
#modal-close:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  -webkit-opacity: 1.0;
  -ms-filter: alpha(opacity=100);
  opacity: 1.0;
}

#modal-content {
  display: block;
  padding: 0;
  z-index: 999;
}

#modal-container.modal-loading {
  background: #000 url('../img/loading.gif') no-repeat center center;
}

@media (max-width: 663px){
  #modal-container {

    right:0px;

  }
}