html, body {
  min-width: 200px;
  overflow-y: visible;
  overflow-x: hidden;
  background: transparent;
  font-family: Roboto, Arial, sans-serif; }

/* Change browser default input autofill color */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color; }

#container {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 8px;
  overflow: hidden; }
#container *:not(i):not(.input-radio-label):not(.input-checkbox-label), #container *:not(i):not(.input-radio-label):not(.input-checkbox-label):before, #container *:not(i):not(.input-radio-label):not(.input-checkbox-label):after {
  font-family: Roboto, Arial, sans-serif;
  box-sizing: border-box; }

#content {
  display: flex;
  margin-top: 0 !important;
  flex-direction: column;
  height: 100vh; }
#content .content_inner {
  flex-grow: 1;
  height: calc(100% - 115px);
  overflow: auto;
  position: relative; }
  #content .content_inner #password_form {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9999; }
    #content .content_inner #password_form .form-group {
      position: relative;
      display: inline-block;
      width: calc(100% - 40px) !important;
      padding: 30px 0 10px;
      margin: 10px 20px 0; }
      #content .content_inner #password_form .form-group.has-error label {
        color: #a94442; }
      #content .content_inner #password_form .form-group.has-error input {
        border-color: #a94442; }
    #content .content_inner #password_form label {
      position: absolute;
      font-size: 14px;
      min-width: unset;
      left: 10px;
      z-index: 1;
      line-height: 16px;
      width: fit-content;
      padding: 0 7px;
      color: #2C3E52;
      text-align: left;
      text-align-last: left;
      font-weight: bold; }
    #content .content_inner #password_form input {
      width: 100%;
      min-width: 200px;
      max-width: 100%;
      border-radius: 8px;
      padding: 0 15px;
      font-size: 16px;
      box-sizing: border-box;
      border: 1px solid rgba(98, 120, 132, 0.2);
      height: 46px;
      line-height: 19px;
      color: #627884;
      margin: 0;
      margin-top: 8px;
      width: 100%;
      padding-top: 3px; }
    #content .content_inner #password_form .standard_button {
      width: calc(100% - 40px) !important;
      margin: 10px 20px 0;
      height: 46px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px; }
    #content .content_inner #password_form #password_form_error {
      display: none;
      margin: 20px 20px 0;
      padding: 10px;
      width: auto !important;
      background: #f2dede;
      border: 1px solid #ebccd1;
      color: #a94442;
      font-size: 12px;
      line-height: 14px; }
    #content .content_inner #password_form #password_form_error .fa {
      margin-right: 2px; }
  #content .content_inner::-webkit-scrollbar {
    width: 7px;
    height: 7px; }
  #content .content_inner::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.45);
    border-radius: 10px;
    box-shadow: rgba(255, 255, 255, 0.3) 0 0 0 1px; }
  #content .content_inner:hover::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.55); }
#content .content_footer {
  /*min-height: 20px;*/ }
  #content .content_footer #copyrights {
    margin: 8px 25px 0 0;
    text-align: right; }
    #content .content_footer #copyrights a {
      font-size: 11px;
      color: #627884 !important;
      text-decoration: none; }
      #content .content_footer #copyrights a:hover, #content .content_footer #copyrights a:focus {
        color: #415058 !important; }

#form_header {
  position: relative;
  display: flex;
  padding: 6px 20px 6px 60px;
  min-height: 63px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.22;
  align-items: center;
  flex-direction: row;
  justify-content: space-between; }
  #form_header:before {
    position: absolute;
    top: 15px;
    left: 13px;
    width: 35px;
    height: 35px;
    content: "";
    background-image: url(/images/filebox/form/cloud.png);
    background-size: 35px 35px;
    background-repeat: no-repeat; }
  #form_header a#add_to_name {
    color: #ffffff !important; }
  #form_header #filebox_lang_switch {
    position: relative;
    display: block;
    padding: 2px 0 2px 8px;
    margin-top: 0;
    text-align: right;
    font-size: 14px;
    color: #ffffff;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: middle;
    z-index: 19;
    order: 2; }
  #form_header #filebox_lang_switch span {
    letter-spacing: 1px;
    vertical-align: baseline; }
  #form_header #filebox_lang_switch .filebox_language_list {
    position: absolute;
    display: none;
    right: 0;
    top: 20px;
    z-index: 20;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #627884; }
    #form_header #filebox_lang_switch .filebox_language_list a {
      display: block;
      padding: 8px 16px;
      color: #627884;
      font-size: 14px;
      text-decoration: none;
      white-space: nowrap;
      text-align: center; }
      #form_header #filebox_lang_switch .filebox_language_list a:hover {
        background-color: rgba(0, 0, 0, 0.1); }
  #form_header #filebox_lang_switch:hover .filebox_language_list {
    display: block; }

