﻿@charset "utf-8";




#novoCondutor .box input[type='text'],
#novoCondutor .box input[type='email']{
    width: calc(100% - 10px);
}

#novoCondutor .box input[type='text']#prefixoCelular{
    width: 15%;
    float: left;
}

#novoCondutor .box input[type='text']#telefoneCelular{
    width: 80%;
}


#novoCondutor .box input[type='text'].select-dropdown{
    width: unset;
    width: initial;
}



#novoCondutor .box label{
    padding-left: 0px;
}

#novoCondutor{
    font-size: 1.6rem;
    
}

#novoCondutor .box{
    margin-top: 0rem;
    padding: 1rem 1rem 0rem 1rem;
}

#novoCondutor h1{
    margin-bottom: 2.5rem;
}

#novoCondutor h2{
    margin-bottom: 0rem !important;
    text-align: left;
    margin-top: 1.3rem;
    margin-bottom: 0.6rem !important;
    background-color: #e48507;
    padding: 10px 20px 5px 15px;
    height: 5rem;
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#novoCondutor .box h2{
    text-align: left;
    margin-top: 0.5rem;
    margin-bottom: 0.6rem !important;
    background-color: transparent;
    padding: 15px 20px 5px 5px;
    height: initial;
    height: unset;
    color: #333;
    border-radius: initial;
    border-radius: unset;
    -moz-border-radius: initial;
    -moz-border-radius: unset;
    -webkit-border-radius: initial;
    -webkit-border-radius: unset;
}

body.contraste1 #novoCondutor .box h2{
    background-color: transparent;
    color: #fff;
}


body.contraste1 #novoCondutor h2{
    background-color: #fff;
}

body.contraste1 #novoCondutor h2 span{
    color: #000;
}

#novoCondutor h2 .material-icons{
    font-size: 3rem;
}

#novoCondutor h2 span{
    vertical-align: top;
    padding-top: 0.3rem;
    padding-left: 1rem;
    display: inline-block;
    padding-bottom: 0.5rem;
    font-size: 1.9rem;
    color: #fff;
}

#novoCondutor span strong{
    padding-right: 4px;
}

#novoCondutor .dropdownMobile{
    display: block;
    width: 25.4rem;
    float: left;
}

#novoCondutor .dropdownMobile .dropdown-trigger.btn{
    padding: 1.4rem 0.2rem !important;
    text-transform: none;
}

#novoCondutor .dropdownMobile .dropdown-trigger.btn i.material-icons{
    padding-top: 0.3rem;
}

#novoCondutor a.dropdown-trigger{
    font-size: 1.6rem;
    height: 5rem;
}

#novoCondutor .box label{
    font-size: 1.6rem;
    margin-left: 5px;
}

#novoCondutor .box .input-field{
    padding-top: 0px;
    margin-top: 0px;
}

#novoCondutor .box .input-field label{
}

#novoCondutor .box label:active{
    color: #333 !important;
}

body.contraste1 #novoCondutor .box label:active{
    color: #fff !important;
}

#novoCondutor .boxAlerta .bordaCinza{
    margin-bottom: 0px;
    margin-top: 6px;
    display: block;
    border-color: #fff;
    border-color: transparent;
    border-width: 1px;
    border-style: solid;
    padding: 10px;
    min-height: 98px;
}

#novoCondutor .boxAlerta .bordaCinza label{
    float: left;
    margin-right: 10px;
}

#novoCondutor .box .boxAlerta{
    margin-top: 0px;
}

#novoCondutor .box .botaoPadrao{
    margin-left: 5px !important;
    margin-top: 2px !important;
    margin-right: 10px !important;
}

#novoCondutor .box input[type='reset'],
#novoCondutor .box input[type='submit'],
#novoCondutor .box input[type='button']{
    margin-left: 5px;
    margin-top: 6px;
    margin-right: 10px;
}

#novoCondutor .box button{
    margin-left: 5px;
    margin-top: 2px;
    margin-right: 10px;
}

#novoCondutor .box .containerBuscaLicenca .botaoPadrao{
    margin-right: 0px !important;
}

