@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,700italic|Merriweather:400,900,900italic,400italic");

/* ===== 1.0 ELEMENTS ============================== */
body {
    background-color: #efefef;
    height: 100%;
    min-height: 100%;
    font-family: "Source Sans Pro", sans-serif;
    z-index: 0;
    color: #222;
    margin: 0;
}

p {
  padding: 3px 8px 3px 8px;
}

ul {
    margin: 0;
}

#container {
  width: 100%;
  height: 90%;
  position: relative;
}

#container.blurred {
  filter: blur(1px);
  -moz-filter: blur(1px);
  -webkit-filter: blur(1px);
  -ms-filter: blur(1px);
  -o-filter: blur(1px);
}

.shade {
  color: #666;
  background-color: #efefef;
  padding: 3px 3px 3px 3px;
}

/* -----  FORM ELEMENTS -------------------- */
.form {
  padding: 0;
  display: inline;
}

input, textarea {
  font-size: 100%;
  font-family: "Source Sans Pro", sans-serif;
  color: #222;
  background-color: #fff;
  border-radius: 3px;
  padding: 1px 2px 3px 2px;
  border-top: 1px solid #b3b3b3;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #fff;
}

input:focus, textarea:focus {
  background-color: #f3f6f8;
}

input[readonly]:focus, textarea[readonly]:focus {
  background-color: #efefef;
}

select {
  font-size: 100%;
  font-family: "Source Sans Pro", sans-serif;
  color: #222;
}

.formTip {
  font-size: 0.8em;
  font-style: italic;
  color: #666;
  font-weight: normal;
}
.formTip.light {
  color: #fff;
}

/* ----- Header css ------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: "Merriweather", serif;
  color: #222;
}

h1 {
  margin-bottom: 3px;
  padding: 0;
  font-size: 1.3em;
  font-weight: bold;
}

h2 {
  border: 1px solid #b3b3b3;
  margin: 10px 0 0 0;
  padding: 1px 10px;
  font-size: 1.4em;
  font-weight: normal;
  background-color: #dfdfdf;
  border-radius: 5px;
}

h3 {
  margin: 0 0px 10px 0px;
  padding: 0;
  font-size: 1.4em;
  font-weight: normal;
  border-bottom: 1px dashed #222;
}

h3 a {
  text-decoration: none;
}

h4 {
  font-size: 1.7em;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 8px;
}

.h4_item {
  float: right;
  padding: 12px 5px 0 0;
  color: #fff;
}

h5 {
  /*section headers*/
  font-size: 1.1em;
}

h6 {
  margin: 10px 0 0 0;
  padding: 3px 10px;
  font-size: 1.4em;
  font-weight: bold;
  background-color: #dfdfdf;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
}

/* ----- LINKS ------------------------------- */
a {
  background-color: transparent;
  text-decoration: underline;
  cursor: pointer;
}

a:link, a:visited {
  color: #01307c;
  position: relative;
}

a:hover, a:active, a:focus {
  color: #0359e2;
  text-decoration: underline;
  z-index: 1;
}

/* ===== 2.0 PAGE ELEMENTS ================================= */
* html .content {
  padding-top: 0;
}

.content {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9em;
  width: 98%;
  padding: 45px 0 15px 0;
}
.content.blurred {
  filter: blur(1px);
  -moz-filter: blur(1px);
  -webkit-filter: blur(1px);
  -ms-filter: blur(1px);
  -o-filter: blur(1px);
}

.footer {
  position: static;
  height: 50px;
  width: 100%;
  margin-top: 25px;
  bottom: 0px;
  color: #fff;
  font-size: 80%;
  padding-top: 25px;
  text-align: center;
  clear: both;
}

.hiddeninput {
  display: none;
}

/* readonlyContainer utility class: supports select, input, textarea, and select2 controls */
.readonlyContainer select, .readonlyContainer input, .readonlyContainer textarea,
.readonlyContainer .select2-container, .readonlyContainer .select2-container .select2-selection {
   pointer-events:none !important; -webkit-appearance: none !important; border:none !important; background-color:transparent !important;
 }

/* ===== 3.0 BACKGROUND COLORS ========================  */
.bkg-background-super-ultra-dark {
  background-color: #cacaca !important;
}

.bkg-background-ultra-dark {
  background-color: #b3b3b3 !important;
}

.bkg-background-dark {
  background-color: #dfdfdf !important;
}

.bkg-background-base {
  background-color: #efefef !important;
}

.bkg-background-light {
  background-color: #fff !important;
}

.bkg-warning-dark {
  background-color: #8e0c10 !important;
}

.bkg-warning-medium {
  background-color: #d1464a !important;
}

.bkg-warning-light {
  background-color: #f37276 !important;
}

.bkg-warning-ultra-light {
  background-color: #fda2a4 !important;
}

.bkg-highlight-dark {
  background-color: #cfbd67 !important;
}

.bkg-highlight-medium {
  background-color: #fff4be !important;
}

.bkg-highlight-light {
  background-color: #fff8d7 !important;
}

.bkg-highlight-ultra-light {
  background-color: #fffceb !important;
}

.bkg-success-dark {
  background-color: #2c6c37 !important;
}

.bkg-success-medium {
  background-color: #6ba174 !important;
}

.bkg-success-light {
  background-color: #96be9d !important;
}

.bkg-success-ultra-light {
  background-color: #c5dac9 !important;
}

.bkg-success-bright {
  background-color: lightgreen !important;
}

/*----- FONT AWESOME COLORS (DEPRECATED) ------------- */
.fa-green {
  color: #6ba174;
}

.fa-red {
  color: #d1464a;
}

.fa-yellow {
  color: #ffd868;
}

.fa-big {
  font-size: 1.5em;
}

/* ===== 5.0 PILLS =================*/
span.pill {
  background-color: #98948f;
  font-weight: bold;
  color: white;
  height: 10px;
  border-radius: 15px;
  padding: 2px 6px 2px 6px;
  font-size: 0.9em;
  font-family: "Source Sans Pro", sans-serif;
}

span.pill a, span.pill a:active, span.pill a:hover {
  text-decoration: none;
  color: white;
}

.pill.warning {
  background-color: #d1464a;
}

.pill.success {
  background-color: #6ba174;
}

.pill.alert {
  background-color: #ffd868;
}

.pill.info {
  background-color: #5992c2;
}

span.pill.big {
  height: 12px;
  padding: 3px 7px 3px 7px;
  font-size: 1.1em;
  margin-left: -28px;
  margin-right: 6px;
}

/* ===== 6.0 BUTTONS =================================== */
/* ----- BUTTONS ----------------------------------- */
a.button, a.button:hover {
  color: #666;
  text-decoration: none;
}

