/* nothing changed by alex sch*/
/*div.carousel-caption {*/
   /*display:none; */
/*}*/

@charset "utf-8";

@-moz-keyframes mybtn /* Firefox */
{
0%   {background:#82BF57; color: white;}
50%  {background:white; color: #82BF57;}
100%   {background:#82BF57; color: white;}
}
 
@-webkit-keyframes mybtn /* Firefox */
{
0%   {background:#82BF57; color: white;}
50%  {background:white; color: #82BF57;}
100%   {background:#82BF57; color: white;}
}
  
::-webkit-input-placeholder {
color:#888;
line-height:1.5;
font-size:14px;
font-family:'Roboto',sans-serif,Helvetica;
}

::-moz-placeholder {
color:#888;
line-height:1.5;
font-size:14px;
font-family:'Roboto',sans-serif,Helvetica;
}

:-moz-placeholder {
color:#888;
line-height:1.5;
font-size:14px;
font-family:'Roboto',sans-serif,Helvetica;
}

:-ms-input-placeholder {
color:#888;
line-height:1.5;
font-size:14px;
font-family:'Roboto',sans-serif,Helvetica;
}

:focus::-webkit-input-placeholder {
color:transparent;
}

:focus::-moz-placeholder {
color:transparent;
}

:focus:-moz-placeholder {
color:transparent;
}

:focus:-ms-input-placeholder {
color:transparent;
}
.empty-select{
  color:#888;
}

html {
position:relative;
min-height:100%;
height:100%;
/*overflow-x:hidden;*/
}

body {
font-family:'Roboto',sans-serif,Helvetica;
color:#444;
font-size:15px;
font-weight:400;
min-width:320px;
/*min-height:100%;*/
/*height:100%;*/
overflow-x:hidden;
}

#wrap {
background-color:#efefef;
background-image:url(../Images/bg.jpg);
background-position:center top;
background-size:cover;
}

.mpopup {
outline:none
}

.popup-page {
background-color:#fff;
background-image:none
}

.popup-page .container {
padding-left:0;
padding-right:0
}

.popup-page .main {
padding-bottom:0
}

.site-header {
background:url(../Images/fade_top.png) no-repeat top center;
background-size:cover;
padding-top:49px;
padding-bottom:35px
}

.popup-page .site-header,.popup-page .carousel-container,.popup-page .site-menu,.popup-page .site-footer {
display:none
}
.bulletpoints{
  margin-bottom:1px!important
}
.green-bullet-content > p {
  margin-bottom:5px;
}
.brief-container {
  margin-bottom:15px;
}
.brief-container  p{
  margin-bottom:0px;
}

/*
.mfp-content {
background:url(../images/loader.gif) no-repeat center center
}
*/
.mfp-content .main{
  margin:0 -23px;
  padding-bottom: 0px;
}
.mfp-content .main .container{
  width:auto;
}
.mfp-content header{
  display:none;
}
.mfp-iframe-scaler iframe {
-moz-box-shadow:0 0 38px 0 #000;
-webkit-box-shadow:0 0 38px 0 #000;
box-shadow:0 0 38px 0 #000;
background-color:#fff
}
#popup-content p{
  margin-bottom:0;
}
#popup-content p.gray-bg, #popup-content .popup-chairs-container {
  margin-bottom:15px;
}

a {
color:#77b53e;
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
text-decoration:underline
}

a:hover {
color:#77b53e;
text-decoration:none
}

a:focus {
outline:none
}

.lng-menu {
margin-top:9px;
margin-left:0
}

.lng-menu li {
width:40px;
height:26px
}

.lng-menu span,.lng-menu a {
display:block;
text-indent:-9999px;
text-align:left;
height:100%
}

.lng-menu li {
padding:0;
background-image:url(../Images/flags-sprite.png);
margin-left:5px;
margin-right:5px
}

.lng-menu li.last {
margin-right:0
}

.lng-menu li.en {
background-position:left bottom
}

.lng-menu li.it {
background-position:left -104px
}

.lng-menu li.es {
background-position:left -52px
}

.lng-menu li.fr {
background-position:left -78px
}

.lng-menu li.de {
background-position:left -208px
}

.lng-menu li.cn {
background-position:left -364px
}

.lng-menu li.jp, .lng-menu li.ja {
background-position:left -494px
}

.menu-btn {
float:right;
height:60px;
width:60px;
background:#000;
cursor:pointer
}

.rgba .menu-btn {
background-color:rgba(0,0,0,0.5);
background:rgba(0,0,0,0.5)
}

.mobile-site-menu {
padding-left:0;
text-transform:uppercase
}

.pushy-open .lng-menu {
padding-left:23px;
margin-bottom:0
}

.pushy-open .lng-menu > li {
margin-bottom:10px
}

.pushy .mobile-site-menu .current > a {
color:#fff;
background-color:#85c24c
}

.carousel-container {
background-color:#fff;
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
filter:alpha(opacity=50);
-moz-opacity:.5;
-khtml-opacity:.5;
opacity:.5
}

.rgba .carousel-container {
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
filter:alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity:1;
opacity:1;
background-color:rgba(255,255,255,0.5);
background:rgba(255,255,255,0.5)
}

.carousel-indicators {
display:none
}

.carousel-control {
left:15px;
}

.carousel-control.right {
right:15px;
}

.carousel-caption {
position:absolute;
right:0;
bottom:20px;
left:auto;
z-index:10;
padding:15px 20px;
color:#fff;
text-align:left;
width:42%;
font-size:20px;
background-color:#333;
background-color:rgba(51,51,51,0.7);
background:rgba(51,51,51,0.7)
}

.carousel-caption p {
margin-bottom:0;
font-weight:300
}

.carousel-caption strong {
font-size:32px;
font-weight:300;
line-height:1
}

.glyphicon-chevron-left:before {
content:"\2039"
}

.glyphicon-chevron-right:before {
content:'\203a'
}

.main {
background-image:url(../Images/fade_bottom.png);
background-position:center bottom;
background-repeat:no-repeat;
background-size:cover;
padding-bottom:40px
}

.site-footer {
background-color:#efefef
}

.forum-address {
font-size:13px;
font-weight:300px
}

.forum-address strong {
font-family:'Roboto Medium',sans-serif,Helvetica
}

.gray-line {
border-top:1px solid #ccc;
padding-bottom:20px
}

.eforum {
display:block
}

.site-menu {
height:72px;
width:100%;
margin-left:0;
margin-bottom:0;
background-color:#333;
background-color:rgba(51,51,51,0.7);
background:rgba(51,51,51,0.7);
border-top:1px solid #999;
overflow:hidden
}

.site-menu li {
display:block;
position:relative;
float:left;
width:108px;
height:71px;
text-align:center;
text-transform:uppercase;
color:#fff;
padding:0;
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
    font-size: 13px;
}
.site-menu li.last {
  width:116px;
}
.site-menu.logined li.last {
  display:none;
}
.site-menu.logined li.logout {
  float:right;
}
.site-menu li.current,.site-menu li:hover {
background:#82BF57
}

.site-menu a,.site-menu span {
display:block;
position:relative;
color:#fff;
padding:20px 10px;
text-decoration:none;
font-weight:700;
vertical-align:middle;
line-height:1.2
}

.site-menu li em {
display:block;
position:absolute;
top:0;
width:100%;
height:18px;
border-right:1px solid #999;
z-index:2
}

.site-menu li.last em,.site-menu li:hover em {
display:none
}

.footer-menu {
float:right
}

.footer-menu a,.footer-menu .current span {
text-decoration:underline;
font-size:11px;
text-transform:uppercase
}

.footer-menu a:hover {
text-decoration:none
}

.footer-menu .current span {
color:#77b53e;
text-decoration:none
}

.footer-menu > li {
padding:0
}

.footer-menu .point {
display:inline-block;
color:#444!important;
font-size:11px;
padding-left:7px;
padding-right:4px
}

.footer-info {
padding-top:100px;
padding-bottom:100px;
}
.container-fluid.footer-info{
padding-top:0px;
padding-bottom:0px;  
}
.site-header > .container-fluid, .main > .container-fluid{
  padding:0 40px;
}

.forum-logo .img-responsive {
margin:0 auto
}

.inner-container {
padding:38px 40px 25px;
background-color:#fff
}

.site-footer .inner-container {
width:100%;
padding:0 25px
}

.fb-plugin .inner-container {
padding-bottom:40px
}

.gray-bg {
background-color:#bfbfbf
}

p.gray-bg {
color:#fff;
padding:6px 7px
}

.white-bg {
background-color:#fff
}

.green-bg {
background-color:#85c24c
}

.green-bg > p,.color-teaser p {
color:#fff
}

.color-teaser.white-bg p,.socprog-teaser p {
color:#444
}

.color-teaser,.socprog-teaser {
margin-right:-25px;
margin-left:-25px;
padding-left:25px;
overflow:hidden;
margin-bottom:30px
}

.left-teaser,.right-teaser {
margin-bottom:60px
}

.last-teaser {
margin-bottom:45px
}

.right-teaser {
padding-left:10px;
padding-right:0;
position:relative;
left:15px
}

.left-teaser {
padding-left:0;
padding-right:10px;
position:relative;
right:15px
}

.teaser-bg {
height:100%;
background-repeat:no-repeat;
background-size:cover;
background-position:center center
}

.left-teaser .img-responsive,.right-teaser .img-responsive {
width:100%;
height:auto
}

.teaser-text {
padding-top:20px
}

.teaser-img {
padding-right:0;
min-height:250px
}

.left-teaser .teaser-text {
padding-top:0;
padding-left:30px;
padding-right:0
}

.right-teaser .teaser-text {
padding-top:0;
padding-left:0;
padding-right:30px
}

.left-teaser .teaser-img,.right-teaser .teaser-img {
padding-left:0;
padding-right:0
}

.teaser-border {
border-bottom:2px solid #85c24c;
margin-left:15px
}

.left-teaser .teaser-border {
margin-left:0;
margin-right:15px
}

.right-teaser .teaser-border {
margin-left:0;
margin-right:0
}

hr {
margin-top:0;
margin-bottom:0;
border:0;
border-top:1px solid #ссс
}

h1,.h1,h2,.h2,h3,.h3 {
margin-top:0;
margin-bottom:15px
}

h1 {
font-size:28px;
color:#111;
font-weight:400;
margin-bottom:26px
}

h2 {
font-size:18px;
color:#111;
font-weight:400
}

h3 {
font-size:18px;
color:#82BF57;
font-weight:400
}

h4 {
font-size:14px;
color:#82BF57;
font-weight:300;
margin:0
}

p,ul,ol {
font-weight:300;
margin-bottom:20px
}

.mb-0 {
margin-bottom:0
}
#characters-left{
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 13px;  
}

b,strong {
font-family:'Roboto Medium',sans-serif,Helvetica
}

strong.green {
font-weight:300
}

ul,ol {
padding:0 0 0 12px;
margin-top:0;
list-style-position:outside;
list-style-image:url(../Images/bullet.png)
}

ul > li,ol > li {
list-style-image:url(../Images/bullet.png)
}

.errors-list{
  color:#a94442!important;
}
.bordered {
border:2px solid #82BF57
}

.gmap {
overflow:hidden
}

.gmap iframe {
padding:0;
margin:0
}

.normal {
font-weight:400!important
}

.green {
color:#82BF57
}

.green-bullet {
background:url(../Images/bullet2.png) no-repeat 0 18px;
margin-left:-40px;
padding-left:40px
}

.green-bullet:before {
  height: 15px;
  border-top: 1px solid #f0f0f0;
  content: "";
  display: block;
}
.program-table td.round-table, .program-table td.round-table a {
  color: #444;
}
.program-table td.round-table {
  background-color: #C3E6A3;
}
.green-bullet.round-table > p.popup-authors-container {
  margin-bottom: 5px !important;
}
.green-bullet.round-table > ul {
  margin-bottom: 20px !important;
}
.program-table .table-width {
    height: 0;
    line-height: 0;
    background: none;
    margin: 0;
    padding: 0;
}
.program-table.table-cols-12 .table-width {
  width: 16.6666%;
}
.program-table.table-cols-10 .table-width {
  width: 20%;
}
.program-table.table-cols-8 .table-width {
  width: 25%;
}
.program-table.table-cols-6 .table-width {
  width: 33.3333%;
}
.program-table.table-cols-4 .table-width {
  width: 50%;
}

.green-bullet > p,.green-bullet > ul {
margin-bottom:0
}

.green-bullet > p > em {
display:block;
margin-bottom:20px;
display:block;
margin-bottom:0px;
}
.green-bullet > .popup-authors-container{
  margin-bottom:20px!important;
}

.green-header {
color:#fff;
background:#82BF57;
text-align:center;
height:40px;
font-size:16px;
font-weight:400;
line-height:40px;
text-transform:uppercase;
margin:0 -15px 20px;
clear:both;
}
.tx-speakers .green-header {
  padding: 0 15px;
  text-align:left;
}
.mgl-0{
  margin-left:0!important;
}
.mgr-0{
  margin-right:0!important;
}
.mgb-0{
  margin-bottom:0!important;
}
.topic-buttons{
  white-space:nowrap;
  padding-left:0;
  text-align:left;
}
.topic-buttons .btn-sm{
  line-height: 22px;
}

.site-footer .green-header {
margin-bottom:25px
}
.btn-outline-success {
    color: #82BF57;
    background-color: transparent;
    background-image: none;
    border-color: #82BF57;
  text-decoration:none;
}
.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
  text-decoration:none;
}

.fb-plugin {
margin-bottom:40px
}

.text-bottom td,.text-bottom th {
vertical-align:bottom!important
}

.text-top td,.text-top th {
vertical-align:top!important
}

.text-middle td,.text-middle th {
vertical-align:middle!important
}

.program-table {
width:100%;
border-spacing:1px;
border-collapse:separate
}

.program-table td,.program-table th {
padding:9px;
background-color:#fafafa;
font-weight:400;
line-height:1.2;
vertical-align:top;
font-size:12px
}

.program-table .num {
width:30px;
padding:9px;
text-align:center;
vertical-align:top;
background-color:#f2f2f2;
word-break:normal
}

.program-table .gray-bg {
color:#fff;
background-color:#a5a5a5;
text-transform:uppercase;
font-size:14px;
white-space:no-wrap;
text-align:center
}

.program-table .green-bg {
color:#fff;
text-transform:uppercase;
background-color:#85c24c;
font-size:14px
}

.program-table .topic-brief {
  display: block;
  padding: 5px 0 0 5px;
}

.btn-default,.btn-primary {
color:#fff;
font-family:'Roboto',sans-serif,Helvetica;
font-weight:300;
background-color:#85c24c!important;
border-color:#85c24c!important;
text-decoration:none;
padding:10px 30px;
font-size:18px;
line-height:1.3333333;
border-radius:0
}

.btn-default:hover,.btn-primary:hover {
color:#fff;
background-color:#85c24c!important;
border-color:#85c24c!important;
text-decoration:none
}
.btn-warning, .btn-warning:hover {
    background-color: #aeaeae;
    border-color: #aeaeae;
}
.input-group-btn .btn-default, .input-group-btn .btn-file{
  padding:4px 30px;
}
.reg-form .control-label {
text-align:left;
font-weight:300;
padding-right:0
}

.reg-form .pt-0,.label-pt0 label {
padding-top:0!important
}

.reg-form .pl-30 {
padding-left:30px
}

.reg-form .pr-30 {
padding-right:30px
}

.reg-form hr {
display:block;
width:100%;
height:35px;
margin-top:0;
margin-bottom:0;
border:0;
border-top:0 none;
background:url(../Images/divider.png) repeat-x left center
}

.reg-form .checkbox {
margin-bottom:30px
}

.reg-form .checkbox .checkbox {
margin-left:20px!important
}

.social-program,.conference-proc {
margin-bottom:30px
}

.social-program .checkbox {
margin-bottom:0
}

.conference-proc .checkbox {
margin-bottom:15px
}

.conference-proc .pdf {
margin-left:50px
}

.reg-form label {
font-weight:300!important
}

.reg-form .conference-proc .checkbox label {
margin-bottom:5px
}

.reg-form .checkbox > span {
font-weight:300;
padding-right:5px
}

.payments-radio label {
padding-left:60px
}

.payments-radio input {
float:left;
position:relative;
left:20px
}

.payments-radio {
background-image:url(../Images/payments-sprite.png);
background-repeat:no-repeat;
margin-bottom:12px!important
}

.payments-radio.last {
margin-bottom:0
}

.card-radio {
background-position:20px 0
}

.bank-radio {
background-position:20px -41px;
display:none!important;
}

.paypal-radio {
background-position:20px -80px
}

.require {
color:#d93644
}

.privacy p {
margin-bottom:10px
}

.privacy .form-group {
margin-left:0;
margin-right:0
}

.captcha-container {
margin-bottom:80px
}

.captcha-container label {
line-height:35px
}

#message {
margin-top:7px
}

