.dropzone {
	width: 100%;
	margin-top: 10px;
	margin-left: 10px;
	padding: 15px;
	border: 1px solid gray;
	min-height: 190px;
	position: relative;
	right: 10px;
	border-radius: 4px;
	border-color: #CCC;
	border: 5px solid #6d5cae;
	margin-bottom: 20px
}

.rList {
	padding: 0px;
}

.rList li {
	display: block;
	padding: 10px;
	border: 1px solid #999;
	width: 100%;
	text-transform: uppercase;
	/* background-color: #dff0d8; */
}

.rList li .far {
	font-size: 20px;
	margin-right: 5px;
}


.dropzone,
.dropzone * {
	box-sizing: border-box;
}

.dropzone {
	position: relative;
}

.dropzone .dz-preview {
	position: relative;
	display: inline-block;
	width: 100px;
	margin: 0.5em;
	margin: 0px;
}

.dropzone .dz-preview .dz-progress {
	display: block;
	height: 15px;
	border: 1px solid #aaa;
}

.dropzone .dz-preview .dz-progress .dz-upload {
	display: block;
	height: 100%;
	width: 0;
	background: green;
}

.dropzone .dz-preview .dz-error-message {
	color: red;
	display: none;
}

.dropzone .dz-preview.dz-error .dz-error-message,
.dropzone .dz-preview.dz-error .dz-error-mark {
	display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
	display: block;
}

.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
	position: absolute;
	display: none;
	left: 30px;
	top: 30px;
	width: 54px;
	height: 58px;
	left: 50%;
	margin-left: -27px;
}

.dz-image {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}

.dz-details {
	display: none;
}

/* =========== STEPS MARKER ============ */
/* =========== STEPS MARKER ============ */
/* =========== STEPS MARKER ============ */
/* =========== STEPS MARKER ============ */

.f1 {
	padding: 25px;
	background: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.f1 h3 {
	margin-top: 0;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.f1-steps {
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}

.f1-progress {
	position: absolute;
	top: 24px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ddd;
}

.f1-progress-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	background: #3AB2B1;
}

.f1-step {
	position: relative;
	float: left;
	width: 16.666666%;
	padding: 0 5px;
	text-align: center;
}

.f1-step-icon {
	display: inline-block;
	width: 60px;
	height: 60px;
	margin-top: 4px;
	background: #ddd;
	font-size: 25px;
	color: #fff;
	line-height: 60px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
}

.f1-step.activated .f1-step-icon {
	background: #fff;
	border: 1px solid #3AB2B1;
	color: #3AB2B1;
	line-height: 50px;
	text-align: center;
}

.f1-step.active .f1-step-icon {
	width: 80px;
	height: 80px;
	margin-top: 0;
	background: #3AB2B1;
	font-size: 30px;
	line-height: 80px;
	text-align: center;
}

.f1-step a:hover {
	text-decoration: none;
}

.f1-step p {
	color: #ccc;
	margin-top: 10px;
	font-weight: 400;
}

.f1-step.activated p {
	color: #3AB2B1;
}

.f1-step.active p {
	color: #3AB2B1;
	font-weight: 700;
}

.f1 fieldset {
	display: none;
	text-align: left;
}

.f1-buttons {
	text-align: right;
}

.f1 .input-error {
	border-color: #3AB2B1;
}

/* =========== STEPS MARKER ============ */
/* =========== STEPS MARKER ============ */


.f1-step.active .f1-step-icon {
	background: #5cb85c !important;
}

.f1-step.active p {
	color: #4c4c4c !important;
}

.f1-progress {
	background: #d9edf7;
}

.f1-progress-line {
	background: #5cb85c;
}

.f1-step-icon {
	background: #5cb85c;
	color: #fff;
}

.f1-step.activated .f1-step-icon {
	background: #5cb85c;
	border: 1px solid #3AB2B1;
	color: #3AB2B1;
}

.f1-step.active .f1-step-icon {
	background: #5cb85c;
}

.f1-step p {
	color: #ccc;
}

.f1-step.activated p {
	color: #3AB2B1;
}

.f1-step.active p {
	color: #3AB2B1;
}

.f1 .input-error {
	border-color: #3AB2B1;
}

/* *********************** NORMALIZE ************************** */
/* *********************** NORMALIZE ************************** */
/* *********************** NORMALIZE ************************** */

.btn:hover {
    transform: translateY(0px);
    /* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.1); */
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    /* padding: 8px; */
    /* line-height: 1.42857143; */
    vertical-align: middle;
    /* border-top: 1px solid #dddddd; */
}
.alert {
	margin:20px !important;
}
.alert button {
	display: none !important;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free" !important;
}

@media only screen and (max-width: 767px) {
	.adm-main-row {
		padding-top: 20px !important;
	}
	.container-adm {
		min-height: 10px;
	}
}
@media only screen and (min-width: 768px) {
	.adm-main-row {
		padding-top: 100px !important;
	}
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.container-adm {
		min-height: 800px;
	}
}
