﻿@import "spacing.css";
@import "gutters.css";

:root {
    --mix-width: 1vw;
    --max-width: 100vw;
}

.bg-white {
    background-color: white !important;
}

ol.breadcrumb {
    margin-bottom: 0px;
}

.fs-xs {
    font-size: 0.8rem !important
}

.fs-sm {
    font-size: 1rem !important
}

.fs-md {
    font-size: 1.5rem !important
}

.fs-lg {
    font-size: 2rem !important
}

.fw-bold {
    font-weight: bold !important;
}

.fw-normal {
    font-weight: normal !important;
}

textarea.form-control {
    resize: vertical;
}

.row-m-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.row-m-0 [class*="col-"] {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.row-m-5 {
    margin-right: -5px !important;
    margin-left: -5px !important;
}
.row-m-5 [class*="col-"] {
    
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.row-m-10 {
    margin-right: -10px !important;
    margin-left: -10px !important;
}
.row-m-10 [class*="col-"] {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.box150 {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 150px;
}

.box150:hover {
    overflow-x: auto;
    overflow-y: auto;
}

.box151 {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 152px;
}

.box151:hover {
    overflow-x: auto;
    overflow-y: auto;
}

.box200 {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 200px;
}

.box200:hover {
    overflow-x: auto;
    overflow-y: auto;
}

.box230 {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 230px;
}

.box230:hover {
    overflow-x: auto;
    overflow-y: auto;
}

.box250 {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 250px;
}

.box250:hover {
    overflow-x: auto;
    overflow-y: auto;
}

.box300 {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 300px;
}

.box300:hover {
    overflow-x: auto;
    overflow-y: auto;
}

.box350 {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 350px;
}

.box350:hover {
    overflow-x: auto;
    overflow-y: auto;
}

.box380 {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 380px;
}

    .box380:hover {
        overflow-x: auto;
        overflow-y: auto;
    }

.box400 {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 400px;
}

.box400:hover {
    overflow-x: auto;
    overflow-y: auto;
}

.fixar-tamanho150 {
    display: inline-block;
    width: 150px;
    text-align: center;
}

.badge.top {
    position: absolute;
    top: -8px;
    right: -5px;
    font-size: 10px;
}

#listagemUnidadeMedidaDePara {
    overflow-y: scroll;
    max-height: 200px;
}

.select-sem-seta {
    -moz-appearance: window;
    -webkit-appearance: none;
    padding-right: 20px;
}

table.tabela-icone-hover .icone-hover {
    visibility: hidden;
}

table.tabela-icone-hover td:hover .icone-hover {
    visibility: visible;
}

table tr[data-selectable="false"] td.select-checkbox {
    opacity: 0;
}

#bordaEsquerda {
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    border-left: 1px solid #808080;
}

#bordaTopoRodape {
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
}

#bordaDireita {
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    border-right: 1px solid #808080;
}

#bordaDireitaEsquerdaTopoRodape {
    border-left: 1px solid #808080;
    border-bottom: 1px solid #808080;
    border-top: 1px solid #808080;
    border-right: 1px solid #808080;
}

.borda-completa {
    border: 1px solid #808080 !important;
}

.tooltip {
    font-weight: bold;
    font-size: inherit;
}

.tooltip-inner {
    /* cores do .notify
    background-color: #FCF8E3;
    color: #C09853;
    border: 1px solid #FBEED5;*/
    background-color: lightgoldenrodyellow;
    color: saddlebrown;
    background-clip: content-box;
    padding: 0px;
    border: 0px;
    margin: 0px;
}

.popover {
    background-color: rgb(246 246 246);
    max-width: 500px;
    background-clip: content-box;    
    opacity: 0;
    transition: all 0.2s linear;
}

.popover-title {
    min-width: 100%;
    font-size: 16px;
    text-align: center;
    color: white;
    background: #2596be;
    font-family: 'Open sans', sans-serif;
}

.popover-content {
    font-family: 'Open sans', sans-serif;
    font-size: 14px;
}

.popover:hover {
    cursor: help;
}