.help-block .list-unstyled,.help-block .list-unstyled li {
list-style:none;
font-size:12px
}

.pdf {
padding-top:4px;
padding-bottom:4px;
padding-left:25px;
background:url(../Images/pdf_icon.png) no-repeat left center;
cursor:pointer
}

.day-row {
margin-bottom:20px
}

.day-row.last {
margin-bottom:0
}

.day-row a {
position:relative;
top:-6px
}

.has-error .radio a,.has-error p,.error label {
color:#a94442
}
.f3-form-error {
  border-color: #a94442!important;
}
.fb-content {
width:100%;
height:400px;
margin-bottom:40px
}

.fb-content iframe {
width:100%;
padding:0;
margin:0;
border:none;
display:block;
height:400px;
overflow:hidden
}

.screen-invoice {
border-spacing:5px;
border-collapse:collapse;
border-color:#aaa
}

.screen-invoice td,.screen-invoice th {
padding:3px 10px
}

.mgb10{
  margin-bottom:10px;
}
.mgb15{
  margin-bottom:15px;
}
.sessionTopic-container{
  clear:both;
  position: relative;
    top: -30px;
}
#addNewAuthor, .addNewTopic{
  float: left;
  margin-left:15px;
  margin-bottom:40px;
  padding-left:30px;
  line-height: 22px;
  background:url(../Images/icons/plusGeen.png) no-repeat left center;
}
.author-container{
  margin-bottom:25px;
}
label.main-person{
      margin-top: 10px;
  margin-bottom:7px;
  color:#888;
}
label.main-person.checked{
  color:#444;
}
.author-group{
  margin-bottom:10px;
}
.form-control.fe-edit-select{
  float:left;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 6px 12px;
  width:125px;
  margin-right:10px;
}
.form-control.fe-edit-select[disabled] {
    background-color: #eee;
}
.green-header-container{
  position:relative;
  float: left;
    width: 100%;
}
.topics-group{
  position: absolute;
    right: 0;
    top: 3px;
    z-index: 2;
  /*padding: 3px 12px!important;*/
}
.right-text{
  text-align:right!important;
}
.left-text{
  text-align:left!important;
}
#filters-form input, #filters-form2 input, #filters-form3 input{
  margin-right:5px;
}
#filters-form label, #filters-form2 label, #filters-form3 label{
  margin-bottom:30px;
  cursor:pointer;
  margin-right: 25px;
}
.btn-success{
  background-color:#82BF57;
  border-color:#82BF57;
  outline:none;
}
.btn-save-author{
    animation:mybtn 4s;
  -moz-animation:mybtn 4s infinite; /* Firefox */
-webkit-animation:mybtn 4s infinite; /* Safari and Chrome */  
}
.new-author-form .btn-save-author{
  display:none;
}
.form-saved .btn-save-author{
    animation:none 0;
  -moz-animation:none 0; /* Firefox */
-webkit-animation:none 0; /* Safari and Chrome */  
}
/*select.author-status {
  font-size:13px;
  color:#005e45;
}
select.author-status > option:first-child{
  
}*/
.proglng {
  margin-right:15px;
  text-transform:capitalize;
}
.lng-label {
  margin-left:5px;
}
/* ABSTRACTS */
.tx-speakers .green-header{
  text-transform: none;
  /*border: 1px solid #fff;*/
}
.abstracts-table {
    width: 100%;
    border-spacing: 1px;
    border-collapse: separate;
  margin-bottom:10px;
}
.create-new-abstract, .create-new-topic, .create-new-author{
  float:left;
  margin-bottom:50px;
  line-height: 22px;
  padding-left:30px;
  background:url(../Images/icons/plusGeen.png) no-repeat left center;
}
.create-new-topic, .create-new-author{
  float:right;
  line-height:34px;
  margin-bottom:10px;
}
.abstracts-table td{
  position:relative;
  padding: 2px 9px;
  font-size: 13px;
}
tr.new-record{
  display:none;
}
.new-record td{
  padding: 5px 9px;
}
td.form-container {
    padding: 0px;
}
.new-record .btn{
  margin-right:10px;
}
.abstracts-table .odd td{
  background-color:#f2f2f2;
}
.abstracts-table .even td{
  background-color:#fafafa;
}
.abstracts-table .gray-bg {
    color: #fff;
    background-color: #d0d0d0;
    text-transform: uppercase;
    font-size: 14px;
    white-space: no-wrap;
    text-align: center;
  padding: 9px;
    font-weight: 400;
    line-height: 1.2;  
}
.abstracts-table .red-bg {
  color:#fff;
  background-color:#ef746f!important;
}
.abstracts-table .green-bg {
  color:#fff;
  background-color:#77b53e!important;
}
.abstracts-table .yellow-bg {
  color:#fff;
  background-color:#f5e140!important;
}
#addNewTopicCancel, .author-first-last-name{
  line-height: 34px;
}
.email-icon{
  display:block;
  width:100%;
  height:25px;
  background:url(../Images/icons/envelope.png) no-repeat center center;
}
.email-arrow{
  display:block;
  width:100%;
  height:25px;
  background:url(../Images/icons/sendMail.png) no-repeat center center;  
}
.bullets-container, .authors-container, .expert-reviews-container, .average-rate-container{
  padding-top:15px;
  padding-bottom:15px;
  background-color: #f2f2f2;
  margin-left:0;
  margin-right:0;
}
.inner-reviews, .average-rate-container{
  background-color: #dedede;
}
.comments-container{
  padding:15px 15px;
}
.edit-entity-form label, .expert-reviews-container label, .comments-container label, .average-rate-container label{
  display: block;
  text-align:right;
  padding-top:7px;
  color:#888;
}
.expert-reviews-container .row{
  margin-bottom: 20px;
    border-bottom: 1px dotted #bbb;
    padding-bottom: 15px;
}
.expert-reviews-container .row:last-child{
  margin-bottom: 0px;
    border-bottom: 0 none;  
}
.expert-reviews-container textarea.form-control, .comments-container textarea.form-control{
  margin-bottom:15px;
}
.btn-delete-review{
  font-size:12px;
  margin-left:10px;
}