button, .button {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 1px;
  margin-left: 3px;
  margin-right: 3px;
  width: auto;
  overflow: visible;
  color: #666;
  text-align: center;
  display: inline-block;
  padding: 1px 4px 0 4px;
  min-width: 22px;
  min-height: 22px;
  line-height: 22px;
  border-radius: 5px;
  border-top: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #cacaca;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  vertical-align: middle;
  background-color: transparent;
  background: -moz-linear-gradient(top, #fff, #b3b3b3);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #fff, #b3b3b3);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, #fff, #b3b3b3);
  /* IE10+ */
  background: linear-gradient(top, #fff, #b3b3b3);
  /* W3C */
}

button:hover, .button:hover {
  background: -moz-linear-gradient(top, #b3b3b3, #fff);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #b3b3b3, #fff);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, #b3b3b3, #fff);
  /* IE10+ */
  background: linear-gradient(top, #b3b3b3, #fff);
  /* W3C */
}

button img, .button img {
  vertical-align: bottom;
  padding-bottom: 4px;
}

button:disabled, .button:disabled {
  color: #98948f;
  border: 1px solid #b3b3b3;
  background: -moz-linear-gradient(top, #b3b3b3, #dfdfdf);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #b3b3b3, #dfdfdf);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, #b3b3b3, #dfdfdf);
  /* IE10+ */
  background: linear-gradient(top, #b3b3b3, #dfdfdf);
  /* W3C */
  cursor: default;
}
button:disabled:hover, .button:disabled:hover {
  background: -moz-linear-gradient(top, #b3b3b3, #dfdfdf);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #b3b3b3, #dfdfdf);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, #b3b3b3, #dfdfdf);
  /* IE10+ */
  background: linear-gradient(top, #b3b3b3, #dfdfdf);
  /* W3C */
}

button:active, .button:active {
  top: 1px;
  border-top: 1px solid #777;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  border-bottom: 1px solid #bbb;
}

/* ----- COLORED BUTTONS -------------------- */
.button.base, button.base {
  color: #05415f;
  background: -moz-linear-gradient(top, #def1fb, #b1daee);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #def1fb, #b1daee);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, #def1fb, #b1daee);
  /* IE10+ */
  background: linear-gradient(top, #def1fb, #b1daee);
  /* W3C */
}

.button.base:hover, button.base:hover {
  color: #05415f;
  background: -moz-linear-gradient(top, #b1daee, #def1fb);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #b1daee, #def1fb);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, #b1daee, #def1fb);
  /* IE10+ */
  background: linear-gradient(top, #b1daee, #def1fb);
  /* W3C */
}

.button.base:disabled, button.base:disabled {
  background: -moz-linear-gradient(top, #b3b3b3, #dfdfdf);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #b3b3b3, #dfdfdf);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, #b3b3b3, #dfdfdf);
  /* IE10+ */
  background: linear-gradient(top, #b3b3b3, #dfdfdf);
  /* W3C */
  color: #98948f;
  cursor: default;
}
.button.base:disabled:hover, button.base:disabled:hover {
  background: -moz-linear-gradient(top, #b3b3b3, #dfdfdf);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #b3b3b3, #dfdfdf);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, #b3b3b3, #dfdfdf);
  /* IE10+ */
  background: linear-gradient(top, #b3b3b3, #dfdfdf);
  /* W3C */
}

.button.warning, button.warning {
  color: #8e0c10;
  background: -moz-linear-gradient(top, #fda2a4, #f37276);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #fda2a4, #f37276);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, #fda2a4, #f37276);
  /* IE10+ */
  background: linear-gradient(top, #fda2a4, #f37276);
  /* W3C */
}

.button.warning:hover, button.warning:hover {
  color: #8e0c10;
  background: -moz-linear-gradient(top, #f37276, #fda2a4);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #f37276, #fda2a4);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, #f37276, #fda2a4);
  /* IE10+ */
  background: linear-gradient(top, #f37276, #fda2a4);
  /* W3C */
}

.button.warning:disabled, button.warning:disabled {
  background: -moz-linear-gradient(top, #b3b3b3, #dfdfdf);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #b3b3b3, #dfdfdf);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, #b3b3b3, #dfdfdf);
  /* IE10+ */
  background: linear-gradient(top, #b3b3b3, #dfdfdf);
  /* W3C */
  color: #98948f;
  cursor: default;
}
.button.warning:disabled:hover, button.warning:disabled:hover {
  background: -moz-linear-gradient(top, #b3b3b3, #dfdfdf);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #b3b3b3, #dfdfdf);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, #b3b3b3, #dfdfdf);
  /* IE10+ */
  background: linear-gradient(top, #b3b3b3, #dfdfdf);
  /* W3C */
}

.button.success, button.success {
  color: #2c6c37;
  background: -moz-linear-gradient(top, #c5dac9, #96be9d);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #c5dac9, #96be9d);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, #c5dac9, #96be9d);
  /* IE10+ */
  background: linear-gradient(top, #c5dac9, #96be9d);
  /* W3C */
}

.button.success:hover, button.success:hover {
  color: #2c6c37;
  background: -moz-linear-gradient(top, #96be9d, #c5dac9);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #96be9d, #c5dac9);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, #96be9d, #c5dac9);
  /* IE10+ */
  background: linear-gradient(top, #96be9d, #c5dac9);
  /* W3C */
}

.button.success:disabled, button.success:disabled {
  background: -moz-linear-gradient(top, #b3b3b3, #dfdfdf);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #b3b3b3, #dfdfdf);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, #b3b3b3, #dfdfdf);
  /* IE10+ */
  background: linear-gradient(top, #b3b3b3, #dfdfdf);
  /* W3C */
  color: #98948f;
  cursor: default;
}
.button.success:disabled:hover, button.success:disabled:hover {
  background: -moz-linear-gradient(top, #b3b3b3, #dfdfdf);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #b3b3b3, #dfdfdf);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, #b3b3b3, #dfdfdf);
  /* IE10+ */
  background: linear-gradient(top, #b3b3b3, #dfdfdf);
  /* W3C */
}

.button.alert, button.alert {
  color: #d49f09;
  background: -moz-linear-gradient(top, #ffeaad, #ffe088);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #ffeaad, #ffe088);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, #ffeaad, #ffe088);
  /* IE10+ */
  background: linear-gradient(top, #ffeaad, #ffe088);
  /* W3C */
}

.button.alert:hover, button.alert:hover {
  color: #d49f09;
  background: -moz-linear-gradient(top, #ffe088, #ffeaad);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #ffe088, #ffeaad);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, #ffe088, #ffeaad);
  /* IE10+ */
  background: linear-gradient(top, #ffe088, #ffeaad);
  /* W3C */
}

.button.alert:disabled, button.alert:disabled {
  background: -moz-linear-gradient(top, #b3b3b3, #dfdfdf);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #b3b3b3, #dfdfdf);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, #b3b3b3, #dfdfdf);
  /* IE10+ */
  background: linear-gradient(top, #b3b3b3, #dfdfdf);
  /* W3C */
  color: #98948f;
  cursor: default;
}
.button.alert:disabled:hover, button.alert:disabled:hover {
  background: -moz-linear-gradient(top, #b3b3b3, #dfdfdf);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #b3b3b3, #dfdfdf);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, #b3b3b3, #dfdfdf);
  /* IE10+ */
  background: linear-gradient(top, #b3b3b3, #dfdfdf);
  /* W3C */
}

.button.info, button.info {
  color: #206196;
  background: -moz-linear-gradient(top, #b2d3ef, #80b1da);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #b2d3ef, #80b1da);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, #b2d3ef, #80b1da);
  /* IE10+ */
  background: linear-gradient(top, #b2d3ef, #80b1da);
  /* W3C */
}

.button.info:hover, button.info:hover {
  color: #206196;
  background: -moz-linear-gradient(top, #80b1da, #b2d3ef);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #80b1da, #b2d3ef);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, #80b1da, #b2d3ef);
  /* IE10+ */
  background: linear-gradient(top, #80b1da, #b2d3ef);
  /* W3C */
}

.button.info:disabled, button.info:disabled {
  background: -moz-linear-gradient(top, #b3b3b3, #dfdfdf);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #b3b3b3, #dfdfdf);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, #b3b3b3, #dfdfdf);
  /* IE10+ */
  background: linear-gradient(top, #b3b3b3, #dfdfdf);
  /* W3C */
  color: #98948f;
  cursor: default;
}
.button.info:disabled:hover, button.info:disabled:hover {
  background: -moz-linear-gradient(top, #b3b3b3, #dfdfdf);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #b3b3b3, #dfdfdf);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, #b3b3b3, #dfdfdf);
  /* IE10+ */
  background: linear-gradient(top, #b3b3b3, #dfdfdf);
  /* W3C */
}

.button.caution, button.caution {
  color: #c76b01;
  background: -moz-linear-gradient(top, #fdc25a, #ffa500);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #fdc25a, #ffa500);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, #fdc25a, #ffa500);
  /* IE10+ */
  background: linear-gradient(top, #fdc25a, #ffa500);
  /* W3C */
}

.button.caution:hover, button.caution:hover {
  color: #c76b01;
  background: -moz-linear-gradient(top, #ffa500, #fdc25a);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #ffa500, #fdc25a);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, #ffa500, #fdc25a);
  /* IE10+ */
  background: linear-gradient(top, #ffa500, #fdc25a);
  /* W3C */
}

.button.caution:disabled, button.caution:disabled {
  background: -moz-linear-gradient(top, #b3b3b3, #dfdfdf);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #b3b3b3, #dfdfdf);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, #b3b3b3, #dfdfdf);
  /* IE10+ */
  background: linear-gradient(top, #b3b3b3, #dfdfdf);
  /* W3C */
  color: #98948f;
  cursor: default;
}
.button.caution:disabled:hover, button.caution:disabled:hover {
  background: -moz-linear-gradient(top, #b3b3b3, #dfdfdf);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #b3b3b3, #dfdfdf);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, #b3b3b3, #dfdfdf);
  /* IE10+ */
  background: linear-gradient(top, #b3b3b3, #dfdfdf);
  /* W3C */
}

/* ----- CUSTOM BUTTONS --------------------- */
.button.trash:before, button.trash:before {
  font-family: "Font Awesome 7 Free";
  content: "\f1f8";
  display: inline-block;
  margin-right: 2px;
  font-weight: 900;
}

.button.cancel:before, button.cancel:before {
  font-family: "Font Awesome 7 Free";
  content: "\f057";
  margin-right: 2px;
  font-weight: 900;
}

.button.help:before, button.help:before {
  font-family: "Font Awesome 7 Free";
  content: "\f059";
  margin-right: 2px;
  font-weight: 900;
}

.button.calendar:before, button.calendar:before {
  font-family: "Font Awesome 7 Free";
  content: "\f133";
  margin-right: 2px;
  font-weight: 900;
}

.button.pencil:before, button.pencil:before {
  font-family: "Font Awesome 7 Free";
  content: "\f303";
  margin-right: 2px;
  font-weight: 900;
}

.button.add:before, button.add:before {
  font-family: "Font Awesome 7 Free";
  content: "\f055";
  margin-right: 2px;
  font-weight: 900;
}

.button.information:before, button.information:before {
  font-family: "Font Awesome 7 Free";
  content: "\f05a";
  margin-right: 2px;
  font-weight: 900;
}

.button.save:before, button.save:before {
  font-family: "Font Awesome 7 Free";
  content: "\f0c7";
  margin-right: 2px;
  font-weight: 900;
}

.button.address-card:before, button.address-card:before {
  font-family: "Font Awesome 7 Free";
  content: "\f2bb";
  margin-right: 2px;
  font-weight: 900;
}

.button.search:before, button.search:before {
  font-family: "Font Awesome 7 Free";
  content: "\f002";
  margin-right: 2px;
  font-weight: 900;
}

/* ----- BACK TO TOP BUTTON --------------- */
.back-to-top {
  width: 75px;
  height: 15px;
  border-top-left-radius: 5px;
  background-color: rgba(118, 114, 109, 0.5);
  color: #76726d;
  padding: 5px;
  display: none;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 10;
  cursor: pointer;
}

/* ===== 7.0 COLOR-CODED BOXES =========================== */
.alertBlock {
  border-style: solid;
  border-width: 1px;
  padding: 5px 5px 5px 5px;
  margin: 5px;
  border-radius: 5px;
  background-color: #fff4be;
  border: 1px solid #cfbd67;
}

.fileLock {
  background-color: #fff4be;
  text-align: left;
  clear: both;
  position: fixed;
  z-index: 99;
  left: 0;
  bottom: 0;
  height: 26px;
  border-top-right-radius: 10px;
  padding: 4px 8px 2px 12px;
  font-size: 1.1em;
  box-shadow: 0px 0px 10px #76726d;
}

.tip {
  font-size: 1em;
  margin: 3px 0 10px 0;
  border-width: 2px;
  padding: 12px;
  min-height: 35px;
  height: auto;
  border-radius: 5px;
  background-color: #fff4be;
}

.tip:before {
  display: block;
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 2.5em;
  float: left;
  clear: right;
  margin-right: 5px;
}

.tip li {
  margin-left: 17px;
  padding-top: 8px;
  padding-bottom: 2px;
}

.alertBlock.alert, .fileLock.alert {
  color: #d49f09;
  background-color: #ffeaad;
  border: 1px solid #ffd868;
}

.alertBlock.warning, .fileLock.warning {
  color: #8e0c10;
  background-color: #fda2a4;
  border: 1px solid #d1464a;
}

.alertBlock.success, .fileLock.success {
  color: #2c6c37;
  background-color: #c5dac9;
  border: 1px solid #6ba174;
}

.alertBlock.info, .fileLock.info {
  color: #206196;
  background-color: #b2d3ef;
  border: 1px solid #5992c2;
}

.alertBlock.caution {
  color: #000000;
  background-color: #ffb484;
  border: 1px solid #ff6a00;
}

.tip.alert {
  color: #d49f09;
  background-color: #ffeaad;
  border: 1px solid #ffd868;
}
.tip.alert:before {
  color: #d49f09;
}

.tip.warning {
  color: #8e0c10;
  background-color: #fda2a4;
  border: 1px solid #d1464a;
}
.tip.warning:before {
  color: #d1464a;
}

.tip.info {
  color: #206196;
  background-color: #b2d3ef;
  border: 1px solid #5992c2;
}
.tip.info:before {
  color: #5992c2;
}

.tip.success {
  color: #2c6c37;
  background-color: #c5dac9;
  border: 1px solid #6ba174;
}
.tip.success:before {
  color: #6ba174;
}

.tip.file-tip {
  color: #206196;
  background-color: #b2d3ef;
  border: 1px solid #5992c2;
}
.tip.file-tip:before {
  color: #5992c2;
}

.tip.debug {
  color: #3a0d47;
  background-color: #cab6d1;
  border: 1px solid #693777;
}
.tip.debug:before {
}

/* ----- FADE BLOCK ---------------------------------------- */
#fadeBlock {
  visibility: hidden;
  background-color: #c5dac9;
  border: 1px solid #2c6c37;
  padding: 5px 5px 5px 5px;
  border-radius: 5px;
}

/* ----- OUTLINED BOXES ---------------------------- */
.message-box-alert {
  border: 1px solid #ffd868;
  border-radius: 15px;
  padding: 15px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.2em;
  color: #666;
  line-height: 1.3em;
  text-align: center;
}

.message-box-warning {
  border: 1px solid #d1464a;
  border-radius: 15px;
  padding: 15px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.2em;
  color: #666;
  line-height: 1.3em;
  text-align: center;
}

.message-box-info {
  border: 1px solid #5992c2;
  border-radius: 15px;
  padding: 15px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.2em;
  color: #666;
  line-height: 1.3em;
  text-align: center;
}

.message-box-success {
  border: 1px solid #6ba174;
  border-radius: 15px;
  padding: 15px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.2em;
  color: #666;
  line-height: 1.3em;
  text-align: center;
}

/* -----  Error Notifications ----------------- */
.inputerror {
  color: #222;
  font-family: "Source Sans Pro", sans-serif;
  background-color: #fda2a4;
  border: 2px solid #d1464a;
}

.stepErrors {
  background-color: #fda2a4 !important;
}

.stepErrors.rowHeading {
  font-weight: bold;
}

.stepErrors.rowHeading td {
  background-color: #d1464a;
  color: #fff;
  border-bottom: none;
}

/* ===== 8.0 TIP BOXES ==================================== */
/* ----- ToolTip ---------------------- */
.tooltip {
  text-align: left;
  display: block;
  font-size: 0.9em;
  position: absolute;
  z-index: 1;
  width: 250px;
  background-color: #fff4be;
  border: 1px solid #cfbd67;
  padding: 2px;
  border-radius: 5px;
  box-shadow: 0px 1px 5px #76726d;
  margin: 5px;
}
/* ===== 9.0 GENERAL BOXES ===========================*/
/* ----- SHADOWED BOXES -------------------------------- */
.side-menu, .pop-up-menu, .inbox {
  padding: 8px;
  margin-top: 10px;
  margin-left: 5px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 6px #676767;
  border-radius: 8px;
  background-color: #fff;
}
.side-menu h1, .pop-up-menu h1, .inbox h1 {
  font-family: "Merriweather", serif;
  font-weight: bold;
  font-size: 1.3em;
}
.side-menu .submenu-head, .pop-up-menu .submenu-head, .inbox .submenu-head {
  font-size: 1.1em;
  font-family: "Merriweather", serif;
  font-weight: bold;
}
.side-menu.width-narrow, .pop-up-menu.width-narrow, .inbox.width-narrow {
  width: 175px;
}
.side-menu .section-heading, .pop-up-menu .section-heading, .inbox .section-heading {
  border-radius: 5px;
  display: block;
  padding: 3px 5px 3px 3px;
  margin-top: 15px;
  padding-top: 5px;
  border-top: 1px solid #efefef;
  background-color: #efefef;
  color: #666;
  font-family: "Source Sans Pro", sans-serif;
}
.side-menu a, .pop-up-menu a, .inbox a {
  text-decoration: underline;
  cursor: pointer;
  color: #05415f;
}
.side-menu a:hover, .pop-up-menu a:hover, .inbox a:hover {
  background-color: #b1daee;
  color: #fff;
}
.side-menu a:hover:before, .pop-up-menu a:hover:before, .inbox a:hover:before {
  color: #fff;
}

.side-menu a, .pop-up-menu a {
  position: relative;
  display: block;
  padding: 3px 5px 3px 15px;
}
.side-menu a:before, .pop-up-menu a:before {
    position: absolute;
    font-family: "Font Awesome 7 Free";
    top: 4px;
    left: 5px;
    content: "\f0da";
    font-weight: 900;
    color: #05415f;
    font-size: .9em;
}
.side-menu a.active, .pop-up-menu a.active {
  position: relative;
  border-radius: 3px;
  color: #569dc0;
  cursor: default;
}
.side-menu a.active:hover, .pop-up-menu a.active:hover {
  background-color: transparent;
}
.side-menu a.active:before, .pop-up-menu a.active:before {
  color: #569dc0;
}

.pop-up-menu {
  position: absolute;
  z-index: 10;
}

.comm_box {
  background-color: #efefef;
  border: 5px solid #76726d;
  box-shadow: 3px 3px 10px 0px black;
  position: fixed;
  right: 8px;
  bottom: 8px;
  top: auto !important;
  left: auto !important;
  z-index: 10000;
  border-radius: 5px;
  overflow-y: hidden;
}

.comm_box_title {
  height: 25px;
  line-height: 24px;
  padding-left: 8px;
  background-color: #76726d;
  font-size: 1em;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
}

.comm_box_nav {
  display: inline-block;
  padding-left: 25px;
}

.comm_box_content {
  overflow-y: auto;
  overflow-x: hidden;
  height: auto;
  background-color: #fff;
  margin: 5px 5px 0px 5px;
  position: relative;
  min-height: 300px;
}

.comm_box_visible {
  width: 500px;
}

.comm_box_subsection {
  border-top: 5px solid #76726d;
  padding: 5px 0 5px 8px;
  background-color: #fff;
}

#confirmBox_outer, #alertBox_outer {
  float: left;
  margin-right: 15px;
}

#confirmBox_img, #alertBox_img {
  vertical-align: middle;
}

#confirmBox_content, #alertBox_content {
  min-height: 75px;
  padding-bottom: 20px;
}

#confirmBox_buttons, #alertBox_buttons {
  clear: both;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#confirmBox_cancel, #confirmBox_ok, #alertBox_ok {
  width: 70px;
  font-size: 110%;
}

/* ----- SUB-WINDOWS ------------------ */
div .sub-window {
  width: 98%;
  min-height: 400px;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  overflow: auto;
  padding: 5px 5px 5px 5px;
}
div .sub-window div {
  margin-left: 12px;
  padding-left: 4px;
  border-left: 1px solid #b3b3b3;
  padding-top: 2px;
  padding-bottom: 2px;
}
div .sub-window div.folder {
  margin-left: 4px;
  border-left: none;
}
div .sub-window div.folder:before {
  content: "\f07b";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  padding-right: 4px;
}
div .sub-window div.folder:hover {
  font-weight: normal;
}
div .sub-window div:hover {
  font-weight: bold;
}
div .sub-window div span.selected {
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  font-style: italic;
  background-color: #fff4be;
}

.sub-window-button {
  float: right;
  clear: left;
  margin-top: 4px;
}

/* ----- CM-COMMENTS LOG -------------- */
#comment-log-container {
  border: 1px solid #dfdfdf;
  padding: 15px;
  background-color: #fff;
  margin-top: 20px;
}
#comment-log-container .tab_title {
  font-family: "Merriweather", serif;
  font-size: 1.5em;
  padding-bottom: 15px;
}

#toggle-comments-controls {
  float: right;
  display: inline-block;
}

div#logcomments {
  font-size: 120%;
}

.log-comment-row {
  padding: 4px 0 4px 0;
  margin-bottom: 2px;
  margin-top: 5px;
  border-bottom: 1px dashed #aaa;
}

div.comment-tools {
  float: right;
  clear: left;
}

div.comment-text {
  display: inline-block;
  max-width: 85%;
}

div.subtle-box {
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 15px;
  color: #444;
  margin-top: 25px;
}

/* ===== 10.0 TABLES  ===========================*/
table {
  margin-top: 0.5em;
  border-spacing: 0;
  margin-left: 5px;
  margin-right: 5px;
  border-collapse: collapse;
  background-color: #fff;
}

tr:nth-child(odd) {
  background-color: #fff;
}

tr:nth-child(even) {
  background-color: #f3f6f8;
}

td {
  color: #222;
  vertical-align: top;
  padding: 5px;
}

td.section-heading {
  font-style: normal;
  font-weight: bold;
  margin-top: 15px;
  padding-top: 5px;
  background-color: #dfdfdf;
  color: #222;
  font-family: "Source Sans Pro", sans-serif;
}

th {
  border-right: 1px solid #b1daee;
  color: #05415f;
  background-color: #def1fb;
  font-size: 0.8em;
  padding: 5px;
  font-weight: bold;
  vertical-align: baseline;
}

tfoot tr:last-child {
  font-weight: bold;
  background-color: #efefef;
}

.dataTable {
  border: 1px solid #b3b3b3;
}
.dataTable tr {
  border: 1px solid #b3b3b3;
}

.dataTable tr td.large {
  width: 350px;
}

.dataTable tr td.med {
  width: 225px;
}

.dataTable tr td.small {
  width: 100px;
}

.dataTable tr td.tiny {
  width: 60px;
}

.displayTable {
  border: 0;
}
.displayTable tr:last-child td {
  border-bottom: none;
}
.displayTable tr.hidden {
  display: none;
}
.displayTable td {
  border: 0 !important;
  padding: 6px 3px 6px 8px !important;
  border-bottom: 1px dotted #ddd !important;
}
.displayTable td.label {
  min-width: 200px;
  max-width: 300px;
  font-weight: bold;
  color: #666;
}
.displayTable .flex-container input {
    flex-grow: 1;
}
.displayTable .input-with-link {
  display: flex;
  align-items: center;
  gap: 8px;
}
.displayTable .input-with-link input,
.displayTable .input-with-link .readonly-field {
  flex-grow: 1;
}
.displayTable .input-with-link .btn {
  white-space: nowrap;
  flex-shrink: 0;
}
.displayTable .readonly-field,
.displayTable .finder-readonly {
  padding: 6px 8px;
  background-color: #F5F5F5;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #555;
}
.displayTable span.text {
  max-width: 50%;
  display: block;
}
.displayTable th {
  border-right: 1px solid #b1daee;
  color: #05415f;
  background-color: #def1fb;
  font-size: 0.8em;
  padding: 5px;
  font-weight: bold;
  vertical-align: baseline;
}
.displayTable .header {
  border-right: 1px solid #b1daee;
  color: #05415f;
  font-weight: bold;
  background-color: #def1fb;
  padding: 10px;
  font-size: 0.8em;
  vertical-align: baseline;
}
.displayTable .header-row {
  border-bottom: 1px solid #b1daee;
}

/* ----- SEARCH ---------------------- */
th.search {
  background-color: #05415f;
  color: #def1fb;
  border-right: 1px solid #569dc0;
  border-left: 1px solid #569dc0;
  border-bottom: 1px solid #05415f;
  cursor: pointer;
}
th.search:hover {
  color: #fff;
}

.search img {
  vertical-align: middle;
}

.search .box {
  display: none;
  background-color: #05415f;
  width: 150px;
  position: absolute;
  z-index: 1;
  text-align: left;
  color: #fff;
  padding: 8px 8px 8px 8px;
  margin-top: 5px;
}

#quickSearch {
  clear: left;
  float: right;
  margin-top: 8px;
  margin-bottom: 10px;
}

a.sort-link {
  color: #569dc0;
}
a.sort-link:hover {
  color: #05415f;
}

div.sort-links {
  display: block;
  padding-right: 5px;
  margin-top: 5px;
  padding-left: 5px;
}

/* ----- PAGINATOR ------------------------------------- */
.paginator {
  color: #666;
  text-align: center;
  padding: 4px 5px 4px 5px;
}
.paginator a {
  color: #569dc0;
}
.paginator a:hover {
  color: #05415f;
}

/* ----- Calendar --------------------------- */
.cellbg {
  background-color: #fff;
  vertical-align: middle;
  text-align: center;
}

.cellevent {
  background-color: #dae4ec;
}

/* ----- TableValueDisplay --------------------------- */
.table_values_label {
  color: #A0A0A0;
  width: 100px;
}

/* ===== 11.0 MENUS ================================= */
/* ----- TOP NAV ------------------------------- */
ul#topnav {
    padding-left: 0;
    background-color: #222;
    width: 100%;
    font-size: 1em;
    font-weight: normal;
    font-family: "Source Sans Pro", sans-serif;
    position: fixed;
    top: 0;
    z-index: 100;
    height: 35px;
    display: flex;
}
ul#topnav ul {
  list-style: none;
  text-align: center;
}
ul#topnav li {
  border-right: 1px solid #666;
  list-style: none;
  margin: 0;
  text-align: center;
  height: 35px;
  flex: initial;
}
ul#topnav li a {
  color: #fff;
  display: flex;
  flex-flow: nowrap;
  padding: 7px 8px 7px 8px;
  text-decoration: none;
}
ul#topnav li a:hover {
  background-color: #666;
}
ul#topnav li a i {
  margin: 2px 3px 0 0;
}
ul#topnav #loggedinas {
  border: none;
  border-left: 2px solid #fff;
  color: #fff;
  float: right;
}
ul#topnav #logout {
  border-left: 1px solid #666;
  border-right: none;
}
ul#topnav .sub {
  display: none;
  width: 225px;
  position: absolute;
  z-index: 1;
}
ul#topnav .sub a {
  color: #fff;
  list-style: none;
  padding-left: 12px;
}
ul#topnav .sub a:hover {
  background-color: #569dc0;
}
ul#topnav .sub .heading {
  color: #ccc;
  display: block;
  text-align: left;
  font-size: 1em;
  padding-left: 12px;
  font-family: "Merriweather", serif;
}
ul#topnav .sub hr {
  color: #fff;
  background-color: #ccc;
  margin-top: 4px;
  margin-bottom: 6px;
  height: 1px;
  border: none;
}
ul#topnav .sub .block {
  display: block;
  font-weight: bold;
  padding: 8px 8px 8px 8px;
}
ul#topnav .tabActive {
  background-color: #666;
}
ul#topnav li#global-search {
  flex: auto;
  border-right: 0;
}
#topnav #actionrequest, #topnav #logout {
  text-wrap: nowrap;
}
#global-search .search-input {
  display: flex;
  background-color: #f3f6f8;
  border: solid 1px #b3b3b3;
  border-radius: 3px;
  height: 35px;
  width: 100%;
  box-sizing: border-box;
}
#global-search i.fa-search {
  color: grey;
  margin: 9px;
  cursor: pointer;
  flex: initial;
}
#global-search .search-input > div {
  flex: initial;
  display: flex;
  align-items: center;
}
#global-search i.fa-circle-xmark {
  cursor: pointer;
  margin: -2px 1px 0 2px;
}
#global-search input {
  box-sizing: border-box;
  background-color: #f3f6f8;
  border: 0;
  flex: auto;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}
#global-search .search-results {
  display: none;
  background-color: #f3f6f8;
  border: solid 1px #b3b3b3;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  overflow: scroll;
  max-height: 90dvh;
}
#global-search.searching .search-results {
  display: block;
}
#global-search i.fa-circle-xmark {
  color: grey;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
#global-search.has-text i.fa-circle-xmark {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, visibility 0.3s;
}
#global-search i.fa-spinner {
  color: grey;
  display: none;
}
#global-search.searching i.fa-spinner {
  display: block;
}
#global-search.results-found .search-input, #global-search.searching .search-input {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#global-search.searching .search-results {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
#global-search-results {
  flex-direction: column;
}
#global-search.searching .no-results, #global-search.searching #global-search-results {
  display: none;
}
#global-search.results-found .search-results, #global-search.results-found #global-search-results, #global-search.results-found .result {
  display: flex;
  flex-grow: 1;
}
#global-search .result {
  display: none;
  cursor: pointer;
  width: 100%;
}
#global-search .result:hover {
  background-color: #efefef;
}
#global-search .result .type {
  flex-basis: 10px;
  border-radius: 0 3px 3px 0;
  box-shadow: 1px 0 4px #aaa
}
#global-search .result .information {
  display: flex;
  flex-direction: column;
  text-align: left;
  flex-basis: fit-content;
}
#global-search .result .information h3 {
  margin: 0;
  border: 0;
  font-size: 1em;
  padding: 5px 10px 0 10px;
}
#global-search .result .information a {
  font-size: .8em;
  padding: 0 0 0 10px;
  color: #01307c;
  text-decoration: underline;
}
#global-search .result .information a:hover {
  background-color: inherit;
}
#global-search .result .information div {
  display: flex;
}
#global-search .result .information div span {
  font-size: .8em;
  padding: 0 0 0 10px;
  width: 60px;
}
#global-search .result .information span {
  font-size: .9em;
  padding: 0 10px 5px 10px;
}
#global-search .view-more a {
  justify-content: center;
  font-weight: bold;
  color: #05415f;
  text-decoration: underline;
}
#global-search .view-more a:hover {
  background-color: #fff;
}
/* ----- Drop Down Menu for Top Nav --------------------------------- */
.nav-menu-bubble {
  margin-top: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #666;
  font-size: 1em;
  text-align: left;
  color: #fff;
  font-weight: normal;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* ----- TOOLBAR ------------------------------------- */
span.input {
  display: none;
}

div#toolbar {
  text-align: left;
  width: 100%;
  font-family: "Source Sans Pro", sans-serif;
  position: fixed;
  z-index: 90;
  border-bottom: 1px solid #b3b3b3;
  top: 35px;
  color: #222;
  background-color: #ccc;
  font-weight: bold;
  font-size: 1em;
  padding: 8px 0 8px 8px;
}

ul#toolbar {
  width: 100%;
  font-family: "Source Sans Pro", sans-serif;
  position: fixed;
  z-index: 90;
  border-bottom: 1px solid #b3b3b3;
  top: 35px;
  color: #05415f;
  background-color: #569dc0;
  font-weight: normal;
  font-size: 0.9em;
  padding: 0;
  list-style: none;
  height: 31px;
}
ul#toolbar li {
  float: left;
  margin: 0;
  height: 31px;
  /*--Subtract 1px from the height of the unordered list--*/
  line-height: 31px;
  /*--Vertically aligns the text within the tab--*/
  border-right: 1px solid #b1daee;
  border-left: none;
  overflow: hidden;
  position: relative;
}
ul#toolbar li.right {
  float: right;
  border-left: 1px solid #b1daee;
  border-right: none;
}
ul#toolbar li.right a {
  color: #fff;
}
ul#toolbar li.right a:hover {
  color: #05415f;
}
ul#toolbar li a {
  padding: 0 8px 0 8px;
  display: block;
  text-decoration: none;
  color: #fff;
}
ul#toolbar li a:hover {
  background-color: #05415f;
}
ul#toolbar li a:active {
  top: 1px;
}
ul#toolbar li a.on {
  background-color: #222;
  color: white;
}
ul#toolbar li a.locked {
  pointer-events: none;
  cursor: default;
  color: #ccc;
}
ul#toolbar li#title {
  font-family: "Merriweather", serif;
  font-size: 1.1em;
  padding: 0 8px 0 8px;
  font-weight: bold;
  color: #def1fb;
}
ul#toolbar li#delete {
  float: right;
  background-color: #f37276;
  border-left: 1px solid #ccc;
  border-right: none;
}
ul#toolbar li#delete a {
  color: #8e0c10;
}
ul#toolbar li#delete a:hover {
  color: #f37276;
  background-color: #8e0c10;
}
ul#toolbar li #help {
  float: right;
  border-left: 1px solid #ccc;
  border-right: none;
}
ul#toolbar li .sub {
  display: none;
  width: 225px;
  position: fixed;
  z-index: 1;
}
ul#toolbar li .sub a {
  color: #fff;
  list-style: none;
  padding-left: 12px;
}
ul#toolbar li .sub a:hover {
  background-color: #569dc0;
}
ul#toolbar li .sub .heading {
  color: #ccc;
  display: block;
  text-align: left;
  font-size: 1em;
  padding-left: 12px;
  font-family: "Merriweather", serif;
}
ul#toolbar li .sub hr {
  color: #fff;
  background-color: #ccc;
  margin-top: 4px;
  margin-bottom: 6px;
  height: 1px;
  border: none;
}
ul#toolbar li .sub .block {
  display: block;
  font-weight: bold;
  padding: 8px 8px 8px 8px;
}
ul#toolbar .tabActive {
  background-color: #05415f;
}
ul#toolbar a img {
  vertical-align: top;
  margin-top: 7px;
}

