table.vertical thead {
  float: left;   
}

table.vertical {
	width: auto;
}
table.vertical th.header {
	background: #0c2c5d;
	color: #fff;
	width: 110px;
	height: 40px;
	max-width: 110px;
    text-align: center;
    font-size: 13px;
}
    
table.vertical thead th, table.vertical tr td {
  	display: block;
  	height: 26px;
  	max-width: 110px;
    line-height: 13px;
    font-size: 12px;
}

table.vertical tr td input, table.vertical tr td select{
	position: relative;
	top: -3px;
}

table.vertical tbody {
  	float: left;   
}

table.vertical tr {
  	float: left;   
    width: 110px;
}

table.vertical tr td input, table.vertical tr td select{
  	width: 95px;
}

input.ng-invalid, select.ng-invalid, textarea.ng-invalid {
	border: 1px solid red !important;
	background: red;
    color: #fff;
}

th.hr-block {
	height: 26px;
	border-top: 1px solid #000; 
	border-bottom: 1px solid #000;
	display: block;
}
.bg-total {
	background: #eee;
}
.data-number {
	text-align: center;
}
th.header2 {
	line-height: 40px !important;
}

table.normal th.header {
	background: #0c2c5d;
	color: #fff;
	width: 125px;
	height: 26px;
	max-width: 125px;
    text-align: center;
    font-size: 14px;
    line-height: 13px;
}

table.normal {
	width: 500px;
}
.bg-blue {
	background: #0c2c5d;
	color: #fff;
}


.vertical-header {
    transform-origin:50% 50%;
    transform: rotate(270deg);
    font-size: 10px;
}
.normal-input {
	margin-bottom: 0px !important;
    height: 10px !important;
    margin-top: 0px !important;
    position: relative;
    top: -3px;
}
.step6-text {
	width: auto !important;
}