/* The Modal (background) */
.modal_livechat {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}




/* Modal Content */
.modal-content {
  background-color: transparent;
  margin: auto;
  padding: 0px;
  border: none;
  width: 100%;
}

@media (min-width: 768px) {
		.modal-content {
			width: 90%;
			max-width: 800px;
	}

}

/* The Close Button */
.close_livechat {
  color: #FFF;
  float: right;
  font-size: 50px;
  padding-bottom:10px;	
}

.close_livechat:hover,
.close_livechat:focus {
  color: #F54927;
  text-decoration: none;
  cursor: pointer;
}

.btn-livechat img {
    padding-left: 1px;
    width: 50px;
    height: 50px;
}

.btn-livechat {
  background-color: transparent;
  border: none;
  color: transparent;
  padding: 0px 0px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0px 0px;
  cursor: pointer;
}