/*.painel-cadastro-produtos td{
	width: 33%;
	padding: 2px;
}

.painel-cadastro-produtos .btn {
    font-size: 1em;
    padding: 0px;
    width: 100%;
    background: #1ddcf8;
}

.painel-filtros-produtos{
	padding: 3px;
    white-space: nowrap;
}

.painel-filtros-produtos .fa-search{
	font-size: 20px;
}

.painel-filtros-produtos input{
	border: 1px solid #000;
	padding: 10px 5px;
	height: 2.6rem;
	border-radius: 2px;
}

.painel-filtros-produtos select.browser-default{
    width: 33%;
    height: 3em;
    border: 1px solid #000;
    display: inline-block;
}

.painel-filtros-produtos .filtro-prd-nome{
	width: 40%;
}

.painel-filtros-produtos .filtro-marca{
    width: 22%;
    display: inline-block;
    border: 1px solid #000;
    padding: 0px 4px;
    height: 2.6rem;
}

.painel-filtros-produtos .filtro-marca-cnpj{
	width: 28%;
}

.painel-exibicao-produtos{
	max-height: 350px;
	overflow: auto;
	text-align: center;
}

.painel-cadastro-produtos input,
.painel-cadastro-produtos select{
	border: 1px solid #000;
	width: 100%;
    padding: 10px 5px;
    height: 5vh;
}
/*
.painel-cadastro-produtos select{
    border: 1px solid #1ddcf8;
    height: 3em;
}

.painel-input-field{
    width: 48%;
    display: inline-block;
    vertical-align: middle;
}

.painel-input-field label{
	margin-left: 5px;
}

.painel-input-field input{
	border: 1px solid #000;
    font-size: 2em;
    padding: 5px;
    width: 100%;
}

.painel-produto-item{
    padding: 5px;
    text-align: center;
    margin: 5px;
    background: #fff;
}

.painel-produto-item button{
	background-color: #fff;
	padding: 4px;
	border: 1px solid #000;
}

.painel-produto-referencia{
	font-size: 1.2em;
	width: 33%;
	padding: 7px 0px;
}

.painel-produto-dados, .painel-produto-referencia{
	background-color: #ccc;
}

.painel-produto-item-tabela td{
	padding: 5px;
	width: 33%;
}

.painel-produto-item-input{
	width: 100%;
	font-size: 1.2em;
	height: 2rem;
}

.painel-produtos-toggle-visivel, .painel-produtos-toggle-lancamento{
    border-radius: 10%;
    margin: 0px 0px;
    display: inline-block;
    width: 40%;
    padding: 3px;
    border: 1px solid;
    background: #fff;
}
.painel-produtos-toggle-visivel.active, .painel-produtos-toggle-lancamento.active{
	background-color: #1eb;
}

.tamanho-item, .variante-item{
    display: inline-block;
    width: 30%;
    height: 30px;
    border: 1px solid #000;
    margin: 3% .5%;
    text-align: center;
    background: #eee;
}

.painel-modal-add-button{
	vertical-align: middle;
	margin-top: 1rem;
	width: 50%;
}

.painel-produtos-modal-trigger{
    width: 29%;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 5px;
    padding: 10px 0px;
    background: #efefef;
}

.painel-busca-div input{
    height: 2em;
    border: 1px solid;
    border-radius: 4px;
    margin-left: 2px;
    margin-top: 5px;
    width: 45%;
    padding-left: 5px;
}
/*
select.painel-produtos-filtros.browser-default {
    display: inline-block;
    width: 45%;
    border: 1px solid;
    height: 2em;
    margin-top: 2px;
    margin-left: 2px;
}

#painel-produtos-modal-infos{
	top: 1%!important;
	height: 98%;
	overflow: auto;
}

#painel-produtos-modal-infos .modal-content{
	height: 100%;
	margin-bottom: 0px;
}

#painel-produtos-modal-infos .painel-produtos-dados{
	height: 25%;
}

#painel-produtos-modal-infos .sku-list{
	height: 65%;
	overflow: auto;
}

.font-size-p{
    font-size: 2.5em;
    margin: 0px;
}

.painel-cadastro-produtos .buttons-top td{
    padding-top: 15px;
}

.painel-cadastro-produtos .buttons-bottom td{
    padding-bottom: 15px;
}

@media only screen and (min-width: 450px){

    #painel-produtos{
        max-width: 45%;
        margin: 0 auto;
        padding-top: 50px;
    }

}*/

#painel-produtos{
    padding-top: 50px;
}

#painel-produtos .header-section{
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: 10px auto;
}

#painel-produtos .header-section > div{
    display: flex;
    /* display: none; */
}

#painel-produtos .header-section .section-1 select{
    margin: 0 3px;
    border: 1px solid #000;
    width: 120px;
}

#painel-produtos .header-section .section-1 button{
    margin-right: 6px;
    width: 155px;
}

#painel-produtos .header-section button{
    background-color: #809CAB;
    border: none;
    color: #fff;
    box-shadow: 2px 2px 8px black;
}

#painel-produtos .table-section{
    width: 90%;
    margin: 0 auto;
    overflow: auto;
}

#painel-produtos .table-section .save{
    padding: 0;
}

#painel-produtos .table-section .save button{
    border: none;
    background-color: #809CAB;
    width: 100%;
    height: 100%;
    padding: 10px;
    color: #fff;
}

