label.always-active{
    -webkit-transform: translateY(-14px) scale(0.8);
    transform: translateY(-14px) scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.toast{
    display: block !important;
}

.toast button{
    color: black;
}

.e-btn.red{
	background: #e63434;
}

body{
	overflow-x: hidden;
}

.text-left{
	text-align: left;
}

/*Transportadora*/

.new-transp-main{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
}

.new-transp-inner{
    width: 100%;
    height: 80%;
}

.new-transp-table{
    width: 60%;
    font-size: 1.3em;
    margin: 0 auto;
}

.new-transp-table td{
    border: 1px solid #ccc;
    text-align: center;
}

.new-transp-header td{
    background: #1ebb90;
    color: #fff;
}

.alternative-screen .new-transp-header td{
    background: #809cab;
}

.new-transp-selecionar{
    color: #fff;
    background: #1ebb90;
    border-radius: 5px;
    border: none;
    padding: 10px 5px;
    font-size: 1.4em;
}

.alternative-screen .new-transp-selecionar{
    background-color: #b8b8b8 !important;
}

.new-transp-selecionar.selected, .alternative-screen .new-transp-selecionar.selected{
    background: #ff0 !important;
    color: #000;
}

.new-transp-default-button{
    line-height: 1;
    width: 18%;
    margin: 0 1%;
    padding: 5px 15px;
    background: #1ebb90;
    color: #fff;
    border: none;
    border-radius: 5px;
    height: 70px;
    vertical-align: middle;
    font-size: 1.3em;
}

.alternative-screen .new-transp-default-button{
    background: #809cab;
}

.new-transp-input{
    line-height: 1;
    width: 39%;
    margin: 0 1%;
    padding: 5px 15px;
    color: #000;
    border-radius: 5px;
    height: 70px;
    vertical-align: middle;
    font-size: 1.5em;

}

.new-transp-buttons-div{
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

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

.new-transp-header-title{
    font-size: 3em;
    display: block;
    margin: 0 auto;
}

.new-transp-bottom-row{
    width: 90%;
    text-align: right;
    margin: 0 auto;
}

.new-transp-continue-button{
    margin-top: 5px;
    margin-left: 10px;
    padding: 10px 43px;
    font-size: 2em;
    background: #1ebb90;
    color: #fff;
    border: none;
    border-radius: 5px;
}

.alternative-screen .new-transp-continue-button{
    background: #809cab;
}

.attention-pagamento{
    background-color: tomato;
    color: white;
}

/*Transportadora*/

.stock-info {
    position: absolute;
    background: yellow;
    color: black;
    padding: 3px;
}

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

    .new-transp-buttons-div{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .new-transp-default-button{
        line-height: 1;
        width: 18%;
        margin: 0 1%;
        padding: 5px 15px;
        background: #1ebb90;
        color: #fff;
        border: none;
        border-radius: 5px;
        height: 55px;
        vertical-align: middle;
        font-size: 1.3em;
    }

    .new-transp-input {
        line-height: 1;
        width: 39%;
        margin: 0 1%;
        padding: 5px 15px;
        color: #000;
        border-radius: 5px;
        height: 55px;
        vertical-align: middle;
        font-size: 1.5em;
    }
    
}