/* Notifications */
.notifications {
  z-index: 100000000;
  opacity: 0.85;
  position: fixed;
  top: 40px;
  left: 35%;
}

.notifications .notification {
  border: 1px solid #cfdbe2;
  border-radius: 4px;
  padding: 15px 25px;
  margin-bottom: 15px;
  background-color: #fff;
}
.notifications .danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.notifications .warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.notifications .success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* Notification animations */
.notification.fading.ng-move {
  opacity: 0;
  -webkit-transition: 0.25s linear all; /* Safari/Chrome */
  transition: 0.25s linear all; /* All other modern browsers and IE10+ */
}

.notification.fading.ng-move.ng-move-active {
  opacity: 1;
}

.notification.fading.ng-leave {
  opacity: 1;
  -webkit-transition: 0.25s linear all; /* Safari/Chrome */
  transition: 0.25s linear all; /* All other modern browsers and IE10+ */
}

.notification.fading.ng-leave.ng-leave-active {
  opacity: 0;
}

.notification:hover {
  opacity: 0.4;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

.search-result {
  max-height: 80px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 16px;
}
#topButton {
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
  width: 60px;
}

#topButton:hover {
  border: none;
  background-color: #555; /* Add a dark-grey background on hover */
}
/*
.content-wrapper {
  padding: 15px;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: -1px;
  position: fixed;
  top: 220px;
  z-index: 1000;
}*/

.topnavbar-header {
  top: 0;
  width: 100%;
  z-index: 1000;
}

.topnavbar-link-wrapper {
  overflow: visible;
  white-space: nowrap;
}

.topnavbar-link {
  display: inline-block;
  color: #ffffff !important;
  text-decoration: none !important;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;

  padding: 12px 27px 10px 27px;
  border-bottom: transparent;
}

.topnavbar-link:hover {
  background-color: #555;
  border-bottom: solid #ba593b 6px;
}

.topnavbar-link-active,
.topnavbar-link-active:hover {
  background-color: #ba593b !important;
  border-bottom: solid #ffb189 6px !important;
}

.index-content {
  font-family: "Open Sans";
}
.toc-content {
  margin-left: 10px;
  font-family: "Open Sans";
}
.proceedings {
  margin: 40px 20px 10px 20px !important;
  padding-bottom: 20px !important;
  color: #000000;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 19px;
  border-bottom: 2px solid #ba593b;
}
.author-page {
  margin-left: 235px;
}
.toc {
  margin-top: 120px !important;
  margin-left: 235px;
}

.index-menu {
  margin-bottom: 0 !important;
  position: fixed;
  top: 240px;
  z-index: 1000;
  background-color: #ffffff;
  width: 100%;
  border-bottom: 2px solid #ba593b;
}

.content-wrapper {
  padding: 0px;
}

.make-sticky {
  position: fixed;
  top: 156px;
  z-index: 1000;
  transition: top 0.2s;
}

.topnavbar-wrapper > .navbar {
  background-color: #3a3a3a;
}