#novoCondutor .box .containerBuscaLicenca input[type='reset'],
#novoCondutor .box .containerBuscaLicenca input[type='submit'],
#novoCondutor .box .containerBuscaLicenca input[type='button']{
    margin-right: 0px;
}

#novoCondutor .box .containerBuscaLicenca button{
    margin-right: 0px;
}

body.contraste1 #novoCondutor .dropDownUsuario{
    border-color: #fff;
}

#novoCondutor .box div strong{
    font-weight: bold;
}


/* CUSTOMIZE PLACEHOLDER */

/*

:-ms-input-placeholder {
    color: #000;
    font-weight: bold;
    font-size: 1.5rem;
}

::placeholder {
    color: #000;
    font-weight: bold;
    font-size: 1.5rem;
}

::-moz-placeholder {
    color: #000;
    font-weight: bold;
    font-size: 1.5rem;
}
*/

/* CUSTOMIZE PLACEHOLDER */


#novoCondutor input[type='radio']:not(:checked) + span,
#novoCondutor input[type='radio']:checked + span{
    font-size: 1.5rem;
    height: 35px;
}

#novoCondutor .instrucaoPreenchimento{
    margin-bottom: 20px;
}


#novoCondutor .box .bordaCinza .row{
    margin-bottom: 0px;
}

#novoCondutor input[type='radio']:not(:checked) + span,
#novoCondutor input[type='radio']:checked + span{
    white-space: nowrap;
}

#novoCondutor .boxVeiculo input[type='text'] {
    width: 100%;
    color: #454456 !important;
    font-size: 1.6rem;
    text-transform: uppercase;
}

#novoCondutor .boxVeiculo input[type='text']#titular{
    color: #000 !important;
    font-weight: bold;
}

#novoCondutor #btnContinuarCondutorOpcoes,
#novoCondutor .btnCancelar{
    margin-top: 5px !important;
    margin-bottom: 20px;
}

#novoCondutor .box .bordaCinza{
    margin-bottom: 20px;
}

#novoCondutor .alert{
    width: 50%;
    margin: 20px auto;
}

#cpfCondutor{
    margin-left: 0px;
    margin-bottom: 4px;
}

.fundoCinza{
    background-color: #f0f0f0;
}


#novoCondutor #modal-alerta .modal-content p{
    margin-top: 20px;
    font-size: 1.8rem;
}

.boxCPFcondutor{
    padding-bottom: 0px;
}

.boxCPFcondutor div p{
    margin: 5px 15px 10px 0px;
    margin-bottom: 10px !important;
}

#novoCondutor .dropDownUsuario{
    border-color: #e48507;
}

/*
.modal#modal-alerta .modal-footer{
    text-align: center;
}
*/

#novoCondutor select{
    height: 3.8rem;
}


#novoCondutor .box .input-field .dropdown-content li > a,
#novoCondutor .box .input-field .dropdown-content li > span{
    color: #333;
}

body.contraste1 #novoCondutor .box .input-field .dropdown-content li > a,
body.contraste1 #novoCondutor .box .input-field .dropdown-content li > span{
    color: #000;
}

body.contraste1 input[type="text"].select-dropdown{
    color: #000;
    background-color: #fff;
}

#novoCondutor .box .select-wrapper .caret,
body.contraste1 #novoCondutor .box .select-wrapper .caret{
    z-index: 999;
    position: absolute;
}

body.contraste1 .select-wrapper .caret{
    fill: rgba(0, 0, 0, 0.87);
}


#novoCondutor .box .input-field .select-wrapper .caret{
    /*    right: 10px; */
/*    left: 95%;
    width: 25px;
    height: 25px; */
display: none;
}


#novoCondutor .box .select-wrapper input[type='text']{
/*    width: unset;
    width: initial;
    max-width: 80%; */
}

.datepicker-controls .select-month input{
    width: 80px;
}


.datepicker-controls .select-year input{
    width: 50px;
}

#novoCondutor .box .select-wrapper .select-dropdown{
/*    z-index: 9; */
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-color: #fff;
    background-image: url("../img/caretDownMedium_PB.png");
}

#novoCondutor .box .select-wrapper .select-dropdown:active,
#novoCondutor .box .select-wrapper .select-dropdown:focus{
 
}

