﻿body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important;
}

.bg-login {
    background-color: #00948b;
}

.login-title {
    font-size: 24px;
}

.img-login-left {
    /*width: 130px;*/
    width: 180px;
}

.img-login-right {
    width: 130px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus,
.btn-primary:disabled {
    background-color: #00948b;
    border-color: #00948b;
}

.bg-dark {
    background-color: #00948b !important;
}

.img-logo-container {
    height: 72px;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important;
    width: 150px;
    text-align: center;
    position: absolute;
}

.logo-menu {
    height: 60px;
    padding-top: 4px;
}

.card {
    padding: 25px 40px;
    border: 1px solid #ddd;
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

#loading {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

#loading i {
    font-size: 64px !important;
    color: #00948b;
}

.loadingClass {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

    .loadingClass i {
        font-size: 64px !important;
        color: #00948b;
    }

.big-warning {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    color: #00948b;
}

    .big-warning i {
        font-size: 64px !important;
        color: #00948b;
    }

    .big-warning p {
        font-size: 16px;
        margin-top: 15px;
    }

    .btn-table i {
        font-size: 18px;
    }

    .screen-full {

    }

        .screen-full .row {
            margin-bottom: 10px;
        }

    .screen-full .form-label {
        margin-bottom: 0px;
    }

.card-box {
    border: 1px solid #ddd;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    overflow: auto;
}

.bootstrap-select {
    width: 100% !important;
}

    .bootstrap-select > .dropdown-toggle {
        background: white !important;
        border: 1px solid #ced4da !important;
    }

    .bootstrap-select .dropdown-item.active,
    .bootstrap-select .dropdown-item:active {
        background-color: #00948b !important;
    }


    .bootstrap-select .dropdown-item.active .text,
    .bootstrap-select .dropdown-item:active .text {
        color: white !important;
    }

.nav-tabs .nav-item .nav-link {
    color: #00948b !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background-color: #00948b !important;
    color: #FFF !important;
}

#div-filtros {
    margin-left: 3%;
    margin-top: 10px;
    width: 90%;
}

.nav-link {
    padding: .5rem .8rem;
}

/* BEGIN: _BOX */

.card-box {
    border: 1px solid #ddd;
    background-color: #ffffff;
    padding: 0;
}

    .card-box .title {
        height: 100%;
        display: block;
        text-align: center;
        background-color: #00948b;
        color: white;
    }

    .card-box .value {
        height: 100%;
        display: block;
        font-weight: bold;
        text-align: right;
        padding: 10px;
        text-align: center;
    }

/* END: _BOX */

#svg-map path {
    fill: #99d4d0;
    cursor: default;
}

#svg-map text {
    fill: #fff;
    font: 12px Arial-BoldMT, sans-serif;
}

#svg-map a {
    text-decoration: none;
    cursor: default;
}

    #svg-map a:hover {
        text-decoration: none;
    }

#svg-map .circle {
    fill: #99d4d0;
}

.map-color-1 {
    fill: #00948b !important;
}

.map-color-2 {
    fill: #199e96 !important;
}

.map-color-3 {
    fill: #32a9a2 !important;
}

.map-color-4 {
    fill: #4cb4ad !important;
}

.map-color-5 {
    fill: #66beb9 !important;
}

.text-right {
    text-align: right !important;
}

#dashboard h5 {
    font-size: 19px;
}

#dashboard .box {
    border-left: 1px solid #ddd;
    padding: 10px;
}

#dashboard .row > [class*="col-"]:first-child > .box {
    border-left: none;
}

#dashboard .no-gutter {
    margin-right: 0px;
    margin-left: 0px;
}

    #dashboard .no-gutter > [class*="col-"] {
        padding-right: 0px;
        padding-left: 0px;
    }

#financeiro .no-gutter {
    margin-right: 0px;
    margin-left: 0px;
}

#financeiro .no-gutter > [class*="col-"] {
    padding-right: 0px;
    padding-left: 0px;
}

#vendas .form-label, #clientes .form-label, #estoque .form-label, #financeiro .form-label {
    margin-top: 2px;
    margin-bottom: 0px;
}
