/* LP Program */
+.program-session-details-toggle-all {
+ margin-bottom: 25px;
+ display: none;
+}
+
+.program-session-details-toggle-all button {
+ font-weight: 700;
+}
+
+.program-session-details-toggle-all button.fixed {
+ position: fixed;
+ top: 50px;
+ right: 20px;
+}
+
.program-day {
margin-bottom: 10px;
}
.program-session-room-details button {
margin-left: 5px;
+ font-weight: 700;
+ display: none;
}
.program-session-ical-bg {
border-color: rgba(88, 208, 121, 0.2);
}
+.btn-default.active.focus,
+.btn-default.active:focus,
+.btn-default.active:hover,
+.btn-default.focus:active,
+.btn-default:active:focus,
+.btn-default:active:hover,
+.open > .dropdown-toggle.btn-default.focus,
+.open > .dropdown-toggle.btn-default:focus,
+.open > .dropdown-toggle.btn-default:hover {
+ color: #ffffff;
+ background-color: rgba(88, 208, 121, 1.0);
+ border-color: rgba(88, 208, 121, 0.2);
+}
+
+
@media (min-width:1280px) {
.btn-block {
display: block;
background-image: none;
}
-.program-session-details-toggle-all {
- margin-bottom: 25px;
-}
-
-.program-session-details-toggle-all button.fixed {
- position: fixed;
- top: 50px;
- right: 20px;
-}
-
/* Carousel */
.btn-carousel {