﻿body {
}

blockquote {
    border-left: 0.7rem solid #e69d08;
}

select[readonly] {
    background: #eee;
    pointer-events: none;
    touch-action: none;
}

.text-primary {
    color: #ffb92b !important;
}

.text-blue {
    color: #5D68EB !important;
}

.btn-link-light {
    font-weight: 400;
    color: #ffb92b;
    text-decoration: none;
}

    .btn-link-light:hover {
        color: #f6e9d1;
        text-decoration: none;
    }

.bg-primary {
    background-color: #ffb92b !important;
    color: #000 !important;
}

.bg-primary-light {
    background-color: #f6e9d1;
}

.bg-secondary {
    background-color: #364045 !important;
}

.btn-primary {
    color: #000;
    background-color: #ffb92b;
    border-color: #e69d08;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #bd7e00;
        border-color: #bd7e00;
    }

.btn-outline-primary {
    color: #000;
    background-color: #ffb92b;
    border-color: #e69d08;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #bd7e00;
        border-color: #bd7e00;
    }

.btn-secondary {
    color: #364045;
    background-color: lightgray;
    border-color: darkgrey;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #000;
        border-color: #000;
    }

.btn-confirmed {
    color: #2da445;
    background-color: white;
    border-color: #2da445;
}

    .btn-confirmed:hover {
    }

.btn-green {
    color: #000000;
    background-color: #00b300;
    border-color: #008000;
}

.btn-red {
    color: #000000;
    background-color: #e60000;
    border-color: #b32d00;
}

.btn-blue {
    color: #000000;
    background-color: #367ed6;
    border-color: #2c67b0;
}

.bg-about-01 {
    background-image: url("../img/wix/01_image_wix.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-about-02 {
    background-image: url("../img/wix/08_image_wix.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-smooth-gray {
    background-color: #f9f9f9;
}

.div-card {
    margin-top: 20px;
    padding: 25px;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 20px;
}

hr {
    box-sizing: content-box;
    height: 2px;
    overflow: visible;
    background: black;
    border: none;
}

/*Versão com menos padding do card header*/
.ch-thiner-pad {
    padding: 8px 25px 8px 25px;
}

/*Versão com menos padding do card body*/
.cb-thiner-pad {
    padding: 10px 15px 10px 15px;
}

/*Versão com menos padding do card footer*/
.cf-thiner-pad {
    padding: 8px 15px 0px 15px;
}

/*td centralizado na vertical e horizontal*/
.td-hv-centered {
    text-align: center;
    vertical-align: middle;
}

/*td centralizado na horizontal*/
.td-h-centered {
    text-align: center;
}

/*td centralizado na vertical*/
.td-v-centered {
    vertical-align: middle;
}

.td-pad-10px {
    padding: 10px;
}

.aguardando-orcamento-text {
    font-weight: bold;
    color: orange;
}

.sem-resposta-text {
    font-weight: bold;
    color: darkgray;
}

.container-after-login {
    height: calc(100% - 15px);
    margin-bottom: 15px;
}

.fabutton {
    background: none;
    padding: 0px;
    border: none;
}

.disabled-text {
    color: dimgrey;
}

.modal-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    transform: translate(-50%, -50%);
}

.col-content-centered {
    display: inline-flex;
    float: none;
    align-items: center;
    justify-content: center;
}

.qtdContainer {
    display: flex;
    flex-direction: row;
}

.qtdInput{
    min-width: 50px;
}

.qtdButton {
    min-width: 50px;
}

/* Style the indicators */
.custom-indicators {
    display: flex;
    justify-content: center;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: -30px;
}

    .custom-indicators li {
        width: 12px;
        height: 12px;
        background-color: #0d2b7d; /* Change this to your desired color */
        border-radius: 50%;
        margin: 0 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

        .custom-indicators li.active {
            background-color: #ffe800; /* Change this to your desired active color */
        }

        .custom-indicators li:hover {
            background-color: #0056b3; /* Change this to your desired hover color */
        }

.list-group-vert-limited {
    max-height: 100%;
    overflow-y: auto;
}

.floating-button {
    position: fixed;
    bottom: 20px;
    right: 25px;
    transform: none;
    z-index: 1030; /* Ensure it stays on top of other content */
}

    .floating-button button {
        padding: 20px 20px; /* Adjust padding for the rectangle size */
        font-size: 16px; /* Adjust font size for the label */
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2); /* Optional shadow for effect */
        border-radius: 50%;
    }

.floating-qtd {
    position: fixed;
    bottom: 20px;
    right: 18px;
    transform: none;
    z-index: 1030; /* Ensure it stays on top of other content */
}

    .floating-qtd button {
        padding: 0px 4px; /* Adjust padding for the rectangle size */
        font-size: 16px; /* Adjust font size for the label */
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2); /* Optional shadow for effect */
    }

