@import url("animate.css");
@import url("bootstrap/social_icons.css");
/* lato-regular - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('webfonts/lato-v14-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Lato Regular'), local('Lato-Regular'),
    url('webfonts/lato-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('webfonts/lato-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('webfonts/lato-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('webfonts/lato-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('webfonts/lato-v14-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-italic - latin */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    src: url('webfonts/lato-v14-latin-italic.eot'); /* IE9 Compat Modes */
    src: local('Lato Italic'), local('Lato-Italic'),
    url('webfonts/lato-v14-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('webfonts/lato-v14-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('webfonts/lato-v14-latin-italic.woff') format('woff'), /* Modern Browsers */
    url('webfonts/lato-v14-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('webfonts/lato-v14-latin-italic.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('webfonts/lato-v14-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Lato Bold'), local('Lato-Bold'),
    url('webfonts/lato-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('webfonts/lato-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('webfonts/lato-v14-latin-700.woff') format('woff'), /* Modern Browsers */
    url('webfonts/lato-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('webfonts/lato-v14-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}

#files {
    min-width: 100%;
    margin-top: 5px;
}

.drop-overlay {
    pointer-events: none;
    display: none;
    position: fixed;
    z-index: 10;
    border-color: #FFF;
    border-style: dotted;
    border-radius: 5px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.drop-overlay p {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #FFF;
}

#upload-form-list {
    position: relative;
    max-width: 100%;
    font-size: 12px;
    max-height: 45px;
    overflow-y: auto;
}

#total_upload_size {
    font-size: 8px !important;
    font-style: italic;
}

.upload_section {
    margin-bottom: 10px;
}

.dz-image-preview {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 95%;
    display: block;
    overflow: hidden;
}

.file-remove-btn {
    cursor: pointer;
    color: #BABABA;
}

.file-title {
    margin-left: 5px;
}

#errorDiv {
    margin-left: 30px;
}

.uploadSettings {
    width: 700px;
    height: 390px;
    border-radius: 6px;
    float: right;
    background-color: #FFFFFF;
}

.main {
    background-color: #FFF;
    min-height: 390px;
    width: 310px;
    border-radius: 9px;
    float: left;
    position: relative;
}

/************ Above edited in v1.2.7 ***********/

.btn-success {
    background-color: #bc1f31;
    border-color: #bc1f31;
}

.btn-success:hover {
    color: #FFF;
    background-color: #B14942;
    border-color: #B14942;
}

.btn-default {
    background-color: #bc1f31;
    border-color: #bc1f31;
}
    .btn-group .btn-default{
        background-color: #666;
        border-color: #666;
    }
.btn-default.active {
    background-color: #bc1f31;
    border-color: #bc1f31;
}

.btn-default:hover {
    color: #FFF;
    background-color: #B14942;
    border-color: #B14942;
}

.filesButton {
    color: #FFF;
    background-color: #bc1f31;
    border-color: #bc1f31;
}

.filesButton:hover {
    color: #FFF;
    background-color: #B14942;
    border-color: #B14942;
}

#addReceiver {
    color: #FFF;
    background-color: #bc1f31;
    border-color: #bc1f31;
}

#addReceiver:hover {
    color: #FFF;
    background-color: #B14942;
    border-color: #B14942;
}

#settingsButton {
    color: #FFF;
    background-color: #bc1f31;
    border-color: #bc1f31;
}

#settingsButton:hover {
    color: #FFF;
    background-color: #B14942;
    border-color: #B14942;
}

#submit_upload {
    color: #FFF;
    background-color: #bc1f31;
    border-color: #bc1f31;
}

#submit_upload:hover {
    color: #FFF;
    background-color: #B14942;
    border-color: #B14942;
}

.OuterDiv {
    width: 100%;
    height: 100%;
    z-index: 10;
}

.social {
    width: 30px;
    float: left;
    padding-top: 25px;
}

@media only screen and (max-device-width: 480px) {
    .social {
        display: none;
    }
}

.logo {
    display: block;
    margin: auto;
    padding-top: 10px;
    height: 63px;
}

.file_list {
    width: 100%;
    height: 55px;
    overflow-y: auto;
    display: none;
    line-height: 5px;
}

.file_list p {
    padding-top: 3px;
}

.MainOuter {
    display: table;
    position: absolute;
    height: 100%;
    margin-left: 10px;
}

.MainMiddle {
    display: table-cell;
    vertical-align: middle;
    max-width: 340px;
}

.MainContent {
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}

input[disabled] {
    background-color: white !important;
    cursor: text !important;
}

.buttonSection {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.list-btn-section {
    margin-bottom: 0;
}

a.settingsNav {
    color: #000000;
    font-size: 14px;
    cursor: pointer;
    cursor: hand;
}

a.settingsNav:hover {
    text-decoration: none;
}

.settingsNav {
    display: block;
    padding-top: 10px;
}

.settingsContent {
    float: left;
    height: 100%;
    width: 550px;
    overflow-y: auto;
}

.settingsBody {
    padding-left: 20px;
    padding-top: 20px;
}

.advertisement {
    margin-top: 20px;
    background-color: #FFF;
    height: 145px;
    width: 350px;
    border-radius: 9px;
    float: left;
    position: relative;
}

.FormContent {
    width: 90%;
    margin: 0 auto;
}

#receivers {
    width: 100%;
    height: 30px;
    overflow: auto;
}

.EmailFromSection {
    padding-top: 10px;
}

.progressround {
    position: absolute;
    left: 42%;
    top: 40%;
    margin: -130px 0 0 -100px;
}

.progresssuccess {
    width: 250px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -220px 0 0 -125px;
}

.td_2 {
    padding-left: 20px;
}

.headerDivider {
    position: relative;
    border-left: 1px solid #EDE7E7;
    border-right: 1px solid #EDE7E7;
    height: 100%;
    left: 150px;
    width: 1px;
}

.progressImage {
    text-align: center;
    padding-top: 110px;
}

.progressMessage {
    padding-top: 15px;
    font-size: 14px;
}

.overlay-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=60);
    z-index: 5;
    display: none;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}

#bglink {
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
    text-indent: -5000em;
    /* If you want to make only a part of background clickable,
       adjust height/width/left/top here. */
}

#termsDiv {
    text-align: center;
}

#downloadSuccess {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

#downloadError {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

#downloadForm {
    margin-bottom: 50px;
}

/**
Custom Edits
 */
a{
    color:#bc1f31;
}
.dsgvo-checkbox {
    font-size:12px;
}
    .dsgvo-checkbox--mobile {
        margin:15px auto 0;
    }
#legalLinks{
    font-size:11px;
    margin:40px auto 5px;
}