body {
    font-size: 12px;
}

textarea {
    resize: vertical;
}

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px 10px 10px 10px;
}

.nav-tabs {
    margin-bottom: 0;
}

.dataTables_filter {
    float: right;
}

.dataTables_wrapper .btn-group {
    width: 100% !important;
    margin-bottom: 20px !important;
}

.dt-buttons.btn-group {
    width: 100% !important;
    margin-bottom: 20px !important;
}


.dz-preview.dz-image-preview {
    display: inline-block !important;
}

.dropzone .dz-preview .dz-image {
    width: 250px;
    height: 250px;
    display: inline-block;
}

a.dz-main-image.active {
    color: #0d6aad;
}

.dz-preview .dz-image img {
    max-width: 120px !important;
    max-height: 120px !important;
}


div#media-dropzone {
    background: #f7f7f7;
    border-radius: 15px;
    padding: 30px;
    position: relative;
}

.dz-message {
    text-align: center;
    font-size: 35px;
    color: #ccc;
    top: 100px;
    position: relative;
}

.box-header {
    padding: 15px !important;
}

.box-body {
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.box-footer {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
