#alta_moto .form-group {
    width: 33%;
    padding: 10px;
}

#alta_moto .form-group input,
#alta_moto .form-group select {
    float: right;
}

#alta_moto .form-group input,
#alta_moto .form-group select {
    width: 55%;
}

#alta_moto .submit_buttons {
    text-align: right;
}

#alta_moto .submit_buttons a {
    margin: 10px 5px;
}

/* Media querys for responsiveness */
@media (max-width: 1120px) {

#alta_moto .form-group input,
#alta_moto .form-group select {
    width: 50%;
}

}

/* Listado de motos */

#listado_motos_form .form-group {
    width: 100%;
}

#listado_motos_form .form-group label {
    margin-top: 5px;
}

#listado_motos_form .form-group.half-size {
    width: 38%;
}

#listado_motos_form .form-group.half-size:first-child {
    width: 60%;
}

#listado_motos_form .form-group.half-size.fecha_venta {
    width: 60%;
}

#listado_motos_form .form-group.half-size input {
    width: 70px;
}


#listado_motos_form input {
    float: right;
    width: 58%;
    margin: 5px 0;
    height: 25px;
    font-size: 11px;
    padding: 4px 5px;
}

#listado_motos_form input[type=radio] {
    float: none;
    width: auto;
    height: 14px;
    margin-left: -20px;

}


#listado_motos_form input[type=checkbox]
{
    width: 20px;
    height: 20px;

}


#listado_motos_form .radio_buttons input {
    width: auto;
    float: none;
    height: 14px;
    margin-left: -20px;
}


#listado_motos_form select {
    float: right;
    width: 56%;
    margin: 5px 0;
    height: 25px;
    font-size: 11px;
    padding: 2px 6px;
}

#listado_motos_form .panel {
    min-height: 283px;
}

#listado_motos_form .btn_filtrar {
    margin: 20px 20px 10px 0;
}


/* Alta moto usada */
#alta_moto_form .precio_costo select {
    display: none;
}


/* Alta de producto */ 

#alta_producto .precio_contado select{
    display: none;
}

#alta_producto .precio_lista select{
    display: none;
}

#borrar_producto .precio_venta select{
    display: none;
}

/* Listado de productos */ 

#listado_productos_form .form-group {
    width: 200px;
    margin: 5px 0;
}

#listado_productos_form .form-control {
    width: 100%;
}

/* Stock */ 

#alta_stock .precio_costo select {
    display: none;
}

/* Listado de alta de stock */
#listado_alta_stock_form .form-group {
    width: 200px;
    margin: 5px 0;
}

#listado_alta_stock_form .form-control {
    width: 100%;
}

/* Listado de motos (productos) */

#listado_motos_productos_form .form-group {
    width: 200px;
    margin: 5px 0;
}

#listado_motos_productos_form .form-control {
    width: 100%;
}

#selector_moto .modal-lg {
    width: auto;
}

#selector_producto .modal-lg {
    width: auto;
}

/*Patentamiento*/

#patentamiento_form .form-group {
    width: 50%;
    margin: 5px 0;
}


#patentamiento_form .submit_buttons {
    margin: 10px 0 10px 0;
}

#listado_alta_stock_form .form-control {
    width: 100%;
}


