div.logobar {
    padding: 10px 15px;
    background-color: rgb(248, 248, 248);
    color: #777777;
}
.logobar .container{
	border-bottom: 1px solid #e7e7e7;
}
.logobar a {
    color: #4e5e6b;
}
.navbar{
  border-top: none !important;
}
.navbar-brand {
  font-size : 36px;
}
.navbar{
  border-radius: 0px !important;
}
.place {
  float: left;
  padding : 23px 0 0 40px
}
.place2 {
  float: right;
  padding : 23px 0 0 0px
}
a {
	color:  #007BC0;
	text-decoration: none;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #007BC0;
}



/* Fix sizing of carousel to fit the REFSQ banner */
@media (max-width: 439px){  .carousel-inner .item {height: 80px !important;} }
@media (min-width: 440px){  .carousel-inner .item {height: 100px !important;} }
@media (min-width: 600px){  .carousel-inner .item {height: 140px !important;} }
@media (min-width: 768px){  .carousel-inner .item {height: 180px !important;} }
@media (min-width: 1000px){ .carousel-inner .item {height: 220px !important;} }
@media (min-width: 1440px){ .carousel-inner .item {height: 320px !important;} }
@media (min-width: 1800px){ .carousel-inner .item {height: 400px !important;} }

/* Custom panel colors */
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #007BC0; /*change to the color of your choice*/
    border-color: #007BC0; /*change to the color of your choice*/
}
.panel-primary {
    border-color: #007BC0; /*change to the color of your choice*/
}

.btn-primary {
	background-color: #007BC0; /*change to the color of your choice*/
    border-color: #007BC0; /*change to the color of your choice*/
}
.btn-default.btn-primary {
    color: #fff !important; /* fixes button color with both btn-default and btn-primary class*/
}

.panel-heading.clearfix {
	background-color: #007BC0; /*change to the color of your choice*/
    border-color: #007BC0; /*change to the color of your choice*/
}

.panel-title {
	color: #ffffff;
}
 
.important-dates-in-sidebar .past {
    text-decoration: line-through; /* Strike through past important dates */
}

/* Hot fix for button display in profile */
.btn-default {
    color: #007BC0 !important;
}

/* Hide registration and committee meeting track from Tracks menu */
#tracks-in-navbar a[href="https://2025.refsq.org/track/refsq-2025-registration"],
#tracks-in-navbar a[href="https://2025.refsq.org/track/refsq-2025-steering-committee-meeting"],
.footer-box a[href="https://2025.refsq.org/track/refsq-2025-registration"],
.footer-box a[href="https://2025.refsq.org/track/refsq-2025-steering-committee-meeting"] {
    display: none;
}

.place::after {
    content: "Mon 7 -  Thu 10 April 2025 Barcelona, Spain";
    display: block;
    color: inherit; /* This will inherit the text color of the original text */
}

.place {
    visibility: hidden;
    position: relative;
}


.place::after {
    visibility: visible; 
    top: 1em;
    left: 0;
    position: absolute;
}
