﻿#btnShowPanelTabla, #form-promocion, #btnAlmacenar {
    display: none;
}

.panel-tools button {
    margin-left: 5px;
}

#tblPromocion tbody tr {
    cursor: pointer;
}
 
.input-group-addon {
    background-color: #0077ff !important;
    color: #ffffff;
}

.inputfile {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .inputfile + label {
        font-size: 1.25em;
        font-weight: 700;
        color: white;
        background-color: #0077ff;
        display: inline-block;
        padding: 5px;
        border-radius: 2px;
    }

        inputfile:focus + label, .inputfile + label:hover {
            background-color: #1FBBA6;
        }

    .inputfile + label {
        cursor: pointer; /* "hand" cursor */
    }

    .inputfile:focus + label {
        outline: 1px dotted #000;
        outline: -webkit-focus-ring-color auto 5px;
    }

    .inputfile + label * {
        pointer-events: none;
    }

.js .inputfile {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.no-js .inputfile + label {
    display: none;
}

#subirImagen {
    vertical-align: baseline !important;
}

#muestra-imagen {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3), 0px 0px 0px 17px #fff, 0px 0px 0px 18px rgba(0,0,0,0.2), 6px 6px 8px 17px #555;
    -moz-box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.6), 0px 0px 0px 17px #fff, 0px 0px 0px 18px rgba(0,0,0,0.2), 6px 6px 8px 17px #555;
    /*box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.6), 0px 0px 0px 17px #fff, 0px 0px 0px 18px rgba(0,0,0,0.2), 6px 6px 8px 17px #555;*/
}

#settings {
    top: 13%;
}

    #settings button {
        top: 78%;
    }

.input-group-addon {

    cursor: default !important;
}
#tblArticulo tbody tr {
    cursor: pointer;
}
.clip-radio label {
    margin-top: 10px;
}
.pointer-event-none {
    pointer-events: none;
}
.pointer-event-auto {
    pointer-events: auto;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}