div.table {
  background-color: transparent;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
div.table:before,
div.table:after {
  content: '';
  display: block;
  clear: both;
}
div.table div.caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
div.table div.th {
  text-align: left;
  font-weight: bold;
}
div.table > div.thead > div.tr,
div.table > div.tbody > div.tr,
div.table > div.tfoot > div.tr {
  border-bottom: 1px solid #dddddd;
}
div.table > div.thead > div.tr:last-child,
div.table > div.tbody > div.tr:last-child,
div.table > div.tfoot > div.tr:last-child {
  border-bottom-width: 0;
}
div.table > div.thead > div.tr:before,
div.table > div.tbody > div.tr:before,
div.table > div.tfoot > div.tr:before,
div.table > div.thead > div.tr:after,
div.table > div.tbody > div.tr:after,
div.table > div.tfoot > div.tr:after {
  content: '';
  display: block;
  clear: both;
}
div.table > div.thead > div.tr div.th,
div.table > div.tbody > div.tr div.th,
div.table > div.tfoot > div.tr div.th,
div.table > div.thead > div.tr div.td,
div.table > div.tbody > div.tr div.td,
div.table > div.tfoot > div.tr div.td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
}
div.table > div.thead:before,
div.table > div.tbody:before,
div.table > div.tfoot:before,
div.table > div.thead:after,
div.table > div.tbody:after,
div.table > div.tfoot:after {
  content: '';
  display: block;
  clear: both;
}
div.table > div.thead > div.tr div.th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
div.table > div.tbody + div.tbody {
  border-top: 2px solid #dddddd;
}
div.table div.table {
  background-color: white;
}
div.table-condensed > div.thead > div.tr div.th,
div.table-condensed > div.tbody > div.tr div.th,
div.table-condensed > div.tfoot > div.tr div.th,
div.table-condensed > div.thead > div.tr div.td,
div.table-condensed > div.tbody > div.tr div.td,
div.table-condensed > div.tfoot > div.tr div.td {
  padding: 5px;
}
div.table-bordered {
  border: 1px solid #dddddd;
}
div.table-bordered > div.thead > div.tr div.th,
div.table-bordered > div.tbody > div.tr div.th,
div.table-bordered > div.tfoot > div.tr div.th,
div.table-bordered > div.thead > div.tr div.td,
div.table-bordered > div.tbody > div.tr div.td,
div.table-bordered > div.tfoot > div.tr div.td {
  border-right: 1px solid #dddddd;
}
div.table-bordered > div.thead > div.tr div.th:last-child,
div.table-bordered > div.tbody > div.tr div.th:last-child,
div.table-bordered > div.tfoot > div.tr div.th:last-child,
div.table-bordered > div.thead > div.tr div.td:last-child,
div.table-bordered > div.tbody > div.tr div.td:last-child,
div.table-bordered > div.tfoot > div.tr div.td:last-child {
  border-right-width: 0;
}
div.table-bordered > div.thead > div.tr {
  border-bottom-width: 2px;
}
div.table-striped > div.tbody > div.tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
div.table-hover > div.tbody > div.tr:hover {
  background-color: whitesmoke;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: whitesmoke;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
div.table > div.thead > div.tr > div.td.active,
div.table > div.tbody > div.tr > div.td.active,
div.table > div.tfoot > div.tr > div.td.active,
div.table > div.thead > div.tr > div.th.active,
div.table > div.tbody > div.tr > div.th.active,
div.table > div.tfoot > div.tr > div.th.active,
div.table > div.thead > div.tr.active > div.td,
div.table > div.tbody > div.tr.active > div.td,
div.table > div.tfoot > div.tr.active > div.td,
div.table > div.thead > div.tr.active > div.th,
div.table > div.tbody > div.tr.active > div.th,
div.table > div.tfoot > div.tr.active > div.th {
  background-color: whitesmoke;
}
div.table-hover > div.tbody > div.tr > div.td.active:hover,
div.table-hover > div.tbody > div.tr > div.th.active:hover,
div.table-hover > div.tbody > div.tr.active:hover > div.td,
div.table-hover > div.tbody > div.tr:hover > .active,
div.table-hover > div.tbody > div.tr.active:hover > div.th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
div.table > div.thead > div.tr > div.td.success,
div.table > div.tbody > div.tr > div.td.success,
div.table > div.tfoot > div.tr > div.td.success,
div.table > div.thead > div.tr > div.th.success,
div.table > div.tbody > div.tr > div.th.success,
div.table > div.tfoot > div.tr > div.th.success,
div.table > div.thead > div.tr.success > div.td,
div.table > div.tbody > div.tr.success > div.td,
div.table > div.tfoot > div.tr.success > div.td,
div.table > div.thead > div.tr.success > div.th,
div.table > div.tbody > div.tr.success > div.th,
div.table > div.tfoot > div.tr.success > div.th {
  background-color: #dff0d8;
}
div.table-hover > div.tbody > div.tr > div.td.success:hover,
div.table-hover > div.tbody > div.tr > div.th.success:hover,
div.table-hover > div.tbody > div.tr.success:hover > div.td,
div.table-hover > div.tbody > div.tr:hover > .success,
div.table-hover > div.tbody > div.tr.success:hover > div.th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
div.table > div.thead > div.tr > div.td.info,
div.table > div.tbody > div.tr > div.td.info,
div.table > div.tfoot > div.tr > div.td.info,
div.table > div.thead > div.tr > div.th.info,
div.table > div.tbody > div.tr > div.th.info,
div.table > div.tfoot > div.tr > div.th.info,
div.table > div.thead > div.tr.info > div.td,
div.table > div.tbody > div.tr.info > div.td,
div.table > div.tfoot > div.tr.info > div.td,
div.table > div.thead > div.tr.info > div.th,
div.table > div.tbody > div.tr.info > div.th,
div.table > div.tfoot > div.tr.info > div.th {
  background-color: #d9edf7;
}
div.table-hover > div.tbody > div.tr > div.td.info:hover,
div.table-hover > div.tbody > div.tr > div.th.info:hover,
div.table-hover > div.tbody > div.tr.info:hover > div.td,
div.table-hover > div.tbody > div.tr:hover > .info,
div.table-hover > div.tbody > div.tr.info:hover > div.th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
div.table > div.thead > div.tr > div.td.warning,
div.table > div.tbody > div.tr > div.td.warning,
div.table > div.tfoot > div.tr > div.td.warning,
div.table > div.thead > div.tr > div.th.warning,
div.table > div.tbody > div.tr > div.th.warning,
div.table > div.tfoot > div.tr > div.th.warning,
div.table > div.thead > div.tr.warning > div.td,
div.table > div.tbody > div.tr.warning > div.td,
div.table > div.tfoot > div.tr.warning > div.td,
div.table > div.thead > div.tr.warning > div.th,
div.table > div.tbody > div.tr.warning > div.th,
div.table > div.tfoot > div.tr.warning > div.th {
  background-color: #fcf8e3;
}
div.table-hover > div.tbody > div.tr > div.td.warning:hover,
div.table-hover > div.tbody > div.tr > div.th.warning:hover,
div.table-hover > div.tbody > div.tr.warning:hover > div.td,
div.table-hover > div.tbody > div.tr:hover > .warning,
div.table-hover > div.tbody > div.tr.warning:hover > div.th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
div.table > div.thead > div.tr > div.td.danger,
div.table > div.tbody > div.tr > div.td.danger,
div.table > div.tfoot > div.tr > div.td.danger,
div.table > div.thead > div.tr > div.th.danger,
div.table > div.tbody > div.tr > div.th.danger,
div.table > div.tfoot > div.tr > div.th.danger,
div.table > div.thead > div.tr.danger > div.td,
div.table > div.tbody > div.tr.danger > div.td,
div.table > div.tfoot > div.tr.danger > div.td,
div.table > div.thead > div.tr.danger > div.th,
div.table > div.tbody > div.tr.danger > div.th,
div.table > div.tfoot > div.tr.danger > div.th {
  background-color: #f2dede;
}
div.table-hover > div.tbody > div.tr > div.td.danger:hover,
div.table-hover > div.tbody > div.tr > div.th.danger:hover,
div.table-hover > div.tbody > div.tr.danger:hover > div.td,
div.table-hover > div.tbody > div.tr:hover > .danger,
div.table-hover > div.tbody > div.tr.danger:hover > div.th {
  background-color: #ebcccc;
}
div.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  div.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  div.table-responsive > div.table {
    margin-bottom: 0;
  }
  div.table-responsive > div.table > div.thead > div.tr div.th,
  div.table-responsive > div.table > div.tbody > div.tr div.th,
  div.table-responsive > div.table > div.tfoot > div.tr div.th,
  div.table-responsive > div.table > div.thead > div.tr div.td,
  div.table-responsive > div.table > div.tbody > div.tr div.td,
  div.table-responsive > div.table > div.tfoot > div.tr div.td {
    white-space: nowrap;
  }
  div.table-responsive > div.table-bordered {
    border: 0;
  }
  div.table-responsive > div.table-bordered > div.thead > div.tr div.th:first-child,
  div.table-responsive > div.table-bordered > div.tbody > div.tr div.th:first-child,
  div.table-responsive > div.table-bordered > div.tfoot > div.tr div.th:first-child,
  div.table-responsive > div.table-bordered > div.thead > div.tr div.td:first-child,
  div.table-responsive > div.table-bordered > div.tbody > div.tr div.td:first-child,
  div.table-responsive > div.table-bordered > div.tfoot > div.tr div.td:first-child {
    border-left: 0;
  }
  div.table-responsive > div.table-bordered > div.thead > div.tr div.th:last-child,
  div.table-responsive > div.table-bordered > div.tbody > div.tr div.th:last-child,
  div.table-responsive > div.table-bordered > div.tfoot > div.tr div.th:last-child,
  div.table-responsive > div.table-bordered > div.thead > div.tr div.td:last-child,
  div.table-responsive > div.table-bordered > div.tbody > div.tr div.td:last-child,
  div.table-responsive > div.table-bordered > div.tfoot > div.tr div.td:last-child {
    border-right: 0;
  }
  div.table-responsive > div.table-bordered > div.tbody > div.tr:last-child div.th,
  div.table-responsive > div.table-bordered > div.tfoot > div.tr:last-child div.th,
  div.table-responsive > div.table-bordered > div.tbody > div.tr:last-child div.td,
  div.table-responsive > div.table-bordered > div.tfoot > div.tr:last-child div.td {
    border-bottom: 0;
  }
}
html {
  min-height: 100%;
  min-width: fit-content;
}
body {
  background-color: white;
  padding: 10px;
}
@media (min-width: 992px) {
  body {
    padding-left: 260px;
  }
}
body.prettyback {
  background: url(/Content/img/back1.jpg) no-repeat center center fixed;
  background-position-x: 0;
  background-position-y: 0;
  background-size: cover;
}
@media (min-width: 992px) {
  body.prettyback {
    background-position-x: 250px;
  }
}
.no-wrap {
  white-space: nowrap;
}
/* styles for validation helpers */

