/* 
 * Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
 * See LICENSE in the project root for license information.
 */

html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
}

ul {
	margin: 0;
	padding: 0;
}

h3 {
	color: #0046fe;
}

#pop-up {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	background-color: white;
	box-shadow: 0 0 10px rgb(0 0 0 / 50%);
	z-index: 1000;
	width: 300px;
	text-align: center;
}

#overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 50%);
	z-index: 999;
}

.ms-welcome__header {
	padding: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	align-items: center;
}

.ms-welcome__main {
	display: flex;
	flex-flow: column nowrap;
	-webkit-flex-flow: column nowrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex: 1 0 0;
	flex: 1 0 0;
	padding: 10px 20px;
}

.ms-welcome__main > h2 {
	width: 100%;
	text-align: center;
}

.ms-welcome__features {
	list-style-type: none;
	margin-top: 10px;
}

.ms-firstrun-instructionstep__header {
	padding-left: 20px;
}

.ms-firstrun-instructionstep__welcome-body {
	padding-left: 20px;
}

.ms-firstrun-instructionstep__list {
	padding-left: 20px;
}

.ms-welcome__features.ms-List .ms-ListItem {
	padding-left: 20px;
	padding-bottom: 10px;
	display: -webkit-flex;
	display: flex;
}

.ms-welcome__features.ms-List .ms-ListItem > .ms-Icon {
	margin-right: 10px;
}

.ms-welcome__action.ms-Button--hero {
	margin-top: 30px;
}

b {
	font-weight: bold;
}

.ms-welcome__features.ms-List .ms-ListItem,
.ms-firstrun-instructionstep__welcome-body {
	padding-left: 12px;
}

.cegid-font-su {
	color: #0046fe;
	font-weight: bold;
	line-height: 42px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-family: Roboto, sans-serif;
	font-size: 48px;
	letter-spacing: 0;
}

.cegid-font-mu {
	color: #0046fe;
	font-family: Gelion, Arial, sans-serif;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}

#taskpane-container {
	margin-right: 8px;
}

.ms-Icon--OfficeLogo {
	color: #dc3e15;
}

.ms-Icon--ExcelDocument {
	color: #1d6f42;
}

.ms-Icon--WordDocument {
	color: #103f91;
}

.cegid-btn-row {
	text-align: center;
	margin: 14px 0 24px;
}

.cegid-btn {
	background-color: #ff5c35;
	color: #ffffff;
	border: 1px solid #ff5c35;
	fill: #ffffff;
	border-radius: 2rem;
	padding: 0.6875rem 1.25rem;
	font-size: 1rem;
	font-family: Gelion, Arial, sans-serif;
	font-weight: 700;
	text-align: center;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	line-height: 1.5rem;
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.btn-disabled {
	background-color: #e9e9e9 !important;
	color: #828282 !important;
	border: 1px solid #828282 !important;
	cursor: not-allowed;
}

.hidden {
	display: none;
}

#error-container {
	color: darkred;
	background-color: #ffedec;
	border-left: 4px solid #bc0e2e;
	margin: 10px;
	border-radius: 3px;
	padding: 10px;
}

.ms-Message {
	padding: 4px 10px;
	margin: 5px;
	border-radius: 4px;
	font-size: 14px;
}

.ms-Message--error {
	background-color: #fdf6f7;
	border: 1px solid #fbc2c4;
}

.ms-Message--error h3,
.ms-Message--error p {
	color: #272727;
}

.ms-Message--error h3 .ms-Icon--StatusErrorFull {
	color: #a80000;
}

.ms-Message h3 em {
	position: relative;
	top: 2px;
	padding-right: 2px;
}

#loading-container p {
	text-align: center;
	line-height: 43px;
	margin: 0;
	padding: 30vmin 0 0;
	color: #545454;
}

#popup {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	background-color: white;
	box-shadow: 0 0 10px rgb(0 0 0 / 50%);
	z-index: 1000;
	width: 300px;
	text-align: center;
}

#popup button {
	cursor: pointer;
}

.container-padding {
	padding: 0 12px 12px;
}
