#formulario-orcamento {
    border: 1px solid black;
    width: 1000px;
    min-height: 600px;
    margin: 0 auto;
    padding: 25px;
    text-align: center;
    font-family: Verdana;
}

h3 {
    text-align: center;
    margin: 0;
    font-size: 15px;
}


#formulario-orcamento .form-input {
    width: 400px;
    margin: 5px 20px 15px 0;
    height: 40px;
    border: 1.2px solid #222;
    padding: 5px;
    font-size: 13pt;
    border-radius: 3px;
}

#formulario-orcamento textarea.form-input {
    height: 100px;
}

#formulario-orcamento .form-input-item {
    width: 150px;
}

#formulario-orcamento .form-input-item-sel {
     width: 250px;
 }

/*#formulario-orcamento .btn-continuar{
    font:normal 15px Century Gothic, sans-serif;
    font-style:normal;
    color:#000000;
    background:#ffffff;
    border:2px hidden #ffffff;
    text-shadow:0px 0px 3px #f05be6;
    box-shadow:-1px 1px 6px #000000;
    -moz-box-shadow:-1px 1px 6px #000000;
    -webkit-box-shadow:-1px 1px 6px #000000;
    border-radius:10px 10px 10px 10px;
    -moz-border-radius:10px 10px 10px 10px;
    -webkit-border-radius:10px 10px 10px 10px;
        padding:10px 20px;
    cursor:pointer;
    margin:0 auto;
}*/

#formulario-orcamento .btn-continuar:active{
    cursor:pointer;
    position:relative;
    top:2px;
}

#formulario-orcamento .form-item {
    width: 200px;
    padding: 10px 60px;
    margin: 10px;
    text-align: center;
    cursor: pointer;
    background-color: #1caffc;
    color: white;
    border-radius: 2px;
    border: 2px solid transparent;
}

#formulario-orcamento .form-item:hover {
    background: transparent;
    color: #1caffc;
    border: 2px solid #1caffc;
}

#formulario-orcamento #finalizar-orcamento {
   color: #111;
   background-color: #ffc107;
   border-color:#ffc107;
}

#formulario-orcamento #finalizar-orcamento:hover {
    color:#111;
    background-color:#e0a800;
    border-color:#d39e00;
}

@media (min-width: 0px) and (max-width: 959px){

#formulario-orcamento {width: 100%; padding: 10px;}
#formulario-orcamento .form-input{width: 90%; margin: 5px 5% 15px 5%;}
table#tabela-orcamento{width: 100% !important; margin: 0 !important; padding: 0 !important;}
table#tabela-orcamento thead{width: 100% !important;}
table#tabela-orcamento tr{width: 100% !important;}
table#tabela-orcamento tr td{padding: 7px 2px; float: left; overflow: hidden;}
table#tabela-orcamento tr td.ref{width: 30% !important;}
table#tabela-orcamento tr td.itm{width: 25% !important;}
table#tabela-orcamento tr td.qtd{width: 25% !important;}
table#tabela-orcamento tr td.vlr{width: 20% !important;}
table#tabela-orcamento tbody tr td{min-height: 46px;}
}

@media (min-width: 0px) and (max-width: 500px){
    table#tabela-orcamento tr td{font-size: 10px !important;}
}
@media (min-width: 501px) and (max-width: 700px){
    table#tabela-orcamento tr td{font-size: 12px !important;}
}
@media (min-width: 701px) and (max-width: 959px){
    table#tabela-orcamento tr td{font-size: 14px !important;}
}