﻿
/*////////////////////////////////////////////
// Copyright © 2023 Windex Bedrijfssoftware //
////////////////////////////////////////////*/

.alert_BottomPanel {
	position: relative;
	height: 36px;
	width: 100%;
	background: linear-gradient(0deg, rgba(183,183,183,1) 0%, rgba(208,208,208,1) 100%);
}

	.alert_BottomPanel .alert_ButtonPanel {
		position: absolute;
		right: 1px;
		bottom: 0px;
		line-height: 23px;
	}

.alert_ContentPanel {
	margin-left: 13px;
	margin-right: 13px;
	margin-bottom: 18px;
	white-space: normal;
}

.alert_Tab {
	width: 80px;
	height: 36px;
	background: #2185C5;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background-color: #0191D2;
	border-left: 1px solid white;
	cursor:pointer;
}
	.alert_Tab:hover {
		background-color: #0180B6;
	}

.alert_TabContainer {
	margin-top: 2px;
	width: auto;
	height: auto;
	display: inline-block;
}

	.alert_TabContainer .alert_TabImage {
		float: left;
		height: 24px;
		width: 24px;
	}

	.alert_TabContainer .alert_TabImageYes {
		background: url('/Theming/Styles/Images/Finish.png') no-repeat center;
	}
	.alert_TabContainer .alert_TabImageNo {
		background: url('/Theming/Styles/Images/Return.png') no-repeat;
	}

	.alert_TabContainer .alert_TabText {
		color: white;
		margin-top: 1px;
		margin-left:6px;
		float: left;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
	}

/* Transparante overlay t.b.v. blokkering scherm i.g.v. een functionele beperking */
.alert_TransparentOverlay {
	background-color: white;
	position: fixed;
	z-index: 11;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	top: 0;
	left: 0;
}

.alert_FooterWrapper {
	z-index: 11;
}