@charset "utf-8";

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
}

body {}

.wrap {
	background: #fff;
}

#allWrap {
	width: 95%;
	max-width: 740px;
	margin: auto;
	background: #fee6e6;
}

#questionAll {
	background-color: #fee6e6;
	padding: 1rem;
	border-radius: 4px;
	margin-bottom: 1rem;
}

#questionAll .btn-primary {
	background-color: #e22529;
	border-color: #e22228;
}

#infoAll {
	background-color: #fee6e6;
	padding: 1rem;
	border-radius: 4px;
}

#btnAll {
	max-width: 740px;
	margin: auto;
	text-align: center;
	padding: 1rem;
}

.numBlk {
	margin-right: 0.5rem;
}

.badge {
	margin-left: 1rem;
}

.form-group.has-error.has-danger .form-control-label {
	color: red;
}

.with-errors {
	font-size: small;
	color: red;
}

.form-group.has-error.has-danger .form-control {
	border: 1px solid red;
	box-shadow: 0 0 0 0.2rem rgba(250, 16, 0, 0.18);
}

.hiddenList {
	display: none;
}

.badge-info {
	background-color: #e22229;
}

.btn-info {
	background-color: #e22229;
	border-color: #e22229;
}

.btn-info.disabled,
.btn-info:disabled {
	background-color: #b1b1b1;
	border-color: #b1b1b1;
	opacity: .30;
	cursor: default;
}

label {
	display: block;
	margin-bottom: 5px;
}