/*Place your CSS code here*/
.breadcrumb-x .ef-breadcrumb li.active a {
    color: #003399;
}
body {
  background-image: url("https://www.pngall.com/wp-content/uploads/1/World-Map-PNG.png"); background-repeat: repeat; background-size: 100%;
}
#searchDiv {    background-color: #ffffff!important;
}
#ef-navbar form.navbar-form .selectize-input, #ef-navbar form.navbar-form input[type=text], #ef-navbar form.navbar-form span.search-handle {
    background-color: #ffffff;
}
.searchDivRight {
    background-color: #ffffff!important;
}
#sResultsDiv {
    background:#fcccccc!important;
}
.ef-active > #searchDiv {
    background-color: #cccccc!important;
}
.active-search-input {
    background-color:#cccccc!important;
}
.searchDivCenter >.active-search-input {
    background: #cccccc!important;
}
.searchDivRight > span.search-handle {
    background-color:#ffffff!important;
}
#searchInputContainer > .clickableRow:nth-child(even) {
      background:#cccccc!important;
}
#sResultsDiv > .clickableRow:nth-child(even) {
      background:#cccccc!important;
}
#sResultsDiv > .clickableRow {
      background: #cccccc!important;
}
.clickableRow:hover {
        background: #cccccc!important;
}
.clickableRow:nth-child(even) {
        background: #cccccc!important;
}
.clickableRow:nth-child(even):hover {
        background:#cccccc!important;
}
#ef-navbar .container .row, #ef-navbar .container .row > * {
  background: #cccccc!important:
}

/* DO NOT ADD/EDIT AFTER THIS LINE */
#ef-navbar, #ef-navbar li a.dropdown-toggle[aria-expanded="true"]{background-color:#003399;border-color:#003399;}
*.btn.btn-primary, *.btn.btn-primary:not(.active), *.btn.btn-primary:hover, *.btn.btn-primary:hover:not(.active), *.btn.btn-primary:focus, *.btn.btn-primary:focus:not(.active){background-color:#003399;border-color:#003399;}
html.new-ui-html:root{--c-brand-primary:#003399;--c-brand-primary-darken-5:#002e94;--c-brand-primary-darken-7:#002c92;--c-brand-primary-darken-10:#00298f;--c-brand-primary-darken-15:#00248a;--c-brand-primary-darken-17:#002288;--c-brand-primary-darken-20:#001f85;--c-brand-primary-darken-25:#001a80;--c-brand-primary-lighten-7:#073aa0;--c-brand-primary-lighten-40:#285bc1;}