#info_form input,
#info_form select,
#info_form textarea {
  height: auto;
  padding: 10px;
  color: #111820 !important;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(98, 120, 132, 0.2); }
  #info_form input:focus,
  #info_form select:focus,
  #info_form textarea:focus {
    border-color: rgba(98, 120, 132, 0.5); }
#info_form input,
#info_form select:not(.form-control-datepicker),
#info_form textarea {
  width: 100% !important; }
#info_form select {
  background-image: url(/images/filebox/form/select_arrow.svg);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: calc( 100% - 10px ) 10px;
  text-indent: 1px;
  text-overflow: '';
  -webkit-appearance: none;
  -moz-appearance: none; }
  #info_form select::-ms-expand {
    display: none; }
  #info_form select.form-control-datepicker {
    width: 100%; }
#info_form .form-group {
  position: relative;
  padding: 0 20px; }
#info_form .form-group label {
  user-select: none;
  z-index: 1; }
#info_form .form-group > label {
  font-size: 14px;
  color: #2C3E52; }
#info_form .form-group > label:not(.static) {
  position: absolute;
  top: 27px;
  left: 30px;
  transition: 0.2s ease-in-out; }
  #info_form .form-group > label:not(.static).active, #info_form .form-group > label:not(.static).always-active {
    font-size: 11px; }
  #info_form .form-group > label:not(.static).always-active {
    top: calc(27px - 17px); }
  #info_form .form-group > label:not(.static):not(.always-active).active {
    transform: translate(0, -17px); }
#info_form .form-group > label.static {
  display: block;
  margin: 0 0 8px; }
#info_form .form-group.has-checkbox, #info_form .form-group.has-radio {
  margin-top: 10px; }
#info_form .form-group.has-error label {
  color: #a94442; }
#info_form .form-group.has-error input {
  border-color: #a94442; }
#info_form .form-group .required {
  position: absolute;
  top: 26px;
  right: 15px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1; }
#info_form .form-group#name_form-group label, #info_form .form-group#email_form-group label {
  left: 52px; }
#info_form .form-group#name_form-group input, #info_form .form-group#email_form-group input {
  background-size: 14px 14px;
  background-position: 5px 10px;
  background-repeat: no-repeat;
  padding-left: 26px; }
#info_form .form-group#name_form-group input {
  background-image: url(/images/filebox/form/name_icon.svg); }
#info_form .form-group#email_form-group input {
  background-image: url(/images/filebox/form/email_icon.svg); }
#info_form .form-group .input-radio-label,
#info_form .form-group .input-checkbox-label {
  font-size: 12px; }
#info_form .form-group .form-control, #info_form .form-group > select {
  position: relative;
  margin-top: 4px; }
#info_form .form-group .form-control[type=color] {
  height: 35px;
  padding-top: 5px;
  padding-bottom: 5px; }
#info_form #file_upload_form_error {
  display: none;
  margin: 20px 20px 0;
  padding: 10px;
  width: auto !important;
  background: #f2dede;
  border: 1px solid #ebccd1;
  color: #a94442;
  font-size: 12px;
  line-height: 14px; }
#info_form #file_upload_form_error .fa {
  margin-right: 2px; }
#info_form .alert_container {
  display: none;
  margin: 20px 20px 0;
  padding: 10px;
  width: auto !important;
  font-size: 12px;
  line-height: 14px; }
#info_form .alert_container .fa {
  margin-right: 2px; }

#upload_container {
  position: relative;
  width: calc(100% - 40px) !important;
  padding: 30px 0 10px;
  margin: 40px 20px 0;
  border: 1px dashed;
  border-radius: 8px; }
#upload_container.after_file_select {
  border: none;
  padding: 0;
  height: calc(100% - 20px);
  display: flex;
  flex-direction: column;
  margin-top: 20px; }
#upload_container .standard_button,
#upload_container div.uploadifive-button {
  padding: 0 60px;
  height: auto !important;
  font-size: 17px;
  line-height: 50px !important;
  border-radius: 5px;
  box-shadow: none; }
#upload_container #uploadifive-file_upload {
  background-repeat: no-repeat;
  background-position: 35px center; }
#upload_container #file_select_button {
  text-align: center; }
  #upload_container #file_select_button.after_file_select {
    width: 52px !important;
    display: inline-block;
    margin-left: 10px; }
    #upload_container #file_select_button.after_file_select #uploadifive-file_upload {
      position: relative !important;
      width: 42px !important;
      height: 42px !important;
      margin: 0;
      padding: 0;
      background-position: center;
      border: 0 none;
      font-size: 0;
      background-repeat: no-repeat; }
#upload_container #file_select_button_subtext {
  margin-top: 12px;
  font-size: 14px;
  text-align: center;
  color: #8E8E8E; }
