:root {
    --azulFrazao: #00497D;
    --cinzaTextos: #1E1E1E; /*Para textos principais porém que não podem ser muito pesados então não usar preto*/
    --cinzaFrazao: #82827A; /*Para itens menos destacados como icones secundários*/
    --vermelhoFrazao: #CA1E27;
    --verdeFrazao: #00710C;
    --amareloFrazao: #F5DE10;
    --laranjaFrazao: #D56700;
    --border: #E6E6E6;
}
.calendar-day-week {
    background-color: #053067;
    color: white;
}

.calendar-last-days, .calendar-next-days {
    color: black;
    font-weight: bold;
    font-size: 20px;
}

.calendar-date {
    float: left;
}

.calendar-day-week, .calendar-date {
    width: 14.28571428571429%;
    border: 1px solid #0d72aa;
}

#month-choosed, .calendar-day {
    font-weight: bold;
    font-size: 20px;
    color: #053067
}

.btn-calendar, .btn-list {
    font-size: 20px !important;
    font-weight: bold !important;
}

.title-calendar {
    font-size: 40px;
    font-weight: bold;
    color: var(--azulFrazao);
}

@media (max-width: 600px) {
    .title-calendar {
        margin-top: 20px;
    }
}

.select-text {
    color: var(--azulFrazao);
    font-weight: bold;
}

.styled-select {
    background-color: white;
    border-radius: 5px;
    border: 2px solid var(--border);
}

.text-table {
    color: var(--cinzaTextos) !important;
}

.reset-table {
    width: auto;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

    .reset-table th {
        padding: 0;
        border: none;
        background-color: transparent;
        text-align: left;
        vertical-align: top;
        text-align: center;
        font-weight: 600;
        white-space: nowrap;
    }
    .reset-table td {
        padding: 0;
        border: none;
        background-color: transparent;
        text-align: left;
        vertical-align: top;
        text-align: center;
        font-weight: 600;
    }

    .reset-table thead {
        display: table-header-group;
        border: none;
        color: var(--azulFrazao);
        background-color: rgb(0, 73, 125, 0.25);
        padding: 10px;
        border-radius: 5px
    }

    .reset-table tbody {
        display: table-row-group;
    }

    .reset-table tr {
        display: table-row;
    }
a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit;
}

.sortable {
    cursor: pointer;
    font-weight: bold;
}

    .sortable:hover {
        text-decoration: underline;
    }

.message {
    color: red;
    font-weight: bold;
}

.favorite-icon {
    cursor: pointer;
    color: grey;
}

    .favorite-icon.favorited {
        color: gold;
    }



@media (min-width: 768px) {
    .container-calendar {
        padding: 2% 8% 2% 8% !important;
    }

    .contentList {
        border: 1px solid #0d72aa;
        display: flex;
    }

    .monthName {
        border: 1px solid black !important;
        font-size: 22px !important;
        font-weight: bold !important;
    }

    modal-logo-frazao {
        height: 52px !important;
    }
}

@media (max-width: 767px) {
    .container-calendar {
        padding: 0px !important;
    }

    .months {
        margin: 0 10% 0 10%;
    }

    .calendar-last-days, .calendar-next-days, #month-choosed, .calendar-day {
        font-size: 15px;
    }

    .calendar-day-week {
        overflow: hidden;
        font-size: 12px;
    }

    .title-calendar {
        font-size: 30px;
    }

    .btn-calendar, .btn-list {
        font-size: 15px !important;
    }

    .dateList {
        text-align: center;
    }

    .contentList {
        border: 1px solid #0d72aa;
        display: grid;
        text-align: center;
    }

    .monthName {
        border: 1px solid black !important;
        font-size: 17px !important;
        font-weight: bold !important;
    }

    #AuctionModalInfo .modal-title {
        font-size: 17px !important;
    }

    #AuctionModalInfo .modal-header-date {
        font-size: 12px !important;
    }

    .modal-logo-frazao {
        width: 50% !important;
    }
}

@media (max-width: 991px) {
    .inf-calendar {
        display: none;
    }
}

@media (max-width: 1199px) {
    .inf-more {
        display: none;
    }
}

#AuctionModalInfo {
}

    #AuctionModalInfo .modal-title {
        color: rgb(30,60,122);
        padding: 0px;
    }

    #AuctionModalInfo .modal-header {
        background-color: #f8f9fa !important;
        height: auto;
    }

    #AuctionModalInfo a {
        text-align: left;
        margin-left: 6px;
        color: black;
        padding-top: 5px;
    }

    #AuctionModalInfo .modal-header-date {
        font-size: 20px;
    }

.calendar-auction {
    cursor: pointer;
}

#auction-modal-fulldate {
    font-size: 16px;
}

#auction-modal-body {
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.contentList .fa-star {
    color: gold  !important;
}

.star-calendar {
    float: right;
}

.auction-is-favorited {
    color: gold  !important;
}

.modal-star-style {
    display: flex;
    margin: 10px 0px 10px 0px;
}

.inf-calendar, .inf-calendar-plus, .inf-more {
    color: black;
    font-size: 15px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inf-more {
    color: red;
    float: right;
}

.dateList {
    font-size: 20px;
    font-weight: bold;
}

.check-list, .hour-list, .desc-list, .inf-list {
    font-weight: bold;
}
