/* 
    Document   : css
    Created on : 27-jul-2012, 11:21:11
    Author     : berto
    Description:
        Purpose of the stylesheet follows.
*/

.tipoMarcado {
    padding-left: 180px;
}

.tipoMarcado label {
    float: none;
    width: auto;
    clear: both;
}

.hor, .tipoMarcado {
    margin-bottom: 15px;
}

.barra {
    display:inline-block;
    width:30px;
    height: 15px;
    border-radius: 10px;
}

#ventaMultipleImax {
    text-align: center;
	width:100%;
	margin-top:20px;
}

#ventaMultipleImax tr th {
    text-align: center;
}

#ventaMultipleImax td {
    padding: 15px 12px 12px 10px;
}

.colorAtributo {
    border-radius: 10px;
    display: inline-block;
    height: 40px;
    width: 40px;
}

#imaxBarraVenta {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: lightblue;
    z-index: 9999;
}

#imaxBarraVenta #add_to_cart_imax_top {
    margin-left: 20px;
}

#add_to_cart_imax.add {
    text-align: right;
}

#ventaMultipleImax .error {
    border: 1px solid red;
}


table#ventaMultipleImax{
    overflow-x: auto;
}

table#ventaMultipleImax .celdaCantidad input#cantidadMasiva,
table#ventaMultipleImax .cantidadCombinacion input{
    max-width: 50%;
}

#menuTab2Sheet .attributesGroup .form-group{
    display: flex;
    flex-direction: row;
}


table#ventaMultipleImax td.imagenAgrupacion{
    vertical-align: middle;
}

table#ventaMultipleImax th .cabeceraFecha{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

table#ventaMultipleImax th .cabeceraFecha span{
    padding-right: 10px;
}

.tablaventaMultipleImax {
    max-height: 500px;
    overflow-y: auto;
}

.tablaventaMultipleImax thead {
    background-color: #ffffff;
    position: sticky;
    top: 0; 
    z-index: 1;
}

#add_to_cart_imax.add {
    padding-top: 10px;
}

.fondoOscuroCargando {
    background-color: black;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
}

.cargandoFondoOscuro {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background-image: url("../img/load.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
}

.connectedSortable {
    border: 1px solid darkgray;
    margin: 0;
    min-height: 100px;
    padding: 5px 0 0 0;
    margin-right: 10px;
}

.connectedSortable span {
    margin: 0 5px 5px 5px;
    padding: 5px;
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    cursor: grab;
    display: inline-block;
}

.nobootstrap fieldset label {
    float: none;
    cursor: pointer;
}

#gruposAtributo {
    margin-bottom: 15px;
}

#gruposAtributo label {
    margin-right: 10px;
}