.welcome{
    background-image: url('../images/bg_jud_dark.jpg');
    background-size:cover;
    background-position: center;
    color: white;
    padding-top: 180px;
    margin-left: -15px;
    margin-right: -13px;
}

.bg-success-light{
  background: #59feb2;
}
.uphome {
    font-size: 14px !important;
    margin-top: 15px;
}
.accordion-button:not(.collapsed) ,.accordion-button{
  color: #087e3a !important;
  background-color: #ebffe7 !important;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button:not(.collapsed)::after {
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2087e3a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e) !important;
  transform: rotate(-180deg);
  color: green;
}
.card-ic{
    width: 40px;
}

.bd-footer{

        /* position: absolute; */
        bottom: 0;
        width: 100%;
        /* height: 2.5rem;            Footer height */
}

.search-bar {
    width: 430px !important;
}

.page-container {
    position: relative;
    min-height: 91vh;
  }
  .page-link {
    position: relative;
    display: block;
    color: #198754 !important;
  }
  .page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #198754 !important;
    border-color: #198754 !important;
}
.nav-pills button.nav-link.active, button.nav-pills button.show>.nav-link {
  color: #fff !important;
  background-color: #1b5e20 !important;
}
button.nav-link:focus, button.nav-link:hover {
  color: #27842e !important;
}

button.nav-link {
  color: #008c0a !important;
}

  .form-label {
    font-weight: bold;
}

.bg-shadow{
    
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);

	box-sizing: border-box;
}

.select2-container {
    text-align: left;
}