﻿body {
    margin-top: 30px;
}



.input-validation-error {
    border: 1px solid #df8e8e;
}

input.uppercase {
    text-transform: uppercase;
}

.stepwizard-step {
    margin-top: 10px;
    margin-bottom: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    background-color: #ddd;
}

.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: 0px;
    background-color: #ccc;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: left;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    border-radius: 15px;
}


.hide-amount{
    display:none;
}

.table-hover > tbody > tr:hover,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background-color: #ca7575 !important
}

.navbar .btn-manualUsuario {
    color: #fff;
    font-weight: 600;
    border: 1px solid #fff;
    padding: 6px 12px;
    margin-top: 10px;
    border-radius: 4px;
    background-color: transparent;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
}

.navbar .btn-manualUsuario:hover,
.navbar .btn-manualUsuario:focus {
    background-color: #ffffff;
    color: #611232;
    text-decoration: none;
}