.scroll-table {
    width: 600px;
    border: 1px solid #ccc;
    font-family: sans-serif;
}

    .scroll-table table {
        width: 100%;
        border-collapse: collapse;
    }

    .scroll-table thead {
        background-color: #f4f4f4;
        position: sticky;
        top: 0;
        z-index: 2;
    }

    .scroll-table th,
    .scroll-table td {
        padding: 8px 12px;
        border: 1px solid #ccc;
        text-align: left;
    }

    .scroll-table .scroll-body {
        height: 200px; /* Adjust as needed */
        overflow-y: auto;
        display: block;
    }

        .scroll-table .scroll-body table {
            width: 100%;
            table-layout: fixed;
        }

        .scroll-table .scroll-body td {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .scroll-table thead,
    .scroll-table tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

.no-spin::-webkit-outer-spin-button,
.no-spin::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-spin {
    -moz-appearance: textfield;
    text-align: center;
}

.btn-collapse-header {
    background: #0573FF;
    background-image: -webkit-linear-gradient(top, #0573FF, #0475C7);
    background-image: -moz-linear-gradient(top, #0573FF, #0475C7);
    background-image: -ms-linear-gradient(top, #0573FF, #0475C7);
    background-image: -o-linear-gradient(top, #0573FF, #0475C7);
    background-image: -webkit-gradient(to bottom, #0573FF, #0475C7);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 6px;
    color: #e1eff6;
    font-family: Arial;
    font-weight: 100;
    padding: 10px 20px;
    -webkit-box-shadow: 0 1px 5px 0 #000000;
    -moz-box-shadow: 0 1px 5px 0 #000000;
    box-shadow: 0 1px 5px 0 #000000;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

    .btn-collapse-header:hover {
        color: white;
    }

@media (max-width: 800px) {
    .qtdContainer {
        flex-direction: column-reverse;
    }
}

.botao-container {
    display: flex;
    justify-content: center; /* Padrão: centralizado */
    margin-top: 20px;
}

.botao-finalizar {
    background-color: #28a745; /* Verde */
    color: white;
    padding: 10px 30px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

/* Em telas maiores (ex: acima de 768px), alinha à direita */
@media (min-width: 768px) {
    .botao-container {
        justify-content: flex-end;
    }
}

#scrollToBottom {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: green;
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    cursor: pointer;
    z-index: 9999;
    display: none; /* Initially hidden */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

    #scrollToBottom:hover {
        background-color: #0b8d0b;
    }

#blanket, #aguarde {
    position: fixed;
    display: none;
}

#blanket {
    left: 0;
    top: 0;
    background-color: #f0f0f0;
    opacity: 65;
    height: 100%;
    width: 100%;
    /*ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";*/
    opacity: 0.65;
    z-index: 9998;
}

#aguarde {
    width: auto;
    height: 30px;
    top: 40%;
    left: 45%;
    background: url('http://i.imgur.com/SpJvla7.gif') no-repeat 0 50%;
    line-height: 30px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 9999;
    padding-left: 27px;
}
