body {
  /* background-color:#fc6c38; */
  text-align: center;
  /* color:#fff; */
  color: #000;
  /* padding-top:2.5em; */
}

* {
  color: #000;
  text-decoration: none;
}

.navItem {
  color: black
}

.card-title {
  color: black !important;

}




@media screen and (min-width: 1400px) {
  .container-fluid {
    width: 90%;
  }
}



.card-text {
  text-align: left;

}

.card-text-right {
  text-align: right;

}


.btn-light,
.btn-light:hover,
.btn-light:visited {
  background-color: #ff7f2aff !important;
  color: #ffffff !important;
}

.btn-light:hover {
  background-color: #ffcc2e !important;
  color: #000000 !important;
}

.btn-success,
.btn-success:hover,
.btn-success:visited {
  background-color: #ff7f2aff !important;

}


.activex {
  background-color: #ffcc2e !important;
  color: #000000 !important;
}

/* .btn.btn-light.active{
  background-color: #ffcc2e !important;
  color: #000000 !important;
} */

.dispOff {
  display: none;
}

.dispCard {
  max-width: 1200px;
  min-height: 360px
}

.dashCard {
  max-width: 100%;
  min-height: 360px
}

.dispRow {
  margin-bottom: 10px;
  border-bottom: 1px solid grey;
  padding-bottom: 10px;
}

.dispImage {
  max-height: 130px;
  max-width: 300px;

}

.dispText {
  text-align: left;
}




.modal-header {
  color: black !important;

}




.col {
  margin-top: 20px;
}

#theDeck {
  /* background-color: blue; */
  padding: 20px;
}

legend {
  background-color: #ffcc2e;
  /* background-color: #ce3635; */

  color: white;
}

a {
  color: black;
}

.borderx {
  border-left: #ba512b solid 1px !important;
  border-bottom: #ba512b solid 1px !important;
  border-right: #ba512b solid 1px !important;
}



.card {
  overflow: hidden;
  min-height: 200px;
  padding-left:10px;


}

.image-box {
  background: #ffffff;
  overflow: hidden;
  /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.50); */
  /* border: 1px solid black; */
  border-radius: 5px;
}

/* .image-box img{
  transition:all .9s ease;
  -webkit-transition:all .9s ease;
  -moz-transition:all .9s ease;
  -o-transition:all .9s ease;
  -ms-transition:all .9s ease;
  width: 100%;
  height: 170px;
  border-width: 3px;
border-style: solid;
border-color:  white;
}
.card-img-top:hover{
  opacity: 0.7;
  -webkit-transform:scale(1.15);
  -moz-transform:scale(1.15);
  -ms-transform:scale(1.15);
  -o-transform:scale(1.15);
  transform:scale(1.15);
} */

/* .card-img-top:hover{
  opacity: 0.7;
  -webkit-transform:scale(0.90);
  -moz-transform:scale(0.90);
  -ms-transform:scale(0.90);
  -o-transform:scale(0.90);
  transform:scale(0.90);
} */




.card-footer {
  position: absolute;
  bottom: 0;
  width: 90%;
  background-color: white;
}

.card-deck {
  padding: 20px;
}

.card-deck .card {
  padding-bottom: 50px;
}

.badgegrow {
  font-family: 'Caveat', cursive;

}

.badgegrow:hover {

  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
  -webkit-animation-name: grow;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: grow;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  transition-property: -moz-transform;
  transition-duration: 1s;
  animation-name: grow;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

}

#repStyle {
  padding: 5px;
  /* border-style: solid;
  border-width: 2px;
  border-color: green; */
}

#senStyle {
  padding: 5px;
  /* border-style: solid;
  border-width: 2px;
  border-color: red; */
}

.myimg {
  /* max-height: 200px; */
  padding: 20px;
  display: block;
  margin: 0 auto;
  object-fit: cover;
  height: 220px;
}

#cardHolder {
  overflow: hidden;
  object-fit: cover;

  /* max-width:200px; */
}


@-webkit-keyframes grow {
  from {
    -webkit-transform: scale(1);
  }

  to {
    -webkit-transform: scale(2.333);
  }
}

@-moz-keyframes grow {
  from {
    -moz-transform: scale(1);
  }

  to {
    -moz-transform: scale(2.333);
  }
}

@keyframes grow {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(2.333);
  }
}


.badge-success {
  cursor: pointer;
}

#rebCard {
  background-color: #eeeeee;
  /* border-radius: 5px; */

}

#rebCardLeft {
  background-color: #abc4b3;
}

#rebCardRight {
  background-color: #bf102e;
}

/* iframe {
    display:block;
    width:100%;
} */

.widget {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  max-width: 480px;
}

.odometer-value {
  color: white !important;
}