*	{
	background: transparent;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	}

html, body	{
	height: 100%;
	width: 100%;
	}

body	{
	color: #555555;
	display: block;
	/*font: 16px/24px Exo, Arial, sans-serif;*/
	font: 20px/28px Exo2-Regular, Arial, sans-serif;
	font-size: 100%;
	text-align: center;
	}

div		{
	display: block;
	}

table 	{
	border-collapse: collapse;
	}

#overlay {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	cursor: default;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 1001;
	transition: all 1s;
	}

#window_popup {
	background-color: #FFF;
	/*border: 3px solid #FFF;*/
	display: inline-block;
	/*left: 50%;*/
	opacity: 0;
	/*padding: 15px;*/
	/*width: 500px;*/
	/*height: 300px;*/
	position: fixed;
	text-align: justify;
	/*top: 50%;*/
	visibility: hidden;
	z-index: 10002;
	transform: translate(-50%, -50%);
	transition: all .5s;
	}

.separator_h	{
	height: 5px;
	width: 100%;
	}

.separator_v	{
	height: 100%;
	width: 5px;
	}

.aggregate {
	display: flex;
	flex: auto;
	height: 100%;
	}

.hidden {
	visibility: hidden;
	}
	
.msg_window {
	display: flex;
	margin: 0 0 10px 0;
	width: 100%;
	}

.confirmation {
	background: linear-gradient(to right, #FFF, #FCE9E4, #FCE9E4, #FCE9E4, #FFF);
	border-bottom: 3px solid #990000;
	border-top: 3px solid #990000;
	color: #990000;
	margin: 0;
	padding: 5px 15px 5px 15px;
	text-align: justify;
	text-indent: 0;
	}

.confirmation > .text {

	}

.confirmation > .buttons {
	display: flex;
	margin: 15px auto auto auto;
	}

.confirmation > .buttons > button {
	background: #FFFCFC;
	border: 2px solid #990000;
	color: #990000;
	max-width: 100px;
	}

.confirmation > .buttons > button:hover {
	background: #FFF5F5;
	}

.confirmation > .buttons > button:active {
	background: #990000;
	color: #FFF;
	}

.information {
	background: linear-gradient(to right, #FFF, #ebf3ff, #ebf3ff, #ebf3ff, #FFF);
	border-bottom: 1px solid #0000CD;
	border-top: 1px solid #0000CD;
	color: #0000CD;
	display: flex;
	margin: 0;
	min-height: 60px;
	padding: 5px 15px 5px 15px;
	text-align: center;
	text-indent: 0;
	width: 100%;
	}

.information > span {
	margin: auto;
	}
.warning {
	/*background: #FCE9E4;*/
	background: linear-gradient(to right, #FFF, #FCE9E4, #FCE9E4, #FCE9E4, #FCE9E4, #FCE9E4, #FFF);
	border-bottom: 2px solid #990000;
	border-top: 2px solid #990000;
	color: #990000;
	margin: 5px auto 5px auto;
	padding: 5px;
	text-align: justify;
	text-indent: 0;
	/*width: 100%;*/
	}

.error_message {
	/*background: #FCE9E4;*/
	/*border: 1px solid #990000;*/
	background: linear-gradient(to right, #FFF, #FCE9E4, #FCE9E4, #FCE9E4, #FCE9E4, #FCE9E4, #FFF);
	border-bottom: 2px solid #990000;
	border-top: 2px solid #990000;
	color: #990000;
	display: flex;
	flex-direction: column;
	/*font-size: 1.3em;*/
	/*font-weight: bold;*/
	height: 100%;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	}

.error_message span {
	margin: auto;
	padding: 10px;
	/*text-transform: uppercase;*/
	}

.error_message button {
	background: #FCE9E4;
	border: 1px solid #990000;
	color: #990000;
	display: block;
	font-weight: bold;
	height: 30px;
	margin: 0 auto 10px auto;
	width: 100px;
	}

.error_message button:hover {
	background: #FCDBD2;
	}

.error_message button:active {
	background: #990000;
	color: #FFF;
	}

.error_404 {
	display: flex;
	flex-direction: column;
	margin: 30px 0 0 0;
	width: 100%;
	}

.error_404 > .pic_404 {
	display: flex;
	width: 100%;
	}

.error_404 > .pic_404 > img {
	margin: auto;
	max-width: 490px;
	width: 100%;
	}

.error_404 > .txt_404 {
	display: flex;
	flex-direction: column;
	/*font-weight: bold;*/
	/*height: 100%;*/
	margin: 30px 0 0 0;
	width: 100%;
	}

.error_404 > .txt_404 > span {
	margin: auto;
	}

.error_404 > .txt_404 > span > a {
	color: #778899;
	font-weight: bold;
	text-decoration: none;
	}

.error_404 > .txt_404 > span > a:hover {
	color: #778899;
	text-decoration: underline;
	}

.error_404 > .txt_404 > .caption {
	text-transform: uppercase;
	}

noscript .warning {
	border-bottom: 1px solid #990000;
	border-top: 1px solid #990000;
	background: #FCE9E4;
	color: #990000;
	display: flex;
	font-size: 1.3em;
	height: 50px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	width: 100%;
	}

noscript .warning span {
	margin: auto;
	}

#wrapper_column {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	}

#wrapper_row {
	display: flex;
	flex-direction: row;
	height: 100%;
	width: 100%;
	}

#main_section {
	background: #FFFFFF;
	display: flex;
	flex: 1 0 auto;
	color: #50585E;
	min-height: 50px;
	}

button {
	background: #F6F6F6;
	border: 2px solid #404040;
	border-radius: 5px;
	color: #50585E;
	font-family: Exo2-Regular;
	height: 40px;
	margin: auto;
	padding: 0 10px 0 10px;
	width: 100%;
	}

button:hover {
	background: #ECECEC;
	}

button:active {
	background: #404040;
	color: #FFF;
	}

button:disabled {
	background: #BBBBBB;
	border: 2px solid #ECECEC;
	color: #AAAAAA;
	}

input {
	border: 1px solid #404040;
	border-radius: 5px;
	color: #50585E;
	font-family: Exo2-Regular;
	height: 30px;
	margin: auto;
	padding: 3px 10px 3px 10px;
	width: 100%;
	}

input:disabled {
	background: #F6F6F6;
	border: 1px solid #BBBBBB;
	color: #AAAAAA;
	}

input:invalid {
	border: 2px dashed red;
	}

input:required {
	border: 1px solid #404040;
	}

input:valid {
	border: 1px solid #404040;
	}

input[type="file"] {
	display: none;
	}

select {
	border: 1px solid #404040;
	border-radius: 5px;
	color: #50585E;
	font-family: Exo2-Regular;
	height: 38px;
	margin: auto;
	padding: 3px 10px 3px 10px;
	width: 100%;
	}

select:disabled {
	background: #F6F6F6;
	border: 1px solid #BBBBBB;
	color: #AAAAAA;
	}

textarea {
	border: 1px solid #404040;
	border-radius: 5px;
	color: #50585E;
	font-family: Exo2-Regular;
	height: 100px;
	margin: auto;
	padding: 3px 10px 3px 10px;
	width: 100%;
	}