#activeLaws {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 70% auto;
  grid-template-areas: "header header" "search-area ." "left-side right-side" "footer .";
  margin-bottom: 50px;
  /* ???? */
  /* Law list */
  /* Footer (paginator) */
  /* Sidebar */
}
#activeLaws h1 {
  font-size: 26px;
  font-weight: 100;
  padding-left: 15px;
}
#activeLaws .inputs {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
#activeLaws .inputs .input {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 300px;
}
#activeLaws .inputs .input label {
  font-weight: bold;
  width: auto;
}
#activeLaws .inputs .input select {
  padding: 7px 16px;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
}
#activeLaws .inputs .input input {
  padding: 7px 16px;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  padding-left: 35px;
  width: 180px;
}
#activeLaws .inputs .input .input-with-icon {
  position: relative;
}
#activeLaws .inputs .input .input-with-icon i {
  position: absolute;
  padding: 10px;
  pointer-events: none;
  font-size: 21px;
  color: #999;
}
#activeLaws .laws {
  display: inline;
  grid-area: left-side;
}
#activeLaws .laws .law {
  background-color: #f5f5f5;
  padding: 10px;
  background-color: #f5f5f5;
  padding: 10px;
  margin-top: 20px;
  border: 1px solid #950000;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.1s ease;
}
#activeLaws .laws .law h2 {
  font-size: 16px;
  margin: 0;
  width: 80%;
  line-height: 100%;
}
#activeLaws .laws .law h2 span {
  font-size: 13px;
  color: #555;
  font-weight: normal;
  white-space: nowrap;
}
#activeLaws .laws .law .left-side {
  float: left;
  width: 100px;
}
#activeLaws .laws .law .left-side .id {
  color: #807474;
}
#activeLaws .laws .law .left-side .document {
  color: #968d8d;
}
#activeLaws .laws .law .left-side .document i {
  font-size: 10px;
  padding-left: 5px;
}
#activeLaws .laws .law .right-side {
  overflow: hidden;
  width: 800px;
  position: relative;
  overflow: visible;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
