﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #1f6b82;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.cursor-pointer {cursor: pointer;}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #eed5a3;
}
.border-bottom {
  border-bottom: #eed5a3 4px solid !important;
}

.navbar-bg {
  background-color: #0568b4 !important;
  background-image: url('/img/blue-egypt-bg.png') !important;
  background-repeat: repeat-x !important;
}

.bg-semi-white {
  background-color: #fff;
  opacity: 95%;
  border-radius: 8px;
}

.navbar-game-icon {
  position: absolute;
  height: 82px;
  margin-left: -10px;
  margin-top:-5px;
  border-radius: 12px;
  border: #eed5a3 1px solid;
  z-index: 999;
}

.rounded-icon {
  border-radius: 12px;
  border: #eed5a3 1px solid;
}

.navbar-game-icon-text {
  margin-left: 85px;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .15);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  height:50px;
  padding-top:8px;
  background-color: #e9b360 !important;
  border-top: #702201 1px solid;
  color: #000 !important;
}

.signal-notifications-header {
  background: #2A6E3B;
  color: #fff;
  width:100%;
  margin: 0 !important;
  padding: 6px;
}

.signal-notifications {
  position: fixed;
  bottom: 0;
  right: 6px;
  color: #111;
  background-color: #f1f1f1 !important;
  border: solid 1px #333;
  border-bottom: none;
  width:295px;
  height:400px;
  margin-bottom: 60px;
}

.signal-notification-list {
  padding: 6px;
  margin: 6px;
  overflow: scroll;
}

.alt-row-bg {
  background-color: #f5f5f5;
}

.table-team-10,
.table-team-10 > th,
.table-team-10 > td {
  background-color: #64b5df;
}

.table-team-10 th,
.table-team-10 td,
.table-team-10 thead th,
.table-team-10 tbody + tbody {
  border-color: #64b5df;
}

.table-team-11,
.table-team-11 > th,
.table-team-11 > td {
  background-color: #ff5f4e;
}

.table-team-11 th,
.table-team-11 td,
.table-team-11 thead th,
.table-team-11 tbody + tbody {
  border-color: #ff5f4e;
}

/* Survey look & feel*/
.survey-question-header {
  padding: 0.42rem;
  margin-top: 0.42rem;
  background-color: #64b5df;
  border: 1px #95999c solid;
}

.card-img-top-fixed-height {
    width: 100%;
    height: 10rem;
    object-fit: scale-down;
}

ins {
  background: #e6ffe6 !important;
  font-weight: bold !important;
}
del {
  background: #ffe6e6 !important;
  font-weight: bold !important;
  padding-right: 4px !important;
}
