.search-box {
    overflow: hidden;
    margin: 30px 0;
}

.search-box .total {
    float: left;
}

.search-box .search-form {
    float: right;
}

.search-box .btn-search {
    background: #60609f;
    color: #fff;
    border-radius: 4px;
    padding: 6px 15px;
}

.search-box .inp-search {
    margin: 0 2px 0 0;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    text-indent: 10px;
    height: 30px;
    line-height: 30px;
}

.search-box .sel-search {
    border-radius: 4px;
}


/* table */
table.table01 {
	border-top: 3px solid #60609f !important;
	border-bottom: 1px solid #dddddf !important;
	border-left: none !important;
}

table.table01 th,
table.table01 td {
	border-top: 1px solid #dddddf !important;
	border-left: 1px solid #dddddf !important;
	border-style: none;
	font-size: 16px;
	padding: 8px;
}

table.table01 th:first-child,
table.table01 td:first-child {
	border-left: none !important;
}

table.table01 th {
	color: #333;
	background-color: #f6f6f7;
}

table.table01 td {
	color: #666;
}

table .td_l {
	text-align: left;
}

table .td_c {
	text-align: center;
}

.txt_c {
	text-align: center;
}

.txt_r {
	text-align: right;
}

.txt_l {
	text-align: left;
}