#activeLaws .laws .law .progress-bar {
  width: 100%;
}
#activeLaws .laws .law .progressbar {
  user-select: none;
  display: flex;
  padding-left: 0;
  margin: 20px auto 20px 10px;
}
#activeLaws .laws .law .progressbar li {
  flex: 1;
  list-style-type: none;
  font-size: 12px;
  position: relative;
  max-width: 25%;
}
#activeLaws .laws .law .progressbar li.active span {
  color: #000;
}
#activeLaws .laws .law .progressbar li.hidden {
  display: none;
}
#activeLaws .laws .law .progressbar .border {
  display: flex;
}
#activeLaws .laws .law .progressbar .border .circle, #activeLaws .laws .law .progressbar .border .first-circle {
  display: inline-block;
  max-width: 14px;
  min-width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #777777;
}
#activeLaws .laws .law .progressbar .border .circle:hover, #activeLaws .laws .law .progressbar .border .first-circle:hover {
  background-color: #474747;
}
#activeLaws .laws .law .progressbar .border .hrcontainer {
  display: block;
  width: 100%;
}
#activeLaws .laws .law .progressbar .border hr {
  flex: 1;
  height: 4px;
  margin: 5px;
  background-color: #777777;
}
#activeLaws .laws .law .progressbar .border hr:hover {
  background-color: #474747;
}
#activeLaws .laws .law .progressbar .active .border .circle, #activeLaws .laws .law .progressbar .active .border .first-circle, #activeLaws .laws .law .progressbar .active .border hr {
  background-color: #008e3a;
}
#activeLaws .laws .law .progressbar .active .border .circle:hover, #activeLaws .laws .law .progressbar .active .border .first-circle:hover, #activeLaws .laws .law .progressbar .active .border hr:hover {
  background-color: #005e0a;
}
#activeLaws .laws .law .progressbar .active .border.inactive hr {
  background-color: #777777;
}
#activeLaws .laws .law .progressbar .active .border.inactive hr:hover {
  background-color: #474747;
}
#activeLaws .laws .law .progressbar .active .first-circle {
  background-color: #008e3a;
}
#activeLaws .laws .law .progressbar .active .first-circle:hover {
  background-color: #005e0a;
}
#activeLaws .laws .law .progressbar .declined .border .circle, #activeLaws .laws .law .progressbar .declined .border .first-circle, #activeLaws .laws .law .progressbar .declined .border hr {
  background-color: #ff0000 !important;
}
#activeLaws .laws .law .progressbar .declined .border .circle:hover, #activeLaws .laws .law .progressbar .declined .border .first-circle:hover, #activeLaws .laws .law .progressbar .declined .border hr:hover {
  background-color: #ee0000 !important;
}
#activeLaws .laws .law .progressbar .declined .tooltip {
  bottom: 77px;
}
#activeLaws .laws .law .progressbar .active.last .border hr {
  background-color: #f9b333;
}
#activeLaws .laws .law .progressbar.completed .active.last .circle, #activeLaws .laws .law .progressbar.completed .active.last hr {
  background-color: #008e3a;
}
#activeLaws .laws .law .progressbar .status {
  text-align: left;
  padding: 4px 0 0 10px;
  display: block;
  border-left: 1px solid #777;
  margin-left: 6px;
  letter-spacing: -0.0167em;
  margin-top: 5px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  white-space: nowrap;
}
#activeLaws .laws .law .progressbar .status span {
  font-weight: normal;
  font-size: 12px;
}
#activeLaws .laws .law .progressbar .date {
  text-align: left;
  padding: 4px 0 0 10px;
  display: block;
  border-left: 1px solid #777;
  margin-left: 6px;
  letter-spacing: -0.0167em;
}
#activeLaws .laws .law .progressbar .tooltip {
  background-color: #eaeaea;
  color: #222;
  text-align: left;
  border-radius: 4px;
  padding: 5px 7px;
  font-size: 13px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 60px;
}
#activeLaws .laws .law:hover {
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
#activeLaws .laws .law .progressbar.short {
  max-width: 400px;
}
#activeLaws .laws .law .description {
  display: flex;
  flex-direction: column;
  width: 55%;
  padding: 5px 10px;
  font-size: 13px;
}
#activeLaws .laws .law .description h3 {
  font-size: 14px;
  color: #556;
}
#activeLaws .laws .law .description p {
  width: 90%;
  flex-grow: 1;
}
#activeLaws .laws .law.white {
  background-color: #ffffff;
}
#activeLaws .detailscontainer {
  display: flex;
  flex-wrap: wrap;
}
#activeLaws .side-search-items-container {
  grid-area: right-side;
  display: flex;
  flex-direction: column;
  padding: 20px 0 0 40px;
}
#activeLaws .side-search-items-container .side-search-items {
  margin-bottom: 10px;
}
#activeLaws .side-search-items-container .side-search-items ol {
  list-style: none;
  text-decoration: none;
}
#activeLaws .side-search-items-container .side-search-items li {
  padding: 5px;
  margin-left: 10px;
  color: #950000;
}
#activeLaws .side-search-items-container .side-search-items:hover {
  cursor: pointer;
}
#activeLaws .side-search-items-container .side-search-items li.active {
  font-weight: bold;
}
#activeLaws .side-search-items-container .side-search-items .sort-by {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
#activeLaws .arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-right: 10px;
}
#activeLaws .right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#activeLaws .active .right {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-bottom: 3px;
  margin-left: 2px;
  margin-right: 8px;
}
#activeLaws .stage {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  background: #7a0000;
  border-radius: 3px;
  color: #fff;
  width: 90px;
  padding: 10px;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#activeLaws .stage-1 {
  background: #5c1f1f;
}
#activeLaws .stage-2 {
  background: #621818;
}
#activeLaws .stage-3 {
  background: #681212;
}
#activeLaws .stage-4 {
  background: #6e0c0c;
}
#activeLaws .details {
  width: 35%;
  float: left;
}
#activeLaws .details h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: #556;
  margin-bottom: 0;
}
#activeLaws .details p {
  padding: 0;
}
#activeLaws .description h3 {
  margin-bottom: 0;
}
#activeLaws .header-text {
  grid-area: header;
  text-align: center;
  max-width: 800px;
  margin: 20px auto;
}
#activeLaws .header-text p {
  color: #555;
  font-size: 16px !important;
}
#activeLaws .status {
  display: flex;
  flex-direction: row;
  align-self: flex-start;
}
#activeLaws .status .law-status {
  font-size: 14px;
  margin-left: 5px;
  margin-bottom: 5px;
}
#activeLaws .status .law-status .law-status-text {
  width: 150px;
  color: "#000";
  text-transform: uppercase;
  font-weight: bold;
}
#activeLaws .status .law-status.law-issued i {
  color: #270;
}
#activeLaws .status .livs-link i {
  color: #556;
}
#activeLaws .status .law-issued .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #ddd;
  color: #222;
  text-align: center;
  border-radius: 4px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -30px;
  right: 20px;
  font-size: 14px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}