#saveAbstractChanges{
  color:#fff!important;
  background-color:transparent;
  border:0 none;
}
#needsReviewBtn{
  display:block;
  color:#fff!important;
  text-decoration:none;
  text-align:center;
}
.fixed-buttons{
  position:fixed;
  top:50%;
  right:0;
  /*background-color: #d0d0d0;*/
  background-color:rgba(51,51,51,0.7);
  padding:15px;
  /*opacity:0.8;*/
}
.fixed-buttons p{
  margin-bottom:7px;
}
.fixed-buttons p.last{
  margin-bottom:0px;
}
.fixed-buttons .btn{
  width:100%;
  text-decoration:none;
}
.abstract-status{
  display:block;
  font-weight:bold;
  text-transform:uppercase;
  text-align:right;
  line-height: 34px;
}
.abstract-status-1{
  color:#82BF57;
}
.abstract-status-2{
  color:#d43f3a;
}
.edit-entity-form{
    position: relative;
    z-index: 1;  
}
.edit-entity-form .presentation-label{
  display:inline-block;
  padding-top:0;
  margin-right:40px;
  /*width: 30%;*/
  text-align:left;
  cursor:pointer;
  line-height: 34px;
}
#entityPaid{
  width: 100px;
    float: right;
  margin-right:30px;
}
#entityReg{
  width: 100px;
    float: right;
  margin-right:30px;
}
#reg-label{
  float:right;
  margin-right:10px;
}
.presentations-container{
  float:left;
  white-space:nowrap;
  width:400px;
  margin-right:20px;
}
#entityPresentationcat{
  width:150px;
}

