@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@import '../mimecast-app-common/assets/css/regular.min.css';
@import '../mimecast-app-common/assets/css/light.min.css';
@import '../mimecast-app-common/assets/css/solid.min.css';

/* CSS Reset: https://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

span[slot='links-slot'] {
  display: none;
}

/* TODO: import those styles from @mimecast-ui/components */
.cdk-overlay-container {
	pointer-events: none;
	position: fixed;
	z-index: 1040;
}

.cdk-global-overlay-wrapper {
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1040;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	pointer-events: none;
}

.cdk-overlay-pane {
	box-sizing: border-box;
	z-index: 1040;
}

.cdk-overlay-backdrop {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1040;
	pointer-events: auto;
	-webkit-tap-highlight-color: transparent;
	transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
	opacity: 0;
}

.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
	opacity: 1;
}

.cdk-overlay-dark-backdrop {
	background: rgba(0, 0, 0, 0.6);
}

.cdk-overlay-transparent-backdrop {
	background: none;
}

.cdk-overlay-inverted-backdrop {
	background: rgba(255, 255, 255, 0.6);
	will-change: color, background-color;
	-webkit-transition: background-color 250ms cubic-bezier(0.25, 0.8, 0.25, 1), color 250ms cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 250ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 250ms cubic-bezier(0.25, 0.8, 0.25, 1);
	-o-transition: background-color 250ms cubic-bezier(0.25, 0.8, 0.25, 1), color 250ms cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 250ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 250ms cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: background-color 250ms cubic-bezier(0.25, 0.8, 0.25, 1), color 250ms cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 250ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 250ms cubic-bezier(0.25, 0.8, 0.25, 1);
}

[mc-theme-variant="dark"] .cdk-overlay-inverted-backdrop {
	background: rgba(0, 0, 0, 0.6);
}

.cdk-global-scrollblock {
	position: fixed;
	width: 100%;
	overflow-y: scroll;
}

.overlay-container {
	width: 100%;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	will-change: color, background-color;
	-webkit-transition: background-color 250ms cubic-bezier(0.25, 0.8, 0.25, 1), color 250ms cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 250ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 250ms cubic-bezier(0.25, 0.8, 0.25, 1);
	-o-transition: background-color 250ms cubic-bezier(0.25, 0.8, 0.25, 1), color 250ms cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 250ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 250ms cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: background-color 250ms cubic-bezier(0.25, 0.8, 0.25, 1), color 250ms cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 250ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 250ms cubic-bezier(0.25, 0.8, 0.25, 1);
}

[mc-theme-variant="dark"] .overlay-container {
	background-color: #061D33;
	-webkit-box-shadow: none;
	box-shadow: none;
}

floating-button-panel {
	width: 100%;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	background-color: #FFFFFF;
	border-radius: 6px;
}

.cdk-overlay-pane.type-modal {
	padding: 20px;
}

.cdk-overlay-pane.type-modal .overlay-container {
	border-radius: 6px;
}

mc-modal-body {
	padding: 0 15px;
}

mc-modal-footer {
	padding: 15px;
}

mc-modal-header {
	font-size: 20px;
	font-weight: 600;
	padding: 20px;
	border-radius: 6px 6px 0 0;
}

.mc-sub-title {
	font-size: 14px;
}

.close-btn {
	color: #666666;
}
