.surveysend {

}

.surveysend .sendBoxContainer .sendBox{
	height: 100%;
	background-color: #ECECEC;
    padding: 15px;
}

.surveysend .close  {
	width: 32px;
    height: 32px;
    opacity: 1;
    position: absolute;
    left: -32px;
	background-color: #ECECEC;
}	

.surveysend .close:before, .surveysend .close:after {
  position: absolute;
  left: 15px;
  top: 6px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #333;
}

.surveysend .close:before {
  transform: rotate(45deg);
}

.surveysend .close:after {
  transform: rotate(-45deg);
}

.surveysend .right-border{
	height: -webkit-fill-available;
	border-right: 1px solid #333
}

.surveysend .users-search {
	background-color: white;
	border-radius: 10px;
	padding: 0 10px;
}

.userListSendContainer {
	height: 400px;
	overflow: scroll;
}

.surveysend .sendSurveyBtn {
	border: 1px solid #2EDB6A;
	color: #2EDB6A;
	border-radius: 10px;
	padding: 15px;
	width: 80%;
	text-align: center;
	cursor: pointer;
}

.surveysend .send-title {
	font-weight: 400;
}

.surveysend .receiversContainer {
	padding: 5px;
}
.sendBox .datepicker {
	margin:0;
	margin-top: 5px 
}

.surveysend .tick {
	width: 20px;
    height: 14px;
	background: url(http://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/tick_s_v1.png);
	background-size: contain;
	margin-right: 10px;
}

.surveysend .small-close  {
	width: 32px;
    height: 32px;
    opacity: 1;
    position: sticky;
    left: -32px;
	background-color: #ECECEC;
}	

.surveysend .small-close:before, .surveysend .small-close:after {
  position: absolute;
  left: 15px;
  top: 6px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #333;
}

.surveysend .small-close:before {
  transform: rotate(45deg);
}

.surveysend .small-close:after {
  transform: rotate(-45deg);
}


.messageModalContainer .submitedIcon {
	background-color: #2EDB6A;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto;
}

.messageModalContainer .check {
	display: inline-block;
    transform: rotate(45deg);
    height: 66px;
    width: 35px;
    border-bottom: 9px solid white;
    border-right: 9px solid white;
    margin-top: -14px;
}

.messageModalContainer .message-input-container {
	width: 100%;
	background-color: #eee;
	height: 200px;	padding: 15px;

}

.messageModalContainer .message-token {
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #19A4FD;
	color: #19A4FD;
	margin-right: 5px;
    margin-top: 5px;
    padding: 2px 10px;
    cursor: pointer;
}

.messageModalContainer .submitedText {
	text-align: center;
}

.messageModalContainer .sendBtnContainer {
	background-color: #eee;
	text-align: right;
}

.messageModalContainer .sendBtn {
	display: inline-block;
    width: 41px;
    height: 41px;
    background-size: 41px 41px;
    background-image: url(http://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/send_s_v1.png);
    margin-right: 8px;
}

[contenteditable]:focus {
    outline: 0px solid transparent;
}

.messageModalContainer .sentMessageContainer {
	display: none;
}

.messageModalContainer.sent .sentMessageContainer {
	display: block;
}
.messageModalContainer.sent .messageInputContainer {
	display: none;
}