.notification {
  position: fixed;
  left: -20rem;
  bottom: 3rem;
  padding: 10px;
  width: 20rem;
  transition: left 2s;
  background-color: forestgreen;
  color: white;
  flex-direction: row;
  z-index: 1;
}

  .error-notification {
  position: fixed;
  left: -20rem;
  bottom: 3rem;
  padding: 10px;
  width: 20rem;
  transition: left 2s;
  background-color: rgb(255, 40, 40);
  color: white;
  flex-direction: row;
  z-index: 1;
}


.cost-or-value-addon select {
  min-width: 150px;
}

#message {
  margin: 10px;
  align-self: center;
}

.fa-bell {
  font-size: 3rem;
}

.board {
  width: 75%;
  margin: 60px auto;
  background: #fff;
  padding-bottom: 10px;
  /*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}

.board .nav-tabs {
  position: relative;
  /* border-bottom: 0; */
  /* width: 80%; */
  margin: 40px auto;
  margin-bottom: 0;
  box-sizing: border-box;
}

p.narrow {
  width: 60%;
  margin: 10px auto;
}

.liner {
  height: 2px;
  background: #ddd;
  position: absolute;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 0;
}

.add-row, .delete-row, .comment-icon {
  padding-left: 15px;
  font-size: 25px;
  text-align: center;
  color: #337ab7;
  cursor: pointer;
}

.nav.navbar-nav .nav-item .nav-link, .navbar-right.navbar-form a, .navbar.navbar-light .navbar-brand {
  color: white;
}

.nav-tabs>li.nav-item>a.active, 
.nav-tabs>li.nav-item>a.active:hover, 
.nav-tabs>li.nav-item>a.active:focus {
  color: #555555;
  cursor: default;
  /* background-color: #ffffff; */
  border: 0;
  border-bottom-color: transparent;
}

span.round-tabs {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: white;
  z-index: 2;
  position: relative;
  left: 0;
  text-align: center;
  font-size: 25px;
}

span.round-tabs.one {
  color: rgb(34, 194, 34);
  border: 2px solid rgb(34, 194, 34);
}

li.active span.round-tabs.one {
  background: #fff !important;
  border: 2px solid #ddd;
  color: rgb(34, 194, 34);
}

span.round-tabs.two {
  color: #febe29;
  border: 2px solid #febe29;
}

.nav-tabs>li.nav-item>a.active span.round-tabs.two {
  background: #fff !important;
  border: 2px solid #ddd;
  color: #febe29;
}

span.round-tabs.three {
  color: #3e5e9a;
  border: 2px solid #3e5e9a;
}

.nav-tabs>li.nav-item>a.active span.round-tabs.three {
  background: #fff !important;
  border: 2px solid #ddd;
  color: #3e5e9a;
}

span.round-tabs.four {
  color: #f1685e;
  border: 2px solid #f1685e;
}

.nav-tabs>li.nav-item>a.active span.round-tabs.four {
  background: #fff !important;
  border: 2px solid #ddd;
  color: #f1685e;
}

span.round-tabs.five {
  color: #999;
  border: 2px solid #999;
}

.nav-tabs>li.nav-item>a.active span.round-tabs.five {
  background: #fff !important;
  border: 2px solid #ddd;
  color: #999;
}

.nav-tabs>li.nav-item>a.active span.round-tabs {
  background: #fafafa;
}

.nav-tabs>li.nav-item {
  width: 20%;
}

section#page2 .nav-tabs>li.nav-item,
section#page3 .nav-tabs>li.nav-item,
section#page4 .nav-tabs>li.nav-item {
  width: 25%;
}

button.btn.btn-light.dropdown-toggle {
  border-color: #ccc;
  background-color: transparent;
}

span.navbar-toggler-icon:active {
  border-color: red !important;
}


.nav-tabs.four>li.nav-item {
  width: 25%;
}
ul#myTab.nav.nav-tabs>li.nav-item>a.nav-link.active::after {
  content: " ";
  position: absolute;
  left: 45%;
  opacity:0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: #ddd;
  transition: 0.1s ease-in-out;

}

ul#myTab.nav.nav-tabs {
  position: relative;
}

ul#myTab.nav.nav-tabs>li.nav-item {
  position: relative;
}

