﻿body {
    overflow-y: scroll;
    padding-bottom: 25px;
}

#ContainerGeral {
    min-width: 1152px;
    display: table;
    margin: 0 auto;
    /*background-color: #000;*/
}

#Topo {
    background-image: url(../Imagens/Banner.jpg);
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: left;
    width: 1152px;
    padding-top: 97px;
    margin-bottom: 5px;
    margin: 0 auto;
}

#ContentContainer {
    width: 1152px;
}

.customExcludeButton {
    height: 20px !important;
    padding-top: 1px !important;
}
.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-horizontal {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.espacamento {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}

.celula-acoes {
    text-align: center;
}

.widget-container {
    margin-right: 320px;
}

.current-product {
    padding-top: 11px;
}

.current-value {
    font-weight: bold;
}

.options {
    padding: 20px;
    background-color: rgba(191, 191, 191, 0.15);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 260px;
}

.caption {
    font-weight: 500;
    font-size: 18px;
}

.button-link {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.option {
    margin-top: 10px;
}

.container {
    margin-top: 20px !important;
}

footer {
    background-image: url(../Imagens/rodape2.png);
    bottom: 0;
    font-size: 12px;
    font-weight: bolder;
    left: 0;
    height: 42px;
    padding-top: 10px;
    position: fixed;
    text-align: center;
    width: 100%;
}