/*COLOR FOR CERTS*/
.text-center {
  text-align: center;
}

.text-big {
  font-size: 50px;
  margin-bottom: 0;
}

.text-shadow {
  text-shadow: 0 2px 3px black;
}

.icon-big {
  font-size: 35px;
}

.fa-briefcase {
  color: #C9432B;
}

.fa-boxes {
  color: #3280FE;
}

.fa-home {
  color: #4F9D69;
}

.mt-16 {
  margin-top: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.p-20 {
  padding: 20px 20px 0;
}

.ml-28 {
  margin-left: 28px;
}

.border-top {
  border-top: 1px solid #c9c9c9;
  padding-top: 12px;
}

/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html, body {
  height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  /*
    Override the default (display: inline) for
    browsers that do not recognize HTML5 tags.

    IE8 (and lower) requires a shiv:
    http://ejohn.org/blog/html5-shiv
  */
  display: block;
}

b, strong {
  /*
    Makes browsers agree.
    IE + Opera = font-weight: bold.
    Gecko + WebKit = font-weight: bolder.
  */
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  /*
    For IE.
    http://css-tricks.com/ie-fix-bicubic-scaling-for-images
  */
  -ms-interpolation-mode: bicubic;
}

li {
  /*
    For IE6 + IE7:

    "display: list-item" keeps bullets from
    disappearing if hasLayout is triggered.
  */
  display: list-item;
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td, caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

sub, sup, small {
  font-size: 75%;
}

sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
  /*
    For IE9. Without, occasionally draws shapes
    outside the boundaries of <svg> rectangle.
  */
  overflow: hidden;
}

/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
  font-family: "Roboto", sans-serif;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1 {
  font-size: 25px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/
ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}

label {
  display: block;
}

@font-face {
  font-family: "titleFont";
  src: url("/assets/fonts/Pacifico-Regular.ttf");
}
#serbisyo__title {
  margin-top: 40px;
  display: block;
  font-size: 40px;
  text-align: center;
  font-family: "titleFont";
  color: #4F9D69;
}

.title__system {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.title__system span {
  display: block;
}

.barangay__title {
  font-size: 24px;
  margin-left: 8px;
  vertical-align: middle;
}

.history__label {
  color: #05060873;
}

.invalid-feedback {
  color: red;
  font-size: 14px;
  display: block;
  text-align: right;
}

.database__title {
  color: #4F9D69;
  margin-bottom: 8px;
}

.border__hr {
  width: 1px;
  background-color: #d2d1d2;
  display: block;
  height: 78px;
}

.content {
  border-radius: 10px;
  border: 1px solid #F2F0F3;
  background-color: #ffffff;
}

.content-body {
  padding: 0 20px;
}

.dashboard__breadcrumb {
  margin: 24px 0;
}

.button {
  border: 1px solid #4F9D69;
  color: #fff;
  text-align: center;
  padding: 14px 24px;
  width: -webkit-fill-available;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
}
.button:hover {
  background-color: #3b8152;
}

.w-150 {
  width: 150px;
}

.w-50 {
  width: 50px;
}

.w-bg {
  background-color: #4F9D69;
}

.w-border {
  color: #4F9D69;
  background-color: transparent;
  border: 1px solid #4F9D69;
}
.w-border:hover {
  color: #fff;
  background-color: #3b8152;
}

.close_modal {
  position: absolute;
  right: 26px;
  top: 20px;
  font-size: 20px;
  cursor: pointer;
}

.view__btn {
  background-color: #4F9D69;
  color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
  cursor: pointer;
}

.print__info {
  color: #4F9D69;
  text-align: center;
  margin: 40px 0;
}

.print__buttons {
  justify-content: space-evenly;
  display: grid;
  grid-template-columns: 24% 24% 24%;
}
.print__buttons .print_button {
  color: #fff;
  border: none;
}
.print__buttons #print_clearance {
  background-color: #243754;
}
.print__buttons #print_indigency {
  background-color: #FF0000;
}
.print__buttons #print_certificate {
  background-color: #00A52E;
}

