body {
  position: relative;
}

.home a{
  text-decoration: none;
  color: #343a40;
}

.home a:hover{
  text-decoration: none;
  color: #6c757d;
}

.home img {
  box-shadow:  0 8px 6px -6px rgba(0, 0, 0, .5)
}

nav a a, nav a{
  text-decoration: none;
  color: #fff;
}

nav a a:hover, nav a:hover{
  text-decoration: none;
  color: rgba(255,255,255,.5);
}

a:disabled{
  text-decoration: none;
  color: rgba(255,255,255,.5);
}

#app {
  min-height: 100vh;
}

main {
  min-height: 100vh;
	position: relative;
	padding-top: 55px;
}

#strategy-component, #statistic-component, #user-component {
  min-height: 100vh;
}

.container{
  min-width: 100%;
	padding: 10px;
}

#footer{
  background-color: #212529;
  color:#f8f9fa;
  width:100%;
  position: relative;
  margin: 0px;
  padding-bottom: 20px;
}

#footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(248,249,250,0.5);
  background-color: #212529;
  color:rgba(248,249,250,0.5);
  font-size: 0.7rem;
  height: 20px;
}

#footer a {
  color:#f8f9fa;
  text-decoration: none;
}

#footer a:hover {
  color:#f8f9fa;
  opacity: 0.5;
  text-decoration: none;
}

#footer ul {
  list-style-type: none;
  padding-inline-start: 0px;
}

.modal-stats-global .table td{
  padding: 0px;
}
.modal-stats-global .table th{
  padding: 15px 2px;
  background-color: #343a40;
  color:white;
}
.modal-stats-global .table th div{
  width: 85px;
}
.modal-stats-global .name-horse{
  vertical-align: middle;
}

.historic tbody{
  height:47px;
}
/* 
Extra small devices (portrait phones, less than 544px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
.text-responsive {font-size:0.8rem;} /*1rem = 16px*/
/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/
 
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {  
  .text-responsive {font-size:0.8rem;} /*1rem = 16px*/
  #cookie-component {
    position: fixed;
    top: 60vh;
    width: 100%;
    z-index: 100;
  }
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
  .text-responsive {font-size:0.8rem;} /*1rem = 16px*/
  
  #cards-meeting-details {
    position: relative;
    overflow-y: auto;
    overflow-x: none;
    max-height: 80vh;
  }
  #meeting-component {
    position:fixed;
    /*overflow-y: scroll;*/
    min-height:100vh;
  }
  #race-table {
    min-height:100vh;
    margin-left: 25%;
  }
  #cookie-component {
    position: fixed;
    top: 60vh;
    width: 100%;
    z-index: 100;
  }
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  .text-responsive {font-size:0.8rem;} /*1rem = 16px*/
  
  #cards-meeting-details {
    position: relative;
    overflow-y: auto;
    overflow-x: none;
    max-height: 80vh;
  }
  #meeting-component {
    position:fixed;
    /*overflow-y: scroll;*/
    min-height:100vh;
  }
  #race-table {
    min-height:100vh;
    margin-left: 25%;
  }
  #cookie-component {
    position: fixed;
    top: 70vh;
    left: 15px;
    width: 400px;
    z-index: 100;
  }
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
  .text-responsive {font-size:0.8rem;} /*1rem = 16px*/   
  
  #cards-meeting-details {
    position: relative;
    overflow-y: auto;
    overflow-x: none;
    max-height: 80vh;
  }
  #meeting-component {
    position:fixed;
    /*overflow-y: scroll;*/
    min-height:100vh;
  }
  #race-table {
    min-height:100vh;
    margin-left: 25%;
  }
  #cookie-component {
    position: fixed;
    top: 70vh;
    left: 15px;
    width: 400px;
    z-index: 100;
  }
}
 
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/
 
/* Set width to make card deck cards 100% width */
@media (min-width: 950px) and (max-width:1100px) { 
  .text-responsive {font-size:0.8rem;} 

  #cards-meeting-details {
    position: relative;
    overflow-y: auto;
    overflow-x: none;
    max-height: 80vh;
  }
  #meeting-component {
    position: fixed;
    /*overflow-y: scroll;*/
    min-height: 100vh;
  }
  #race-table {
    min-height:100vh;
    margin-left: 25%;
  }
  #cookie-component {
    position: fixed;
    top: 70vh;
    left: 15px;
    width: 400px;
    z-index: 100;
  }
}


header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("../img/capture_race_page.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 15rem;
  padding-bottom: 11rem;
  font-weight: bold; 
  min-height: 60vh;
}

header.masthead-blog {
  position: relative;
  background-color: #343a40;
  background: url("../img/capture_blog_page.JPG") no-repeat center center;
  background-size: cover;
  padding-top: 13rem;
  padding-bottom: 15.7rem;
}

header.masthead .overlay, header.masthead-blog .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.2;
}

header.masthead h1, header.masthead-blog h1 {
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 1px 1px black;
  vertical-align: auto;
}

.home .container {
  padding:0px;
}
.home .container .row {
  padding:0px;
}

/*.meeting-component a:link {
  color: black;
  text-decoration: none;
}

.meeting-component a:visited {
  color: black;
  text-decoration: none;
}

.meeting-component a:hover {
  color: grey;
  text-decoration: none;
}

.meeting-component a:active {
  color: grey;
} */


.meeting-card-heading {
  color: white;
  background-color: #198754;
  padding: 5px;
}

.meeting-card-list {
  display: flex;
}

.meeting-card-list>div {
  font-size: 0.8rem;
  font-weight: bold;
  padding-left: 2px;
  margin: 1px;
}

.meeting-card-list>div>.badge-race {
  cursor: pointer;
}

#race-table {
  min-height: 100vh;
  padding-bottom: 100px;
}

#race-table table span {
  white-space:nowrap;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity .5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}

.statistic-link{
  color:black;
}
.statistic-link:hover{
  color:black;
  text-decoration: none;
}

#article-component {
  min-height: 100vh;
  font-size: 1em;
}