@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../Fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('../Fonts/OpenSans-Semibold.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('../Fonts/OpenSans-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-LightItalic';
    src: url('../Fonts/OpenSans-LightItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-SemiboldItalic';
    src: url('../Fonts/OpenSans-SemiboldItalic.ttf') format('truetype');
}

.dataTables_filter {
    visibility: hidden;
    height: 0vh;
}

.dt-buttons {
    visibility: hidden;
    height: 0vh;
}

.image_column {
    min-width: 15vw;
}

.tab_select {
    display: inline-block;
    height: 5vh;
    background-color: #ccc;
    padding: 1.5vh;
    border-top-left-radius: 1vh;
    border-top-right-radius: 1vh;
}
.active {
    background-color: #fff !important;
}

.img_rating{
    max-height:4vh;
    max-width:2vw;
}

.p_rating {
    color: #888a8d;
    font-size: 1rem;
    margin: 0.5vh;
    text-shadow: none;
}

.table_RO {
    overflow:auto;
    border: 0.1vw solid;
    height: 40vh;
    width: 98.5%;
    margin-left: 1%;
}

.btn_giro_foto {
    position: absolute;
    height: 2vw;
    width: 2vw;
    left: 17vw;
    top: 1vh;
}

.btn_ajuda {
    font-size: 1vw;
    border: 0.15vw solid;
    border-radius: 0.5vw;
    text-align: center;
    margin: 1vw;
}

.iframe_ajuda {
    border: none;
    padding: 1vw;
    height: 82vh;
    width: 83.5vw;
}

.link_btn_francisco {
    color: #ffffff;
    margin-left: 0.5vw;
    border-radius: 1vw;
    padding-left: 0.5vw;
    padding-right: 0.5vw;
    background-color: #67bf3e;
}

.btn_next_courosel {
    right: 40%;
    top: 40%;
}

.btn_prev_courosel {
    left: 30%;
    top: 40%;
}

#header-fixed {
    position: fixed;
    top: 0px;
    display: none;
    background-color: white;
}

.img_table {
    max-width: 100%;
    max-height: 100%;
    width: 20vh !important;
    height: 15vw !important;
    border-radius: 1vh;
    transform: translate(0%, -5%) rotate(-90deg);
}

.img_table-vertical {
    max-width: 91%;
    max-height: 97%;
    width: 25vh !important;
    height: 15vw !important;
    border-radius: 1vh;
}

.img_table-vertical-app {
    max-width: 91%;
    max-height: 97%;
    width: 35vh !important;
    height: 13vw !important;
    border-radius: 1vh;
}

.topo_ajustado {
    padding-left: 4vw;
    padding-top: 1vh;
    max-height: 5vh;
}

body {
    margin: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    font-size: 1.7vh;
    background-color: #ececec;
    color: #888a8d;
    font-family: 'OpenSans-Regular';
}

.bold {
    font-family: 'OpenSans-Semibold';
    font-size: 2vh;
}

    .bold.italic {
        font-family: 'OpenSans-SemiboldItalic';
        font-size: 2vh;
    }

.bolder {
    font-family: 'OpenSans-Semibold';
    font-size: 2.5vh;
}

.light {
    font-family: 'OpenSans-Light';
}

    .light.italic {
        font-family: 'OpenSans-LightItalic';
    }

.highcharts-container {
    width: 100% !important;
    height: 100% !important;
}

a, a:focus, a:hover {
    color: white;
    text-decoration: none;
}

.just-title {
    text-align: left;
    /*color: #5abb41;*/
    font-size: 2.5vh;
    font-weight: bolder;
    margin-bottom: 1vh;
    position: relative;
}

.img-carocel-fran {
    max-width: 100%;
    max-height: 100%;
    width: 65% !important;
    height: 90% !important;
    border-radius: 0vh;
    transform: translate(0%, -17%) rotate(-90deg);
}

.img-carocel-fran-vertical {
    max-width: 100%;
    max-height: 100%;
    width: 55% !important;
    height: 60% !important;
    border-radius: 0vh;
}
.img-carocel-fran-app {
    max-width: 100%;
    max-height: 100%;
    width: 90% !important;
    height: 80% !important;
    border-radius: 2vh;
    margin-left: 1vw;
}