.upload__btn {
  cursor: pointer;
  width: 85px;
  background-color: #4F9D69;
  border: none;
  color: #fff;
  border-radius: 4px;
  padding: 4px;
}

.cancel__btn {
  cursor: pointer;
  width: 85px;
  background-color: gray;
  border: none;
  color: #fff;
  border-radius: 4px;
  padding: 4px;
  text-align: center;
  display: block;
}

.custom__label {
  background-color: transparent;
  border: 1px solid #4F9D69;
  color: #4F9D69;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
}

#snapBtn {
  display: none;
}

#search-btn {
  cursor: pointer;
}

[type=radio]:checked {
  position: absolute;
  left: -9999px;
}
[type=radio]:checked + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
[type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
[type=radio]:checked + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #4F9D69;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  transition: all 0.2s ease;
  opacity: 1;
  transform: scale(1);
}
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #5e5e5e;
}
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #5e5e5e;
  border-radius: 100%;
  background: #fff;
}
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #4F9D69;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  transition: all 0.2s ease;
  opacity: 0;
  transform: scale(0);
}

#delete_profile {
  width: 75%;
  margin: 100px auto 0;
  display: block;
  background-color: gray;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  cursor: pointer;
}
.pagination > li {
  display: inline;
}
.pagination > .active > a {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #4F9D69;
  border-color: #4F9D69;
}
.pagination > .active > a:focus, .pagination > .active > a:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #4F9D69;
  border-color: #4F9D69;
}
.pagination > .active > span {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #4F9D69;
  border-color: #4F9D69;
}
.pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #4F9D69;
  border-color: #4F9D69;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #4F9D69;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

table th, table td {
  text-align: center;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  border-spacing: 0;
  border-collapse: collapse;
}
.table tr:hover {
  background-color: #e9e6e6;
}
.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th {
  border-top: 0;
}
.table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th {
  border-top: 0;
}
.table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  font-weight: 700;
  border-top: 0;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > tbody > tr > td, .table > tbody > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  cursor: pointer;
}
.table > tfoot > tr > td, .table > tfoot > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-striped > tbody > tr:nth-of-type(odd):hover {
  background-color: #e9e6e6;
}

table tbody tr {
  display: table-row;
}

.buttons-collection {
  border: 1px solid #4F9D69;
  color: #fff;
  text-align: center;
  padding: 4px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  background-color: #4F9D69;
}

.dt-button-collection {
  z-index: 999;
  position: absolute;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  padding: 0;
  text-align: center;
  margin: 2px 0 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  list-style-type: none;
  line-height: 2;
}
.dt-button-collection .dropdown-item {
  cursor: pointer;
  border: none;
  background-color: transparent;
}

#table-id_info {
  margin-bottom: 8px;
}

.table_scroll {
  overflow-y: scroll;
  height: 300px;
}

#table-id_filter {
  opacity: 0;
}

/*Forms*/
.form {
  margin: 60px auto;
  width: 400px;
}

.form__label {
  display: block;
  margin: 12px 0;
  color: #383838;
}

.form__text {
  font-size: 14px;
  display: block;
  text-align: center;
  margin: 16px;
  color: #4F9D69;
}

.form--create {
  color: #3280FE;
  text-decoration: none;
}

/*Inputs*/
.form__input {
  padding: 14px;
  border-radius: 5px;
  width: -webkit-fill-available;
  border: 1px solid #C6C5C5;
}

/*Others*/
.form__password--container {
  position: relative;
}

.password--show {
  position: absolute;
  right: 13px;
  top: 14px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.remember {
  display: flex;
  align-items: center;
}

.form__checkbox {
  margin-right: 8px;
}

#msform {
  margin: 36px 0;
  position: relative;
  text-align: right;
}
#msform .step__container {
  background: white;
  border: 0 none;
  border-radius: 0px;
  padding: 0 20px 0px;
  box-sizing: border-box;
  width: -webkit-fill-available;
  min-width: -webkit-fill-available;
  /* margin: 0 10%; */
  border-radius: 3px;
  position: relative;
}
#msform .step__container:not(:first-of-type) {
  display: none;
}

