section.dashboard {
  overflow: hidden;
  background: #ebb2d8;
  position: relative;
  height: 100%;
}
section.dashboard dashboard {
  position: absolute;
  display: block;
  background: url(../img/dashboard/background.jpg), url(../img/dashboard/background-tile.jpg);
  background-repeat: no-repeat, repeat-x;
  background-size: auto 100%;
  overflow: hidden;
  width: 1920px;
  height: 1080px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform-origin: left;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
section.dashboard dashboard .dashboard-item {
  position: absolute;
  display: block;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
section.dashboard dashboard .dashboard-item img {
  pointer-events: none;
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}
section.dashboard dashboard .dashboard-item label {
  position: absolute;
  bottom: -55px;
  left: 50%;
  min-width: 180px;
  width: 180px;
  padding: 10px;
  border-radius: 40px;
  font-size: 20px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.45);
  text-align: center;
  text-transform: uppercase;
  transform: translate3d(-50%, 0, 0);
  color: white;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.8);
  border: 1px solid white;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  cursor: pointer;
}
section.dashboard dashboard .dashboard-item:hover label {
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  text-shadow: none;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
}
section.dashboard dashboard .dashboard-item.locked {
  pointer-events: none;
  opacity: 0.6;
  filter: saturate(0);
}
section.dashboard dashboard .dashboard-item.locked img {
  filter: saturate(0);
}
section.dashboard dashboard .boat {
  position: absolute;
  top: 67%;
  left: 59%;
  width: 111px;
  height: 150px;
}
section.dashboard dashboard .boat img {
  pointer-events: none;
  width: 100%;
  height: 100%;
  -o-object-position: bottom;
  object-position: bottom;
  -o-object-fit: contain;
  object-fit: contain;
}
body.dashboard .content-wrapper {
  background: #000;
}
body.dashboard section.dashboard {
  padding: 0;
}
section.dashboard .dashboard-menu {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
section.dashboard .dashboard-menu .dashboard-user {
  display: flex;
  flex-flow: row;
  margin-top: 10px;
  margin-left: 10px;
}
section.dashboard .dashboard-menu .dashboard-user .player {
  position: relative;
  left: auto;
  top: auto;
  margin: 0;
  margin-right: 10px;
  display: flex;
  flex-flow: row;
  align-items: center;
}
section.dashboard .dashboard-menu .dashboard-user .boat {
  bottom: auto;
  top: 30px;
  height: 50px;
  left: auto;
  right: 0px;
}
section.dashboard .dashboard-menu .dashboard-user .level {
  font-size: 12px;
}
section.dashboard .dashboard-menu .dashboard-user .level h4 {
  margin: 5px 0 0 0;
  text-transform: capitalize;
  color: #009999;
}
section.dashboard .dashboard-menu .dashboard-user .level .levelProgress {
  border-radius: 20px;
}
section.dashboard .dashboard-menu .dashboard-user .level .percent {
  top: 5px;
  left: 2px;
  height: 10px;
  margin-right: 6px;
}
section.dashboard .dashboard-menu .dashboard-user .menu {
  position: relative;
  min-height: 60px;
  padding: 22px;
  padding: 10px 18px 10px 0;
  margin-right: 20px;
  min-height: 100px;
  display: flex;
  align-items: center;
  flex-flow: row;
  height: 108px;
}
section.dashboard .dashboard-menu .dashboard-user .menu > * {
  position: relative;
  z-index: 10;
}
section.dashboard .dashboard-menu .dashboard-user .menu:before {
  content: ' ';
  border: 30px solid transparent;
  padding: 0;
  -o-border-image: url('/regattas/img/border-image.png') 80 repeat;
  border-image: url('/regattas/img/border-image.png') 80 repeat;
  display: block;
  position: absolute;
  z-index: 20;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section.dashboard .dashboard-menu .dashboard-user .menu:after {
  content: ' ';
  display: block;
  position: absolute;
  z-index: 1;
  background: #ebf7f8;
  border-radius: 20px;
  left: 4px;
  top: 4px;
  bottom: 4px;
  right: 4px;
}
section.dashboard .dashboard-menu .dashboard-user .menu .logo {
  min-width: 88px;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}
section.dashboard .dashboard-menu .dashboard-user .menu button {
  border: none;
  background: transparent;
  width: 80px;
}
section.dashboard .dashboard-menu .dashboard-profile {
  position: relative;
  min-height: 60px;
  padding: 22px;
  padding: 12px 24px 12px 20px;
  min-height: 100px;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
}
section.dashboard .dashboard-menu .dashboard-profile > * {
  position: relative;
  z-index: 10;
}
section.dashboard .dashboard-menu .dashboard-profile:before {
  content: ' ';
  border: 30px solid transparent;
  padding: 0;
  -o-border-image: url('/regattas/img/border-image.png') 80 repeat;
  border-image: url('/regattas/img/border-image.png') 80 repeat;
  display: block;
  position: absolute;
  z-index: 20;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section.dashboard .dashboard-menu .dashboard-profile:after {
  content: ' ';
  display: block;
  position: absolute;
  z-index: 1;
  background: #ebf7f8;
  border-radius: 20px;
  left: 4px;
  top: 4px;
  bottom: 4px;
  right: 4px;
}
section.dashboard .dashboard-menu .dashboard-notification {
  display: flex;
  flex-flow: row;
  cursor: default;
  min-height: auto;
  margin-top: 10px;
  margin-right: 10px;
  align-items: center;
}
section.dashboard .dashboard-menu .dashboard-notification.border-image {
  position: relative;
  min-height: 60px;
  padding: 22px;
  padding: 10px 20px 10px 10px;
}
section.dashboard .dashboard-menu .dashboard-notification.border-image > * {
  position: relative;
  z-index: 10;
}
section.dashboard .dashboard-menu .dashboard-notification.border-image:before {
  content: ' ';
  border: 30px solid transparent;
  padding: 0;
  -o-border-image: url('/regattas/img/border-image.png') 80 repeat;
  border-image: url('/regattas/img/border-image.png') 80 repeat;
  display: block;
  position: absolute;
  z-index: 20;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section.dashboard .dashboard-menu .dashboard-notification.border-image:after {
  content: ' ';
  display: block;
  position: absolute;
  z-index: 1;
  background: #ebf7f8;
  border-radius: 20px;
  left: 4px;
  top: 4px;
  bottom: 4px;
  right: 4px;
}
section.dashboard .dashboard-menu .dashboard-notification > p {
  display: block;
  width: 80px;
  line-height: 1;
  margin: 0 15px 0 0;
  cursor: pointer;
}
section.dashboard .dashboard-menu .dashboard-notification img {
  width: 88px;
  overflow: hidden;
  cursor: pointer;
}
section.dashboard .dashboard-menu .dashboard-notification .newNotification {
  width: 32px;
  height: 32px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 13px;
  background: #d31111;
  border-radius: 32px;
  right: -3px;
  top: 2px;
  left: auto;
  bottom: auto;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
section.dashboard .dashboard-menu .dashboard-notification .notifications {
  z-index: 20;
  position: absolute;
  right: 10px;
  top: 10px;
}
section.dashboard .dashboard-menu .dashboard-notification .notifications .listNotifications {
  position: relative;
  min-height: 60px;
  padding: 22px;
  overflow: hidden;
  z-index: 20;
  position: relative;
  width: 360px;
  padding: 15px;
  margin: 0;
}
section.dashboard .dashboard-menu .dashboard-notification .notifications .listNotifications > * {
  position: relative;
  z-index: 10;
}
section.dashboard .dashboard-menu .dashboard-notification .notifications .listNotifications:before {
  content: ' ';
  border: 30px solid transparent;
  padding: 0;
  -o-border-image: url('/regattas/img/border-image.png') 80 repeat;
  border-image: url('/regattas/img/border-image.png') 80 repeat;
  display: block;
  position: absolute;
  z-index: 20;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section.dashboard .dashboard-menu .dashboard-notification .notifications .listNotifications:after {
  content: ' ';
  display: block;
  position: absolute;
  z-index: 1;
  background: #ebf7f8;
  border-radius: 20px;
  left: 4px;
  top: 4px;
  bottom: 4px;
  right: 4px;
}
section.dashboard .dashboard-menu .dashboard-notification .notifications .listNotifications h2 {
  color: #003366;
  font-size: 18px;
  text-align: center;
  margin: 3px 0 20px;
  font-weight: bold;
}
section.dashboard .dashboard-menu .dashboard-notification .notifications .listNotifications .closeNotifications {
  position: absolute;
  right: 15px;
  top: 15px;
  border: none;
  background: transparent;
  color: #003366;
  font-size: 14px;
  cursor: pointer;
  font-family: 'Glyphicons Halflings';
  font-size: 22px;
  display: block;
  margin: 0;
  padding: 0;
}
section.dashboard .dashboard-menu .dashboard-notification .notifications .listNotifications .closeNotifications i {
  font-family: 'Glyphicons Halflings';
  display: block;
  margin: 0;
}
section.dashboard .dashboard-menu .dashboard-notification .notifications .listNotifications > div {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 2px;
}
section.dashboard .dashboard-menu .dashboard-notification .notifications .listNotifications > div > div p {
  margin: 10px 0 25px;
}
section.dashboard .dashboard-menu .dashboard-notification .notifications .listNotifications > div ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
section.dashboard .dashboard-menu .dashboard-notification .notifications .listNotifications > div ul li {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #fff;
  margin: 0 0 10px;
  padding: 0 0 10px;
  color: #4a4a4a;
  clear: both;
}
section.dashboard .dashboard-menu .dashboard-notification .notifications .listNotifications > div ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
section.dashboard .dashboard-menu .dashboard-notification .notifications .listNotifications > div ul li img {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  margin: 0;
}
section.dashboard .dashboard-menu .dashboard-notification .notifications .listNotifications > div ul li div {
  width: 280px;
  padding: 0 5px 0 10px;
}
section.dashboard .dashboard-menu .dashboard-notification .notifications .listNotifications > div ul li div p {
  font-size: 14px;
  display: block;
  line-height: 1.1em;
  margin: 0 0 2px;
  cursor: text;
  font-weight: 600;
}
section.dashboard .dashboard-menu .dashboard-notification .notifications .listNotifications > div ul li div span {
  display: block;
  line-height: 1em;
  font-size: 13px;
  font-style: italic;
  margin: 0;
  cursor: text;
}
section.dashboard .dashboard-menu .dashboard-points {
  display: flex;
  flex-flow: row;
  position: relative;
  min-height: 60px;
  padding: 22px;
  padding: 0;
  min-height: auto;
  margin-top: 10px;
}
section.dashboard .dashboard-menu .dashboard-points > * {
  position: relative;
  z-index: 10;
}
section.dashboard .dashboard-menu .dashboard-points:before {
  content: ' ';
  border: 30px solid transparent;
  padding: 0;
  -o-border-image: url('/regattas/img/border-image.png') 80 repeat;
  border-image: url('/regattas/img/border-image.png') 80 repeat;
  display: block;
  position: absolute;
  z-index: 20;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section.dashboard .dashboard-menu .dashboard-points:after {
  content: ' ';
  display: block;
  position: absolute;
  z-index: 1;
  background: #ebf7f8;
  border-radius: 20px;
  left: 4px;
  top: 4px;
  bottom: 4px;
  right: 4px;
}
section.dashboard .dashboard-menu .dashboard-points .point {
  height: auto;
  text-align: center;
  padding: 10px 30px 5px;
}
section.dashboard .dashboard-menu .dashboard-points .point .contImg,
section.dashboard .dashboard-menu .dashboard-points .point p {
  float: none;
  background: none;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
  padding: 0;
}
section.dashboard .dashboard-menu .dashboard-points .point p {
  position: relative;
  line-height: 1;
}
section.dashboard .dashboard-menu .dashboard-points .point p strong {
  display: block;
  font-size: 18px;
}
section.dashboard .dashboard-menu .dashboard-points .point .contImg img {
  height: 32px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  margin-bottom: 10px;
}
section.dashboard .boat {
  cursor: pointer;
}
section.dashboard .no-boat {
  -webkit-animation: blink 1s linear infinite alternate;
  animation: blink 1s linear infinite alternate;
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0.2;
    transform: scale(1);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0.2;
    transform: scale(1);
  }
}
