:root {
  --ead-logo-red: #f15a22;
  --ead-logo-blue: #18b1e7;
  --ead-logo-grey: #191D21;
  --ead-basic-type: "Roboto";
  --ead-fallback-type: arial;
  --ead-blue: #18b0e6;
  --ead-footer-bg: #191D21;
  --ead-content-grey-bg: #f7f6f6;
}

html,
body {
  font-family: var(--ead-basic-type), var(--ead-fallback-type);
  font-size: 14px;
  caret-color: transparent;
}

input,
textarea {
  caret-color: black;
}

a {
  color: var(--ead-logo-blue);
}

#doc-loader,
#session-renewal {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: whitesmoke;
  z-index: 1056;
  opacity: 0.9;
}

#session-renewal {
  opacity: 0.93;
}

.section-title > i {
  transition: all 0.3s ease 0s;
}

#doc-loader i {
  width: 28px;
  height: 28px;
}

.w500 {
  width: 500px;
}

.w100 {
  width: 100px;
}

.h30 {
  height: 30px;
}

.h100 {
  height: 100%;
}

.rotate-reset {
  transition: all 0.3s ease 0s;
  transform: rotate(0deg);
}

.rotate-down {
  transition: all 0.3s ease 0s;
  transform: rotate(90deg);
}

.text-justify {
  text-align: justify;
}

.handhover {
  cursor: auto;
}

.handhover:hover {
  cursor: pointer;
}

.eadred {
  color: var(--ead-logo-red);
}

.eadblue {
  color: var(--ead-logo-blue);
}

.eadbluebg {
  background-color: var(--ead-logo-blue);
}

.eadgrey {
  color: var(--ead-logo-grey);
}

.eadredbtn {
  background-color: var(--ead-logo-red);
  border: 1px solid var(--ead-logo-red);
  border-radius: 18px;
  transition: all 0.3s ease 0s;
  color: white;
}

.eadredbtn:hover {
  border: 1px solid var(--ead-logo-grey);
  color: white;
}

.eadredlink {
  cursor: auto;
}

.eadredlink:hover {
  color: var(--ead-logo-red);
  cursor: pointer;
}

.eadredlink.nav-item {
  padding: 0.5em 1em;
  border-radius: 6px;
  text-decoration: none;
}

.danger-link {
  color: crimson;
  cursor: auto;
  transition: all 0.3s ease 0s;
}

.danger-link:hover {
  color: darkred;
  cursor: pointer;
}

.success-link {
  color: forestgreen;
  cursor: auto;
  transition: all 0.3s ease 0s;
}

.success-link:hover {
  color: darkgreen;
  cursor: pointer;
}

.action-link {
  color: cornflowerblue;
  cursor: auto;
  transition: all 0.3s ease 0s;
}

.action-link:hover {
  color: blueviolet;
  cursor: pointer;
}

.eadtag {
  background-color: #f9f9f9;
  padding: 0.5em;
  border-bottom: 1.5px dotted var(--ead-logo-blue);
  font-size: smaller;
}

.eadredlink.active {
  background-color: var(--ead-logo-blue);
  color: white;
}

.red-color {
  color: red;
}

.crimson-color {
  color: crimson;
}

.forestgreen-color {
  color: forestgreen;
}

.lightgrey-color {
  color: lightgrey;
}

.cornblue-color {
  color: cornflowerblue;
}

#cookie-banner {
  position: fixed;
  z-index: 100;
  background-color: #b5c6e1;
  color: #003263;
  padding: 0.5em 1em;
  border-top: 2px solid darkgray;
  border-radius: 6px;
  box-shadow: 3px 3px 6px 0 black;
  width: 80%;
  bottom: 0;
  font-size: 14px;
  left: 50%;
  transform: translate(-50%, -10%);
}

.help-icon {
  color: var(--ead-logo-grey);
  transition: all 0.3s ease 0s;
}

.help-icon:hover {
  color: var(--ead-logo-blue);
}

.greycontent {
  background-color: var(--ead-content-grey-bg);
}

.no-tickets {
  background-color: green;
  color: white;
}

.with-tickets {
  background-color: red;
  color: white;
}

.results-badge {
  background-color: var(--ead-logo-red);
  color: white;
  font-size: 12px;
}

.goodinput {
  color: #5dd71f;
}