.progressbar__details li {
  width: 25% !important;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
  text-align: center;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #d2d1d2;
  padding-bottom: 30px;
}
#progressbar li {
  list-style-type: none;
  color: #5a5a5a;
  font-size: 16px;
  width: 20%;
  float: left;
  position: relative;
  letter-spacing: 1px;
  margin-left: 0;
}
#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  font-size: 16px;
  color: #4F9D69;
  background: #fff;
  border: 2px solid #4F9D69;
  border-radius: 50px;
  margin: 0 auto 10px auto;
}
#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background-image: linear-gradient(90deg, #C6C5C5, #C6C5C5 75%, transparent 75%, transparent 100%);
  background-size: 20px 1px;
  border: none;
  position: absolute;
  left: -50%;
  top: 15px;
  z-index: -1;
}
#progressbar li:first-child:after {
  content: none;
}
#progressbar li > span {
  font-size: 14px;
  font-weight: 400;
  color: #4F9D69;
}
#progressbar li.active:before {
  background: #4F9D69;
  color: white;
}
#progressbar li.active:after {
  height: 4px;
  background-image: linear-gradient(90deg, #4F9D69, #4F9D69 75%, transparent 75%, transparent 100%);
  background-size: 20px 1px;
  color: white;
}

.step__field {
  display: block;
  width: -webkit-fill-available;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #C6C5C5;
  border-radius: 4px;
  margin: 0 0 5px;
  padding: 10px;
}

#material-type__select {
  height: 42px;
}

.step__form {
  margin-bottom: 36px;
}
.step__form > .modal__form .form__label {
  font-weight: 700;
  color: #4F9D69;
  text-align: left;
}
.step__form > .modal__form #project-name {
  width: 47%;
}

.modal-window {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  z-index: 8888;
  margin-left: 0;
}
.modal-window > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  width: 600px;
  transition: all 300ms;
  border-radius: 8px;
}
@media (max-width: 1592px) {
  .modal-window > div {
    overflow-y: scroll;
    max-height: 90%;
  }
}

.modal-content .modal-footer {
  text-align: right;
  padding: 8px;
}
.modal-content > .modal-header {
  text-align: center;
  border-bottom: 1px solid #d2d1d2;
  padding: 20px;
}
.modal-content > .modal-header h1 {
  margin-bottom: 0;
}
.modal-content > .modal__form {
  padding: 0 0 40px;
  text-align: left;
}

.modal-window-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  z-index: 888;
}

.profile {
  width: 288px;
  height: 288px;
  position: relative;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: block;
  position: relative;
}
.profile > div {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.modal__form {
  padding: 0 0 40px;
  text-align: left;
}

.profile__container {
  width: 288px;
  position: relative;
  margin: 16px auto;
}
.profile__container #upload_profile {
  position: absolute;
  right: 16px;
  bottom: 0;
  font-size: 24px;
  color: #000;
  cursor: pointer;
}

#history_modal #table-wrapper {
  position: relative;
}
#history_modal #table-scroll {
  height: 400px;
  overflow: auto;
  margin-top: 20px;
}

#cam {
  position: absolute;
  z-index: 999;
  width: 288px;
  height: 288px;
  left: 0;
}

#imageUpload {
  display: none;
}

.panel {
  margin: 0 auto;
  width: 300px;
  display: flex;
  justify-content: space-evenly;
  grid-auto-columns: 32% 32% 32%;
}

.alert {
  text-align: right;
  margin-top: 8px;
  color: red;
}

.upload__profile {
  padding-bottom: 30px;
  border-bottom: 1px solid #b7b7b7;
  margin-bottom: 16px;
}

.disabled {
  color: #C6C5C5;
}

.purpose__form {
  padding: 30px 30px 0;
}

#input__others {
  display: none;
}

.register__container {
  width: 400px;
  margin: 0 auto;
}

