#buscar
{
    display: none;
}

.bolinha-verde{
    color: #00a65a;
}

#tipo_01, #tipo_04, #tipo_05, #tipo_06, #tipo_08, #tipo_09
{
    display: none;
}

#tipo_02, #tipo_03, #tipo_07
{
    display: table;
}

.sub-total
{
    font-size: 20px;
}

.valor-sub-total{
    font-size: 20px;
    color: #00a65a;
}

.botoes-carrinho
{
    margin-top: 40px;
}

.lista_busca
{
    border-radius: 2px;
    padding: 10px;
    background: #f4f4f4;
    margin-bottom: 3px;
    border-left: 2px solid #e6e7e8; 
    color: #444;
    width: 250px;
    list-style-type: none;
    margin-left: -40px;
    cursor: pointer;
}

.lista_busca:hover
{
    background: #e3e3e3;
}

.example-modal .modal
{
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    display: block;
    z-index: 1;
}
.example-modal .modal
{
    background: transparent!important;
}
.select2
{
    width: 100% !important;
}

.select2-selection__choice
{
    max-width: 90% !important;
}

@media print
{
    a[href]:after
    {
        content: none !important;
    }
}

@media print
{
    @page
    {
        size: A4 portrait;
        margin-left:5mm;
        margin-right:5mm;
    }
    ::-webkit-scrollbar
    {
        display: none;
    }
}

@media print
{
    * { overflow: visible !important; } 
}

.input-group
{
    width: 100% !important;
}
