/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 0;
  padding-bottom: 0;
  color: #5a5a5a;
  background-color: #dddddd;
  /*background-image: url("images/back_plug.jpg");*/
  /*background-attachment: fixed;*/
}

footer {
  background-color: #343a40;
  color: white;
  margin: 0;
  padding: 2rem;
}

/* fondo de los ejemplos de codigo */
.bg-code {
  background-color: #f9e79f;
  padding: 1rem;
}

.table-responsive {
  overflow-y: visible !important;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-top: 15px;
  margin-bottom: 15px;
}

.carousel-caption {
  bottom: 3rem;
  z-index: 10;
  padding: 1em;
  background-color: rgba(0, 0, 0, 0.8);
}

.carousel-caption p {
  margin: 0;
}

.carousel-item {
  background-color: #777;
}

.carousel-item > a > img, .carousel-item > img {
  width: 100%;
}

.jumbotron {
  background-color: #343a40;
  color: white;
  margin: 0;
}

.btn {
  margin: 0.5rem;
}

/* MARKETING CONTENT
-------------------------------------------------- */

.container {
  background-color: white;
  padding: 1rem;
}
.container-fluid {
  background-color: white;


}


/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 3rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

.featurette-image {
  border-radius: 5px;
}

.xicon {
  font-size: 24pt;
  margin: .5rem;
}


.fixed_height_dropdown
{
  height: 350px;
  overflow-y: auto;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 2rem;
  }
}

/* JQUERY CONFIRM CSS
-------------------------------------------------- */

.jc-bs3-container{
  background-color: #d9d9d9;
}
.jconfirm-box{
  background-color: white;
}

