﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 30px; 
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 30px;
  line-height: 30px; /* Vertically center the text there */
}

/* Meus styles padrão
-------------------------------------------------- */

td.fitwidth {
    width: 1px;
    white-space: nowrap;
}

.fixed-header {
    position: sticky;
    top: 0;
    border-top: 0;
    border-color: #fff;
    background: #fff;
}

.mud-table-root .mud-table-head .mud-table-cell {
    font-weight: 700;
}

.mud-table-root .mud-table-head .mud-table-cell .fitwidth .column-header {
    width: 1px;
    white-space: nowrap;
    font-weight: 700;
}

.mud-table-root .mud-table-head .mud-table-cell .fitwidth .column-header {
    width: 1px;
    white-space: nowrap;
    font-weight: 700;
}

.mud-data-grid .mud-table-cell.fitwidth .column-header {
    display: inline-flex;
    align-items: end;
    justify-content: space-between;
    /*width: 10px;
    white-space: nowrap;*/
    
    padding-left: 0;
}

.mud-data-grid .mud-table-cell.fitwidth {
    width: 1px;
    white-space: nowrap;
}

/* mudselect tem height maior que os demais -------------------------------------------------- */

/*.mud-select {
    height: 40px;
    margin-bottom: 3px;
}*/

.form-group {
    height: 40px;
    margin: 0px;
}

row .myrow {
    height: 40px;
    margin-top: 0px;
}