.popup {  position: fixed;  z-index: 1000;  width: 100%;  height: 100%;  top: 0;  left: 0;}
.transparent {  width: 100%;  height: 100%;  background-color: #000;  opacity: 0.7;  position: absolute;  z-index: -1;  top: 0;  left: 0;}
.popup-content {  width: 500px;  height: auto;  position: absolute;  z-index: 10;  top: 50%;  left: 50%;  background: #fff;  padding: 30px 0;  transform: translate(-50%,-50%);  -o-transform: translate(-50%,-50%);  -ms-transform: translate(-50%,-50%);  -moz-transform: translate(-50%,-50%);  -webkit-transform: translate(-50%,-50%);}
input.popup-input {  width: 264px !important;}
a.close-popup {  position: absolute;  top: 0;  right: 0;  padding: 0;  margin: 0;  line-height: 30px;  font-size: 24px;  color: #fff;  background-color: #01aefd;  width: 30px;  height: 30px;  text-align: center;}
.error {color: red;}
tr.inactive {background: gray !important;};

.left-search-form {

}

.left-search-form .left-search-form-cont{
	background: #D8D8D8;
	padding:15px 20px; 
	clear: both;
	overflow: hidden;
}

.left-search-form h2{
	font-size: 16px;
	padding: 10px 15px;
	background: #000040;
	color:#fff;
	margin-bottom: 0;
}
.left-search-form h3{
	font-size: 14px;	
	padding: 10px 20px;
	background: #484848;
	color:#fff;
	margin-bottom: 0;
}

.left-search-form .left-search-form-cont .left-search-category{

}

.left-search-form .left-search-form-cont .left-search-category li{
	border-bottom: none;
	
}

.left-search-form .left-search-form-cont .txt-search{
	width: 100%;
}

.left-search-form .left-search-form-cont .left-search-form-wrap{
	display: block;
}

.left-search-form .left-search-form-cont .left-search-form-wrap select{
	width: 90%;
}

.left-search-form .left-search-form-cont .left-search-form-wrap input[type='date']{
	width: 35%;
	font-size: 9px;
}

.left-search-form .left-search-form-cont .left-search-form-wrap span{
	font-size: 9px;
}


.left-search-form .left-search-form-label{
	display: block;
}

.left-search-form button{
	text-align: center;
	padding:3px 5px; 
}
.entry-header {
	padding: 20px 0;
	border-bottom:3px solid #000040;
}
.entry-header .entry-title{
	color:#000040;
	font-weight: bold;
	font-size: 24px;
}
.entry-content{
	margin-top: 0 !important;
}

.page-content, .entry-content, .entry-summary {
  margin: 15px 0 0;
}
.entry-content .summary{
	padding:10px 20px;
	background: #fff;
	margin: 0 0 20px;
}
.entry-content .tools{
	text-align: right;
	padding:10px;

}
.entry-content .tools .order{
	color:#000040;
}
.entry-content .tools .order a{
	color:#000040;
}
.entry-content .tools .limit{
	margin-left: 30px;
}
.entry-content .tools .limit a{
	padding: 5px;
	background: #000040;
	color:#fff;
}
.entry-content .search-item{
	padding:10px 10px;
	background: #fff;
	margin: 0 0 20px;
}
.entry-content .search-item p.budge{
	width: 125px;
	margin-bottom: 15px;
	color:#fff;
	text-align: center;
	font-size: 14px;
	background: #a21d3e;
}
.entry-content .search-item p.title{
	font-size: 14px;
	color:#000040;
	font-weight: bold;
	margin-bottom: 15px;
}
.entry-content .search-item p.creator{
	color:#585858;
	margin-bottom: 15px;
	padding: 0 10px;
}
.entry-content .search-item p.creator .publish{
	margin-left: 15px;
}
.entry-content .search-item .description{
	color:#585858;
	margin-bottom: 20px;
	padding: 0 10px;
}
.entry-content .search-item .detail_action {
	text-align: center;
	margin: 0 auto;
}
.entry-content .search-item .detail_action a{
	text-align: center;
	background:#000040;
	color:#fff;
	padding:10px 15px;
}