:root {
  --jumbotron-padding-y: 3rem;
}

.jumbotron, .reg-form {
  padding-top: var(--jumbotron-padding-y);
  padding-bottom: var(--jumbotron-padding-y);
  padding-top: calc(var(--jumbotron-padding-y) * .5);
  padding-bottom: calc(var(--jumbotron-padding-y) * .5);
  margin-bottom: 0;
  background-color: #fff;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1050;
}

.sticky + .content {
  padding-top: 152px;
}

.navbar-brand {
  margin-right: 0px;
  padding-top: .175rem;
  padding-bottom: .175rem;
}

.lead {
  text-align: justify;
}

#score-bar {
  background-color: #cce5ff;
  border-bottom: 1px solid #343a41;
  color: #004085;
  font-size:1.25rem;
  padding: 0;
}

#score-bar .got-subnav-col {
  padding: 0;
}

#score-bar .got-score {
  padding: .5rem 1rem;
  text-align: center;
}


#score-bar #score-header {
  display: inline-block;
}

#score-bar #score-tally {
  display: inline-block;
  text-align: right;
  width: 50px;
}

#score-bar .got-score .fa-sync {
  padding: 0px 9px 0px 8px;
}

#score-bar .got-vote {
  display: none;
}

#score-bar .got-score-update {
  color: #e08401;
}


#user-cont .elem {
  color: #999d9f;
}

#user-cont .nav-link {
  color: #999d9f;
  display: inline;
  font-size: 1.25rem;
  padding: .5rem .25rem;
}

#user-cont .nav-link .nav-link-text {
  display: none;
}

#site-logo .container {
  display: block;
  text-align: center;
}

#site-nav {
  color: #fff;
  font-size: 1rem;
  position: relative;
}

#site-nav .nav-item {
  display: inline-flex;
  margin: 0px 0px 0px 5px;
}

#site-nav .nav-link {
  /*border: 1px solid #fff;
  border-radius: 5px;
  padding: 3px 5px;*/
  color: #fff;
  font-size: 1.5rem;
  padding: 0px;
}

#site-nav .nav-link .fa-user {
  padding: 3px 3px;
}

#site-nav .nav-link .fa-bars {
  padding: 3px 5px;
}

.sitemenu-toggle .dropdown-toggle::after {
  display:none;
}


.reg-form .container {
  width: 100%;
}
.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

.jumbotron .my-2 {
  margin: 0px 5px;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}

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





.card-body .card-text {
  text-align: center;
  min-height: 56px;
  /*white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;*/
}

.card-body .btn-group {
  width: 100%;
}

.card.box-shadow {
  border: 2px solid #bbb;
  position: relative;
}

.card.box-shadow .fas {
  font-size: 1.6rem;
}

.card.box-shadow.selected {
  border: 2px solid #ffc107;
}

.card.box-shadow.selected.deceased {
  border: 2px solid #28a745;
}

.card.box-shadow.selected.alive {
  border: 2px solid #dc3545;
}

.card.box-shadow .points {
  display: block;
  background-color: #999;
  color: #fff;
  position: absolute;
  top: 0px;
  right: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding:3px 6px;
  opacity:1;
}

.btn-group-saving {
  display: none;
}

.btn-group-saving .got-saving {
  background-color: #fff;
  border: 1px solid #007bff;
  border-radius: .2rem;
  color: #007bff;
  padding: 5px 0px 6px;
  text-align: center;
  width: 100%;
}

.got-container-questions .btn-group-saving .got-saving {
  height: 38px;
}

.btn:focus, .btn:active {
  outline: none;
  box-shadow: none;
}

.card.box-shadow.closed .points {
  display: none;
}

.card.box-shadow.selected .points {
  background-color: #ffc107;
  display: block;
}

.card.box-shadow.selected.alive .points {
  background-color: #dc3545;
  display: block;
}

.card.box-shadow.selected.deceased .points {
  background-color: #28a745;
  display: block;
}

.card.box-shadow .status-lives,
.card.box-shadow.selected .status-dies {
  color: #fff;
  background-color: #3f98f6;
}

.card.box-shadow .status-dies,
.card.box-shadow.selected .status-lives {
  color: #6c757d;
  background-color: #fff;
}

.card.box-shadow.closed .status {
  text-align: center;
}

.card.box-shadow.closed .fas {
  font-size: 2.5rem;
}


.album .box-shadow img {
  background: #F1F1FA;
  border: 0;
}

.img-cont {
  position: relative;
}

.img-cont img {
  border-radius: 1px 1px 0px 0px;
}



