table tr td, tr th{
    font-size: 14px !important;
    color: #464646 !important;
}
table tr th {
    font-weight: 700 !important;
}

.table-fixed tbody {
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}
.table-fixed thead,
.table-fixed tbody,
.table-fixed tr,
.table-fixed td,
.table-fixed th {
    display: block;
}
.table-fixed tr:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}
.table-fixed tbody td,
.table-fixed thead > tr > th {
    float: left;
}

div.container-error.is-invalid label {
    color: #ef5350;
}

.component-upload-video video{
    width: 100% !important;
}

/** LARGURA DA MODAL **/
.modal-lg {
    width: 80% !important;
    max-width: 80% !important;
}
.tr-saida{
    background-color: rgba(225, 0, 0, 0.11);
}
.tr-entrada{
     background-color: rgba(16, 225, 0, 0.11);
}

.img-aspect-ratio {
    display: block;
    max-width:100%;
    max-height: 165px;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.badge-black{
    background-color: #000;
}

.mt-25,
.my-25 {
    margin-top: 25px !important;
}

/* NCO */
/* SELECT DE DESTINATÁRIOS */
#arr_destinatario{
    display:flex;
    flex-direction:row;
}


/*DevExtreme Filter Style*/
.results {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
  }

  .results > div {
    flex-basis: 49%;
    max-width: 50%;
    background-color: rgba(191, 191, 191, 0.15);
    position: relative;
  }

  .results b {
    position: absolute;
    top: -25px;
  }

  .results pre {
    padding: 10px 20px;
    height: 100%;
    font-size: 13px;
    overflow: auto;
    box-sizing: border-box;
  }

  .dx-tagbox {
    min-width: 150px;
  }

  .dx-filterbuilder .dx-numberbox {
    width: 80px;
  }

  .dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-group-operation {
    background-color: orange;
  }

  .dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-group-operation:hover {
    background-color: rgb(226, 150, 9);
  }
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-field {
    background-color:rgb(240, 240, 240);
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-field:hover {
    background-color:rgb(231, 224, 224);
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-field.dx-state-active,
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-field:focus {
    background-color:rgb(209, 204, 204);
    color:white;
}


.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text
.dx-filterbuilder-item-value-text,
.dx-filterbuilder  .dx-filterbuilder-group  .dx-filterbuilder-group-item  .dx-filterbuilder-text .dx-filterbuilder-group-operation,
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text.dx-filterbuilder-item-field,
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text.dx-filterbuilder-item-operation {
    padding: 10px;
    margin: 5px;
    font-size: 15px;
}
.dx-filterbuilder-item-field {
    background-color: #ef5350 !important;
    padding-right: 30px !important;
}

/* JQuery Filter builder */
.rules-group-container{
    width: 100% !important;
}

.btn.btn-xs.btn-primary.active{
    background-color:rgb(194, 128, 5);
}


/*Macro */
.nco-macro{
    background-color:#c0fc7c;
    border-radius:3px;
    padding:1px 5px;
    text-align: inherit;
}

/* .tox-tinymce-aux{
    z-index:100 !important;
}  */

.tox .tox-silver-sink .tox-tinymce-aux{
    z-index:1000 !important;
}

.tox .tox-silver-sink .tox-tinymce-aux:focus{
    z-index:1000 !important;
}


/* Email */

.nco-email{
    width:500px;
    height:400px;
    background-color:rgb(233, 159, 23);
    display:flex;
    flex-direction:column;
    color:black;
    align-items: center;
    justify-content:center;
    font-size: 14pt;
}

.nco-email h3{
    letter-spacing: 5px;
    margin:30px 20px;
}

/* OOH - Google Maps (InfoWindow) */
.gm-style-iw{
    max-height: 303px;
    width: 15% !important;
}
.gm-style-iw-d {
    overflow: hidden !important;
}


.selectize-input.items.not-full{
    width: 200px !important;
    height: 30px !important;
    margin-left:5px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
}

.selectize-input.items.not-full input {
    width:100% !important;
}

.selectize-input.items.not-full.has-options{
    width: 250px !important;
    height: 30px !important;
    margin-left:5px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
}

.selectize-input.items.has-options.full.has-items{
    width: 250px !important;
    height: 30px !important;
    margin-left:5px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
}

.selectize-input.items.has-options.full.has-items .item{
    font-size:12pt !important;
    width:250px !important;
}

.choose_file {
    position: relative;
    display: inline-block;
    font: normal 14px Myriad Pro, Verdana, Geneva, sans-serif;
    color: #7f7f7f;
    margin-top: 2px;
    background: white
}
.choose_file input[type="file"]{
    -webkit-appearance:none;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    width: 100%;
    height: 100%;
}

/* Spinner CSS */
@keyframes spinner {
    to {transform: rotate(360deg);}
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    z-index: 99;
    top: 30%;
    left: 45%;
    width: 100px;
    height: 100px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 8px solid #ccc;
    border-top-color: #000000;
    animation: spinner .6s linear infinite;
}

.spinner-protection {
    position: absolute;
    z-index: 99;
    background-color: gray;
    opacity: 0.5;
    width: 100%;
    height: 100%;
}

/* Fix para que o Autocomplete do Google Maps Address apareça, sobre a Modal */
.pac-container{
    z-index: 2000 !important;
}

.ribbon-dark .ribbon-box {
    background-color: #000000;
}
.ribbon-dark.ribbon-bookmark .ribbon-box::before {
    border-color: #000000;
    border-left-color: #000000;
    border-left-color: transparent;
}
span.badge.bg-dark {
    color: #ffffff !important;
}


/* GROWTH - PROPOSTA */
.table-growth-proposta-produto-selecionado thead th{
    background-color: darkorange;
    color: white !important;
    font-weight: bold;
    vertical-align: middle;
}
.table-growth-proposta-produto-selecionado td:has(input) {
    padding: 2px;
    vertical-align: middle;
    background-color: #fffb00;
}
.table-growth-proposta-produto-selecionado input {
    text-align: center;
}
.table-growth-proposta-produto-selecionado thead th, .table-growth-proposta-produto-selecionado tbody td, .table-growth-proposta-produto-selecionado tfoot td{
    border: 1px solid black;
}
.table-growth-proposta-produto-selecionado tfoot td:not(:first-child){
    background-color: antiquewhite;
    font-weight: bold;
}
.table-growth-proposta-produto-selecionado tfoot td:first-child{
    border: none; /* Remove todas as bordas */
}
