.bg-login {
    min-height: 100vh;
    height: 100%;
    background: url(../assets/images/bkg-login.png);
    background-repeat: no-repeat;
    background-position: center;
}

.bg-header-card {
    background: url(../assets/images/bg-header-card.png);
    background-repeat: repeat-x;
    background-position: top;
}

.bg-card-white {
    background: url(../assets/images/bkg-white-card-v.png);
    background-repeat: no-repeat;
    background-position: top right;
}

.bg-line-indigo {
    background: url(../assets/images/line-indigo.png);
    background-repeat: repeat-x;
    background-position: center;
}

.bg-line-grey {
    background: url(../assets/images/line-grey.png);
    background-repeat: repeat-x;
    background-position: center;
}

.bg-line-status {
    background: url(../assets/images/line-status.png);
    background-repeat: no-repeat;
    background-position: center;
}

.w3-ul-bd-indigo {
    list-style-type: none;
    padding: 0;
    margin: 0
}

    .w3-ul-bd-indigo li {
        padding: 8px 16px;
        border-bottom: 1px solid #7e7e7e
    }

        .w3-ul-bd-indigo li:last-child {
            border-bottom: none
        }

.w3-input-icon {
    width: 100%;
    padding: 10px 46px 8px 8px;
    background-color: #fff
}

.input-wrapper {
    position: relative
}

.input-icon {
    position: absolute;
    left: 16px;
    top: calc(50% - 0.5em);
}

.input-view {
    position: absolute;
    right: 16px;
    top: calc(50% - 0.5em);
}

.w3-input-login {
    width: 100%;
    padding: 16px 8px 16px 46px;
    background-color: #F3F3F3
}

.w3-alert-warning {
    background-color: #ffeec6;
    color: #624b0f;
}

.w3-icon-bars {
    margin: 4px 10px 4px 0px;
    cursor: pointer;
}

    .w3-icon-bars div {
        width: 25px;
        height: 4px;
        margin: 4px 0;
    }

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

.arrow-modal-right::after {
    content: " ";
    position: absolute;
    bottom: 100%; /* At the top of the tooltip */
    right: 3%;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}

.w3-arrowlarge {
    font-size: 22px !important;
}

.w3-btnMenuPrincipal {
    padding: 8px 16px 8px 16px
}

    .w3-btnMenuPrincipal i.arrow {
        float: right;
        margin: 0 0 0 6px
    }

    .w3-btnMenuPrincipal:hover, .w3-btnMenuPrincipal.ativo {
        background-color: #dddddd !important;
        color: #7e7e7e !important;
    }

.w3-round-top {
    border-radius: 4px 4px 0 0
}

.w3-round-bottom {
    border-radius: 0 0 4px 4px
}

.w3-round-top-large {
    border-radius: 8px 8px 0 0
}

.w3-round-bottom-large {
    border-radius: 0 0 8px 8px
}

.w3-round-top-left-large {
    border-radius: 0 8px 0 0
}

.w3-round-left-large {
    border-radius: 8px 0 0 8px
}

.w3-round-right-large {
    border-radius: 0 8px 8px 0
}

.btn-disable {
    opacity: 0.5;
    pointer-events: none;
}

.input-error {
    border: 1.5px solid #e74c3c !important;
    background-color: #fff0f0;
    box-shadow: 0 0 4px rgba(231, 76, 60, 0.4) !important;
    outline: none !important;
}

input.input-error:focus {
    box-shadow: 0 0 6px rgba(231, 76, 60, 0.7) !important;
}

.error-message {
    color: red;
    font-size: 0.875em;
    margin-top: 4px;
}

.bg-card-right {
    background-image: url(../assets/images/bkg-web-blue.png);
    background-repeat: no-repeat;
    background-position: top right;
}

.caret-down-blue {
    background-image: url(../assets/images/arrow-indigo.svg);
    background-repeat: no-repeat;
    background-size: 16px 8px;
    background-position: right 10px center;
}
/*begin input file*/
.fileUpload {
    position: relative;
    overflow: hidden;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        width: 100%;
        opacity: 0;
        filter: alpha(opacity=0);
    }
/*end input file*/
.flex-container {
    display: flex;
}

    .flex-container > .header-staus {
        margin: 0px 5px;
    }

        .flex-container > .header-staus > p {
            margin: 0;
            line-height: 18px;
            padding: 0
        }

.w3-acc:before {
    float: right;
    display: block;
    font-family: "FontAwesome";
    content: "\f067";
    font-size: 22px;
    margin-top: 10px
}

.w3-acc.active:before {
    content: "\f068";
}

.w3-btn-detalhe, .w3-span-detalhe {
    padding: 2px 6px;
}

    .w3-btn-detalhe:hover > i {
        color: #fff !important;
    }

.flex-customizado {
    display: flex;
    justify-content: space-between;
}

.uf-error {
    border-color: red !important;
}

.uf-error:focus {
    border-color: red !important;
    outline: none;
}