#novoCondutor .box .select-wrapper ul.select-dropdown{
    background-image: none;
}

/*
dropdown-content select-dropdown */

#novoCondutor .box input[type='button'].botaoLupa,
#novoCondutor .box input[type='reset'].botaoLupa,
#novoCondutor .box input[type='submit'].botaoLupa{
    background-color: #32699e;
    border-color: #32699e;
    width: 4.5rem;
    min-width: unset;
    min-width: initial;
    background-image: url("../img/lupa.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 70%;
    margin-left: 0px;
    height: 3.8rem;
    margin-right: 0px;
    text-indent: -9999px;
    margin-top: 2.8rem;
}

body.contraste1 #novoCondutor .box input[type='button'].botaoLupa,
body.contraste1 #novoCondutor .box input[type='reset'].botaoLupa,
body.contraste1 #novoCondutor .box input[type='submit'].botaoLupa{
    background-color: #fff;
    background-image: url("../img/lupa_PB.png")
}


#novoCondutor .box .row div strong{
    padding-left: 10px;
    margin-top: 10px;
    display: inline-block;
}

.box label input[type="text"]{
    margin-left: 0px;
}

.datepicker-date-display .date-text{
    color: #fff !important;
}

body.contraste1 .datepicker-date-display .year-text{
    color: #000;
}

body.contraste1 .datepicker-date-display .date-text{
    color: #000 !important;
}

.modal table button.datepicker-day-button,
.modal table button.datepicker-day-button:focus,
.modal table button.datepicker-day-button:active{
    background-color: transparent;
    color: #000;
}

.datepicker-modal button,
.datepicker-modal button:hover,
.datepicker-modal button:focus,
.datepicker-modal button:active{
    font-size: 1.6rem;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
}

.datepicker-modal button,
.datepicker-modal button:hover,
.datepicker-modal button:focus,
.datepicker-modal button:active{
    color: #324b80;
}

body.contraste1 .datepicker-modal button.btn-flat,
body.contraste1 .datepicker-modal button.btn-flat:hover,
body.contraste1 .datepicker-modal button.btn-flat:focus,
body.contraste1 .datepicker-modal button.btn-flat:active{
    color: #000;
}

.datepicker-modal button.btn-flat,
.datepicker-modal button.btn-flat:hover,
.datepicker-modal button.btn-flat:focus,
.datepicker-modal button.btn-flat:active{
    color: #324b80;
    margin-top: 20px !important;
    margin-right: 1px;
    padding: 0px 10px !important;
}

.datepicker-table td.is-selected{
    background-color: #32699e;
}

.datepicker-table td.is-selected button:active{
    color: #fff;
}

body.contraste1 .datepicker-table td.is-selected{
    background-color: #000;
}

.datepicker-table td{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.datepicker-modal td.is-selected button{
    color: #fff;

}

table thead tr th abbr{
    font-size: 1.6rem;
}

.datepicker-container thead,
.datepicker-container tfoot{
    background-color: transparent;
}

.datepicker-calendar-container{
    padding: 5px;
}

.datepicker-date-display{
    background-color: #324b80;
}


#despachanteOpcoes .box .boxCPFcondutor label{
    padding-left: 0px;
}

.box input[type='text'],
.box input[type='text']:hover,
.box input[type='text']:active,
.box input[type='text']:focus{
    border-color: #454456;
}

.boxCPFcondutor input[type='text'],
.boxCPFcondutor input[type='text']:hover,
.boxCPFcondutor input[type='text']:active,
.boxCPFcondutor input[type='text']:focus{
    border-color: #454456;
}

.boxCPFcondutor label{
    font-size: 1.5rem;
    /*  margin-top: 0.75rem !important;  */
/*    padding-bottom: 0.25rem; */
    display: block;
    color: #222;
}

body.contraste1 .boxCPFcondutor label{
    color: #fff;
}


.box input[type='email'],
.box input[type='email']:hover,
.box input[type='email']:active,
.box input[type='email']:focus{
    border-color: #454456;
}

