#share_popup {
  display: none;
  font-family: UniviaPro, Arial, sans-serif;
  z-index: 10009999;
  /*** Radio buttons ***/
  /*** Checkboxes ***/ }
  #share_popup .modal-inner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000999;
    background: #eff1f2;
    color: #2C3E52;
    width: 550px;
    margin-left: 0;
    border: 0;
    border-radius: 25px;
    max-width: 100%;
    max-height: 90%;
    overflow: auto;
    padding-top: 0;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16); }
  #share_popup .business_feature {
    display: none; }
  #share_popup.is_business_account .business_feature {
    display: block; }
  #share_popup .enterprise_feature {
    display: none; }
  #share_popup.is_enterprise .enterprise_feature {
    display: block; }
  #share_popup.modal-container:before {
    display: none; }
  #share_popup.modal-container .modal-close:after {
    display: none; }
  #share_popup .inner .head {
    background: #DFE4E6;
    font-size: 0; }
    #share_popup .inner .head .content {
      display: flex;
      flex-direction: row;
      align-items: center;
      background: #eff1f2;
      height: 51px;
      width: auto;
      float: left;
      padding: 0 20px 0 20px; }
      #share_popup .inner .head .content h5 {
        display: inline-block;
        font-size: 23px;
        font-family: UniviaProBook, Arial, sans-serif;
        color: #2C3E52; }
      #share_popup .inner .head .content span {
        font-size: 14px;
        padding: 0 0 0 20px; }
      #share_popup .inner .head .content span, #share_popup .inner .head .content div {
        padding-top: 5px; }
    #share_popup .inner .head .close {
      display: inline-block;
      width: 23px;
      height: 23px;
      cursor: pointer;
      float: right;
      margin: 13.5px; }
  #share_popup .inner > .content {
    padding: 20px; }
    #share_popup .inner > .content .header .item-name {
      font-size: 14px;
      margin-bottom: 15px; }
      #share_popup .inner > .content .header .item-name .label {
        font-weight: bold; }
    #share_popup .inner > .content .shared_with_container H3 {
      margin-top: 15px; }
    #share_popup .inner > .content .social_button {
      position: relative;
      display: inline-block;
      font-size: 30px;
      width: 48px;
      height: 48px;
      border: 0;
      border-radius: 24px;
      background-color: #667B87;
      color: #fff;
      cursor: pointer;
      margin: 9px; }
      #share_popup .inner > .content .social_button I {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      #share_popup .inner > .content .social_button.facebook {
        background-color: #3A5896;
        color: #fff; }
      #share_popup .inner > .content .social_button.twitter {
        background-color: #1C9DEB;
        color: #fff; }
      #share_popup .inner > .content .social_button.whatsapp {
        background-color: #1BD741;
        color: #fff; }
      #share_popup .inner > .content .social_button.telegram {
        background: #2B9FD2 url(../images/share_popup/telegram-logo.png) center no-repeat;
        color: #fff; }
    #share_popup .inner > .content .email_container P {
      font-family: UniviaProLight, Arial, sans-serif;
      font-size: 11px;
      color: #B5BFC4;
      text-align: right; }
    #share_popup .inner > .content .email_wrapper {
      position: relative; }
      #share_popup .inner > .content .email_wrapper #email_send_button {
        position: absolute;
        bottom: 6px;
        right: 9px;
        background-color: #3995C4;
        color: #fff;
        padding: 5px 27px;
        border: 0;
        border-radius: 25px;
        -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
        cursor: pointer; }
    #share_popup .inner > .content .email_input_wrapper,
    #share_popup .inner > .content .email_description_input_wrapper,
    #share_popup .inner > .content .url_wrapper {
      position: relative;
      border: 0;
      border-radius: 6px;
      background-color: #fff;
      overflow: hidden;
      padding-left: 30px;
      margin: 9px 0; }
      #share_popup .inner > .content .email_input_wrapper > I,
      #share_popup .inner > .content .email_description_input_wrapper > I,
      #share_popup .inner > .content .url_wrapper > I {
        position: absolute;
        left: 10px;
        top: 18px;
        transform: translate(0, -50%);
        font-size: 15px;
        color: #2C3E52;
        z-index: 1; }
      #share_popup .inner > .content .email_input_wrapper input,
      #share_popup .inner > .content .email_input_wrapper textarea,
      #share_popup .inner > .content .email_description_input_wrapper input,
      #share_popup .inner > .content .email_description_input_wrapper textarea,
      #share_popup .inner > .content .url_wrapper input,
      #share_popup .inner > .content .url_wrapper textarea {
        position: relative;
        font-family: UniviaProLight, Arial, sans-serif;
        color: #2C3E52;
        width: 100%;
        min-height: 36px;
        padding: 11px 4px;
        border: 0;
        vertical-align: top;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box; }
      #share_popup .inner > .content .email_input_wrapper ::placeholder,
      #share_popup .inner > .content .email_description_input_wrapper ::placeholder,
      #share_popup .inner > .content .url_wrapper ::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #2C3E52;
        opacity: 1;
        /* Firefox */ }
      #share_popup .inner > .content .email_input_wrapper :-ms-input-placeholder,
      #share_popup .inner > .content .email_description_input_wrapper :-ms-input-placeholder,
      #share_popup .inner > .content .url_wrapper :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #2C3E52; }
      #share_popup .inner > .content .email_input_wrapper ::-ms-input-placeholder,
      #share_popup .inner > .content .email_description_input_wrapper ::-ms-input-placeholder,
      #share_popup .inner > .content .url_wrapper ::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #2C3E52; }
    #share_popup .inner > .content .email_description_input_wrapper {
      margin: 15px 0 15px 0; }
    #share_popup .inner > .content .url_wrapper .url_buttons {
      position: absolute;
      top: 50%;
      right: 0;
      font-size: 14px;
      transform: translate(0, -50%);
      color: #2C3E52;
      cursor: pointer; }
      #share_popup .inner > .content .url_wrapper .url_buttons > SPAN {
        padding: 10px;
        background-color: #fff; }
      #share_popup .inner > .content .url_wrapper .url_buttons A {
        font-size: 14px;
        font-family: UniviaPro, Arial, sans-serif;
        text-decoration: none;
        color: #2C3E52; }
      #share_popup .inner > .content .url_wrapper .url_buttons I {
        color: #B5BFC4; }
    #share_popup .inner > .content .shared_with_title {
      margin-top: 12px;
      margin-bottom: 12px; }
    #share_popup .inner > .content #upload_sharing_form__folder_name_container {
      display: none;
      font-size: 12px;
      margin-bottom: 12px; }
    #share_popup .inner > .content #upload_sharing_form__table TH {
      font-family: UniviaPro, Arial, sans-serif;
      font-weight: normal;
      font-size: 12px;
      background-color: #B5BFC4; }
    #share_popup .inner > .content #upload_sharing_form__table TH:first-child {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    #share_popup .inner > .content #upload_sharing_form__table TH:last-child {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
    #share_popup .inner > .content #upload_sharing_form__table TD {
      font-family: UniviaProLight, Arial, sans-serif;
      background-color: transparent;
      font-size: 13px;
      border-bottom: 1px solid #dbdfe0;
      min-width: 45px; }
    #share_popup .inner > .content #upload_sharing_form__table TD:first-child {
      padding-left: 10px; }
  #share_popup .share_access_rights__wrapper {
    margin: 15px 0 15px 0; }
    #share_popup .share_access_rights__wrapper .share_access_rights__label {
      display: inline-block;
      margin-right: 10px; }
  #share_popup .active_date_input {
    margin: 15px 0 15px 0; }
    #share_popup .active_date_input .active_date__label {
      display: inline-block;
      margin-right: 10px;
      height: 19px; }
    #share_popup .active_date_input .active_date_input__radio_item {
      display: inline-block;
      min-height: 19px; }
      #share_popup .active_date_input .active_date_input__radio_item LABEL {
        font-size: 12px; }
    #share_popup .active_date_input .active_date_input__input_item {
      text-align: left;
      padding-left: 75px; }
      #share_popup .active_date_input .active_date_input__input_item INPUT {
        width: 130px; }
  #share_popup .share_type_radio,
  #share_popup .share_type_container {
    display: none; }
  #share_popup.is_business_account .share_type_radio_label, #share_popup.is_business_account .share_type_radio {
    display: block; }
  #share_popup.is_business_account .share_type_container {
    margin-left: 20px; }
  #share_popup.is_business_account .share_type_container.cannot_share {
    margin-left: 0; }
  #share_popup.is_enterprise #share_type_radio__email label {
    display: inline-block;
    width: auto; }
  #share_popup.is_enterprise #share_type_radio__email select {
    display: inline-block;
    width: 200px;
    background-position: 180px 9px; }
  #share_popup.is_enterprise #share_type_radio__email select.has_error {
    border: 1px solid red; }
  #share_popup .share_type_radio_label,
  #share_popup .share_type__group_label {
    font-size: 14px; }
  #share_popup .share_type__group_container {
    margin-top: 10px; }
  #share_popup #share_type__group_container__project_team {
    display: none; }
  #share_popup .send_button {
    background-color: #3995C4;
    color: #fff;
    padding: 5px 27px;
    border: 0;
    border-radius: 25px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    cursor: pointer;
    margin-top: 15px; }
  #share_popup #share_popup__send_button {
    float: right;
    margin-top: 0; }
  #share_popup LABEL, #share_popup INPUT, #share_popup TEXTAREA, #share_popup SELECT {
    font-size: 13px;
    vertical-align: initial; }
  #share_popup LABEL {
    color: #2C3E52;
    cursor: pointer; }
  #share_popup input[type="radio"] + label {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 0 5px 0 22px;
    background: none;
    font-size: 14px;
    cursor: pointer;
    vertical-align: middle;
    color: #2C3E52; }
  #share_popup input[type="radio"] + label IMG {
    margin-right: 12px; }
  #share_popup input[type="radio"] {
    border: none;
    height: 32px;
    box-sizing: border-box; }
  #share_popup input[type="radio"]:not(:checked) + label:before,
  #share_popup input[type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    right: auto;
    left: 0px;
    top: 0px;
    width: 15px;
    height: 15px;
    border: 1px solid #C8CDD2;
    background: #fff;
    border-radius: 20px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
  #share_popup input[type="radio"]:checked + label:after {
    opacity: 1; }
  #share_popup input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  #share_popup input[type="radio"]:not(:checked) + label:after,
  #share_popup input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    top: 4px;
    right: auto;
    left: 4px;
    width: 9px;
    height: 9px;
    background: #2C3E52;
    border-radius: 10px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
  #share_popup input[type="checkbox"]:not(:checked),
  #share_popup input[type="checkbox"]:checked {
    position: absolute;
    left: -9999px; }
  #share_popup input[type="checkbox"]:not(:checked) + label,
  #share_popup input[type="checkbox"]:checked + label {
    position: relative;
    padding: 0px;
    cursor: pointer;
    min-height: 1px; }
  #share_popup input[type="checkbox"]:not(:checked) + label,
  #share_popup input[type="checkbox"]:checked + label {
    padding-right: 26px;
    background: none;
    font-size: 12px;
    color: #2C3E52;
    min-height: 22px;
    line-height: 22px; }
  #share_popup input[type="checkbox"].checkbox-left:not(:checked) + label,
  #share_popup input[type="checkbox"].checkbox-left:checked + label {
    padding-right: 5px;
    padding-left: 23px; }
  #share_popup .share_type_container input[type="checkbox"]:not(:checked) + label,
  #share_popup .share_type_container input[type="checkbox"]:checked + label {
    color: #2C3E52; }
  #share_popup input[type="checkbox"]:not(:checked) + label:before,
  #share_popup input[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    right: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    border: 1px solid #bfc7d0;
    background: #fff;
    border-radius: 3px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
  #share_popup input[type="checkbox"].checkbox-left:not(:checked) + label:before,
  #share_popup input[type="checkbox"].checkbox-left:checked + label:before {
    right: auto;
    left: 0px; }
  #share_popup input[type="checkbox"]:not(:checked) + label:after,
  #share_popup input[type="checkbox"]:checked + label:after {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    top: 7px;
    right: 3px;
    left: auto;
    font-size: 12px !important;
    font-weight: normal !important;
    line-height: 0.8;
    color: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background: none;
    width: auto;
    height: auto;
    text-align: right;
    color: #2f3c52; }
  #share_popup input[type="checkbox"].checkbox-left:not(:checked) + label:after,
  #share_popup input[type="checkbox"].checkbox-left:checked + label:after {
    right: auto;
    left: 3px; }
  #share_popup input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0); }
  #share_popup input[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1); }
  #share_popup select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 130px;
    height: 22px;
    background: #fff url(/images/share_popup/dropdown-arrow.png) 110px 9px no-repeat;
    border-radius: 4px;
    border: 0;
    padding: 0 15px 0 10px;
    margin-left: 10px;
    line-height: 14px; }
  #share_popup select::-ms-expand {
    display: none;
    /* hide the default arrow in ie10 and ie11 */ }
  #share_popup input {
    border-radius: 4px;
    border: 0;
    padding: 0 15px 0 10px;
    line-height: 14px;
    height: 22px; }
  #share_popup .share_type_container {
    margin-bottom: 5px; }
    #share_popup .share_type_container select {
      width: 330px;
      margin-left: 0;
      background-position: 310px 9px;
      margin-top: 15px; }
  #share_popup.modal-container .modal-close:before {
    display: block; }
  #share_popup #show_upload_sharing_form__table_link {
    color: #3995c4;
    text-decoration: none; }

@media screen and (max-width: 540px) {
  #share_popup .modal-inner {
    border-radius: 0;
    width: 100%;
    left: 0 !important;
    right: 0 !important;
    transform: translate(0, -50%); }
  #share_popup .inner .head .content {
    padding: 0 10px 0 10px; }
    #share_popup .inner .head .content h5 {
      font-size: 14px; }
    #share_popup .inner .head .content span,
    #share_popup .inner .head .content div {
      font-size: 11px;
      padding: 0 0 0 5px;
      max-width: 80px; }
    #share_popup .inner .head .content input[type="radio"] + label {
      font-size: 11px; }
  #share_popup .inner > .content .url_wrapper .url_buttons {
    font-size: 0; }
    #share_popup .inner > .content .url_wrapper .url_buttons A {
      font-size: 0; }
  #share_popup .inner > .content .url_wrapper I {
    font-size: 14px; } }