.presentations-container label:first-child{
  white-space:nowrap;
  /*width:160px;*/
}

.reviews-container{
  float:right;
  white-space:nowrap;
  line-height:34px;
}
.reviewed-by{
  margin-bottom:0;
  font-size:12px;
  position: relative;
    top: 6px;  
}
.login-submit, .login-submit > .btn{
    display: block;
    width: 100%;
    height: 100%;  
}
.inner-login{
  margin-top:15px;
  margin-bottom:20px;
}
.login-logo{
  margin:0 auto 25px;
}
.login-title{
  color:#888;
  font-size:22px;
}
.select-entity-container{
  margin-bottom:40px;
}
#select-entity{
  font-weight: bold;
    font-size: 18px;
}
#select-entity > option{
  font-weight: normal;
    font-size: 14px;
}

nav.container-fluid{
  padding:0 40px;
}
.plus-entity, .minus-entity{
  display:inline-block;
  width:34px;
  height:34px;
  text-indent:-9999px;
}
.plus-entity{
  background:url(../Images/icons/plusGeen.png) no-repeat center center;  
}
.minus-entity{
  background:url(../Images/icons/delete.png) no-repeat center center;  
}
/*.errors-list > [class*="bulletpoint"]{
  display:none;
}*/
#commentModal h2{
  margin-bottom:0;
}
.group-title-option{
  font-weight:bold;
  /*text-transform:uppercase;*/
  background-color:#e1efc9;
  padding:3px 0;
}
.custom-topics{
  background-color:#f2f2f2;
}
.title-option > span{
  padding-left:20px;
}
.block-cat-title {
  display:none;
}
#sjbr-freecap-captcha-response{
  width:200px;
  float:left;
  margin-bottom:10px;
  margin-right:15px;
}
img.tx-srfreecap-image {
    margin-left: 0;
    margin-right: 15px;
  margin-bottom:10px;
    vertical-align: middle;
}
.tx-srfreecap-captcha label {
    display: inline-block;
    width: 100%;
}
.tx-srfreecap-cant-read {
    display: inline-block;
    /*width: 150px;*/
  width:auto;
    vertical-align: top;
  color:#888;
  margin-top:37px;
}
.captcha-label{
    font-weight: normal;
    color: #888;
    width: 300px;
    line-height: 1.2;
}
.tx-speakers{
  position:relative;
}
.float-container{
  float:left;
    position: absolute;
    /* z-index: 0; */
    right: -168px;
    top: 0;  
}
#saveEntity{
  border: 2px solid #fff;
    border-color: #fff!important;
  outline:none;
  padding: 10px 20px 10px 15px;
  font-size: 16px;
    line-height: 1;
}
#saveEntity .glyphicon {
    margin-right: 10px;
}
.form-control:focus {
    border-color: rgba(130,191,87,1);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(130,191,87,.075), 0 0 8px rgba(130,191,87,.6);
    box-shadow: inset 0 1px 1px rgba(130,191,87,.075), 0 0 8px rgba(130,191,87,.6);
}
.overlay{
  width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
  z-index:100;
  display:none;
}
.update-entity-form .file-preview .fileinput-remove {
    top: 1px;
    right: 1px;
    line-height: 35px;
    padding: 0 8px;
}
.loader{
  position:fixed;
  top:50%;
  left:50%;
  background: url(../Images/loader.gif) no-repeat center center;
  transform: translate(-50%, -50%);
  width:100px;
  height:100px;
}
.upload-container {
  padding-top:0px;
}
.uploaded-filename, .uploaded-files{
  padding-top:0px;
  position: absolute;
    top: 0;
    left: 16px;
  z-index:0;
}
.uploaded-files{
  position: relative;
}
.uploaded-filename a, .uploaded-files a{
  padding-left:10px;
}
.uploaded-filename .fa, .uploaded-files .fa{
  /*position:relative;
  left:-10px;*/
      margin-right: 7px;
}
.fe-edit-input, .fe-edit-autocomplete{
  width:100%;
  border:0 none;
  background-color:transparent;
  /*outline:none;*/
  padding:5px 0;
}
.form-control.fe-edit-autocomplete{
    background-color: #fff;
    border: 1px solid #ccc;  
  padding: 6px 12px;
}
.fe-edit-select{
  width:100%;
  border:1px dotted #ddd;
  background-color:transparent;
  /*outline:none;*/
  padding:5px 0;
}
.file-input{
  margin-bottom:15px;
}

