/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.loader-main {
   height: 200px;
   text-align: center;
}

.loader {
   border: 10px solid #f3f3f3;
   border-top: 10px solid #4cc6ff;
   border-radius: 50%;
   width: 100px;
   height: 100px;
   animation: spin 2s linear infinite;
   margin: 0 auto;
}
span.bodyclshead {
    font-family: Lato,sans-serif;
    text-transform: lowercase;
    font-weight: 700;
    line-height: 1;
}
[data-badge] {
   height: 0;
   visibility: hidden;
   opacity: 0;
   transition: all 250ms ease;
   display: block;
   width: 100%;
}

[data-badge='active'] {
   height: auto;
   visibility: visible;
   opacity: 1;
}

.page-id-2903 .contact-content {
   padding-top: 8px;
}

.view-conferences-page h3 {
   margin: 0;
   float: left;
   line-height: 34px;
   width: 100px;
}
.view-conferences-page #admin_registration h3{
       margin-bottom: 10px;
   float: none;
   line-height: 1.1;
   width: auto;	
}
.form [type="radio"]:not(:checked), .form [type="radio"]:checked {
    position: static;
    opacity: 1;
    pointer-events: inherit;
}
.view-conferences-page hr {
   margin: 8px 0;
}

.view-conferences-page > div {
   padding: 8px 0;
}

.contact-content .has-error .form-control {
   border: 2px solid red !important;
}

.text-right button.close {
   padding: 0 10px;
   float: none;
   font-size: 30px;
}
.badge-member h1, .d_badge h1 {
    text-transform: capitalize;
}
.d_badge {
    text-transform: capitalize;
}
@media print {
   .no-print,
   .no-print * {
      display: none !important;
   }

}

@keyframes spin {
   0% {
      transform: rotate(0deg);
   }

   100% {
      transform: rotate(360deg);
   }

}
.text-align-left{text-align: left !important;}

.admin-conference-nav
{
    font-size: 20px;
    margin: 2rem 0 !important;
}
.navbar-default.admin-conference-nav .navbar-nav>li>a {
    padding: 15px 25px;
}

@media(max-width: 1199px) {
.navbar-default.admin-conference-nav .navbar-nav>li>a {
    padding: 15px 10px;
}	
}

body.register #ewd-feup-register-form-div, body.register #ewd-feup-login.none
{
display: none	
}
body.register #ewd-feup-login.active, body.register #ewd-feup-register-form-div.active{
display: block;	
}