ul#myTab.nav.nav-tabs>li.nav-item>a.nav-link::after {
  content: " ";
  position: absolute;
  left: 45%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: #ddd;
  transition: 0.1s ease-in-out;
}

ul#myTab.nav.nav-tabs>li.nav-item>a.nav-link.active::after {
  content: " ";
  position: absolute;
  left: 45%;
  opacity: 1;
  margin: 0 auto;
  bottom: 0px;
  border: 10px solid transparent;
  border-bottom-color: #ddd;
}

#myTab.nav-tabs>li.nav-item a {
  width: 70px;
  height: 70px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
}

#myTab.nav-tabs>li.nav-item a:hover {
  background: transparent;
}

.tab-content {
  padding-left: 15px;
  padding-right: 15px;
}

.tab-pane {
  position: relative;
  padding-top: 50px;
}

.tab-content .head {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.btn-outline-rounded {
  padding: 10px 40px;
  margin: 20px 0;
  border: 2px solid transparent;
  border-radius: 25px;
}

button.navbar-toggler:focus {
  outline: none;
  background-color: #ddd;
}

.btn.green {
  background-color: #5cb85c;
  /*border: 2px solid #5cb85c;*/
  color: #ffffff;
}

#children a.comment-icon,
#bank a.comment-icon,
#cash a.comment-icon,
#bonds-stocks-shares a.comment-icon{
  padding-left: 0;
}

@media( max-width: 585px) {
  .board {
    width: 90%;
    height: auto !important;
  }
  span.round-tabs {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .tab-content .head {
    font-size: 20px;
  }
  #myTab.nav-tabs>li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
   .nav-tabs>li.active::after {
    content: " ";
    position: absolute;
    left: 35%;
  }
  .btn-outline-rounded {
    padding: 12px 20px;
  }
}

.add-row, .delete-row, .comment-icon {
  padding-left: 15px;
  font-size: 25px;
  text-align: center;
  color: #337ab7;
  cursor: pointer;
}

.add-row .fa, .delete-row .fa {
  top: 0;
}

/*
.delete-row {
  display: none!important;
}*/

.fcol {
  margin: 1.5em 0 0.5em 0;
}

.child-error {
  color: red
}

.errorList {
  color: red;
}

.btn-tooltip {
  width: 30px;
  height: 30px;
  padding: 0px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857;
  background: transparent;
  font-size: 30px;
  color: blue;
}

.btn-tooltip .fa {
  top: 0;
}

.tab-pane h3 {
  display: inline;
}

/**************************\
  Basic Modal Styles
\**************************/

.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "\2715";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, .8);
}

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, .8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
    Demo Animation Style
  \**************************/

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container, .micromodal-slide .modal__overlay {
  will-change: transform;
}

/*wizard*/

.question {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
}

.card--wizard {
  padding: 3rem;
  box-shadow: 10px 10px 5px grey;
  min-width: 550px;
}

h1 {
  text-align: center;
}

/* Mark input boxes that gets an error on validation: */

input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */

.tab, #wizard-preview, #wizard-add, #wizard-edit {
  display: none;
}

button {
  background-color: #4CAF50;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */

.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.hidden, [id$="-wizard-details"] {
  display: none;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */

.step.finish {
  background-color: #4CAF50;
}

/* Yes/No radio buttons */

.inputGroup {
  background-color: #40c0e0;
  display: block;
  margin: 10px 0;
  position: relative;
}

.inputGroup label {
  padding: 12px 30px;
  width: 100%;
  display: block;
  text-align: left;
  color: #3c454c;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
}

.inputGroup label:before {
  width: 15px;
  height: 10px;
  border-radius: 50%;
  content: '';
  background-color: #5562eb;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}

.inputGroup label:after {
  width: 32px;
  height: 32px;
  content: '';
  border: 2px solid #d1d7dc;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}

.inputGroup input:checked~label {
  color: #fff;
}

.inputGroup input:checked~label:before {
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}

.inputGroup input:checked~label:after {
  background-color: #54e0c7;
  border-color: #54e0c7;
}

.inputGroup input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

*, *::before, *::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

#update_ans {
  display: none;
  padding: 3rem;
  box-shadow: 10px 10px 5px grey;
}

.shadow {
  box-shadow: 10px 10px 5px grey;
  padding: 1rem;
}

#new_child {
  display: none;
  padding: 3rem;
  box-shadow: 10px 10px 5px grey;
}

#options {
  padding: 3rem;
  box-shadow: 10px 10px 5px grey;
}

.detail {
  color: #1fc8db;
  font-weight: bold;
  font-family: 'Courier New', Courier, monospace;
}

/*Advance search start*/

.col-md-12.adv-search-title {
  margin-top: 20px;
}

.fa-arrow-right, .fa-arrow-left {
  font-size: 30px;
}

#wizard-add .col-sm-12, #wizard-edit .col-sm-12 {
  margin-bottom: 10px;
}

