/* Minification failed. Returning unminified contents.
(46,5): run-time error CSS1019: Unexpected token, found ''
(46,6): run-time error CSS1019: Unexpected token, found ''
 */
.stibo-attribute-mgr {
}

.stibo-attribute-mgr #attribSearch{
	margin-left:10%;
	margin-bottom:5px;
}
.stibo-attribute-table{
	width:80%;
	margin-left:10%;
}

.stibo-attribute-mgr .what-is-this:hover{
	cursor: pointer;
}
.stibo-attribute-table .header th{
	font-weight:bold;
	background-color:#EEE;
}
.stibo-attribute-row {
}

.stibo-attribute-row .show-vals{
	font-size:.75em;
	float:right;
}

	.stibo-attribute-row .include-in-search {
	}

	.stibo-attribute-row .include-in-search input[type='checkbox'] {
	}


	.stibo-attribute-row .search-name{
		width:100%;
	}
	.stibo-attribute-row .search-view-order{
		width:50%;
	}
    .stibo-attribute-row .search-related-weight{
		/*width:50%;
        display:inline;*/
	}

    

	#attributeValuesModal #attributeName {font-weight:bold; font-size:1.25em;}
	#attributeValuesModal .modal-dialog{ top:150px;}
	#attributeValuesModal #message { border-bottom:solid 1px #808080; padding-bottom:10px;}
	#attributeValuesModal #values {height:600px; overflow-y:scroll; padding:15px;}
	#attributeValuesModal #close {float:right;}