input:not([type]).valid, input:not([type]):focus.valid,
input[type=text].valid,
input[type=text]:focus.valid,
input[type=password].valid,
input[type=password]:focus.valid,
input[type=email].valid,
input[type=email]:focus.valid,
input[type=url].valid,
input[type=url]:focus.valid,
input[type=time].valid,
input[type=time]:focus.valid,
input[type=date].valid,
input[type=date]:focus.valid,
input[type=datetime].valid,
input[type=datetime]:focus.valid,
input[type=datetime-local].valid,
input[type=datetime-local]:focus.valid,
input[type=tel].valid,
input[type=tel]:focus.valid,
input[type=number].valid,
input[type=number]:focus.valid,
input[type=search].valid,
input[type=search]:focus.valid,
textarea.materialize-textarea.valid,
textarea.materialize-textarea:focus.valid {
    font-size: 1.6rem;
}

h3{
    margin-top: 10px;
    padding-left: 10px;
    text-transform: none;
    color: #333;
}

body.contraste1 h3{
    color: #000;
}

.boxContato h3{
/*    margin-left: 3px; */
    color: #333;
}

body.contraste1 .boxContato h3{
    color: #000;
}

.boxContato .bordaCinza{
    border-style: solid;
    border-width: 1px;
    padding: 15px 20px;
    margin: 10px auto;
    width: 97%;
}

#novoCondutor .box .boxContato .bordaCinza strong{
    padding-left: 0px;
    margin-top: 0px;
}

/*
#novoCondutor .box input[type="text"]{
    width: 98%
}
 */

#novoCondutor .box input[type="text"].select-dropdown{
    width: 100%
    margin-right: 10px;
    margin-left: 0px;
}

#novoCondutor .box .select-wrapper{
    width: unset;
    width: initial;
    display: block !important;
    width: calc(100% - 20px);
}


#novoCondutor .box .select-wrapper input.select-dropdown{
    width: 100% !important;
    padding: 0px 0px 0px 10px !important;
}

ul.dropdown-content.select-dropdown li > span{
    color: #000 !important;
}

body.contraste1 ul.dropdown-content.select-dropdown li > span{
    color: #fff !important;
}


body.contraste1 .select-dropdown.dropdown-content li:hover,
body.contraste1 .select-dropdown.dropdown-content li.selected{
    background-color: rgba(0, 0, 0, 0.7);
}

body.contraste1 ul.dropdown-content.select-dropdown li.selected > span,
body.contraste1 ul.dropdown-content.select-dropdown li:hover > span{
    color: #fff !important;
}

body.contraste1 .modal.datepicker-modal{
    background-color: #fff !important;
}

.fundoAlerta{
    background-color: #ffc;
    
}

.boxContato{
    background-color: #fff;
    width: 75%;
    padding: 10px;
    margin-bottom: 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border-style: none;
    border-color: #ccc;
    border-width: 1px;
}

.boxContato .row{
    margin-bottom: 10px;
}

/*
ul.dropdown-content.select-dropdown{
    z-index: 999 !important;
}
*/

.box input[type='email']{
    width: 95%;
    margin: 0px 0px 0px 0px;
    font-size: 1.6rem;
    height: 3.8rem;
    border-width: 1px;
    border-color: #454456;
    border-style: solid;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-left: 5px;
}

input[type=email]{
    width: 100%;
    border-color: #e0e0e0;
    border-style: solid;
    border-width: 1px;
    height: 38px;
    padding: 0px 10px !important;
    font-size: 1rem;
}

input[type=email]:focus{
    outline-style: solid;
    outline-color: #9d9d9d !important;
    outline-width: 1px;
}

body.contraste1 .boxContato .failure{
    color: #000;
}


body.contraste1 .boxContato .boxAlerta{
    border-color: #fff;
}

body.contraste1 .bordaCinza{
    border-color: #000 !important;
    color: #000 !important;
}



body.contraste1 .boxContato .erro{
    border-color: #000 !important;
}

body.contraste1 .box .boxContato input[type="text"]{
    border-color: #000;
}

.alertaCadastro{
    padding: 10px 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.alertaCadastro span{
    font-weight: bold;
/*    margin-bottom: 10px; */
    display: inline-block;
}

.alertaCadastro p{
    margin-bottom: 0px;
}

#modalPreCadastro label{
    font-size: 1.5rem;
    padding-bottom: 0.25rem;
    display: block;
    color: #222;
}

