body {
    background-color: #F6F6F6;
}

.header {
    background-color: #fff;
    height: 80px;
}

.btn-clickable{
    color: #0B90C4!important;
}

.btn-clickable:hover{
    text-decoration: underline!important;
}

.header > img {
    height: 70px;
    margin: 5px 0 0 15px;
}

.layout-content {

}

.userinfo-form {
    max-width: 290px;
    margin: 40px auto;
}

.userinfo-form > p {
    padding: 0 20px 10px 20px;
}

.userinfo-form .checkbox-inline {
    margin-left: 20px;
}

.userinfo-form > small {
    margin-top: 30px;
    display: block;
}

.upload-wrapper {
    max-width: 750px;
    margin: 40px auto;
}

.upload-wrapper h4 {
    margin-bottom: 20px;
}

.upload-wrapper .comment-input {
    border: 1px dashed #89BADB;
    background-color: #fff;
    padding: 10px 15px;
    width: 100%;
    margin-bottom: 10px;
    height: 100px;
    outline: 0;
}

.vue-clip {
    background-color: #fff;
    position: relative;
    margin-bottom: 10px;
}

.dz-clickable {
    cursor: pointer;
}

.dz-zone {
    border: 1px dashed #89BADB;
    text-align: center;
    height: 360px;
}

.dz-zone .icon-wrap {
    background-color: #E8F0F9;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin: 80px auto 0 auto;
}

.dz-zone .icon-wrap .fa {
    font-size: 40px;
    margin-top: 25px;
    color: #408cda;
}

.visible-on-dragging {
    display: none;
}

.is-dragging .visible-on-dragging {
    display: block;
}

.is-dragging .hidden-on-dragging {
    display: none;
}

.vue-clip .membrane {
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.5;
}
.vue-clip .membrane h2 {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    font-size: 20px;
}

.dz-zone h2 {
    color: #666;
    font-size: 20px;
}

.files-table-wrapper {
    display: none;
    padding: 10px 20px;
}

.files-table-scroller {
    height: 300px;
    overflow: auto;
}

.upload-started .files-table-scroller {
    height: 450px;
}

.files-table-info {
    border-bottom: 1px solid #DCDCDC;
    padding: 5px 0 10px 0;
}

.files-table-info .badge {
    background-color: #337AB7;
}

.files-table-info > a {
    cursor: pointer;
}

.files-table-info .btn-clear-all {
    color: #333;
    text-decoration: underline;
    margin-left: 20px;
}

.files-table-info .btn-add-files {
    float: right;
}


.files-table {
    width: 100%;
}

.files-table td {
    padding: 5px;
    white-space: nowrap;
}

.files-table td.name {
    white-space: normal;
}

.files-table .progress {
    margin-bottom: 0;
    height: 10px;
    display: inline-block;
    width: calc(100% - 100px);
}

.files-table .percentage {
    width: 45px;
    text-align: left;
    display: inline-block;
    margin-left: 5px;
}

.files-table .fa-close {
    cursor: pointer;
}

.files-table .label-success {
    border: 1px solid #5cb85c;
    background-color: transparent;
    color: #5cb85c;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    border-radius: 20px;
    margin: 0 5px 0 0;
    line-height: initial;
    padding: 5px;
}

.files-table .label-filesize {
    display: inline-block;
    min-width: 80px;
}

.vue-clip.has-files {
    border: 1px solid #DCDCDC;
}

.vue-clip.has-files .dz-zone {
    display: none;
}

.vue-clip.has-files .dz-clickable {
    position: absolute;
    top: 15px;
    right: 20px;
}
.vue-clip.has-files .files-table-wrapper {
    display: block;
}

.alert-success {
    padding: 15px 20px;
    display: inline-block;
    font-size: 16px;
}
.alert-success a {
    font-size: 13px;
}

.success-wrapper {
    max-width: 500px;
    margin: 100px auto;
}
.success-wrapper .alert {
    text-align: center;
    font-size: 20px;
    padding: 30px;
}
.success-wrapper .alert .fa {
    font-size: 25px;
    margin-right: 10px;
}