﻿
/*////////////////////////////////////////////
// Copyright © 2023 Windex Bedrijfssoftware //
////////////////////////////////////////////*/

.saveControl_Item {
	border-right: 1px solid #EFEFEF;
}

div.saveControl div.tabControl_Tab a:hover, div.saveControl div.tabControl_Tab .tabControl_ActiveMenu {
	background-color: #0180B6;
	border-top-color: white;
	display: inline-block;
	width: 100%;
}

a.saveControl_Tab {
	background-color: #0191D2;
}

.saveControl_Tab img {
	background: url('/Theming/Styles/Images/SaveActionActive.png') no-repeat center;
	height: 20px;
	width: 24px;
}

a.saveControl_Tab:active {
	background-color: #017099 !important;
}

a.saveControl_Tab.wcc_Disabled {
	background-color: #999999 !important;
}

.saveControl_Pane {
	background-color: #0191D2;
	color: white;
	width: 295px;
	font-weight: bold;
}

.saveControl_FirstRow {
	background-color: #999999;
	border-bottom-color: white;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	text-transform: uppercase;
	padding: 5px 5px 5px 10px;
}

.saveControl_BetweenRow {
	padding: 5px 5px 5px 10px;
	cursor: pointer;
}

.saveControl_LastRow {
	border-top-color: white;
	border-top-width: 2px;
	border-top-style: solid;
	padding: 5px 5px 5px 10px;
	cursor: pointer;
}

.saveControl_LastRow:hover {
	background-color: #0180B6;
}

.saveControl_BetweenRow:hover {
	background-color: #0180B6;
}

.saveControl_OverlayPanel {
	display: none;
	background-color: transparent;
	position: absolute;
	z-index: 1002;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

div.saveControl a:link {
	color: white;
	text-decoration: none;
}