.file-upload-wrapper .modal-dialog
{
    max-width: 1000px;
    width: 100%;
}

.file-upload-wrapper .nav-tabs
{
    margin-top: 0px;
}

.file-upload-wrapper .nav-tabs.bordered + .tab-content
{
    margin-bottom: 0px;
    padding: 0px;
}

/* file uploader */
.fileUploadMain
{
    width:				100%;
    text-align:				left;
}

.fileUploadMainFull
{
    width:				100%;
    text-align:				left;
}

.fileUploadMain .initialUploadSection
{
    cursor:                             pointer;
}

.fileUploadMain .initialUploadSection .initialUploadText .uploadText, .fileListingWrapper .introText
{
    padding-bottom:                     4px;
    float:                              left;
}

.fileUploadMain .initialUploadSection .initialUploadText .uploadElement
{
    background-color:                   #EEEEEE;
    width:                              100%;
    padding-bottom:                     34px;
    color:                              #6e6e6e;
    font-size:                          32px;
}

.fileUploadMain .initialUploadSection .uploadElement .internal
{
    text-align: center;
    padding-top: 8px;
}

.fileUploadMain .initialUploadSection .uploadElement .internal i
{
    font-size: 76px;
    clear: both;
    color: #bebebe;
}

.fileUploadContent
{
    width:				700px;
    text-align:				left;
    background:                         #ffffff;
    float:                              left;
}

.fileUploadContentInternal
{
    padding:                            20px;
}

.fileUploadContentInternal p
{
    width:                              95%;
}

.fileupload-buttonbar .ui-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    border-width: 0 0 100px 200px;
    opacity: 0;
    filter: alpha(opacity=0);
    -o-transform: translate(250px, -50px) scale(1);
    -moz-transform: translate(-300px, 0) scale(4);
    direction: ltr;
    cursor: pointer;
}

.fileinput-button {
    overflow: hidden;
}

/* Fix for IE 6: */
*html .fileinput-button {
    padding: 2px 0;
}

/* Fix for IE 7: */
*+html .fileinput-button {
    padding: 2px 0;
}

.fileupload-buttonbar {
    padding: 0.2em 0.4em;
}

.fileupload-buttonbar .ui-button {
    vertical-align: middle;
}

.fileupload-content {
    border-width: 0px;
}

.fileupload-content .ui-progressbar {
    width: 100%;
    height: 10px;
}

.fileupload-content .ui-progressbar .ui-progressbar-value {
    background: url(../images/progress_bar.gif);
    border: 1px solid #4297D7;
}

.fileupload-content .fileupload-progressbar {
    margin: 10px 0;
}

.fileupload-content .initialUploadText {
    font-size: 24px;
}

.fileupload-content label
{
    width: 100%;
}

.fileupload-progresstext
{
    color: #999;
    width: 827px;
}

.files
{
    border-bottom: 1px solid #ebebeb;
}

.files, .addFileRow {
    border-collapse: collapse;
}

.files tr:hover
{
    background-color: #e7f0fa;
}

.files td, .addFileRow td {
    padding-top: 3px;
    border-spacing: 3px;
}

.files .cancel, .addFileRow .cancel
{
    width: 30px;
    text-align: center;
}

.files .cancel
{
    height: 39px;
}

.addFileRow .cancel
{
    height: 29px;
}

.files .name, .addFileRow .name, .files .error, .files .url a  {
    text-align: left;
    font-size: 14px;
	word-wrap: break-word;
}

.files .url
{
    width: 500px;
}

.files .rightArrow
{
    width: 14px;
}

.addFileRow td
{
    border-bottom: 1px solid #eee;
}

.fileupload-content .fileListingWrapper .fileSectionFooterText
{
    padding-top: 10px;
}

.sliderContent a
{
    text-decoration:                    none;
}

.sliderContent .odd
{
    border-top:                         1px solid #fff;
    padding:                            5px;
}

.sliderContent .even
{
    border-top:                         1px solid #fff;
    padding:                            5px;
}

.ui-state-disabled .ui-state-disabled {
    opacity: 1;
    filter: alpha(opacity=100);
}

.ui-state-disabled input {
    cursor: default;
}

.template-upload .preview
{
    text-align: right;
    padding-right: 3px;
}

