.action_icon_delete {
	width: 13px;
	height: 13px;
	background: url(../img/layout/icons/orange/buttons.svg) -2px -602px;
	text-decoration: none !important;
}

.action_icon_edit {
	width: 16px;
	height: 16px;
	background: url(../img/layout/icons/orange/buttons.svg) 0 -580px;
	text-decoration: none !important;
}

.action_icon_print {
	width: 17px;
	height: 17px;
	background: url(../img/layout/icons/orange/buttons.svg) 0 -100px;
	text-decoration: none !important;
}

.action_icon_edit_form {
	width: 16px;
	height: 16px;
	background: url(../img/layout/icons/orange/buttons.svg) 0 -240px;
	text-decoration: none !important;
}

.action_icon_start {
	width: 16px;
	height: 16px;
	background: url(../img/layout/icons/orange/buttons.svg) 0 -140px;
	text-decoration: none !important;
}

.action_icon_create {
	width: 16px;
	height: 16px;
	background: url(../img/layout/icons/orange/buttons.svg) 0 -480px;
	text-decoration: none !important;
}

.action_icon_confirm {
	width: 16px;
	height: 16px;
	color: #e96b00;
	font-size: 120%;
	text-decoration: none !important;
}

.action_icon_unconfirm {
	width: 16px;
	height: 16px;
	background: url(../img/layout/icons/orange/buttons.svg) 0 -600px;
	text-decoration: none !important;
}

.action_icon_view {
	width: 16px;
	height: 16px;
	background: url(../img/layout/icons/orange/buttons.svg) 0 -800px;
	text-decoration: none !important;
}

.action_icon_view_hidden {
	width: 16px;
	height: 16px;
	background: url(../img/layout/icons/orange/buttons.svg) 0 -780px;
	text-decoration: none !important;
	cursor: help;
}

.action_icon_image {
	width: 18px;
	height: 18px;
	background: url(../img/layout/icons/orange/buttons.svg) 0 -760px;
	text-decoration: none !important;
	cursor: help;
}

.action_icon_download {
	width: 16px;
	height: 16px;
	background: url(../img/layout/icons/orange/buttons.svg) 0 -680px;
	text-decoration: none !important;
	cursor: help;
}

.action_icon_history {
	width: 16px;
	height: 16px;
	background: url(../img/layout/icons/orange/buttons.svg) 0 -382px;
	text-decoration: none !important;
}

.action_icon_arrow_br {
	width: 18px;
	height: 16px;
	background: url(../img/layout/icons/orange/buttons.svg) 0 -44px;
	text-decoration: none !important;
}

.action_icon_arrow_tl {
	width: 18px;
	height: 16px;
	background: url(../img/layout/icons/orange/buttons.svg) 0 -60px;
	text-decoration: none !important;
}

.overview_status_container {
	float: right;
	line-height: 20px;
}

.overview_status_container.crf_export {
	float: left !important;
	margin-bottom: 20px;
}

.overview_status_white,
.overview_status_red,
.overview_status_blue,
.overview_status_orange,
.overview_status_yellow,
.overview_status_green,
.overview_status_grey,
.overview_status_purple,
.overview_status_turquoise,
.overview_status_black {
	width: 18px;
	height: 18px;
	border-radius: 25px;
	margin-left: auto;
	margin-right: auto;
	cursor: help;
	border: 1px solid rgba(0, 0, 0, 0.15);

}

