@import 'tailwindcss';

@source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';
@source '../../storage/framework/views/*.php';
@source "../**/*.blade.php";
@source "../**/*.js";
@source "../**/*.vue";

@theme {
    --font-sans: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
        'Segoe UI Symbol', 'Noto Color Emoji';
}

/* Para funcionar CK editor */
.ck-editor__editable_inline {
    min-height: 300px;
    max-height: 300px;
    overflow-y: auto;
}

.editor-container {
    width: 80%;
    margin: 0 auto;
}

/* Vornei - fundo */
body {
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #f8fafc;
  background-image: url("/images/fundo-2.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* Vornei - Menu ficará fixo e as páginas passarão por trás ao subir*/
.menu-fixed-top {
  position: fixed;
  background-color:transparent;
  top: 5px;
  right: 0;
  left: 0;
  z-index: 1030;
  min-width: 320px;
  -webkit-transition: -webkit-transform 1s cubic-bezier(.86, 0, .07, 1);
  -moz-transition: -moz-transform 1s cubic-bezier(.86, 0, .07, 1);
  transition: transform 1s cubic-bezier(.86, 0, .07, 1);
}
/* Vornei - para que as páginas fiquem abaixo do menu */
.pt-4,
.py-4 {
  /*padding-top: 1.5rem !important;*/
  padding-top: 85px !important;
}

/* Vornei - Fim do rodapé */
.globalnav {
    background: #004277;
    min-height: 16px;
    width: 100%;
    padding: 2px 0px 2px 0px;
}
.globalnav a {
    color: #FFFFFF;
}
.footer {
    color:#FFFFFF;
}

/* Vornei - Titulos da Tables */
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  opacity: 0.9;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

/* Vornei - para ativar e desativar o fa-toggle */
.ativa_desativa {
	margin: 0 auto;
}
