body, html{
    min-height: 100%;
    height: 100%;
}
body{
    background: url('../img/background.png') #63ceeb;
    background-size: cover;
}
.panel{
    border-radius: 2px;
    border: transparent;
    max-width: 500px;
    margin: auto;
}
.panel.panel-files{
    max-width: none;
    border-radius: 10px !important;
    font-size: 1.6rem;
}
.panel.panel-files .panel-heading{
    border-radius: 10px 10px 0 0;
}
.panel.panel-files .panel-footer{
    border-radius: 0 0 10px 10px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    padding: 12px;
    vertical-align: middle;
}
.panel-body{
    padding: 45px;
}
.add-files{
    display: table;
    width: 100%;
    text-align: center;
}
.add-files a{
    text-decoration: none;
    transition: all 0.3s;
    display: block;
    padding: 15px;
}
.add-files a:focus .add-files-icon,
.add-files a:hover .add-files-icon{
    background: transparent;
}
.add-files a:hover .add-files-text{
    color: #000;
}
.add-files a .add-files-icon{
    background: transparent;
    color: #63ceeb;
    display: inline-block;
    padding: 0;
    margin: 0 5px 0 0;
    border-radius: 0;
    transition: all 0.3s;
}
.add-files a .add-files-text{
    color: #444;
    font-size: 1.5em;
    transition: all 0.3s;
}
#page-add .control-label{
    font-size: 1.3rem;
}

.remove-files{
    display: table;
    width: 100%;
    text-align: center;
}
.remove-files a{
    text-decoration: none;
    transition: all 0.3s;
    display: block;
    padding: 15px;
}
.remove-files a:focus .remove-files-icon,
.remove-files a:hover .remove-files-icon{
    background: transparent;
}
.remove-files a:hover .remove-files-text{
    color: #000;
}
.remove-files a .remove-files-icon{
    background: transparent;
    color: #dc3545;
    display: inline-block;
    padding: 0;
    margin: 0 5px 0 0;
    border-radius: 0;
    transition: all 0.3s;
}
.remove-files a .remove-files-text{
    color: #444;
    font-size: 1.5em;
    transition: all 0.3s;
}

.error-files{
    display: table;
    width: 100%;
    text-align: center;
}
.error-files a{
    text-decoration: none;
    transition: all 0.3s;
    display: block;
    padding: 15px;
}
.error-files a .error-files-icon{
    background: #ff3f3f;
    color: #fff;
    display: inline-block;
    padding: 10px 14px;
    margin: 0 5px 0 0;
    border-radius: 50%;
    transition: all 0.3s;
}
.error-files a .error-files-text{
    color: #444;
    font-size: 1.5em;
    transition: all 0.3s;
}

.upload-files{
    display: table;
    width: 100%;
    text-align: center;
}
.upload-files a{
    text-decoration: none;
    transition: all 0.3s;
    display: block;
    padding: 15px;
    cursor: default;
}
.upload-files a .upload-files-icon{
    background: transparent;
    color: #63ceeb;
    display: inline-block;
    padding: 10px 5px 10px 0;
    margin: 0 5px 0 0;
    border-radius: 50%;
    transition: all 0.3s;
}
.upload-files a .upload-files-text{
    color: #444;
    font-size: 1.5em;
    transition: all 0.3s;
}

.account-files{
    display: table;
    width: 100%;
    text-align: center;
}
.account-files a{
    text-decoration: none;
    transition: all 0.3s;
    display: block;
    padding: 15px;
    cursor: default;
}
.account-files a .account-files-icon{
    background: transparent;
    color: #63ceeb;
    display: inline-block;
    padding: 10px 5px 10px 0;
    margin: 0 5px 0 0;
    border-radius: 50%;
    transition: all 0.3s;
}
.account-files a .account-files-text{
    color: #444;
    font-size: 1.5em;
    transition: all 0.3s;
}
.navigation{
    position: fixed;
    right:0;
    top: 0;
    z-index: 1;
}
.navigation>.btn-group>a.btn{
    border-radius: 0;
}
.navigation button{
    border-radius: 0;
}
.navigation .dropdown-menu{
    margin-top: 0;
    border-radius: 0;
}