.add-new{
  float:right;
}
form.new-record{
  padding:5px 0;
}
tr.new-record{
  background-color:#e1efc9;
}

.is-reviewer{
  position:relative;
  top:3px;
  line-height:30px;
}
.is-reviewer input{
      margin-left: 10px;
  margin-right:5px;
}
.btn-remind{
  /*margin-right:10px;*/
}
.title-export{
  float:left;
  width:100%;
  margin-bottom:30px;
}
.title-export h1{
  margin-right:15px;
}
.up-button, .down-button{
  text-decoration:none;
  display: block;
    font-size: 15px;
    font-weight: bold;
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
}
.up-button{
  background:url(../Images/icons/arrowUp.png) no-repeat center center;
}
.down-button{
  background:url(../Images/icons/arrowDown.png) no-repeat center center;
}
.fileinput-remove-button{
  display:none;
}
.tx-srfreecap-cant-read a:link {
    background-color: transparent;
  background:url(../Images/reCAPTCHA.png) no-repeat;
  background-size:cover;
  display:inline-block;
  text-indent:-9999px;
  width:80px;
  height:45px;
    font-weight: bold;
    text-decoration: none;
  margin-left:7px;
  position:relative;
  top:-12px;
}
.abstracts-table th a{
  color:#fff;
  text-decoration: none;
}
th.active a{
  color:#82BF57;
  font-weight: bold;
}
.frame-type-shortcut.frame-layout-3 header, .frame-type-shortcut.frame-layout-3 h1 {
  display:none;  
}
.frame-type-shortcut.frame-layout-3 p.block-finisher:first-child{
  display:none;
}
.block-finisher2 {
  background-color:#c7b14e;
  border-bottom:1px solid #a10010;
}
/* Autocomplete */
.tx-indexedsearch-autocomplete {
  background: #F5F5F5;
  width: 200px; /* This value is set in the javascript code, to match the width of the search box */
  cursor: pointer;
  position: absolute;
  left: 0;
  font-size: 90%;
  z-index: 101;
  max-height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
  box-shadow: 10px 5px 5px #ccc;
}
.tx-indexedsearch-autocomplete ul {
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #AAAAAA;
}
.tx-indexedsearch-autocomplete ul li.even {
  background: #E5E5E5;
}
.tx-indexedsearch-autocomplete ul li.odd {
  background: #FFFFFF;
}
.tx-indexedsearch-autocomplete li {
  list-style: none;
  padding: 2px 5px;
}
.tx-indexedsearch-autocomplete a {
  width: 100%;
}
.tx-indexedsearch-autocomplete .autocomplete_searching {
  background:#FFFFFF url('../Images/Indicator.gif') no-repeat right center;
}
.tx-indexedsearch-autocomplete .highlighted {
  background-color: #A7CDF0 !important;
}
.site-menu li.allconf-selector{
    width: 186px;
}
.site-menu li.allconf-selector:hover{
    background:none;
  background-color:transparent;
}
.site-menu li.allconf-selector em {
    width: 1px;
    left: 0;
    /* right: auto; */
}
.allconf-selector #changeActualConf{
  /*margin: 18px 15px;
    width: 150px;*/
  margin: 6px 0 15px 0px;
    width: 150px;
    float: right;
}