/* TIMELINE */
.timeline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
}

    .timeline .line {
        position: absolute;
        height: 1px;
        z-index: 1;
        transform: translateY(-50%);
    }

        .timeline .line.active {
            background-color: #003D5B;
        }

        .timeline .line.inactive {
            background-color: #cccccc;
        }

    .timeline .step {
        position: relative;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 20px;
        font-weight: bold;
    }

        .timeline .step.active {
            background-color: #003D5B;
        }

        .timeline .step.inactive {
            background-color: #cccccc;
        }
/* END TIMELINE */

.area-drag-drop {
    border: 2px dashed #ccc;
    border-radius: 10px;
    padding: 40px 80px;
}

    .area-drag-drop .text-drag-drop {
        display: block;
        text-align: center;
        font-family: Arial, sans-serif;
        color: #888;
        margin-bottom: 10px;
        width: 100%;
    }

.flex-container > .header-seta {
    display: flex;
    align-items: center
}

.w3-margin-content-dropdown-header {
    margin-top: 50px;
}

#suggestions {
    position: relative;
    width: 100%;
    background-color: white;
    border: 1px solid #ccc;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.suggestion-item {
    padding: 10px;
    cursor: pointer;
}

    .suggestion-item:hover {
        background-color: #f0f0f0;
    }

.w3-dropdown-menu-manual {
    min-width: 60px !important;
    padding: 5px !important;
    right: 5px !important;
}

@media (min-width:600px) {
    .w3-btn-height {
        width: 200px;
    }

    .w3-btn-height2 {
        width: 240px;
    }

    .w3-paddind-text-status2 {
        padding-left: 30px
    }

    .w3-div-status-2-3 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .w3-div-status-4 {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .timeline .line {
        top: 35%;
    }

    .w3-btn-novo-endereco {
        margin-left: 15px;
    }
}

.notification-bar {
    background-color: #00798C1A;
    border-radius: 20px;
    padding: 10px 20px;
    text-align: center;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

/*Mobile*/
@media (max-width:600px) {
    .arrow-modal-right::after {
        right: 9%;
    }

    .caret-down-blue {
        background-position: 96% 50%;
    }

    .w3-margin-top-mobile {
        margin-top: 16px
    }

    .flex-container .flex-mobile {
        flex-direction: column;
    }
}
/* begin style table mobile */
@media (max-width:768px) {
    .w3-table-mobile tr, .w3-table-mobile td {
        display: block;
        width: 100%;
    }

        .w3-table-mobile td:first-child {
            padding-left: 9px;
            border-bottom: 1px solid #ddd;
        }

    .w3-table-line th:first-child, .w3-table-line td:first-child {
        padding-left: 50%;
    }

    table.w3-table-line, .w3-table-line thead, .w3-table-line tbody, .w3-table-line th, .w3-table-line tr, .w3-table-line td {
        display: block;
    }

        .w3-table-line thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .w3-table-line td, .w3-table-line th {
        padding: 1.8%;
    }

    .w3-table-line tr {
        border-bottom: 2px solid #616161;
        border-right: none;
    }

    .w3-table-line td {
        border: none;
        border-bottom: 1px solid #ddd;
        position: relative;
        padding-left: 50%;
        text-align: left;
    }

        .w3-table-line td:before {
            position: absolute;
            top: 6px;
            left: 6px;
            width: 45%;
            white-space: nowrap;
            font-weight: bold;
            color: #757575;
        }
        /* Label the data */
        .w3-table-line td:before {
            content: attr(data-title);
        }

    .w3-striped-mobile tbody tr > td {
        background-color: #fff !important;
    }

        .w3-striped-mobile tbody tr > td:nth-child(even) {
            background-color: #f1f1f1 !important
        }

    .w3-hideTable-small {
        display: none !important;
    }

    .color-white2, .color-white4 {
        background-color: #f1f1f1;
    }

    .color-grey2, .color-grey4 {
        background-color: #fff;
    }
}

/* INICIO TABELA ESTAMPAGEM */

table-estampagem {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #000;
}

th-estampagem {
    border: 1px solid #000;
    padding: 8px;
    text-align: left;
    background-color: #f2f2f2;
}

td-estampagem {
    border: 1px solid #000;
    padding: 8px;
    text-align: left;
}

/* FIM TABELA ESTAMPAGEM*/

/* Modal Alteração de caracteristica*/

.div-dado-antigo-caracteristica {
    margin-top: 1rem;
    padding: 8px 15px;
    background: #d3d3d373;
}

.dado-antigo-caracteristica {
    margin: 0px;
    text-transform: uppercase;
    font-size: 16px;
}

.div-dado-novo-caracteristica {
    margin-top: 0.5rem;
    padding: 5px 15px;
}

.label-dado-novo-caracteristica {
    font-size: 14px;
    font-weight: 400;
}
/*Descktop*/
@media (min-width:993px) {
    .w3-padding-td {
        padding: 15px 0 !important
    }
}

/*SnakBar w3css*/
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

    /* Show the snackbar when clicking on a button (class added with JavaScript) */
    #snackbar.show {
        visibility: visible; /* Show the snackbar */
        /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}