.option-files{
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 1em;
    padding: 5px;
    background: #ccc;
    border-radius: 0 2px 0 5px;
    width: 30px;
}
.option-files:focus,
.option-files:hover{
    background: #bbb;
    color: #fff;
}

.list-files{
    margin-bottom: 30px;
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
}
.list-item{
    padding: 10px 15px;
    border-top: solid 1px #eee;
}
.list-item-size{
    color: #777;
    font-size: 0.9em;
}

.horizontal-center{
    display: table;
    width: 100%;
    height: 100%;
}
.vertical-center{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 50px 0;
}

.well, .form-control{
    border-radius: 0;
    margin-bottom: 0;
}
.form-group{
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}
.control-label{
    text-transform: uppercase;
    font-weight: normal;
    color: #777;
}
.form-control{
    height: 50px;
    background: #f7f7f7;
    border-color: #eee;
    margin-bottom: 30px;
    outline:0 !important;
    box-shadow: none !important;
}
.btn-action{
    padding: 5px;
    border: 0;
    background: transparent;
}
.dropdown-menu .btn-action{
    padding: 5px 15px;
    text-align: left;
}
.dropdown-menu .btn-action i{
    width: 20px;
    text-align: left;
}
.progress-bar{
    transition: initial;
}

.table-files-title a{
    max-width: 180px;
    overflow: hidden;
    overflow-wrap: break-word;
    display: block;
}
.table-files-size{

}
.table-files-link a{
    max-width: 180px;
    overflow: hidden;
    overflow-wrap: break-word;
    display: block;
}
.table-files-duration{

}
.table-files-date{

}
.table-files-action{
    width: 30px;
}

.quota{
    display: inline-block;
    background: #fff;
    color: #337ab7;
    padding: 7px 15px 7px 15px;
    float: left;
}

.tables-files-file-title{
    overflow-wrap: break-word;
}

@media (max-width: 767px) {
    .horizontal-center{
        display: block;
    }
    .vertical-center{
        display: block;
        padding: 100px 15px 50px 15px;
    }
}
@media (max-width: 690px) {
    .table-files-link{
        display: none;
    }
}
@media (max-width: 500px) {
    .table-files-date{
        display: none;
    }
}
@media (max-width: 430px) {
    .table-files-duration{
        display: none;
    }
}
@media (max-width: 360px) {
    .table-files-size{
        display: none;
    }
}

.btn-success,
.btn-standard,
.btn-primary:not(.dropdown-toggle) {
    padding: 15px 30px;
    border-radius: 2px;
}
.btn-primary{
    background: #343a40;
    border-color: #343a40;
}
.btn-primary:focus,
.btn-primary.dropdown-toggle:focus,
.btn-primary:hover,
.btn-primary.dropdown-toggle:hover{
    background: #1d2124 !important;
}
.panel-footer{
    padding: 15px;
    border-color: #eee;
}
.panel-default>.panel-heading{
    border-color: #eee;
    position: relative;
}
.logo{
    position: fixed;
    top: 0;
    left: 0;
}
.logo .logo-brand {
    position: relative;
    float: left;
    padding: 10px 15px 10px 15px;
    z-index: 2;
}
.logo .logo-brand .logo-brand-image {
    width: 100px;
    position: relative;
    z-index: 2;
}
.logo .logo-brand .logo-brand-image img{
    width: 100%;
}
.logo-brand-background{
    position: absolute;
    left: -130px;
    right: -10px;
    top: -115px;
    bottom: -10px;
    width: 260px;
    height: 190px;
    transform: rotate(
            -7deg);
    background: #fff;
    z-index: 1;
    border: solid 1px #e7e7e7;
}

.modal-body{
    padding: 45px;
}
.modal-footer{
    text-align: center;
}
textarea{
    min-height: 150px;
}