/*
Live Chat
*/

.gwt_livechat {
  background: url('/modules/custom/enfamil_common/css/../images/bg_live-chat.jpg') no-repeat;
  background-size: 600px 100%;
  height: 100%;
  width: 600px;
  margin: 0 auto;
}
.gwt_livechat div.panel-col-top {
  width: 150px;
  height: 80px;
  position: absolute;
  margin: 5px 0 0 78px;
  z-index: 2;
}
.gwt_livechat div.panel-col-main div.proactive {
  text-align: center;
}
.gwt_livechat div.panel-col-main {
  float: left;
  margin: 40px;
  background: #fff;
  border: solid 2px #ddba6d;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 40px;
  width: 545px;
  min-height: 440px;
}
.gwt_livechat div.panel-col-main h1 {
  color: #00257a;
  font: bold 22px/24px arial;
}
.gwt_livechat div.panel-col-main ul {
  margin: 20px 0 20px 40px;
}
.gwt_livechat div.panel-col-main ul li {
  font-size: 15px;
  font-weight: normal;
  color: #555555;
}
.gwt_livechat div.panel-col-main p.title {
  font-weight: normal !important;
  font-size: 15px;
  color: #555555;
  margin: 15px 0 0 0;
  line-height: 22px;
}
.gwt_livechat .panel-col-bottom .panel-separator {
  clear: none;
}
#boxes-box-enf_global_livechat_footer {
  margin: 0 0 0 10px;
}
.pane-boxes-enf-global-livechat-footer {
  margin: 20px 0 0;
}
.boxes-box-enf_ca_live_chat_footer_text p {
  margin: 0 0 0 15px;
}
.gwt_livechat div.panel-col-bottom p {
  font-size: 12px;
  color: #5b5b5b;
  margin: 0 0 0 15px;
  float: left;
  line-height: 18px;
}
.chat_not_avbl {
  color: #00257a;
  font-weight: bold;
  font-size: 11px;
  float: left;
  padding: 10px 0 0 0;
}
.pane-boxes-ca-reactive-chat-eng {
  margin: 18px 0 0 0;
}
.gwt_btn_livechat {
  position: fixed;
  /*width: 277px;*/
  min-height: 50px;
  left: 55%;
  /*margin-left: 50px;*/
  bottom: 0;
  z-index: 999;
  border-radius: 10px 10px 0px 0px;
  background-color: #006fb9;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.01, #006fb9),color-stop(0.53, #002a7d));
  background-image: -o-linear-gradient(bottom, #006fb9 1%, #002a7d 53%);
  background-image: -moz-linear-gradient(bottom, #006fb9 1%, #002a7d 53%);
  background-image: -webkit-linear-gradient(bottom, #006fb9 1%, #002a7d 53%);
  background-image: -ms-linear-gradient(bottom, #006fb9 1%, #002a7d 53%);
  background-image: linear-gradient(to bottom, #006fb9 1%, #002a7d 53%);
}
.gwt_btn_livechat a {
  /*width: 277px;*/
  height: 52px;
  display: block;
  background: url('/modules/custom/enfamil_common/css/../images/chat-icons.png') 36px 10px no-repeat;
  color: #fff;
  font: bold 20px arial;
  cursor: pointer;
  text-decoration: none;
  padding: 15px 30px 0 110px;
  text-align: left;
}
.btn_blue {
  text-decoration: none;
  color: #fff;
  border-radius: 7px;
  border: solid 1px #00257a;
  font: bold 14px arial;
  padding: 8px;
  margin: 0 auto;
  display: table;
  text-align: center;
  background-color: #006fb9;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.01, #006fb9),color-stop(0.53, #002a7d));
  background-image: -o-linear-gradient(bottom, #006fb9 1%, #002a7d 53%);
  background-image: -moz-linear-gradient(bottom, #006fb9 1%, #002a7d 53%);
  background-image: -webkit-linear-gradient(bottom, #006fb9 1%, #002a7d 53%);
  background-image: -ms-linear-gradient(bottom, #006fb9 1%, #002a7d 53%);
  background-image: linear-gradient(to bottom, #006fb9 1%, #002a7d 53%);
}
.close_window {
  cursor: pointer;
}
@media only screen and (max-width:768px) {

  .gwt_btn_livechat {
    width: auto;
    left: 30% !important;
    min-height: 30px;
  }

  .gwt_btn_livechat a {
    background: url('/modules/custom/enfamil_common/css/../images/chat-icons.png') 10px 8px no-repeat;
    font: bold 17px arial;
    padding: 10px 10px 0 55px;
    line-height: 14px;
    background-size: 38px;
    font-size: 12px;
    height: 30px;
  }
  .gwt_livechat {
    width: 100% !important;
  }
  .gwt_livechat div.panel-col-main {
    padding: 40px 4%;
    width: 96%;
    margin: 40px 0px 0px 2%;
  }

}
