.main_genre ul li:last-child {
    margin: 0 0 0 0 !important;
}

tr.deleted {
	color:#ffa0a0;
}

div.box-search {
    padding: 8px 12px;
    margin-left: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #e0e0e0;
    border-color: #c0c0c0;
    position: relative;
}

div.box-search label {
	margin-right: 4px;
}
div.box-search input {
	margin-right: 4px;
}

ul.gallery li {
	float: left;
	width: 160px;
	height: 160px;
	display: table;
	position: relative;
	background-color: lightgray;
	margin: 4px;
}
ul.gallery li p {
	display: table-cell;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}

ul.gallery a.locked {
	position: absolute;
	right: 4px;
	bottom: 4px;
}

fieldset .ui-widget-content a {
	color: #fff;
}

fieldset a.btn {
	color: #fff;
}

.form-group .box-body .btn-primary {
	color: #fff;
}

#FormTabs {
	margin-bottom: 8px;
}

.FormTabs {
	margin-bottom: 8px;
}

/*
div.checkbox-form-group > label {
	display: block;
	width: 100%;
}
div.checkbox-form-group .checkbox {
	float: left;
	display: inline;
}
*/

.map-container img {
  max-width: none !important;
}

.pagination > li:first-of-type a {
  -webkit-border-radius: 8px 0px 0px 8px;
  -moz-border-radius: 8px 0px 0px 8px;
  border-radius: 8px 0px 0px 8px;
}
.pagination > li:last-of-type a {
  -webkit-border-radius: 0px 8px 8px 0px;
  -moz-border-radius: 0px 8px 8px 0px;
  border-radius: 0px 8px 8px 0px;
}

.multi-checkbox-container .multi-checkbox {
	float: left;
	margin-right: 20px;
}

.multi-checkbox-container > div > label {
	clear: both;
	display: block;
}

.form-group .radio label {
//	padding-left: 0px;
	margin-right: 40px;
}
/*
table.form_contact td.form_qualification div.checkbox {
	display: inline-block;

	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
	border: solid 1px #ddd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #f7f7f7;
	padding: 4px 20px 2px 5px;
	cursor: pointer;
}
*/
table.form_contact td.form_capacity label {
	margin-bottom: 10px;
}
table.form_contact td.form_gender label {
	margin-right: 10px;
	display: inline-block;
	border: solid 1px #ddd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #f7f7f7;
	padding: 2px 20px 2px 5px;
	cursor: pointer;
}

.connect_job ul#recomend_slider li {
	padding-right: 0px;
	margin-right: 0px;
}

/*
.post-map-wrapper {width:446px; float:left; background:#eeeeee; padding:10px; box-sizing:border-box;}
.post-map {border:solid 1px #bcbcbc;}
#map {width:426px; height:350px;}
table.access {width:246px; float:right;}
*/