#simples-container {
    height: 100%;
    width: 100%;
    max-width: 1430px;
    margin: 0 auto;
    border: 3px solid #000;
    white-space: nowrap;
}

#simples-menu{
	display: inline-block;
    background: #ccc;
    height: 100%;
    width: 12%;
    vertical-align: top;
}

.simples-menu-content{
	height: 100%;
	width: 100%;
	text-align: center;
}

.simples-title{
	width: 95%;
	text-align: center;
	margin: 0 auto;
	height: 9%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 1.5em;
    line-height: 1;
}

.simples-select-div{
    width: 95%;
    text-align: center;
    height: 5%;
    margin: 1px auto;
}

.simples-busca-div{
	width: 95%;
	text-align: center;
	margin: 0 auto;
    height: 7%;
}

.simples-button-div{
    width: 95%;
    text-align: center;
    margin: 3px auto;
    height: 8%;
}

.simples-marca-div{
	width: 95%;
	text-align: center;
	margin: 0 auto;
	height: 6%;
}

.simples-marca-logo{
	max-width: 95%;
	max-height: 100%;
	width: auto;
}

.simples-btn-full {
    height: 100%;
    width: 100%;
    border: 0px;
    border-radius: 5%;
}

.simples-btn-half {
    height: 100%;
    vertical-align: middle;
    width: 48%;
    border: none;
    border-radius: 5%;
}

#simples-content {
    width: -webkit-calc(88% - 4px);
    display: inline-block;
    height: 100%;
    vertical-align: top;
}

.simples-input{
	width: 100%;
    height: 100%;
    color: #fff;
    background: #000;
    border: 0px;
    border-radius: 5%;
}

.simples-select{
	max-height: 100%;
}

.simples-button-div i.fa {
    font-size: 2.5em;
}

.simples-tabela-produtos{
    height: -webkit-calc(100% - 50px);
}

.simples-tabela-header{
	height: 20px;
}

.simples-inner-table-holder{
	height: 100%;
	overflow: auto;
}

table.simples-tabela-produtos td {
    border: 1px solid #000;
    text-align: center;
    white-space: normal;
}

table.simples-tabela-produtos img.full {
    max-height: 140px;
    max-width: 140px;
    height: auto;
    width: auto;
}

table.simples-tabela-produtos img.half {
    max-height: 70px;
    max-width: 70px;
    height: auto;
    width: auto;
    margin: 5px;
}

table.simples-tabela-produtos td.simples-td-inner-table{
	padding: 0px;
	border:  0px;
}

table.simples-inner-table {
    border-collapse: separate;
    border-spacing: 0px 10px;
    table-layout: fixed;
}

td.simples-prd-col.simples-foto {
    width: 20%;
    min-width: 100px;
}

td.simples-prd-col.simples-nome {
    width: 20%;
    word-break: break-all;
}

td.simples-prd-col.simples-grade {
    width: 20%;
}

td.simples-prd-col.simples-qtd {
    width: 20%;
}

td.simples-prd-col.simples-preco {
    width: 20%;
}

td.simples-prd-col div.simples-bordered{
	border: 1px solid #000;
}

.simples-totais-pedido {
    height: 50px;
    width: 99.9%;
    background: #ccc;
}


.simples-scroller-spacing{
    display: none;
}

.web .simples-scroller-spacing{
    display: table-cell;
    min-width: 12px;
    padding: 0px;
}

.simples-inner-table-holder::-webkit-scrollbar{
	width: 12px;
	border-radius: 5%;
}

.simples-inner-table-holder::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.simples-inner-table-holder::-webkit-scrollbar-thumb {
	background: #888;
}

.simples-inner-table-holder::-webkit-scrollbar-thumb:hover {
	background: #555;
}

tr.simples-grade-names td {
    padding: 8px 0px;
    background: #1ebb90;
    color: #fff;
    border: 1px solid #000;
}

tr.simples-grade-qtd td {
    padding: 4px 0px;
}

td.simples-grade-cor{
    background: #f00;
    color: #fff;
    border: 1px solid #000;
    font-weight: bold;
}

.simples-totais-col {
    display: inline-block;
    width: 13%;
}

.simples-button-holder{
    height: 120px;
    overflow: auto;
}

.simples-comprar-button{
    display: inline-block;
    width: 30%;
    margin: 1px 0px;
    height: 48%;
}

.simples-comprar-button-tamanho{
    height: 35%;
    width: 100%;
    border: 1px solid #000;
    background: #1ebb90;
    color: #fff;
}

.simples-comprar-button-qtd{
    height: 65%;
    width: 100%;
    display: flex;
    border: 1px solid #000;
    align-items: center;
    justify-content: center;
    align-content: center;
    color: #fff;
    background: #f00;
    font-weight: bold;
    font-size: 1.3em;
}

.simples-qtd-comprada.simples-head{
    padding-right: 12px;
}

.simples-qtd-holder{
    overflow-y: overlay;
    height: 120px;
    padding-right: 12px;
}

.simples-qtd-comprada div {
    width: 30%;
    display: inline-block;
    border: 1px solid;
    margin: 3px 0px;
}

.simples-preco-div{
    white-space: nowrap;
}

.simples-preco-div > div{
    width: 48%;
    display: inline-block;
    border: 1px solid #000;
}

.simples-cliente-row {
    padding: 15px;
    font-size: 1.2em;
    border: 1px solid;
    margin: 2px;
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.simples-cliente-row button {
    background: #1ebb90;
    color: #fff;
    border-radius: 5px;
    padding: 15px;
    border: none;
}

tr.simples-tabela-row.selected td{
    background: #ffffba;
}

#alert-modal button[data-desconto-button-ifp-id].selected {
    background: #ff0;
}

#alert-modal button[data-desconto-button-ifp-id] {
    margin: 5px;
    background: #fff;
    border: 1px solid #000;
    padding: 5px;
    min-width: 10%;
}

#alert-modal.simples-desconto-unitario-modal {
    min-width: 50%;
}

.simples-dt-btn {
    display: inline-block;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 5px;
    margin: 5px;
    width: 15%;
}

.simples-mail-selector {
    border: 1px solid #000;
    font-size: 1.7em;
    text-align: center;
    margin: 5px;
    padding: 5px;
    box-sizing: content-box;
}

.simples-mail-selector.selected {
    border: 4px solid #f00;
    padding: 2px;
}

.simples-tabela-button {
    background: #1ebb90;
    color: #fff;
    display: inline-table;
    margin: 5px;
    width: 49%;
    height: 125px;
    text-align: center;
    border-radius: 5px;
}

.simples-tabela-button div {
    display: table-cell;
    vertical-align: middle;
}