﻿:root {
    --border-red: #dc3545;
    --border-white: #ced4da;
}

body {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 0px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.dropzone {
    border-radius: 10px;
    border: 2px solid rgb(171 171 171);
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.HYLINE-header {
    width: 100%;
    background: #4d4d4f;
    max-height: 100px;
}

    .HYLINE-header img {
        align-self: flex-start;
        max-height: 100px;
    }

.nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100px;
}

    .nav-link .icon {
        width: 45px;
        height: 45px;
        text-align: center;
        overflow: hidden;
        margin: auto;
    }

        .nav-link .icon .nav-img {
            width: 100%;
            height: 100%;
            line-height: 40px;
            transition: 0.5s;
        }

.nav-img {
    width: 45px;
}

.nav-link span {
    font-size: 12px;
}

.nav-link:hover {
    background-color: #4d4d4f;
    color: white;
    cursor: pointer;
}

    .nav-link:hover span {
        color: white;
    }

    .nav-link:hover .icon .nav-img {
        transform: translateY(-100%);
    }

.nav-link.active {
    background-color: #4d4d4f;
    color: white;
    cursor: pointer;
}

    .nav-link.active > span {
        color: white;
    }

    .nav-link.active .icon .nav-img {
        transform: translateY(-100%);
    }

.logout-img {
    width: 20px;
    height: 20px;
    margin-right: 20px;
}

.carousel-item img {
    object-fit: fill;
    object-position: center;
    min-height: 400px;
    max-height: 400px;
    width: 100%;
    overflow: hidden;
}

.btn-BBG {
    background: #4D4D4F; 
    color: #fedb00;
    margin: .7rem 0;
    font-size: 12px;
    padding: 5px 5px 5px 5px;
    height: 35px;
    width: 150px;
}

    .btn-BBG:hover {
        background: #fedb00 !important;
        color: #4D4D4F !important;
        border: 1px solid #4D4D4F !important;
    }

.dotTitulo {
    height: 8px;
    width: 8px;
    background-color: #fedb00;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}

.pointer {
    cursor: pointer;
}

.image-zoom > img {
    transition: transform 0.5s ease;
}

    .image-zoom > img:hover {
        cursor: pointer;
        transform: scale(3); /* Adjust the scale factor for the zoom effect */
    }

.table_header_BBG {
    color: #fff;
    Height: 40px;
    background: #888 !important;
    font-weight: bold;
    padding: 0px 3px 2px 3px;
    font-size: 13px;
    text-decoration: none;
}

    .table_header_BBG:hover {
        text-decoration: underline;
        color: #fff;
        background: #888;
    }

.btn-BBG.plus {
    width: 33px;
    height: 33px;
    margin: unset;
}

    .btn-BBG.plus i {
        font-size: 15px;
    }

body.testeBody {
    width: 3420px;
}

.btn-BBG2 {
    background: #4D4D4F;
    color: #fedb00;
}

.btn-add {
    background: #4D4D4F;
    color: #fedb00;
    margin: unset;
    padding: 0rem 0.65rem;
}

    .btn-add > span {
        vertical-align: super;
        font-size: 23px;
    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #fedb00 !important;
    color: #000 !important;
}
