.pedido-select{
    background: #F44336;
    border: none;
    margin: 7px 0 3px 0;
    color: white;
    height: inherit;
}

.emails-list{
    overflow: auto;
    height: 345px;
}

.emails-list p{
	margin: 10px 0;
}

.emails-list p label{
    background: silver;
    padding: 20px;
    margin: 0;
    font-size: 20px;
    color: #000000;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
}

.salvar-mail, .fechar-mail{
	margin-left: 0 !important;
}

.new-mail label{
    width: 80%!important;
}

.new-mail button{
    width: 8%!important;
    vertical-align: top;
    padding: 25px 0px;
    margin: 0px!important;
    display: inline-block;
    background: #ccc;
    border: 1px solid #000;
}

.confirmed label {
    background: #38d2a8!important;
    color: #fff!important;
}

label.add-mail {
    background: #1ddcf8 !important;
    color: white !important;
    width: auto!important;
}

.email-list-title{
	font-size: 120%;
	text-align: center;
    margin: 0px;
}

.select-send-foto, .dynamic-bottom-buttons {
    margin: 5px;
}

.hide-ipi .pag-ipi{
	display: none;
}

.hide-st .pag-st{
	display: none;
}

.hide-desc-esp .pag-desc-esp{
	display: none;
}

.hide-desc-vol .pag-desc-vol{
	display: none;
}

.hide-desc-val .pag-desc-val{
	display: none;
}

.pagamento-goto-referencias{
    margin-top: 8px;
    border: 2px solid #000;
}

.pagamento-goto-referencias-modal{
    display: none;
}

[page=pagamento].pagamento-goto-referencias-modal{
    display: inline-block;
    margin-top: 10px;
    border: 2px solid #000;
}

.pagamento-goto-button {
    font-size: .9em;
    padding: 0px;
    width: 46%!important;
    vertical-align: middle;
}

.dynamic-mail-modal{
    min-width: 800px!important;
}

.data-mail-input{
    margin-bottom: 0px!important;
}

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

    .dynamic-mail-modal{
        min-width: 90%!important;
    }

    [page=pagamento] #alert-modal{
        height: 80%!important;
        max-height: 80%!important;
    }
 
    .new-mail button{
        width: 25%!important;
        padding: 15px!important;
        margin-bottom: 5px!important;
    }

    .new-mail label{
        width: 73%!important;
        float: left;
    }

 }