.nav-align {
  margin-left: 205px;
  margin-top: -10px;
}
.banner {
  min-height: 161px;
  background-color: #802f21;
  background: linear-gradient(90deg, #731804 0%, #8a3323 32.62%, #ff7b3c 100%);
}

.compendium {
  color: #ffb189;
  font-family: Montserrat;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 31px;
}

.cs-logo {
  /*height: 46px;*/
  width: 123px;
}

.sponsored-by {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 15px;
}

.ieee-logo-white {
  height: 30px;
}
.sp-logo {
  height: 124px;
  margin-left: 40px;
}

.ieee-security-and-pr {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
}

.banner-conf-title {
  font-weight: 600;
  font-size: 22px;
}

.banner-year {
  display: inline-block;
}

.ieee-technical-commi {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 15px;
}

.table-of-contents {
  margin-top: 20px;
  color: #0d0d0d;
  font-family: Montserrat;
  font-size: 31px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
  margin-left: 10px;
}

.sticky-class {
  position: fixed;
}

.toc-top-menu {
  border-radius: 4px 4px 0 0;
  background-color: #ba593b;
  margin-bottom: 0 !important;
  position: fixed;
  top: 235px;
  z-index: 1000;
}

.ieee-symposia-on-sec-banner {
  font-family: Open Sans;
  color: #ffffff;
  margin-left: 17px;
}
.ieee-symposia-on-sec {
  color: #ffffff;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 12px;
  margin-left: 17px;
  display: inline-block;
}
.conference-toolbar {
  margin-left: 17px;
}
.year-picker {
  height: 32px;
  width: 211px;
  background-color: #ffffff;
}

.navmenu,
.navbar-offcanvas {
  border-style: none;
}

.toc-nav-bar {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 15px;
  text-align: center;
  white-space: nowrap;
}
.toc-nav-bar:hover {
  color: #ba593b;
}
.listing-by-authors {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 15px;
  text-align: center;
  white-space: nowrap;
}

.selected-state {
  height: 50px;
  width: 162px;
  background-color: #ba593b;
}

.listing-by-titles {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 15px;
  text-align: center;
  white-space: nowrap;
}

.nav > li > a {
  color: #ffffff;
}
.nav > li > a:hover {
  background-color: #ba593b;
}
.nav > li > a:focus {
  background-color: #ba593b;
}
/*.top-bar > li > a:hover {
  background-color: #BA593B;
  height: 40px;
  width: 205px;
  line-height: 11px;
  margin-top: 10px;
}*/
.symposium-nav > li > a {
  color: black;
  padding: 15px 15px;
}

/*.nav-menu > nav > li > a:focus{
  background-color:#BA593B;
}*/

.navmenu-default > nav > li > a:hover {
  background-color: #ba593b;
}
.navmenu-default > navmenu-nav > li > a:hover {
  background-color: #ba593b;
}
/*.symposium-nav > li > a:hover {
  background-color: lightgrey;
}*/
.symposium-nav > li > a:hover {
  background-color: lightgrey;
}
.navbar-nav > li > a {
  line-height: 17px;
}
.arrow {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;

  border-left: 15px solid #ba593b;
  float: right;
  margin-top: 12px;
  margin-right: 5px;
}
/*@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat-Bold.otf')  format('truetype');
  font-weight: bold;
}*/
.jump-to-session {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
}
.select-a-year {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
}
.calendar {
  margin-top: 20px;
}

.navmenu-default .navmenu-nav > li > a:hover,
.navmenu-nav > li > a:hover,
.navmenu-default .navmenu-nav > li > a:focus,
.navmenu-nav > li > a:focus {
  background-color: lightgrey;
}

.nav > li > a.toc-menu-nav-link {
  color: #000000;
  display: inline-block;
  width: 280px;
  height: 60px;
  border-left: solid #fff7f2 6px;
}

.nav > li > a.toc-menu-nav-link:hover {
  background-color: grey;
  border-left: solid #ba593b 6px;
  color: white;
}

.nav > li > a.toc-menu-nav-link.active {
  background: #ba593b !important;
  color: #ffffff !important;
  border-left: solid #ffb189 6px;
}

.symposium-title {
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 19px;
}
.intro-body {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
  margin-left: 235px;

}
.download-links{
  margin-left: 1035px;
}
@media (min-width: 992px) {
  .toc-container {
    padding-left: 300px;
  }
}
.navmenu-fixed-left,
.navmenu-fixed-right,
.navbar-offcanvas {
  position: fixed;
  z-index: 1030;
  top: 235px;
  bottom: 0;
  overflow-y: visible;
  border-radius: 0;
}

.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  background-color: #ba593b;
}
.navbar {
  margin-bottom: 0px;
  border: 0px solid transparent;
  border-radius: 0px;
}
/*.nav-wrapper {
  height: 50px;
}*/
.btn {
  font-weight: 600;
  border: 2px solid transparent;
}
.parent {
  padding-right: 0px;
  padding-left: 0px;
}
.table-header {
  color: #000000 !important;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 25px;
}
.listing-title {
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
}

.sort-arrow {
  color: #989898;
}

tbody > tr > th.index-group {
  background-color: #ba593b;
  color: #ffffff;
  border-bottom: 4px solid #ffb189;
  border-top: none;
  padding: 5px;
}

tbody > tr > td {
  border-bottom: none;
}

tbody > tr:nth-child(odd) {
  background-color: #fff7f2;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff7f2;
}

tbody > tr {
  font-family: "Open Sans";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
}

.index-link {
  color: black !important;
}

body {
  color: #0d0d0d;
}

tbody {
  border-top: none !important;
}

.index-toolbar > .btn-default.active,
.index-toolbar > .btn-default.active:focus {
  border: 2px solid #ffb189;
  background-color: #ba593b;
  color: #ffffff;
}

.index-toolbar > .btn-default:hover {
  /*border: 2px solid #FFB189;*/
  background-color: #ffb189;
}

.index-toolbar > .btn-default:focus {
  border: 2px solid #ba593b;
  background-color: #802f21;
  color: #ffffff;
}

.input-group .btn {
  font-size: 13px;
}

.navbar-form {
  border-top: none;
  border-bottom: none;
  box-shadow: none;
}

.navmenu-default {
  background-color: #fff7f2;
}

.small-toc-menu {
  background-color: #fff7f2;
}