body.contraste1 #modalPreCadastro label{
    color: #fff;
}


#modalPreCadastro input[type='text'],
#modalPreCadastro input[type='text']:hover,
#modalPreCadastro input[type='text']:active,
#modalPreCadastro input[type='text']:focus{
    border-color: #454456;
}



#modalPreCadastro .modal-content{
    padding: 24px 24px 24px 24px;
}

#modalPreCadastro input[type='text']{
    width: 30%;
    margin: 0px 0px 0px 0px;
    font-size: 1.6rem;
    height: 3.8rem;
    border-width: 1px;
    border-color: #454456;
    border-style: solid;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-left: 5px;
}

#modalPreCadastro label{
    padding-left: 5px;
}


#modalPreCadastro input[type='reset'],
#modalPreCadastro input[type='submit'],
#modalPreCadastro input[type='button']{
    font-size: 1.5rem;
    background-color: #32699e;
    color: #fff;
    padding: 1rem 1.8rem;
    border-style: none;
    border-width: 0rem;
    border-color: #08617b;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    transition: 0.2s;
    text-transform: uppercase;
    cursor: hand;
    margin: 0rem 1rem;
    cursor: pointer;
}

#modalPreCadastro input[type='button'].btnProsseguir{
    margin-top: 30px;
    margin-left: 0px;
}


body.contraste1 #modalPreCadastro input[type='reset'],
body.contraste1 #modalPreCadastro input[type='submit'],
body.contraste1 #modalPreCadastro input[type='button']{
    background-color: #fff;
    color: #000;
    border-color: #fff;
}

#modalPreCadastro .modal-close{
    margin-bottom: 0px !important;
}

.emailCadastrado{
    color: #32699e;
    font-weight: bold;
    cursor: hand;
    cursor: pointer;
}

body.contraste1 .emailCadastrado{
    font-weight: bold;
}


body.contraste1 .emailCadastrado{
    color: #fff;
}

.boxCPFcondutor .boxAlerta{
    padding-left: 10px;
}

#modalPreCadastro h3{
    font-size: 1.8rem;
    padding-left: 5px;
}


.containerIdentificacao{
    display: flex;
    flex-direction: column;
}
 

.containerIdentificacao .boxAlerta{
    display: flex;
    flex-direction: row;
}

.containerIdentificacao label{
    margin-right: 10px;
    margin-top: 3px;
}

.painelRNE{
    display: none;
}

#novoCondutor .box .boxAlerta.bordaCinza{
    padding: 10px 20px;
    color: #333;
    margin-bottom: 0px;
}

body.contraste1 #novoCondutor .box .boxAlerta.bordaCinza{
    border-color: #fff !important;
    color: #fff !important;
}

#novoCondutor .box .boxAlerta.bordaCinza p{
    margin-top: 0px;
    margin-bottom: 0px;
}

#novoCondutor span .failure{
    /*display: none;*/
}

body.contraste1 #modalPreCadastro .red.darken-1{
    background-color: #fff !important;
}

body.contraste1 #modalPreCadastro .white-text{
    color: #000 !important;
}

.datepicker-modal{
    max-width: 350px;
}

.datepicker-modal{
    transform: translateY(50%) !important;
}



button.datepicker-done,
button:hover.datepicker-done,
button:active.datepicker-done,
button:focus.datepicker-done{
    color: #fff !important;
    border-color: #32699e;
    background-color: #32699e;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 1.5rem;
    -moz- border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

button.datepicker-cancel,
button:hover.datepicker-cancel,
button:active.datepicker-cancel,
button:focus.datepicker-cancel{
    color: #32699e;
    border-color: #32699e;
    background-color: #fff;
    font-size: 1.5rem;
    -moz- border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}


body.contraste1 .material-tooltip{
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px #000;
    background-color: #000 !important;
}

.material-tooltip{
    padding: 10px 8px !important;
    font-size: 1.6rem !important;
    z-index: 2000 !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    color: #fff !important;
    min-height: 36px !important;
    line-height: 120% !important;
    text-align: center !important;
    pointer-events: none;
    visibility: hidden;
    background-color: #323232 !important;
}

.boxCPFcondutor input[type='text']{
    margin: 0px 0px 0px 0px;
    font-size: 1.6rem;
    height: 3.8rem;
    border-width: 1px;
    border-color: #454456;
    border-style: solid;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-left: 5px;
}

.boxCPFcondutor{
    background-color: #f0f0f0;
}

body.contraste1 .boxCPFcondutor{
    background-color: #000;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
}

#despachanteOpcoes .boxCPFcondutor div strong{
    font-weight: bold;
    margin-top: 50px;
    display: inline-block;
}