#painel-modal-descricao{
    width: 27%;
}

.btns-edit{
    display: none;
}

#painel-produtos .table-section table{
    width: auto;
    table-layout: fixed;
}

#painel-produtos .table-section th:nth-child(odd),
#painel-produtos .table-section td:nth-child(odd){
    background: #e5e5e5;
}

#painel-produtos .table-section th,
#painel-produtos .table-section td{
    padding: 10px;
    border: 1px solid #000;
}

#painel-produtos .table-section th{
    width: 155px;
}

#painel-produtos .table-section td{
    line-height: 1;
    text-align: center;
    padding: 2px;
}

#painel-produtos-skus {
    width: 80%;
    max-height: 90%;
    height: 90%;
    top: 5%!important;
}

.skus-list{
    display: none;
}

.skus-variante-table td {
    padding: 5px;
    border: 1px solid;
    text-align: center;
}

.skus-variante-div {
    text-align: center;
    min-width: 10%;
    user-select: none;
    border: 3px solid #000;
    margin: 5px;
}

.skus-variante-div.selected {
    border: 3px solid #f00;
}

.skus-tamanho-div {
    display: flex;
    flex-wrap: wrap;
}

.skus-tamanho-div div {
    width: 49%;
    word-break: break-all;
}

table.skus-variante-table{
    width: auto;
    display: inline-table;
}

.skus-variante-table td.variante-col{
    border-width: 2px;
    user-select: none;
}
.skus-variante-table td.variante-col.selected{
    border-color: #f00;
}

.skus-tables{
    text-align: center;
    overflow: auto;
    white-space: nowrap;
    position: relative;
}

.sku-variante-field-name, .sku-variante-cell-index{
    display: none;
}

.skus-variante-table[data-index="0"] td.sku-variante-field-name.sku-variante-referencia {
    border: 2px solid #fafafa;
    border-right: 1px solid #000;
}

.skus-variante-table[data-index="0"]{
    position: fixed;
    background: #fafafa;
    z-index: 999;
}

.skus-variante-table[data-index="0"] .sku-variante-field-name, .skus-variante-table[data-index="0"] .sku-variante-cell-index{
    display: table-cell;
    background: #ff005e;
    color: #fff;
    border-color: #000;
}

.skus-variante-table[data-index="0"] .sku-variante-field-name.sku-variante-referencia, .skus-variante-table[data-index="0"] .sku-variante-cell-index{
    border: 0;
    background: transparent;
    color: #000;
}

input.browser-default.sku-variante-input{
    width: 4em;
    text-align: center;
}

.skus-controls-inputs{
    margin-bottom: 22px;
}

.skus-controls-table input{
    height: 2em;
    border-radius: 5px;
    outline: none;
    width: 6em;
}

.skus-contros-input-text{
    height: 22px;
}

.skus-controls{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 5px;
    flex-direction: column;
}

.skus-controls-button {
    background: #ff005e;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px;
    font-size: 1em;
    width: 6em;
}

.skus-name-div{
    position: relative;
}

.skus-name-div i{
    position: absolute;
    right: 5px;
    font-size: 1.2em;
    top: 5%;
}

.skus-controls-table{
    table-layout: fixed;
    width: auto;
    margin: 0 auto;
}

.skus-controls-table td{
    padding: 2px 3px;
}

.new-product-input{
    max-width: 100%;
}

button.new-product-button {
    width: 50%;
    font-size: 1.3em;
    border: 1px solid #000;
}

#painel-produtos .header-section .section-1 select.must-complete {
    border: 4px solid #f00;
}

.skus-variante-table td.must-complete{
    background: #f00;
}


@media only screen and (max-width: 450px) {
    #painel-produtos .table-section {
        width: 95%;
        margin: 0 auto;
        overflow: auto;
    }

    #painel-produtos .header-section {
        width: 90%;
        display: flex;
        justify-content: space-between;
        margin: 0px auto;
    }

    .cabecalho-smart-prod{
        width: 95%;
        height: 78px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        margin-bottom: 10px;
        margin-top: 10px;

    }

    #painel-produtos {
        padding-top: 0px;
    }

    .nova-referencia{
        width: 29%;
        height: 100%;
    }

    .btns-pesq{
        width: 71%;
        height: 100%;
        display: flex;
    }
    .pesq-content{
        width: 33%;
        height: 100%;
    }

    .acoes-pesq{
        width: 100%;
        height: 50%;
        padding: 2px;
    }

    .new-ref {
        background-color: #809CAB;
        border: none;
        color: #fff;
        box-shadow: 2px 2px 8px black;
        height: 100%;
        font-size: 16px;
    }

    .select-smt{
        background-color: rgba(255,255,255,0.9);
        width: 100%;
        border-radius: 2px;
        height: 100%;
    }

    #painel-produtos .table-section th{
        padding: 6px;
        border: 1px solid #000;
    }

    .genScv{
        background-color: #809CAB;
        border: none;
        color: #fff;
        box-shadow: 2px 2px 8px black;
        height: 100%;
        width: 100%;
        font-size: 10px;
    }

    .product-search-pesq{
        width: 100%;
        height: 100%;
    }

}


/*
tbody td:nth-of-type(odd),
thead th:nth-of-type(odd){ background:black; color: white; }
*/