/* 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. */

.TopBar {
    background-color: rgb(192,0,0);
    background-image: linear-gradient(rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.25) 25%, rgba(0,0,0,0) 70%);
    align-items: center;
    color: white;
    height: 40px;
}

.BottomBar {
    background-color: rgb(192,0,0);
    background-image: linear-gradient(rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.25) 25%, rgba(0,0,0,0) 70%);
    color: white;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-bar {
    background-color: rgb(192,0,0);
    background-image: linear-gradient(rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.25) 25%, rgba(0,0,0,0) 70%);
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.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;
}

.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 {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}

.header {
    position: absolute;
    width: 100%;
    top: 0;
    line-height: 40px;
}

main {
    flex: 1;
    margin-top: 40px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 50px; /* Vertically center the text there */
}

.listtable {
    table-layout: fixed;
}

    .listtable th {
        color: white;
        background-color: black;
        padding: 3px;
    }

.listtable tr:nth-child(odd) {
    color: black;
    background-color: lightgray;
}

.listtable tr:nth-child(even) {
    color: white;
    background-color: darkslategray;
}

    .listtable td {
        padding: 3px;
    }

a:hover {
    cursor: pointer;
}

.navbutton, .pagebutton, .currentbutton {
    font: 12px Arial;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    background-color: #EEEEEE;
    color: black;
    margin: 1px;
    border-top: 2px solid whitesmoke;
    border-right: 2px solid gray;
    border-bottom: 2px solid gray;
    border-left: 2px solid whitesmoke;
    width: 32px;
    height: 32px;
    position: relative;
}

.navbutton a:link, .pagebutton a:link, .currentbutton a:link {
    vertical-align: middle;
    text-decoration: none;
    color: black;
}

.navbutton a:active, .pagebutton a:active, .currentbutton a:active {
    vertical-align: middle;
    text-decoration: none;
    color: black;
}

.navbutton a:visited, .pagebutton a:visited, .currentbutton a:visited {
    vertical-align: middle;
    text-decoration: none;
    color: black;
}

.navbutton a:hover, .pagebutton a:hover, .currentbutton a:hover {
    font: 14px Arial;
    color: maroon;
}

.pagebutton, .currentbutton {
    padding-top: 5px;
}

.currentbutton {
    font-weight: bold;
}

.form-group {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    width: 800px;
}

.control-label {
    width: 120px;
}

.form-control {
    width: 200px;
}

.text-danger {
    margin-left: 20px;
    width: 300px;
}

.looking {
    font-size: 18px;
    font-weight: 500;
}

.padded-left {
    margin-left: 5px;
}

.employee-dialog {
    width: 1400px;
    height: fit-content;
    overflow-x: hidden;
}

.dialog-options {
    width: 1400px;
    height: fit-content;
    overflow-x: hidden;
}

.leftward {
    float: left;
    vertical-align: middle;
}

.leftward-margin {
    float: left;
    vertical-align: middle;
    margin-left: 10px;
}

.rightward {
    float: right;
    vertical-align: middle;
    margin-left: 10px;
    margin-bottom: 5px;
}

.rightward-margin {
    float: right;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 5px;
}

.report-page {
    padding: 50px;
    margin: auto;
}

.large-print {
    font-size: 24px !important;
}

.numeric-box {
    text-align: right;
    width: 60px;
    padding-right: 7px;
}

hr.separator {
    width: 100%;
    margin: 1px;
    border-top: 1px solid #999999;
}

.rz-datepicker-popup-container {
    z-index: 2000 !important;
}

blazor-dialog {
    z-index: 2000 !important;
}

.rz-menu-toggle-item {
    width:36px;
}

.rz-menu {
    width: 200px;
}

.page-title {
    margin-bottom: 10px;
    margin-left: 5px;
    width: fit-content;
}

.page-name {
    font-size: xx-large;
}

.edit-form {
    width: fit-content;
    height: fit-content;
}

.form-label-col {
    width: 110px;
    vertical-align: top;
    padding-top: 13px;
}

.form-label-cell {
    width: 120px;
}

@media (min-width:100px) { /* smartphones, iPhone, portrait 480x320 phones */
    .form-control-col {
        width: 300px;
        padding: 5px 0px;
        padding-right: 20px;
    }
}

@media (min-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    .form-control-col {
        width: 300px;
        padding: 5px 0px;
    }
}

.form-buttons {
    width: fit-content;
    margin: auto;
    padding-top: 15px;
}

.mytabs {
    font-size:18px;
    font-weight:400;
}

.profiletabs {
    min-height:330px;
}

.grid-header-text {
    font-size: 24px;
    font-weight: 500;
    color: black;
}

.reactions-text {
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    font-weight: 400;
}

@media print {
    /* Hide elements with the 'no-print' class */
    .no-print, .no-print * {
        display: none !important;
    }
}