body{
	font: 14px 'corporate-s', Helvetica, Arial, Geneva, sans-serif;
}
.contWidth{
	position: relative;
}
img{
	max-width: 100%;
}
.container{
	max-width: 1400px;
	width: 100%;
	padding: 0;
	margin: 0;
}
@media (min-width: 550px) {
.container{
	width: 95%;
	margin: 0 auto;
	padding: 0;
}
}
.cont.header{
	background-color: #232323;
	height: auto;
	min-height: 150px;
	padding: 10px;
}
.cont.header .container{
	min-height: 110px;
}
@media (min-width: 550px) {
.cont.header{
	height: auto;
	min-height: 110px;
}
}
@media (min-width: 1000px) {
.cont.header{
	height: 120px;
}
}
#menuCont{
	background-color: #c7716d;
}
.cont.menu{
	display: none;
	height: 50px;
}
.cont.crumbs{
	margin: 0;
	border: 0;
	background-color: #555;
	color: #fff;
	font-size: 12px;
}
.cont.crumbs .container{
	padding: 5px;
}
.cont.content{
	background-color: #232323;
	padding-top: 15px;
	padding-bottom: 26px;
}
.cont.teaser{
	background-color: #fff;
}
.navCont{
	display: none;
	position: relative;
	background-color: #ddd;
	top: 48px;
}
.delFilterCont{
	position: absolute;
	background-color: #ddd;
	width: 87%;
	height: 40px;
	top: -48px;
	font-size: smaller;
}
.artCont{
	background-color: #fff;
	margin-left: 0;
	padding: 10px;
	min-height: 500px;
}
.ipagBlock{
	padding: 10px;
}
.ipagBlock span{
	border: 0;
	cursor: pointer;
}
.ipagBlock span:hover{
	color: #666;
}
.ipagBlock .ipagLabel{
	color: #e2150c;
	cursor: text;
}
.minNav{
	display: block;
}
.minNav .minNav-content{
	width: 100%;
	margin-top: 100px;
	background-color: #000;
}
.minNav .minNav-content li{
	padding: 0 !important;
	margin: 0 !important;
}
.minNav li a,.minNav li input{
	display: inline-block;
	text-transform: capitalize !important;
	margin: 0;
	padding: 0;
	height: 40px !important;
	color: #fff;
	min-width: 90%;
	text-align: left;
	text-decoration: none;
	font-size: 14px !important;
	vertical-align: middle;
}
.minNav li a{
	padding-top: 10px !important;
	height: 30px !important;
}
.minNav-arrow{
	background-color: #555;
	display: inline-block;
	height: 40px;
	position: absolute;
	right: 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 24px;
	color: #fff;
	padding: 0 30px;
	cursor: pointer;
}
.minNav-goBack{
	background-color: #e2150c;
	color: #fff;
	padding: 10px;
	font-size: 26px;
	cursor: pointer;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.minNav .chkbox{
	margin-top: 5px !important;
}
.minNav .delFilter,.minNav .toList{
	cursor: pointer;
	padding-top: 10px !important;
	padding-left: 10px;
	height: 30px !important;
	background-color: #ddd;
}
@media (min-width: 1000px) {
.navCont,.cont.menu,.artCont{
	display: block;
}
.minNav{
	display: none;
}
}
@media (max-width: 999px) {
.artCont{
	width: 100% !important;
}
}
.buttonArea{
	display: none;
}
.logo{
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
}
.searchForm{
	position: absolute;
	left: 60px;
	height: 43px;
	margin-top: 80px;
	width: 95%;
}
.searchForm input{
	width: 80%;
}
.minNav-toggle{
	position: relative;
	display: block;
	top: 82px;
}
@media (min-width: 550px) {
.logo{
	width: 45%;
	max-width: 400px;
	height: auto;
}
.searchForm{
	width: 40%;
	margin-top: 46px;
}
.searchForm input{
	width: 70%;
}
.minNav-toggle{
	top: 48px;
}
.minNav-content{
	margin-top: 60px !important;
}
}
@media (min-width: 1000px) {
.searchForm{
	left: 0;
	width: 50%;
}
.searchForm input{
	width: 80%;
}
.minNav-toggle{
	display: none;
}
}
.portalinfo.box{
	cursor: pointer;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}
@media (min-width: 550px) {
}
@media (min-width: 1000px) {
}
.portalinfo.box h2{
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	margin: 0;
	background-color: #555;
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	transition: width 2s;
}
.portalinfo.box .content{
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	margin: 0;
	background-color: #ddd;
	color: #aaa;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
}
.portalinfo.box .image.cont{
	width: 100%;
}
.portalinfo.box img{
	width: 100%;
}
.cont.footer{
	background-color: #000;
	color: #fff;
	padding: 20px 0;
	z-index: 1000;
}
.artCont .outBox{
	background-color: #ddd;
	padding: 0;
	margin: 0;
	width: 100%;
}
@media (min-width: 1000px) {
.artCont{
	position: relative !important;
}
.artCont .outBox{
	position: fixed;
	width: 250px;
	padding: 10px;
	right: 10px;
	z-index: 100;
}
.artCont .outBox .block{
	margin: 10px 0;
}
}
.JournalPage h1{
	display: none;
}
.articleStyle h1{
	display: block;
}
.articleStyle ul,.articleStyle ol{
	margin-bottom: 15px;
	margin-top: 15px;
	margin-left: 15px;
}
.articleStyle ol{
	margin-left: 20px;
}
.articleStyle ul li,.articleStyle ol li{
	list-style-position: outside;
	margin-bottom: 0;
	margin-top: 0;
}
.articleStyle ul li{
	list-style-type: disc;
}
.articleStyle ol ol,.articleStyle ol ol ol,.articleStyle ol ol ol ol,.articleStyle ol ol ol ol ol,.articleStyle ul ul,.articleStyle ul ul ul,.articleStyle ul ul ul ul,.articleStyle ul ul ul ul ul{
	font-family: 14px;
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 0;
}
.articleStyle table td{
	min-height: 20px;
	padding-left: 5px;
	padding-right: 5px;
}
.articleStyle table td{
	border-bottom: 1px solid #999;
}
.articleStyle table{
	border: 1px solid #999;
}
.specialText{
	color: #666;
	font-weight: bold;
	margin-bottom: 5px;
}
.searchForm input{
	border-radius: 2px;
	background-color: #545454;
	color: #fff;
	padding: 10px;
	height: 43px;
}
.searchForm input,.searchForm input:hover,.searchForm input:active,.searchForm input:focus,.searchForm button,.searchForm button:hover,.searchForm button:active,.searchForm button:focus{
	border: 0;
}
.minNav-toggle,#searchButtonX{
	cursor: pointer;
	color: #fff;
	font-size: 24px;
	vertical-align: middle;
	text-align: center;
	border-radius: 2px;
	padding: 5px 10px 10px 10px;
}
#searchButtonX{
	position: relative;
	background-color: #545454;
	width: 43px;
	height: 43px;
	border: 0;
	top: 2px;
}
.minNav-toggle{
	background-color: #e2150c;
	width: 28px;
	height: 28px;
}
.minNav ul{
	background-color: #000;
	overflow: visible;
}
.minNav ul li{
	border-bottom: 1px solid #545454;
}
.minNav ul li input,.minNav ul li input:hover,.minNav ul li input:active{
	color: #fff;
	border: none;
	font: 14px 'corporate-s', Helvetica, Arial, Geneva, sans-serif;
	padding: 0;
}
.minNav-filter label,.minNav-filter li{
	color: #fff !important;
	font-family: 'corporate-s', Helvetica, Arial, Geneva, sans-serif;
	font-size: 14px;
}
.tabs input,.tabs a{
	height: 50px;
	display: inline-block;
	color: #fff;
	font-size: 28px;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
	margin: 0;
	padding: 0 20px;
	border-radius: 0;
	border: 0;
	border-left: 1px solid #b60f0c;
}
.tabs a{
	position: relative;
	vertical-align: bottom;
	border-right: 1px solid #b60f0c;
}
.tabs a span{
	display: inline-block;
	margin-top: 5px;
}
.feedButton,.feedButton-mn{
	padding-left: 20px;
	background-color: blue;
}
.tabs input:hover,.tabs a:hover{
	background-color: #000;
	color: #fff;
}
.tabs .currSel{
	background-color: #fff;
	color: #e2150c;
	font-weight: bold;
}
.tabs .viplogin{
	display: inline;
	border: 0;
	font-size: 14px;
	height: auto;
	width: auto;
	position: absolute;
	top: 5px;
	right: 0;
}
.tabs .viplogin:hover{
	background: transparent;
	color: #000;
}
.cont.crumbs a,.cont.crumbs a:hover,.cont.crumbs a:active{
	color: #fff;
	text-decoration: none;
}
.delFilterCont,.delFilterCont input{
	padding: 0;
	margin: 0;
	border: 0;
	text-transform: none;
	color: #000;
	font-size: 18px;
	font-weight: normal;
	width: 80%;
}
.delFilterCont{
	padding: 0 20px;
}
.delFilterCont span{
	font-family: 'corporate-s', Helvetica, Arial, Geneva, sans-serif;
	cursor: pointer;
}
.delFilterCont:hover,.delFilterCont:hover input{
	color: #e2150c;
}
@media (min-width: 1160px) {
.delFilterCont{
	font-size: 22px;
}
}
.loading{
	display: inline-block;
	color: #fff;
	font-size: 10px;
	margin-top: 5px;
}
.menuFilterLabel .fas{
	position: absolute;
	right: 10px;
	top: 10px;
}
.filterCont{
	background-color: transparent;
	border: none;
}
.filterCont .menuFilterLabel{
	background-color: #555;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	padding: 10px;
}
.filterCont input,.filterCont button{
	max-width: 100px;
}
.filterCont hr{
	margin: 5px 0;
	border-color: #aaa;
}
#menuTimeRange label,#menuTimeRange input[type=radio]{
	display: inline-table;
	font-weight: normal;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	color: #000;
}
#menuTimeRange,#filterSubmitCont{
	padding: 10px;
}
.filterCont ul{
	background-color: transparent !important;
}
#iPubMenu{
	border: none;
}
.jqx-widget-content{
	background-color: transparent !important;
}
#popupCalendar .jqx-window-content{
	background-color: #fff !important;
}
.minNav .jqx-widget-content{
	min-height: 80px;
}
.filterCont form{
	padding: 0 10px;
}
.filterCont a{
	text-decoration: none;
	color: #000;
}
.filterCont a:hover{
	color: #e2150c;
}
.cont.filter{
	padding: 10px;
}
.cont.content h1{
	font-size: 32px;
	color: #e2150c;
	font-weight: 600;
	letter-spacing: 0.5px;
}
.journal.list h1{
	display: none;
}
.portalinfo.box:hover h2{
	background-color: #232323;
}
.portalinfo.box:hover .content{
	color: #fff;
}
#T145 .content{
	background-color: #467218;
}
#T143 .content{
	background-color: #614f80;
}
#T152 .content{
	background-color: #21364e;
}
#T153 .content{
	background-color: #8c8b71;
}
a{
	color: #e2150c;
}
a:hover{
	color: #b60f0c;
}
.dialog{
	box-sizing: border-box;
	position: relative;
}
.dialog.journal .row{
	margin-bottom: 20px;
}
.dialog.journal .row.firstRow{
	margin-top: 20px;
}
.dialog.journal .row.lastRow{
	margin-bottom: 0;
}
.dialog.journal .row a{
	color: #000;
}
.ipubTitle{
	font-weight: 600;
	cursor: pointer;
	font-size: 18px;
}
.ipubTitle a{
	color: #e2150c !important;
}
.prio{
	padding: 5px;
	padding-left: 40px;
	background: lightgrey url(../images/skin/exclamation_red.png) scroll center left 10px no-repeat;
}
.feed::before{
	content: '\f143';  
  font-family: "Font Awesome 5 Free";
	left: -5px;
	position: absolute;
	top: 0;
}
.linkAsBtn{
	display: block;
	background-color: #e2150c;
	padding: 20px;
}
.F10btn{
	position: fixed;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	background-color: #ccc;
	border: 1px solid #999;
	text-align: center;
	padding: 8px;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.7);
}
.F10btn:hover{
	background-color: #fff;
}
#fileItem{
	color: blue !important;
}
.fileItemContent ul a{
	background-color: red !important;
	color: red !important;
}
ul.SimpleContextMenu{
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	background: #eee;
	z-index: 101;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(194,194,194,1);
	-moz-box-shadow: 3px 3px 5px 0px rgba(194,194,194,1);
	box-shadow: 3px 3px 5px 0px rgba(194,194,194,1);
}
ul.SimpleContextMenu li{
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #aaa;
}
ul.SimpleContextMenu li a,ul.SimpleContextMenu li span,ul.SimpleContextMenu li .a{
	display: block;
	margin: 0;
	padding: 10px;
	text-decoration: none;
	color: #666;
	background: #eee;
}
ul.SimpleContextMenu li:hover{
	text-decoration: none;
	color: #fff;
	background: #000;
	cursor: pointer;
}
.form_address{
	width: 60%;
	height: 100px !important;
}
.form_button{
	witdh: 250px!important;
	height: 50px!important;
	background-color: lightgrey!important;
	padding: 5px;
}
.form_error{
	color: darkred;
	font-weight: bold;
}
.errorText{
	background-color: #c7716d;
	color: white;
	border-color: darkred;
	padding-left: 6px;
	margin-bottom: 10px;
}
.undefField{
	color: darkred!important;
}
#accountButton{
	margin-top: -10px !important;
}
#logoutButton{
	margin-top: 10px !important;
}
.copy{
	cursor: pointer;
	padding: 3px;
	background-color: #fff;
	color: #e2150c;
}
.copy:active{
	background-color: #e2150c;
	color: #fff;
}
.feedgroup .copy.feedurl{
	position: absolute;
	right: 20px;
	top: 2px;
}
.feedgroup{
	position: relative;
}