#activeLaws .status .law-issued:hover .tooltiptext {
  visibility: visible;
  cursor: default;
}
#activeLaws .status .law-urgent {
  right: 30px;
}
#activeLaws .status .law-urgent .fa-exclamation-circle {
  color: #e94d1a;
}
#activeLaws .status .law-urgent .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #ddd;
  color: #222;
  text-align: center;
  border-radius: 4px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -30px;
  right: 20px;
  font-size: 14px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}
#activeLaws .status .law-urgent:hover .tooltiptext {
  visibility: visible;
  cursor: default;
}
#activeLaws .status .law-declined .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #ddd;
  color: #222;
  text-align: center;
  border-radius: 4px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -30px;
  right: 20px;
  font-size: 14px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}
#activeLaws .status .law-declined:hover .tooltiptext {
  visibility: visible;
  cursor: default;
}
#activeLaws .status .law-pending .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #ddd;
  color: #222;
  text-align: center;
  border-radius: 4px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -30px;
  right: 20px;
  font-size: 14px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}
#activeLaws .status .law-pending:hover .tooltiptext {
  visibility: visible;
  cursor: default;
}
#activeLaws .status .law-revoked .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #ddd;
  color: #222;
  text-align: center;
  border-radius: 4px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -30px;
  right: 20px;
  font-size: 14px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}
#activeLaws .status .law-revoked:hover .tooltiptext {
  visibility: visible;
  cursor: default;
}
#activeLaws .status .law-revoked i {
  color: #777777;
}
#activeLaws .selected .status {
  flex-direction: column;
}
#activeLaws .searchbar {
  grid-area: search-area;
  position: relative;
}
#activeLaws .input input {
  border: 1px solid #999;
  border-radius: 2px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
#activeLaws .input input.search__clear {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  border: 0;
  padding: 0;
  border-radius: 50%;
  top: 9px;
  right: 9px;
  cursor: pointer;
  visibility: hidden;
}
#activeLaws .input input.search__clear.active {
  visibility: visible;
}
#activeLaws .bottom {
  text-align: center;
  margin: 20px;
}
#activeLaws .bottom .add-more-pages {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #790000;
  border-radius: 5px;
  text-transform: uppercase;
}
#activeLaws .bottom .add-more-pages:hover {
  cursor: pointer;
}
#activeLaws .bottom .update-time {
  margin-top: 40px;
  text-align: center;
  font-size: 10px;
  color: #555;
}
#activeLaws .scroll-to-top {
  position: fixed;
  padding: 5px;
  height: 25px;
  cursor: pointer;
  z-index: 999;
  font-weight: 100;
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  width: 25px;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 10px;
  bottom: 25px;
  right: 25px;
  background: #790000;
  display: none;
}

a {
  list-style: none;
  text-decoration: none;
}

[v-cloak] {
  display: none;
}

.searchbar {
  display: flex;
  width: 100%;
}

.filter-by input {
  width: 20px;
  margin: 0;
  height: 12px;
  vertical-align: middle;
}
.filter-by label {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  margin: 5px 0;
  cursor: pointer;
}

.clear_filter {
  margin-left: 5px;
  font-size: 12px;
  color: #ccc;
}
.clear_filter .fas {
  margin-right: 7px;
}

.clear_filter.active {
  color: #790000;
}

.hidden-topics {
  display: none;
}

.fa-ban {
  color: red;
}

.fas-custom-image::before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.icon-star::before {
  background-image: url(../img/icons/star.png);
}

.icon-fail::before {
  background-image: url(../img/icons/fail.png);
}

.icon-retry::before {
  background-image: url(../img/icons/retry.png);
}

/*# sourceMappingURL=activelaws.css.map */