ul#toolbar.master {
  background-color: #021893;
}

ul#toolbar.abridged {
  background-color: #e97702;
}

ul#toolbar.contract-common {
  background-color: #00b33c;
}

ul#toolbar.peer-review {
  background-color: #4338CA
}

ul#toolbar.far {
  background-color: #F59E0B
}

ul#toolbar.conttrack {
  background-color: goldenrod;
}

ul#toolbar.sourcing {
  background-color: #be7655;
}

ul#toolbar.eci {
  background-color: mediumpurple;
}

ul#toolbar.grants {
  background-color: #aaa;
}

ul#toolbar.contracts {
  background-color: #a585af;
}

ul#toolbar.lang-lib {
  background-color: #6ca870;
}

ul#toolbar.tickets {
  background-color: #cfbd67;
}

ul#toolbar.sam {
  background-color: #005ea2;
}

.toolbar-menu-bubble {
  background-color: #05415f;
}

/* ----- TABS ------------------------------------- */
ul.tabs {
  padding: 0;
  margin-top: 15px;
  float: left;
  list-style: none;
  height: 32px;
  /*--Set height of tabs--*/
  border-bottom: 1px solid #b3b3b3;
  width: 100%;
}
ul.tabs li {
  float: left;
  margin: 0;
  padding: 0;
  height: 31px;
  /*--Subtract 1px from the height of the unordered list--*/
  line-height: 31px;
  /*--Vertically aligns the text within the tab--*/
  border: 1px solid #aaa;
  overflow: hidden;
  position: relative;
  background-color: #dfdfdf;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}
ul.tabs li a {
  text-decoration: none;
  color: #666;
  display: block;
  font-size: 1em;
  padding: 0 5px;
  outline: none;
}
ul.tabs li a:hover {
  background-color: #b3b3b3;
  color: #222;
}

html ul.tabs li.active, html ul.tabs li.active a {
  background-color: #fff;
  border-bottom: 1px solid #fff;
  color: #222;
  font-weight: bold;
}
html ul.tabs li.active:hover, html ul.tabs li.active a:hover {
  background-color: #fff;
  color: #222;
}

.tab-container {
  border: 1px solid #aaa;
  border-top: none;
  overflow: hidden;
  float: left;
  width: 100%;
  background-color: #fff;
  min-height: 250px;
}

.tab-content {
  padding: 20px;
  font-size: 1em;
  text-align: left;
  min-height: 350px;
}

.tab_title {
  font-weight: bold;
  font-size: 120%;
}

.tab-loader {
  position: relative;
  top: 25px;
  left: 25px;
}

.tab-with-spinner {
  overflow: hidden; /* Hide the overflow during transition */
  white-space: nowrap; /* Prevent content wrapping */
  -webkit-transition: max-width 500ms ease-in-out;
  -moz-transition: max-width 500ms ease-in-out;
  transition: max-width 500ms ease-in-out;
  max-width: 100px; /* Initial max-width, should be enough to fit the text */
}

.tab-with-spinner a {
  display: flex;
  align-items: center;
}

ul.tabs li.warning, ul#toolbar li#cancel {
  background-color: #f37276;
  font-weight: normal;
  font-size: 100%;
}
ul.tabs li.warning a, ul#toolbar li#cancel a {
  color: #8e0c10;
}
ul.tabs li.warning a:hover, ul#toolbar li#cancel a:hover {
  background-color: #d1464a;
  color: #222;
}

