.suggest-painel-tutorial button{
	width: 80%;
	margin: 5px 0px;
}

.suggest-painel-tutorial{
	text-align: center;
}

#modal-export-success .modal-content{
	height: 100%;
}

#modal-export-success .status-pedido{
	font-size: 2em;
	margin-top: 5px;
}

#modal-export-success .tutorial-pos-exportacao{
	margin-top: 25px;
}

#modal-export-succes .suggest-video{
	font-size: 2.6em!important;
	line-height: 1;
	margin-bottom: 15px;
}

#modal-export-succes .suggest-pedido{
	font-size: 2em;
}

[page=start] .sinc-table-container{
	padding: 5%;
	text-align: center;
}


[page=start] table.pedidos-lista td {
	border: 1px solid #000;
}

.exportar-pedido-selector{
    height: 40px;
    width: 80%;
    background: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    font-size: 2em;
    outline: none;
}

.exportar-pedido-selector .fa-check {
    opacity: 0;
}

.exportar-pedido-selector.selected .fa-check {
    opacity: 1;
}

.export-observation-field {
    width: 35%;
}

.export-observation{
    resize: none;
    font-size: 1.2em;
    width: 100%;
    height: 7em;
    vertical-align: middle;
    line-height: 1;
}

.btns-ped{
	display: flex;
    align-items: center;
}

.list-email{
	width: 85%;
	height: 25%;
}

.cab-email{
	width: 100%;
    height: 100%;
	display: flex
}

.txt-email{
	font-size: 25px;
    width: 81%;
    height: 100%;
}


.btn-email {
    width: 91% !important;
    height: 73% !important;
	background: #1ddcf8;
	color: white;
}

.cont-emails{
	margin-right: auto;
    margin-left: auto;
	width: 90%;
	height: 25%;
}

.cont-emails .btns-ped button {
    height: 120px;
    width: 120px;
    font-size: 14px!important;
    padding: 1% 0px;
}

.cont-emails .btns-ped button i {
    font-size: 4em;
}

.new-mail-table-holder{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	overflow: auto;
	height: 80%;
}

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

	#modal-export-success{
		max-height: 90%!important;
	}

	#modal-export-success .modal-content{
		padding-top: 4px;
	}

	#modal-export-success .status-pedido{
		font-size: 1.5em;
		margin-top: 5px;
		margin-bottom: 5px;
		line-height: .9;
	}

	#modal-export-success .suggest-video{
		font-size: 1.1em!important;
		color: #1ddcf1;
	}

	#modal-export-success .suggest-pedido{
		font-size: .7em!important;
	}

}