.helper {
    position:absolute;
    text-align: center;
    background-color: #BCDBEA;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    font-size: 14px;
    line-height: 14px;   
    top: 3px;
    cursor: pointer;
    margin-left: 2px;
}

.helper::before {
    /*font-family: FontAwesome;*/
    content: "?";
    font-weight: bold;
    color: #fff;
}

.pointer {
    cursor: pointer;
}

.coluna-menor-tamanho-flexivel {
    width: 1px !important;
    white-space: nowrap !important;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left !important;
}

table.dataTable tbody > tr.selected td,
table.dataTable tbody > tr > .selected td {
    background-color: #b0bed9;
}

ul.multiselect-container {
    box-shadow: 0px 0px 10px gray;
}

.modal .modal-full {
    width: 95% !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: var(--max-width);
}

.max-width-0 {
    max-width: 0;
}

a.text-white {
    color: #ffffff !important;
}
a.text-white:hover {
    color: #d5d5d5 !important;
}

.etapas {
    display: grid;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 20px;
    overflow-x: auto;
    overflow-y: hidden;
}
.etapas.etapas-2 {
    grid-template-columns: repeat(2, 1fr);
}
.etapas.etapas-3 {
    grid-template-columns: repeat(3, 1fr);
}
.etapas.etapas-4 {
    grid-template-columns: repeat(4, 1fr);
}
.etapas.etapas-5 {
    grid-template-columns: repeat(5, 1fr);
}
.etapas.etapas-6 {
    grid-template-columns: repeat(6, 1fr);
}
.etapas.etapas-7 {
    grid-template-columns: repeat(7, 1fr);
}
.etapas.etapas-8 {
    grid-template-columns: repeat(8, 1fr);
}
.etapas.etapas-9 {
    grid-template-columns: repeat(9, 1fr);
}
.etapas.etapas-10 {
    grid-template-columns: repeat(10, 1fr);
}
.etapas.etapas-11 {
    grid-template-columns: repeat(11, 1fr);
}
.etapas.etapas-12 {
    grid-template-columns: repeat(12, 1fr);
}
.etapas > .small-box {
    height: 100%;
    min-width: 150px;
    margin-bottom: 0px !important;
}

.etapas > .small-box > .inner > p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0px;
}

.hover tr:hover td {
    background-color: rgb(246, 246, 246);
}

.ratings-stars {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    direction: rtl;
    text-align: left;
    cursor: pointer;
    text-align: center;
}

.star {
    position: relative;
    line-height: 35px;
    display: inline-block;
    margin: 0;
    padding: 0;
    transition: color 0.8s ease;
    color: #e5e5e5;
}

.star:before {
    content: '\2606';
    width: 40px;
    height: 40px;
    font-size: 40px;
}

.star:hover,
.star.active,
.star:hover ~ .star,
.star.active ~ .star 
{
    transition: color 0.5s ease;
    color: #f39c12;
}

.star:hover:before,
.star.active:before,
.star:hover ~ .star:before,
.star.active ~ .star:before {
    content: '\2605';
}

.callout-default {
    background: white;
    border: 1px solid #ccc7;
    border-left: 4px solid #ccc;
}

.d-none {
    display: none;
}

td.dt-right{
    padding-right: 16px !important;
}

@media (max-width: 767px) {
    .responsibilidade-box {
        overflow-y: visible !important;
        height: auto !important;
    }
}

.label-counter {
    position: absolute;
    top: 9px;
    right: 7px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
}

.note-toolbar .note-btn {
    background-color: #fff !important;
    color: #333 !important;
}

.select-filter-container {
    z-index: 9999 !important;
    position: relative !important;
}

.tblFilterColumns {
    display: flex;
    font-size: 12px;
    padding-left: 0px;
    padding-top: 4px;
}

.tblFilterColumns > span {
    font-weight: bold;
    padding-right: 8px;
}

.tblFilterColumns > div {
    display:flex;
    gap: 4px;
}

.tblFilterColumns > a {
    display: inline-block;
    width: auto !important;
    min-width: 0 !important;
    margin-right: 8px;
}