#qooq-share-service-wrapper .messages {
  background-color: #fff;
  top: 3px;
  left: 5%;
  right: 5%;
  border-radius: 10px;
  padding-right: 30px;
  width: auto;
  max-width: 340px;
  position: absolute;
  border: none; }
  #qooq-share-service-wrapper .messages.error {
    background-image: none;
    color: #ad0018; }
  #qooq-share-service-wrapper .messages.status {
    color: #ad0018;
    background-image: url(../images/picto-message-ok.png);
    border: none;
    background-position: 10px 10px;
    padding: 14px 45px; }
  #qooq-share-service-wrapper .messages .close {
    right: 10px; }

#qooq-share-service-wrapper .form-type-textarea {
  margin: 15px 0; }

#qooq-share-service-wrapper textarea.form-textarea {
  resize: none;
  color: #515356;
  border: 1px solid rgba(81, 83, 86, 0.5);
  border-radius: 20px;
  padding: 0 10px;
  padding-top: 13px;
  width: 100%;
  max-width: 400px;
  min-height: 50px;
  height: auto;
  margin: 0 auto;
  line-height: normal; }

#qooq-share-service-wrapper button.googleContactsButton,
#qooq-share-service-wrapper input.form-submit {
  padding: 10px 30px;
  background: #ad0018;
  border: none;
  border-radius: 40px;
  font-weight: 900;
  font-size: 10px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 12px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 auto;
  display: block;
  box-shadow: none;
  text-shadow: none; }

#qooq-share-service-wrapper .form-checkboxes.contacts-google {
  max-height: 120px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left; }
  @media only screen and (min-width: 960px) {
    #qooq-share-service-wrapper .form-checkboxes.contacts-google {
      max-height: 200px; } }

/*

body.page-user {
  .messages {
		&.status {
			position: absolute;
			z-index: 30;
			top: 2%;
			left: 2%;
			width: auto;
			background-color: $white;
			color:$red;
			background-image: url(../images/picto-message-ok.png);
			border:none;
			border-radius:10px;
			padding-right: 30px;
			background-position: 10px 10px;
			padding: 10px 45px;
		}
		.close {
			right: 10px;
		}
  }
}
.node-type-recette-perso .messages.status {
	background-color: rgba(12,175,249,0.1);
	color:$red;
	background-image: url(../images/picto-message-ok.png);
	border:none;
	border-radius:10px;
	padding-right: 30px;
	background-position: 10px 10px;
}
*/
