
.btnSave{
    width: 120px;
    height: 40px;
    margin-left: 10px;
}

.msg {
    height: 30px;
    width: 100%;
    margin-bottom: 20px;

}

.alert {
  margin-bottom: 1px;
  line-height:30px;
  padding:0px 15px;
}

.tablePedido{
    width: 100%;


}

.pedido {
    top: 50px;
}

.pedido h5{
    margin-left: 30px;
    font-weight: bold;
}

.divBtn{
    width: 400px;
    margin-bottom: 30px;
}

.btntable{
    height: 35px;
    float: right;
    margin-top: -10px;
    margin-bottom: 10px;
}

#showReturn {
    margin-bottom: 10px;
}

#showReturn2 {
    margin-bottom: 10px;
}

.pedidoForm {
    
    float: left;
    margin-left: 0%;
    width: 100%;
    
}

.pedidoForm label{
    font-size: 12px;
    display: block;
    color: black;
    margin-bottom: 3px;
}

.pedidoForm input[type="text"]{
    width: 100%;
    padding:10px;
    margin-bottom: 7px;
    border: 1px solid #ccc;
}

.pedidoForm textarea{
    height: 150px !important;
    width: 50%;
}

.pedidoForm input[type="submit"]{
    background-color: #293241;
    color: #fff;
    text-align: center;
    padding: 10px;
    width: 45%;
    border: none;
}
.pedidoForm input:hover[type="submit"]{
    background-color: #d9e9ee;
    color: #293241;
    text-align: center;
    padding: 10px;
    width: 45%;
    border: none;


}	

.pedidoForm fieldset{
    border: none;
}