ul.tabs li.alert {
  background-color: #ffe088;
}
ul.tabs li.alert a {
  color: #d49f09;
}
ul.tabs li.alert a:hover {
  background-color: #ffd868;
  color: #222;
}

ul.tabs li.green, ul#toolbar li#save {
  background-color: lightgreen;
}
ul.tabs li.green a, ul#toolbar li#save a {
  color: #2c6c37;
}
ul.tabs li.green a:hover, ul#toolbar li#save a:hover {
  background-color: #6ba174;
}

/* ----- Progress Menu ----------------------------------- */
.progressMenu {
  color: #222;
  font-size: 1em;
  border-top: 1px solid #b3b3b3;
}
.progressMenu ul {
  text-align: left;
}
.progressMenu li {
  margin-left: -40px;
  border: 1px solid #b3b3b3;
  border-top: none;
  list-style: none;
  padding: 7px 4px 5px 10px;
  background-color: #fff;
}
.progressMenu li a {
  text-decoration: none;
  display: block;
}
.progressMenu .active {
  background-color: #dae4ec;
  font-weight: bold;
}

.menuList ul {
  padding: 10px 0 15px 15px;
  background-color: #efefef;
  list-style: none;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}
.menuList ul ul {
  padding: 2px 0 0 0;
  background-color: #efefef;
}