.img-show-fran {
    max-width: 100%;
    max-height: 100%;
    width: 5vw !important;
    height: 7vw !important;
    transform: translate(0%, -15%) rotate(-90deg);
    border-radius: 1.1vh;
}

.img-show-fran-vertical {
    max-width: 100%;
    max-height: 100%;
    width: 7vw !important;
    height: 10vh !important;
    border-radius: 1.1vh;
}

img {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    border-radius: 1vh;
}

input[type=text],
input[type=password],
input[type=number],
.custom-select {
    background-color: transparent;
    border: none;
    height: 2.8vh;
    width: 12vw;
    border: solid 0.1vh #888d8d;
    box-shadow: 0.2vh 0.2vh 0.6vh #888d8d;
    border-radius: 1vh;
    padding: 0 0.5vw;
    background-image: linear-gradient(to top, #ececec, #ececec 33%);
}

input:focus {
    outline: none;
}

.custom-select:not(.custom-select--multiple)::after {
    background-color: rgb(57,177,74);
}

button {
    border: none;
}


    button:focus {
        outline: none;
    }

hr.vertical {
    border-top: none;
    border-left: 0.2vw solid rgb(136, 138, 141);
    margin: 0;
    height: 100%;
}

table {
    min-width: 100%;
}

th,
td {
    background-color: #e6e2e2;
    border: solid #b5b8bb 0.4vh;
    border-width: 0 0.4vh 0.4vh 0;
    text-align: center;
    padding: 2vh 0;
}

th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #e6e2e2;
}

    th[scope=row] {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        z-index: 1;
        background-color: #e6e2e2;
    }

    th:not([scope=row]) {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 2;
        background-color: #e6e2e2;
    }

    th[scope=row] {
        background: linear-gradient(90deg, transparent 0%, transparent calc(100% - .05em), #d6d6d6 calc(100% - .05em), #d6d6d6 100%);
    }

td {
    background-color: white;
}

.green-gradient {
    background-color: rgb(57,177,74);
    background-image: linear-gradient(180deg, rgb(57,177,74) 0%, rgb(122,197,56) 90%);
}

.custom-select {
    font-size: 1rem;
}

.w-20 {
    width: 20% !important;
}

.w-40 {
    width: 40% !important;
}

.h-20 {
    height: 20% !important;
}


.h-23 {
    height: 23% !important;
}

.h-33 {
    height: 33.333333% !important;
}

.h-45 {
    height: 45% !important;
}

.h-55 {
    height: 55% !important;
}

.h-40 {
    height: 40% !important;
}

.h-66 {
    height: 66.666666% !important;
}

.ml-5 {
    margin-left: 2rem !important;
}

.ml-6 {
    margin-left: 2.5rem !important;
}

.ml-7 {
    margin-left: 3rem !important;
}

.ml-8 {
    margin-left: 3.5rem !important;
}

.bg-default {
    border-radius: 6vh;
    background-color: #ececec;
}

.text-green {
    color: #5abb41;
}

.nav {
    position: fixed;
    left: -13.6vw;
    top: 0;
    height: 100vh;
    width: 14vw;
    padding: 4vh 2vw;
    color: white;
    /*border-right: solid rgb(57,177,74) 0.4vw;*/
    transition: left 0.25s;
    z-index: 99;
}

    .nav.active {
        left: 0;
    }

    .nav img {
        border-radius: 0;
    }

    .nav > div {
        text-align: center;
    }

        .nav > div:first-of-type {
            height: 18vh;
            margin-bottom: 1.6vh;
        }

        .nav > div:last-of-type {
            margin-top: 1.5vh;
            height: 5vh;
        }

    .nav > a {
        height: 5.5vh;
        margin-bottom: 1.8vh;
    }

        .nav > a img {
            max-width: 1.8vw;
        }

        .nav > a.selected::after {
            content: '';
            height: 1vh;
            width: 1vh;
            background-color: white;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 7vw;
            transform: translateY(-50%);
        }

    .nav button {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(100%, -50%);
        border: none;
        height: 14vh;
        width: 1vw;
        color: white;
        background-color: rgb(57,177,74);
        background-image: linear-gradient(80deg, rgb(57,177,74) 0%, rgb(122,197,56) 90%);
        clip-path: polygon(0% 0%, 100% 15%, 100% 85%, 0% 100%);
    }

        .nav button:focus {
            outline: none;
        }

        .nav button:before {
            content: '';
            content: '';
            height: 2vh;
            width: 0.1vh;
            background-color: white;
            position: absolute;
            top: 46%;
            left: 0.4vw;
            transform: translate(0%, -50%) rotate(-30deg);
        }

        .nav button:after {
            content: '';
            height: 2vh;
            width: 0.1vh;
            background-color: white;
            position: absolute;
            top: 50%;
            left: 0.4vw;
            transform: translate(0%, 0%) rotate(30deg);
        }

    .nav.active button:before {
        transform: translate(0%, -50%) rotate(30deg);
    }

    .nav.active button:after {
        transform: translate(0%, 0%) rotate(-30deg);
    }

.content {
    margin-left: 14vw;
    transition: all 0.25s;
    width: calc(100vw - 14vw - 2.5vw);
    height: 100vh;
}

    .content.wide {
        margin-left: 0;
        width: 97.5vw;
    }

    .content > div:first-of-type {
        padding: 2vh 2vw;
        /*color: #888d8d;*/
        height: 8vh;
        width: 100%;
    }

        .content > div:first-of-type img {
            border-radius: 0;
        }

        .content > div:first-of-type input {
            text-align: center;
        }

    .content > div:last-of-type {
        margin: 2vh 1.5vw;
        margin-top: 0;
        height: 90vh;
        width: 100%;
    }

.canvas {
    background-color: white;
    margin: 1vh 0.5vw;
    padding: 1vh 0.5vw;
}

    .canvas.h-33 {
        height: calc(33% - 2vh) !important;
    }

    .canvas.w-25 {
        width: calc(25% - 1vw) !important;
    }

    .canvas.w-75 {
        width: calc(75% - 1vw) !important;
    }

    .canvas.w-50 {
        width: calc(50% - 1vw) !important;
    }

.chart-container {
    height: 100%;
    width: 100%;
}

.chart-legend {
    font-size: 1.4vh;
}

    .chart-legend .dot {
        height: 1.4vh;
        width: 1.4vh;
        display: block;
        border-radius: 50%;
    }

        .chart-legend .dot.red {
            background-color: #9b0719;
            background-image: radial-gradient(ellipse 60% 60% at 40% 60%, #ff0000 0%, #9b0719 71%);
        }

        .chart-legend .dot.yellow {
            background-color: #ddb612;
            background-image: radial-gradient(ellipse 60% 60% at 40% 60%, #f18d1e 0%, #ddb612 71%);
        }

        .chart-legend .dot.green {
            background-color: #006837;
            background-image: radial-gradient(ellipse 60% 60% at 40% 60%, #008c45 0%, #006837 71%);
        }

.nota-gestor {
    background-color: rgb(57,177,74);
    background-image: linear-gradient(180deg, #f18d1e 0%, #ddb612 90%);
    color: white;
    padding: 0 0.5vw;
    border-radius: 1vh;
}

.foto {
    border-radius: 4vh;
    overflow: hidden;
    position: relative;
    max-height: 30vh;
    max-width: 25vw;
}

    .foto > .button-container {
        position: absolute;
        bottom: 3vh;
        right: 1vw;
        height: 4vh;
    }

        .foto > .button-container > button {
            height: 4vh;
            width: 5vh;
            background-color: transparent;
        }

            .foto > .button-container > button:not(:last-child) {
                margin-right: 0.5vw;
            }


.img_auto_adjust {
    width: 100% !important;
    height: 30vh !important;
}

.section-title {
    flex-grow: 1;
    text-align: left;
    padding: 1.6vh 1.5vw;
    border-radius: 3vh;
    color: #5abb41;
    font-size: 2.6vh;
    font-weight: bolder;
    margin-bottom: 2vh;
    position: relative;
    background-color: #ececec;
}

    .section-title.collapsed:after {
        transform: translateY(-50%);
    }

    .section-title:after {
        content: '';
        position: absolute;
        background-image: url(../Images/arrow.png);
        height: 3.5vh;
        width: 2.9vw;
        right: 1vw;
        top: 50%;
        transform: translateY(-50%) rotate(180deg);
        background-repeat: no-repeat;
        background-size: contain;
        transition: all 0.5s;
        transform-origin: center;
    }

    .section-title.remove-arrow:after {
        background-image: none;
    }

.inspecao_fran {
    padding: 0vh 1.2vw;
}


.inspecao {
    background-color: #efefef;
    padding: 2vh 2vw;
    border-radius: 6vh 0vh 6vh 0vh;
    box-shadow: 0.5vw 1vh 1.8vh #adadad;
    width: 31%;
    margin-bottom: 2vh;
    margin-left: 2vh;
}

    .inspecao > .title {
        color: #5abb41;
        font-size: 2.5vh;
        font-weight: bolder;
        padding: 0;
    }

        .inspecao > .title > div {
            font-size: 2.5vh;
            text-shadow: 1px 1px 0px #a5a5a5;
        }

    .inspecao > div:nth-of-type(2) {
        height: 33vh;
        overflow: hidden;
    }

    .inspecao > div:nth-of-type(3) {
        height: 5vh;
        overflow: hidden;
    }

.owl-carousel {
    display: flex;
    flex-direction: column;
    position: relative;
}

.owl-stage-outer {
    flex-grow: 1;
}


.owl-stage,
.owl-item,
.item {
    height: 115%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #58bb41;
}

.owl-carousel .owl-item img {
    margin: 0 auto;
}

.owl-nav {
    position: absolute;
    width: calc(100% + 5vw);
    top: calc(50% - 3vh);
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
}

    .owl-nav button {
        position: relative;
    }

        .owl-nav button:after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) rotate(-90deg);
            background-image: url('../Images/arrow.png');
            height: 3.5vh;
            width: 2.9vw;
            background-repeat: no-repeat;
            background-size: contain;
            transition: all 0.5s;
            transform-origin: center;
        }

        .owl-nav button.owl-next:after {
            transform: translate(-50%, -50%) rotate(90deg);
        }

        .owl-nav button span {
            display: none;
        }

.content_modal_fran {
    width: 50vw;
    height: 70vh;
    left: -9vw;
    top: 10vh;
    background-color: #00008000;
    border: 0;
}

.header_modal_fran {
    background-color: #efefef;
    border-top-left-radius: 5vw;
    border-top-right-radius: 0vw;
    border: 0;
    color: #5abb41;
    font-size: 2.6vh;
    font-weight: bolder;
    padding-left: 3vw;
}

.body_modal_fran {
    background-color: white;
    border-bottom-left-radius: 0vw;
    border-bottom-right-radius: 5vw;
    padding-left: 1vw;
    color: #888a8d;
    font-size: 1.5vh;
    font-weight: bolder;
}

.modal_button_close {
    width: 3vw;
    height: 3vw;
}

.modal_lateal_buttons {
    width: 15%;
    height: 55vh;
    padding-top: 17%;
}


.modal_center {
    width: 100%;
    height: 55vh;
    margin-left: 6%;
}

.img_modal {
    width: 15vw !important;
    height: 20vw !important;
    border-radius: 3vh;
    transform: translate(16%, -12%) rotate(-90deg);
    background-color: aliceblue;
}
.img_modal_app {
    width: 20vw !important;
    height: 15.1vw !important;
    border-radius: 3vh;
    background-color: aliceblue;
    margin-bottom: 4vw;
}

.img_modal_vertical {
    width: 13vw !important;
    height: 15vw !important;
    border-radius: 3vh;
    background-color: aliceblue;
    margin-left: 15%;
    margin-bottom: 8vh;
}

.img_modal_pad {
    width: 20vw !important;
    height: 15vw !important;
    border-radius: 3vh;
    background-color: aliceblue;
}

.bottom_info_modal {
    background-color: #efefef;
    height: 15vh;
    border-radius: 2vw;
    padding: 1vw;
    width: 90%;
    margin-top: -2vw;
    margin-left: 1.5%;
}

.canvas-adjust {
    max-height: 90vh;
    margin-left: 2vw;
}
