/* Front stylesheet for the Custom Attributes plugin */

/* Listing */

#custom_attributes {
	clear: both;
}

#custom_attributes .heading {
	margin-top: 15px;
}

#custom_attributes .edit_row {
	height: 40px; 
	overflow: hidden;
}

#custom_attributes .detail_label {
	background: #fff;	
	width: 10%;
	padding: 5px 0;
	border: 1px solid #cc0000;
	font-size: 13px;
	color: #cc0000;
	text-align: center;

}

#custom_attributes .detail_label_value {
    background: #cc0000;
	width: 10%;
	padding: 5px;
	margin-left: 290px;
	border: 1px solid #cc0000;
	color: #fff;
	text-align: center;
	position: relative;
	/*z-index: 99!important;*/
}

#custom_attributes .detail_label_value a {
	color: #fff;
}

#custom_attributes .detail_label_value:hover {
    background-color: #fff;
	color: #cc0000 !important;
	width: 10%;
	padding: 5px;
	margin-left: 290px;
	border: 1px dashed #cc0000;
	text-align: center;
	position: relative;
	z-index: 99!important;
}

#custom_attributes .detail_label_value:hover a {
	color: #cc0000!important;
}

@media only screen and (max-width: 768px){
#custom_attributes .detail_label {
	width: 10%;
	padding: 0px 0 0 0;
	margin-left: 290px;
	text-align: center;
	position: relative;
	z-index: 99!important;
}
#custom_attributes .detail_label_value {
	width: 10%;	
	position: relative;
	padding: 5px 0;
	margin-left: 358px;
	z-index: 99;
}
}

#custom_attributes .edit_label {
	line-height: 28px;
	margin: 10px 0 0 0; 
	width: 100%;
}

#custom
#item-post select {
    width: 100%;
    padding: 5px 10px 8px 10px;
    border: 1px silid #fff!important;
    background-color: #f7f7f7;
    transition: all 0.2s ease-in;
}

#custom_attributes .edit_checkbox {
	margin: 3px 7px 0 0; 
	width: auto;
}

#custom_attributes .required_input {
	color: #f00; 
	margin-left: 10px;
}

#custom_attributes .radio_button {
	margin-left: 0; 
	margin-right: 5px; 
	width: auto;
}

#custom_attributes .radio_button_label {
	float: none;
	line-height: 16px; 
	margin: 0;
}

/* Search Form */

#custom_attributes  .search_heading {
	font-size: 14px;
	padding: 0 7px 12px;
}

#custom_attributes .search_label {
	color: #999; 
	font-size: 11px;
}

#custom_attributes .search_select {
	width: 100px;
}

#custom_attributes .search_checkbox {
	margin: 3px 3px 0 0;
	width: auto;
}

#custom_attributes .search_textarea {
	width: 174px;
}

#custom_attributes .search_smalltext {
	width: 48px;
	margin: 0 0 0 5px;
}

#custom_attributes .search_limits {
	overflow: hidden;
}

#custom_attributes .search_maximum {
	margin-left: 10px;
}