.text-cinza {
    color: #ecf0f5;
}

.text-riscado {
    text-decoration: line-through!important;
}

.select2 {
    width: 100%!important;
}

.table {
    max-width: 100%!important;
}


/*
Usado nos relatórios personalizados para mostrar/esconder colunas
*/

.button-toggle-colunas {
    padding-right: 20px!important;
    padding-left: 20px!important;
}

.button-datatable {
    margin-right: 15px!important;
}

.transparente {
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* For IE8 and earlier */
}

.dt-button-background {
    z-index: 1 !important;
}

.dt-button-collection {
    z-index: 2 !important;
}

.quebrarLinha {
    word-break: break-all;
}

.list-active {
    background-color: #e2e4ea;
}


/* Cor da borda das tags no select2 */

.select2-selection__choice {
    border-bottom-color: white!important;
    border-left-color: white!important;
    border-right-color: white!important;
    border-color: #d2d6de!important;
}


/* Configurações para mostrar a imagem do usuario no header */

.image-user-header {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background-color: #ecf0f5;
    display: inline-block;
    vertical-align: middle;
    float: none;
    color: #2f3031;
}

.quebra-linha {
    word-break: break-word!important;
    white-space: normal!important;
    line-height: normal;
}

.stepwizard-step p {
    margin-top: 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;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 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;
}

.logomarca {
    max-width: 30px;
}