.menuList ul .menuList li {
  padding: 0 0 2px 5px;
  list-style-type: none;
}
.menuList ul .menuList li a {
  text-decoration: none;
}
.menuList ul .menuList li:before {
  display: inline-block;
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f0da";
  margin-right: 5px;
  color: #ccc;
}

.menuList .active {
  background-color: #f3f6f8;
  border-radius: 5px;
}
.menuList .active:before {
  display: inline-block;
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  content: "\f0da";
  margin-right: 5px;
  color: #b5c8d9;
}

/* ===== 12.0 INTERACTIVE TIDBITS ============= */
/* ----- Animated Arrow ------------------ */
.down-arrow {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  margin-left: 8px;
  margin-right: 8px;
  cursor: pointer;
  border-top: 15px solid #b3b3b3;
  -webkit-transition: 500ms ease-in-out;
  -moz-transition: 500ms ease-in-out;
  transition: 500ms ease-in-out;
}

.down-arrow:hover {
  border-top-color: #b1daee;
}

.flip-arrow {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

/* ------ SLIDE-IN NOTE ------------------ */
.slide_note {
  display: none;
  position: absolute;
  top: 5px;
  width: 350px;
  background-color: #fff4be;
  padding: 10px;
  z-index: 2;
  box-shadow: 0px 5px 15px #b3b3b3;
  max-height: 250px;
  overflow-y: scroll;
}

/* ===== 13.0 DECORATIVE TEXT ========= */
.subtle {
  color: #666;
  font-size: 0.9em;
  font-style: italic;
  font-family: "Source Sans Pro", sans-serif;
}

.subtle-headline {
  font-size: 2.5em;
  color: #c0c0c0;
  font-weight: bold;
}

.ghost_text {
  font-size: 3em;
  font-weight: bold;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  text-shadow: 0px 0px 20px #222;
  letter-spacing: 10px;
}

.highlighted {
  background-color: #fff4be;
  font-weight: bold;
}

.nodata {
  color: #666;
  font-size: 1.25em;
  font-style: italic;
  padding-bottom: 10px;
}
.nodata:before {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-size: 1.25em;
  color: #ccc;
  content: "\f002";
  font-weight: 900;;
  padding-right: 10px;
}

.loading {
  font-size: 2.5em;
  width: 100%;
  text-align: left;
  padding-top: 50px;
  padding-left: 50px;
  color: #ccc;
  display: none;
}

.prominent {
  font-size: 1.3em;
  font-family: "Source Sans Pro", sans-serif;
}
.prominent a {
  text-decoration: none;
  color: #569dc0;
}
.prominent a:hover {
  color: #05415f;
}

.link {
  color: #569dc0;
  cursor: pointer;
}
.link:hover {
  color: #b1daee;
}

/* ===== 14.0 PAGE LAYOUT ============================= */
.container {
  width: 100%;
  min-width: 900px;
}

.half-container {
  width: 48%;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
}

/* ===== 15.0 MISCELLANEOUS ========================== */
/* ----- CONTRACT VALIDATION LIST -------------------- */
.validationErrors ul {
  padding: 10px 0 15px 15px;
  list-style: none;
  border-top: 1px solid #76726d;
}

.validationErrors li {
  padding: 3px 5px 3px 20px;
  list-style-type: none;
  border-bottom: 1px solid #76726d;
}

/* ----- AUTOCOMP ---------------------- */
.autocomp-results {
  width: 300px;
  position: absolute;
  z-index: 101;
}

.img {
  vertical-align: text-bottom;
}

.hidden-display-none {
  display: none !important;
}

.alphafilter {
  text-align: center;
  padding: 6px 5px 6px 5px;
  margin-bottom: 7px;
  margin-top: 7px;
}

/* ----- GRANTS-ITEMS-STATUS ---------- */
.grants-items-status {
  padding: 3px 3px 3px 3px;
  display: block;
  min-height: 24px;
  border-radius: 5px;
}
.grants-items-status.waitingondept {
  background-color: gray;
  color: white;
}
.grants-items-status.waitingonagency {
  background-color: blue;
  color: white;
}
.grants-items-status.reviewinprog {
  background-color: orange;
}
.grants-items-status.received {
  background-color: yellow;
}
.grants-items-status.pendingpiapproval {
  background-color: black;
}
.grants-items-status.pivustatuspending {
  background-color: purple;
  color: white;
}
.grants-items-status.addon {
  background-color: cyan;
}
.grants-items-status.pendingpisubmit {
  background-color: sienna;
  color: white;
}

tr .priority {
  border: 2px solid #206196;
}

.requiredField {
  background-color: #fff4be;
}

div#statusWindow {
  width: 100%;
  font-family: "Merriweather", serif;
  position: fixed;
  z-index: 90;
  border-bottom: 1px solid #b3b3b3;
  top: 35px;
  color: #222;
  background-color: #efefef;
  font-size: 1.4em;
  text-align: center;
  letter-spacing: 8px;
  padding: 8px 0 8px 0;
  font-weight: bold;
}

