﻿/*/*/ /*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/

html:root {
  --bs-primary: rgb(24, 58, 92); /* Bunzl Blue */
  --bs-primary-rgb: 24, 58, 92; /* Bunzl Blue */
  --bs-success: rgb(106, 176, 69); /* Bunzl Green */
  --bs-success-rgb: 106, 176, 69; /* Bunzl Green */
}


/* Bootstrap Overrides */
.text-success {
  color: var(--bs-success) !important;
}

.bg-success {
  background-color: var(--bs-success) !important;
}

.list-group-item.active {
  background-image: linear-gradient(to right, #183a5d, #346AA1);
  border: none;
}

.text-primary {
  color: var(--bs-primary) !important;
}

.bg-primary {
  background-color: var(--bs-primary) !important;
}

.btn-primary {
  background: var(--bs-primary) !important;
}



header {
  background-color: var(--bs-primary);
  border-bottom: var(--bs-success) 5px solid;
  color: #fff;
}

footer {
  border-top: var(--bs-success) 5px solid;
}

.loader,
.loader:before,
.loader:after {
  background: #192f5a;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 400px;
}

.loader {
  color: #64bc47;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

  .loader:before,
  .loader:after {
    position: absolute;
    top: 0;
    content: "";
  }

  .loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }

  .loader:after {
    left: 1.5em;
  }

@-webkit-keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }

  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }

  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

.message {
  top: 3px;
  float: left;
  color: Green;
  font-weight: bold;
  font-size: larger;
}

.messageError {
  top: 3px;
  float: left;
  color: Red;
  font-weight: bold;
  font-size: larger;
}

div.dualListBoxLeft {
  line-height: 1.6em;
  height: 12rem;
  width: 100%;
  margin-left: 10px;
  margin-bottom: 20px;
  float: left;
}

div.dualListBoxCenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 0.5rem;
  padding-top: 1.6em;
}

div.dualListBoxRight {
  line-height: 1.6em;
  height: 12rem;
  width: 100%;
  margin-left: 10px;
  margin-bottom: 20px;
  float: left;
}

