.dbgcontainer {
	/*background-color:#FFE0FF;*/
}
.dbgbox{
	/*background-color: #E0FFE0;*/
	border: 1px solid #008000;
	border-radius: 4px;
}
.dbgbox2{
	/*background-color: #FFE0E0;*/
	border: 1px solid #800000;
	border-radius: 4px;
}
/************************************/

html{
	height:100%;
}
body{
	background-color:#E0F0FF;
	margin:0;
	padding:0;
	height:100%;
}

#body_content{
	padding:5px 5px 2em 5px;
}

#body_page{
	background-color:#FFFFFF;
	margin:auto;
	/*height:100%;*/
	min-height:80%;
}


.container {
	/*margin:auto -15px;*/
}
@media (min-width: 768px) {
	#body_page{
		width:750px;
	}
	#body_content{
		padding:5px;
	}
	.container {
		width: 740px;
	}
}
@media (min-width: 992px) {
	#body_page{
		width:970px;
	}
	#body_content{
		padding:7px;
	}
	.container {
		width: 957px;
	}
}
@media (min-width: 1200px) {
	#body_page{
		width:1170px;
	}
	#body_content{
		padding:10px;
	}
	.container {
		width: 1150px;
	}
}


/************************************/
#banner{
	background-color:#000080;
	background-image: linear-gradient(174deg,#7CA6FE,#AECBFF,#80A0FF,#6280B6);
	height:50px;
	padding:3px;
}
#banner img{
	height:44px;
}
@media (max-width: 444px) {
	#banner .bantext{
		display:none;
	}
}
@media (min-width: 768px) {
	#banner{
		height:65px;
		padding:4px;
	}
	#banner img{
		height:57px;
	}
}
@media (min-width: 992px) {
	#banner{
		height:85px;
		padding:4px;
	}
	#banner img{
		height:76px;
	}
}
@media (min-width: 1200px) {
	#banner{
		height:100px;
		padding:5px;
	}
	#banner img{
		height:90px;
	}
}


/************************************/
.extra_footer{
	color: #4080b0;
	margin: 10px auto;
	text-align: center;
	/*width: 978px;*/
}
.extra_footer a{
	color: #507090;
	font-style: italic;
	text-decoration: none;
}
.extra_footer ul.adapt{
	margin: 0;
	padding: 0;
}
.extra_footer ul.adapt li{
	list-style: none;
	display: inline-block;
}
.extra_footer ul.adapt li:not(:first-child):before{
	content:" -  ";
}
@media (max-width: 520px) {
	.extra_footer ul.adapt li{
		display: block;
	}
	.extra_footer ul.adapt li:not(:first-child):before{
		content:"";
	}
}



/************************************/
.home_box{
	border-size:5px;
	border-style:solid;
	border-radius: 10px;
	display: block;
	padding: 3px 17px;
	text-decoration: none;
	margin: 4px -10px;
}
.home_box.didactic{
	border-color:#d0f0ff;
	color: #0080FF;
	background-color: #E0F0FF;
	background-image: linear-gradient(#ffffff, #f0f8ff);
}
.home_box.enr{
	border-color:#a0f0b0;;
	color: #009000;
}
.home_box.fabtest{
	border-color:#ff8080;;
	color: #e3000d;
}
.home_box.robot{
	border-color:#e0e0e0;;
	color: #608080;
}
.home_box .boxTitle{
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.home_box .boxDescription{
}
.home_box .limg{
	margin:auto;
	display:block;
}
.home_box .mimg{
	margin:auto;
	display:block;
	width:100px;
}
.home_box .simglist{
	text-align:center;
}
.home_box .simg{
	margin:6px;
	height:65px;
}
@media (min-width: 330px) and (max-width: 640px) {
	.home_box .elegantBreak{
		display:block;
	}
}
@media (max-width: 767px) {
	.home_box.home_bigbox .boxDescription{
		text-align:center;
	}
}
@media (min-width: 768px){
	.home_box.home_bigbox .boxDescription{
		margin:2em 0;
	}
}
@media (min-width: 768px) and (max-width:991px){
	.home_box .simg{
		height:63px;
		margin: 5px;
	}
}
@media (min-width: 992px) and (max-width:1199px){
	.home_box .simg{
		margin:2px;
		height:58px;
	}
}
@media (min-width: 1200px){
	.home_mdbox{
		height:182px;
	}
}





/************************************/
div.follow-news{
	color: #005aab;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.5em;
}
div.follow-news ul{
	margin: 13px 0 0 0;
	padding: 0;
}
div.follow-news ul li{
	list-style: none;
	display: inline-block;
	white-space:nowrap;
}
div.follow-news img.t32{
	height:16px;
	margin:6px;
}
div.follow-news img.t38{
	height:19px;
	margin:6px;
}
@media (max-width: 520px) {
	div.follow-news ul li:first-child{
		display: block;
	}
}
@media (min-width: 768px) {
	div.follow-news ul li{
		list-style: none;
		/*display: inline-block;*/
	}
	div.follow-news img.t32{
		height:26px;
	}
	div.follow-news img.t38{
		height:29px;
	}

}
@media (min-width: 992px) {
	div.follow-news ul li{
		list-style: none;
		display: list-item;
		padding:6px;
	}
	div.follow-news img.t32{
		height:32px;
	}
	div.follow-news img.t38{
		height:38px;
	}

}

/************************************/
.hide-sm{
}
.hide-md{
}
.hide-lg{
}
.block-sm{
}
.block-md{
}
.block-lg{
}
@media (min-width: 768px) {
	.hide-sm{
		display:none;
	}
	.block-sm{
		display:block;
	}
}
@media (min-width: 992px) {
	.hide-md{
		display:none;
	}
	.block-md{
		display:block;
	}
}
@media (min-width: 1200px) {
	.hide-lg{
		display:none;
	}
	.block-lg{
		display:block;
	}
}
.show-sm{
}
.show-md{
}
.show-lg{
}
@media (max-width: 767px) {
	.show-sm{
		display:none;
	}
}
@media (max-width: 991px) {
	.show-md{
		display:none;
	}
}
@media (max-width: 1199px) {
	.show-lg{
		display:none;
	}
}