/* Currency Dropdowns*/

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/*.input-group .form-control, .input-group-addon, .input-group-btn {*/
/*  display: table-cell;*/
/*  width: fit-content;*/
/*}*/


.input-group-addon:first-child {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.currency-addon select, .month-addon select, .input-group-addon select {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-left: .5rem;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1024' height='640'><path d='M1017 68L541 626q-11 12-26 12t-26-12L13 68Q-3 49 6 24.5T39 0h952q24 0 33 24.5t-7 43.5z'></path></svg>") 90%/12px 6px no-repeat;
  font-family: inherit;
  color: inherit;
}

.currency-amount {
  text-align: right;
}

.currency-addon {
  width: 6em;
  text-align: left;
  position: relative;
}

.month-addon {
  width: 8.5em;
  text-align: left;
  position: relative;
}

p[class$="error"] {
  color: red;
}

.tooltip-inner {
  color: #fff;
  background-color: #002d8d;
  font-size: 16px;
}

.modal-confirm {
  color: #636363;
  width: 400px;
}

.modal-confirm .modal-content {
  padding: 20px;
  border-radius: 5px;
  border: none;
  text-align: center;
  font-size: 14px;
}

.modal-confirm .modal-header {
  border-bottom: none;
  position: relative;
}

.modal-confirm h4 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0 -10px;
}

.modal-confirm .close {
  position: absolute;
  top: -5px;
  right: -2px;
}

.modal-confirm .modal-body {
  color: #999;
}

.modal-confirm .modal-footer {
  border: none;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
  padding: 10px 15px 25px;
}

.modal-confirm .modal-footer a {
  color: #999;
}

.modal-confirm .icon-box {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  z-index: 9;
  text-align: center;
  border: 3px solid #f15e5e;
}

.modal-confirm .icon-box i {
  color: #f15e5e;
  font-size: 46px;
  display: inline-block;
  margin-top: 13px;
}

.modal-confirm .btn {
  color: #fff;
  border-radius: 4px;
  background: #60c7c1;
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  min-width: 120px;
  border: none;
  min-height: 40px;
  border-radius: 3px;
  margin: 0 5px;
  outline: none !important;
}

.modal-confirm .btn-info {
  background: #c1c1c1;
}

.modal-confirm .btn-info:hover, .modal-confirm .btn-info:focus {
  background: #a8a8a8;
}

.modal-confirm .btn-danger {
  background: #f15e5e;
}

.modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus {
  background: #ee3535;
}

.trigger-btn {
  display: inline-block;
  margin: 100px auto;
}

@media only print {
  footer, footer *, .alert, .dont-print {
    display: none !important;
  }
  .signature {
    display: block !important;
  }
  p.official-receipt {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
  }
  .btn {
    display: none;
  }
  .na {
    display: block;
  }
  .checkbox {
    display: none;
  }
  h4 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  a {
    display: none;
  }
  thead {
    page-break-after: avoid;
  }
  a {
    page-break-after: avoid;
    page-break-after: avoid;
  }
  div {
    page-break-inside: avoid;
  }
  footer {
    display: none;
  }
}

.messages {
  padding: 10px;
}

/* Base.html */

.date {
  white-space: nowrap;
}


.navbar-header img {
  height: 40px;
  width: auto;
  display: inline-block;
}

.navbar-nav {
  padding-top: 10px;
}

li.nav-item:hover {
  text-decoration: underline;
}

footer {
  background-color: #002d8d;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
}

footer a {
  color: white;
}

@media( max-width: 768px) {
  footer {
    height: auto;
  }
}

#page-container {
  position: relative;
  min-height: 100vh;
}

#page-content {
  padding-bottom: 200px;
  /* Footer height */
}

.navbar {
  margin-bottom: 0!important;
}