.card-signin {
  border-width: 1px;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  /*min-height: 400px;*/
  margin-bottom: 1.5rem;
}

.card-signin .card-title {
  /*margin-bottom: 2rem;*/
  font-size: 1.5rem;
}

.card-signin .card-img-left {
  width: 60%;
  /* Link to your background image using in the property below! */
  background: scroll center url('https://source.unsplash.com/WEQbe2jBg40/414x512');
  background-size: cover;
}

.card-signin .card-body {
  padding: 1rem 2rem 1.5rem;
}



.form-signin {
  width: 100%;
}

.form-signin .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  transition: all 0.2s;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group.form-error input,
.form-inline .form-group.form-error input {
  border-color: #dc3545;
}

.form-inline .form-group.form-error small {
  color: #dc3545;
  padding: 0px 1px;
  width: 100%;
  float: left;
}

.form-inline .form-group.form-error small .icon {
  width: 5%;
  float: left;
}

.form-inline .form-group.form-error small .msg{
  width: 95%;
  float: left;
}

.form-inline.got-reg-form .form-group.form-error small .icon {
  width: 5%;
  float: left;
}
.form-inline.got-reg-form .form-group.form-error small .msg{
  width: 95%;
  float: left;
}

.form-inline .form-group {
  width: 100%;
  margin-bottom: 1rem;
}

.form-inline .form-group label {
  justify-content: flex-start;
}

.form-inline .form-group input,
.form-inline .form-group select,
.form-inline .form-group textarea {
  width: 100%;
}

.alert-got {
  margin-top: 24px;
  width:100%;
}

.got-alert-home {
  border-radius: 1rem;
  margin-bottom: 0px;
  padding: 1.25rem;
}

.alert-dismissible.got-alert-home .close {
  padding: 1.25rem;
}

.container-fluid.got-container {
  border: 1px solid #dee2e6;
  border-top: 0px;
  overflow: scroll;
  padding-left: 0px;
  padding-right: 0px;
}

.got-table {
  margin-bottom: 0px;
  min-width: 500px;
  width: 100%;
}    margin-bottom: 0px;
    border-radius: 1rem;

.got-table tr th {
  padding: .75rem;
  vertical-align: top;
}

.got-table tr td {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  white-space: nowrap;
}

.got-hide {
  display: none;
}

.nav-tabs {
  margin-top: 1rem;
}

.got-tabs .nav-item {
  border: 1px solid #6c757d;
  border-radius: 0px;
}

.got-tabs .nav-link {
  padding: .75rem 0rem;
}

.got-tabs .nav-link:hover {
  border: 1px solid #6c757d;
  border-color: #6c757d;
  border-radius: 0px;
  color: #007bff;
}

.banner {
  position: relative;
  margin-bottom: 1rem;
}

.tab-banner {
  display: none;
}

.tab-content .tab-pane .got-tab-container {
  padding-left: 0px;
  padding-right: 0px;
}

.tab-content .tab-pane .got-container-legend .col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}

.got-container-questions .form-group.got-question {
  border: 2px solid #bbb;
  border-radius: .25rem;
  padding: 32px 10px 17px;
  position: relative;
}

.got-container-questions .form-group.got-question.selected {
  border: 2px solid #ffc107;
}

.got-container-questions .form-group .points {
  display: block;
  background-color: #999;
  border-radius: .125rem .125rem 0rem 0rem;
  color: #fff;
  position: absolute;
  top: 0px;
  right: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  padding:3px 6px;
  opacity:1;
  width: 100%;
}

.got-container-questions .form-group.closed .points {
  display: none;
}

.got-container-questions .form-group.selected .points {
  background-color: #ffc107;
  display: block;
}

.got-container-questions .form-group.selected.correct {
  border: 2px solid #dc3545;
}

.got-container-questions .form-group.selected.incorrect {
  border: 2px solid #28a745;
}

.got-container-questions .form-group.selected.correct .points {
  background-color: #dc3545;
  display: block;
}

.got-container-questions .form-group.selected.incorrect .points {
  background-color: #28a745;
  display: block;
}


.got-container-questions .form-group label{
  font-weight: bold;
}

.tab-content .tab-pane .got-legend {
  border: 2px solid #bbb;
  border-radius: 5px;
  padding: 1rem 1rem 0rem;
  margin-bottom: 1rem;
}

.tab-content .tab-pane .got-legend-item {
  padding: 0 0rem 1rem;
}

body.bg-img {
  background: url("/images/hall-of-faces-4.jpg") center center / cover repeat-y;
}
.got-welcome-box {
  background-color: #ddd;
  border-radius: 1rem;
  color: #000;
  font-size: 1.25rem;
  text-align: justify;
  padding: 20px 32px;
}