/* ----- DELETED ---------------------- */
.deleted td {
}

.deleted a {
  color: #b5c8d9;
}

/* ----- CONTRACT META SEARCH ---------- */
#container-meta-search, .search-container {
  min-width: 800px;
  border-radius: 5px;
  padding: 3px 4px 3px 4px;
  margin-bottom: 5px;
  border: 1px solid #b1daee;
  background-color: #def1fb;
}

/*~======= drag n drop file upload stuff ======~*/
#dragNdrop-drop {
  display: block;
  border: 1px dashed #05415f;
  width: 100%;
  height: 50px;
  border-radius: 6px;
  background-color: #fff4be;
  text-align: center;
  padding: 5px 0 5px 0;
  margin: 15px 0 15px 0;
}

#dragNdrop-status {
  padding: 5px;
  color: #05415f;
  font-size: 110%;
  vertical-align: middle;
}

#dragNdrop-drop img {
  vertical-align: top;
}

#dragNdrop-list {
  font-size: 10px;
  float: left;
  margin-left: 10px;
}

/* ----- CONTRACT META SEARCH ---------- */
/*
    Document   : splitButton
    Created on : Feb 6, 2013, 3:22:11 PM
    Author     : rennercr
    Description: goes with jquery.splitButtons.js
    currently only used on the COI and PI assurance tabs to present drop down of actions
*/
.splitButton .arrow {
  border-left: 1px solid #999;
  padding-left: 6px;
  margin-left: 3px;
}

.splitButtonMenu {
  position: absolute;
  display: none;
  width: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #fff;
  font-size: 120%;
  text-align: left;
  color: #333;
  font-weight: normal;
  border-bottom: 1px solid #98948f;
  border-left: 1px solid #98948f;
  border-right: 1px solid #98948f;
  border-top: 1px solid #bbb7b2;
  opacity: 0.95;
  filter: alpha(opacity=95);
  border-radius: 5px;
  z-index: 10000;
}
.splitButtonMenu a {
  margin-top: 5px;
  padding-left: 7px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 3px;
  text-decoration: none;
}
.splitButtonMenu div {
  margin-top: 5px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 3px;
  text-decoration: none;
  padding-left: 8px;
}
.splitButtonMenu div:hover {
  background-color: #def1fb;
}
.splitButtonMenu hr {
  color: #bbb7b2;
  background-color: #bbb7b2;
  margin: 4px 6px 6px 30px;
  height: 1px;
  border: none;
}
.splitButtonMenu .heading {
  display: block;
  color: #514e49;
  text-align: left;
  font-size: 100%;
  padding-left: 8px;
}

/* PEER Turbo Notifications */
/* Base styling for notification */

.toast-container {
  position: fixed;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
  min-width: 300px;
  max-width: 500px;
}

/* Individual toast styling */
.peer-toast {
  position: relative;
  display: none;
  padding: 16px 40px 16px 16px;
  color: white;
  background-color: #28a745; /* Default success color */
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  text-align: center;
  width: 100%;
  pointer-events: auto;
}

/* Show state */
.peer-toast.show {
  display: block;
  animation: slideIn 0.3s ease-out forwards;
}

.toast-close {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  color: inherit;
  opacity: 0.7;
  padding: 0;
  margin: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: opacity 0.2s, background-color 0.2s;
  outline: none;
  box-shadow: none;
}

.toast-close:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.15);
}

.toast-close:focus {
  outline: none;
  box-shadow: none;
}

.toast-close:active {
  transform: translateY(-50%);
  outline: none;
  box-shadow: none;
}

.peer-toast.persistent {
  border-left: 4px solid currentColor;
}

.toast-error-container {
  text-align: left;
  padding: 5px;
}

.toast-error-list {
  margin: 8px 0 0;
  padding-left: 20px;
  text-align: left;
}

.toast-error-list ul {
  list-style-type: none;
  padding-left: 0;
}

.toast-error-list li {
  margin-bottom: 4px;
  font-size: 0.9em;
}

/** Animations */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.peer-toast.fade-out {
  animation: fadeOut 0.3s ease-in-out forwards;
}

