.tg_header.no-print {

  min-height: auto;  background: #263466;

}
.lang_cta { display:none; visibility:hidden }
.tg_header::before { display:none; visibility:hidden }

.logo_text {

  font-family: dana;

  text-align: right;

  font-weight: 300;

  font-size: 0.9rem;

  background: none;

  color: #fff;

  padding: 10px 0;

}

.logo_text h1 {

  font-size: 1.2rem;

  font-weight: 750;

}

.speakers {

  background: #F6F9FC;

  min-height: auto !important;

}

.footer_section {background: #F6F9FC; padding: 5px 0;}

.footer_section::before {visibility: hidden; display: none;}

.pub_page_title_mini {

  font-weight: 750;

  font-size: 1rem;

  background: #2F417F;

  border-radius: 50px 5px 5px 5px;

  color: #fff;

  position: relative;

  padding: 10px;

  margin: 10px auto;

  text-align: right;

  direction: rtl;

}

.confsubject_list li a {

  display: block;

  border-bottom: 1px solid #e3e3e3;

  color: #263466;

  margin: 5px auto;

  background: #EBEBEF;

  padding: 10px;

  border-radius: 10px;

}

.confsubject_list li a:hover {

  color: #037BFF;

}

.confsubject_list li a span {

  float: left;

  background: #fff;

  width: 24px;

  text-align: center;

  line-height: 24px;

  border-radius: 50px;

  height: 24px;

  margin: -3px 0;

}



.inline_papers {

	width:100%;

	background:#fff;

	border:1px solid #ccc;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	border-radius: 5px;

	margin: 10px auto;

}

.inline_papers .title {

	width:100%;

	background:#F7F8FA;

	color:#333;

	float:right;

	padding:10px;

	font-weight: bold;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

	-webkit-border-radius: 5px 5px 0 0;

	-moz-border-radius: 5px 5px 0 0;

	border-radius: 5px 5px 0 0;

	

}

.inline_papers ul {

    list-style: none !important;

    padding: 10px !important;

}

.inline_papers ul li.half {

float: right;

width: 50%;

border-bottom: 1px solid #ccc;

text-align: left;

padding: 10px 20px;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;border-left: 1px solid #ccc;

}

.inline_papers ul li.half:nth-child(even) { border-left:none }

.inline_papers ul li.half span { float:right; text-align:right }

.inline_papers ul li.wide {

float: right;

width: 100%;

border-bottom: 1px solid #ccc;

text-align: left;

padding: 10px 20px;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

}

.inline_papers ul li.wide span { float:right; text-align:right }

.inline_papers ul li:last-child { border:none }



.clear { clear:both }

.artic_info {

  padding: 15px;

  display: block;

  float: right;

  width: 100%;

}

.sidebar {

  padding: 15px;

  display: block;

  float: right;

  width: 100%;

}

.befrow {

  background: #fff;

  padding: 10px;

  min-height: 100vh;

    box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);

  border-radius: 0 0 10px 10px;

}

.widget-statis {
  width: 100%;
  display: flex;
  background: #F1F5F9;
  padding: 10px 10px 0;
  border-radius: 10px;
  border-bottom: 1px solid #E5E7EB !important;
    flex-wrap: wrap;
}
.widget-statis .panel {
  width: 33%;
  text-align: center;
  flex: 1 0 33%;
}
.panel_value {
  font-size: 2rem;
  color: #3ABBCE;
  font-weight: 750;
}
.widget-about {
  margin: 0px auto;
}