.sliderContent tr:hover, .sliderContent td:hover
{
    background-color:                   #fff;
    cursor:                             default;
}

.file-upload-wrapper .fileListingWrapper
{
    width: 100%;
}

.file-upload-wrapper .fileListingWrapper .name
{
    word-wrap: normal;
	word-break: break-all;
	min-width: 130px;
}

.file-upload-wrapper .fileListingWrapper .url
{
    word-wrap: normal;
	word-break: break-all;
}

.file-upload-wrapper .baseText
{
    color:                              #aaaaaa;
    width:                              100%;
    text-align:                         center;
    margin-top:                         4px;
}

.file-upload-wrapper .uploadFooter
{
    padding-top:                        18px;
}

.files .template-download:hover
{
    background-color:                   #dedede;
    cursor:                             pointer;
}

.fileListingWrapper .urlOff
{
    background: url('../images/blue_down_arrow.png') 98% 55% no-repeat;
}

.initialUploadText h2
{
    display: none;
}

.tab-content .tab-pane
{
    padding: 20px;
}

.additional-options-wrapper
{
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ffffff;
    padding-top: 6px;
}

.additional-options-wrapper .panel
{
    margin-bottom: 0px;
}

.additional-options-wrapper .footer-buttons
{
    margin-bottom: 16px;
    margin-top: 16px;
    text-align: center;
}

.file-upload-wrapper .upload-button
{
    text-align: right;
    float: right;
}

.fileListingWrapper .globalProgressWrapper
{
    width:                              827px;
    height:                             10px;
    float:                              left;
}

.fileListingWrapper .globalProgressWrapper .progress
{
    margin-bottom: 0px;
    margin-top: 5px;
}

.fileListingWrapper .globalProgressWrapper .file-upload-progress-right
{
    float: right;
}

.sliderContent
{
    position:                           absolute;
    border-bottom:                      1px solid #ebebeb;
    border-left:                        1px solid #ebebeb;
    border-right:                       1px solid #ebebeb;
    font-size:                          10px;
    margin-left:                        21px;
    margin-right:                       21px;
    z-index:                            999999;
}
.sliderContent table
{
    background-color:                   #fff;
}
.sliderContent label
{
    font-weight:                        bold;
}
.sliderContent tr
{
    cursor:                             default;
}

.file-upload-wrapper
{
    z-index: 1045;
}

.file-upload-wrapper .copyAllLinkWrapper
{
    text-align: left;
    margin-top: 4px;
}

.file-upload-wrapper .table .first
{
    width: 140px;
}

.file-upload-wrapper textarea.form-control
{
    height: 140px;
}

.file-upload-wrapper .urlUploadFooter
{
    padding-top: 10px;
}

#urlUpload .progressWrapper
{
    float: right;
}

.urlUploadFooter .transferFilesButton
{
    display: none;
}

.ftp-file-uploader .transfer-files-button-image
{
    display: none;
}

.ftp-file-uploader .transfer-files-button-html
{
    text-align: right;
}

.ftp-file-uploader
{
    padding-bottom: 14px;
}

.urlUploadMainInternal .accountStateTable
{
    margin-top: 16px;
    border-bottom: 1px solid #ebebeb;
}

.txtCenter
{
    text-align: center;
}

@media (max-width: 1023px){ 
    .fileListingWrapper .globalProgressWrapper {float: none !important; height: 10px !important; margin-left: auto !important; margin-right: auto !important; width: 100% !important;}
    .file-upload-wrapper .upload-button {float:none !important; text-align:center !important;}
    .file-upload-wrapper .copyAllLinkWrapper {text-align:center !important;}
    .files .rightArrow {display:none;}
    .fileupload-progresstext {width:100% !important; line-height:18px;}
    .file-upload-wrapper .modal-dialog .nav-tabs {margin-right: 35px;}
}

.file-upload-wrapper .close
{
    background: #f0f0f1;
    display: inline-block;
    padding: 0px 5px;
    line-height: 1;
    color: #787878;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
    text-shadow: none;
    font-weight: 300;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    margin: 10px 10px 0px 0px;
}

.template-download.errorText .error
{
	color: red;
}

.fileUploadWrapper ul
{
    margin-right:50px;
}