.file-drop-area {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 100%;
  padding: 25px;
  border: 1px solid #b0b9b3;
  border-radius: 3px;
  transition: 0.2s;
}
.file-drop-area.is-active {
  background-color: rgba(255, 255, 255, 0.05);
}

.fake-btn {
  flex-shrink: 0;
  background-color: #dee9e2;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  padding: 8px 15px;
  margin-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
}

.file-msg {
  font-size: small;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
.file-input:focus {
  outline: none;
}

.password-section {
  margin-top: 50px;
  display: block;
}
.password-section h1 {
  text-align: center;
}

div.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 16, 16, 0.5);
  display: none;
  z-index: 9999;
}

@-webkit-keyframes uil-ring-anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-ring-anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-ring-anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes uil-ring-anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.uil-ring-css {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 200px;
}
.uil-ring-css > div {
  position: absolute;
  display: block;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 80px;
  box-shadow: 0 6px 0 0 #ffffff;
  -webkit-animation: uil-ring-anim 1s linear infinite;
  animation: uil-ring-anim 1s linear infinite;
}

/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/
/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/
/* `Containers
----------------------------------------------------------------------------------------------------*/
/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/
/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
body {
  width: -webkit-fill-available;
}

.container_12 {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fill-available;
  zoom: 1;
}
.container_12 .grid_1 {
  width: 80px;
}
.container_12 .grid_2 {
  width: 180px;
}
.container_12 .grid_3 {
  width: 280px;
}
.container_12 .grid_4 {
  width: 380px;
}
.container_12 .grid_5 {
  width: 480px;
}
.container_12 .grid_6 {
  width: 580px;
}
.container_12 .grid_7 {
  width: 680px;
}
.container_12 .grid_8 {
  width: 780px;
}
.container_12 .grid_9 {
  width: 880px;
}
.container_12 .grid_10 {
  width: 980px;
}
.container_12 .grid_11 {
  width: 1080px;
}
.container_12 .grid_12 {
  width: 1180px;
}
.container_12 .prefix_1 {
  padding-left: 100px;
}
.container_12 .prefix_2 {
  padding-left: 200px;
}
.container_12 .prefix_3 {
  padding-left: 300px;
}
.container_12 .prefix_4 {
  padding-left: 400px;
}
.container_12 .prefix_5 {
  padding-left: 500px;
}
.container_12 .prefix_6 {
  padding-left: 600px;
}
.container_12 .prefix_7 {
  padding-left: 700px;
}
.container_12 .prefix_8 {
  padding-left: 800px;
}
.container_12 .prefix_9 {
  padding-left: 900px;
}
.container_12 .prefix_10 {
  padding-left: 1000px;
}
.container_12 .prefix_11 {
  padding-left: 1100px;
}
.container_12 .suffix_1 {
  padding-right: 100px;
}
.container_12 .suffix_2 {
  padding-right: 200px;
}
.container_12 .suffix_3 {
  padding-right: 300px;
}
.container_12 .suffix_4 {
  padding-right: 400px;
}
.container_12 .suffix_5 {
  padding-right: 500px;
}
.container_12 .suffix_6 {
  padding-right: 600px;
}
.container_12 .suffix_7 {
  padding-right: 700px;
}
.container_12 .suffix_8 {
  padding-right: 800px;
}
.container_12 .suffix_9 {
  padding-right: 900px;
}
.container_12 .suffix_10 {
  padding-right: 1000px;
}
.container_12 .suffix_11 {
  padding-right: 1100px;
}
.container_12 .push_1 {
  left: 100px;
}
.container_12 .push_2 {
  left: 200px;
}
.container_12 .push_3 {
  left: 300px;
}
.container_12 .push_4 {
  left: 400px;
}
.container_12 .push_5 {
  left: 500px;
}
.container_12 .push_6 {
  left: 600px;
}
.container_12 .push_7 {
  left: 700px;
}
.container_12 .push_8 {
  left: 800px;
}
.container_12 .push_9 {
  left: 900px;
}
.container_12 .push_10 {
  left: 1000px;
}
.container_12 .push_11 {
  left: 1100px;
}
.container_12 .pull_1 {
  left: -100px;
}
.container_12 .pull_2 {
  left: -200px;
}
.container_12 .pull_3 {
  left: -300px;
}
.container_12 .pull_4 {
  left: -400px;
}
.container_12 .pull_5 {
  left: -500px;
}
.container_12 .pull_6 {
  left: -600px;
}
.container_12 .pull_7 {
  left: -700px;
}
.container_12 .pull_8 {
  left: -800px;
}
.container_12 .pull_9 {
  left: -900px;
}
.container_12 .pull_10 {
  left: -1000px;
}
.container_12 .pull_11 {
  left: -1100px;
}
.container_12:before {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.container_12:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
  clear: both;
}

