@-webkit-keyframes pulseA{0%{-webkit-transform:scale3d(1,1,1);    transform:scale3d(1,1,1);  }
100%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1); opacity:1;  }
}
@keyframes pulseA{0%{-webkit-transform:scale3d(1,1,1);    -ms-transform:scale3d(1,1,1); transform:scale3d(1,1,1);  }
100%{-webkit-transform:scale3d(1.1,1.1,1.1); -ms-transform:scale3d(1.1,1.1,1.1); transform:scale3d(1.1,1.1,1.1); opacity:1;  }
}

@media screen and (max-width:1200px){
ul.breadcrumbs{margin-block: 1.5em;}
.boxModule h1.main-title{padding: 15px}
h1.main-title, .content-text h1.main-title, .boxModule h1.main-title{font-size: 25px}
.content-text{padding: 15px}
.boxModule > .title, .boxModule .divTitle {padding: 15px}
}


@media screen and (max-width:1100px){
.boxModule{margin-bottom: 15px}
.div_content_flex .divRight{flex: 1 0 calc(100% - 315px);}
}

@media screen and (max-width:1020px){
.menuParent {width: 200px;}
.contentMenu {width: calc(100% - 240px);}	
}


@media screen and (max-width:1000px){
.div_content_flex{flex-wrap: wrap;flex-direction: column}
.div_content_flex .divLeft{width: 100%;order: 2}
.div_content_flex .divRight{width: 100%;order: 1}
.div_content::after {display: none}
}

@media screen and (max-width:940px){
.menuParent {display: none;}
.contentMenu {width:100%;}	
}

@media screen and (max-width:900px){
.box_pathway_search{flex-direction: column;align-items: flex-start;margin-bottom: 15px}
}


@media screen and (max-width:590px){
.form table td{display: inline-block;width: 100%;padding: 0px;}
.form table td.f {text-align: left;width: 100%;}
.form table td.pw{margin-right: 20px;}
.content-text .form table td{display: inline-block;width: 100%;padding:0px;}
.content-text .form table td.f {text-align: left;width: 100%;padding:0px;}
.content-text .form table td.pw{margin-right: 20px;}	
.content-text table td.sendInfo{width: 100%;}	
.content-text table td.sendInfo{width: 100%;}	

.content-text table td.d input.inputTxt{width: 100%;box-sizing: border-box;}
.form table td.d textarea{width: 100%;box-sizing: border-box;}	
.content-text .form table td.fErr{float: left;}
.content-text .form table td.err{float: left;}
.content-text .form table{width: 100%;}
	
.form table td.fErr{float: left;}
.form table td.err{float: left;}
.form table{width: 100%;}	
.form table td.d input.inputTxt {box-sizing: border-box; width: 100%;}
.form table td.d .selectForm {box-sizing: border-box; width: 100%;}	
}