.start-container{
	height: 100%;
	width: 100%;
	max-width: 1430px;
	margin: 0 auto;
	border: 3px solid #000;
}

.hide-start-menu .start-menu{
	width: 0%;
	border: 0px;
	/* display: none !important; */
}

.hide-start-menu .start-content{
	width: 99%;
}

.start-menu{
	transition: .4s;
	z-index: 1001;
	width: 10%;
	height: 100%;
	background: #fff;
	color: #1ebb90;
	border: 8px solid;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.alternative-screen .start-menu{
	color: #809cab;
}

.start-logo{
	text-align: center;
	height: 110px;
}

.start-footer{
	text-align: center;
}

.start-menu-itens{
	height: 100%;
	overflow: hidden;
	overflow-x: hidden;
}

.start-menu-outer{
	display: table;
	width: 100%;
	height: 100%;
}

.start-menu-inner{
	display: table-cell;
	vertical-align: middle;
}

.start-content{
	height: 100%;
    vertical-align: top;
    width: -webkit-calc(90% - 4px);
    display: inline-block;
}

.start-menu-button{
	height: 75px;
	width: 70%;
	border: 0px;
	margin: 10px auto;
	background: #fff;
	display: block;
	font-size: 1.5em;
	color: #0d916d;
}

.start-circular{    
	height: 5.2vh;
    width: 100%;
	border: none;
	margin: 1% auto;
/*	display: flex;
	justify-content: center;
	align-content: center;*/
	color: #016e50;
	text-transform: uppercase;
	font-weight: bold;
	background: none!important;
}

.alternative-screen .start-circular{
	color: #809cab;
}

.ios .start-circular{
	margin: 4.1% auto !important;
}

.start-circular[data-content="transportadora"]{
    font-size: 1.05em;
}

.start-menu-button-holder{
	text-align: center;
	font-size: .65em;
	line-height: 1;
	width: 100%;
}
.start-menu-button-holder button[data-content="new_pagamento"]{
	font-size: 1.2em;
}

.start-menu-button.active{
	background: #ff0;
	color: #000;
}

.start-disabled{
	background: #888;
	color: #000;
	pointer-events: none;
}

a.marca-ativa .card {
    border: 5px solid #f00;
}

[page='start'] .hide-on-start{
	display: none;
}

.show-on-start{
	display: none;
}

[page='start'] .show-on-start{
	display: initial;
}

.start-cliente{
	padding: 5px;
	border: 1px solid #ccc;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
/* 
[page=start] .container{
    width: 80%!important;
    margin-left: 20%!important;
}
*/
[page=start] .fixed-header{
	display: none;
}

[page=start] .clients-header {
    position: fixed;
    background: white;
    width: 86%;
	top: 0;
	left: initial;
    z-index: 12;
    max-width: 1024px;
}

.start-tabelas-precos{
    width: 63%;
    border-collapse: separate;
    border-spacing: 14px;
	margin: 0 auto;
	table-layout: fixed;
}

.start-tabelas-precos td{
	background: #1ebb90;
    color: #fff;
    font-size: 1.1em;
    padding: 0px;
    text-align: center;
    line-height: 1;
}

.alternative-screen .start-tabelas-precos td{
	background: #809cab;
	border-color: #b8b8b8;
}

[page=start] .foto-conceitual-row{
	height: 100%;
}

[page=start] .foto-conceitual-col{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}

#ep_logotipo{
	text-align: center;
}

#ep_logotipo img{
	max-height: 6vh;
	max-width: 100%;
}

