﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
.main {    
    margin-top: 30px;
}
.navbar{
    
}

.text-hide {
   overflow:hidden;
   width:100%;
   text-overflow:ellipsis;
   max-width:100%;
}

.row-highlighted td{    
    font-size:larger!important;
    font-weight:bolder!important;
    background-color:#fff!important;
    color:inherit!important;
}
    .row-highlighted td:first-child {
        border-left-width: 3px;
        --bs-bg-opacity: 1;
        border-left-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity)) !important;
    }

.filters, .page {
    width: 1290px !important;
    min-width: 1290px !important;
    max-width: 1290px !important;
}
.page {
    
    aspect-ratio: 297 / 205;
   /* border: 1px solid;
    --bs-bg-opacity: 1;
    border-color: var(--bs-border-color-translucent)!important;*/
    padding: 20px;
    margin-bottom: 20px;
    page-break-after: always;
    overflow-y:hidden;
}

.card, .form-select, .btn, .form-control, .card-header:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.card-header:first-child {
    background-color: #ffffff;
    font-weight: bolder;
    border-left-color: #c8defd;
    border-left-width: 3px;
    border-left-style: solid;
    border-bottom-color: #c8defd;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.card {
    
    border-bottom-color: #c8defd;
    border-left-color: #c8defd;
    border-top-color: #c8defd;
    border-right-color: #c8defd;
    
}