@font-face {
	font-family: 'Segoe UI';
	src: url('../fonts/SegoeUI-Light.eot');
	src: url('../fonts/SegoeUI-Light.eot?#iefix') format('embedded-opentype'),
	url('../fonts/SegoeUI-Light.woff2') format('woff2'),
	url('../fonts/SegoeUI-Light.woff') format('woff'),
	url('../fonts/SegoeUI-Light.ttf') format('truetype'),
	url('../fonts/SegoeUI-Light.svg#SegoeUI-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Segoe UI';
	src: url('../fonts/SegoeUI-Bold.eot');
	src: url('../fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/SegoeUI-Bold.woff2') format('woff2'),
	url('../fonts/SegoeUI-Bold.woff') format('woff'),
	url('../fonts/SegoeUI-Bold.ttf') format('truetype'),
	url('../fonts/SegoeUI-Bold.svg#SegoeUI-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Segoe UI';
	src: url('../fonts/SegoeUI-Semibold.eot');
	src: url('../fonts/SegoeUI-Semibold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/SegoeUI-Semibold.woff2') format('woff2'),
	url('../fonts/SegoeUI-Semibold.woff') format('woff'),
	url('../fonts/SegoeUI-Semibold.ttf') format('truetype'),
	url('../fonts/SegoeUI-Semibold.svg#SegoeUI-Semibold') format('svg');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Segoe UI';
	src: url('../fonts/SegoeUI.eot');
	src: url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'),
	url('../fonts/SegoeUI.woff2') format('woff2'),
	url('../fonts/SegoeUI.woff') format('woff'),
	url('../fonts/SegoeUI.ttf') format('truetype'),
	url('../fonts/SegoeUI.svg#SegoeUI') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Segoe UI Semilight';
	src: url('../fonts/SegoeUI-Semilight.eot');
	src: url('../fonts/SegoeUI-Semilight.eot?#iefix') format('embedded-opentype'),
	url('../fonts/SegoeUI-Semilight.woff2') format('woff2'),
	url('../fonts/SegoeUI-Semilight.woff') format('woff'),
	url('../fonts/SegoeUI-Semilight.ttf') format('truetype'),
	url('../fonts/SegoeUI-Semilight.svg#SegoeUI-Semilight') format('svg');
	font-weight: 300;
	font-style: normal;
}





body *
{
	/*font-family: "Segoe UI","Open Sans","Helvetica Neue";*/
	font-family: 'Segoe UI';
	display: block;
}

.outerWrapper
{
	padding: 2%;
}
.header
{
	margin-bottom: 30px;
}
.logo
{
	max-width: 200px;
}

.mainContent
{
	width: 70%;
	max-width: 800px;
	margin: 0 auto;
}

h1
{
	font-weight: 300;
	margin-bottom: 5px;
}

h2
{
	font-weight: 500;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.loginFrame
{
	display: none;
}

.loginFrame input
{
	width: 97%;
	font-size: 14px;
	margin: 0 auto;
	padding: 10px 1.5%;
	border: none;
	outline: none;
}
.loginLeftCol,
.loginRightCol
{
	display: inline-block;
	width: 47%;
}
.loginLeftCol
{
	margin-right: 1%;
}

.loginRightCol
{
	margin-left: 3%;
}

.loginFrame label
{
	float: none;
}

.loginFrame input
{
	width: 100% !important;
}

.loginFrame h2
{
	margin-bottom: 40px;
}

.iconLogout
{
	position: absolute;
	top: 2%;
	right: 2%;
	background-image: url("/img/ic-logout.svg");
	background-size: 29px;
	padding: 5px 0px 5px 35px;
	background-repeat: no-repeat;
	background-position: 0px;
	cursor: pointer;
	display: none;
}
.inputFrame
{
	display: none;
}
.inputForm
{
	background-color: #f9f9f9;
	margin: 0 auto;
	/*height: 400px;*/
	padding: 40px 80px;
	border: none;
}
.indicator
{
	float: right;
	font-size: 11px;
	color: grey;
}
label
{
	margin: 0 auto;
	margin-bottom: 5px;
	float: left;
}
.inputFrame input,
.inputFrame textarea
{
	width: 97%;
	font-size: 14px;
	margin: 0 auto;
	padding: 10px 1.5%;
	border: none;
	outline: none;
}

.inputFrame input
{
	margin-bottom: 10px;
}

.inputFrame textarea
{
	height: 150px;
	display: block;
	resize: none;
}

button
{
	background-color: #575757;
	color: #fff;
	/*width: 220px;*/
	display: block;
	font-size: 14px;
	padding: 5px 80px;
	margin-top: 40px;
	margin-left: auto;
}

.buttonsWrapper
{
	display: none;
}

#previewWrapper
{
	background-color: #f9f9f9;
	padding: 40px 20px;
	display: none;
	max-width: 800px;
	margin: 0 auto;
}

#dateContainer
{
	color: #D41130;
}

.rightCol,
.leftCol
{
	display: inline-block;
	vertical-align: top;
}

.leftCol
{
	width: 19%;
}

.rightCol
{
	width: 80%;
	overflow-wrap: break-word;
	white-space: pre-wrap;
}

.rightCol h2
{
	font-size: 24px;
	margin-top: 0px;
}
.leftCol
{
	font-size: 20px;
}

.buttonsWrapper
{
	max-width: 800px;
	margin: 0 auto;
}

.buttonsWrapper button
{
	float: right;
}

#backToInput
{
	margin-right: 30px;
}

.confirmFrame
{
	display: none;
}

.confirmFrame h2
{
	margin-top: 80px;
	font-size: 30px;
	font-weight: 300;
}

.confirmFrame p
{
	margin-bottom: 100px;
}

}
.mainContent {
	width: 70%;
	max-width: 800px;
	margin: 0 auto;
}

@media screen and (max-width: 850px) {
	.mainContent {
		width: 100%;
	}
}

@media screen and (max-width:600px) {
	.loginLeftCol,
	.loginRightCol,
	.leftCol,
	.rightCol
	{
		display: block;
		width: 100%;
		margin-right: 0px;
		margin-left: 0px;
	}

	.inputForm {
		/* height: 400px; */
		padding: 40px 30px;
	}
}