.dualListbox {
  width: 100%;
  height: 100%;
}





























  /*html {
    height: 100%;
}

body {
    background-color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;*/
  /*color: #696969;*/
  /*vertical-align: baseline;
    height: 85%;
    overflow-x: hidden;
}

a:link {*/
  /*color: #183A5D;*/
  /*text-decoration: none;
}

a:visited {*/
  /*color: #183A5D;*/
  /*text-decoration: none;
}

a:hover {
    color: #6BB045;
    text-decoration: none;
}

a:active {
    color: #6BB045;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

p {
    font-weight: 500;
    font-size: 13px;
}

hr {
    background-color: #6BB045;
}*/
  /* HEADINGS   
----------------------------------------------------------*/
  /*h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5 {
    font-size: 1em;
}

h6 {
    padding: 0 0 10px 0;
}*/
  /* this rule styles <h2> tags that are the 
first child of the left and right table columns */
  /*.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2,
{
    margin-top: 0;
}*/
  /* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
  /* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
  /*#page {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 5px solid rgba(106, 176, 69, 1);
    height: auto;
}

#header {
    position: relative;
    margin-bottom: 0px;
    padding: 0;
    background-color: rgba(24, 58, 92, 1);
    color: white;
}

    #header h1 {
        padding: 5px 0;
        margin: 0;
        border: none;
        line-height: 2em;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 32px !important;
    }

#main {
    margin-top: 30px;*/
  /*padding: 0px 30px 15px 30px;*/
  /*height: auto;
    _height: 1px;*/ /* only IE6 applies CSS properties starting with an underscrore */
  /*color: rgba(24, 58, 93, 1);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
}

#footer {
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    border-bottom: 2px solid #CCC;
    border-left: 2px solid #CCC;
    border-right: 2px solid #CCC;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}*/
  /* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
  /*fieldset {
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
    text-align: left;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset label {
        display: block;
    }

        fieldset label.inline {
            display: inline;
        }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] {
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] {
    width: 200px;
    border: 1px solid #CCC;
}*/
  /* TABLE
----------------------------------------------------------*/
  /*table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

    

    table td {
        padding: 5px;
        border: solid 1px #e8eef4;
    }

    table th {*/
  /*padding: 6px 5px;*/
  /*text-align: left;
        text-decoration: underline;
        cursor: pointer;
        background-color: #D0D4DB !important;
        border: solid 2px #F5F5F5 !important;
        background-image: url(../../images/bg.gif);
        background-repeat: no-repeat;
        background-position: center right;
        position: sticky !important;
        top: 0px;
    }

        table th.headerSortUp {
            background-image: url(../../images/asc.gif);
        }

        table th.headerSortDown {
            background-image: url(../../images/desc.gif);
        }*/
  /* MISC  
----------------------------------------------------------*/
  /*.clear {
    clear: both;
}

.error {
    color: Red;
}

#menucontainer {
    margin-top: 40px;
}

div#title {
    font-size: 1.9em;
    display: block;
    font-weight: 700;
    float: left;
    text-align: left;
    color: #183A5D;
    margin: 10px;
    background-color: rgba(24, 58, 92, 1);
    color: white;
}

div#pager {
    padding: 5px 5px 5px 5px;
    border-color: Black;
    border-style: none;
    border-width: thin;
    vertical-align: middle;
    position: relative;
    display: table;
}

#pagedisplay {
    width: 50px;
    text-align: center;
    border-style: none;
    background-color: Transparent;
    cursor: default;
    vertical-align: middle;
}

#idk {
    position: absolute;
    top: 50%;
    display: table-cell;
    vertical-align: middle;
}

#first, #prev, #next, #last, #pagesize {
    vertical-align: middle;
    position: relative;
    top: -50%;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
}

    #logindisplay a:link {
        text-decoration: underline;
    }

    #logindisplay a:visited {
        text-decoration: underline;
    }

    #logindisplay a:hover {
        text-decoration: none;
    }

.field-validation-error {
    color: #ff0000;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #dc3545;
    font-family: 'Montserrat', sans-serif;
}

#loginheader {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


#logincontrol {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.reportheading {
    font-size: 1.2em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    vertical-align: top;
    padding: 0 0 10px 0;
}

.reportDescriptionTrigger {
    padding: 0 0 10px 0;
    vertical-align: top;
}

.reportDescription {
    margin-top: 0px;
}

.callout {
    width: 300px;
    padding: 10px 10px 10px 10px;
    background-color: #e1e1e1;
    border-width: thin;
    border-style: solid;
    border-color: Gray;
}

.dualListbox {
    min-width: 200px;
    height: 225px;
}

.noBorder {
    border-style: none;
}



.footnote {
    font-size: smaller;
    font-style: italic;
}

.upLabel {
    line-height: 2;
}

.submit {
    float: left;
    font-size: larger;
}

div.pager {
    vertical-align: bottom;
}

.jumbotron {
    margin: 40px;
}

.card {
    background-color: rgba(24, 58, 92, 1) !important;
    color: white !important;
    border-radius: 15px !important;
    transition: background-color 0.3s ease-in-out, border-radius 0.3s ease-in-out, box-shadow 0.3s ease-in-out !important;
}

    .card .card-link a:link {
        text-decoration: none !important;
    }

.col-md-3 {
    display: flex;*/ /* Use flexbox */
  /*align-items: center;*/ /* Center items vertically */
  /*justify-content: flex-end;*/ /* Align items to the right */
  /* Add any other styles you need for the .col-md-3 class */
  /*font-size: 14px;
}

.headstuff {
    background-color: rgba(24, 58, 92, 1);
    color: white;
    font-size: 30px !important;
    font-weight: 600 !important;
    border-bottom: 5px solid rgba(106, 176, 69, 1);
}

.container {
    max-width: 100% !important;
}

.heroimg {
    border-radius: 10px;
}

.reportContainer {
    font-weight: 400 !important;
}

.btn {*/
  /*background-color: rgba(24, 58, 92, 1) !important;*/
  /*}

.col-md-3 .accord {
    justify-content: flex-end !important;
}

.list-group-item:first-child {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}


.list-group-item:last-child {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.col-md-2 .accord {
    max-height: 340px !important;
    overflow-y: scroll !important;
}*/
  /* Scrollbar */
  ::-webkit-scrollbar {
    width: 5px;
  }

  ::-webkit-scrollbar-track {
    background: none;
  }

  ::-webkit-scrollbar-thumb {
    background: rgba(106, 176, 69, 1);
    border-radius: 10px;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  /* Webkit (Chrome, Safari) */
  /** {
    scrollbar-width: thin;
    scrollbar-color: rgba(106, 176, 69, 1) transparent;
}*/

  ::-webkit-scrollbar {
    width: 5px;
  }

  ::-webkit-scrollbar-track {
    background: none;
  }

  ::-webkit-scrollbar-thumb {
    background: rgba(106, 176, 69, 1);
    border-radius: 10px;
  }
  /* Webkit (Chrome, Safari) - Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  /* Firefox - Track */
  /*html, body {
    scrollbar-width: thin;
    scrollbar-color: rgba(106, 176, 69, 1) transparent;
}*/
  /* Firefox - Width */
  /*html, body::-moz-scrollbar {
        width: 5px;
    }*/
  /* Firefox - Track */
  /*html, body::-moz-scrollbar-track {
        background: none;
    }*/
  /* Firefox - Handle */
  /*html, body::-moz-scrollbar-thumb {
        background: rgba(106, 176, 69, 1);
        border-radius: 10px;
    }*/
  /* Firefox - Handle on hover */
  /*html, body::-moz-scrollbar-thumb:hover {
            background: #555;
        }


.accordion-item:first-of-type {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.card:hover {
    background-color: rgba(57, 101, 144, 1) !important;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}


.logOff {
    color: white !important;
    margin-left: 10px !important;
}

    .logOff:hover {
        color: rgba(106, 176, 69, 1);
    }

a .danger:hover {
    color: darkred !important;
}

.importUser {
    background-color: white !important;
    color: rgba(24, 58, 92, 1) !important;
    border-radius: 0 !important;
}

    .importUser:hover {
        background-color: white !important;
    }

.headerRadius {
}

.card-header .headerRadius {
    border-radius: 0px !important;
}

input::file-selector-button {*/
  /*background-color: #808080;*/ /* Gray color */
  /*color: grey;*/ /* Text color */
  /*padding: 5px 10px;*/ /* Padding for the button */
  /*border: none;*/ /* Remove button border */
  /*border-radius: 5px;*/ /* Rounded corners */
  /*cursor: pointer;*/ /* Change cursor on hover */
  /*transition: background-color 0.3s, color 0.3s;
}

    input::file-selector-button:hover {
        background-color: #999;
    }

.carousel-indicators #carouselExampleIndicators {
    color: black;
}
}*/
