	.message{
		background-color:#ffa;
		border:2px solid red;
		font-size:1.2em;
		padding:5px;
	}
	input:read-only{
		background-color:#ddd;
	}
	th{
		background-color:#aaf;
	}
	table td,table th{
		border:2px white solid;
		padding:5px 2px;
		white-space: nowrap;
	}
	table{
		margin:10px 0px;
		padding:0px;width:100%;
	}
	
	table td{
		background-color:#eee;
	}
	row{
		margin-bottom:10px;
	}
	label{
		font-weight:bold;
		display:block;
	}
	.col ,.col-6 ,.col-8{
		margin:2px;
		margin-bottom:5px;
		background-color:#eee;
		white-space: nowrap;
		padding-bottom:5px;
	}
	select{
		width:180px;
	}
	input[type=text],input[type=date]{
		width:90%;
	}
	table td input[type=text],table td input[type=number]{
		width:85%;
	}
	.title{
		font-size:1.2em;
		font-weight:bold;
		background-color:#eea;
		margin-top:30px;
	}
	#create_header{
		position:fixed;
		z-index:99;
		height:50px;
		background-color:#eee;
		border-bottom:1px solid black;
		width:100%;
		padding:10px;
		top:90px;
	}
	#create_header input[type=submit]{
		width:150px;margin-right:20px;
	}
	.container{
		padding-top:45px;
	}
	.red{
		color:red;
	}


.progressbar {
  display: flex;
  flex-wrap: wrap;
}
.progressbar .item {
    position: relative;
    width: 20%;
    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: 3;
    background: #bdb700;
    color: #FFF;
}
.progressbar .item.next {
    z-index: 2;
    background: #0070BD;
    color: #FFF;
}
.progressbar .item.next:not(:last-child)::after {
    z-index: 2;
    border-left-color: #0070BD;
}

.progressbar .item.active:not(:last-child)::after {
    z-index: 3;
    border-left-color: #bdb700;
}
.progressbar .item.active:not(:last-child)::before {
    border-left: none;
}