html, body {
    min-width: 200px;
    overflow-y: visible;
    overflow-x: hidden;
    color: #636363;
    background: transparent;
    font-family: 'Roboto', Arial, sans-serif;
}

span {
    vertical-align: baseline;
}

textarea {
    font-family: inherit;
    font-size: inherit;
}

#container {
    border: 1px solid #B5B5B5;
    padding: 15px 8px 15px 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.content_inner {
    position: relative;
}
    
#password_form {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9999;
}


#description, textarea {
    display: inline-block;
    height: 48px;
    border: 1px solid #B5B5B5;
}

.form-group input {
    display: inline-block;
    height: 18px;
    border: 1px solid #B5B5B5;
}

#file_select_button, #savefiles, #password_form .standard_button {
    height: 50px;
    margin: 10px 0 0 0;
    font-size: 14px;
}

#password_form .standard_button {
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
}

#savefiles {
    position: relative;
    margin-bottom: 10px;
}

#savefiles .fa {
    position: relative;
    top: 2px;
    font-size: 20px;
}

#upload_file_list {
    margin-top: 0;
}

.filename {
    font-size: 10px;
}

#file_select_button.after_file_select #uploadifive-file_upload {
    background: none !important;
    height: 28px !important;
    line-height: 28px !important;
}

.uploadifive-queue-item {
    background-color: #e7e7e7 !important;
}

.uploadifive-queue-item .close {
    width: 10px !important;
    height: 10px !important;
}

.uploadifive-queue-item .fileinfo ,
.uploadifive-queue-item .file_size {
    font-size: 10px;
    color: #677b92 !important;
}

#uploadifive-file_upload-file-0 div .filename {
    margin-right: 6px;
}

#uploadifive-file_upload-file-0 div .fileinfo IMG {
    display: inline-block;
    height: 20px;
    width: 14px;
}

.standard_button {
    position: absolute;
    display: inline-block;
    right: 0;
    left: 0;
    height: 1em;
    padding: 0.7em;
    border: 0;
    color: #fff !important;
    text-align: center;
    line-height: 1em;
    text-decoration: none;
    cursor: pointer;
}

div#savefiles .standard_button {
    height: 30px !important;
    line-height: 30px;
}

INPUT.standard_button {
    height: 2.5em;
    padding: 0 0.7em 0 0.7em;
    font-size: 1em;
}

#copyrights {
    float: right;
    margin-top: 10px;
    color: #636363;
}


#info_form select {
    display: inline-block;
    height: 30px;
    border: 1px solid #B5B5B5;
    color: #aaa;
}

#info_form select option {
    color: #636363
}

#info_form table.date_table, #info_form table.date_table tbody, #info_form table.date_table tr {
    display: inline-block;
}

#info_form table.date_table td {
    width: 200px;
}

#info_form table.date_table select {
    width: 100%;
}

div.has-error input, div.has-error textarea, #info_form div.has-error select, div.has-error .form-control-checkbox , div.has-error .form-control-radio {
    border: 1px solid #a94442;
}

span.required {
    line-height: 15px;
    vertical-align: middle;
}

span.datepicker-required {
    vertical-align: top;
}

div#form_header {
    margin-bottom: 2px;
    overflow-y: visible;
    color: #636363;
    font-weight: bold;
    line-height: normal;
}

#email_warning {
    display: none;
    width: 263px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 14px;
}

label {
    display: inline-block;
    height: 4px;
    margin: 0;
}

#password_form label ,
label.datepicker_label ,
label.date_label ,
label.color_label {
    color: #636363;
    margin: 5px 0 2px 2px;
    height: 12px;
}

label.visible {
    color: inherit;
    height: auto;
}

#info_form input, #info_form select, #info_form textarea {
    border-radius: 2px;
    padding: 5px;
}

#info_form input[type="checkbox"] {
    width: auto !important;
    height: auto;
}

.form-control-checkbox {
    display: inline-block;
    margin-top: 4px;
    border: 1px solid white;
}

.form-control-checkbox input {
    vertical-align: top;
}

.form-control-checkbox .checkbox_label {
    display: inline-block;
    vertical-align: baseline;
    line-height: normal;
}

.checkbox_label {
    cursor: default;
}

#info_form input[type="radio"] {
    width: auto !important;
    height: auto;
}

.form-control-radio {
    border: 1px solid white;
    display: inline-block;
}

.radio_label {
    cursor: default;
}

.uploadifive-queue-item {
    border-radius: 2px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:	#8C8C8C;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:	#8C8C8C;
    opacity:  1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:	#8C8C8C;
    opacity:  1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:	#8C8C8C;
}

.ui-loader {
    display: none !important;
}

.uploadifive-button {
    position: absolute !important;
}

#file_select_button {
    position: relative;
}

#filebox_lang_switch {
    position: relative;
    display: block;
    padding: 0 20px 5px 0;
    margin-top: 0;
    float: right;
    text-align: left;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    color: #2b3d52;
    cursor: pointer;
    vertical-align: middle;
    z-index: 19;
}

#filebox_lang_switch span {
    vertical-align: baseline;
}

#filebox_lang_switch .filebox_language_list {
    position: absolute;
    display: none;
    right: 0px;
    top: 20px;
    z-index: 20;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #2b3d52;
}

#filebox_lang_switch:hover .filebox_language_list {
    display: block;
}

#filebox_lang_switch .filebox_language_list A {
    display: block;
    padding: 8px 16px;
    color: #2b3d52;
    font-size: 14px;
    text-decoration: none;
    transition: all 250ms ease-in-out;
    white-space: nowrap;
}

#password_form_error,
#file_upload_form_error {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
    line-height: 14px;
}

#password_form_error .fa,
#file_upload_form_error .fa {
    margin-right: 10px;
}


.uploadifive-queue-item {
    word-break: break-all;
}

.uploadifive-queue-item .filename {
    color: #2b3d52 !important;
}

#spec_form_header__add_files_to_folder {
    color: #2b3d52;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

#spec_form_footer__share_link {
    margin-top: 40px;
    color: #2b3d52;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

#spec_form_footer__share_link input {
    width: 100%;
    margin-top: 5px;
    padding: 6px 10px;
    background: white;
    border-radius: 30px;
    box-sizing: border-box;
}

#after_info_sent {
    display: inline-block;
    font-size: 14px;
    overflow: auto;
}

#after_info_sent > div {
    margin-bottom: 20px;
}

#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;
}

.ghost_button {
    display: block;
    height: 30px;
    padding: 0.7em;
    line-height: 30px;
    text-decoration: none;
    border-radius: 2px;
    text-align: center;
}

.ghost_button:hover {
    color: white !important;
}