.line-through {
    text-decoration: line-through;
}

.modal-xg {
    max-width: 90%;
}

.form-control, .input-group .input-group-btn > .btn.btn-secondary, .has-success .input-group-addon, .has-success .form-control {
    border-color: #b3b3b3;
}

.tabela thead {
    border-bottom: 1px solid #d6d6d6;
}

.tabela tr td {
    border-bottom: 1px solid #d6d6d6;
}

.twitter-typeahead {
    width: 100%;
    display: table !important;
}

.twitter-typeahead .form-control {
    margin: 0 !important;
}

.tt-hint,
.tt-input {
    color: #999;
    font-size: 14px;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.428571429;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tt-hint[disabled] {
    background-color: #fff !important;
}

.tt-cursor {
    background-color: #259cff
}

.tt-menu {
    min-width: 160px;
    margin-top: 2px;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #ebebeb;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    width: 100%;
    overflow-y: auto;
    max-height: 250px;
}

.tt-menu h3 {
    margin: 5px 0;
    padding: 6px 12px;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #eee;
}

.modal-open .tt-menu {
    z-index: 10055 !important;
}

.tt-suggestion {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 16px;
}

.tt-suggestion:hover {
    cursor: pointer;
    background: #eee;
}

.tt-suggestion p {
    margin: 0;
}

.custom-file-control:lang(en):empty::after {
    content: "Selecione o arquivo."!important;
}

.custom-file-control:lang(en)::before {
    content: "Procurar"!important;
}

.blockElement {
    width: 100% !important;
}

.tableManipulado td {
    border-top: 1px solid #000 !important
}