body {
    font-size: .85em;
}

/*rodape fixo */
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.corpo {
    min-height: 90.5vh;
    position: relative;
}

.conteudo {
    padding-bottom: 50px;
    /* Height of the footer element */
}

.footer {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.modal-backdrop {
    z-index: 1030 !important;
}

.bg-provedor-gr {
    background: rgb(15, 65, 156);
    background: linear-gradient(243deg, rgba(15, 65, 156, 1) 0%, rgba(45, 166, 190, 1) 100%);
}

.border-radius-50 {
    border-radius: 50px;
}

.border-radius-20 {
    border-radius: 20px;
}

.border-radius-10 {
    border-radius: 10px;
}

.border-radius-5 {
    border-radius: 5px;
}

.font-size-50 {
    font-size: 50px;
}

.font-size-30 {
    font-size: 30px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-17 {
    font-size: 17px;
}

.font-size-15 {
    font-size: 15px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-12 {
    font-size: 12px;
}

.font-weight-bold-5 {
    font-weight: 500;
}

.text-provedor {
    color: #0f6d9c !important;
}

.tamanho-500 {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.tamanho-200 {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.tamanho-300 {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.tamanho-600 {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}

.altura-fixed-300 {
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.altura-fixed-200 {
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.altura-fixed-100 {
    height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
}

.opacity-5 {
    opacity: .5;
}

opacity-10 {
    opacity: 10;
}

/************************ MENU ******************************/
#navbar-secundario {
    width: 100%;
    position: absolute;
}

.active-link {
    border-bottom: 2px solid #fff;
}

.pointer {
    cursor: pointer !important;
}

/******************************* FORM **************************/
.place-danger::placeholder {
    color: red;
    opacity: 1;
    /* Firefox */
    font-size: 11px;
}

/******************************CLIENTES*****************************/
.nav-clientes .nav-item .nav-link {
    color: #6d6d6d !important;
}

.nav-clientes .nav-item .active {
    background-color: transparent !important;
    color: #004085 !important;
}


.custom-table {
    width: 100%;
    border: solid 0px;
}

.custom-table th,
.custom-table td {
    text-align: left;
    padding: 8px;
    border: solid 1px #c0c0c0
}

.custom-table th {
    color: #000080
}

.custom-table tr:nth-child(odd) {
    background-color: #f7f7ff
}

.custom-table>thead>tr {
    background-color: #fff !important
}

.tbtn {
    border: 0;
    outline: 0;
    background-color: transparent;
    font-size: 13px;
    cursor: pointer
}

.tbtnRetorno {
    border: 0;
    outline: 0;
    background-color: transparent;
    font-size: 13px;
    cursor: pointer
}

.toggler {
    display: none
}

.toggler1 {
    display: table-row;
}

.custom-table a {
    color: #0033cc;
}

.custom-table a:hover {
    color: #f00;
}

.page-header {
    background-color: #eee;
}

.lowercase {
    text-transform: lowercase;
}

.uppercase {
    text-transform: uppercase;
}

.bg-silver {
    background-color: #EEE9E9;
}

/* =========================================================== */

.main-timeline {
    position: relative
}

.main-timeline:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #c6c6c6;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.main-timeline .timeline {
    margin-bottom: 40px;
    position: relative
}

.main-timeline .timeline:after {
    content: "";
    display: block;
    clear: both
}

.main-timeline .icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.main-timeline .icon:before,
.main-timeline .icon:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.33s ease-out 0s
}

.main-timeline .icon:before {
    background: #fff;
    border: 2px solid #232323;
    left: -3px
}

.main-timeline .icon:after {
    border: 2px solid #c6c6c6;
    left: 3px
}

.main-timeline .timeline:hover .icon:before {
    left: 3px
}

.main-timeline .timeline:hover .icon:after {
    left: -3px
}

.main-timeline .date-content {
    width: 50%;
    float: left;
    margin-top: 22px;
    position: relative
}

.main-timeline .date-content:before {
    content: "";
    width: 36.5%;
    height: 2px;
    background: #c6c6c6;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0
}

.main-timeline .date-outer {
    width: 125px;
    height: 125px;
    font-size: 16px;
    text-align: center;
    margin: auto;
    z-index: 1
}

.main-timeline .date-outer:before,
.main-timeline .date-outer:after {
    content: "";
    width: 125px;
    height: 125px;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.33s ease-out 0s
}

.main-timeline .date-outer:before {
    background: #fff;
    border: 2px solid #232323;
    left: -6px
}

.main-timeline .date-outer:after {
    border: 2px solid #c6c6c6;
    left: 6px
}

.main-timeline .timeline:hover .date-outer:before {
    left: 6px
}

.main-timeline .timeline:hover .date-outer:after {
    left: -6px
}

.main-timeline .date {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 27%;
    left: 0
}

.main-timeline .month {
    font-size: 18px;
    font-weight: 700
}

.main-timeline .year {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #232323;
    line-height: 36px
}

.main-timeline .timeline-content {
    width: 50%;
    padding: 20px 0 20px 50px;
    float: right
}

.main-timeline .title {
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 15px 0
}

.main-timeline .description {
    margin-bottom: 0
}

.main-timeline .timeline:nth-child(2n) .date-content {
    float: right
}

.main-timeline .timeline:nth-child(2n) .date-content:before {
    left: 10px
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 20px 50px 20px 0;
    text-align: right
}

@media only screen and (max-width: 991px) {
    .main-timeline .date-content {
        margin-top: 35px
    }
    .main-timeline .date-content:before {
        width: 22.5%
    }
    .main-timeline .timeline-content {
        padding: 10px 0 10px 30px
    }
    .main-timeline .title {
        font-size: 17px
    }
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding: 10px 30px 10px 0
    }
}

@media only screen and (max-width: 767px) {
    .main-timeline:before {
        margin: 0;
        left: 7px
    }
    .main-timeline .timeline {
        margin-bottom: 20px
    }
    .main-timeline .timeline:last-child {
        margin-bottom: 0
    }
    .main-timeline .icon {
        margin: auto 0
    }
    .main-timeline .date-content {
        width: 95%;
        float: right;
        margin-top: 0
    }
    .main-timeline .date-content:before {
        display: none
    }
    .main-timeline .date-outer {
        width: 110px;
        height: 110px
    }
    .main-timeline .date-outer:before,
    .main-timeline .date-outer:after {
        width: 110px;
        height: 110px
    }
    .main-timeline .date {
        top: 30%
    }
    .main-timeline .year {
        font-size: 24px
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        width: 95%;
        text-align: center;
        padding: 10px 0
    }
    .main-timeline .title {
        margin-bottom: 10px
    }
}