.card-signin .card-img-left.login-side-banner {
  background: url("/images/hard-home.jpg") -130px 0px / cover no-repeat;
  min-height: 400px;
  opacity: .95;
}

.card-signin .card-img-left.signup-side-banner {
  background: url("/images/hodor-3.jpg") -150px 0px / cover no-repeat;
  min-height: 400px;
  opacity: .95;
}

.card-signin .card-img-left.password-reset-side-banner {
  background: url("/images/dolorous-edd-3.jpg") -120px 0px / cover no-repeat;
  min-height: 400px;
  opacity: .95;
}

.card-signin .card-img-left.password-recover-side-banner {
  background: url("/images/drogo.jpg") center top / cover no-repeat;
  min-height: 400px;
  opacity: 1;
}

tr.user-highlight {
  background-color: #4a4a4a;
}


@media (min-width: 500px) and (max-width: 767px) {
  .form-inline.got-reg-form .form-group.form-error small .icon {
    width: 4%;
    float: left;
  }
  .form-inline.got-reg-form .form-group.form-error small .msg{
    width: 96%;
    float: left;
  }
}

@media (max-width: 767px) {
  .col-md-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 600px) {
  .got-container-questions .form-group.got-question {
    padding-top: 3px;
  }
  .got-container-questions .form-group .points {
    border-radius: 0rem .125rem 0rem 0rem;
    width: auto;
  }
}

@media (min-width: 768px) {
  #score-bar {
    padding: .5rem 1rem;
  }
  #score-bar .got-subnav-col {
    padding-left: 0px;
    padding-right: 0px;
  }
  #score-bar .got-score {
    padding: 0;
    text-align: left;
  }
  #score-bar .got-vote {
    display: block;
    text-align: right;
  }
  .form-inline .form-group.form-error small .icon {
    width: 4%;
  }
  .form-inline .form-group.form-error small .msg{
    width: 96%;
    float: left;
  }
  .form-inline.got-reg-form .form-group.form-error small .icon {
    width: 5%;
    float: left;
  }
  .form-inline.got-reg-form .form-group.form-error small .msg{
    width: 95%;
    float: left;
  }
  .tab-banner {
    display: block;
  }
  .bg-image {
    background: url("/images/syrio-forel-banner.jpg") right top / cover no-repeat;
    height: 305px;
  }
  #nav-rules-tab-banner .bg-image {
    background-image: url('/images/small-council-banner.jpg');
  }
  #nav-profile-tab-banner .bg-image {
    background-image: url('/images/syrio-forel-banner.jpg');
  }
  #nav-questions-tab-banner .bg-image {
    background-image: url('/images/jaqen-hghar-banner.jpg');
  }
  .bg-text {
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0, 0.6); /* Black w/opacity/see-through */
    color: #fff;
    font-weight: bold;
    border: 3px solid #f1f1f1;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    width: 55%;
    padding: 20px;
    text-align: center;
  }
  .bg-text h2 {
    font-size: 1.5rem;
  }
  .bg-text h1 {
    font-size: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .col-md-3 {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
  .form-inline.got-reg-form .form-group.form-error small .icon {
    width: 5%;
    float: left;
  }
  .form-inline.got-reg-form .form-group.form-error small .msg{
    width: 95%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .reg-form .col-xl-9 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }

  .card-signin .card-img-left.login-side-banner {
    background-position: left top;
  }

  .card-signin .card-img-left.signup-side-banner {
    background-position: left top;
  }

  .card-signin .card-img-left.password-reset-side-banner {
      background-position: left top;
  }

  #user-cont .nav-link {
    font-size: 1rem;
    padding: .5rem .25rem;
  }

  #user-cont .nav-link .nav-link-text {
    display: inline;
  }
  .form-inline .form-group.form-error small .icon {
    width: 3%;
  }
  .form-inline .form-group.form-error small .msg{
    width: 97%;
  }
  .form-inline.got-reg-form .form-group.form-error small .icon {
    width: 5%;
    float: left;
  }
  .form-inline.got-reg-form .form-group.form-error small .msg{
    width: 95%;
    float: left;
  }
}

@media (min-width: 1200px){
  .reg-form .col-xl-9 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
  .form-inline .form-group.form-error small .icon {
    width: 2%;
  }
  .form-inline .form-group.form-error small .msg{
    width: 98%;
  }
  .form-inline.got-reg-form .form-group.form-error small .icon {
    width: 4%;
    float: left;
  }
  .form-inline.got-reg-form .form-group.form-error small .msg{
    width: 96%;
    float: left;
  }
}
