.filter-icon {
  border: 1px solid #ccc;
  width: 40px;
  height: 40px;
  line-height: 38px;
  padding: 0;
  margin: 0 0 10px; }

.filter-set {
  margin-bottom: 30px;
  display: none; }

.nav-second-level {
  display: none; }

.hgroup {
  text-align: center;
  margin-top: 4em; }

.login-form {
  min-width: 380px;
  max-width: 500px;
  margin: 2em auto;
  padding: 3em 2em 2em 2em;
  background: #fafafa;
  border: 1px solid #ebebeb;
  box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 1px 0px, rgba(0, 0, 0, 0.09804) 0px 1px 2px 0px; }

.restore-form {
  min-width: 380px;
  max-width: 940px;
  margin: 2em auto;
  padding: 3em 2em 2em 2em;
  background: #fafafa;
  border: 1px solid #ebebeb;
  box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 1px 0px, rgba(0, 0, 0, 0.09804) 0px 1px 2px 0px; }

.setting-checkbox > label {
  font-weight: normal; }

.bottom-block-separator {
  margin-bottom: 20px; }

.title-with-border {
  border-bottom: 1px solid #ccc;
  font-weight: bold; }

.loading {
  display: none;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1100; }
  .loading > div {
    margin: 120px auto;
    text-align: center; }

.detail-view > tbody > tr > td {
  vertical-align: middle; }

.data-packet-msg {
  margin-bottom: 20px; }
  .data-packet-msg .title {
    font-weight: bold;
    margin-bottom: 8px; }

.dialog-group-title {
  font-weight: bold;
  color: #666;
  font-size: 18px;
  margin-bottom: 10px;
  border-bottom: 1px solid #999;
  margin-left: 15px;
  margin-right: 15px; }

label {
  font-weight: normal;
  color: #666; }

body {
  font-family: 'Jost', sans-serif;
  color: #555; }

.loading-list {
  list-style-type: none;
  padding-left: 0; }
  .loading-list > li {
    margin-bottom: 6px;
    cursor: pointer; }
    .loading-list > li > label {
      cursor: pointer;
      opacity: 0.5; }
      .loading-list > li > label:hover {
        opacity: 1; }

.full-opacity {
  opacity: 1 !important; }

.disabled a.active-pill:hover, .disabled a.active-pill:active {
  background-color: #ddd !important;
  color: #cccccc; }

.loading-item {
  margin-bottom: 7px;
  padding: 6px;
  border: 1px solid #ccc; }

.flat-counter-info, .msg-elem {
  display: flex; }
  .flat-counter-info .msg-info, .msg-elem .msg-info {
    padding: 4px; }
  .flat-counter-info .index-column, .msg-elem .index-column {
    padding-left: 10px;
    padding-right: 20px;
    font-size: 200%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center; }
  .flat-counter-info .counter-info, .msg-elem .counter-info {
    width: 30%;
    padding: 4px; }
    .flat-counter-info .counter-info .title, .msg-elem .counter-info .title {
      font-size: 120%; }
  .flat-counter-info .flat-info, .msg-elem .flat-info {
    width: 60%;
    padding: 4px; }
    .flat-counter-info .flat-info .title, .msg-elem .flat-info .title {
      font-size: 120%; }
  .flat-counter-info .check-item, .msg-elem .check-item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    width: 30px; }

.loading-icon {
  margin-right: 10px; }

.row-info {
  padding-top: 3px;
  padding-bottom: 3px; }
  .row-info > .title {
    text-decoration: underline;
    min-width: 120px; }
  .row-info > .value {
    margin-right: 10px; }

.filter-list {
  border: 1px solid #ccc;
  padding-left: 10px; }
  .filter-list > .item, .filter-list > li {
    list-style-type: none; }

.inline-elem {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: flex-start;
  -webkit-align-items: flex-start; }

@media (max-width: 768px) {
  .navbar-header {
    margin-right: 50px; }
  .nav--user-info {
    right: 0;
    position: absolute;
    top: 0; }
    .nav--user-info > .dropdown > .dropdown-toggle {
      min-height: 30px;
      background-color: unset; } }
