/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
@media screen and (min-width: 1000px), print {
	.form_item_area__row {
		margin-bottom: 2.5rem;
	}
}

@media screen and (max-width: 999px) {
	.form_item_area__row {
		margin-bottom: 2rem;
	}
}

.form_item_area__button_area {
	margin-top: 6em;
	margin-bottom: 3em;
}

.form_item_area .annotation {
	margin-bottom: .5em;
}

.form_item_area label {
	margin-bottom: .5em;
	font-size: 1.1rem;
}

.form .alert-sm,
.form .form-control + .card:not(.accordion) {
	margin-top: .4em;
	padding-top: .2rem;
	padding-bottom: .3rem;
}

.form .form-control + .card {
	margin-top: .6em;
}

.form-input .alert,
.form-public .alert {
	margin-top: .4em;
	margin-bottom: .2em;
	padding-top: .2rem;
	padding-bottom: .2rem;
}

.form-confirm .value {
	word-break: break-all;
}

[class*="icheck-"] {
	margin-top: 3px !important;
	margin-bottom: 3px !important;
}

[class*="icheck-"].my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

[class*="icheck-"] label {
	font-size: 1rem;
}

.form_manage_explanation p {
	margin-bottom: inherit;
}

.drop_area {
	border-radius: 5px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	padding: 10px;
	background-image: url("../img/drop_zone_bg.png");
	box-sizing: border-box;
	border: 5px solid #ffffff;
	position: relative;
	top: 0;
	left: 0;
}

.drop_area > div {
	text-align: center;
	padding: 10px;
}

.drop_area > div i {
	font-size: 1.8rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5ex;
	color: #8abac2;
}

.drop_area .filelist {
	display: none;
	text-align: left;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.9);
	padding: 20px;
	width: 96%;
	margin: auto;
	list-style-type: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	position: relative;
	top: 0;
	left: 0;
	z-index: 3;
}

.drop_area .filelist .li {
	margin: 0;
	padding: 0;
}

.drop_area .filelist .li label {
	display: block;
	margin: 0;
	font-weight: normal;
	word-break: break-all;
}

.drop_area .filelist .li i {
	margin: 0 0.5ex;
}

.drop_area .file_input {
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 2;
}

/*# sourceMappingURL=form_item.css.map */