/* Color schemes for various notification types */
.peer-toast.success { background-color: #2c6c37; }
.peer-toast.warning  { background-color: #d1464a; }
.peer-toast.danger { background-color: #8e0c10; }
.peer-toast.info    { background-color: #206196; }

/*table.dataTable td, table.dataTable th {*/
/*  padding: 5px;*/
/*}*/

/* Styling for headers */
.peerTableHeader {
  display: flex;
  color: #05415f;
  background-color: #666;
  border-bottom: 1px solid #b1daee;
  font-size: 0.8em;
  padding: 5px;
  font-weight: bold;
  vertical-align: baseline;
}

.peerTableHeaderCell {
  flex: 1;
  color: #05415f;
  background-color: #666;
  border-left: 1px solid #b1daee;
  text-align: left;
  box-sizing: border-box;
  vertical-align: top;
  padding: 5px;
}

.peerTableCell {
  flex: 1;
  text-align: left;
  box-sizing: border-box;
  color: #222;
  vertical-align: top;
  padding: 5px;
}

.peerTableRow {
  display: flex;
}

/* Alternating row colors */
.peerTableRow:nth-child(odd) {
  background-color: #fff;
}

.peerTableRow:nth-child(even) {
  background-color: #f3f6f8;
}

.peerTableControls {
  display: flex;
  justify-content: space-between;
  align-items: left;
}

.peer-simple-filter-input {
  flex-shrink: 1;
  margin-left: 20px;
  align-self: flex-end;
}

.peer-pagination {
  color: #666;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  padding-left: 5px;
  .peer-pagination-ipp-select {

  }
}

.peer-pagination a {
  color: #569dc0;
}
.peer-pagination a:hover {
  color: #05415f;
}

.informatics-indicator {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 5px;
  background: rgba(0.2, 0.2, 0.2, 0.5);
  color: white;
  white-space: nowrap;
  overflow: hidden;
  transition: width 0.9s ease, background-color 0.3s ease;
  width: auto;
}

.sidebar {
  float: left;
}

.spinner-border {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: text-bottom;
}

.flex-container {
  display: flex;
  width: auto;
}

.esr-form-div {
  flex-grow: 1;
  overflow-y: auto;
  padding: 20px;
  box-sizing: border-box;
}

.esr-controls-div {
  width: 300px;
  position: sticky;
  top: 100px;
  padding: 20px 0 20px 20px;
  box-sizing: border-box;
}

.stacked-info {
  padding: 10px;
}
.stacked-info .identifier {
  display: block;
}
.stacked-info .status {
  display: block;
  font-size: 0.875em;
  color: #888;
  margin-top: 5px;
}

/* --- Core Modal Structure --- */

.modal__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.modal__container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: whitesmoke;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1000;

  /* Sizing Defaults (overridden by modifiers) */
  min-width: 320px;
  min-height: 200px;
  width: auto;
  height: auto;
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
}

.modal__content {
  overflow: auto;
  padding: 20px;
  max-height: calc(100vh - 125px); /* Max height relative to viewport */
}

/* --- State Modifiers --- */

.modal__container.is-opening {
  /* This class enables the JS-driven animation */
  transition: width 0.3s ease-out, height 0.3s ease-out;
}

.modal__container.is-open .modal__content {
  /* This makes the content visible after sizing */
  visibility: visible;
}

.modal__container:not(.is-open) .modal__content {
  /* Content is hidden by default until open */
  visibility: hidden;
}

/* --- Sizing Modifiers --- */
.modal__container--sm { max-width: 400px; }
.modal__container--md { max-width: 600px; }
.modal__container--lg { max-width: 900px; }

/* --- Utility Elements --- */

.modal__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1003;
  font-size: 3em;
  color: #05415F;
}

.modal__close-btn-container {
  display: flex;
  justify-content: flex-end;
  padding: 5px;
}

.modal__close-btn {
  cursor: pointer;
  z-index: 1002;
}

/* End Core Modal CSS */

/* Legacy Modal CSS */
.modal {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  transform: scale(0.9);
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-small { max-width: 400px; }
.modal-large { max-width: 900px; }
.modal-medium { max-width: 600px; }
.modal-full { max-width: 95%; }

/* Modal content */
.modal-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  border-radius: 8px;
  width: fit-content;
  min-width: 600px;
  max-height: 80px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.expanded {
  max-height: 80vh;
  max-width: 1200px;
  width: fit-content;
}

.modal-body label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}

.modal-footer,
.modal-header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.close-button,
.cancel-button {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* PEER Modal Styling */

.colorbox-style {
  padding: 0;
  border: none;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  max-width:calc(100% - 80px);
  max-height:calc(100% - 80px);
  min-width: 600px;
  min-height: 400px;
  background-color: whitesmoke;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease-out, height 0.3s ease-out;
  box-sizing:border-box;
  overflow: hidden;
  z-index: 1000;
}

.colorbox-content {
  overflow:auto;
  max-height:calc(100vh - 125px);  padding: 20px;
  z-index: 1001;
}

.colorbox-style.is-opening,
.colorbox-style.is-closing {
  transition: width 0.3s ease-out, height 0.3s ease-out;
}

.colorbox-style .colorbox-content {
  visibility: hidden;
}

.colorbox-style.is-open .colorbox-content {
  visibility: visible;
}

.modal-button-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  padding-top: 5px;
  padding-right: 5px;
}

.modal-close-btn {
  user-select: none;
  touch-action: manipulation;
  cursor: pointer;
  z-index: 1002;
}

.modal-close-btn::before {
  font-size: 24px;
  line-height: 1;
}

.modal-close-btn:hover,
.modal-close-btn:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.modal-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1003;
  font-size: 3em;
  color: #05415f;
}

/* END PEER Modal Styling */

/* --- BEGIN DIALOG STYLING --- */
/* Base Dialog Styles */
.dialog {
  padding: 0;
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  max-width: calc(100vw - 2rem);
  max-height: calc(100vh - 2rem);
  overflow: auto;
  background: white;
  color: #1F2937;
  margin: auto;
}

/* Dialog backdrop (native ::backdrop pseudo-element) */
.dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
}

/* Size Variants */
.dialog--sm {
  width: 100%;
  max-width: 400px;
}

.dialog--md {
  width: 100%;
  max-width: 600px;
}

.dialog--lg {
  width: 100%;
  max-width: 800px;
}

.dialog--xl {
  width: 100%;
  max-width: 1200px;
}

.dialog--full {
  width: calc(100vw - 2rem);
  height: calc(100vh - 2rem);
  max-width: none;
  max-height: none;
}

/* Dialog Structure */
.dialog__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  border-bottom: 1px solid #E5E7EB;
}

.dialog__title {
  all: revert !important;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  color: #1F2937;
  text-align: center;
  padding: 10px;
}

.dialog__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
  color: #6B7280;
  transition: all 0.15s ease-in-out;
}

.dialog__close:hover {
  background-color: #F3F4F6;
  color: #374151;
}

.dialog__close:focus-visible {
  outline: 2px solid #3B82F6;
  outline-offset: 2px;
}

.dialog__close svg {
  width: 1.25rem;
  height: 1.25rem;
}

/* Dialog Body */
.dialog__body {
  position: relative;
  min-height: 100px;
  max-height: 300px;
  overflow-y: auto;
  transition: max-height 0.3s ease-in-out;
}

.dialog.expanded .dialog__body {
  max-height: 80vh;
}

.dialog__text-content {
  color: #1F2937;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.dialog__content {
  padding: 1.5rem;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.dialog.expanded .dialog__content {
  opacity: 1;
}

.dialog__content--loading {
  opacity: 0.5;
}

/* Dialog Footer */
.dialog__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  padding: 1.5rem;
  border-top: 1px solid #E5E7EB;
}

/* Buttons */
.dialog__button {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  border: 1px solid;
}

.dialog__button--primary {
  background-color: #3B82F6 !important;
}

.dialog__button--primary:hover {
  background-color: #2563EB;
}

.dialog__button--primary:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.5);
}

.dialog__button--secondary {
  background-color: white;
  color: #374151;
  border-color: #D1D5DB;
}

.dialog__button--secondary:hover {
  background-color: #F9FAFB;
}

.dialog__button--secondary:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(209, 213, 219, 0.5);
}

/* Spinner */
.dialog__spinner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 10;
}

.dialog__spinner svg {
  width: 2rem;
  height: 2rem;
  color: #3B82F6;
}

/* Message Styles */
.dialog__message {
  text-align: center;
  padding: 1rem;
}

.dialog__error {
  padding: 1rem;
  background-color: #FEF2F2;
  border: 1px solid #FECACA;
  border-radius: 0.375rem;
  color: #DC2626;
}

/* Type Variants */
/*.dialog--confirm .dialog__content {*/
/*  min-height: 80px;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*}*/

.dialog--form .dialog__body {
  padding: 1rem;
}

.dialog--form .dialog__content {
  padding: 1rem;
}

.dialog--info .dialog__footer {
  display: none;
}

.dialog--picker .dialog__footer {
  display: flex;
}

.dialog--picker .dialog__button--primary::before {
  content: "Apply";
}

.dialog.is-loading .dialog__content,
.dialog.is-loading .dialog__footer {
  opacity: 0; /* Hide content and footer during load */
}

.dialog.is-loading .dialog__spinner {
  display: flex;
}

.dialog__icon--warning {
  color: #ffd868;
  border-color: black;
}

/* Animation */
@keyframes dialogOpen {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.dialog[open] {
  animation: dialogOpen 0.15s ease-out;
}

/* Utility Classes */
/* Responsive Design */
@media (max-width: 640px) {
  .dialog {
    margin: 0;
    max-width: 100vw;
    max-height: 100vh;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }

  .dialog__body {
    max-height: calc(100vh - 8rem);
  }

  .dialog--sm,
  .dialog--md,
  .dialog--lg,
  .dialog--xl {
    max-width: 100vw;
  }
}

/* Focus Trap Indicators */
.dialog:focus-visible {
  outline: none;
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .dialog,
  .dialog * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
/** -- END DIALOG STYLING -- */

.event-timeline {
  list-style-type: none;
  padding: 0;
  position: relative;
}

.event-timeline::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 11px;
  height: 100%;
  width: 2px;
  background: #E0E0E0;
}

.event-timeline li {
  margin-bottom: 10px;
  padding-left: 40px;
  position: relative;
}

.event-timeline li::before {
  content: '';
  position: absolute;
  left: 7px;
  top: 5px;
  width: 10px;
  height: 10px;
  background: #4a99e2;
  border-radius: 50%;
}

/* Autocomplete */
.autocomplete-input-container {
  position: relative;
  flex-grow: 1;
  min-width: 300px;
}

.autocomplete-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: whitesmoke;
  border: 1px solid #ccc;
  z-index: 1005;
  width: 100%;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.2s ease;
  max-height: 200px;
  overflow-y: auto;
}

