.event-page{

}
.event-page .header-strip {
    background-color: #034b60;
    min-height: 35px;
}

.left-section .user-profile-sec {
    /*border-left: 10px solid #fbb034;*/
	border-left: 10px solid #015e79;
    padding-top: 10px;
    padding-left: 5px;
    }
.left-section .user-profile-sec .user-icon{
    width: 30px;
    }
.left-section .user-profile-sec .text, .font20 {
        font-weight: bold;
        font-size: 20px;
    }
.left-section .user-profile-sec .profile-section {
        padding: 50px 20px 20px;
    }
.left-section .user-profile-sec .profile-section img.profile-icon {
    margin-bottom: 10px;
    width: 100%;
    }

.left-section .user-profile-sec .profile-section h6{
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
}
.left-section .user-profile-sec .profile-section p{
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
}

.left-section  .conference-list{
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 15px;
}
.left-section  .conference-list .content-icon{
    font-size: 20px; color: gray;
}
.left-section  .conference-list .font-weight-bold{
    font-size: 20px; color: #000; padding-left: 10px;
}

.left-section  .conference-list ul.inline-list{
    margin: 0;
    padding: 0 0px 20px 20px;
    position: relative;
    list-style: none;
}


.left-section  .conference-list ul.inline-list>li{
    font-size: 18px;
    font-weight: 600;
    word-break: break-word;
    position: relative;
}
.left-section  .conference-list ul.inline-list>li::before{
    content: '●';
    position: absolute;
    left: -25px;
    top: -16px;
    color: #818181;
    font-size: 35px;
}

.left-section  .conference-list ul.inline-list li ol.inline-list{
    margin: 0;
    padding: 0 0px 0px 20px;   
}
.left-section .list-panel{
    width: 100%; 
}
.left-section .list-panel ul{
    list-style-type: none;
    margin: 0;
    padding: 0 0px 20px 0px;
}
.left-section .list-panel ul li{
    padding: 15px;
    border-top: 1px solid #ccc;
    display: flex;
    align-items: center;
}
.left-section .list-panel ul li span:last-child{
    padding-left: 10px;
}
.left-section .list-panel ul img {
    width: 30px;
}
.left-section .list-panel ul .text {
   font-weight: bold;
   font-size: 20px;
}


.right-section{
    background: #f5f5f5;
    border-left: 1px solid #ccc;
}
.right-section .login-section{
    background: #fff;
    padding: 5px 0;
    display: flex;
    justify-content: flex-end;
}
.right-section .login-section ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0px;
    padding: 5px 6%;
}
.right-section .login-section ul li{
    cursor: pointer;
    padding-left: 10px;
    display: flex;
    align-items: center;
}
.right-section .login-section ul li i{
    font-size: 25px;
    color: #b7b7b7;
}


.right-section .box-inner {
    min-height: 200px;
    border: 1px solid #fff;
    border-left: 10px solid  #034b60;
    margin-bottom: 25px;
    position: relative;
    background-color: #fbb034;
}

.right-section .box-inner .footer-text{
    position: absolute;
    bottom: 10px;
    right: 20px;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 20px;
	color:#333;
}
/*-----------------------------------------------------------------------------------------------------------------*/
.login-box, .register-box {
    width: 360px;
    margin: 7% auto;
}
.login-logo, .register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}
.login-page, .register-page {
    background: #f5f5f5;
}	

.login-box-body, .register-box-body {
    background:#fff;
	padding: 20px;
	border-top: 0;
	color: #666;
}
#mainNav {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    background: #015e79;
	margin-top: 0px;
}
.mt80 {
margin-top:97px;
}
.pl-30 { 
padding-left:30px;
}

.speakingdet { 
    border: 3px dotted #bbb;
    border-radius: 15px;
	padding:10px;
	margin:10px;
      
}

.notification {
  /*background-color: #555;*/
  color: white;
  text-decoration: none;
  padding: 0px 4px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
}
.notification .badge {
  position: absolute;
  top: -10px;
  right: 4px;
  padding: 4px 8px;
  border-radius: 50%;
  background: red;
  color: white;
}
.dropdown-menu { width:auto; padding:8px 0px 0px 0px; border:none; }

.dropdown-item:focus, .dropdown-item:hover {
color:#FFF;
text-decoration: none;
background-color:#353535; 
}

.dropdown-item {
color:#FFF;
text-decoration: none;
background-color: #494949;
border-bottom: 1px solid #353535;
}

 /* The sidepanel menu */
.sidepanel {
 /* height: 100%; */ /* Specify a height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 130px;
  right: 0;
  /*background-color: #111;*/ /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 0px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
}

/* The sidepanel links */
.sidepanel a {
  /*padding: 8px 8px 8px 32px;*/
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  /*display: block;*/
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidepanel a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidepanel .closebtn {
  position: absolute;
  top: -8px;	
  right: 32px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style the button that is used to open the sidepanel */
.openbtn {
  font-size: 15px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 5px 25px;
  border: none;
  border-radius:5px;  
}

.openbtn:hover {
  background-color: #444;
}

.liveBtn {
    padding: 8px 26px;
    background: #d90000;
    color: #fff;
    display: block;
    border-radius: 4px;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
   /* margin: 0 -15px 10px;*/
}
.liveBtn {
    background-color: #d90000;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;
    letter-spacing: 0.45px;
    padding: 2px 4px 1px 13px;
    position: relative;
    border-radius: 5px;
}
/*h2, .heading2, .mainHeading, .blockHeading {
    font-size: 24px;
}
h2:after, h2:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}*/

.liveBtn {
  background-color: #d90000;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  line-height: 21px;
  font-weight: bold;
  letter-spacing: 0.45px;
  padding: 2px 4px 1px 13px;
  position: relative;
  border-radius: 5px;
}

.liveBtn:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    left: 4px;
    top: 6px;
   /* -webkit-animation: glowing 1300ms infinite;*/
    animation: glowing 1300ms infinite;
	}

 .liveBtn {
  font-size: 15px;
  line-height: 21px;
  padding: 6px 15px 5px 24px;
  border-radius: 20px;
}
.liveBtn:hover { 
color:#999;
}

.liveBtn:before {
  width: 8px;
  height: 8px;
  left: 10px;
  top: 13px;
}





@media (max-width: 440px) {
  .left-section  .conference-list{
    display: none !important;
  } 
  .left-section .user-profile-sec .profile-section img.profile-icon {
    margin-bottom: 10px;
    width: 50%;
 }
 .left-section .user-profile-sec .profile-section {
    padding: 7px 10px 10px;
 }

 .left-section .user-profile-sec .profile-section h6 {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
}	
.left-section .user-profile-sec .profile-section p {
    font-size: 11px;
    font-weight: 600;
}


}