form.sharebox-dropzone {
    border: 2px dashed #6c868e;
}

.dropzone.dz-clickable {
    cursor: auto !important;
}

.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 20px 20px;
    margin-bottom: 1rem;
}

.dropzone, .dropzone * {
    box-sizing: border-box;
}

.module-import-start {
    text-align: center;
}

.module-import-start-select-manual {
    color: #2fb5d2;
    cursor: pointer;
}

.module-import-start-footer-text {
    font-size: smaller;
    font-style: italic;
    color: #cecccc;
}

.material-icons.module-import-start-icon {
    font-size: 70px;
    color: #cecccc;
}

.well {
    position: relative;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    @include transform(translate(-50%, -50%));
    @include transition(opacity 0.4s);
}

#loader svg {
    animation: rotate 2s 0s infinite linear;
}

#loader #percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 30px;
    line-height: 80%;
    font-weight: bold;
    padding-top: 17px;
}

#loader #percentage span{
    text-align: center;
    font-size: 13px;
    font-weight: normal;
}

@keyframes rotate {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

.sharebox-info {
    height:120px;
    background-color:#f6f6f6;
    margin-bottom: 15px;
    position: relative;
}

.loader-info {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(5px, -50%);
    max-height: 100px;
}

.loader-info .percentage-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

.loader-info .percentage-info-sub{
    text-align: center;
    font-size: 10px;
    font-weight: normal;
    line-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    padding-top: 45px;
    transform: translate(-50%, -50%);
}

.loader-text {
    left: 120px;
    position: relative;
    width: calc(100% - 125px);
    text-align: center;
    top: 50%;
    transform: translate(0%, -50%);
}

.pull-right {
    float: right !important;
}

.sharebox-btn {
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.sharebox-progress {
    height: 40px !important;
}

.table-portrait tr td, .table-portrait tr th {
    display: block;
    width: 100%;
}

.sharebox-format-minimal .sharebox-dropzone { min-height: 100px; padding: 0; }
.sharebox-format-minimal .sharebox-info { height: 40px; }
.sharebox-format-minimal .sharebox-info .loader-text { display: none !important; }
.sharebox-format-minimal .sharebox-info svg { display: none !important; }
.sharebox-format-minimal .sharebox-info .loader-info { position: relative; text-align: center; }
.sharebox-format-minimal .sharebox-info .percentage-info,
.sharebox-format-minimal .sharebox-info .percentage-info-sub { display: inline-block !important; position: relative; top: 0; left: 0; line-height: 1; transform: none; padding: 0; }
.custom-share-text{
    padding: 10px 0px 20px 0px;
}