/* CSS Document */

.content_container {
	background-color :#ffffff;
	border-radius: 15px 15px 15px 15px;
	overflow: hidden;
	padding-bottom: 30px;
}
	.header_title {
		background-color :#00466f;
		color: #fff;
		font-weight: bold;
		text-align: center;
		padding: 10px;
	}
		.header_title a {
			color: #fff;
			text-decoration: none;
		}
		.header_title a:hover {
			color: #fff;
			text-decoration: none;
		}
	.text_content {
		padding: 10px;
		overflow: hidden;
	}

.content_menu {
	text-align: center;
	padding: 0; 
}
	.content_menu_button {
		padding: 0px 100px 0px 100px;
	}
	.content_menu_button .button {
		background-color: #547aa5; 
		color: #fff;
		font-weight: bold;
		text-align: center;
		padding: 8px 12px;
		border: 0;
		border-radius: 5px 5px 5px 5px;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		display: inline-block;
		cursor: pointer;
		margin-bottom: 10px;
	}
	.content_menu_button .button:hover {
		background-color: #102e4a;
		transition: background 1s;
	}

/* DIV Tables */
	
.table_container {
	margin: 0 auto; 
	padding-top: 20px;
}
					
.table_header {
	overflow: hidden; 
	background-color: #333; 
	color: #fff; 
	display: flex; 
	align-items: center;
	font-weight: bold; 
	padding: 5px; 
	margin-bottom: 5px; 
	border-radius: 5px 5px 5px 5px;
}
	.table_header a, .table_header a:hover {
		color: #fff;
		text-decoration: none;
	}

.table_row {
	overflow: hidden; 
	padding: 5px; 
	display: flex; 
	align-items: center;
	margin-bottom: 5px; 
	border-radius: 5px 5px 5px 5px; 
}

.table_cell {
	display: table-cell;
	align-items: center;
	vertical-align: middle;
}
	.table_cell img {
		align-items: center;
		vertical-align: middle;
		margin: 0 auto; 
		margin-right: 5px;
	}
	.table_cell_result {
		padding: 0 !important;
	}
	.table_cell_color {
		width: 20px !important; 
		height: 20px !important; 
		border-radius: 5px !important;
	}
	.table_cell_topic {
		width: 120px !important;
		padding-left: 5px !important;
	}

/* INPUTS */

.input_text {
	width: 200px;
	color: #000;
	padding: 5px;
	background-color: #ececec;
	border: 1px solid #a9a9a9;
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 10px;
}

.input_text_login {
	width: 200px;
	color: #000;
	font-size: 170%;
	line-height: 170%;
	padding: 5px;
	background-color: #ececec;
	border: 1px solid #a9a9a9;
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 10px;
}

.input_textarea {
	min-width: 400px;
	max-width: 400px;
	min-height: 100px;
	max-height: 400px;
	color: #000;
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
	border-radius: 5px 5px 5px 5px;
}

.input_textarea2 {
	min-width: 300px;
	max-width: 300px;
	min-height: 100px;
	max-height: 400px;
	color: #000;
	padding: 5px;
	background-color: #ececec;
	border: 1px solid #a9a9a9;
	border-radius: 5px 5px 5px 5px;
}

.input_select {
	color: #000;
	padding: 5px;
	background-color: #ececec;
	border: 1px solid #a9a9a9;
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 10px;
}
	.input_option {
		color: #000;
		background-color: #ffffff;
	}
	
.input_file  {
	color: #000;
	padding: 0px;
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 10px;
}

.input_sub {
	color: #000;
	padding: 5px;
	background-color: #ececec;
	border: 1px solid #a9a9a9;
	border-radius: 5px 5px 5px 5px;
}

form #website{ display:none; }
	
/* BUTTONS */

.hidden_input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	font-size: 1;
	width:0;
	height: 100%;
	opacity: 0;
}

.button_container {
	position: relative;
	display: inline-block;
}
	.button_label {
		display: block;
		padding: 5px 10px;
		color: #000;
		background: #ececec;
		border: 1px solid #a9a9a9;
		border-radius: 6px;
		transition: background .5s;
	}
		.button_label:hover {
			cursor: pointer;
			background: #a9a9a9;
		}
	.left_button_label, .right_button_label {
		display: block;
		padding: 5px 10px;
		color: #000;
		background: #ececec;
		border: 1px solid #a9a9a9;
		border-radius: 6px 0px 0px 6px;
		transition: background .5s;
		margin: 0;
	}
		.left_button_label {
			border-radius: 6px 0px 0px 6px;
		}
		.right_button_label {
			border-radius: 0px 6px 6px 0px;
		}
		.left_button_label:hover, .right_button_label:hover {
			cursor: pointer;
			background: #333 !important;
			color: #fff !important;
			border: 1px solid #333 !important;
		}
	
	.side_button_selected {
		background: #333 !important;
		text-decoration: none !important;
		font-weight: bold !important;
		border: 1px solid #333 !important;
		color: #fff !important;
	}
		

.report_container {
	position: relative;
	display: inline-block;
}
	.report_label {
		display: block;
		padding: 5px;
		color: #000;
		font-size: 170%;
		line-height: 170%;
		background: #d5fee0;
		border: 1px solid #a9a9a9;
		border-radius: 6px;
		transition: background .5s;
	}
		.report_label:hover {
			cursor: pointer;
			background: #9ffdb9;
		}
		
	.report_label_block {
		display: block;
		padding: 5px;
		color: #ff0000;
		font-size: 170%;
		line-height: 170%;
		background: #ececec;
		border: 1px solid #ff0000;
		border-radius: 6px;
		transition: background .5s;
	}
	
.catch_pic {
	width: 100%; 
	height: 300px; 
	background-size: 100% auto; 
	background-repeat: no-repeat; 
	background-position: center center; 
	border-radius: 10px;
	text-align: center;
}

.catch_pic_info {
	background-color: #333; 
	color: #fff;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	padding: 8px 20px;
	border: 0;
	border-radius: 0 0 5px 5px;
	display: inline-block;
	bottom: 0;
}

.catch_sub {
	background-color: #547aa5; 
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 8px 12px;
	border: 0;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	display: inline-block;
	margin: 0px 2px 0px 2px;
}

.link_color1 a, .link_color1 a:hover  {
	color: #000 !important;
	text-decoration: none !important;
}