
.form-control-checkbox .checkbox-inline_input, .form-control-checkbox .checkbox-inline_input {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.form-control-checkbox .checkbox-inline_label, .form-control-checkbox .checkbox-inline_label {
	background: #EEEEEE;
	color: #BBBBBB;
	display: inline-block;
    font-size: 1.75rem;
    font-weight: normal;
    border-radius: .2rem;
    line-height: 50px;
    border: 1px solid #696969;
	width: 100%;
	text-align: center;
}

.form-control-checkbox .checkbox-inline_input:checked + .checkbox-inline_label, .form-control-checkbox .checkbox-inline_input:checked + .checkbox-inline_label {
	background: #28a745;
	color: #000;
}

.form-control-checkbox .checkbox-inline_input:disabled + .checkbox-inline_label, .form-control-checkbox .checkbox-inline_input:disabled + .checkbox-inline_label {
    background-color: #DDDDDD;
    opacity: 1;
}

.checkbox-inline_label{

	font-weight: normal;

}

select.form-control{
	height: 50px;
}

.wizardbtn{
	height: 100px;
}

.select_label_block{
	width: 100%;
	text-align: center;
	height: 50px;
	line-height: 50px;
}

.listtable
{
	/*border-bottom: 1px solid #ddd;*/
}

.listtable tbody tr th
{
	background-color: #ccc;
}

.listtable tbody tr td
{
	vertical-align: middle;
}
.listtable tbody tr td.textcell
{
    font-size: 1.25rem;
}
.listtable tbody tr td.btncell
{
	text-align: right;
}
.badge0,
.badge2,
.badge4,
.badge6
{
	background-color: #d8e3b6;
	padding: 3px;
	font-size: 1.5rem;
    display: flex;
    justify-content: space-between;
}

.badge1,
.badge3,
.badge5,
.badge7
{
	background-color: #e3d4b6;
	padding: 3px;
	font-size: 1.5rem;
    display: flex;
    justify-content: space-between;
}
.setting-text{
	padding: 3px;
	margin-bottom: 1rem;
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.progressbar {
  display: flex;
  flex-wrap: wrap;
}
.progressbar .item {
    position: relative;
    width: 25%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    line-height: 1.5;
    background: #F5F5F5;
    color: #999999;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 37px solid transparent;
    border-left: 20px solid #F5F5F5;
    margin: auto;
}
.progressbar .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #FFF;
}

@media screen and (max-width: 767px) {
.progressbar .item {
    font-size: 11px;
    line-height: 1.4;
    padding: 10px 0;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    border-width: 25px;
    border-left-width: 12px;
}
}

/* active */

.progressbar .item.active {
    z-index: 1;
    background: #BAE247;
    color: #FFF;
}
.progressbar .item.active:not(:last-child)::after {
    border-left-color: #BAE247;
}
.progressbar .item.active:not(:last-child)::before {
    border-left: none;
}
.notice{
	font-size: 1.2rem;
	line-height: 120%;
}