﻿/*hamburguer*/
.navbar-brand img {
    height: 55px !important;
    /*background-color: #fff;*/
    max-height: 3rem !important;
}

#navbar_global {
    height: auto !important;
}

.navbar-collapse img {
    height: 50px !important;
}

.bg-navBarLogo {
    background-color: white;
}

.bg-forma {
    background-color: #f5f2ef;
}

.navbar-dark .navbar-nav .nav-link {
    color: #9f7c60 !important;
}

.text-forma {
    color: #9f7c60;
}

.icon-forma {
    color: #704c2f;
}

.under {
    text-decoration: underline;
}

/*Imagem de logo*/

.img-logo-ambiente {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 180px
}

.img-logo-ambiente-200 {
    max-width: 120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-logo-ambiente-login {
    max-width: 20vh;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}

.img-login {
    border-radius: 50%;
    border: 4px solid #CCCCCC;
    overflow: hidden;
    width: 80% !important;
    margin-top: 30px;
}

.card .img-logo-ambiente-login {
    width: 100%;
}

/*Fim*/

.headroom--not-top.navbar-theme-primary {
    background-color: white !important; /*alterar no front.css:6*/
}

.bg-ambientes {
    background-color: white !important;
}

/*****************************************************************
     
   Dropdown Ações

********************************************************************/


/* Dropdown Button */
.dropbtn {
    background-color: #999999 !important;
    color: white;
    padding: 10px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    min-width: 350px;
    z-index: 100;
    right: 0;
    top: 0;
    text-align: right;
}

    .dropdown-content .btn {
        padding: 10px !important;
        font-weight: bold;
        border: none;
        cursor: pointer;
        height: 40px;
        width: 40px;
    }

    /*tr:last-child .dropdown-content {
    bottom: 0;
}*/

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px 8px 8px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #f1f1f1
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #474747;
    opacity: 0;
}

.dropdown-content .btn:not(:last-child) {
    margin-right: .2rem;
}

.dropdown-content .btn:hover {
    transform: translateY(0px);
}

.form-group .dropdown-menu {
    min-width: 100% !important;
}

    .form-group .dropdown-menu .dropdown-item {
        white-space: normal;
    }

.form-group .dropdown-item.active, .dropdown-item:active {
    background-color: #f7fafc;
}

/* END */

.bg-gradient-ambient {
    background: linear-gradient( 359deg, #f4f6fc 0, #fff 100%) !important;
}

.footer a, h6 {
    color: #fff;
}

.navbar-brand .title {
    font-weight: 900;
    font-size: large;
    color: #c6b19f;
}

.container .title {
    font-weight: 900;
    font-size: large;
    color: #fff;
}

.just-line-break {
    white-space: pre-line;
}

/* todo : Passar para o css default */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dee2e6 #dee2e6 #f8f9fe;
}


/* imagem de carregamento (loading) das páginas */
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/imagens/livi-preloader-001.svg') center no-repeat #fff;
}

.table tr:last-child {
    border-bottom: 1px solid #e9ecef;
}

.table-responsive > .fixed-column {
    right: 0;
    top: 0;
    background: #ffffff;
    position: absolute;
    display: inline-block;
    width: auto;
    border-top: 0 solid;
    border-left: 1px solid #ddd;
}

    .table-responsive > .fixed-column th, .table-responsive > .fixed-column td {
        text-align: center !important;
    }

@media (max-width: 768px) {
    .table-responsive > .fixed-column {
        top: 1px;
    }

    .table-responsive > .table > tbody > tr > td {
        white-space: inherit;
    }
}

.table-responsive::-webkit-scrollbar {
    background: lightyellow;
    width: 12px;
}

.table-responsive::-webkit-scrollbar-track {
    background: whitesmoke;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: gray;
}

.table-responsive:hover::-webkit-scrollbar {
    background: yellow;
}

.td-action-hidden {
    visibility: hidden;
}

/* Footer Clone */
.table tfoot th {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .65rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #e9ecef;
}


.divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

/*
Botão para voltar para o inicio da página
*/
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #DDD;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}

    #back2Top:hover {
        background-color: #DDF;
        color: #000;
    }

@media screen and (min-width: 1024px) {
    #back2Top {
        right: 16px;
    }
}

/*
END
 */

/* footer fixed on bottom */
.footerFixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: red;
    color: white;
    text-align: center;
}

input.currency {
    text-align: right;
    padding-right: 15px;
}

.input-group-text {
    font-size: .75rem !important;
    font-weight: bold;
}

/*Efeitos para os selects tipo selectpicker*/
.btn-light {
    background-color: #fff;
    color: #8898aa;
    font-size: .875rem;
    transition: all .15s ease-in-out;
    height: calc(1.5em + 1.25rem + 5px);
    box-shadow: none;
    font-weight: 400;
}

    .btn-light:hover {
        box-shadow: none;
        transform: none;
        background-color: #fff;
        color: #8898aa;
    }

    .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
        color: #8898aa;
        background-color: #fff;
        border-color: #adb5bd;
    }