.badinput {
  color: #e63232;
}

.input-feedback {
  font-size: 12px;
}

.header-border {
  border-bottom: 4px solid var(--ead-logo-grey);
}

.eadgrey-bottom-border {
  border-bottom: 1px solid var(--ead-logo-grey);
}

.eadgrey-top-border {
  border-top: 1px solid var(--ead-logo-grey);
}

.eadblue-bottom-border {
  border-bottom: 1px solid var(--ead-logo-blue);
}

.footer {
  background-color: var(--ead-footer-bg);
  color: #5e6a78;
  font-size: 14px;
}

.footer > .row > .col {
  margin: 0;
  padding: 15px 0;
}

.profilepic {
  height: 36px;
}

.was-validated .custom-select:invalid + .select2 .select2-selection,
.invalid-field {
  border-color: #dc3545 !important;
}

.was-validated .custom-select:valid + .select2 .select2-selection,
.valid-field {
  border-color: #28a745 !important;
}

.section-title {
  cursor: auto;
  background-color: ghostwhite;
  font-weight: bold;
  transition: all 0.3s ease 0s;
}

.section-title:hover {
  cursor: pointer;
  color: var(--ead-logo-blue);
}

/* navigation & links */

.footer-row a {
  color: #babbbc;
  text-decoration: underline;
  transition: all 0.3s ease 0s;
}

.main-nav {
  margin: 15px 0 0;
  padding-bottom: 0;
}

.navbar-nav a {
  color: #808387 !important;
  text-decoration: none;
  border-bottom: 4px solid white;
  transition: all 0.3s ease 0s;
}

ul.nav > li > a {
  padding: 10px 15px;
}

ul.submenu > li > a {
  display: block;
  padding: 3px 15px;
}

ul.nav2 > li > a {
  padding: 5px 35px 5px 15px;
  font-size: 12px;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 3px;
  margin-top: 9px;
}

.footer-row a:hover {
  color: #1867bc;
}

.navbar-nav a:hover {
  color: var(--ead-blue) !important;
  border-bottom: 4px solid var(--ead-blue);
}

.navbar-nav a:active {
  color: var(--ead-blue);
}

ul.nav2 > li {
  list-style: none;
}

/* navigation & links: end */

.showpass {
  cursor: auto;
  transition: all 0.3s ease 0s;
}

.showpass:hover {
  cursor: pointer;
  color: var(--ead-logo-red);
}

.redborder {
  border: 1px solid crimson;
}

.almondbg {
  background-color: blanchedalmond;
}

.file-icon {
  color: #c83718;
  padding: 3px;
  cursor: auto;
  transition: all 0.3s ease 0s;
}

.file-icon:hover {
  cursor: pointer;
  color: purple;
}

/* pagination */

.pg-inactive,
.pg-active,
.pg-item,
.pg-item-selected {
  position: relative;
  float: left;
  margin: 2px;
  padding: 4px 12px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  font-family: "Lucida Console", "Courier New", var(--ead-fallback-type), sans-serif;
}

.pg-active {
  background-color: whitesmoke;
  border: 1px solid #14406c;
  color: #126a9c;
  cursor: auto;
  transition: all 0.3s;
}

.pg-active:hover {
  color: whitesmoke;
  background-color: #14406c;
  cursor: pointer;
}

.pg-inactive {
  background-color: whitesmoke;
  border: 1px solid #ddd;
  color: #aaa;
}

.pg-item-selected {
  color: whitesmoke;
  background-color: #14406c;
  border: 1px solid #ddd;
}

/* pagination end */

/* search */

.search-results-row {
  position: absolute;
  display: none;
  width: 100%;
  z-index: 10;
}

.search-results {
  color: #14406c;
  background-color: #fafafa;
  box-shadow: 1px 2px 2px 0 rgb(50 50 50);
  max-width: 800px;
}

.search-result-item {
  padding: 0.5em 1em;
  background-color: #fafafa;
  border: 1px dashed #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  transition: all 0.3s;
  cursor: auto;
}

.search-result-item:hover {
  background-color: #f2f8ff;
  cursor: pointer;
}

.highlighted-result {
  border: 1px dashed #000;
  background-color: #f2f8ff;
}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.select2-results__group {
		
  font-size: 16px;
  font-style: italic;
}