form.sold_items {
    font-size: 12px;
}



.sold_items_table th {
  background-color: #057fd0;
  color: white;
  padding: 10px;
  font-size: 14px;
}

.sold_items_table tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.list_item_btn {
    margin-left: 10px;
    box-shadow: 0px 1px 0px 0px #f0f7fa;
	background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	background-color:#33bdef;
	border-radius:6px;
	border:1px solid #057fd0 !important;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:10px 24px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;  
}
.danger_btn {
    margin-left: 10px;
    box-shadow: 0px 1px 0px 0px #f0f7fa;
	background:linear-gradient(to bottom, #f82525 5%, #b10b0b 100%);
	background-color:#f82525;
	border-radius:6px;
	border:1px solid #b10b0b !important;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:10px 24px;
	text-decoration:none;
	text-shadow:0px -1px 0px #9c4434;  
}

select.interval {
    padding: 7px 30px;
    color: #000;
    height: auto !important;
    border-color: black !important;
    font-size: 16px;
}

.pagination {
   
    text-align: center;
    padding-top: 15px;
}

.pagination ul li {
    display: inline;
    background-color: #057fd0;
    color: #fff;
    font-size: 16px;
    padding: 10px 13px;
  
}
.pagination ul li a {
    color: #fff;
    text-decoration: none;
}

.pagination ul li span.current {
    font-weight: bold;
}

.total {
    font-size: 16px;
    font-weight: bold;
}

.action_buttons {
    float: right;
    margin-right: 20px;
}

