html {
  position: relative;
  min-height: 100%;
}
body {
    margin-top: 50px;
    margin-bottom: 60px;
}
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}
.logo {
    padding: 0;
}
.logo img {
    padding: 3px;
    height: 50px;
}
.container .text-muted {
    margin: 20px 0;
}
.thumb {
    margin-bottom: 30px;
}
.thumbnail {
    margin: 5px;
    padding: 5px;
}
.thumbnail-caption {
    font-size: 0.8em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.thumbnail-image {
    cursor: pointer;
}
.thumbnail-sizes {
    width: 100%;
    padding: 5px;
    display: inline-block;
    text-align: center;
}
.input-qtd {
    text-align: center;
}
.tiny {
    padding: 2px 8px !important;
}
.tiny>img {
    height: 32px;
    margin: 0px;
    padding: 0px;
}
.no-padding {
    padding-left: 0;
}
.padding-bottom {
    padding-bottom: 10px;
}
.padding-bottom-lg {
    padding-bottom: 30px;
}
.margin-left {
    margin-left: 5px;
}
.middle {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
}
#info-button i {
	height:20px;
	line-height:20px;
}