﻿/*.navbar,
#navbar > .nav > li > a {
    background-color: #2793A2;
    color: white;
}
#navbar > .nav > .active > a {
    background-color: #026A79;
    color: white;
}
.navbar-header > .navbar-brand {
    color: white;
}
.btn-success {
    background-color: #00B358;
}

.navbar {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}*/

/*
SNOW #FAFAFB
SPANISH PINK #EFB7BA
DUST STORM #E5C0C8
SOAP #CBDBF0
YALE BLUE  #194F92
*/
.navbar-bl {
    background-color: #CBDBF0;
    
}

.navbar-bl > a, .nav-item > a {
    color: #194F92;
}

.displayLabel {
    font-weight: bold;
    margin-top: 1rem;
}

body {
    background-color: #f7f8fa;
}

.card-title {
    color: #194F92;
}

body > .main-container {
    margin-left:6%;
    margin-right:6%;
}

/*#####  Color Palette by Paletton.com
#####  Palette URL: http://paletton.com/#uid=70c0l0kw0w0jyC+oRxVy4oIDfjr


*** Primary color:

   shade 0 = #FF3D00 = rgb(255, 61,  0) = rgba(255, 61,  0,1) = rgb0(1,0.239,0)
   shade 1 = #FF8963 = rgb(255,137, 99) = rgba(255,137, 99,1) = rgb0(1,0.537,0.388)
   shade 2 = #FF6939 = rgb(255,105, 57) = rgba(255,105, 57,1) = rgb0(1,0.412,0.224)
   shade 3 = #C52F00 = rgb(197, 47,  0) = rgba(197, 47,  0,1) = rgb0(0.773,0.184,0)
   shade 4 = #9B2500 = rgb(155, 37,  0) = rgba(155, 37,  0,1) = rgb0(0.608,0.145,0)

*** Secondary color (1):

   shade 0 = #FF7C00 = rgb(255,124,  0) = rgba(255,124,  0,1) = rgb0(1,0.486,0)
   shade 1 = #FFAF63 = rgb(255,175, 99) = rgba(255,175, 99,1) = rgb0(1,0.686,0.388)
   shade 2 = #FF9A39 = rgb(255,154, 57) = rgba(255,154, 57,1) = rgb0(1,0.604,0.224)
   shade 3 = #C56000 = rgb(197, 96,  0) = rgba(197, 96,  0,1) = rgb0(0.773,0.376,0)
   shade 4 = #9B4C00 = rgb(155, 76,  0) = rgba(155, 76,  0,1) = rgb0(0.608,0.298,0)

*** Secondary color (2):

   shade 0 = #04859D = rgb(  4,133,157) = rgba(  4,133,157,1) = rgb0(0.016,0.522,0.616)
   shade 1 = #49A4B6 = rgb( 73,164,182) = rgba( 73,164,182,1) = rgb0(0.286,0.643,0.714)
   shade 2 = #278FA3 = rgb( 39,143,163) = rgba( 39,143,163,1) = rgb0(0.153,0.561,0.639)
   shade 3 = #036779 = rgb(  3,103,121) = rgba(  3,103,121,1) = rgb0(0.012,0.404,0.475)
   shade 4 = #02515F = rgb(  2, 81, 95) = rgba(  2, 81, 95,1) = rgb0(0.008,0.318,0.373)

*** Complement color:

   shade 0 = #00B358 = rgb(  0,179, 88) = rgba(  0,179, 88,1) = rgb0(0,0.702,0.345)
   shade 1 = #4DC689 = rgb( 77,198,137) = rgba( 77,198,137,1) = rgb0(0.302,0.776,0.537)
   shade 2 = #29B76F = rgb( 41,183,111) = rgba( 41,183,111,1) = rgb0(0.161,0.718,0.435)
   shade 3 = #008A44 = rgb(  0,138, 68) = rgba(  0,138, 68,1) = rgb0(0,0.541,0.267)
   shade 4 = #006D35 = rgb(  0,109, 53) = rgba(  0,109, 53,1) = rgb0(0,0.427,0.208)


#####  Generated by Paletton.com (c) 2002-2014*/

/* Fix border-radius for dropdowns inside btn-groups */
.btn-group > .dropdown > .btn {
    border-radius: 0;
}
.btn-group > .dropdown:first-child > .btn {
    border-top-left-radius: var(--bs-btn-border-radius);
    border-bottom-left-radius: var(--bs-btn-border-radius);
}
.btn-group > .dropdown:last-child > .btn {
    border-top-right-radius: var(--bs-btn-border-radius);
    border-bottom-right-radius: var(--bs-btn-border-radius);
}

/* Table header styling */
.table > thead > tr > th,
table.dataTable > thead > tr > th {
    background-color: #194F92 !important;
    color: #fff !important;
    border-color: #194F92 !important;
}

/* Clickable row cursor */
.rowLink tr[data-row-link] {
    cursor: pointer;
}

/* DataTables striping fix — let DataTables .odd/.even classes handle it */
table.dt-enable.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-bg-type: transparent;
}

/* DataTables sort arrow visibility on dark header */
table.dataTable thead th.dt-orderable-asc span.dt-column-order,
table.dataTable thead th.dt-orderable-desc span.dt-column-order {
    color: #fff;
}