#upload_container #savefiles {
  display: inline-block;
  width: -webkit-fill-available; }
  #upload_container #savefiles .upload_button {
    margin-right: auto;
    font-size: 15px;
    border-width: 1px;
    border-style: solid;
    user-select: none;
    border: none;
    height: 42px !important;
    line-height: 19px !important;
    display: inline-flex;
    align-items: center;
    width: 100%;
    padding: 0 40px;
    justify-content: center; }
#upload_container #upload_file_list {
  margin-top: 23px;
  position: relative;
  position: relative;
  width: calc(100% + 40px);
  left: -20px;
  overflow: auto; }
#upload_container #upload_file_list::-webkit-scrollbar {
  width: 7px;
  height: 7px; }
#upload_container #upload_file_list::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.45);
  border-radius: 10px;
  box-shadow: rgba(255, 255, 255, 0.3) 0 0 0 1px; }
#upload_container #upload_file_list:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.55); }
#upload_container #upload_file_list .uploadifive-queue-item {
  background-color: transparent;
  color: #2C3E52;
  text-align: left;
  border-radius: 0;
  position: relative;
  padding: 5px 20px 10px;
  font-family: Roboto, sans-serif;
  margin-top: 0;
  border-top: 1px solid #D3DBEB; }
#upload_container #upload_file_list .uploadifive-queue-item .progress-bar {
  background-color: #1489F9 !important; }
#upload_container #upload_file_list .uploadifive-queue-item.complete .progress-bar {
  background-color: #42C689 !important; }
#upload_container #upload_file_list .uploadifive-queue-item.complete .close {
  display: none; }
#upload_container #upload_file_list .uploadifive-queue-item.complete:after {
  background-image: url("/images/check_green.svg");
  display: inline-block;
  width: 12px;
  background-repeat: no-repeat;
  height: 8px;
  background-size: contain;
  content: '';
  position: absolute;
  top: 50%;
  right: 13px; }
#upload_container #upload_file_list .uploadifive-queue-item:first-child {
  margin-top: 0; }
#upload_container #upload_file_list .uploadifive-queue-item .file_info {
  display: flex;
  justify-content: space-between;
  margin-right: 30px; }
#upload_container #upload_file_list .uploadifive-queue-item .error_notice {
  display: inline-block;
  font-family: AlbertaSans, Roboto, sans-serif;
  font-weight: 400;
  text-align: left;
  padding-right: 15px;
  padding-left: 15px; }
#upload_container #upload_file_list .uploadifive-queue-item .fileinfo {
  display: inline-block;
  font-family: Roboto;
  min-height: 16px;
  text-align: center;
  line-height: 16px;
  margin: 0 5px 0 0;
  color: #1489F9;
  font-weight: normal !important; }
#upload_container #upload_file_list .uploadifive-queue-item .fileinfo SPAN {
  font-weight: normal !important; }
#upload_container #upload_file_list .uploadifive-queue-item .fileinfo:after {
  clear: both; }
#upload_container #upload_file_list .uploadifive-queue-item .fileinfo .speed {
  display: inline-block; }
#upload_container #upload_file_list .uploadifive-queue-item .fileinfo .progress-percents {
  display: inline-block; }
#upload_container #upload_file_list .uploadifive-queue-item .filename {
  box-sizing: border-box;
  min-width: 200px;
  font-weight: normal; }
#upload_container #upload_file_list .uploadifive-queue-item .filename,
#upload_container #upload_file_list .uploadifive-queue-item .file_size {
  display: inline-block;
  text-align: left;
  color: #2C3E52;
  font-family: Roboto;
  line-height: 16px;
  font-size: 12px; }
#upload_container #upload_file_list .uploadifive-queue-item .file_size {
  text-align: right;
  margin-left: 10px;
  font-weight: normal; }
#upload_container #upload_file_list .uploadifive-queue-item .progress {
  height: 6px;
  border: none;
  background-color: #E5E5E5;
  border-radius: 5px;
  width: calc(100% - 30px); }
#upload_container #upload_file_list .uploadifive-queue-item .progress-bar {
  height: 6px;
  border: none;
  border-radius: 5px;
  background-color: #fa4251; }
#upload_container #upload_file_list .uploadifive-queue-item .preloader {
  display: none;
  width: 15px;
  height: 15px;
  margin: 0 10px 0 5px; }
#upload_container #upload_file_list .uploadifive-queue-item .close {
  display: flex;
  align-items: center;
  position: absolute;
  right: 15px;
  top: calc(50% - 7px); }
#upload_container #upload_file_list .uploadifive-queue-item .close IMG {
  width: 10px;
  height: 10px; }
