div.wicket-modal {
	position: fixed;
	background-clip: padding-box;
	box-shadow: 0 3px 10px 0 rgba(45, 45, 45, 0.125);
	animation: fadeInBottomWicket 0.25s ease 0s 1 both;
	transition: opacity 0.1s linear;
}

div.wicket-modal div.w_top_1 {
	display: none;
}

div.wicket-modal div.w_right_1 {
	margin-left: 0;
}

div.wicket-modal div.w_left {
	background: none !important;
}

div.wicket-modal div.w_bottom_1 {
	display: none;
}

div.wicket-modal div.w_content_1 {
	margin-right: 0;
}

div.wicket-modal .modal-content {
	line-height: 1.6em;
	padding: 14px;
}

div.wicket-modal .modal-content.csrDetails {
	border-radius: 0 0 4px 4px !important;
}

div.wicket-modal .w_captionText {
	margin-left: 16px !important;
}

div.wicket-modal .w_caption {
	border-radius: 4px 4px 0 0 !important;
	overflow: hidden;
	position: relative;
}

div.wicket-modal .modal-footer {
	border-radius: 0 0 4px 4px !important;
}

div.wicket-modal .w_close {
	overflow: visible !important;
	background: none !important;
	margin: 0 16px 0 0 !important;
	transition: opacity 0.1s linear;
	opacity: 0.5;
	color: inherit;
	display: block;
	position: absolute;
	right: 3px;
	padding: 0;
}

div.wicket-modal .w_close:before {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 18px;
	font-family: "AppDirectIcons";
	content: "\e020";
}

div.wicket-modal .w_close:hover {
	opacity: 1;
}

div.wicket-modal .adb-styled.adb-modal {
	border-radius: 0 0 4px 4px;
}

div.wicket-modal .assignPanel {
	padding: 0 !important;
}

div.wicket-modal .grid_8 {
	margin: 0 !important;
}

.wicket-mask-dark {
	position: fixed;
	background: #000000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.wicket-modal ~ .adb-styled .modal-backdrop {
	z-index: 20003 !important;
}

@keyframes fadeInBottomWicket {
	0% {
		opacity: 0;
		z-index: 20002;
		transform: translateY(-30px);
	}

	75% {
		z-index: 20002;
		transform: translateY(3px);
	}

	100% {
		z-index: 20002;
		opacity: .9999;
		transform: translateY(0);
	}
}