.main-on-start{
	height: 100%;
	margin: 0px!important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lista-pedidos-title{
	font-size: 3em;
}

[page="start"] .no-padding-on-start{
	padding: 0px;
}

[page="start"] .some-padding-on-start{
	padding: 50px;
}

.start-lp{
	font-size: 3em;
}

[page=start] .backup .row{
	height: 95%;
}

[page=start] .backup .row .col{
	height: 100%;
	padding: 50px;
	text-align: center;
}

.show-on-start.backup-title{
	font-size: 3em;
}

[page=start] .backup-online{
    position: static!important;
	margin: 20px 0px 0px;
}

[page=start] .backup .box{
	margin: 50px auto 0;
	width: 60%;
}

.hider-ignore-date [data-content="carrinho_new"]{
	display: none;
}

.hide-transportadora [data-content="transportadora"]{
	display: none;
}

.hide-tabela-precos [data-content="tabelas"]{
	display: none
}

.show-pre-select-button .select-product{
	height: 13%;
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 1.7em;
    margin: 0 auto;
}

.select-product {
	display: none;
    bottom: 5px;
    color: #000;
    right: -4px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 20px 8px;
    font-size: .9em;
}

.select-product.selected{
	background: #ff0;
}

.start-hide-menu-button{
	position: absolute;
    color: #000;
    left: 100%;
    bottom: 40%;
    width: 40px;
    height: 51px;
    background: #1ebb90;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
	border-radius: 0px 10px 10px 0px;
	border: 3px solid #000;
	border-left: none;
}

.alternative-screen .start-hide-menu-button{
	background-color: #809cab;
}

.start-global-loader{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	z-index: 99999;
}

.start-global-bg{
	position: absolute;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.4;
	top: 0px;
	left: 0px;
}

.start-global-loader .preloader-wrapper.big {
    width: 200px;
    height: 200px;
}

.start-global-loader .circle-clipper .circle{
	border-width: 13px;
	border-radius: 100%;
}

.start-loader-close{
	position: fixed;
    top: 0px;
    right: 15px;
    font-size: 5em;
    display: inherit;
    cursor: pointer;
    color: #fff;
}

[page=start] .calc-produto-img-c{
	height: 83%;
}

.calc-produto-nome{
	height: 10%;
    font-weight: bold;
	font-size: 1em;
	overflow: auto;
	text-align: center;
	line-height: 1.1;
	border: 1px solid #000;
	display: table;
	width: 100%;
}

.calc-produto-nome-inner{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}


.button-ver-pedido{
	display: block;
	background: #1ebb90;
	padding: 7px;
	line-height: 1;
	color: #fff;
	border-radius: 5px;
	border: none;
	cursor: pointer;
}

.alternative-screen .button-ver-pedido{
	background: #809cab;
}

[page=start] #modal-prazos{
	width: 600px!important;
}

.backup-close-modal{
	position: absolute;
	top: 2px;
	right: 5px;
	font-size: 1.3em;
}

.container.detalhes-container .fa.fa-close.backup-close-modal.fechar-btn{
	font-size: 3.3em;
}

.desconto-unit-button{
    color: #000;
    background: #fff;
    border: none;
    border-radius: 5px;
    height: 16%;
    width: 74%;
    margin: 5px;
}

.desconto-unit-button-2{
    color: #000;
    background: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    height: 15%;
    width: 48%;
    margin-top: 2%;
    font-size: 1.5em;
}

.start-circular{
	
}

[page=start] table.pedidos-lista td {
    padding: 2px 3px;
}

[page=start] .desc-unit {
    color: #fff;
    position: absolute;
    top: 2px;
    right: 2px;
    margin: 0px;
    display: table;
    height: 60px;
    width: 60px;
    line-height: 1;
    text-align: center;
	border-radius: 100%;
}

[page=start] .desc-unit-with-date {
    height: 75px;
    width: 75px;
}


.horizontal-render .desc-unit {
    color: #fff;
    position: absolute;
    top: 2px;
    right: 2px;
    margin: 0px;
    display: table;
    height: 50px;
    width: 50px;
    line-height: 1;
    text-align: center;
	border-radius: 100%;
	font-size: 1.3em!important;
}

[page=start].calc-layout-1x3 .desc-unit {
    color: #fff;
    position: absolute;
    top: 2px;
    right: 2px;
    margin: 0px;
    display: table;
    height: 50px;
    width: 50px;
    line-height: 1;
    text-align: center;
	border-radius: 100%;
    font-size: 1.3em;
}

[page=start] .img-div-a .desc-unit{
    right: 2px;
	font-size: 1.6em;
}

.desc-unit-inner{
	display: table-cell;
	background: #f44336;
	border-radius: 100%;
	vertical-align: middle;
	font-size: .8em;
}

.desc-unit-date-inner{
	display: table-cell;
	background: #f44336;
	border-radius: 100%;
	vertical-align: middle;
	font-size: .8em;
}

.desc-unit-date{
	margin: 0;
	font-size: 10px;
}