
/* Style for the to navigation bar in the conversation window */
.navbar {
  margin-bottom: 0px;
}
a:hover {
  cursor: pointer;
}
a.disabled {
  pointer-events: none;
  cursor: default;
}
.navbar-brand {
  margin-left: 15px;
}
#topNavBar {
  min-width: 320px;
  position: fixed;
  top: 0px;
  z-index: 1030;
  width: 100%;
}

/* The alternate closer (disabled/hidden by default) */
#topNavBar .alternate-closer {
  position: absolute;
  right: 2px;
  top: 1px;
  font-size: 26px;
  border: 1px solid silver;
  padding: 0 2px 4px !important;
  line-height: 0.7em;
  cursor: pointer;
}

/* == Uncomment the below to use the Alternate Closer in the nav bar == */

/* Below, when uncommented:
   Hides the default nav-bar drop-down, shows the alternate closer, and overrides
   the topNavBar height (suggest 30 minimum) and background-color (set values to suite your theme)
*/
/*
#topNavBar {  height: 30px;  background-color: white !important; }
#topNavBar .navbar-toggler { display: none; }
#topNavBar .alternate-closer { display: block; }
*/

/* == ------------------------------------------------------------- == */