.loadingArea {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    z-index: 9999;
    opacity: 0.5;
    display:none;
}

.loadingArea > img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.loadingArea > div {
    width: 350px;
    height: 30px;
    position: absolute;
    margin: auto;
    top: 18%;
    left: 0;
    right: 0;
    bottom: 0;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}

.btnEnviar {
    float: right;
}

.disabled{
    background-color: #eee;
    opacity: 1;    
}

.moeda{
    text-align: right;
}

.align-bottom{
    margin-top: auto;
    bottom: 0;
}

.btnFullSize{
    width: 100%;
}

/* Alinhamento para o datatables */
table.dataTable td.dt-right {
    text-align: right;
}

/* Alinhamento para o datatables */
table.dataTable td.dt-center {
    text-align: center;
}

.table-center > thead > tr > th, 
.table-center  > tbody > tr > td, 
.table-center  > tfoot > tr > td, 
.table-center  > tbody > tr > td > input,
.table-center  > tfoot > tr > td > input  {
        text-align: center;
    margin-left:auto;
    margin-right:auto;
}

.inputFiled{
    width: 150px;
}

.inputBold {font-weight:bold;}
 
.linha-vertical {
    border-left: 1px solid;/* Adiciona borda esquerda na div como ser fosse uma linha.*/
    box-sizing: border-box;
    border-color: lightgray;
}

h5{
    font-weight: bold;
    font-size: 16px;
}



/* Breadcrumb */

.steps {
    margin-bottom: 15px;
    padding: 0;
    overflow: hidden;
    font-family: ralewayregular;
}

    .steps li {
        float: left;
        margin-left: 0;
        height: 60px; /* total height */
        list-style-type: none;
        padding: 5px 5px 5px 25px; /* padding around text, last should include arrow width */
        border-right: 3px solid white; /* width: gap between arrows, color: background of document */
        position: relative;
    }

        .steps li a {
            color: white;
            text-decoration: none;
            display: table;
            table-layout: fixed;
            height: 100%;
            width: 100%;
        }

            .steps li a > span {
                font-size: 12px;
                display: table-cell;
                vertical-align: middle;
            }

                .steps li a > span:first-child {
                    width: 50px;
                    text-align: center;
                    color: rgba(255,255,255,0.35);
                }

                    .steps li a > span:first-child > span {
                        font-family: ralewayblack;
                        font-size: 45px;
                        line-height: 40px;
                        margin-top: -8px;
                        display: inline-block;
                    }

                .steps li a > span:last-child {
                    line-height: 15px;
                }

        .steps li > a > span {
            padding: 0;
        }

        .steps li:nth-child(1) > a > span:first-child > span,
        .steps li:nth-child(2) > a > span:first-child > span {
            padding-top: 7px; /* Corrige diferenças dos dois primeiros números */
        }


        /* remove extra padding on the first object since it doesn't have an arrow to the left */
        .steps li:first-child {
            padding-left: 5px;
        }
        /* white arrow to the left to "erase" background (starting from the 2nd object) */
        .steps li:nth-child(n+2)::before {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            border-left: 25px solid white; /* width: arrow width, color: background of document */
            border-top: 40px solid transparent; /* width: half height */
            border-bottom: 40px solid transparent; /* width: half height */
            width: 0;
            height: 0;
            content: " ";
        }

        /* colored arrow to the right */
        .steps li:not(:last-child)::after {
            z-index: 1; /* need to bring this above the next item */
            position: absolute;
            top: 0;
            right: -25px; /* arrow width (negated) */
            display: block;
            border-top: 40px solid transparent; /* width: half height */
            border-bottom: 40px solid transparent; /* width: half height */
            width: 0;
            height: 0;
            content: " ";
        }

    /* Setup colors (both the background and the arrow) */

    /* colored arrow to the right */
    .steps li:not(:last-child)::after {
        border-left: 25px solid #ccc; /* width: arrow width */
    }

    /* default */
    .steps li {
        background-color: #ccc;
    }

    .steps li::after {
        border-left-color: #ccc;
    }

    .steps li.bg-green::after {
        border-left-color: #00a65a;
    }

    .steps li.bg-orange::after {
        border-left-color: #FF851B;
    }

    .steps li.bg-yellow::after {
        border-left-color: #f39c12;
    }

    .steps li.bg-red::after {
        border-left-color: #dd4b39;
    }

     /* Progress */

    .steps li.stepprogress {
        background-color: #95b6c1   !important;
    }
    
    .steps li.stepprogress::after {
        border-left-color: #95b6c1   !important;
    }

    /* Current */
    .steps li.current {
        background-color: #109881 !important;
    }

    .steps li.current::after {
        border-left-color: #109881 !important;
    }

    .steps span {
        text-align: center;
        color: #ffffff;
        font-weight: bold;
        font-family: 'Arial', 'Source Sans Pro', 'sans-serif' !important;  
    }

 
    .col-full{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
    }


    .botao-normal{
        width:150px;
    }



    select[readonly] {
        background: #eee; /*Simular campo inativo - Sugestão @GabrielRodrigues*/
        pointer-events: none;
        touch-action: none;
      }

    .master-hero-image .content-wrapper {
        margin: 0px;
    }

    .master-hero-image .content-wrapper, .master-hero-image .main-footer {
        margin-left: 0px;
    }

    .btn-link {
        color: #109881 !important;
        border-radius: 0;
    }

    .close {
        font-size: 26px;
        line-height: 1;
        color: #109881 !important;
        text-shadow: 0 1px 0 #128673;
        filter: alpha(opacity = 1);
        opacity: 1;
    }

    .btn-success {
        background-color: #109881 !important;
        border-color: #0c836f !important;
    }

    .btn-success:hover,
    .btn-success:active,
    .btn-success.hover {
    background-color: #0c6858 !important;
    }

    .modal-content {
        border-radius: 10px;
    }

    .modal-footer {
        margin-top: 10px;
        margin-bottom: 10px;
        border: 0;
        border-top: 2px solid #d1d1d1;
    }