#alert-modal.confirmation-modal{
	min-width: initial!important;
	width: 500px!important;
}

.search-by-reference .hide-special-search{
	display: none;
}

.show-special-search{
	display: none!important;
}

.search-by-reference .show-special-search{
	display: block!important;
}

.mobile-footer .funcao-lista-pedidos{
	border: 3px solid #f44336;
}

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

	.is-smartphone.search-by-reference .hide-smartphone.show-special-search{
		display: none!important;
	}

}

table.tabela-precos {
    font-size: 12px;
    table-layout: fixed;
}

table.tabela-precos tr.head-table-row td{
    font-size: 15px;
    word-break: keep-all;
    padding: 5px 10px;
    height: 20px;
}

table.tabela-precos td {
    word-break: break-all;
    padding: 5px 0px;
    border: 1px solid #000;
    text-align: center;
    line-height: 1;
    height: 100px;
}

table.tabela-precos td.inner-modal-preco-holder {
	padding: 0px;
}

table.tabela-precos img {
    max-height: 100px;
    width: auto;
    max-width: 100px;
}

#alert-modal.alert-modal-tabela-precos{
	min-width: 60%;
    height: 80%;
    max-height: 80%;
}

#alert-modal.alert-modal-tabela-precos .modal-content{
	height: 90%;
}

#alert-modal.alert-modal-tabela-precos h4.title{
	height: 100%;
}

.modal-tabela-precos-container {
	height: 100%;
    width: 95%;
    margin: 0 auto;
}

.modal-tabela-precos-table-holder{
    max-height: 75%;
    overflow: auto;
}

.tabela-precos-filtros{
	margin: 3px auto;
	text-align: center;
}

.tabela-precos-filtros select {
	padding: 2px;
    font-size: 17px;
    display: inline-block;
    width: 31%;
    border: 1px solid #000;
    margin: 0 auto;
    height: 35px;
}


.tabela-precos-filtros input {
    margin: 8px 0 5px 0px;
    border: 1px solid #000;
    font-size: 16px;
    width: 32%;
    height: 35px;
    border-radius: 5px;
}

.tabela-precos-paginas{
	text-align: center;
	margin-top: 2px auto;
}

button.page-button {
    border: none;
    background: #1ebb90;
    color: #fff;
    border-radius: 5px;
}

button.page-button.active {
    background: #fbfb00;
    border: 1px solid #000;
    color: #000;
}

.modal-tabela-precos-titulo{
	font-weight: bold;
	color: #f00;
	text-align: center;
}

.controle-de-tabelas button {
    margin: 2px;
    height: 70px;
    width: 120px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid;
    border-radius: 5%;
}

.controle-de-tabelas button.selected {
    background: #f00;
    color: #fff;
}

.lista-precos-img{
	width: 110px;
}

.lista-precos-marca{
	width: 75px;
}

.lista-precos-nome{
	width: 75px;
}

.lista-precos-ref{
	width: 60px;
}

.lista-precos-cdbarras{
	width: 65px;
}

table.tabela-precos tr.head-table-row td.lista-precos-cdbarras{
	font-size: 14px;
}

.lista-precos-ncm{
	width: 60px;
}

.lista-precos-dun{
	width: 60px;
}

.lista-precos-var{
	width: 75px;
}

.lista-precos-tam{
	width: 80px;
}

.lista-precos-prc{
	width: 60px;
}

.lista-precos-tabela-col{
	width: 80px;
}

.inner-modal-preco-div-holder{
	max-height: 390px;
}

.web .inner-modal-preco-div-holder{
	width: -webkit-calc(100% + 15px);
	overflow-y: scroll;
}

.inner-modal-preco-div-holder::-webkit-scrollbar{
	width: 12px;
}

.inner-modal-preco-div-holder::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.inner-modal-preco-div-holder::-webkit-scrollbar-thumb {
  background: #888;
}

.inner-modal-preco-div-holder::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/***************************************************************************************************************************************************/


.hide-new-client .client-register {
    display: none;
}

.function-items {
    height: 100%;
    display: none;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: min-content;
    gap: 10px;
    padding: 10px;
}

.app-blocked .function-items {
    display: grid;
}

.function-items .item {
    border: 2px solid #1ebb90;
    box-shadow: 2px 2px 4px 0px #1ebb9080;
    border-radius: 5px;
    padding: 5px;
}

.function-items .item .icon {
    font-size: 3.4em;
    color: #f44336;
    line-height: 1.1;
    text-align: center;
}

.function-items .item .icon i {
    color: inherit;
}

.function-items .item .name {
    text-align: center;
    font-size: 1.8em;
    color: #1ebb90;
    line-height: 1.1;
    height: 2.4em;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.function-items .item.link {
    border-width: 3px;
    text-align: center;
}

.function-items .item.link .logo {
    color: #1ebb90;
    font-size: 1.6em;
    line-height: 1;
}

.function-items .item.link .logo small {
    font-size: 0.8em;
}

.function-items .item.link .title {
    margin-bottom: 2px;
}

.function-items .item.link .subtitle {
    width: -webkit-fit-content;
    width: fit-content;
    border: solid #1ebb90;
    border-width: 2px 0;
    padding: 2px 4px;
    margin: 0 auto 2px;
}

.alternative-screen .function-items .item {
    border-color: #809cab;
    box-shadow: 2px 2px 4px 0px #809cab80;
}

.alternative-screen .function-items .item .icon {
    color: #b8b8b8;
}

.alternative-screen .function-items .item .name {
    color: #809cab;
}

.funcoes-itens .link .logo {
    color: #1ebb90;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1;
}

.funcoes-itens .link .logo small {
    font-size: 0.8em;
}

.funcoes-itens .link .title {
    margin-bottom: 2px;
}

.funcoes-itens .link .subtitle {
    width: -webkit-fit-content;
    width: fit-content;
    border: solid #1ebb90;
    border-width: 2px 0;
    padding: 2px 4px;
    margin: 0 auto 4px;
}