.faixa-auto-atendimento{
    width: 100%;
    height: 70px;
    float: left;
    background-color: #464e5b;
    text-align: center;
    padding-top: 25px;
}

.faixa-auto-atendimento h1{
    font-size: 20px;
    color: #fff;
    
    font-weight: bold;
}

.chamada-drivers{
    margin-top: 110px;    
}

.chamada-drivers .bg-line-windows{
    width: 100%;
    float: left;
    padding: 20px 10px;
    background-color: #f0f0f0;
    margin-bottom: 20px;
}

.chamada-drivers h2{
    font-size: 20px;
    color: #000;
    
    font-weight: bold;
}
.chamada-drivers h3{
    font-size: 16px;
    color: #000;
    
    font-weight: bold;
}

.chamada-drivers .bg-line-windows a{
    color: #68a4b6;
    text-decoration: underline;
}
.numero-serie{
    margin-top: 20px;
}

label{
    font-size: 12px;
    
    font-weight: bold;
    color: #000;
    text-transform: uppercase;    
}


.form{
    max-width: 500px;
    display: flex;
}
.form_garantia{
    flex-direction: column;
    padding: 20px 0;
}

.form .input-text{
    margin: 0;  
}
.form_garantia .input-text{
    margin-bottom: 20px;
}

.form .link-enviar{
    width: 130px;
    padding: 7px 15px;
    background-color: #00a88e;
    border: none;
    transition-duration: .5s;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    margin-left: 15px;
}

.form_garantia .link-enviar{
    padding: 14px 15px;
    margin-left: auto;
}

.table-container a{
    color: #68a4b6;
    text-decoration: underline;
}
.table-download{
    display: flex;
    flex-direction: column;
}
.table-download .label-resultado{
    width: 100%;
    float: left;
    margin-top: 30px;
}
.table-download .texto_laranja{
    color: #FF603C; 
    font-weight: bold;
}

.header-resultado-table{
    width: 100%;
    float: left;
    margin-top: 20px;
}

.header-resultado-table .select{
    width: 350px;
    float: left;
    margin: 20px 0 15px;
}

.btn.btn-botao{
    background: #707481;
    border-radius: 2px;
    cursor:pointer;
    border:none;
    text-transform: initial;
    font-weight: 400;
    font-size: 14px;
    color:#FFF;
    padding: 10px 20px;    
    transition:.2s;
    display:flex;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: auto;
}

#mvl form {width:300px;margin-top:20px}
#mvl .input-text {margin-bottom: 15px;padding: 3px 10px;border: 1px solid #c3c3c3;outline: 0;font-size: 13px;color: #7b7b7b;font-weight: 400;display: block;width: 100%}
#mvl .input-text option {padding-left: 10px;}
/*#mvl label {width: 100%;float: left;font-size: 12px;font-weight: 500;color: #000;text-transform: uppercase;}*/
#mvl .btn.btn-blue:disabled {background: #b1b1b1;cursor:no-drop;}
#mvl .btn.btn-blue {background: #707481;border-radius: 2px;cursor:pointer;border:none;text-transform: initial;font-weight: 400;font-size: 14px;color:#FFF;padding: 10px;display: block;width: 100%;transition:.2s;}
select{margin: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-appearance: none;-moz-appearance: none;}
select.minimal {background-position: calc(100% - 8px) calc(1em + 0px),calc(100% - 15px) calc(1em + 2px),calc(100% - 2.5em) 0.5em;background-size: 10px;background-repeat: no-repeat;}

@media screen and (max-width: 768px) {
    .faixa-auto-atendimento{
        height: auto;
    }
    .table-container{
        width: 100%;
        overflow: auto;
    }
}