#despachanteOpcoes #btnBuscarCondutor{
    width: 10rem;
    margin-top: 20px;
    margin-bottom: 0px;
}

#despachanteOpcoes #ContentPlaceHolder1_btnBuscarCondutor{
    width: 10rem;
    margin-top: 20px;
    margin-bottom: 0px;
}


/*
.boxCPFcondutor input[type="text"]#cpfCondutor{
    width: calc(100% - 12rem);
    margin-right: 1rem;
}
*/

.containerIdentificacao{
    padding-top: 20px !important;
}

#modalPreCadastro .boxAlerta{
    display: inline-block;
    width: 100%;
}

#modalPreCadastro span .failure{
    display: none;
}

#codigoSeguranca{
    width: 95% !important;
}

#ContentPlaceHolder1_codigoSeguranca{
    width:  95% !important;
}

.boxCPFcondutor .failure{
    padding-left: 0px;
    display: none;
}


.boxCPFcondutor .boxAlerta.erro{
    border-color: transparent !important;
}

.boxCPFcondutor .boxAlerta.erro input[type="text"]{
    border-color: red;
}

body.contraste1 .boxCPFcondutor .boxAlerta.erro input[type="text"]{
    border-width: 3px;
}

body.contraste1 #modalPreCadastro .erro{
    border-color: transparent !important;
}

body.contraste1 #codigoSeguranca.fundoAlerta{
    background-color: #fff;
    border-color: red !important;
    border-width: 3px !important;
}

#modal-alerta .modal-footer a{
    background-color: #32699e;
    color: #fff;
    border-style: none;
    border-width: 0rem;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-transform: uppercase;
    margin-right: 5px;
}

body.contraste1 #modal-alerta .modal-footer a{
    border: 1px solid #fff;
}

.datepicker-calendar-container{
    background-color: #fff;
}

body.contraste1 .datepicker-calendar-container{
    background-color: #fff;
}

body.contraste1 button.datepicker-done{
    background-color: #000;
}

body.contraste1 #novoCondutor .box .boxContato label,
body.contraste1 #novoCondutor .box .boxContato label:active,
body.contraste1 #novoCondutor .box .boxContato label:focus{
    color: #000 !important;
}

body.contraste1 .box .boxContato label,
body.contraste1 .box .boxContato label:active,
body.contraste1 .box .boxContato label:focus{
    color: #000 !important;
}

.dropdown-content.select-dropdown{
    top: 100% !important;
    margin-top: 20px;
}

.select-wrapper .dropdown-content.select-dropdown{
    top: 100% !important;
    margin-top: 0px;
}


@media only screen and (min-width: 1200px){


#despachanteOpcoes .box input[type='text']#cpfCondutor{
    width: 50%;
    margin: 0px;
}

#despachanteOpcoes .box input[type='button']#btnBuscarCondutor{
    width: 35%;
    padding: 1rem 1.2rem;
}


}

@media only screen and (min-width: 992px) and (max-width: 1200px){


#despachanteOpcoes #cpfCondutor{
    width: 96% !important;
    margin-bottom: 0px !important;
}

#despachanteOpcoes .box input[type='button']#btnBuscarCondutor{
    width: initial !important;
    width: unset !important;
}

#despachanteOpcoes .box input[type='text']#cpfCondutor{
    width: 40%;
    margin: 0px;
    padding: 0px 4px !important;
}

#despachanteOpcoes .box input[type="button"]#btnBuscarCondutor{
    width: 40%;
    margin: 0px;

}

}


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



#novoCondutor .boxAlerta .bordaCinza{
    padding: 10px 0px;
}

