.main-content {
    padding-bottom: 50px;
}

/* .column-title {
    text-align: center;
} */

.text-center {
    text-align: center;
}

.action-area {
    display: flex;
    flex-direction: row;
    margin: 0px -10px;
}

input[type="file"] {
    display: none;
}

.bar-button {
    min-width: 100px;
    font-size: 14px !important;
}

.upload-area {
    float: right;
    border-radius: 0;
    height: 50px;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 10px 10px;
    border: 0;
}
.upload-button {
    margin-bottom: 0px !important;
    margin-right: 0px !important;
    min-width: 100px;
}
.search-area {
    position: absolute;
    will-change: transform;
    top: 7px !important;
    left: 0px;
    transform: translate3d(0px, 30px, 0px);
}

.search-modal {
    padding: 15px;
}

.search-form-label {
    font-size: 12px !important;
}

.search-form {
    text-align: right;
}
.search-form-button {
    min-width: 100px !important;
    margin: 0px 10px 0px 10px !important;
}


.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f0f0f0;
}

td {
    vertical-align: middle !important;
    /* color: #212529; */
}

.div-td {
    padding: 5px 0px;
    max-width: 450px;
}

.modal-body {
    height: 70vh;
}

.modal-body>embed {
    max-height: 100%;
    overflow-y: auto;
}

.modal-body>.modal-img {
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
}

.modal-img>img {
    width: 100%;
    height: auto;
}

.paginator {
    display: flex;
    flex-direction: row;
}

.not-recognized {
    font-size: 18px;
    width: 22px;
    color: #337ab7;
}

.recognized {
    font-size: 18px;
    width: 22px;
    color: #1ABB9C;
}

.part-recognized {
    font-size: 18px;
    width: 22px;
    color: #f0ad4e;
}
.cannot-recognized {
    font-size: 18px;
    width: 22px;
    color: #d9534f;
}

.removed {
    font-size: 18px;
    width: 22px;
    color: #d9534f;
}

.pdf-file {
    font-size: 18px;
    width: 20px;
    color: #cc4b4c;
}

.xml-file {
    font-size: 18px;
    width: 20px;
    color: #1ABB9C;
}

.image-file {
    font-size: 18px;
    width: 20px;
    color: #337ab7;
}

.none-file {
    font-size: 18px;
    width: 20px;
    color: #d9534f;
}

.errInput {
    border-color: rgba(255, 0, 0, 0.5);
}

.dropzone-container {
	border-radius: 2.5rem;
	/* border: 3px solid black;/ */
	background: white;
	width: 100%;
	margin: auto;
	box-shadow: 0 0.625rem 1.25rem #0000001a;
}

.dropzone {
	/* border: none !important; */
	height: 100%;
	width: 80%;
	border-radius: 2.5rem;
	padding: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: none;
}

.dropzone-dragging,
.dropzone:hover {
	background-color: #f3f5ff;
}
.dropzone-icon {
	max-width: 75px;
	display: block;
	margin: 0 auto 1.5rem;
}
.dropzone-input {
	display: none !important;
}

.input-container {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	padding: 20px;
}

.demo-container {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
}

.dz-message {
	cursor: pointer;
	text-align: center;
	margin: 2em 0;
}

.dz-message h1 {
	font-family: "BespokeSans-Variable", sans-serif;
	font-size: 2.375rem;
	font-weight: 700;
}

p.comment {
	color: #1a1919;
	font-weight: 600;
	font-size: 1.75rem;
	opacity: 0.5;
	margin-bottom: 0;
}

.dropzone .dz-preview .dz-image {
	width: 300px !important;
}

.dropzone .dz-preview .dz-progress {
	top: 82% !important;
	margin-left: -100px !important;
	width: 200px !important;
}