.autocomplete-suggestions-list-expanded {
  opacity: 1;
}

.autocomplete-suggestions div {
  margin: 0;
  padding: 8px;
  cursor: pointer;
}

.autocomplete-suggestions div:hover {
  background-color: #f0f0f0;
}

.autocomplete-to-field {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 5px;
  gap: 10px;
}

.selected-recipients {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.recipient {
  background-color: lightskyblue;
  border: 1px solid #a0c4de;
  border-radius: 3px;
  padding: 5px 8px;
  margin: 2px;
  display: flex;
  align-items: stretch;
}

.recipient span {
  margin-right: 5px;
}

.remove-recipient {
  cursor: pointer;
  font-weight: bold;
}

/* Validation */
.validation-message {
  color: #e74c3c;
  font-size: 0.875em;
  margin-top: 0.25em;
}
input.invalid,
textarea.invalid,
select.invalid {
  border-color: #e74c3c;
}

input.invalid:focus,
textarea.invalid:focus,
select.invalid:focus {
  outline-color: #e74c3c;
}
.copy-text, .fa-copy {
  cursor: pointer;
}
.copied, .fa-copy:hover {
  font-weight: 700;
}

/* ========== Entity Search & Finder Components ========== */

.entity-search-container {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}

.entity-search-input-group {
  display: flex;
  align-items: stretch;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

.entity-search-input-group select {
  min-width: 120px;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  border-right: none;
  padding: 8px;
  height: auto;
}

.entity-search-input-group input {
  flex-grow: 1;
  border: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
  padding: 8px;
}

.entity-search-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  z-index: 1000;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  border-radius: 0 0 4px 4px;
}

.entity-search-results-expanded {
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #ccc;
  border-top: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.entity-search-result-item {
  padding: 8px 12px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.entity-search-result-item:hover {
  background-color: #f5f5f5;
}

.entity-search-result-item:last-child {
  border-bottom: none;
}

.entity-item-content {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.entity-item-display {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-grow: 1;
}

.entity-type-label {
  background-color: #e0e0e0;
  color: #333;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.8em;
  text-transform: uppercase;
}

.no-results {
  padding: 10px;
  text-align: center;
  color: #666;
  font-style: italic;
}

.finder-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}

.finder-wrapper {
  display: flex;
  flex-grow: 1;
  position: relative;
  width: 100%;
}

.finder-wrapper i.fa-spinner {
    position: absolute;
    right: 4px;
    top: 5px;
}

/* ========== Sortable List Component ========== */

.sortable-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.sortable-list-item {
  display: flex;
  align-items: center;
  padding: 10px;
  margin-bottom: 5px;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.sortable-list-item:hover {
  background-color: #f0f0f0;
}

/* Compact variant */
.sortable-list--compact {
  gap: 4px;
  margin-bottom: 10px;
}

.sortable-list--compact .sortable-list-item {
  padding: 4px 8px;
  margin-bottom: 0;
  font-size: 14px;
}

.sortable-list--compact .sort-buttons button {
  padding: 0 3px;
}

.sortable-list--compact .add-button-container {
  margin-top: 5px;
  margin-bottom: 10px;
}

.sortable-list--compact .add-button {
  padding: 2px 8px;
}

.item-name {
  flex-grow: 1;
  max-width: calc(100% - 120px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 5px;
}

.sort-buttons {
  display: flex;
  gap: 5px;
  margin-left: auto;
}

.sort-buttons button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 5px;
}

.sort-button:hover {
  color: #000;
}

.sort-button:hover .fa-trash {
  color: #d1464a;
}

.sort-button:focus {
  outline: none;
  color: #000;
}

.sort-button.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.add-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
}

.horizontal-line {
  flex: 1;
  height: 1px;
  background-color: #ccc;
  margin: 0 10px;
}

.add-button {
  background: none;
  border: none;
  border-radius: 50%;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 16px;
}

.add-button:hover {
  background-color: #e0e0e0;
}

.add-button i {
  color: #333;
}

.move-up {
  transform: translateY(-100%);
}

.move-down {
  transform: translateY(100%);
}

.sortable-list .entity-search-container {
  position: relative;
  width: 100%;
}

.sortable-list-item .entity-search-results {
  z-index: 1001;
}

template {
  display: none;
}

[data-controller~="finder-selector"] [data-finder-selector-target="container"] {
  display: flex;
  flex-grow: 1;
  width: 100%;
}

.sortable-list-item.transitioning {
  position: relative;
  z-index: 2;
}

.sortable-list-item .entity-item-content {
  max-width: calc(100% - 100px);
}

/* Collapsible Content Area */
.slide-content-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
  background-color: #F9FAFB;
}
.slide-content-wrapper.is-visible {
  max-height: 1500px; /* Large enough value */
}
.slide-content-inner {
  padding: 15px 15px 15px 18px;
  border-top: 1px solid var(--review-border-color);
}

.slide-content-inner {
  padding: 0 15px 15px 15px;
  border: 1px solid #eee;
  border-top: 0;
}
.slide-content-inner:hover {
  background-color: #F9F9F9;
}

.invalid-feedback {
  color: #8e0c10;
  font-size: 14px;
  margin-top: 5px;
}

/* Trix Editor */
trix-toolbar {
  background-color: #FDFDFD;
  border: 1px solid #d1d5db;
  border-bottom: none;
  padding: 0.5rem;
  border-radius: 0.375rem 0.375rem 0 0;
}

trix-toolbar .trix-button {
  background-color: transparent;
  border-radius: 0.25rem;
}

trix-toolbar .trix-button:hover {
  background-color: #e9ecef;
}

trix-toolbar .trix-button.trix-active {
  background-color: #dee2e6;
}

trix-editor {
  background-color: #FDFDFD;
  border: 1px solid #dee2e6;
  border-radius: 0 0 0.375rem 0.375rem;
  padding: 1rem;
}
trix-editor:focus {
  outline: none;
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

trix-editor a {
  color: #0d6efd;
}

/* --- Disables file tool buttons in toolbar --- */
trix-toolbar .trix-button-group--file-tools { display: none; }

/* --- Multiselect Styling --- */
/* --- Component Wrapper --- */
.multiselect-wrapper {
  width: 100%;
  max-width: 20rem; /* 320px */
  margin: 0 auto;
}

.multiselect-wrapper label {
  display: block;
  font-size: 0.875rem; /* 14px */
  font-weight: 500;
  color: #374151;
  margin-bottom: 0.25rem; /* 4px */
}

.multiselect-wrapper .multiselect-help-text {
  font-size: 0.75rem; /* 12px */
  color: #6B7280;
  margin-top: 0.5rem; /* 8px */
}

/* --- Main Component Container --- */
.multiselect-component {
  position: relative;
}

.multiselect-component .is-hidden {
  display: none;
}

/* --- Display Area (the fake select box) --- */
.multiselect-display {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.5rem; /* 8px */
  background-color: #FFFFFF;
  border: 1px solid #D1D5DB;
  border-radius: 0.375rem; /* 6px */
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  cursor: pointer;
  box-sizing: border-box;
}

.multiselect-display.is-open {
  border-color: #3B82F6;
  outline: 1px solid #3B82F6;
}

.multiselect-display-text {
  color: #374151;
}

.multiselect-display i {
  color: #9CA3AF;
}

/* --- Options Dropdown Panel --- */
.multiselect-options {
  position: absolute;
  z-index: 10;
  width: 100%;
  margin-top: 0.25rem; /* 4px */
  background-color: #FFFFFF;
  border: 1px solid #D1D5DB;
  border-radius: 0.375rem; /* 6px */
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  max-height: 15rem; /* 240px */
  overflow-y: auto;
}

/* Custom scrollbar for better aesthetics */
.multiselect-options::-webkit-scrollbar { width: 6px; }
.multiselect-options::-webkit-scrollbar-track { background: #F1F1F1; }
.multiselect-options::-webkit-scrollbar-thumb { background: #888; border-radius: 3px; }
.multiselect-options::-webkit-scrollbar-thumb:hover { background: #555; }

/* --- Individual Option Item (in the template) --- */
.multiselect-option-item {
  display: flex;
  align-items: center;
  padding: 0.5rem; /* 8px */
  cursor: pointer;
}

.multiselect-option-item:hover {
  background-color: #F3F4F6;
}

.multiselect-option-item input[type="checkbox"] {
  margin-right: 0.5rem; /* 8px */
}

.multiselect-option-item span {
  flex: 1;
}

.multiselect-display.is-open {
  border-color: #3b82f6;
  outline: 1px solid #3b82f6
}
/* FAR */
#far-initiate {
    display: flex;
    flex-direction: column;
    border: solid 1px #aaa;
    width: 800px;
    border-radius: 5px;
    text-align: center;
    margin: 10px 0;
    padding: 2px 0 5px 0;
}
#far-initiate > div {
    display: flex;
}
#far-initiate > div > form:first-of-type {
    flex-direction: column;
}
#far-initiate > div > form {
    display: flex;
    flex-grow: 1;
    justify-content: center;
}
#far-initiate > div > div {
    display: flex;
}
+
#far-initiate .finder-wrapper {
    width: auto;
}
/*# sourceMappingURL=desktop.css.map */
