@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
	outline: 0;
	box-sizing: border-box;
}

html, body, #root {
	font-family: "Open Sans", "Helvetica Neue", sans-serif !important;
	/* 	font-size: 95% !important; */
	height: 100%;
}

a:-webkit-any-link {
	color: #007ad9;
	cursor: pointer;
	text-decoration: none;
}

label, .ui-chkbox-label {
	color: #6f6f6f;
}

#root {
	display: flex;
	flex-direction: column;
}

#rootContent {
	height: 100%;
}

.page_logo_wrapper {
	text-align: center;
}

.page_logo {
	width: 150px;
}

.page_title {
	font-size: 20px !important;
	font-weight: bold;
	display: block;
	text-align: center;
	margin: 20px 0;
}

input, textarea {
	text-transform: uppercase;
}

button {
	outline: 0 !important;
}

button.not_so_importante_button, span.not_so_importante_button button {
	background: none;
	color: #007ad9;
	opacity: .9
}

button.not_so_importante_button:hover, span.not_so_importante_button button:hover,
	button.not_so_importante_button:focus, span.not_so_importante_button button:focus
	{
	color: #007ad9;
	background: none;
	opacity: 1;
}