#qooq-user-share {
  display: none;
  font-family: "Lato", Verdana, sans-serif;
  position: fixed;
  /*background-color: rgba(255, 255, 255, 0.8);*/
  width: 100%;
  z-index: 10001;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 15px;
  color: #515356;
  font-weight: normal;
  line-height: normal;
  background-color: rgba(0, 0, 0, 0.3); }
  @media only screen and (min-width: 640px) {
    #qooq-user-share {
      padding-top: 52px; } }

#qooq-user-share img.user-picture {
  border-radius: 50%;
  height: 40px;
  max-width: 40px;
  margin-left: 10px; }

body.admin-menu #qooq-user-share {
  padding-top: 82px; }

#qooq-user-share #qooq-user-share-wrapper {
  position: relative; }

#qooq-user-share #qooq-user-share-wrapper .close {
  display: block;
  cursor: pointer;
  opacity: 1;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1000; }

#qooq-user-share .block-qooq-user-share {
  width: 90%;
  max-height: 500px;
  overflow-y: auto;
  padding: 15px 0;
  margin: 0 auto;
  background-color: #FFFFFF;
  box-shadow: 0px 15px 12px 0px rgba(0, 0, 0, 0.22), 0px 19px 38px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  position: relative; }
  @media only screen and (min-width: 640px) {
    #qooq-user-share .block-qooq-user-share {
      padding: 25px 0;
      width: 500px;
      max-height: 640px; } }

#qooq-user-share .block-qooq-user-share h2 {
  font-family: "Lato", Verdana, sans-serif;
  text-align: center;
  color: #ad0018;
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  padding: 0 45px; }
  @media only screen and (min-width: 640px) {
    #qooq-user-share .block-qooq-user-share h2 {
      font-size: 20px; } }

#qooq-user-share .block-qooq-user-share .item-list {
  max-height: 205px;
  width: 100% !important;
  overflow: hidden;
  overflow-y: auto;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 15px; }

#qooq-user-share .block-qooq-user-share .item-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
  border-radius: 0;
  width: 100% !important;
  left: 0 !important;
  max-height: none;
  overflow-y: auto; }

#qooq-user-share .block-qooq-user-share .item-list ul.ui-autocomplete {
  position: inherit;
  top: 0 !important; }

#qooq-user-share .block-qooq-user-share .item-list ul li {
  background-color: #f6f6f6;
  position: relative; }

/*#qooq-user-share .block-qooq-user-share .item-list ul li .button-select-new,
#qooq-user-share .block-qooq-user-share .item-list ul li .button-select-confim {
	position:absolute;
	right: 30px;
	top: 33px;
}
#qooq-user-share .block-qooq-user-share .item-list ul li .button-select-confim {
	right: 20px;
}
#qooq-user-share .block-qooq-user-share .item-list ul li > .button-select-confim {
	display:none;
}*/
#qooq-user-share .block-qooq-user-share .item-list ul li a.ui-corner-all {
  text-decoration: none;
  display: block;
  padding: 0;
  margin: 0;
  line-height: normal;
  min-height: 0;
  font-weight: 400;
  border: inherit;
  position: relative;
  border: none;
  color: #515356;
  font-size: 14px; }

#qooq-user-share .block-qooq-user-share .item-list ul li a.ui-corner-all .bloc-button {
  /*display:none;*/ }

#qooq-user-share .block-qooq-user-share .item-list ul li a.ui-corner-all.ui-state-focus,
#qooq-user-share .block-qooq-user-share .item-list ul li a.ui-corner-all.hover {
  background: none;
  color: #515356; }

#qooq-user-share .block-qooq-user-share .item-list ul li .account-user-share {
  cursor: pointer;
  margin: 0 15px;
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e5e5e5; }
  @media only screen and (min-width: 640px) {
    #qooq-user-share .block-qooq-user-share .item-list ul li .account-user-share {
      margin: 0 40px;
      padding-top: 25px;
      padding-bottom: 10px; } }

#qooq-user-share .block-qooq-user-share .item-list ul li:last-child .account-user-share {
  border-bottom: none; }

#qooq-user-share .block-qooq-user-share .item-list ul li .bloc-account {
  float: left; }

#qooq-user-share .block-qooq-user-share .item-list ul li .bloc-button {
  float: right;
  padding-top: 5px; }

#qooq-user-share .block-qooq-user-share .item-list ul li .bloc-button .button-select {
  background-image: url(../images/picto-add-user-share.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 28px;
  height: 27px; }