.grid_1 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.grid_2 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.grid_3 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.grid_4 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.grid_5 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.grid_6 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.grid_7 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.grid_8 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.grid_9 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.grid_10 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.grid_11 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.grid_12 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.push_1 {
  position: relative;
}

.pull_1 {
  position: relative;
}

.push_2 {
  position: relative;
}

.pull_2 {
  position: relative;
}

.push_3 {
  position: relative;
}

.pull_3 {
  position: relative;
}

.push_4 {
  position: relative;
}

.pull_4 {
  position: relative;
}

.push_5 {
  position: relative;
}

.pull_5 {
  position: relative;
}

.push_6 {
  position: relative;
}

.pull_6 {
  position: relative;
}

.push_7 {
  position: relative;
}

.pull_7 {
  position: relative;
}

.push_8 {
  position: relative;
}

.pull_8 {
  position: relative;
}

.push_9 {
  position: relative;
}

.pull_9 {
  position: relative;
}

.push_10 {
  position: relative;
}

.pull_10 {
  position: relative;
}

.push_11 {
  position: relative;
}

.pull_11 {
  position: relative;
}

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
  clear: both;
}

.border-left {
  padding-left: 8px;
  border-left: 1px solid #c7bcbc;
}

.details__container {
  display: grid;
  grid-template-columns: 45% 45%;
  justify-content: space-evenly;
}
.details__container .history__header {
  text-align: center;
}
.details__container .history__header h1 {
  font-size: 40px;
}
.details__container .history__counter {
  text-align: center;
  display: grid;
  margin-top: 30px;
  grid-template-columns: 33% 33% 33%;
}
.details__container .history__counter .count__container {
  cursor: pointer;
}
.details__container .history__counter .counter {
  display: block;
  font-weight: 700;
  font-size: 80px;
  cursor: pointer;
}
.details__container .history__counter .counter__label {
  font-weight: 700;
  text-transform: uppercase;
}
.details__container .history__counter .clearance_counter {
  color: #243754;
}
.details__container .history__counter .indigency_counter {
  color: #FF0000;
}
.details__container .history__counter .certificate_counter {
  color: #00A52E;
}

.database__container {
  padding-left: 40px;
}
.database__container .database__header {
  display: flex;
  color: #4F9D69;
}
.database__container .database__container--title {
  display: block;
  margin-top: 24px;
}
.database__container .database__container--title .database__title {
  margin-bottom: 16px;
}
.database__container .database__container--title span {
  margin-left: 8px;
  display: block;
}

.d-grid-2 {
  display: grid;
  grid-template-columns: 80% 18%;
  align-items: center;
  justify-content: space-between;
}

.grid-2 {
  display: flex;
  justify-content: space-around;
}

.grid-3 {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  justify-content: space-between;
}

/* `Misc Classes
----------------------------------------------------------------------------------------------------*/
* {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "mainFont";
  src: url("/assets/fonts/Roboto-Medium.ttf");
}
body {
  color: #383838;
  font-family: "mainFont";
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  position: relative;
  overflow-x: hidden;
}

h2 {
  line-height: 1;
}

h3 {
  line-height: 1;
}

h4 {
  line-height: 1;
}

h5 {
  line-height: 1;
}

