/*
| -----------------------------
| Global Replacement
| -----------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
/*
| -----------------------------
| Helpers
| -----------------------------
*/
/*
Colors
*/
/*
| -----------------------------
| Custom Class
| -----------------------------
*/
/* -- intro -- */
/*
.navigation-home .pagination li a.jp-previous {
    margin-right:15px;
    background:url(../img/pagination-prev.png) no-repeat center;
    width: 28px;
    height: 28px;
    display: inline-block;
    position: absolute;
    left:0px;
}
.navigation-home .pagination li a.jp-next {
    margin-left:15px;
    background:url(../img/pagination-next.png) no-repeat center;
    width: 28px;
    height: 28px;
    display: inline-block;
    position: absolute;
    right:0px;
}
*/
/* -- apply -- */
/* -- statistic -- */
/* -- banner -- */
/* -- related -- */
/* -- content -- */
/* -- dashboard --*/
/* -- footer -- */
body {
  font-family: "Figtree", sans-serif;
  color: #666666; }

h1 {
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 700; }

h2 {
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 700; }

h3 {
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 700; }

h4 {
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 700; }

h5 {
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 700; }

h6 {
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 700; }

*:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none; }

a {
  color: #9C7A00; }
  a:hover {
    color: #846500;
    text-decoration: none;
    outline: none !important; }
  a:focus {
    color: #846500;
    text-decoration: none;
    outline: none !important; }

.btn {
  text-transform: uppercase;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2); }
  .btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important; }
  .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important; }