@media only screen and (max-width: 550px) {
  #upload_container #upload_file_list .uploadifive-queue-item .file_info {
    flex-wrap: wrap; }
  #upload_container #upload_file_list .uploadifive-queue-item .filename {
    order: 1;
    min-width: unset;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 70px); }
  #upload_container #upload_file_list .uploadifive-queue-item .error_notice {
    order: 4;
    flex: 1;
    padding: 0;
    text-align: right; }
  #upload_container #upload_file_list .uploadifive-queue-item .fileinfo {
    order: 3;
    flex: 1;
    margin: 0;
    min-width: 100%;
    width: 100%;
    min-height: unset;
    text-align: right; }
  #upload_container #upload_file_list .uploadifive-queue-item .file_size {
    order: 2; }
  #upload_container #upload_file_list .uploadifive-queue-item .progress {
    margin-top: 10px; } }
#upload_container #during_file_upload {
  line-height: 1.25; }
  #upload_container #during_file_upload strong {
    display: block;
    margin-bottom: 8px; }
#upload_container #info-text-bottom {
  margin: 25px 20px 0 20px; }
  #upload_container #info-text-bottom #info-text-bottom_header {
    font-size: 18px;
    line-height: 20px;
    color: #627884; }
  #upload_container #info-text-bottom #info-text-bottom_content {
    font-size: 12px;
    line-height: 14px;
    color: rgba(98, 120, 132, 0.64);
    border-left: 1px solid rgba(98, 120, 132, 0.28);
    margin-top: 10px;
    padding: 0 55px 0 12px; }

#after_info_sent {
  width: 100% !important;
  padding: 20px 20px;
  line-height: 1.25;
  overflow: auto; }
  #after_info_sent div span:first-child {
    display: block;
    font-weight: normal !important;
    font-size: 18px; }
  #after_info_sent #download_links_container {
    margin: 20px auto 50px;
    display: flex;
    flex-direction: column;
    gap: 20px; }
    #after_info_sent #download_links_container .download_link_wrapper {
      border: 1px solid #D9D9D9;
      border-radius: 10px;
      display: flex;
      gap: 5px;
      height: 40px;
      padding: 0 5px 0 10px;
      align-items: center;
      max-width: 100%;
      position: relative; }
      #after_info_sent #download_links_container .download_link_wrapper .download_link {
        color: #417FF2 !important;
        text-decoration: none;
        display: inline-block;
        line-height: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word; }
      #after_info_sent #download_links_container .download_link_wrapper .copy_button {
        display: inline-flex;
        height: 30px;
        border-radius: 5px;
        align-items: center;
        transition: background-color 0.5s ease;
        color: #242424;
        min-width: fit-content;
        overflow: hidden;
        margin-left: auto;
        padding: 0 10px 0 25px;
        background-image: url(/images/UI_icons/copy.svg);
        background-repeat: no-repeat;
        background-position-x: 7px;
        background-position-y: 50%;
        background-size: 12px !important;
        box-sizing: border-box;
        font-weight: bold;
        cursor: pointer; }
        #after_info_sent #download_links_container .download_link_wrapper .copy_button.copied {
          background: #42C689;
          color: white;
          padding-left: 10px; }
          #after_info_sent #download_links_container .download_link_wrapper .copy_button.copied .copy_text {
            max-width: 200px;
            display: inline;
            color: white;
            font-size: 12px;
            padding-right: 0; }
            #after_info_sent #download_links_container .download_link_wrapper .copy_button.copied .copy_text div.hover {
              display: none; }
            #after_info_sent #download_links_container .download_link_wrapper .copy_button.copied .copy_text .copied {
              display: inline-block; }
        #after_info_sent #download_links_container .download_link_wrapper .copy_button .copy_text {
          overflow: hidden;
          max-width: 300px; }
          #after_info_sent #download_links_container .download_link_wrapper .copy_button .copy_text div {
            height: 30px;
            line-height: 30px;
            transition: background 0.5s ease, max-width 0.5s ease;
            display: inline-block;
            white-space: nowrap;
            font-size: 14px; }
            #after_info_sent #download_links_container .download_link_wrapper .copy_button .copy_text div.copied {
              display: none; }
  #after_info_sent .ghost_button_container {
    text-align: center; }
  #after_info_sent .ghost_button {
    display: inline-flex;
    height: 42px;
    padding: 0 55px;
    font-size: 17px;
    line-height: 21px;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    color: #ffffff;
    user-select: none;
    align-items: center; }

.date_table td {
  width: 33%; }

#spec_form_header__add_files_to_folder {
  margin: 25px 20px 0;
  color: #2b3d52;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden; }

#spec_form_footer__share_link {
  margin: 15px 20px 15px;
  color: #2b3d52;
  font-size: 14px;
  line-height: 15px;
  text-align: center; }

#spec_form_footer__share_link input {
  width: 100%;
  margin-top: 5px;
  padding: 6px 10px;
  background: white;
  border-radius: 5px;
  box-sizing: border-box; }

#download_link_0 {
  word-break: break-word; }