h6 {
  line-height: 1;
}

.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.mt-12 {
  margin-top: 12px;
}

.avatar-logo {
  width: 200px;
  height: 200px;
  position: relative;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
}
.avatar-logo > div {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 320px) {
  body {
    font-size-adjust: 14px;
  }
}
/*LOGIN PAGE*/
.logo__container {
  width: 200px;
  height: 200px;
  position: relative;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 50%;
  margin: 70px auto 30px;
  display: block;
}
.logo__container > div {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.users__nav {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.users__title {
  font-size: 40px;
  color: #4F9D69;
}

.users__item {
  display: block;
  text-decoration: none;
  margin-bottom: 12px;
  font-size: 18px;
  padding: 16px 200px;
  color: #fff;
  background: #4F9D69;
  border-radius: 10px;
}
.users__item:hover {
  background-color: #5a806f;
}

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

.search__container {
  width: 800px;
  margin: 30px auto;
}
.search__container .search__input {
  position: relative;
}
.search__container .search__input #search-person {
  height: 30px;
  border: 1px solid #000;
}
.search__container .search__input i {
  position: absolute;
  top: 16px;
  right: 21px;
  font-size: 21px;
}

#listing__table {
  text-align: right;
}

.navigation {
  background-color: #4F9D69;
  width: 100%;
}
.navigation .navigation__ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 36px;
}
.navigation .navigation__ul .navigation__li {
  color: #fff;
}
.navigation .navigation__ul .navigation__li div {
  display: inline-block;
  vertical-align: middle;
}
.navigation .navigation__ul .navigation__li .navs {
  text-decoration: none;
  color: #fff;
}
.navigation .navigation__ul .navigation__li #divider {
  width: 2px;
  height: 30px;
  background-color: #fff;
  display: inline-block;
  margin: 0 16px;
  vertical-align: middle;
}

.logo__container--top {
  width: 70px;
  height: 70px;
  position: relative;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
}
.logo__container--top > div {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.dropdown {
  text-align: right;
}

.user_profile {
  cursor: pointer;
}

.dd-button {
  display: inline-block;
  cursor: pointer;
}
.dd-button .user__container--image {
  display: inline-block;
}
.dd-button #user-name-navigation {
  vertical-align: middle;
}

.dd-input {
  display: none;
}

.dd-menu {
  z-index: 999;
  position: absolute;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  list-style-type: none;
}

.dd-input + .dd-menu {
  display: none;
}
.dd-input:checked + .dd-menu {
  display: block;
  right: 0;
}

.dropdown-label {
  position: relative;
}

.dd-menu li {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
  margin-left: 0;
}
.dd-menu li:hover {
  background-color: #f6f6f6;
}
.dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
  text-decoration: none;
  color: black;
}
.dd-menu li.divider {
  padding: 0;
  border-bottom: 1px solid #cccccc;
}

.avatar-preview {
  width: 30px;
  height: 30px;
  position: relative;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.avatar-preview > div {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#back_home {
  text-decoration: none;
}

.sidenav {
  background-color: #fff;
  z-index: 999;
  position: fixed;
  top: 0;
  box-shadow: 3px -1px 4px -2px #ffe2e2;
  height: 100vh;
}
.sidenav .sidenav__li {
  padding-right: 20px;
  margin-bottom: 20px;
}
.sidenav .sidenav__li .sidenav__link {
  width: -webkit-fill-available;
  padding: 8px 8px 8px 25px;
  display: block;
  text-decoration: none;
  color: #4F9D69;
}
.sidenav .sidenav__li .sidenav__link span {
  margin-left: 16px;
}
.sidenav .sidenav__li .active {
  background-color: #4F9D69;
  color: #fff;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.sidenav .sidenav__logo {
  width: 100px;
  height: 100px;
  position: relative;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
  margin: 70px auto 0;
  display: block;
}
.sidenav .sidenav__logo > div {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sidenav .sidenav__break {
  height: 1px;
  background-color: black;
  width: 80%;
  margin: 32px auto;
}
