﻿body {
    background-color: #ecf0f1;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* 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: 60px;
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


/*Botões de operações na grid*/
.btn-material-sm {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
}

/*

  Regras para grid da SyncFusion

*/

.e-grid .e-altrow {
    background-color: #f7f7f7;
}

/*

  Regras para grid

*/

table td {
    vertical-align: middle !important;
}

td.registro {
    cursor: pointer;
}

.table > thead > tr:first-child > th {
    border: none;
}

/*

  Regras para tela de login

*/

.logo-login {
    margin: 10px auto 30px auto;
}

.full-height {
    height: 96.9vh;
}


.full-height-relatorios {
    height: 80.9vh;
}

.ui-autocomplete {
    z-index: 1050 !important;
}

/*
  Regras para a dashboard
*/

.card {
    margin-top: 15px;
}

.logo-brand {
    width: 30px;
    height: 30px;
}

/*
    Regras para nav administrativa
*/
.adm {
    background-color: dimgray !important;
    color: rgba(255,255,255,.5) !important;
}

/* Regras para controles Syncfusion */
.e-grid .e-rowcell {
    cursor: pointer;
}

    .e-grid .e-rowcell.e-selectionbackground {
        background-color: rgb(230, 230, 250);
    }
