
html {
  position: relative;
  min-height: 100%;
}
body{
  margin-bottom: 60px; /* Margin bottom by footer height */
}
h3, h4, h5, h6{
  color: #6D7993;
}
.navbar,
.dropdown-menu{
  background-color: #e0e0e0 !important;
}
textarea, input, select{
  background-color: #e0e0e0 !important;
}
footer{
  background-color: #e0e0e0 !important;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  margin-top: 16px;
}
.bdr{
  border: 1px solid black;
}
label {
   display: inline;
 }
.circleNum{
  border-radius: 50%;
  background-color: #6D7993;
  color: #efefef;
  margin: 0 10px 10px 0;
  padding: 5px 10px;
  font-weight: 800;
}
.highlightBtn{
  background-color: #6D7993;
  color: #efefef;
}
.highlightBtn a{
  background-color: #6D7993;
  color: #efefef;
  font-weight: 800;
  padding-left: 15px;
  cursor: pointer;
}
.text_back{
  background-color: #e9ecef;
  color: #333333;
}
.tag_link{
  display: inline-block;
}
.notes{
  font-style: italic;
  font-weight: 600;
  color: #6D7993;
}
.required{
  color: #ff0000;
  font-size: 1.5em;
}
.reply_btn{
  cursor: pointer;
}
.no_click{
  cursor: default !important;
}
/*For gallery on add image page*/
.gallery img{
  width: 100%;
  height: auto;
  margin-top: 10px;
}
.thumb{
  cursor: pointer;
}
.swatch{
  height: 100px;
  width: 300px;
  color: #efefef;
  font-family: "Arial Black", "Helvetica Header", Serif;
  text-align: center;
}
.dusty{
  background-color: #96858f;
}
.lavendar{
  background-color: #6D7993;
}
.overcast{
  background-color: #9099A2;
}
.jumbotron{
  background-color: #e9ecef;
  color: #333333;
}
.paper{
  background-color: #D5D5D5;
  color: #333333;
}
input[type=checkbox] + label {
  color: #000000;
  text-decoration: none;
}
input[type=checkbox]:checked + label {
  color: #888;
  text-decoration: line-through;
}
/* Favorite button */
.fav-btn{
  background-color: white;
  border-radius: 50%;
  padding: 10px;
  zoom:1.40;
  -moz-transform:scale(1.40);
  -moz-transform-origin: 0 0;

  position: absolute;
  top: 5%;
  left: 85%;
}

.alert {
  margin-bottom: 3px;
}
@media (min-width: 992px) {
  .container-fluid {
    width: 90%;
    margin: auto;
  }
}