.ui.inverted.menu {
  background: #36397E;
  color: #fff;
}
.navbar .nav > li > a {
  color: #fff;
}
a:link,
a:hover,
a:active,
a:visited {
  color: #6D1D7C;
}
.ui.primary.buttons .button,
.ui.primary.button {
  background: #36397E;
  color: #fff;
}
.ui.blue.label,
.ui.blue.label:before {
  background-color: #36397E !important;
  border-color: #36397E !important;
}
#sequence-list .screencontent {
  background-image: url('/img/create/device.png');
}
#sequence-list .ui.top.attached.blue.inverted.segment {
  background: url('/img/bpc/header-pattern.png') repeat;
}
/*
.ui.segment.attached {
  border-color: #36397E;
}*/
#sequence-list .non-device:not(:first-child) {
  border-left: 1px dashed #36397e;
}
#sequence-list .ui.segment.attached {
  border-color: #36397e;
}
#sequence-list .column.map .reveal {
  border-top: 1px dashed #36397e;
}
@media only screen and (max-width: 767px) {
  #sequence-list .ui.stackable.celled.grid > .column:not(.row),
  #sequence-list .ui.stackable.divided:not(.vertically).grid > .column:not(.row),
  #sequence-list .ui.stackable.celled.grid > .row > .column,
  #sequence-list .ui.stackable.divided:not(.vertically).grid > .row > .column {
    border-top-color: #36397e;
  }
}
.ui.inverted.blue.menu {
  background-color: #36397e;
}
.ui.breadcrumb a {
  color: #36397e;
}
#sequence-list .screencontent .content {
  font-family: 'Dosis', sans-serif;
  background: white;
  font-weight: 400;
  color: black;
}
#sequence-list .screencontent .content a,
#sequence-list .screencontent .content a:link,
#sequence-list .screencontent .content a:active,
#sequence-list .screencontent .content a:hover {
  color: #36397e;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #aaa;
}
.ui.secondary.pointing.menu a.active.item,
.ui.secondary.pointing.menu a.active.item:hover {
  border-bottom-color: #36397e;
  background-color: #E2E3F8;
}
.ui.primary.button:active,
.ui.primary.button:active,
.ui.primary.button:hover {
  background-color: #5f63bb;
}
@media only screen and (min-width: 366px) {
  .logo-xxs {
    display: none;
  }
  .logo-m {
    display: block;
  }
}
@media only screen and (max-width: 365px) {
  .logo-xxs {
    display: block;
  }
  .logo-m {
    display: none;
  }
}
ol.big li::first-line {
  font-size: 2em;
}
