a:hover {
  cursor: pointer;
}

events > * {
  background: #fff;
}

login > * {
  margin-top: 20px;
}

.align-middle {
  vertical-align: middle !important;
}

.brand-color {
  color: #62b3de;
}

.brand-background {
  background-color: #62b3de;
}

.glyphicon:hover {
  text-decoration: none;
  cursor: pointer;
}
.glyphicon.text-muted:hover {
  text-decoration: none;
  cursor: default;
}

.muted-link:hover,
.muted-link:active,
.muted-link:visited {
  text-decoration: none;
  cursor: pointer;
  color: #eee;
}

.input-group .unmute {
  background-color: #fff;
}

.nav .dropdown-menu {
  z-index: 1002;
}

login .container.panel {
  padding-bottom: 15px;
}

events input.remarks-edit {
  border: 0;
  outline: 0;
  background: inherit;
  display: inline-block;
  color: inherit;
  width: 95%;
  height: 20px;
  margin: -20px 0;
  word-wrap: break-word;
}

events .pencil {
  margin-top: -20px;
  padding: 1px 2px;
  box-shadow: inset -40px 0px 20px -20px #ffffff;
  width: 40px;
  text-align: right;
  height: 18px;
}

events tr:hover .pencil {
  box-shadow: inset -40px 0px 20px -20px #f5f5f5;
}

.merlin-main {
  background-color: #62b3de;
  color: #fff;
}

.merlin-main .navbar-nav>li>a,
.merlin-main .navbar-text,
.merlin-main .navbar-brand {
  color: #fff;
}

/* general classes */
@media (min-width: 768px) {
  .xs-only {
    display: none;
  }
}

.text-light-muted {
  color: #eee;
}

.hide {
  display: none;
}

.pointer:hover {
  background-color: #dddddd;
  cursor: pointer;
}

/* number slider */
.bootstrap-slider-col {
  padding: 0 25px;
}
.slider.slider-horizontal {
  width: 100%;
  margin-top: 7px;
  margin-bottom: 12px;
}
.slider-track {
  cursor: default;
}

/* style colorpicker  */
.colorpicker-restricted.dropdown-menu {
  padding-top: 0;
  margin-top: -39px;
  margin-left: 48px;
}
.colorpicker-restricted .colorpicker-selectors {
  margin: 0;
  height: 34px;
}
.colorpicker-restricted .colorpicker-selectors i.colorpicker-selectors-color {
  width: 34px;
  height: 34px;
}
/* tooltip-like arrow/nose to point to the left */
.colorpicker-restricted.dropdown-menu:before {
  content: '';
  display: inline-block;
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
  border-right: 7px solid #ccc;
  border-right-color: rgba(0,0,0,.2);
  position: absolute;
  top: 15px;
  left: -14px;
}
.colorpicker-restricted.dropdown-menu:after {
  content: '';
  display: inline-block;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-right: 6px solid #fff;
  position: absolute;
  top: 16px;
  left: -12px;
}

/* hide colorpicker grid */
.colorpicker-restricted .colorpicker-saturation,
.colorpicker-restricted .colorpicker-hue,
.colorpicker-restricted .colorpicker-alpha,
.colorpicker-restricted .colorpicker-color {
  display: none;
  visibility: hidden;
  width: 0;
  height: 0;
}

#toasts {
  display: block;
  position: fixed;
  width: 50%;
  max-height: 100%;
  overflow-y: auto;
  margin-right: 20px;
  background-color: transparent;
  z-index: 300;
  bottom: 0;
  right: 0;
  opacity: 0.95;
}

#toasts .alert {
  cursor: pointer;
}

/* sticky table header */
.table-responsive>.table>tbody>tr>td {
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

table.floatThead-table {
  border-top: none;
  border-bottom: none;
  background-color: #fff;
}

.navbar-default .navbar-nav,
.navbar-default .navbar-nav :focus,
.navbar-default .navbar-nav :hover,
.navbar-default .navbar-nav :visited,
.navbar-default .navbar-nav :active {
  color: #fff !important;
}

.navbar-default .navbar-nav .dropdown-menu,
.navbar-default .navbar-nav .dropdown-menu :focus,
.navbar-default .navbar-nav .dropdown-menu :hover,
.navbar-default .navbar-nav .dropdown-menu :visited,
.navbar-default .navbar-nav .dropdown-menu :active {
  color: #000 !important;
}

/* dropdown caret */
.navbar-default .navbar-nav>.dropdown.open>a,
.navbar-default .navbar-nav>.dropdown.open>a:focus,
.navbar-default .navbar-nav>.dropdown.open>a:hover {
  background-color: transparent;
}

/* mobile navbar */
.xs-only.navbar-text > a {
  margin-left: 20px;
  color: #fff;
}
.xs-only.navbar-text > a:hover,
.xs-only.navbar-text > a:active,
.xs-only.navbar-text > a:focus {
  color: #ddd;
  text-decoration: none;
}

/* Loading indicator */
.loader {
  margin: 10px auto;
}

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 1.2em;
  }
  40% {
    box-shadow: 0 -.6em;
    height: 1.5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 1.2em;
  }
  40% {
    box-shadow: 0 -.6em;
    height: 1.5em;
  }
}

/* Impress modal */
#impress-modal .modal-dialog {
  min-width: 80vw;
}

#impress-modal .modal-body {
  max-height: 65vh;
  overflow: scroll;
}

#impress-modal h2 {
  font-size: 20px;
}