#novoCondutor input[type='radio']:not(:checked) + span,
#novoCondutor input[type='radio']:checked + span{
    font-size: 1.3rem;
}

#novoCondutor .box label{
    padding-left: 0px;
    white-space: nowrap;
}

#novoCondutor input[type='radio']:not(:checked) + span,
#novoCondutor input[type='radio']:checked + span{
    padding-left: 28px;
}

#novoCondutor .box .botaoPadrao{
    margin-left: 2px !important;
}

#novoCondutor .box input[type='reset'],
#novoCondutor .box input[type='submit'],
#novoCondutor .box input[type='button']{
    margin-left: 2px;
}

#novoCondutor .box button{
    margin-left: 2px;
}

#novoCondutor .box .botaoPadrao{
    padding: 1rem 1rem !important;
}

#novoCondutor .box input[type='reset'],
#novoCondutor .box input[type='submit'],
#novoCondutor .box input[type='button']{
    padding: 1rem 1rem;
}

#novoCondutor .box button{
    padding: 1rem 1rem;
}


#novoCondutor .boxVeiculo input[type='text'] {
    font-size: 1.4rem;
}

}


@media only screen and (min-width: 992px){
    
    .box > .row{
        margin-bottom: 10px;
    }

    
    #despachanteOpcoes .box input[type="text"]#cpfCondutor{
     
        padding: 0px 4px !important;
    }
    
    
    
}

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


#modalPreCadastro label,
.boxCPFcondutor .boxAlerta label,
.boxCPFcondutor .boxAlerta .failure{
    white-space: nowrap;
}


}

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




.containerIdentificacao{
    padding-top: 0px !important;
}

/*
    .boxCPFcondutor input[type="text"]#cpfCondutor{
        width: calc(100% - 12rem);
        max-width: 200px;
        margin-right: 1rem;
    }
*/
    
.boxCPFcondutor{
    margin-bottom: 20px;
}

#despachanteOpcoes .boxCPFcondutor div strong{
    margin-top: 10px;
}

.boxContato{
    width: 100%;
}

.box .row div{
    margin-bottom: 5px;
}

.box .row div.boxAlerta,
.box .row div.select-wrapper{
    margin-bottom: 0px;
}

#novoCondutor .box .select-wrapper input[type="text"]{
    width: calc(100% - 30px);
    max-width: unset;
    max-width: initial;
}


#novoCondutor .alert{
    width: 100%;
    margin: 20px auto;
}

#novoCondutor .box .bordaCinza{
    min-height: 0px;
}

#novoCondutor .boxVeiculo input[type='text'] {
    font-size: 1.6rem;
}

#novoCondutor .boxAlerta .bordaCinza{
    min-height: 0px;
}

#novoCondutor :-ms-input-placeholder {
    font-size: 1.5rem;
}

#novoCondutor ::placeholder {
    font-size: 1.5rem;
}

#novoCondutor ::-moz-placeholder {
    font-size: 1.5rem;
}


#novoCondutor .boxVeiculo input[type='text']{
    width: 100%;
}

#novoCondutor input[type='radio']:not(:checked) + span,
#novoCondutor input[type='radio']:checked + span{
    font-size: 1.5rem;
}

#novoCondutor h1{
    margin-bottom: 3rem;
}

}


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

/*
h1{
    float: left;
}
*/


#novoCondutor .box h2{
    font-size: 1.4rem;
    margin-top: 0px;
    line-height: 2rem;
}


#despachanteOpcoes .box input[type="text"]#cpfCondutor{
    width: 100%;
}

#despachanteOpcoes .box input[type="button"]#btnBuscarCondutor{
    width: 100%;
    margin-top: 12px;
}

#novoCondutor h1{
    margin-bottom: 0rem;
}

}

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


#novoCondutor :-ms-input-placeholder {
    font-size: 1.4rem;
}

#novoCondutor ::placeholder {
    font-size: 1.4rem;
}

#novoCondutor ::-moz-placeholder {
    font-size: 1.4rem;
}

}

#ContentPlaceHolder1_BtnProsseguir {
    background-color: #32699e;
    color: white;
    font-weight: normal !important;
    font-size: 1.4rem;
    transition: none;
    }



