/*@media screen and (min-width: 750px){*/

	body {
		box-sizing: border-box;
		margin: 0px;
		overflow-y: scroll;
		overflow-x: hidden;
		cursor: default;
		background-color: #7090B0;
		height: 100%;
		background-image: url(/images/logo.png);
		background-position: 100% 100%;
		background-size: 50%;
		background-repeat: no-repeat;
		background-blend-mode: luminosity;
		background-attachment: fixed;	
	}

	popups {
		display: none;
		position: fixed;
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
		background-color: rgba(50, 60, 70, 0.8);

		justify-content: center;
	}

	popup {
		box-sizing: border-box;
		position: relative;
		display: none;
		margin: auto;
		padding: 15px;
		align-self: center;
		background-color: white;
	}

	popup > title {
		display: block;
		padding: 0px;
		margin: 0px;
		font-family: 'Slabo 27px', serif;
		font-size: 27px;
		font-weight: 400;
		text-align: justify;
		color: #505050;
	}



	error {
		padding: 15px;
		display: none;
		background-color: rgba(255, 0, 0, 0.2);
		box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);

		font-family: 'Open Sans', sans-serif;
		font-size: 12pt;
		line-height: 2;
		color: #505050;
		white-space: wrap;
		text-align: justify;		
	}

	info {
		display: block;
		padding: 15px;
		display: none;
		border: 1pt solid rgba(50, 250, 250, 0.2);
		background-color: rgba(50, 250, 250, 0.1);

		font-family: 'Open Sans', sans-serif;
		font-size: 11pt;
		line-height: 2;
		color: #505050;
		white-space: wrap;
		text-align: justify;		
	}

	/* Tidying line */




	.box_shadow {
		/*box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5), 0px 1px 1px rgba(0, 0, 0, 0.5);*/
		box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	}

	.container {
		background-color: rgba(255,  255, 255, 0.9);
		box-sizing: border-box;
		position: relative;
		margin: 70px auto;
		max-width: 1330px;
		height: 100%;
		padding: 25px;
	}

	.container.footer {
		box-shadow: none; 
		background-color: transparent;
		margin: 10px auto;
	}

	h1 {
		padding: 0px;
		margin: 0px;
		font-family: 'Slabo 27px', serif;
		font-size: 27px;
		font-weight: 400;
		text-align: justify;
		color: #505050;
	}

	h2 {
		padding: 0px;
		margin: 15px 0px 5px;
		font-family: 'Open Sans', sans-serif;
		font-size: 18px;
		font-weight: 100;
		color: #505050;
	}

	h3 {
		padding: 0px;
		margin: px;
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		font-weight: 600;
		color: #707070;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	}

	p {
		padding: 0px;
		margin: 0px;
		font-family: 'Open Sans', sans-serif;
		font-size: 11pt;
		line-height: 2;
		color: #505050;
		white-space: wrap;
		text-align: justify;
	}

	a {
		color: #789ABC;
		text-decoration: none;
	}

	a:hover {
		color: #ABCDEF;
	}

	pre {
		margin: 0px 0px 15px;
		background-color: white; /* rgba(50, 100, 150, 0.3); */
		padding: 15px;
		text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2);
		overflow-x: auto;
	}

	ul {
		margin: 15px 0px 15px;
		padding: 0px 0px 0px 50px;
	}

	li {
		font-family: 'Open Sans', sans-serif;
		font-size: 11pt;
		font-style: italic;
		line-height: 2;
		color: #505050;
		white-space: wrap;
		text-align: justify;	
	}

	.text_box {
		position: relative;
		box-sizing: border-box;
		/*overflow: hidden;*/
		font-family: 'Open Sans', sans-serif;
		font-size: 13px;
		color: black;
		white-space: wrap;
		margin: 5px;
		margin-bottom: 30px;
	}

	content :last-child {
		margin-bottom: 0px;
	}


	.button_box.vertical {
		white-space: normal;
		width: 100%;
	}

	.button_box.vertical > input {
		width: 100%;
		margin-bottom: 5px;
	}

	.text_box.error {
		padding: 15px;
		display: none;
		background-color: rgba(250, 50, 50, 0.9);
	}

	.text_box.warning {
		padding: 15px;
		background-color: rgba(255, 255, 150, 0.9);
	}

	.error > a {
		color: black;
	}

	.info > a {
		color: black;
	}

	.info > .progress {
		position: absolute;
		right: 5px;
		bottom: 15px;
		
		font-family: 'Oswald', sans-serif;
		font-size: 12px;
		line-height: 14px;
		
	}


	.no_search {
		font-style: italic;
		color: #505050;
		padding: 0px;
		font-family: 'Open Sans', sans-serif;
		font-size: 13px;
	}


	/* Parameter boxes */

	parameters {
		display: flex;
		justify-content: flex-start; /* space-between; */  
		flex-wrap: wrap;
		margin: 0 -30px;
		width: 100%;
	}

	parameters > pair {
		/* padding: 5px; */
		/* margin: 5px; */
		white-space: nowrap;
		padding: 0 30px;	
	}

	parameters > pair > parameter {
		display: block;
		font-family: 'Open Sans', sans-serif;
		font-size: 9pt;
		text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1);
		margin: 5px 0px -5px 0px;
	}

	parameters > pair > value {
		font-family: 'Open Sans', sans-serif;
		font-size: 11pt;
		font-weight: 600;
		text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1);	
	}


	/* Popup dialog box */

	.dialog {
		display: none;
		position: fixed;
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;

		background-color: rgba(0, 0, 0, 0.5);
	}

	.dialog_container {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
	}


	.dialog_box {
		margin: auto;
	}




	#debug {
		position: fixed;
		bottom: 0px;
		right: 0px;
		padding: 15px;
		background-color: white;
		height: 500px;
		overflow-y: scroll;
	}

	.footer_box {
		position: fixed;
		bottom: 0px;
		left: 0px;
		right: 0px;
		background-color: white;
		text-align: center;
	}

/*}*/