.table-responsive {
  overflow-x:inherit;
}

@media (min-width: 768px) {
.container {
width:100%
}
}

@media (min-width: 992px) {
.container {
width:980px
}
}

@media (min-width: 1200px) {
.container {
width:1010px
}
}

@media (max-width: 991px) {
.carousel-caption {
width:50%
}

.carousel-caption strong {
font-size:22px
}

.fb-content {
overflow-x:scroll
}
}

@media (max-width: 767px) {
label.main-person {
    margin-bottom: 20px;
      margin-top: 10px;
}
.edit-entity-form label{
  text-align:left;
}
.color-teaser .teaser-img,.socprog-teaser .teaser-img {
height:250px;
margin-bottom:30px
}

.text-center-xs {
text-align:center!important
}

.eforum {
margin:0 auto;
display:inline-block
}

.carousel-caption {
width:70%
}

.carousel-caption p {
font-size:14px
}

.carousel-caption strong {
font-size:20px
}

.forum-address {
margin-top:20px
}

.footer-menu {
float:none
}

.color-teaser {
padding-left:15px;
padding-right:15px
}

.color-teaser .img-responsive {
height:auto;
width:100%
}

.left-teaser,.right-teaser {
padding-left:0;
padding-right:0;
left:auto;
right:auto
}

.teaser-text,.teaser-img,.left-teaser .teaser-text,.left-teaser .teaser-img,.right-teaser .teaser-text,.right-teaser .teaser-img {
padding-left:25px;
padding-right:25px
}

.teaser-img > img {
padding-bottom:30px
}

.left-teaser .teaser-img > img,.right-teaser .teaser-img > img {
padding-bottom:0;
border-bottom:0 none;
margin-bottom:25px
}

.table-responsive {
width:100%;
overflow-y:hidden;
overflow-x:scroll
}

.reg-form .pl-30 {
padding-left:15px
}

.reg-form .pr-30 {
padding-right:15px
}

#message {
margin-top:0
}

