/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
}

button {
  cursor: pointer;
}




/* ROW CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.btn-outline-success{
  margin-right: 4%;
}

.icon-navbar{
  margin-left: 3%;
}

.row {
  width: 100%;
  margin: 0px;
  padding: 15px;
}

.row .col-lg-4 {
  text-align: center;
}

.row h3 {
  font-weight: 400;
  color: #28a745;
  padding-top: 16px;
  padding-bottom: 10px;
}

.row .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

.row .col-lg-4 .board{
  margin: 1.0rem;
  text-align: center;
  padding: 0px 2px 2px;
  border: 1px solid black;
  border-radius: 10px;
  background-color: black;
}

.hide {
  display: none;
}

.dropzone {
  background-color: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 100%;
  min-height: 200px;
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
}


.dropzone:empty {
  background-image: url("../images/lista_vazia.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.card .btn:hover{
  color: #28a745;
}

.card {
  padding-top: 2px;
  border: 1px solid black;
  margin: 4px;
}

.card:hover{
  top:-2px;
  box-shadow:0 2px 2px #667;
}

.card[draggable=true] {
  cursor: grab;
}

.card.is-dragging {
  cursor: move;
  box-shadow:0 6px 6px #667;
}

.card+.card {
  margin-top: 10px;
}

.card .div-actions{
  border-top: 1px solid black;
}

.card .div-description{
  text-align: justify;
  padding-right: 5%;
  padding-left: 5%;
}

.card .div-info{
  color: #28a745;
  text-align: justify;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 5%;
  padding-left: 5%; 
}

.card .header{
  padding-right: 3%;
  padding-left: 3%; 
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}