/* Custom color theme properties */
:root {
  --f7-theme-color: #336699;
  --f7-theme-color-rgb: 51, 102, 153;
  --f7-theme-color-shade: #29527a;
  --f7-theme-color-tint: #3d7ab8;
}

/* Your app custom styles here */

/*
.block-title {
  border: solid 1px #369;
  padding: 3px;
  text-align: center;
  background-color: #369;
  color: white;
}
*/

.navbar-bg {
  background-image: url(../img/avex_logo_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
}

.report_file_list {
  overflow-x: hidden;
}

.report_file {
  white-space: nowrap;
}

.report_ops_area {
  text-align: center;
  font-weight: bold;
}

.no_report_ops_area {
  color: red;
}

.card-header {
  font-size: 16px;
}

.bg-color-primary {
  color: white;
}

.bg-color-primary a {
  color: white;
}

.notification-card .date, .notification-card .time {
  text-align: right;
  font-size: small;
}

.notification-card p {
  margin: 0px;
}

.feedback-comments .card-body {
  padding: 10px
}

.menu-badge {
  display: none;
}

.navbar span, .navbar i {
  color: white;
}