.cf2-dropzone {
    border: 1px dashed;
}

.cf2-dropzone .cf2-list-files {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
}
.caldera-grid ul.cf2-list-files .cf2-file-listed .cf2-file-control button.cf2-file-remove:after {
    text-decoration: none !important;
    content: "\2715" !important;
    color: darkred !important;
}
.caldera-grid ul.cf2-list-files .cf2-file-listed .cf2-file-control button.cf2-file-remove:hover:after {
    text-decoration: none !important;
    content: "\2715" !important;
    color: red !important;
}
.text-center {
	text-align: center;
}
.d-flex {
    display: flex;
}
.d-flex-grow {
    flex-grow: 1;
}
.d-flex-float-right {
    place-self: flex-end;
}

.caldera-grid .btn-default {
    color: #fff !important;
    background-color: #192e5b !important;
    border-color: #ccc;
}

.cf2-file-extra-data {
	display: none;
}

.caldera-grid ul.cf2-list-files .cf2-file-listed .cf2-file-control button.cf2-file-remove {
	width: 15px;
}

.caldera-grid ul.cf2-list-files .cf2-file-listed .cf2-file-control button.cf2-file-remove:after {
	opacity: 1;
}