.btn-success {
  background-color: #009933; }
  .btn-success:hover {
    background-color: #007f2a; }
  .btn-success:focus {
    background-color: #007f2a; }

.btn-warning {
  color: #ffffff;
  background-color: #9C7A00; }
  .btn-warning:hover {
    color: #ffffff;
    background-color: #846500; }
  .btn-warning:focus {
    color: #ffffff;
    background-color: #846500; }

.btn-link {
  color: #4d4d4d;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .btn-link:hover {
    color: #888888;
    text-decoration: none; }

.btn-focus:focus {
  color: #888888;
  text-decoration: none; }

.modal .modal-content {
  border: 5px solid #009933;
  border-radius: 30; }
.modal .close {
  color: #009933;
  font-size: 35px; }
  .modal .close:hover {
    outline: 0; }
  .modal .close:focus {
    outline: 0; }
.modal legend {
  color: #009933; }
.modal label {
  font-size: 12px; }
.modal .card {
  border: 0;
  border-radius: 0; }
.modal .social li {
  font-size: 18px;
  padding-right: 10px; }
  .modal .social li:last-child {
    padding-right: 0; }
.modal .social a {
  color: #009933; }
.modal .biro {
  max-width: 150px; }
.modal .pdf {
  height: 50px; }

.card .textarea {
  height: 200px;
  overflow-x: auto; }

.card.dark {
  background-color: #989898;
  color: #4d4d4d; }

.card.light {
  background-color: #cbcbcb;
  color: #4d4d4d; }

.form-group label {
  text-transform: uppercase; }

.form-control {
  border-radius: 0px;
  background: #e3e3e3; }
  .form-control:disabled {
    color: #bbbbbb; }

.form-control[readonly] {
  color: #bbbbbb; }

.input-group-text {
  border-radius: 0; }

.form-check-label {
  position: relative;
  top: 1px;
  left: 5px;
  font-size: 13px;
  text-transform: capitalize !important; }

.file-input .form-control {
  padding: 4px 10px; }
.file-input .btn {
  background: #4d4d4d;
  color: #ffffff;
  box-shadow: none; }
  .file-input .btn:hover {
    background: #888888 !important; }
  .file-input .btn:focus {
    background: #888888 !important; }

.pagination .page-link {
  border: 0px;
  padding: 0.5rem 1.75rem;
  color: #009933; }
  .pagination .page-link:hover {
    background: none;
    color: #007f2a; }

.page-item.active .page-link {
  background: none;
  border: 0px;
  color: #4d4d4d; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.display-none {
  display: none; }

.display-block {
  display: block; }

.cursor-pointer {
  cursor: pointer; }

.box-alert .alert {
  position: fixed;
  top: 0;
  width: 100%;
  margin-bottom: 0px;
  z-index: 5;
  font-size: 22px; }
  .box-alert .alert ul {
    margin-bottom: 0px; }

.error.help-block {
  color: red;
  font-size: 13px; }

.col-form-label em {
  color: red; }

.datepicker {
  padding: 6px 12px !important; }
  .datepicker table tr td span.active.active {
    background-color: #009933; }
  .datepicker table tr td span.active.disabled {
    background-color: #009933; }
    .datepicker table tr td span.active.disabled:active {
      background-color: #009933; }
    .datepicker table tr td span.active.disabled:hover {
      background-color: #009933; }
      .datepicker table tr td span.active.disabled:hover:active {
        background-color: #009933; }
      .datepicker table tr td span.active.disabled:hover:hover {
        background-color: #009933; }
    .datepicker table tr td span.active.disabled:hover.active {
      background-color: #009933; }
    .datepicker table tr td span.active.disabled:hover.disabled {
      background-color: #009933; }
    .datepicker table tr td span.active.disabled:hover[disabled] {
      background-color: #009933; }
  .datepicker table tr td span.active.disabled.active {
    background-color: #009933; }
  .datepicker table tr td span.active.disabled.disabled {
    background-color: #009933; }
  .datepicker table tr td span.active.disabled[disabled] {
    background-color: #009933; }
  .datepicker table tr td span.active {
    background-image: none !important; }
    .datepicker table tr td span.active:active {
      background-color: #009933; }
    .datepicker table tr td span.active:hover {
      background-color: #009933; }
      .datepicker table tr td span.active:hover:active {
        background-color: #009933; }
      .datepicker table tr td span.active:hover:hover {
        background-color: #009933; }
    .datepicker table tr td span.active:hover.active {
      background-color: #009933; }
    .datepicker table tr td span.active:hover.disabled {
      background-color: #009933; }
    .datepicker table tr td span.active:hover[disabled] {
      background-color: #009933; }
  .datepicker table tr td span.active[disabled] {
    background-color: #009933; }
  .datepicker table tr td.active.active {
    background-color: #009933; }
  .datepicker table tr td.active.disabled {
    background-color: #009933;
    background-image: none !important; }
    .datepicker table tr td.active.disabled:active {
      background-color: #009933; }
    .datepicker table tr td.active.disabled:hover {
      background-color: #009933;
      background-image: none !important; }
      .datepicker table tr td.active.disabled:hover:active {
        background-color: #009933; }
      .datepicker table tr td.active.disabled:hover:hover {
        background-color: #009933; }
    .datepicker table tr td.active.disabled:hover.active {
      background-color: #009933; }
    .datepicker table tr td.active.disabled:hover.disabled {
      background-color: #009933; }
    .datepicker table tr td.active.disabled:hover[disabled] {
      background-color: #009933; }
  .datepicker table tr td.active.disabled.active {
    background-color: #009933; }
  .datepicker table tr td.active.disabled.disabled {
    background-color: #009933; }
  .datepicker table tr td.active.disabled[disabled] {
    background-color: #009933; }
  .datepicker table tr td.active {
    background-image: none !important; }
    .datepicker table tr td.active:active {
      background-color: #009933; }
    .datepicker table tr td.active:hover {
      background-color: #009933;
      background-image: none !important; }
      .datepicker table tr td.active:hover:active {
        background-color: #009933; }
      .datepicker table tr td.active:hover:hover {
        background-color: #009933; }
    .datepicker table tr td.active:hover.active {
      background-color: #009933; }
    .datepicker table tr td.active:hover.disabled {
      background-color: #009933; }
    .datepicker table tr td.active:hover[disabled] {
      background-color: #009933; }
  .datepicker table tr td.active[disabled] {
    background-color: #009933; }

.blink.orange {
  background: orange;
  color: #ffffff; }

.blink.blue {
  background: blue;
  color: #ffffff; }

.blink.black {
  background: #000000;
  color: #ffffff; }

.blink-active {
  background: #ffffff !important;
  -webkit-transition: background 0.25s ease-in-out;
  -ms-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out; }

.legend .badge {
  display: inline;
  border-radius: 0;
  height: 20px;
  width: 20px;
  padding: 0 7px;
  margin-left: 10px; }

.headline {
  position: relative;
  background: #009933;
  color: #ffffff;
  padding: 10px;
  text-align: center;
  margin-bottom: 40px; }
  .headline span {
    background: url("../img/stripes-light.png") repeat top center;
    width: 88%;
    height: 27px;
    display: block;
    position: absolute;
    left: 27px;
    right: 0;
    z-index: 0;
    bottom: -27px; }
  .headline::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 27px 27px 0;
    border-color: transparent #4d4d4d transparent transparent;
    position: absolute;
    left: 0;
    bottom: -27px; }
  .headline::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 27px 27px 0 0;
    border-color: #4d4d4d transparent transparent transparent;
    position: absolute;
    right: 0;
    bottom: -27px; }

.headline.blue {
  background: #3d80b6; }

.headline.orange {
  background: #9C7A00; }

.form-control.search {
  background: url(../img/icon-search.png) no-repeat 98% center, #e3e3e3;
  position: relative;
  top: -25px;
  max-width: 80%;
  margin: auto;
  text-transform: uppercase;
  font-weight: 700; }

.form-control.search.blue {
  background: url(../img/icon-search2.png) no-repeat 98% center, #e3e3e3; }

.description {
  font-weight: 300; }
  .description p {
    font-size: 18px;
    line-height: 1.5em; }
  .description ol li {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 10px; }
  .description ul li {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 10px; }
  .description strong {
    font-weight: 700; }
  .description b {
    font-weight: 700; }
  .description img {
    max-width: 100%; }

.note-btn-group .btn {
  box-shadow: none !important; }

.legal-area {
  border: 1px solid #ddd;
  padding: 20px;
  height: 100px;
  margin-bottom: 20px;
  overflow: hidden;
  overflow-y: scroll;
  background: #e3e3e3; }

.ppid-header {
  background: url("../img/top-line.jpg") repeat-x top center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #4d4d4d; }
  .ppid-header .btn-link i {
    position: relative;
    top: 12px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .ppid-header .logo {
    max-width: 250px;
    margin: auto; }
  .ppid-header .social .list-inline-item {
    margin-right: 20px;
    font-size: 18px; }

.ppid-menu {
  position: relative;
  background: url("../img/stripes-light.png") repeat top center;
  padding-top: 20px;
  padding-bottom: 20px; }
  .ppid-menu .midline {
    background-color: #3d80b6;
    display: block;
    height: 50px;
    width: 100%;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0; }
  .ppid-menu .arrow {
    background: url("../img/arrow-top.gif") no-repeat top center;
    display: block;
    width: 100%;
    height: 18px;
    position: relative;
    top: 34%; }
  .ppid-menu .arrow.left {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .ppid-menu .dropdown .dropdown-toggle {
    box-shadow: none;
    border-radius: 10px;
    border: 10px solid #3d80b6;
    background: #ffffff;
    width: 100%; }
    .ppid-menu .dropdown .dropdown-toggle::after {
      display: none; }
  .ppid-menu .dropdown .title {
    text-transform: uppercase;
    color: #3d80b6;
    font-weight: 600;
    text-align: center;
    margin-top: 10px; }
  .ppid-menu .dropdown .dropdown-menu {
    position: relative;
    background: #bfe5ff;
    text-align: center;
    width: 100%;
    border-radius: 10px 10px 0 0;
    border: 0;
    color: #3d80b6;
    padding-bottom: 20px; }
    .ppid-menu .dropdown .dropdown-menu::before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 110px 0 0;
      border-color: #bfe5ff transparent transparent transparent;
      line-height: 0px;
      position: absolute;
      left: 0;
      bottom: -20px; }
    .ppid-menu .dropdown .dropdown-menu::after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 110px 20px 0;
      border-color: transparent #bfe5ff transparent transparent;
      line-height: 0px;
      position: absolute;
      right: 0;
      bottom: -20px; }
    .ppid-menu .dropdown .dropdown-menu .dropdown-item {
      position: relative;
      list-style: disc;
      text-align: left;
      padding-left: 30px; }
      .ppid-menu .dropdown .dropdown-menu .dropdown-item:first-child {
        text-align: center;
        padding-left: 0px;
        padding-right: 0px; }
        .ppid-menu .dropdown .dropdown-menu .dropdown-item:first-child:before {
          display: none; }
      .ppid-menu .dropdown .dropdown-menu .dropdown-item:before {
        content: "";
        position: absolute;
        left: 17px;
        top: 13px;
        background: #3d80b6;
        display: block;
        width: 5px;
        height: 5px;
        border-radius: 1000px; }
    .ppid-menu .dropdown .dropdown-menu h5 {
      text-transform: uppercase;
      font-weight: 600; }
    .ppid-menu .dropdown .dropdown-menu a {
      color: #3d80b6;
      font-weight: 300;
      white-space: normal; }
      .ppid-menu .dropdown .dropdown-menu a:hover {
        background: none;
        color: #225884; }

.ppid-menu-mobile .navbar-light {
  background-color: #bfe5ff;
  color: #3d80b6; }
  .ppid-menu-mobile .navbar-light a {
    color: #3d80b6 !important; }
  .ppid-menu-mobile .navbar-light .dropdown-menu {
    border-radius: 0;
    border: 0;
    background: rgba(255, 255, 255, 0.5);
    padding: 0; }
    .ppid-menu-mobile .navbar-light .dropdown-menu .dropdown-item {
      padding: 7px 15px; }
  .ppid-menu-mobile .navbar-light .navbar-toggler {
    border: 0; }
    .ppid-menu-mobile .navbar-light .navbar-toggler:hover {
      outline: 0; }
    .ppid-menu-mobile .navbar-light .navbar-toggler:focus {
      outline: 0; }

.ppid-intro {
  position: relative;
  background: url("../img/bg-green.jpg") repeat-x bottom center, url("../img/stripes-light.png") repeat top center;
  padding-top: 20px;
  padding-bottom: 0px;
  border-top: 1px solid #4d4d4d; }
  .ppid-intro .midline {
    background-color: #009933;
    display: block;
    height: 50px;
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0; }
  .ppid-intro .left .smart-form {
    padding-left: 30px;
    padding-right: 30px; }
    .ppid-intro .left .smart-form h5 {
      color: #009933;
      text-align: center;
      font-size: 28px; }
    .ppid-intro .left .smart-form label {
      color: #009933; }
    .ppid-intro .left .smart-form .btn {
      margin-right: 10px; }
  .ppid-intro .right .thumbnail {
    border: 2px solid #009933; }
    .ppid-intro .right .thumbnail .carousel {
      background: #ffffff;
      height: 490px; }
      .ppid-intro .right .thumbnail .carousel button {
        background: none;
        border: 0; }
    .ppid-intro .right .thumbnail .carousel-control-prev .carousel-control-prev-icon {
      cursor: pointer;
      background-image: url(../img/nav-left.png) !important;
      background-position: center center;
      background-size: 30px 30px;
      width: 30px;
      height: 30px;
      opacity: 0.8;
      border-radius: 1000px; }
      .ppid-intro .right .thumbnail .carousel-control-prev .carousel-control-prev-icon:hover {
        background-color: #989898;
        opacity: 1; }
    .ppid-intro .right .thumbnail .carousel-control-next .carousel-control-next-icon {
      cursor: pointer;
      background-image: url(../img/nav-right.png) !important;
      background-position: center center;
      background-size: 30px 30px;
      width: 30px;
      height: 30px;
      opacity: 0.8;
      border-radius: 1000px; }
      .ppid-intro .right .thumbnail .carousel-control-next .carousel-control-next-icon:hover {
        background-color: #989898;
        opacity: 1; }
    .ppid-intro .right .thumbnail .carousel-indicators li {
      background-color: #989898; }
      .ppid-intro .right .thumbnail .carousel-indicators li.active {
        background-color: #9C7A00; }
  .ppid-intro .right a {
    text-transform: uppercase;
    color: #009933;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center; }

.navigation-home .pagination {
  text-align: center;
  display: block;
  margin-bottom: 20px; }
  .navigation-home .pagination li {
    font-size: 20px;
    cursor: pointer;
    margin: 0 25px;
    color: #009933;
    font-weight: bold;
    display: inline-block; }
    .navigation-home .pagination li a {
      color: #009933; }
      .navigation-home .pagination li a:hover {
        color: #888888; }
      .navigation-home .pagination li a:focus {
        color: #888888; }

.carousel2 .carousel-inner {
  min-height: 325px; }
  .carousel2 .carousel-inner .carousel-item {
    background-size: cover;
    min-height: 325px; }
.carousel2 .carousel-caption {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  font-weight: bold;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0; }
  .carousel2 .carousel-caption.full {
    background: none;
    top: 0;
    vertical-align: middle;
    padding-top: 5rem; }
.carousel2 .carousel-indicators {
  bottom: 0px; }
.carousel2 .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 1000px;
  padding: 0;
  margin: 0 5px;
  border: 0; }

.ppid-apply {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px; }
  .ppid-apply .headline span {
    background: #ffffff; }
  .ppid-apply .midline {
    background: url(../img/ribbon2.png) no-repeat top center;
    display: block;
    height: 50px;
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0; }
  .ppid-apply .centerline {
    background: #009933;
    display: none;
    height: 100%;
    width: 2px;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0; }
  .ppid-apply .list {
    border-top: 2px solid #009933;
    font-weight: 300;
    padding-top: 10px;
    padding-bottom: 10px; }
    .ppid-apply .list .title {
      width: 400px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .ppid-apply .list .intro {
      display: block;
      height: 50px;
      word-break: break-word; }
    .ppid-apply .list a {
      color: #009933;
      font-weight: 300; }
      .ppid-apply .list a:hover {
        color: #007f2a; }
      .ppid-apply .list a:focus {
        color: #007f2a; }

.ppid-statistic {
  padding: 10px 0;
  background: #9C7A00;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700; }
  .ppid-statistic h5 {
    font-weight: 400;
    margin-bottom: 0; }
  .ppid-statistic ul {
    margin-bottom: 0; }

.ppid-banner {
  margin: 10px 0; }

.ppid-related {
  padding: 10px 0;
  background: #3d80b6;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px; }
  .ppid-related:hover {
    background: #2c6594; }
  .ppid-related:focus {
    background: #2c6594; }
  .ppid-related a {
    color: #ffffff; }
    .ppid-related a:hover {
      color: #ffffff; }
    .ppid-related a:focus {
      color: #ffffff; }
  .ppid-related h4 {
    margin-bottom: 0; }

.ppid-content {
  position: relative;
  background: url("../img/stripes-light.png") repeat top center;
  padding-top: 20px;
  padding-bottom: 0px; }
  .ppid-content .midline {
    background-color: #3d80b6;
    display: block;
    height: 50px;
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0; }
  .ppid-content .search {
    top: 0; }
  .ppid-content .card {
    border-radius: 0px;
    border: 0; }
  .ppid-content .news {
    margin-top: 50px;
    padding-left: 0px;
    padding-right: 0px; }
    .ppid-content .news .head {
      padding: 10px 0;
      color: #3d80b6;
      border-top: 1px solid #3d80b6;
      border-bottom: 1px solid #3d80b6; }
    .ppid-content .news .list {
      padding-right: 0px;
      padding-left: 0;
      min-height: 500px !important; }
      .ppid-content .news .list li {
        list-style: none;
        opacity: 0;
        min-height: 60px; }
      .ppid-content .news .list p {
        font-size: 14px; }
        .ppid-content .news .list p strong {
          text-align: center;
          margin: auto;
          display: block;
          padding: 0 20px;
          font-size: 13px; }
      .ppid-content .news .list a {
        color: #4d4d4d; }
        .ppid-content .news .list a:hover {
          color: #888888; }
          .ppid-content .news .list a:hover strong {
            color: #3d80b6; }
        .ppid-content .news .list a:focus {
          color: #888888; }
          .ppid-content .news .list a:focus strong {
            color: #3d80b6; }
        .ppid-content .news .list a strong {
          text-transform: uppercase !important; }
    .ppid-content .news .pagination {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center;
      display: block;
      margin-bottom: 20px; }
      .ppid-content .news .pagination a {
        font-size: 20px;
        cursor: pointer;
        margin: 0 25px;
        color: #3d80b6;
        font-weight: bold; }
      .ppid-content .news .pagination a.jp-previous {
        margin-right: 15px;
        background: url(../img/pagination-prev.png) no-repeat center;
        width: 28px;
        height: 28px;
        display: inline-block;
        position: absolute;
        left: 0px; }
      .ppid-content .news .pagination a.jp-next {
        margin-left: 15px;
        background: url(../img/pagination-next.png) no-repeat center;
        width: 28px;
        height: 28px;
        display: inline-block;
        position: absolute;
        right: 0px; }
      .ppid-content .news .pagination a.jp-current {
        color: #4d4d4d;
        cursor: default;
        background: none; }
      .ppid-content .news .pagination a.jp-disabled {
        color: #bbbbbb; }
      .ppid-content .news .pagination span {
        display: none; }
      .ppid-content .news .pagination .page-link {
        color: #3d80b6; }
        .ppid-content .news .pagination .page-link:hover {
          color: #3d80b6; }
    .ppid-content .news .col {
      padding-left: 0;
      padding-right: 0; }
    .ppid-content .news .column {
      border-left: 0;
      border-right: 1px solid #3d80b6; }
      .ppid-content .news .column:last-child {
        border-right: 0; }
  .ppid-content .news.search .list {
    padding: 0 40px;
    -moz-column-count: 2;
    -moz-column-gap: 50px;
    -webkit-column-count: 2;
    -webkit-column-gap: 50px;
    column-count: 2;
    column-gap: 50px; }
    .ppid-content .news.search .list li {
      opacity: 1 !important;
      border-bottom: 1px solid #ddd; }
    .ppid-content .news.search .list p strong {
      text-align: left !important;
      font-size: 17px !important;
      padding: 0; }

a.jp-current:hover {
  color: #4d4d4d;
  cursor: default;
  background: none; }

a.jp-disabled:hover {
  color: #bbbbbb;
  cursor: default;
  background: none; }

.holder a.jp-disabled {
  cursor: default;
  background: none; }

.ppid-dashboard {
  position: relative;
  background: url("../img/stripes-light.png") repeat top center;
  padding-top: 20px;
  padding-bottom: 0px; }
  .ppid-dashboard .midline {
    background-color: #009933;
    display: block;
    height: 50px;
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0; }
  .ppid-dashboard .card {
    border-radius: 0;
    border: 0; }
  .ppid-dashboard .sidebar {
    position: relative;
    min-height: 100%; }
    .ppid-dashboard .sidebar .block {
      position: absolute;
      left: 0;
      right: 0;
      background: #cbcbcb;
      display: block;
      width: 80%;
      height: 100%;
      margin: auto; }
    .ppid-dashboard .sidebar .nav-pills {
      position: relative;
      padding-top: 50px;
      z-index: 2; }
    .ppid-dashboard .sidebar .nav-link {
      position: relative;
      background: #009933;
      padding: 5px 10px;
      color: #ffffff;
      text-transform: uppercase;
      text-align: center;
      border-radius: 0;
      margin-bottom: 40px;
      font-size: 22px;
      font-weight: 700; }
      .ppid-dashboard .sidebar .nav-link:hover {
        background: #9C7A00; }
      .ppid-dashboard .sidebar .nav-link:focus {
        background: #9C7A00; }
      .ppid-dashboard .sidebar .nav-link p {
        font-size: 10px;
        margin: 0; }
      .ppid-dashboard .sidebar .nav-link:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 27px 27px 0;
        border-color: transparent #4d4d4d transparent transparent;
        position: absolute;
        left: 0;
        bottom: -27px; }
      .ppid-dashboard .sidebar .nav-link:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 27px 27px 0 0;
        border-color: #4d4d4d transparent transparent transparent;
        position: absolute;
        right: 0;
        bottom: -27px; }
    .ppid-dashboard .sidebar .nav-link.active {
      background: #9C7A00; }
      .ppid-dashboard .sidebar .nav-link.active:before {
        display: none; }
      .ppid-dashboard .sidebar .nav-link.active:after {
        display: none; }
    .ppid-dashboard .sidebar .last-update {
      position: relative;
      margin-top: 50px;
      padding-bottom: 20px;
      z-index: 2; }
  .ppid-dashboard .notification .list {
    padding-left: 0; }
    .ppid-dashboard .notification .list li {
      padding-left: 0;
      font-weight: 300;
      list-style: none;
      margin-bottom: 20px; }
      .ppid-dashboard .notification .list li a {
        font-weight: 400;
        color: #4d4d4d; }
        .ppid-dashboard .notification .list li a:hover {
          color: #888888; }
        .ppid-dashboard .notification .list li a:focus {
          color: #888888; }
      .ppid-dashboard .notification .list li strong {
        font-weight: 700; }
      .ppid-dashboard .notification .list li span {
        font-weight: 700; }
  .ppid-dashboard .notification .pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
    margin-bottom: 20px; }
    .ppid-dashboard .notification .pagination a {
      font-size: 1rem;
      cursor: pointer;
      margin: 0 25px;
      color: #007f2a;
      font-weight: 400; }
      .ppid-dashboard .notification .pagination a:hover {
        background-color: transparent; }
      .ppid-dashboard .notification .pagination a:focus {
        background-color: transparent; }
    .ppid-dashboard .notification .pagination a.jp-previous {
      margin-right: 15px;
      background: url(../img/pagination-prev-green.png) no-repeat center;
      background-size: 16px 16px;
      width: 28px;
      height: 28px;
      display: inline-block;
      position: relative;
      top: 8px; }
    .ppid-dashboard .notification .pagination a.jp-next {
      margin-left: 15px;
      background: url(../img/pagination-next-green.png) no-repeat center;
      background-size: 16px 16px;
      width: 28px;
      height: 28px;
      display: inline-block;
      position: relative;
      top: 8px; }
  .ppid-dashboard .col-form-label {
    font-size: 14px;
    text-transform: capitalize;
    color: #000000; }
  .ppid-dashboard .form-control.search {
    top: 0;
    max-width: 100%;
    height: 30px;
    font-size: 15px; }
  .ppid-dashboard .table {
    border-collapse: separate;
    border-spacing: 10px; }
    .ppid-dashboard .table td {
      border: 0 !important; }
      .ppid-dashboard .table td a {
        font-weight: 700;
        color: #4d4d4d; }
        .ppid-dashboard .table td a:hover {
          color: #888888; }
        .ppid-dashboard .table td a:focus {
          color: #888888; }
    .ppid-dashboard .table th {
      border: 0 !important; }
  .ppid-dashboard .dataTables_wrapper .dataTables_paginate {
    float: none !important;
    text-align: center !important;
    margin-top: 20px !important; }
    .ppid-dashboard .dataTables_wrapper .dataTables_paginate .paginate_button {
      border: 0px !important;
      padding: 0.5rem 1.75rem !important;
      color: #009933 !important; }
      .ppid-dashboard .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        color: #007f2a !important; }
    .ppid-dashboard .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none !important;
      color: #007f2a !important; }
      .ppid-dashboard .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        background: none !important;
        color: #007f2a !important; }
  .ppid-dashboard table.dataTable.no-footer {
    border-bottom: 0 !important; }
  .ppid-dashboard table.dataTable thead th {
    border: 0 !important; }
  .ppid-dashboard table.dataTable thead td {
    border: 0 !important; }
  .ppid-dashboard table.dataTable tbody th {
    vertical-align: middle; }
  .ppid-dashboard table.dataTable tbody td {
    vertical-align: middle; }
  .ppid-dashboard table.dataTable tbody tr {
    background-color: #e3e3e3 !important; }
  .ppid-dashboard .table-striped tbody tr:nth-of-type(odd) {
    background-color: #cbcbcb !important; }
  .ppid-dashboard .dataTables_filter {
    display: none !important; }

.ppid-header.footer {
  padding-bottom: 10px;
  padding-top: 15px; }
  .ppid-header.footer .social {
    margin-top: 5px; }
  .ppid-header.footer .list-inline {
    margin-bottom: 0; }

footer {
  background: #4d4d4d;
  font-size: 12px;
  color: #ffffff;
  padding: 5px; }

.landing-cookies {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  cursor: pointer; }
  .landing-cookies .arrow {
    position: absolute;
    top: 3%;
    right: 29%; }
  .landing-cookies .info {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff; }

.modal2 .modal-content {
  border-radius: 20px;
  background-image: linear-gradient(45deg, #ffffff 25%, #f1f1f1 25%, #f1f1f1 50%, #ffffff 50%, #ffffff 75%, #f1f1f1 75%, #f1f1f1 100%);
  background-size: 8.49px 8.49px; }
.modal2 .modal-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto; }
@media (max-width: 768px) {
  .modal2 .modal-dialog {
    min-height: calc(100vh - 20px); } }

/*# sourceMappingURL=custom.css.map */
