﻿.StewardshipHeaderNew {
    font-size: 18px;
    margin-bottom: 12px;
}

.grid-filter-active {
    color: grey;
    margin: 10px;
    font-weight: bold;
}

.grid-filter-inactive {
    color: grey;
    margin: 10px;
    font-weight: normal;
}
td.value {
    overflow-x: hidden;
 
}
.swal2-styled.swal2-confirm {
    background-color: #2198F3 !important;
}

.nav-menu li a {
    color: #dee2e6;
}

.page-sidebar, .page-logo {
    background-image: linear-gradient( 270deg, black, transparent);
    background-color: black
}

.centered {
    display: flex;
    align-items: center;
    max-height: 58px;
}

.center {
    text-align: center;
    margin: auto;
    width: 50%;
    padding: 10px;
}

.calculated {
    background-color: wheat;
}

.beginning {
    background-color: lightblue;
}

.notEditable {
    background-color: #808080;
}

.edited {
    background-color: rgba(0, 128, 0, 0.15);
}

.imported {
    background-color: rgba(97, 134, 133, 0.70);
}

.disabled {
    pointer-events: none;
    background: grey;
}

.highLighted {
    background-color: yellow
}

.readonlySelect {
    background: #eee !important;
    pointer-events: none !important;
    touch-action: none !important;
    /*remove arrows*/
    /* for Firefox */
    -moz-appearance: none !important;
    /* for Chrome */
    -webkit-appearance: none !important;
}

hr {
    border: none;
    border-bottom: 1px solid #808080 !important;
    border-image: auto;
    -webkit-border-image: auto;
    -moz-border-image: auto;
    border-image-slice: 1;
}
.breadcrumb > li.breadcrumb-item {
    max-width: 250px !important;
    /* text-overflow: ellipsis; */
    white-space: nowrap;
     overflow: visible !important; 
    display: block;
}
    .breadcrumb > li.breadcrumb-item:hover {
        max-width: 250px !important;
        /* text-overflow: ellipsis; */
        white-space: nowrap;
        overflow: visible !important;
        display: block;
    }
.table thead th:not(.Filters) {
    background-color: grey !important;
    color: white !important;
    font-family: Verdana !important;
}
.table thead th.Filters {
    background-color: white !important;
    color: black !important;
    font-family: Verdana !important;
}
.alert-ivory {
    color: black;
    background-color: ivory;
}
.narrow-pane{
    max-width:200px;
}
.bg-secondary {
    background-color: #2198f35e!important;
}


@media print {
    html, body {
        height: auto;
    }

    #main-table_filter {
        display: none !important;
    }


    .dt-print-table, .dt-print-table thead, .dt-print-table th, .dt-print-table tr {
        border: 0 none !important;
    }
}

.DraftTableRow {
    background-color: lightpink !important;
}

.InactiveTableRow {    
    font-style: italic;
    color:grey;
}
.fr-box.fr-basic .fr-element.fr-view {
    font-family: "Times New Roman", Georgia, Serif !important;
    font-size: 14px;
    color: black;
}