.sub-info-container ul li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
}

.btn-container {
	margin-bottom: 0;
}

table.table-bordered .categorize label {
	margin-right: 20px;
}
.btn-container .btn220 {
	width: 220px !important;
}
.pagination-info {
	margin-bottom: 10px;
}

table.table-repair {
	width: 100%;
}

table.table-repair th, table.table-repair td {
	padding: 1%;
}

table.table-repair th {
	width: 18%;
}

table.table-repair td {
	width: 28%;
}

table.table-repair td.col3 {
	width: 78%;
}

table.table-repair input {
	font-size: 14px !important;
}

button.btn-clicked {
	background: #C00;
	color: #FFF;
	font-weight: bold;
}

.top-dotted-border {
    border-top: 1px dotted #DDD;
}

.agreement-footer {
    color: #FFF;
    background: #23468C;
}
.ui-datepicker-title {
    display: flex;
    justify-content: center;
}
.ui-datepicker-title select.ui-datepicker-year {
    margin-right: 8px;
}

.ui-datepicker-title select.ui-datepicker-month {
    margin-left: 8px;
}
.ui-monthpicker {
    margin-top: 35px;
}