.shadow {
  box-shadow: 2px 2px 2px 2px grey;
  margin: 10px;
  padding: 10px;
}

/* Resubmission Form */

h2.update-date- {
  text-align: center;
  margin: 20px;
}

.form-group.row.trn {
  padding-top: 20px;
}

input.btn.btn-primary.resubmission {
  margin-bottom: 15px;
}

/* Compliance List */

#compliance-upload-form {
  margin-top: 20px;
}

h2.com-list {
  text-align: center;
  margin-top: 40px;
}

input.org, input.name, input.year {
  text-align: center;
}

.input-group-text.blue:hover {
  color: #0062cc;
}

.input-group-append:hover {
  cursor: pointer;
}

.compliance-search div {
  text-align: center;
  margin-bottom: 10px;
}

.compliance-search div label {
  display: inline;
}

.search_addon, .adv_opt {
  cursor: pointer;
}

.dropdown.dropdown-lg .dropdown-menu {
  margin-top: -1px;
  padding: 6px 20px;
}

.input-group-btn .btn-group {
  display: flex !important;
}

.btn-group .btn {
  border-radius: 0;
  margin-left: -1px;
}

.btn-group .btn:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.btn-group .form-horizontal .btn[type="submit"] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

.form-group .form-control:last-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.dropdown-menu .form-control {
  float: none;
}

.dropdown-menu label {
  display: block;
}

@media screen and (min-width: 768px) {
  #compliance-search {
    width: 500px;
    margin: 0 auto;
  }
  .dropdown.dropdown-lg {
    position: static !important;
  }
  .dropdown.dropdown-lg .dropdown-menu {
    min-width: 4px;
  }
}

ul#id_eligible_n_submitted ol, ul {
  list-style-type: none;
}

/* Contact Us */

h2.contact-heading {
  text-align: center;
}

form.contact-form {
  margin-top: 20px;
}

.email-status-msg {
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  margin-top: 10px;
  font-weight: 600;
}

textarea#id_message, .send-email {
  margin-bottom: 10px;
}

/* Login Page */

.main-head{
  height: 150px;
  background: #FFF;
 
}

.sidenav {
  height: 100%;
  background-color: navy;
  overflow-x: hidden;
  padding-top: 20px;
}

.main {
  padding: 0px 10px;
  margin-right: 0px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
}

@media screen and (max-width: 450px) {
  .login-form{
      margin-top: 10%;
  }

  .register-form{
      margin-top: 10%;
  }
}

@media screen and (min-width: 768px){
  .main{
      margin-left: 40%;
      min-height: 400px; 
  }

  .sidenav{
      width: 40%;
      position: fixed;
      z-index: 1;
      top: 0;
      left: 0;
  }

  .login-form{
      margin-top: 20%;
  }

  .register-form{
      margin-top: 20%;
  }
}

@media screen and (min-width: 768px) {
  .login-main-text{
    margin-top: 20%;
  }
}

.login-main-text{
  color: #fff;
  padding: 30px;
}

.login-main-text h2{
  font-weight: 300;
}

.login-main-text li a {
  color:#fff;
}

/* Hide the login form initially */
#loginForm {
  display: none;
}

.modal-header .icon-box span {
  color: #f15e5e;
  padding: 25px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  z-index: 2;
  position: relative;
  text-align: center;
  font-size: 25px;
  display: flex;
}

button.btn[name=""][disabled] {
  background: limegreen;
  color: #fff;
}

/* Loading Spinner */
.lds-ring,
.lds-ring div {
  box-sizing: border-box;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  border: 8px solid blue;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: blue transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.btn.btn-primary {
  margin: 3px;
}

.errorlist { color: red; }

.duplicate-declarant-comparison th:nth-child(2), .duplicate-declarant-comparison td:nth-child(2) {
    background: lightgreen;
}

.duplicate-declarant-comparison th:nth-child(3), .duplicate-declarant-comparison td:nth-child(3) {
    background: pink;
}

.duplicate-declarant-comparison ul {
    list-style: square;
}

.btn-merge {
  display: inline;
}

.dropdown-menu.dropdown-menu-right.show {
  position: absolute !important;
  transform: translate3d(-495px, 38px, 0px) !important;
  top: 0px !important;
  left: 0px !important;
  will-change: transform !important;
}
