/*
 * Copyright (c) 2010 - 2012  John Reese
 * Copyright (c) 2012 - 2014  MantisBT Team - mantisbt-dev@lists.sourceforge.net
 * Licensed under the MIT license
 */

.snippetsTooltip {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	background: #FAF3AA;
	border: 1px dotted #000;
	padding: 4px;
	display: none;
	font-size: 8pt;
}

.snippetsTooltip table {
	margin: 5px;
	padding: 0px;
}
.snippetsTooltip td {
	padding: 1px;
	font-size: 8pt;
}

input[type="checkbox"]{width:20px !important}
.snippets_select_action {width:15% !important}
.snippets_select_submit {width:15% !important}
.snippets_select_all,
.snippets_select_action {
float:right;
}