.conference-proc .pdf {
margin-left:20px
}

.tx-felogin-pi1 label {
float:left
}
}

.seven-cols,.five-cols {
text-align:center
}

.seven-cols .col-md-1,.five-cols .col-md-1 {
float:none;
display:inline-block;
text-align:center;
margin:15px 0;
padding:0
}

.seven-cols .col-md-1 a,.five-cols .col-md-1 a {
display:block;
text-align:center;
padding:0 10px
}

.seven-cols .col-md-1 a > img,.five-cols .col-md-1 a > img {
display:inline-block
}

.sponsors img {
margin:0 auto
}

@media (min-width: 320px) {
.seven-cols .col-md-1,.seven-cols .col-sm-1,.seven-cols .col-lg-1 {
width:100%
}

.five-cols .col-md-1,.five-cols .col-sm-1,.five-cols .col-lg-1 {
width:100%
}

.sponsors img {
margin-top:10px;
margin-bottom:10px
}

.five-cols .col-md-1 {
min-height:initial;
max-height:initial
}
}

@media (min-width: 768px) {
.seven-cols .col-md-1,.seven-cols .col-sm-1,.seven-cols .col-lg-1 {
width:32.3%
}

.five-cols .col-md-1,.five-cols .col-sm-1,.five-cols .col-lg-1 {
width:19%;
padding:0 7px
}

.five-cols .col-md-1 {
min-height:30px;
max-height:50px
}
}

@media (min-width: 992px) {
.seven-cols .col-md-1,.seven-cols .col-sm-1,.seven-cols .col-lg-1 {
width:14.285714285714%
}

.five-cols .col-md-1,.five-cols .col-sm-1,.five-cols .col-lg-1 {
width:19%
}
*/}

@media (min-width: 1200px) {
.seven-cols .col-md-1,.seven-cols .col-sm-1,.seven-cols .col-lg-1 {
width:13.9%
}

.five-cols .col-md-1,.five-cols .col-sm-1,.five-cols .col-lg-1 {
width:19%
}
}

@media (max-width: 767px) {
  .topic-buttons{
    padding-left:15px;
  }
  .mfp-wrap {
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
  }  
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}