.overview_status_white {
	background: rgb(254, 252, 234);
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(254, 252, 234, 1) 0%, rgba(241, 218, 54, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(239, 239, 239, 1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(254, 252, 234, 1)), color-stop(0%, rgba(241, 218, 54, 1)), color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(239, 239, 239, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(254, 252, 234, 1) 0%, rgba(241, 218, 54, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(239, 239, 239, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(254, 252, 234, 1) 0%, rgba(241, 218, 54, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(239, 239, 239, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(254, 252, 234, 1) 0%, rgba(241, 218, 54, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(239, 239, 239, 1) 100%);
	/* IE10+ */
	background: linear-gradient(135deg, rgba(254, 252, 234, 1) 0%, rgba(241, 218, 54, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(239, 239, 239, 1) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefcea', endColorstr='#efefef', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */

}

.overview_status_red {
	background: rgb(255, 5, 46);
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(255, 5, 46, 1) 0%, rgba(196, 0, 42, 1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 5, 46, 1)), color-stop(100%, rgba(196, 0, 42, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(255, 5, 46, 1) 0%, rgba(196, 0, 42, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(255, 5, 46, 1) 0%, rgba(196, 0, 42, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(255, 5, 46, 1) 0%, rgba(196, 0, 42, 1) 100%);
	/* IE10+ */
	background: linear-gradient(135deg, rgba(255, 5, 46, 1) 0%, rgba(196, 0, 42, 1) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff052e', endColorstr='#c4002a', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.overview_status_blue {
	background: rgb(5, 59, 255);
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(5, 59, 255, 1) 0%, rgba(0, 122, 221, 1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(5, 59, 255, 1)), color-stop(100%, rgba(0, 122, 221, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(5, 59, 255, 1) 0%, rgba(0, 122, 221, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(5, 59, 255, 1) 0%, rgba(0, 122, 221, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(5, 59, 255, 1) 0%, rgba(0, 122, 221, 1) 100%);
	/* IE10+ */
	background: linear-gradient(135deg, rgba(5, 59, 255, 1) 0%, rgba(0, 122, 221, 1) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#053bff', endColorstr='#007add', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.overview_status_orange {
	background: rgb(255, 178, 0);
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(255, 178, 0, 1) 0%, rgba(232, 115, 25, 1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 178, 0, 1)), color-stop(100%, rgba(232, 115, 25, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(255, 178, 0, 1) 0%, rgba(232, 115, 25, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(255, 178, 0, 1) 0%, rgba(232, 115, 25, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(255, 178, 0, 1) 0%, rgba(232, 115, 25, 1) 100%);
	/* IE10+ */
	background: linear-gradient(135deg, rgba(255, 178, 0, 1) 0%, rgba(232, 115, 25, 1) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb200', endColorstr='#e87319', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.overview_status_yellow {
	background: rgb(255, 242, 0);
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(255, 242, 0, 1) 0%, rgba(229, 213, 71, 1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 242, 0, 1)), color-stop(100%, rgba(229, 213, 71, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(255, 242, 0, 1) 0%, rgba(229, 213, 71, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(255, 242, 0, 1) 0%, rgba(229, 213, 71, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(255, 242, 0, 1) 0%, rgba(229, 213, 71, 1) 100%);
	/* IE10+ */
	background: linear-gradient(135deg, rgba(255, 242, 0, 1) 0%, rgba(229, 213, 71, 1) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff200', endColorstr='#e5d547', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.overview_status_green {
	background: rgb(121, 255, 5);
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(121, 255, 5, 1) 0%, rgba(152, 234, 0, 1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(121, 255, 5, 1)), color-stop(100%, rgba(152, 234, 0, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(121, 255, 5, 1) 0%, rgba(152, 234, 0, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(121, 255, 5, 1) 0%, rgba(152, 234, 0, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(121, 255, 5, 1) 0%, rgba(152, 234, 0, 1) 100%);
	/* IE10+ */
	background: linear-gradient(135deg, rgba(121, 255, 5, 1) 0%, rgba(152, 234, 0, 1) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79ff05', endColorstr='#98ea00', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.overview_status_purple {
	background: rgb(180, 0, 255);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(180, 0, 255, 1) 0%, rgba(138, 0, 195, 1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(180, 0, 255, 1)), color-stop(100%, rgba(138, 0, 195, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(180, 0, 255, 1) 0%, rgba(138, 0, 195, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(180, 0, 255, 1) 0%, rgba(138, 0, 195, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(180, 0, 255, 1) 0%, rgba(138, 0, 195, 1) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(180, 0, 255, 1) 0%, rgba(138, 0, 195, 1) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b400ff', endColorstr='#8a00c3', GradientType=0);
	/* IE6-9 */
}

.overview_status_turquoise {
	background: rgb(73, 187, 255);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(73, 187, 255, 1) 0%, rgba(73, 187, 255, 1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(73, 187, 255, 1)), color-stop(100%, rgba(73, 187, 255, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(73, 187, 255, 1) 0%, rgba(73, 187, 255, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(73, 187, 255, 1) 0%, rgba(73, 187, 255, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(73, 187, 255, 1) 0%, rgba(73, 187, 255, 1) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(73, 187, 255, 1) 0%, rgba(73, 187, 255, 1) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#49BBFF', endColorstr='#49BBFF', GradientType=0);
	/* IE6-9 */
}

.overview_status_black {
	background: rgb(0, 0, 0);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.75)), color-stop(100%, rgba(0, 0, 0, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 1) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 1) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#161616', endColorstr='#161616', GradientType=0);
	/* IE6-9 */
}

.overview_status_grey {
	width: 18px;
	height: 18px;
	border-style: solid;
	border-width: 1px;
	margin-left: auto;
	margin-right: auto;
	cursor: help;
}

.overview {}

.overview a {
	text-decoration: underline;
	font-weight: 500;
	display: inline-block;
	margin-top: 2px;
}

.overview_title a {
	font-weight: 500;
}

.overview_title,
th {
	font-weight: 500;
	font-size: 0.8em;
}

.manual_query td:nth-child(3),
.system_query td:nth-child(3),
.unsolvable_query td:nth-child(3) {
	font-size: 90%;
}

.new_query_line td {
	background-color: #f9e1b3;

}

.user_button_spacer {
	margin-right: 8px;
	margin-bottom: 2px;
}

.query_management_table table td {
	font-size: 90%;
}

tr.deactivate_info td,
tr.deactivate_info td a:not(.user_button_spacer) {
	color: #e96b00 !important;
	text-decoration: line-through !important;
}

.tooltip {
	position: relative;
	display: inline-block;
	/* border-bottom: 1px dotted black; */
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}