/*#qooq-user-share .block-qooq-user-share .item-list ul li .account-user-share:hover .bloc-button .button-select,
#qooq-user-share .block-qooq-user-share .item-list ul li .bloc-button .button-select:hover,
#qooq-user-share .block-qooq-user-share .item-list ul li a.ui-state-focus .bloc-button .button-select,*/
#qooq-user-share .block-qooq-user-share .item-list ul li.item-select .bloc-button .button-select,
#qooq-user-share .block-qooq-user-share .item-list ul li.item-select-search .bloc-button .button-select {
  background-image: url(../images/picto-select-user-share.png); }

#qooq-user-share .block-qooq-user-share .item-list ul li .account-picture {
  float: left; }

#qooq-user-share .block-qooq-user-share .item-list ul li .account-picture img.user-picture {
  margin: 0; }

#qooq-user-share .block-qooq-user-share .item-list ul li .account-name {
  font-size: 16px;
  padding-left: 55px; }

#qooq-user-share .block-qooq-user-share .item-list ul li .account-mail {
  color: rgba(81, 83, 86, 0.6);
  font-size: 12px;
  padding-left: 55px; }

#qooq-user-share #qooq-user-share-wrapper .ui-widget-search-user,
#qooq-user-share .ui-widget-invit-user,
#qooq-user-share .ui-widget-mail {
  text-align: center;
  margin: auto;
  margin-top: 20px; }

#qooq-user-share #qooq-user-share-wrapper .ui-widget-search-user {
  position: relative;
  margin-top: 15px;
  padding-left: 10px;
  padding-right: 10px; }
  @media only screen and (min-width: 640px) {
    #qooq-user-share #qooq-user-share-wrapper .ui-widget-search-user {
      margin-top: 20px;
      padding-left: 0;
      padding-right: 0; } }

#qooq-user-share #qooq-user-share-wrapper .ui-widget-search-user .error {
  background-repeat: no-repeat;
  background-image: none;
  background-color: #FFF;
  color: #ad0018;
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%; }

#qooq-user-share .ui-widget-mail {
  margin: 10px 15px;
  margin-top: 15px; }
  @media only screen and (min-width: 640px) {
    #qooq-user-share .ui-widget-mail {
      margin: 10px 40px;
      margin-top: 25px; } }

#qooq-user-share .ui-widget-mail .form-item {
  text-align: left;
  margin: 0; }

#qooq-user-share .ui-widget-mail .form-item.title-widget-mail {
  font-weight: 600;
  margin-bottom: 10px; }

#qooq-user-share .ui-widget-mail .form-item label {
  padding-bottom: 5px;
  display: inline-block;
  float: left;
  width: 60px;
  font-weight: normal;
  color: rgba(80, 83, 86, 0.5); }

#qooq-user-share .ui-widget-mail .form-item.form-item-copy-send-mail label {
  font-size: 11px;
  float: none;
  width: auto; }

#qooq-user-share .ui-widget-mail .form-item.form-item-copy-send-mail .form-checkbox {
  margin: 0; }

#qooq-user-share .ui-widget-search-user input#search-user-share,
#qooq-user-share .ui-widget-invit-user input#invit-user-share,
#qooq-user-share .ui-widget-mail input#subject-mail-user-share {
  font-family: "Lato", Verdana, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: rgba(80, 83, 86, 0.9);
  text-align: left;
  letter-spacing: 0.11px;
  line-height: 17px;
  border: 1px solid rgba(81, 83, 86, 0.3);
  border-radius: 25px;
  width: 363px;
  height: 30px;
  background-image: url(../images/picto-search.png);
  background-repeat: no-repeat;
  background-position: 97% center;
  padding-left: 20px;
  padding-right: 35px;
  margin: 0; }

#qooq-user-share .ui-widget-search-user input#search-user-share {
  width: 70%; }
  @media only screen and (min-width: 640px) {
    #qooq-user-share .ui-widget-search-user input#search-user-share {
      width: 363px; } }

#qooq-user-share .ui-widget-mail input#subject-mail-user-share {
  border: none;
  border-radius: 0;
  height: auto;
  font-size: 14px;
  width: 100%; }
  @media only screen and (min-width: 640px) {
    #qooq-user-share .ui-widget-mail input#subject-mail-user-share {
      width: 340px; } }

#qooq-user-share .ui-widget-mail textarea.form-textarea {
  border: none;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: rgba(80, 83, 86, 0.9);
  line-height: normal;
  max-width: 350px;
  resize: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  /*border-bottom:1px solid $red;*/ }