.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #dee2e6;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline-offset: 0;
}

.filter-option-inner-inner {
    letter-spacing: 0;
    font-weight: 400;
}

.post-it {
    display: block;
    padding: 5px 0;
    font-weight: bold;
    margin: 0 auto;
    border: 1px solid rgba(128, 128, 128, 0.5);
}

    .post-it span {
        float: left;
        margin-top: -5px;
        margin-right: 5px;
        width: 29px;
        height: 29px;
        display: block;
    }

.post-it-task {
    display: block;
    padding: 5px 0;
    font-weight: bold;
    margin: 0 auto;
    border: 0;
}

    .post-it-task span {
        float: left;
        margin-top: -2px;
        margin-right: 5px;
        width: 25px;
        height: 25px;
        display: block;
    }

.sidenav-toggler-line {
    background-color: #fff;
}

/* Style the header: fixed position (always stay at the top) */
.header-page-load {
    position: fixed;
    top: 0;
    z-index: 101;
    width: 100%;
    background-color: #cc3300;
}

/* The progress container (grey background) */
.progress-container-page-load {
    width: 100%;
    height: 4px;
    background: #9f7c60;
}

/* The progress bar (scroll indicator) */
.progress-bar-page-load {
    height: 4px;
    background: #c6b19f;
    width: 0;
}

.btn-primary {
    background-color: #016F9C !important;
    border-color: #016F9C !important;
}

    .btn-primary:hover {
        background-color: #016F9C !important;
        border-color: #016F9C !important;
    }

.button-a {
    background: none !important;
    border: none;
    padding: 0 !important;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color: #069;
    text-decoration: underline;
    cursor: pointer;
}

.footer ul.links-vertical li a {
    padding: 1px;
}


html,
body {
    height: 100%;
    position: relative;
}

.main-content {
    min-height: 95vh; /* will cover the 100% of viewport */
    overflow: hidden;
    display: block;
    position: relative;
    padding-bottom: 100px; /* height of your footer */
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.modal-footer {
    border-top: 1px solid #e9ecef;
}

.custom-checkbox .custom-control-input ~ .custom-control-label {
    height: 1.3rem;
    padding-top: 2px;
}

.custom-control-label span {
    top: 0;
}

.fill-linte {
    fill: #f8f9fe;
}

.section h1 {
    color: #9f7c60;
    margin-bottom: 1.5rem;
    font-family: now;
}

.btn-forma {
    color: #fff;
    background-color: #9F7C60 !important;
    border-color: #9F7C60 !important;
}

    .btn-forma:hover {
        color: #fff;
        background-color: #9F7C60 !important;
        border-color: #9F7C60 !important;
    }

.parent {
    position: relative;
    top: 0;
    left: 0;
}
.parent .image1 {
    position: relative;
    top: 0;
    left: 0;
}

.parent .image2 {
    position: absolute;
    bottom:200px;
    right:50px;
    width: 280px;
    height: 98px;
}

@media screen and (max-width: 375px) {

    .parent .image2 {
        width: 93px;
        height: 28px;
    }

}


/* 
        CARROUSEL
 */

.carousel {
    height: 100vh;
}

.carousel-item img {
    width: 100%;
}

@media screen and (max-width: 424px) {

    .carousel-item img {
        height: 100vh;
        object-fit: cover
    }

}

@media screen and (min-width: 425px) {

    .carousel-item img {
        height: 100vh;
        object-fit: cover
    }

}

@media screen and (min-width: 1024px) {
    
    .carousel-item img {
        height: 100vh;
        object-fit: cover
    }
}

/*
    END - CARROUSEL
 */

@font-face {
    font-family: 'Now';
    font-style: normal;
    font-weight: normal;
    src: url('/fonte/nowAlt-Thin.otf') format('opentype');
}

@font-face {
    font-family: 'Now-Light';
    font-style: normal;
    font-weight: normal;
    src: url('/fonte/nowAlt-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Now-Regular';
    font-style: normal;
    font-weight: normal;
    src: url('/fonte/nowAlt-Regular.otf') format('opentype');
}



body {
    font-family: 'Now-Light', sans-serif!important;
}

p {
    font-family: 'Now-Light', sans-serif!important;
}

.p, ol li, p, ul li {
    font-family: 'Now-Light', sans-serif;
}

.text-gray-10 {
    color: #4d4d4d;
}

.img-pages img {
    width: 100%;
}

@media screen and (min-width: 425px) {

    .img-pages {
        width: 100%;
        object-fit: cover
    }
}

@media screen and (min-width: 1024px) {

    .img-pages {
        width: 70%;
        object-fit: cover
    }
}