.btn-primary {
    background-image: linear-gradient(to bottom, #789C4C 0%, green 100%);
    background-repeat: repeat-x;
    border-color: green;
}

.vertical-offset-100 {
    padding-top: 100px;
}

.wrapper {
    min-height: 100%;
    height: 100%;
}
.footer {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    min-height: 60px;
}
.navbar-default{
    height: 115px;
}
.navbar-default .navbar-nav li a {
    color: #360;
}
.top-buffer-xs {
    margin-top: 10px;
}

.margin-bottom-xs {
    margin-bottom: 10px;
}
.margin-bottom-sm {
    margin-bottom: 20px;
}
.margin-bottom-md {
    margin-bottom: 40px;
}
.margin-bottom-lg {
    margin-bottom: 60px;
}

.margin-top-xs {
    margin-top: 10px;
}
.margin-top-sm {
    margin-top: 20px;
}
.margin-top-md {
    margin-top: 40px;
}
.margin-top-lg {
    margin-top: 60px;
}

.footer-container {
    border-top: 1px solid #DDDDDD;
    font-size: 0.8em;
    text-align: center;
}
.pagamento {
    display: inline;
    border: 1px solid grey;
    margin: 0 5px;
    padding: 1px;
}
.container-md {
    width: 80%;
}
.fontBig {
    font-size: 1.5em;
}
.top-buffer-md {
    margin-top: 40px;
}

.card {
    background-color: #f8f8f8;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

.card-body {
    min-height: 120px;
}

.padding-20 {
    padding: 20px;
}

html{
    font-size: 16px;
}

.deleted{
    background-color: red;
}
