/* ==========================================================================
   BACKUPS
   ========================================================================== */
.inline-header {
    display: inline;
}
.show-history-button {
    float: right;
    color: #00a79d;
    cursor: pointer;
    margin-top: 6px;
}
.last-backup-date {
    color: #00a79d;
    font-weight: 700;
}
.backup-button {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    background-color: #0099c5;
    margin-left: 0;
    border: 0;
    font-size: 24px;
}
.backup-error-message {
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}
.backup-finish {
    background-color: #00a79d;
    cursor: default;
}
.backup-finish:focus {
    outline: none;
}
.button-ok {
    text-align: center;
    cursor: pointer;
    background-color: #00a79d;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    height: 37px;
    line-height: 40px;
}
.button-ok:active {
    outline: -webkit-focus-ring-color auto 5px;
}
.last-backup-restore-date {
    font-weight: 700;
    font-size: 16px;
}
.last-backup-restore-date span {
    font-weight: normal;
    font-size: 16px;
}
.backup-restore-message {
    font-weight: 700;
    margin: 0;
}
.backup-logs-period {
    margin-top: 10px;
}
.backup-logs-period p {
    margin-bottom: 0;
}
.backup-logs-period hr {
    border-top: 1px solid #bebfc1;
    margin: 0;
}
.backup-logs span {
    padding-left: 15px;
}
.backup-restore-message-logs {
    font-weight: 700;
    margin: 0 0 10px 0;
    padding-left: 15px;
}
.gray-button {
    background-color: #a7afb2;
}
.upload-restore-file {
    margin-top: 20px;
}
.upload-restore-file img:not(:last-of-type) {
    padding: 0 15px;
    height: 50px;
    cursor: pointer;
}
.restore-data {
    margin: 30px 0 20px;
}
.restore-data span {
    padding-right: 10px;
}
/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media only screen and (max-width: 1199px) {
    .backup-button {
        margin-bottom: 15px;
        height: 45px;
        font-size: 20px;
    }
    .backup-button img {
        height: 25px;
        margin-right: 5px;
    }
    .last-backup-restore-date {
        font-size: 13px;
    }
    .last-backup-restore-date span {
        font-size: 13px;
    }

}
@media only screen and (max-width: 991px) {
    .backup-button {
        font-size: 16px;
    }
    .backup-button img {
        height: 20px;
    }
    .last-backup-restore-date {
        font-size: 10px;
    }
    .last-backup-restore-date span {
        font-size: 10px;
    }
    .button-ok {
        height: 32px;
        line-height: 35px;
    }
}
@media only screen and (max-width: 767px) {
    .backup-button {
        margin-bottom: 10px;
        height: 50px;
        font-size: 18px;
    }
    .backup-button img {
        height: 35px;
        margin-right: 0;
    }
    .last-backup-restore-date {
        font-size: 8px;
    }
    .last-backup-restore-date span {
        font-size: 8px;
    }
}
@media only screen and (max-width: 600px) {

}
@media only screen and (max-width: 450px) {
    .backup-button {
        height: 50px;
    }
    .backup-button img {
        height: 20px;
        margin-right: -5px;
    }
}
@media only screen and (max-width: 350px) {

}
