﻿* {
    box-sizing: content-box;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300,400;500;700&display=swap');

body {
    margin: 0;
    font-family: 'Roboto',Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #212529;
    display: grid;
    min-height: 100vh;
    grid-template: auto 1fr auto;
}

h1 {
    font-family: 'Roboto',Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 700;
}
h2 {
    font-family: 'Roboto',Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 400;
}
h3 {
    font-family: 'Roboto',Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 400;
}
h4 {
    font-family: 'Roboto',Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
}
h5 {
    font-family: 'Roboto',Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
}
h6 {
    font-family: 'Roboto',Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 400;
}


p {
    font-family: 'Roboto',Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #4a4a4a;
    text-align: justify;
}

a {
    text-decoration: none !important;
}

/* Header */
.logoSngm {
    width: 180px;
    height: 112px;
}

/* Footer */
.bg-background {
    background-color: #0a132d;
    color: white;
}

/* CSS Data Table */

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    font-size: 13px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
.overlay {
    position: fixed;
    z-index: 110;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #ffffff;
    filter: alpha(opacity=80);
    opacity: 0.8;
    display: none;
}

.overlayContent {
    z-index: 99;
    margin: 250px auto;
    width: 180px;
    height: 80px;
    text-align: center;
}

.authentication-bg {
    background-color: #b7d2ea!important;
}

