@charset "utf-8";
/* CSS Document */

/*-----------------PAGING-------------------*/
.pagingBox{

}
.pagingBox select{
	float:right;
	width: auto;
}
.paging {
	display:inline-block;
	overflow:hidden;
}
.paging a {
	text-decoration: none;
	color: #000;
}
.paging a:hover {
	text-decoration: underline;
}
.paging ul{
	padding:0;
	margin:0;
}
.paging li{
	display:block;
	float:left;
	margin-right:-1px;
    
}
.paging li a, .paging li.nolink{
	border:#DDDDDD solid 1px;
	background-color:#FFF;
	display:block;
	height:20px;
	min-width:20px;
	color:#2980B9;
	text-align:center;
	line-height:20px;
	padding:5px;
	box-sizing:content-box !important
}
.paging li.deactive{
	color:#D9D9D9;
}
.paging li a:hover{
	text-decoration:none;
	background-color:#EEEEEE;
	color:#1B557A;
}
.paging li a.active{
	background-color:#2980B9;
	border-color:#2980B9;
	color:#FFF;
}
.paging li:first-child a{
	border-bottom-left-radius:5px;
	border-top-left-radius:5px;
	padding:5px 10px;
}
.paging li:last-child a{
	padding:5px 10px;
	border-bottom-right-radius:5px;
	border-top-right-radius:5px;
}

/*-------------Advert List Table-----------------------*/
tr.Free{
	
}
tr.Gold{
	color: #ffb44b;
	font-weight:bold;
    border-color: #fbeed5;
}
.table th[class*=sort]:after {
    content: "\f0dc";
    display: inline-block;
    color: #555;
    font-family: FontAwesome;
    font-size: 13px;
    font-weight: normal;
    float: right;
    margin-right: 4px;
    position: relative;
}
.dataTable th.sorting_desc:after {
    content: "\f0dd";
    top: -6px;
    color: #307ecc;
}
.dataTable th.sorting_asc:after {
    content: "\f0de";
    top: 4px;
    color: #307ecc;
}
#advertdialog{
	display:none;
}

/*-------------New Advert Form-----------------------*/
.chooseService{
}
#month_box, #pricelist_box {
	display: none;
}
/*-------------Common-----------------------*/
input#security{
	display:none;
}
span.pagename{
	display:none;
}
label.error{
	color:#d16e6c;
}
.searchTables_filter {
    text-align: right;
}
.input-id {
    width: 50px;
    max-width: 100%;
}
.input-name {
    width: 110px;
    max-width: 100%;
}
.input-email {
    width: 140px;
    max-width: 100%;
}
.btn-text a{
	color:#FFFFFF !important
}
.contactmethods{
	list-style: none;
	margin-top: 20px;
	border-top: dotted 1px #ffab6d;
	padding: 10px;
}

input[type=checkbox].agree, input[type=radio].agree {
	width: 18px;
	height: 18px;
	cursor: pointer;
}