.field-validation-error {
  color: #b94a48;
}
.field-validation-valid {
  display: none;
}
input.input-validation-error {
  border: 1px solid #b94a48;
}
input[type="checkbox"].input-validation-error {
  border: 0 none;
}
.validation-summary-errors {
  color: #b94a48;
}
.validation-summary-valid {
  display: none;
}
.center {
  text-align: center;
}
.nicescroll-rails div {
  border-color: #777777 !important;
}
.collapse-width {
  width: 1px;
}
nav.menu {
  background-color: #222222;
  color: #eeeeee;
  -webkit-transition-property: margin-left, width;
  transition-property: margin-left, width;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 85%;
  z-index: 1030;
}
@media (min-width: 480px) {
  nav.menu {
    width: 250px;
    -webkit-transition-property: none;
    transition-property: none;
    -webkit-transition-duration: 0;
    transition-duration: 0;
  }
}
nav.menu.collapsed {
  margin-left: -85%;
}
@media (min-width: 480px) {
  nav.menu.collapsed {
    margin-left: -250px;
  }
}
nav.menu a,
nav.menu a:focus,
nav.menu a:hover {
  text-decoration: none;
}
nav.menu .header {
  padding: 5px 15px;
  border-bottom: solid 1px #c2cd00;
  height: 40px;
}
nav.menu .header .logo {
  background-image: url(/Content/img/logo.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-color: transparent;
  width: 122px;
  height: 18px;
  display: block;
  margin: 5px 0;
}
nav.menu .header .auth {
  float: right;
  display: block;
  width: 26px;
  border: solid 1px white;
  border-radius: 30px;
  padding: 2px;
  text-align: center;
  margin-top: 1px;
  background-color: transparent;
  color: #777777;
}
nav.menu .header .auth.loggedin .glyphicons {
  color: #c2cd00;
}
nav.menu .header .auth-details {
  transition: opacity 0.3s ease;
  opacity: 1;
  display: block;
  color: #333333;
  position: absolute;
  top: 42px;
  left: 10px;
  right: 10px;
  text-align: left;
  background-color: #f7f7f7;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
  z-index: 1060;
  padding-bottom: 6px;
}
nav.menu .header .auth-details.hidden {
  display: none;
}
nav.menu .header .auth-details.visuallyhidden {
  opacity: 0;
}
nav.menu .header .auth-details .arrow {
  display: block;
  position: absolute;
  right: 6px;
  border: solid 11px transparent;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
  top: -11px;
}
nav.menu .header .auth-details .arrow:after {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  border: solid 11px transparent;
  border-bottom-color: #f7f7f7;
  border-top-width: 0;
  position: absolute;
  top: 1px;
  margin-left: -11px;
}
nav.menu .header .auth-details .title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #eaeaea;
  border-radius: 5px 5px 0 0;
}
nav.menu .header .auth-details .content {
  padding: 9px 14px;
}
nav.menu .header .auth-details .content a {
  margin-bottom: 5px;
}
nav.menu .header .auth-details .content .glyphicons {
  float: left;
  margin-top: 5px;
  font-size: 24px;
  color: #555555;
}
nav.menu .header .auth-details .content .text {
  display: block;
  margin-left: 31px;
}
nav.menu .header .auth-details .list-group {
  margin-bottom: 0;
}
nav.menu .header .auth-details .list-group .list-group-item {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  padding: 0;
}
nav.menu .header .auth-details .list-group .list-group-item a {
  color: #555555;
  padding: 10px 15px;
  display: block;
}
nav.menu .header .auth-details .list-group .list-group-item a:hover {
  text-decoration: none;
}
nav.menu .header .auth-details .list-group .list-group-item a:not(:only-of-type) {
  display: inline-block;
  width: 83%;
}
nav.menu .header .auth-details .list-group .list-group-item a:first-child + a {
  display: inline-block;
  width: 17%;
  padding: 10px;
  font-size: 1.2em;
}
nav.menu .header .auth-details .list-group .list-group-item:first-child {
  border-top: 0;
}
nav.menu .header .auth-details .details {
  font-size: 0.8em;
  text-align: center;
  padding: 9px 0;
}
nav.menu .menu-list {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
nav.menu .menu-list .mCSB_container {
  overflow: visible;
}
nav.menu .menu-list ul.mainmenu,
nav.menu .menu-list ul.submenu {
  padding: 0;
  list-style: none;
  margin: 0;
  border-bottom: solid 1px transparent;
  width: 100%;
}
nav.menu .menu-list ul.mainmenu li.menuitem > a .caret,
nav.menu .menu-list ul.submenu li.menuitem > a .caret {
  transition: transform 0.5s;
  margin-right: 7px;
  border-width: 6px;
  border-left: 6px solid #eeeeee;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 0 solid transparent;
  transform: rotate(90deg);
}
nav.menu .menu-list ul.mainmenu li.menuitem > a.collapsed .caret,
nav.menu .menu-list ul.submenu li.menuitem > a.collapsed .caret {
  transform: rotate(0deg);
}
nav.menu .menu-list ul.mainmenu li.menuitem.active a,
nav.menu .menu-list ul.submenu li.menuitem.active a {
  color: #c2cd00;
}
nav.menu .menu-list ul.mainmenu li.menuitem {
  padding: 0;
  margin: 0;
  border-top: solid 1px #666666;
  border-bottom: solid 1px black;
  color: #eeeeee;
}
nav.menu .menu-list ul.mainmenu li.menuitem > a,
nav.menu .menu-list ul.mainmenu li.menuitem > span {
  color: #eeeeee;
  display: block;
  padding: 6px 20px;
}
nav.menu .menu-list ul.mainmenu li.menuitem > a span,
nav.menu .menu-list ul.mainmenu li.menuitem > span span {
  margin-right: 5px;
}
nav.menu .menu-list ul.mainmenu li.mainmenuitem {
  font-size: 1.2em;
}
nav.menu .menu-list ul.mainmenu li.mainmenuitem .login-helper {
  margin: 5px 10px;
  padding: 0 15px 5px 10px;
  text-align: right;
}
nav.menu .menu-list ul.mainmenu li.mainmenuitem .login-helper span {
  background: url(/Content/img/login-helper-arrow.png) no-repeat center center;
  display: inline-block;
  width: 47px;
  height: 24px;
}
nav.menu .menu-list ul.mainmenu li.mainmenuitem .no-account-helper {
  margin: 5px 10px;
  padding: 0 15px 5px 10px;
  font-size: 0.8em;
}
nav.menu .menu-list ul.mainmenu li.mainmenuitem > a:not(:only-of-type) {
  display: inline-block;
  width: 83%;
}
nav.menu .menu-list ul.mainmenu li.mainmenuitem > a:first-child + a {
  display: inline-block;
  width: 17%;
  padding: 10px;
}
nav.menu .menu-list ul.mainmenu li.menunotification {
  border-bottom-color: #c2cd00;
}
nav.menu .menu-list ul.mainmenu li.menusupport {
  border-bottom-color: #c2cd00;
}
nav.menu .menu-list ul.mainmenu ul.submenu {
  border-bottom-color: #c2cd00;
}
nav.menu .menu-list ul.mainmenu ul.submenu > li > a {
  padding-left: 40px;
}
nav.menu .menu-list ul.mainmenu ul.submenu > li > a:not(:only-of-type) {
  display: inline-block;
  width: 83%;
}
nav.menu .menu-list ul.mainmenu ul.submenu > li > a:first-child + a {
  display: inline-block;
  width: 17%;
  padding: 10px;
}
nav.menu .account-selector-label {
  padding-bottom: 0 !important;
}
nav.menu .account-selector-container {
  padding: 0 5px 10px 20px;
}
nav.menu .account-selector-container #accountSelector {
  height: 27px;
  padding-left: 14px;
  padding-top: 3px;
}
nav.menu .accountselector-list {
  max-height: 27em;
}
nav.menu .footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
nav.menu .toggle-menu {
  position: absolute;
  padding: 6px 7px 6px 6px;
  background-color: #222222;
  background-image: none;
  border: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  top: 3px;
  left: 100%;
}
nav.menu .toggle-menu .icon-bar + .icon-bar {
  margin-top: 4px;
}
nav.menu .toggle-menu .icon-bar {
  background-color: white;
  display: block;
  width: 13px;
  height: 2px;
  border-radius: 1px;
}
@media (min-width: 992px) {
  nav.menu {
    margin-left: 0 !important;
  }
  nav.menu .toggle-menu {
    display: none;
  }
}
.input-file {
  position: relative;
  overflow: hidden;
}
.input-file .input-group-btn {
  position: relative;
  overflow: hidden;
}
.input-file .form-control-feedback {
  top: 0;
}
.input-file input[type=file] {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.input-file [data-role='file-label'] .filelist-container {
  position: relative;
  height: 100%;
}
.input-file [data-role='file-label'] .filelist-container ul {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}
.input-file [data-role='file-label'] .filelist-container ul li {
  margin-right: 0.5em;
  padding: 3px 5px;
  max-width: 100%;
}
.input-file [data-role='file-label'] .filelist-container ul li .glyphicons {
  margin-left: 0.5em;
}
.validationerrors h3 {
  margin: 0;
}
.validationerrors p {
  margin: 10px 0 20px 0;
}
.validationerrors .errorkeys {
  list-style: none;
  padding: 0;
}
.validationerrors .errorkeys li span {
  font-weight: bold;
}
.spinner {
  display: inline-block;
  width: 1.12em;
  /* ~16px */
  height: 0.28em;
  /* ~4px */
  vertical-align: middle;
}
.spinner > * {
  width: 0.28em;
  height: 0.28em;
  background-color: currentColor;
  border-radius: 100%;
  float: left;
  display: block;
  padding: 0;
  margin: 0 0 0 0.14em;
  /* ~2px */
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner > *:nth-child(1) {
  animation-delay: -0.32s;
  -webkit-animation-delay: -0.32s;
  margin-left: 0;
}
.spinner > *:nth-child(2) {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.dropdown-menu > li > span.disabled {
  color: gray;
}
.scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}
label.required:after {
  content: "\2a";
  color: #d9534f;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'glyphiconss Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.2em;
  font-size: 1.75em;
  vertical-align: text-top;
  height: 0.5em;
}
.loginpanel,
.reset-password-panel {
  background-color: white;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
.loginpanel .panel-body,
.reset-password-panel .panel-body {
  background-color: transparent;
  padding: 20px 30px 15px 30px;
}
.accesstablecontainer {
  border: solid 1px transparent;
}
.accesstablecontainer > span.label {
  display: inline-block;
  margin-bottom: 15px;
}
.has-error .accesstablecontainer {
  border-color: #a94442;
}
.accesstable {
  margin-bottom: 0;
}
.accesstable thead .col-item {
  width: 40%;
}
.accesstable thead .col-roles {
  width: 60%;
}
.accesstable tbody tr label {
  font-weight: normal;
  margin-right: 15px;
  display: inline-block;
  font-size: 12px;
}
.accesstable tbody tr label span {
  vertical-align: bottom;
}
.accesstable tbody tr label input {
  vertical-align: bottom;
}
.accesstable tbody tr label:last-child {
  margin-right: 0;
}
.accesstable tbody tr.selected {
  background-color: #daf1f8;
}
.add-item-template label {
  font-weight: normal;
}
.add-item-template table label {
  display: block;
}
.pagination {
  margin: 0 0 15px 0;
  font-size: 18px;
}
.pagination > li > a {
  padding: 9px 13px;
}
@media (max-width: 767px) {
  .xs-btn-block {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sm-btn-block {
    display: block;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .md-btn-block {
    display: block;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .lg-btn-block {
    display: block;
    width: 100%;
  }
}
.flex {
  display: flex;
}
.split-button-dropdown {
  font-size: 0;
  /* eliminates space between the buttons as we reset their float attribute*/
  display: inline-block;
}
.split-button-dropdown.open .btn:first-of-type {
  border-bottom-left-radius: 0;
}
.split-button-dropdown.open .btn:last-of-type {
  border-bottom-right-radius: 0;
}
.split-button-dropdown .btn {
  float: unset;
  text-align: left;
}
.split-button-dropdown ul.dropdown-menu {
  padding: 0 0;
  -moz-min-width: 82px;
  -ms-min-width: 82px;
  -o-min-width: 82px;
  -webkit-min-width: 82px;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  font-size: 12px;
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: none;
}
.split-button-dropdown ul.dropdown-menu > li > a {
  padding: 3px 8px;
  border-width: 0;
  text-align: left;
}
.split-button-dropdown ul.dropdown-menu > li:first-child > a:hover {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.split-button-dropdown ul.dropdown-menu > li:last-child > a:hover {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.has-feedback label ~ .form-control-feedback {
  top: 34px;
  /* vertical-align: bottom !important; */

}
.has-feedback select ~ .form-control-feedback {
  right: 16px;
}
select.form-control {
  background-image: url("data:image/svg+xml,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='12px' height='6px' preserveAspectRatio='xMidYMid meet' viewBox='0 0 2 1'><path d='M0 0l1 1l1 -1z' /></svg>");
  background-size: 0.8em 0.4em;
  padding-right: 25px;
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.severity-info-off {
  color: black;
}
.severity-info-text {
  color: #0090cc;
}
.severity-triv-text {
  color: #16a200;
}
.severity-min-text {
  color: #b3a100;
}
.severity-med-text {
  color: #996100;
}
.severity-maj-text {
  color: #cc5800;
}
.severity-crit-text {
  color: #cc0000;
}
.severity-off-bg {
  background-color: white;
}
.severity-info-bg {
  background-color: #b3e8ff;
}
.severity-triv-bg {
  background-color: #dbffd5;
}
.severity-min-bg {
  background-color: #fffd99;
}
.severity-med-bg {
  background-color: #ffeb99;
}
.severity-maj-bg {
  background-color: #ffc599;
}
.severity-crit-bg {
  background-color: #ff9999;
}
.severity-off-border {
  border-color: #f2f2f2;
}
.severity-info-border {
  border-color: #99f2ff;
}
.severity-triv-border {
  border-color: #d0ffbc;
}
.severity-min-border {
  border-color: #ffe880;
}
.severity-med-border {
  border-color: #ffd080;
}
.severity-maj-border {
  border-color: #ffa180;
}
.severity-crit-border {
  border-color: #ff8095;
}
.severity-crit {
  background-color: #ff9999;
  border-color: #ff8095;
  color: #cc0000;
}
.severity-crit a {
  color: #cc0000;
}
.severity-maj {
  background-color: #ffc599;
  border-color: #ffa180;
  color: #cc5800;
}
.severity-maj a {
  color: #cc5800;
}
.severity-med {
  background-color: #ffeb99;
  border-color: #ffd080;
  color: #996100;
}
.severity-med a {
  color: #996100;
}
.severity-min {
  background-color: #fffd99;
  border-color: #ffe880;
  color: #b3a100;
}
.severity-min a {
  color: #b3a100;
}
.severity-triv {
  background-color: #dbffd5;
  border-color: #d0ffbc;
  color: #16a200;
}
.severity-triv a {
  color: #16a200;
}
.severity-info {
  background-color: #b3e8ff;
  border-color: #99f2ff;
  color: #0090cc;
}
.severity-info a {
  color: #0090cc;
}
.severity-off {
  background-color: white;
  border-color: #f2f2f2;
  color: black;
}
.severity-off a {
  color: black;
}
.label.severity-off,
.label.severity-off-text,
.label.severity-off-bg,
.label.severity-off-border .label.severity-info,
.label.severity-info-text,
.label.severity-info-bg,
.label.severity-info-border .label.severity-triv,
.label.severity-triv-text,
.label.severity-triv-bg,
.label.severity-triv-border .label.severity-min,
.label.severity-min-text,
.label.severity-min-bg,
.label.severity-min-border .label.severity-med,
.label.severity-med-text,
.label.severity-med-bg,
.label.severity-med-border .label.severity-maj,
.label.severity-maj-text,
.label.severity-maj-bg,
.label.severity-maj-border .label.severity-crit,
.label.severity-crit-text,
.label.severity-crit-bg,
.label.severity-crit-border {
  border-width: 1px;
  border-style: solid;
}
.date {
  max-width: 265px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
}
.glyphicons.glyphicons-primary {
  color: #337ab7;
}
.glyphicons.glyphicons-success {
  color: #5cb85c;
}
.glyphicons.glyphicons-info {
  color: #5bc0de;
}
.glyphicons.glyphicons-warning {
  color: #f0ad4e;
}
.glyphicons.glyphicons-danger {
  color: #d9534f;
}
ul.tags.tags-tags li:before,
ul.tags.tags-alarmgroups li:before,
ul.tags.tags-sensors li:before,
ul.tags.tags-units li:before,
ul.tags.tags-users li:before,
div.tags.tags-tags li:before,
div.tags.tags-alarmgroups li:before,
div.tags.tags-sensors li:before,
div.tags.tags-units li:before,
div.tags.tags-users li:before {
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  color: white;
  vertical-align: middle;
  margin-right: 0.4em;
}
ul.tags.tags-tags li a,
ul.tags.tags-alarmgroups li a,
ul.tags.tags-sensors li a,
ul.tags.tags-units li a,
ul.tags.tags-users li a,
div.tags.tags-tags li a,
div.tags.tags-alarmgroups li a,
div.tags.tags-sensors li a,
div.tags.tags-units li a,
div.tags.tags-users li a {
  color: white;
}
.label-tag:before,
.label-alarmgroup:before,
.label-sensor:before,
.label-unit:before,
.label-user:before {
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  color: white;
  vertical-align: middle;
  margin-right: 0.4em;
}
.label-tag a,
.label-alarmgroup a,
.label-sensor a,
.label-unit a,
.label-user a {
  color: white;
}
div.tags.tags-tags li,
ul.tags.tags-tags li,
.label-tag {
  background-color: #337ab7;
}
div.tags.tags-tags li:before,
ul.tags.tags-tags li:before,
.label-tag:before {
  content: "\E066";
}
div.tags.tags-alarmgroups li,
ul.tags.tags-alarmgroups li,
.label-alarmgroup {
  background-color: #337ab7;
}
div.tags.tags-alarmgroups li:before,
ul.tags.tags-alarmgroups li:before,
.label-alarmgroup:before {
  content: "\E334";
}
div.tags.tags-sensors li,
ul.tags.tags-sensors li,
.label-sensor {
  background-color: #337ab7;
}
div.tags.tags-sensors li:before,
ul.tags.tags-sensors li:before,
.label-sensor:before {
  content: "\E332";
}
div.tags.tags-units li,
ul.tags.tags-units li,
.label-unit {
  background-color: #337ab7;
}
div.tags.tags-units li:before,
ul.tags.tags-units li:before,
.label-unit:before {
  content: "\E543";
}
div.tags.tags-users li,
ul.tags.tags-users li,
.label-user {
  background-color: #337ab7;
}
div.tags.tags-users li:before,
ul.tags.tags-users li:before,
.label-user:before {
  content: "\E004";
}
.form-group.sticky-alert .form-control {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-group.sticky-alert .alert {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top-width: 0 !important;
  margin-top: 0;
  padding: 10px 15px !important;
}
.dropshadow {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.signalstatus-icon {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  width: 1em;
  height: 1em;
}
.signalstatus-icon.signalstatus-icon-good {
  background-image: url(/Content/img/connhigh.png);
}
.signalstatus-icon.signalstatus-icon-medium {
  background-image: url(/Content/img/connmedium.png);
}
.signalstatus-icon.signalstatus-icon-bad {
  background-image: url(/Content/img/connlow.png);
}
.signalstatus-icon.signalstatus-icon-none {
  background-image: url(/Content/img/connnone.png);
}
.signalstatus-icon.signalstatus-icon-unknown {
  background-image: url(/Content/img/connunknown.png);
}
.alertstack {
  display: none;
}
.alertstack p:first-child,
.alertstack h1:first-child,
.alertstack h2:first-child,
.alertstack h3:first-child,
.alertstack h4:first-child,
.alertstack h5:first-child,
.alertstack h6:first-child,
.alertstack h7:first-child,
.alertstack h8:first-child {
  margin-top: 0;
}
.alertstack p:last-child,
.alertstack h1:last-child,
.alertstack h2:last-child,
.alertstack h3:last-child,
.alertstack h4:last-child,
.alertstack h5:last-child,
.alertstack h6:last-child,
.alertstack h7:last-child,
.alertstack h8:last-child {
  margin-bottom: 0;
}
#alertstack-container .alertstack {
  display: initial;
}
#es-search {
  position: absolute;
  top: 25px;
  right: 300px;
  display: block;
}
#btn-externalsensor {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
}
#es-header {
  position: relative;
  display: flex;
  margin-right: auto;
}
.clickable-header {
  cursor: pointer;
}
.page-home-index .loginpanel h3 {
  margin: 0;
}
.login-modal .modal-dialog {
  max-width: 500px;
}
.tour-step-backdrop .dropdown-menu {
  z-index: 1101;
}
.tour-step-backdrop .popover {
  z-index: 1161;
}
.tour-step-backdrop .tooltip {
  z-index: 1171;
}
.tour-step-backdrop .navbar-fixed-top,
.tour-step-backdrop .navbar-fixed-bottom {
  z-index: 1131;
}
.tour-step-backdrop .modal-backdrop {
  z-index: 1141;
}
.tour-step-backdrop .modal {
  z-index: 1151;
}
.alert > h1,
.alert > h2,
.alert > h3,
.alert > h4,
.alert > h5,
.alert > h6,
.alert > h7 {
  margin-top: 0;
}