#qooq-user-share .ui-widget-mail input#subject-mail-user-share {
  background-image: none;
  padding: 0;
  margin-bottom: 10px; }

#qooq-user-share .ui-widget-invit-user input#invit-user-share {
  background-image: url(../images/picto-add-user-share.png); }

#qooq-user-share #edit-submit-share {
  background: #f6f6f7;
  border: 1px solid rgba(81, 83, 86, 0.2);
  color: #ad0018;
  text-align: center;
  cursor: pointer;
  text-shadow: none;
  padding: 8px 16px;
  border-radius: 40px;
  font-family: "Lato", Verdana, sans-serif;
  font-weight: 900;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 12px;
  text-transform: uppercase;
  margin: 0;
  background: #ad0018;
  border: 1px solid rgba(81, 83, 86, 0.2);
  color: #fff;
  width: 146px;
  max-width: 146px;
  margin: 0 auto;
  clear: both; }

#qooq-user-share .block-qooq-user-share .list-bottom-user-share {
  clear: both;
  width: 100%; }

#qooq-user-share .block-qooq-user-share ul#list-bottom-user-share {
  /*	display:none;*/
  list-style: none;
  margin: 10px 0 0 0;
  text-align: center; }

#qooq-user-share .block-qooq-user-share ul#list-bottom-user-share .content-thumb {
  position: relative;
  cursor: pointer; }

#qooq-user-share .block-qooq-user-share ul#list-bottom-user-share .content-thumb .initiale {
  position: absolute;
  z-index: 1;
  color: #ffffff;
  font-size: 10px;
  left: 0;
  top: 8px;
  width: 30px; }

#qooq-user-share .block-qooq-user-share ul#list-bottom-user-share .content-thumb .caption {
  position: absolute;
  z-index: 1;
  top: -50px;
  background-color: #515356;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  width: 150px;
  word-break: keep-all;
  white-space: nowrap;
  border-radius: 10px;
  left: -65px;
  font-weight: 300;
  padding: 10px 5px;
  display: none; }

#qooq-user-share .block-qooq-user-share ul#list-bottom-user-share .content-thumb > .caption:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 10px;
  background-image: url(../images/forme_caption.png);
  background-repeat: no-repeat;
  bottom: -10px;
  left: 70px; }

#qooq-user-share .block-qooq-user-share ul#list-bottom-user-share .content-thumb:hover > .caption {
  display: block; }

#qooq-user-share .block-qooq-user-share ul#list-bottom-user-share li {
  display: inline-block;
  margin-left: 5px; }

#qooq-user-share .block-qooq-user-share ul#list-bottom-user-share li.thumb-nb-share-user {
  position: relative;
  background-color: #515356;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  width: 30px;
  height: 23px;
  padding-top: 7px;
  text-align: center;
  vertical-align: top;
  cursor: pointer; }

#qooq-user-share .block-qooq-user-share ul#list-bottom-user-share li.thumb-nb-share-user .content-caption {
  position: absolute;
  z-index: 1;
  bottom: 45px;
  left: -100px;
  background-color: #515356;
  width: 200px;
  text-align: left;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 5px 20px;
  display: none; }

#qooq-user-share .block-qooq-user-share ul#list-bottom-user-share li.thumb-nb-share-user .content-caption:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 10px;
  background-image: url(../images/forme_caption.png);
  background-repeat: no-repeat;
  bottom: -10px;
  left: 105px; }

#qooq-user-share .block-qooq-user-share ul#list-bottom-user-share li.thumb-nb-share-user:hover .content-caption {
  display: block; }

#qooq-user-share .block-qooq-user-share ul#list-bottom-user-share li.thumb-nb-share-user .content-caption .caption {
  padding: 5px 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 300; }

#qooq-user-share .block-qooq-user-share ul#list-bottom-user-share > li:first-child {
  margin-left: 0; }

#qooq-user-share .block-qooq-user-share ul#list-bottom-user-share li img.user-picture {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 30px;
  max-width: 30px;
  margin: 0;
  /*
	position:absolute;
	top:0;
	left:0;
	*/ }

#qooq-user-share .unselect-all-share {
  display: block;
  font-size: 11px;
  margin: 10px 14px 5px 0;
  cursor: pointer;
  font-weight: 600;
  text-align: center; }
  @media only screen and (min-width: 640px) {
    #qooq-user-share .unselect-all-share {
      text-align: right; } }
