body {
    margin-top:30px;
}

.panel-body{
    padding: 20px;
}

#tab_logic tbody td{
    padding: 5px 25px;
}

#tab_logic2 tbody td{
    padding: 5px 25px;
}

.stepwizard-step p {
    margin-top: 0px;
    color:#666;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#bbb;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-custom{
    border: none;
    border-radius: .4em;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: .95em;
    font-weight: 700;
    padding: .6em .8em .8em;
    text-decoration: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: .2s;
    transition: .2s;
    vertical-align: middle;
    box-shadow: inset 0 -.3em rgba(0,0,0,.4);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
}

.bg-primary {
    color: #fff;
    background-color: #005dba;
}
.bg-success {
    color: #fff;
    background-color: #95b75d;
}
.bg-info {
    color: #fff;
    background-color: #3fbae4;
}
.bg-warning {
    color: #fff;
    background-color: #fea223;
}
.bg-danger {
    color: #fff;
    background-color: #b64645;
}

.fondo-quiniela{
    background-image: url('../images/fondo-quniela.jpg');
    background-size: cover;
}
