/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23/08/2022, 08:50:00
    Author     : diogenes.francisco
*/

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24/06/2022, 09:36:45
    Author     : diogenes.francisco
*/
html, body {
    height: 100vh;
    margin: 0;
}

body .transparent-dialog .ui-dialog-content   {
    background: transparent;
}

.center-element{
    display: grid;
    justify-content: center;
    align-items: center;
    height: 69vh;
}

.button-separete {
    margin-top: 20px;
}

.red td, .red tr{
    background-color:#ff9999;
}

.button-choose-mystyle {
    max-width: 112px!important;
}

.steps-mov {
    position: relative;
}

.steps-mov ul {
    width: 100%;
    margin: auto;
    margin-left: -20px;
    display: flex;
    /*background: red;*/
    /*padding: 20px;*/
    list-style: none;
    z-index: 1;
}

.steps-mov .ui-commandlink {
    width: 50%;
    text-decoration: none;
    color: #495057;
    display: block;
    text-align: center;
    background: transparent;
    overflow: hidden;
    position: relative;
}

.steps-mov .ui-commandlink:hover {
    text-decoration: none!important;
}

.steps-mov li {
    text-align: center;
    /*display: block;*/
}

.steps-mov li .step-title {
    display: block;
    margin-top: 0.5rem;
}

.steps-mov li .step-number {
    border-color: #E3F2FD;
    color: #495057;
    background: #E3F2FD;
    border: 1px solid #e9ecef;
    width: 2rem;
    height: 2rem;
    font-size: 1.143rem;
    padding: 0;
    margin-top: 1.6rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.steps-mov:before {
    content: " ";
    border-top: 1px solid #dee2e6;
    width: 100%;
    top: 50%;
    left: 0;
    display: block;
    position: absolute;
}

.flex-display-force {
    display: flex!important;
}

.column-align-center {

}

.column-break-word {
    word-break: break-word;
}

.code-block {
    background: #f5f2f0;
    padding: 10px 20px;
    border-left: #4a628a 10px solid;
}

.code-block code {
    width: 100%;
}

.error-table-line {
    background: #df9f9f!important;
}

.warn-table-line {
    background: #e6c88a!important;
}

/* MD */
@media screen and (min-width: 768px) {

    .button-separete {
        margin-top: 0;
    }

}
