.tile-progress {
  background-color: #303641;
  color: #fff;
  /*box-shadow: 2px 2px 2px 2px #D7D7D7;*/
  color: #fff;
  margin-bottom: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 5px;
  border-radius: 5px;
}

  .tile-progress .tile-header {
    /*padding: 15px 20px;*/
    padding-top: 1px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 30px;
  }

.tile-header h2 {
  text-align: left;
  font-size: 20px;
}

.tile-header-info {
  text-align: left;
  min-height: 120px;
}




/* unvisited link */
.tile-progress a:link {
  color: #FFFFFF;
  text-decoration: none;
}

/* visited link */
.tile-progress a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

/* mouse over link */
.tile-progress a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

/* selected link */
.tile-progress a:active {
  color: #FFFFFF;
  text-decoration: none;
}






.tile-progress .tile-progressbar {
  height: 4px;
  background: rgba(0,0,0,0.2);
  margin: 0;
}

  .tile-progress .tile-progressbar span {
    display: block;
    background: #fff;
    width: 0;
    height: 100%;
    -webkit-transition: all 1.5s cubic-bezier(0.230,1.000,0.320,1.000);
    -moz-transition: all 1.5s cubic-bezier(0.230,1.000,0.320,1.000);
    -o-transition: all 1.5s cubic-bezier(0.230,1.000,0.320,1.000);
    transition: all 1.5s cubic-bezier(0.230,1.000,0.320,1.000);
  }

.tile-progress .tile-footer {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: right;
  background: rgba(0,0,0,0.1);
  /*-webkit-border-radius: 0 0 3px 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 0 3px 3px;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;*/
}


/* unvisited link */
.tile-footer a {
  color: #FFFFFF;
  text-decoration: none;
}

  .tile-footer a:link {
    color: #FFFFFF;
    text-decoration: none;
  }

  /* visited link */
  .tile-footer a:visited {
    color: #FFFFFF;
    text-decoration: none;
  }

  /* mouse over link */
  .tile-footer a:hover {
    color: #FFFFFF;
    text-decoration: none;
  }

  /* selected link */
  .tile-footer a:active {
    color: #FFFFFF;
    text-decoration: none;
  }




.tile-red-400 {
  background-color: #EF5350;
}

.tile-red-500 {
  background-color: #F44336;
}

.tile-red {
  background-color: #f56954;
}


.tile-pink-400 {
  background-color: #EC407A;
}

.tile-pink-500 {
  background-color: #E91E63;
}

.tile-light-pink {
  background-color: #ec3b83;
}

.tile-pink {
  background-color: #e37091;
}



.tile-purple-400 {
  background-color: #AB47BC;
}

.tile-purple-500 {
  background-color: #9C27B0;
}

.tile-purple-600 {
  background-color: #8E24AA;
}

.tile-purple {
  background-color: #ba79cb;
}



.tile-deep-purple-400 {
  background-color: #7E57C2;
}

.tile-deep-purple-500 {
  background-color: #673AB7;
}







.tile-orange {
  background-color: #f0ad4e;
}

.tile-black {
  background-color: #303641;
}

.tile-blue {
  background-color: #0073b7;
}

.tile-aqua {
  background-color: #00c0ef;
}

.tile-green {
  background-color: #00a65a;
}

.tile-cyan {
  background-color: #00b29e;
}



.tile-brown {
  background: #a39569;
}





#titulo-green {
  background-color: #5cb85c;
}

#titulo-blue {
  background-color: #337ab7;
}

#titulo-red {
  background-color: #d9534f;
}

#titulo-light-blue {
  background-color: #5bc0de;
}

#titulo-purple {
  background-color: #a069c3;
}

/*HOVER MENU TILE*/
.dropTile {
}

.dropdownArea {
  position: relative;
  display: inline-block;
}

.dropdownTileConteudo {
  display: none;
  position: absolute;
  z-index: 1;
}

  .dropdownTileConteudo a {
    text-decoration: none;
    display: block;
    /*transition: background-color .35s ease-in-out;*/
  }

.dropdownArea:hover .dropdownTileConteudo {
  display: block;
}
