.navbar-brand {
    background: url("../images/logo.png") no-repeat scroll 50% center rgba(0, 0, 0, 0);
    height: 30px;
    padding-top: 35px;
    text-indent: -900000px;
    width: 30px;
}

.navbar-fixed-top + * {
    margin-top: 70px;
}

.row-mesma-altura {
    display: table;
}

.row-mesma-altura > [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}

form .ct-form-control {
    min-width: 0;
}

.form-condensed {

}

.form-condensed .form-control {
    /* Regras importadas de .input-sm */
    border-radius: 3px;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    padding: 5px 10px;
}
.form-condensed textarea.form-control, .form-condensed select[multiple].form-control {
    /* Regras importadas de .input-sm */
    height: auto;
}

.form-condensed .form-group {
    margin-bottom: 8px; !important;
}

.text-striked {
    text-decoration: line-through;
}

.text-bold {
    font-weight: bold;
}

.text-underlined {
    text-decoration: underline;
}

.text-italic {
    font-style: italic;
}

.btn-separator:after {
    background: none repeat scroll 0 0 #adadad;
    content: " ";
    display: inline-block;
    height: 2em;
    margin: -10px 10px;
    width: 1px;
}
.table-loading {
    position: relative
}

.table-loading:before {
    content: ' ';
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 100;
    text-align: center
}

.table-loading:after {
    content: url("../images/loading-grid.gif");
    position: absolute;
    top: 30%;
    top: calc(50% - 32px);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    text-align: center
}

.table-loading[show-filter=true]:before {
    top: 90px
}

.cartao-bandeiras {
    width: 70px;
    height: 50px;
}

.m-tn-10 {
    margin-top: -10px;
}

.m-tn-20 {
    margin-top: -20px;
}
.m-tn-30 {
    margin-top: -30px;
}
