/*
 *
 * @file : responsive-v2.css
 *
 * Author - John Oakley (NLC)
 *
 * Version 2.0.59 - 13 July 2021
 *
 * * The PAS Reboot Edition *
 *
 */



 .responsive-version-2::before {
     content: "Responsive 2.0.59 - 2021-07-13";
     font-size: x-small ;
     color: #ccc;
 }

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");


 body {
     font-family: var(--font-family-sans-serif);
 }


 button, input, optgroup, select, textarea {
    margin: 0;
    font-family: var(--font-family-sans-serif);
    font-size: inherit;
    line-height:inherit
}

/*.anchor,*/ a {
  text-decoration: none;
  color: #c63;
/*  border: none;
  border-bottom: none;*/
}

/*.anchor:hover, */a:hover {
  text-decoration: underline;
  color: #c63;
  /*border: 1px solid;*/
  /*border-bottom: 1px solid;*/
}

 Search prototypes  



.search-permits {
  /* margin-bottom: 1em;
  padding-bottom: 0.5em; */
  /* border-bottom: 1px solid #ccc; */
}

.collapse.show {
  width: auto!important;
  color: #000;
  background-color: #fff;
  position: relative!important;
}

.dropdown-menu.show {
  border: 1px solid #ccc;
  background-color: white;
}


a.dropdown-item {
  text-decoration: none;
  color: initial;
  /* border-bottom: none; */
  font-family: inherit;
  font-weight: normal;
  border: none;
}

a.dropdown-item:hover,
a.dropdown-item:active {
  text-decoration: none;
  color: initial;
  border-bottom: none;
  border: 0;
}

.search-permits /*.anchor*/,
.search-permits a {
  /* color: #c63; */
  font-family: var(--font-family-sans-serif);
  font-size: 14px;
}



.form-control::placeholder

{ /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 0.5; /* Firefox */
}

.form-control::-moz-placeholder

{ /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 0.5; /* Firefox */
}

.form-control:-ms-input-placeholder

{ /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 0.5; /* Firefox */
}



.search-permits .form-row>.col,
.search-permits .form-row>[class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.search-permits .query-button-row {
    margin-bottom: 1em;
    justify-content: space-evenly;
}

.search-permits /*.anchor:hover*/,
.search-permits a:hover {
  border-bottom: none;
}


.search-form-emoji {
    font-size: large;
    /* display: inline-block; */
    /*display: none;*/
}

.search-permits .permit-subtype-group {
  display: none;
}

.search-permits h4.card-title {
  color: #933;
  font-family: var(--font-family-sans-serif);
  word-break: normal;
  font-size: 16px;
}


.search-permits .card {
  border: 0.5px solid #933;
  margin-bottom: 1em;
}

.search-permits .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.search-permits .col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.card-body.query-field-wrapper {
  padding: 8px;
}


/*
.search-permits .btn-group-sm > .btn, .btn-sm {
  padding: .25rem .4rem;
  font-size: .775rem;
}

.search-permits .btn-group-sm > .btn, .btn-sm {
  padding: .25rem .4rem;
  font-size: .775rem;
} */

/* Form Cleanup */

@media (max-width: 768px) {}
  .col-4.pr-2.pl-0 > h4 {
      display: inherit;
    }
}

/* BMB Hotfixes */



  /* Single row table for BMB form */
  .wi-col-100.p-25 > .wizard-common-content .row .col-2,
  .wi-col-100.p-25 > .wizard-common-content .row .col-3 {
      padding-top: 12px;
  }

  /* BMB H2 removal */
  [id="16"] h2.mb-20 {
      display: none;
  }

  /* Success Modal */
  #SuccessModal > div > div > div > div.text-muted.my-5 {
    text-align: justify;
    margin-top: 1.5em!important;
    margin-bottom: 1.5em!important;
  }


  #SuccessModal .modal-body {
    padding: 0.5rem!important;
    padding-top: 2rem!important;
  }

  .pop-alert-1 .pop-alert-box-1 {
    width: 80%;
    border-radius: 0.5rem;
  }

  #message-box3 {
    display: none;
  }

  .modal-f-group .label {
  width: 110px;
  color: #933;
  font-family: font-family: var(--font-family-sans-serif);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0.25rem;
  line-height: 1.5;
  }

.bulkuplod-modal {
    position: fixed;
    top: 50px;
    left: 0;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 2;
    width: 100% !important;
    background-color: rgba(0,0,0,.7);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow-y: auto;
}

  .bulkuplod-modal .bum-content {
    width: 95%;
    background-color: #fff;
    padding: 22px;
    min-height: 100px;
    border-radius: 0.25rem;
    margin-bottom: 2rem;
  }

  svg-inline--fa .fa-question-circle .fa-w-16,
  svg.fa-question-circle {
    display: none;
  }



  /*   Modal Email ect   */

  .col-3.pl-2.pr-2 {
      width: 100%!important;
      max-width: unset;
      /* margin-bottom: 2em; */
  }
  .col-3.pl-2.pr-2 > h4 {
      margin-bottom: 0;
  }

  .modal, .modal-backdrop {
      top: 20px;
      left: 0;
      height: 100%;
   }

  .modal {
      width: 100%!important;
      background-color: inherit;
  }

  .molal-col-90.pl-70 {
      padding-left: 0;
      width: 100%;
  }

  .modal-f-group.mb-20 {
     flex-direction: column;
  }

  .molal-col-90.pl-70 > .wizard-common-content {
      /* flex-direction: column; */
      border: 1px solid gray;
      border-radius: 0.25rem;
      padding: 0.5rem 0.5rem;
  }

  .v-select .vs__dropdown-toggle .vs__selected-options {
    /* border: 1px solid #ccc;
    border-radius: 0.25rem; */
    /* padding: 0 0 14px */
  }

.v-select .vs__dropdown-menu {
  display: block!important;
  top: 37px;
  height: 200px;
}




  .molal-col-90.pl-70.flex-end {
      flex-direction: row;
  }

  .molal-col-90.pl-70.flex-end > .large-btn-black {
      margin-right: 1em;
  }

  .modal-dialog {
      width: 95%!important;
      max-width: unset!important;
  }
  .modal-body {
      padding: 0.3rem;
  }









 /*   Post Live Hot Fixs    */

    .wi-col-100.p-25 > .wizard-common-content .row .col-2,
    .wi-col-100.p-25 > .wizard-common-content .row .col-3 {
        padding-top: 12px;
    }

/* Typography */

 h1, h2, h3, h4, h5, h6 {
     font-family: var(--font-family-sans-serif);
     font-weight: 500;
     word-break: normal;
 }

/*h1 {
  color: black;
}*/




p {
  font-family: var(--font-family-sans-serif);
}
/*
.anchor, a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}*/

.commen-label-view {
  font-family: var(--font-family-sans-serif)!important;
  line-height: 1.5;
}

.commen-label-view .black-color,
.commen-label-view .gray-color {
  font-family: var(--font-family-sans-serif);
  line-height: 1.5;
  padding: 0;
  }

.commen-label {
  font-family: var(--font-family-sans-serif);
  font-weight: 700;
  line-height: 1.5;
  }




.commen-label-view .min-width-155,
.commen-label-view .min-width110 {
  font-weight: 700;
}

.wi-form-label .wi-btn-group span {
  font-family: var(--font-family-sans-serif);
}

.text-bold {
  font-family: var(--font-family-sans-serif)!important;
  font-weight: bold;
}

.din-font-family {
  font-family: var(--font-family-sans-serif);
}

.leg-body-head {
  font-family: var(--font-family-sans-serif);
}

.no-supplementary {
  font-family: var(--font-family-sans-serif);
}

.wi-form-label-3 .input-group .popover-container .input-style {
  font-family: var(--font-family-sans-serif);
}

.payment-message {
  margin-bottom: 1rem;
}

.pay-later-button {
  max-width: max-content;
  align-self: center;
}

/* System Admin */

.commen-content.mt-25,
.commen-content.mt-25.mb-10 {
  margin-top: 1em;
  flex-wrap: wrap;
}

.leg-bootom, .leg-left {
  height: auto;
  color: black;
}

.count {
  font-family: var(--font-family-sans-serif);
  font-size: 24px;
  line-height: 1.5;
}

.wi-collapsible-2,
.wi-collapsible .right {
  background-color: transparent;
  font-family: var(--font-family-sans-serif);
}

.wi-collapsible-2 .left .count,
.wi-collapsible-2 .left .name {
  color: #933;
  font-family: var(--font-family-sans-serif);
  font-weight: bolder;
}
/*
.wi-collapsible-2 .left .name {
  font-size: larger;
} */

.nlc-new-col-100 > p.mb-0.opacity-03.text-bold-2 {
  padding-left: 0!important;
  padding-right: 0!important;
  font-weight: normal;
}



 /*  Responsive v2 */

 body {
     width: auto!important;
     overflow-x: auto;
     padding-top: 50px;
     }

 .body-container-inner, .body-container-outer {

     max-width: initial;
     min-width: initial;
 }

/* Dashboard ordering */

 /* .dash-board-content {
   width: 100%;
   height: auto;
    padding: 0 25px;
   flex-direction: column-reverse;
   display: flex;
 } */

/*
 .dash-board-reorder {
   padding: 0;
   flex-direction: column-reverse;
   display: flex;
 }
*/
 .dash-board-content {
   padding: 0;
 }

/* Spacing */

.page-card .p-25 {
    padding: 12px;
}

.mb-25 {
  margin-bottom: 1rem;
}

/* /Leg Messages */

.leg-msg {
  margin-top: 1rem;
  font-size: smaller;
  color: black;
  text-align: center;
  align-self: center;
  font-weight: bolder;
  width: 100%
}

.leg-sub-msg {
  font-size: small;
  /*padding: 0.5rem 0.5rem;*/
  font-style: italic;
  width: 100%
}

.leg-msg-blue {
  color: #09c;
}

.leg-msg-red {
  color: #f22d2d;
}

.leg-msg-yellow {
  color: var(--orange);
}

.leg-msg-green {
  color: green;
}

.leg-msg-grey {
  color: $ccc;
}

.status-panel {
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
  border: 1px solid #ccc;
  padding: 1rem 0.5rem;
  border-radius: 0.25rem;
  margin-left: 5px;

}

.status-panel-yellow {
  border-color: var(--orange);
  background-color: rgba(255, 255, 0, 0.1)
}

.status-panel-green {
  border-color: green;border-color: green;
  background-color: rgba(0, 255, 0, 0.10);
}

.status-panel-blue {
  border-color: #09c;
  background-color: rgba(0, 193, 255, 0.10);
}

.status-panel-red {
  border-color: #f22d2d;
  background-color: rgba(242, 29, 29, 0.05);
}

.status-wrapper {
  display: block;
  align-self: center;
  margin-top: 1rem;
}

/* Zone Feedback card for Legs */
.wi-col-10.position-relative.justify-content.align-items-end.display-flex.pb-05 {

  flex-direction: column;
  width: 100%;
  margin-top: 1.5rem;
  padding: 1rem;
}


.location-label,
.location-label2 {
  width: 100%;
  position: relative;
  opacity: .75;
  color: #000;
  font-family: var(--font-family-sans-serif);
  font-size: 17px;
  font-weight: bolder;
  display: block!important;
  width: 100%
  }



[id="4"] div.wi-col-100.pt-6_5 {
  margin-left: 0;
  margin-top: 0;
  padding-left: 0!important;
  padding-top: 0px!important;
  padding-right: 0px!important;
  padding-bottom: 0px!important;
  }
/* Check Dates Table and buttons */
  .commen-content.justify-content-space-between.mb-25,
  .commen-content.justify-content-space-between.mt-10.mb-30 {
  margin-bottom: 0;
  flex-direction: column;
  }



 /* Bootstrap overrides */

 .container-fluid {
     padding-right: 10px;
     padding-left: 10px;
     max-width: var(--breakpoint-xl)
 }

 /* Forms */

label.label {
  /* margin: inherit */
}

 .fg-amimet label.label {
     color: #ccc;
 }

 .fg-amimet .input-control {
     border-bottom: 1px solid #aaa;
     font-family: var(--font-family-sans-serif);
 }

 .nlc-new-label-content,
 .nlc-new-label-content .label {
     font-family: var(--font-family-sans-serif);
 }

.nlc-new-col-100.black-bg.p-25.mb-25 {
  border-radius: 0.25rem;
}
 .dpl-20 {
   padding-left: 35px!important;
   color: inherit!important;
 }

.form-group .fa-lock {
  margin-left: 0.5rem;
  position: relative;
  bottom: 28px;
}

.form-group .bi-lock {
  margin-left: 0.5rem;
  position: relative;
  bottom: 31px;
}


 /* .form-row>.col, .form-row>[class*=col-] {
   padding-right: 15px;
   padding-left: 15px;
   margin-bottom: 1rem;
 } */


/* Pagination */

.pagination {
  float: right;
  margin: 5px 5px!important;
  border-radius: 0!important;
  flex-wrap: wrap;
}

.pagination li {
  padding: 0px 10px;
  border: 1px solid #ccc!important;
  border-radius: 0.25rem;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}


.pagination li a {
  border: 0!important;
  color: #000!important;
  font-family: var(--font-family-sans-serif)!important;
  font-size: 14px!important;
  font-weight: 700!important;
  background-color: transparent!important;
}



/* Payment Tables */



/*   Payed Zones Payment etc   */

.nlc-table-grid {

    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 0.5px solid gray;
}

.payment-wrapper .pay-content-2 {
    /*width: auto;*/
    border: 0.5px solid gray;
}

#paymentframe {
    width: 100%!important;
}


.pay-content-2 {
    white-space: nowrap;
}

.wi-col-100.gray-bg-3.p-50 {
    margin-top: 1em;
    padding: 20px 12px;
}

.nlc-tg-header {
    font-size: 12px;
    letter-spacing: 0;
    display: table-row;
    border-bottom: 0.5px solid gray;
 }

.nlc-grid-row.nlc-tg-body {
    display: table-row;
}

.nlc-col-15.p-15-10,
.nlc-col-20.p-15-10,
.nlc-col-10.p-15-10 {
    padding: 8px;
    width: auto;
    white-space: nowrap;
    display: table-cell;
}

.nlc-col-10.p-15-10.white-bg {
    text-align: right;
}

.pay-row .font-14 {
    text-align: right;
}





/* Tables */

td strong {
    font-weight: normal;
}

.table-content {
    height: auto;
    display: block;
    /*white-space: nowrap;*/
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
 }


.table-style.table-sorting {
    table-layout: inherit!important;
    overflow-wrap: inherit!important;
}

.table-content .table-style td {
    white-space: nowrap;
}



.table-sorting-arrow {
    padding-left: 15px;
}

.table-sorting-arrow .up {
  position: absolute;
  bottom: 0px;
  opacity: .3;
}

.table-sorting-arrow .down {
  position: absolute;
  top: 0px;
  opacity: .3;
}

/* Pager arrows */
.font-20 {
    font-size:20px
}

.table-content .table-style th {
  font-family: var(--font-family-sans-serif);
  white-space: nowrap;
}

.table-content table tbody tr td:last-child a {
    font-size: inherit;
    text-transform: capitalize;
    float: none;
}

#table-scroll,
.table-scroll {
  overflow-x: scroll!important;
}

/* Permit Zone Admin */

.table-content .table-style .text-b {
  font-family: var(--font-family-sans-serif)!important;
}

/* View Column */
.th-w-5 {
  /*width: 0px;*/
}

/* Table */
.nlc-new-col-30.gray-bg-5.p-25 {
  display: table;
}

/* Row */
.nlc-new-col-30.gray-bg-5.p-25 .nlc-new-label-content.mb-20 {
  display: table-row;
}

/* Label */
.nlc-new-col-30.gray-bg-5.p-25 .nlc-new-label-content.mb-20 .label {
  display: table-cell;
  width: 40%;
  padding: 0.15rem;
}

/* Cell */
.nlc-new-col-30.gray-bg-5.p-25 .nlc-new-label-content.mb-20 .input-inp  {
  display: table-cell;
  width: 60%
}

/* Legs / Summary */
.wi-col-100.has-img-caption {
  padding-right: 15px!important;
  padding-left: 15px!important;
}

.orange-tag.ml5 {
  background-color: #dedede;
  border-color: #dedede;
  border-left: 8px solid #0099cc;
  border-radius: 0;
  color: black;
}
.green-tag, .orange-tag {
  font-family: var(--font-family-sans-serif);
}

.green-tag, .orange-tag {
  display: block;
  margin-bottom: 1em;
  margin-top: 1em;
}

/* Header buttons */
.page-hedding.mb-25.justify-content-space-between,
.page-hedding.mb-20 {
  flex-direction: row;
  flex-wrap: wrap;
}

 /* Footer */

 .footer, footer {
   min-width: unset;
   border-top: 0.5px solid #933;
   margin-top: 20px;
   margin-left: auto!important;
   margin-right: auto;
   display: block;
 }

 .offset-1 {
     margin-left: 0;
 }

 .footer > .offset-1{
     margin-left: 0;
 }

.footer > .inner-wrapper {
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    color: #555;
    padding-top: 1em;
}


 .footer .Seperator {
     display: none;
 }

 .footer .offset-1.col-sm-5 {
     margin-top: 1.5em;
     display: flex;
     flex-direction: column;
 }

 .footer .offset-1.col-sm-5 {
     margin-top: 1em;
     display: flex;
     flex-direction: column;
 }

 .footer > .inner-wrapper > .row > .offset-1.col-sm-5:nth-child(2)       {
      flex-direction: row;
      flex-wrap: wrap ;
 }

 .footer > .inner-wrapper > .row > .offset-1.col-sm-5 span {
     margin-right: 1em;
 }

 .footer > .inner-wrapper > .row > .offset-1.col-sm-5:nth-child(2) span:nth-child(11)      {
     /*  color : #933; */
     margin-top: 1em;
 }



 .footer a {
     font-family: inherit!important;
     font-size: inherit!important;
     color: #933;
     border: 1px solid transparent;
 }

 .footer a:hover {
     text-decoration: underline;
     font-family: inherit!important;
     font-size: inherit!important;
     color: #aaa;
     border: 1px solid transparent;
 }



 /* Tiles */

.tile-content .tile-card {
   border-radius: 0.25rem;
   padding: 10px;
   min-height: 250px;
   border: 1px solid #007a0a;
}


.tile-content .tile-card .tile-body p {
  margin-top: 0.25rem;
}

.tile-content .tile-card .tile-header .link {
   white-space: nowrap;
}

.tile-content .tile-card .header-line {
  width: 100%;
  height: 1px;
  background-color: #02ab00;
}

.tile-content .tile-card:hover .header-line {
  background-color: green;
}


/* .progress-nav-bar.mt-20.mb-25 > div:nth-child(5) {
  display: none;
} */

.capitalize {
  text-transform: capitalize;
}


.progress-nav-bar>.active {
  background-color: rgba(133, 196, 255, 0.6);
  border-radius: 0.25rem;
}

.progress-nav-bar {
  width: 100%;
  display: flex;
  border-radius: 0.25rem;
  background-color: rgba(196, 255, 249, 0.69);
  height: auto;
  border: 1px solid rgb(0, 118, 128);
}

.progress-nav-bar .pro-nav span {
  color: black;
  text-transform: capitalize;
  font-family: var(--font-family-sans-serif);
}

.progress-nav-bar .pro-nav svg,
.progress-nav-bar .pro-nav i {
  color: black;
  font-size: 24px;
  margin: 0 0 5px;
  padding: 0;
}

.tile-content .tile-card .tile-header .title {
  font-family: var(--font-family-sans-serif);
  padding-right: 3px;
  color: black!important;
}

.tile-content .tile-card:hover .tile-body p
{
  color: black;
}

.tile-content .tile-card .tile-body .learn-more-btn {
  position: absolute;
  bottom: 0.5rem;
}

.tile-content .tile-card .tile-body .learn-more-btn a {
  color: #007bff!important;
  border-color: #007bff!important;
  background-color: white;
  font-weight: normal;
}

.tile-content .tile-card .tile-body .learn-more-btn a:hover {
  border-color: #007bff;
  background-color: #007bff;
  /*color: white!important;*/
  font-weight: normal;
  border: 1px solid;
}

.tile-content .tile-card .tile-header >  a {

  border-color: #28a745!important;
  /* background-color: white; */
  font-weight: normal;
  color: #28a745;
}

.tile-content .tile-card .tile-header > a:hover {
  border-color: #28a745;
  background-color: #28a745;
  color: white!important;
  font-weight: normal;
  border: 1px solid;

}


.tile-content .tile-card .tile-header .link svg {
     color: #000;
     display: none;
 }

.tile-content .tile-card .tile-header .link {
     color: white;
     font-family: var(--font-family-sans-serif);
     font-weight: normal;
 }

.tile-content .tile-card .tile-header .link:hover {
     color: white;
     font-weight: normal;
 }



.tile-content .tile-card .tile-header {
     width: 100%;
     height: auto;
     display: flex;
     justify-content: space-between;
     flex-wrap: nowrap;
     align-items: flex-start;
     padding: 0 0 15px;
     }

.tile-content .tile-card .tile-body {
     width: 100%;
     height: auto;
     margin: 10px 0 0;
     }

.tile-content .tile-card:hover {
     background-color: #f3ffed;
}

/* // Contact Forms */
.mange-content {
  font-size: inherit;
}

.v-date-picker-group .input-group .svg {
  position: absolute!important;
  right: 5px;
  top: 6px;
  font-size: 22px;
  z-index: 1;
}

.v-date-picker-group .label {
  color: #000;
  font-family: var(--font-family-sans-serif);
  font-size: 16px;
  margin: 0;
  display: block;
  position: initial;
}

.v-date-picker-group {
  width: 100%;
  position: relative;
  height: auto;
  display: block;
  align-items: flex-end;
}


.wizard-tab-container .commen-content.justify-content-space-between.mb-25,
.wizard-tab-container .commen-content.justify-content-space-between.mt-10.mb-30 {
  flex-direction: row;
}

.commen-content.justify-content-space-between.mt-25 {
  flex-direction: row;
}


.commen-content.justify-content-space-between.mt-20 > .display-flex,
.commen-content.justify-content-space-between.mt-30 > .display-flex {
  flex-direction: row;
}

.commen-content.justify-content-space-between.mt-25>.display-flex:nth-child(2) .btn-icon,
.commen-content.justify-content-space-between.mt-25>.display-flex:nth-child(2) button {
  max-height: unset;
}

div.commen-content.justify-content-space-between.mt-10.mb-30>div:nth-child(1)>button {
  display: inline-block;
}

.commen-content.justify-content-space-between.mt-25>.display-flex:nth-child(2) {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  margin-top: 0;
  }
/* // Print summary */

/*.summary-assigned-bottomdup {
  height: auto;
  min-height: 100px;
  width: 100%;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  position: relative;
  padding: 15px;
  top: 0;
  left: 5px;
  margin-right: 5px;
  margin-bottom: 0.75rem;
  z-index: 1;
}*/




/* Buttons  */

.btn-back {
  font-family: var(--font-family-sans-serif)!important;
  text-transform: capitalize;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: none;
  border: none;
}

/*.btn-back:hover {
  border: none;
  border-bottom: none;
}*/
/*
.table-content table tbody tr td:last-child a {

    border: none;
    border-bottom: none;
}*/
/*
.table-content table tbody tr td:last-child a:hover {

    border: none;
    border-bottom: none;
}*/






 .large-btn-gray {
     font-family: var(--font-family-sans-serif);
     font-size: 13px;
     font-weight: 600;
     padding: 12px 20px;
     letter-spacing: 0;
     /*margin-bottom: 1rem;*/
     border: 0.5px solid darkgray;
     border-radius: 0.25rem;
     text-transform: capitalize;
   }


 .large-btn-black {
    font-family: var(--font-family-sans-serif);
     font-size: 13px;
     font-weight: 600;
     padding: 12px 20px;
     letter-spacing: 0;
     /*margin-bottom: 1rem;*/
     border-radius: 0.25rem;
     text-transform: capitalize;
   }

  .large-btn-orange {
    font-family: var(--font-family-sans-serif);
     font-size: 13px;
     font-weight: 600;
     padding: 12px 20px;
     letter-spacing: 0;
     margin-bottom: 1rem;
     border-radius: 0.25rem;
     text-transform: capitalize;
   }

   .orange-btn-inactive:hover {
     background-color: #0069d9!important;
   }

  .large-btn-blue {
    font-family: var(--font-family-sans-serif);
     font-size: 13px;
     font-weight: 600;
     padding: 12px 20px;
     letter-spacing: 0;
     margin-bottom: 1rem;
     border-radius: 0.25rem;
     text-transform: capitalize;
   }


 .large-btn-gray:hover {
     background-color: #bfbfbf;
     border: 0;
     color: #000;
     text-transform: capitalize;
 }

 .large-btn-black.ml-20,
 .large-btn-orange.ml-20 {
   margin-left: 0;
   /* max-width: 290px; */
 }



/*  .show {
     width: 100% !important;
     opacity: 1 !important;
     font-weight: 400 !important;
     position: unset;
 } */

 /* Permit Select */

 .apply-wizard {
     padding-left: 0;
     padding-right: 0;
 }



 /* Login - Register */

 .login-content {
     width: 90%;
 }

 .login-bg {
   background-image: none;
   background-position: 50%;
   background-size: 75%;
   display: flex;
   justify-content: center;
   width: 100%;
 }

 .login-card {
     height: auto;
     min-height: 300px;
     box-shadow: none;
     border: 1px solid #ccc;
     border-radius: 0.25rem;
     display: flex;
     position: relative;
     background-color: #fff;
 }


 .login-card .login-btn-content button,
 .login-card a.btn.btn-primary.btn-sm.mr-1.mb-1 {
     padding-left: 30px;
     padding-right: 30px;
}

.pword-feature-closed,
.pword-feature-open,
.pword-feature-closed-2,
.pword-feature-open-2 {
  position: relative;
  left: 82%;
  font-size: inherit!important;
  top: -33px;
}
/*

Aria for Apple Auto Fill


input::-webkit-credentials-auto-fill-button {
  -webkit-mask-size: 22px 12px;
  width: 22px;
  height: 12px;
  margin-left: 3px;
  margin-right: 2px;
  background-color: red;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  -webkit-user-select: none;
} */

/* Wizard content register */

 .wizard-content {
   width: 100%;
 }

 .wizard-content .wizard-card {
   box-shadow: none;
   border: 1px solid #bbb;
   border-radius: 0.25rem;
 }

 .register-card {
   box-shadow: none;
   display: flex;
   border-radius: 0.25rem;
   border: 1px solid #bbb
}

 /* Summary Screens */

 .tc-content,
 .tc-content-overflow {
     box-shadow: none;
     border: 1px solid #aaa;
     border-radius: 0.25rem;
     margin-bottom: 1rem;
 }


 .common-textarea,
 .common-textarea-2,
 .common-textareaapply {
   width: 100%;
   height: auto;
   border: 1px solid #d7d7d7;
   resize: vertical;
   font-family: var(--font-family-sans-serif)!important;
   }

.summary-head-status,
.summary-hed-1 {
  font-family: var(--font-family-sans-serif);
}

.leg-left,
.response-due {
  font-family: var(--font-family-sans-serif);
}


.green-tag,
.orange-tag {
  font-family: var(--font-family-sans-serif);
}

.common-scorll-content {
    width: 100%;
    height: auto;
    min-height: 260px;
    box-shadow: none;
    border-radius: 0.25rem;
    border: 1px solid #aaa;
    background-color: #f3f3f3;
    padding: 10px;
}

.wizard-content .wizard-card {
    box-shadow: none;
    border-radius: 0.25rem;
    border: 1px solid gray;
}

/* Company */

.commen-data-view {
    /*flex-direction: column;*/
}



 /* Permit Apply */

 /* Plus Minus controls */

 .wi-form-label .wi-btn-group .btn svg {
     font-size: 16px;
 }

 .form-note,
 .form-note-black {
   font-family: var(--font-family-sans-serif);
   }

 .wi-form-label .wi-btn-group .btn {
     background: transparent;
     border: 1px solid #ccc;
     width: 25px;
     height: 25px;
     text-align: center;
     color: #ccc;
     border-radius: 50%;
     padding: 0;
     line-height: 0;
     margin: 0 10px;
 }


 .wi-form-label-6 .input-group .svg {
   position: absolute!important;
   right: 0px;
   top: 0px;
   font-size: 24px;
   color: rgba(0, 0, 0, 0.5);
   z-index: 1;
 }

 .wi-form-label-6 .input-group svg.svg-inline--fa.fa-calendar
  {
   position: absolute!important;
   right: 20px;
   top: 6px;
   font-size: 1rem;
   color: rgba(0, 0, 0, 0.5);
   z-index: 1;
  }

  .input-group i.bi
   {
    position: absolute!important;
    right: 20px;
    top: 6px;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.5);
    z-index: 1;
   }

.form-row.zone-form {
  border-radius: 0.25rem;
  border: 1px solid #ccc;
  padding: 0.25rem;
  margin-bottom:0.5rem;
}


/* Calendar Icons */
.form-group svg.svg-inline--fa.fa-calendar  {
/*  top: 38px;
  right: 31px;*/
  position: absolute;
}

.form-group i.bi.bi-calendar  {
 /* top: 30px;
  right: 30px;*/
  position: absolute;
}


/* map marker */
.loction-content > ul > li > i {
  display: block;
  position: absolute;
  left: 0px;
  top: 16px;
  color: #933;
  font-size: 19px;
}

.v-select .vs__dropdown-toggle {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    height: inherit;
    cursor: pointer;
    width: 100%
    /*background-color: white!important;*/
}

.selecter .form-group .v-select .vs__dropdown-toggle {
  border: 0;
  border-bottom: 0;
  height: inherit;
  cursor: pointer;
}

.v-select .vs__dropdown-toggle .vs__selected-options .vs__search,
.v-select .vs__dropdown-toggle .vs__selected-options input {
  cursor: pointer;
  padding: 0 10px!important;
  font-family: var(--font-family-sans-serif)!important;
}


.v-select .vs__dropdown-toggle .vs__actions {
  position: relative;
  bottom: 0;
  right: 14px;
  cursor: pointer;
  padding: 0!important;
}

.vs__clear {
  fill: rgba(60,60,60,.5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px;
  margin-bottom: 4px;
}



.v-select {
  width: 100%!important;
  height: 38px!important;
  cursor: pointer;
}

.v-select .vs__dropdown-toggle .vs__selected-options .vs__selected {
  font-family: var(--font-family-sans-serif)!important;
  color: #c63;
  font-weight: 700;
  padding: 0 5px;
  white-space: nowrap;
  line-height: normal!important;
  max-width: 78%;
  overflow: hidden;
}

.vs__dropdown-menu {
    display: block;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    z-index: 1000;
    padding: 5px 0;
    margin: 0;
    width: 100%;
    max-height: 350px;
    min-width: 160px;
    overflow-y: auto;
    /* box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15); */
    box-shadow: none;
    border: 1px solid rgba(60, 60, 60, .26);
    border-top-style: solid;
    border-radius: 0 0 4px 4px;
    text-align: left;
    list-style: none;
    background:#fff
}



.selecter .v-select.vs--single.vs--searchable {

  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  height: 38px;
}

.selecter .form-row>.col,
.selecter .form-row>[class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}




/* Users Account */

.wi-info-content-2 .left span,
.wi-info-content-2 .right span {
  font-family: var(--font-family-sans-serif);
  font-size: 16px;
  font-weight: 700;
}

/* Location Selecter */

.loction-content>ul>li {
  width: 100%;
  height: auto;
  padding: 0 0 0 20px;
  margin: 0;
  display: inherit;
  align-items: inherit;
  flex-wrap: inherit;
}


 .page-card {
  min-height: 100px;
  box-shadow: none;
  position: relative;
  border: 1px solid #bbb;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  }

/* .page-card .wizard-common-content:nth-child(1) {
     order: 2
 }

 .page-card .wizard-common-content:nth-child(2) {
     order: 1
 }

 .page-card .wizard-common-content:nth-child(3) {
     order: 3
 }*/

 .none-box-shadow {
     box-shadow: none!important;
     border: none!important;
 }

/* Agreement Checkboxes */

.tc-check-box-container {
  line-height: 1.5;
  font-family: var(--font-family-sans-serif);
  font-weight: normal;
  font-size: 1rem;
  color: black!important;
  padding-left: 55px;
  margin: 0.1rem 0;
}


.tc-check-content {
  min-height: 59px;
  background-color: rgba(184, 254, 173, 0.5);
  display: flex;
  align-items: center;
  border-radius: 0.25rem;
  border: 1px solid green;
  padding: 10px 10px;
}

.tc-red-check-content {
  min-height: 59px;
  background-color: rgba(255, 0, 0, 0.1)!important;
  display: flex;
  align-items: center;
  border-radius: 0.25rem;
  border: 1px solid green;
  padding: 10px 10px;
}

.tc-check-box-checkmark {
  top: 0;
  left: 0;
  height: 32px;
  width: 32px;
  border: 1px solid green;
  background-color: #fff;
  border-radius: 2px;
}

.tc-check-box-container .tc-check-box-checkmark:after {
  left: 12px;
  top: 1px;
  width: 8px;
  height: 24px;
  border: 1px solid green;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.tc-check-box-container:hover input~.tc-check-box-checkmark {
  border: 1px solid green;
  background-color: #fff;
}

.tc-check-box-container input:checked~.tc-check-box-checkmark {
  background-color: #fff;
  border: 1px solid green;
}


/* BMB H4  */
.wizard-tab-container > div > div >h4.mb-4 {
  line-height: 1.5;
  font-weight: normal;
  color: black;
}

/* Banned Visitor  */

.commen-label-view.mb-10.display-flex.align-items-end {
  flex-direction: row;
}

.nlc-new-col-65.p-25 .nlc-new-col-70 {
  padding: 0;
}

/* Forms elements */

.add-red-asterix {
   color: red;
   opacity: 1.0;
}

 .add-red-asterix::after {
    content: ' *';
    /* font-size: 1.2rem; */
    color: red;
    opacity: 1.0;
 }

.doc-type-border {
  padding: 1rem;
  border-radius: 0.25rem;
  border: 1px solid #bbb;
}

.doc-type-border label {
  display: block;
}

 .wi-form-label {
   font-family: var(--font-family-sans-serif);
   display: flex;
   align-items: center;
   flex-wrap: wrap;
 }

 .wi-form-label-6 .label {
   color: #000;
   font-family: var(--font-family-sans-serif);
   font-size: 14px;
   min-width: 150px;
   color: #7f7f7f;
   margin: 0;
   display: block;
   position: absolute;
   top: -7px;
 }

 .wi-form-label .label {
   color: #000;
   font-family: var(--font-family-sans-serif);
   font-size: 16px;
   font-weight: 700;
   line-height: 24px;
   min-width: 150px;
 }

 textarea::placeholder

 { /* Chrome, Firefox, Opera, Safari 10.1+ */
   color: #ccc;
   opacity: 0.7; /* Firefox */
 }

 textarea::placeholder

 { /* Chrome, Firefox, Opera, Safari 10.1+ */
   color: #ccc;
   opacity: 0.7; /* Firefox */
 }

 .vs__select::placeholder

 {
   color: #ccc;
   opacity: 0.7; /* Firefox */
 }

 .mt-20.mb-25 .wizard-common-content:nth-child(1) {
     border: 1px solid #ccc;
     padding: 0 1rem;
 }


 [id="\34 "] > div > div:nth-child(3) > div.wizard-common-content {
     border: 1px solid #ccc;
     padding: 1rem 1rem;
 }

 .gray-bg.p-25.mt-20 {
     border: 1px solid #ccc;
     border-radius: 0.25rem;
 }

 input.vs__search {
   color: #3d3d3d;
   opacity: 0.8;
 }

 input::placeholder

 { /* Chrome, Firefox, Opera, Safari 10.1+ */
   color: #ccc;
   opacity: 0.7; /* Firefox */
 }

 /* .wi-form-label-6 label.label {
   color: #ccc;
   opacity: 0.3;
 }
 */

 /* Select and Finds */
/*.query-button-row {
  text-align:right;
}*/

 /*   Start Nav and Menu   */

.menu-container-inner ul li a {
    padding: 8px 15px;
    align-items: center; /* add this alignment */
}

 .menu-container-inner ul li a svg {
     font-size: 16px!important;
 }

 .menu-container-inner ul li a i {
     font-size: 17px!important;
     width: 17px;
  }

 .menu-icon-inner {
     width: 50px;
     height: 50px;
     color: #fff;
     font-size: 24px;
     line-height: 50px;
  }


 .menu-container-inner {
     width: 240px;
     left: -240px;
  }

/* Set to display: none to hide form buttons */
.btn-bi-icon {
  display: inline-block;
}



 .nav-bar .wrapper-outer .nav-left .ip,
 .nav-bar .wrapper-outer .nav-right .ip
 {
     display: none;
 }

 .menu-open.fix-menu {
     display: none;
 }

 .nav-bar .wrapper-outer .nav-right .link-icon {
     display: none;
 }

 .nav-bar .wrapper-outer .nav-left .logo {
     width: 160px;
 }

 .menu-icon-outer {
     width: 50px;
     height: 50px;
     background-color: black;
     color: #fff;
     font-size: 24px;
     line-height: 50px;
     text-align: center;
     position: fixed;
     left: 0;
     top: 0;
     z-index: 1012;
     cursor: pointer;
     transition: all 3s;
  }
 .nav-bar .wrapper-outer .nav-left {
     padding: 0 0 0 40px;
 }

 .nav-bar, .nav-bar .wrapper-outer {
     min-height: 50px;
 }



 .menu-container-inner {
     top: 50px;
     left: -300px;
     transition: left 0.5s;
 }

 .menu-container-inner-after {
     left: 0px;
     top: 50px;
     transition: left 0.5s;
 }
 .menu-icon-inner {
     background-color: transparent;
     transition: background-color 0.5s;
 }

 .menu-icon-inner:hover {
     background-color: transparent;
 }

 .menu-icon-inner.menu-open.menu-icon-inner-after {
      background-color: #993333;
      transition: background-color 0.5s;
 }

 .menu-icon-inner-after {
     left: 0px;
 }

 .nav-bar .nav-right {
     display: none;
 }

 /*   End Nav and Menu   */

 /* Per it Application Summaries */

 .wi-collapsible {
   font-family: var(--font-family-sans-serif);
   font-size: 15px;
   /* background-color: rgba(0, 153, 204, 0.31); */
   border: 1px solid #09c;
   border-radius: 0.25rem;
   color: black;
 }
 .lgeg-wi-collapsible {
   background-color: #383b41;
   color: #black!important;
 }

 .collapsible-btn-3 {
   color: black
 }

 .sum-bg-black {
    background-color: inherit;
    color: inherit!important;
}

.sum-bg-black .consider-arrow .summary-hed-1-right button svg {
  color: black;
}

 /*   Media Queries   */

 @media (max-width: 1024px) {
    .wi-collapsible-2 .left .name,
    .wi-collapsible-2 .left .phone {
        margin-left: 25px;
        font-size: 16px;
        margin-top: 8px;
        font-family: var(--font-family-sans-serif);
    }

    /* Legs Form items */
    .wi-col-35.display-inline-block.plr-20.position-relative {
      padding: 0;
      padding-right: 1rem;
    }

    .wi-col-15.display-inline-block.plr-20.position-relative {
      padding: 0;
      padding-right: 1rem;
    }

    .wi-col-10.position-relative.justify-content.align-items-end.display-flex.pb-05
    {
      width: 100%
      margin-top: 1.5rem;
    }
    .commen-btn-content.flex-end.mt-auto.bottom-25.right-25 {
      flex-direction: row;
      justify-content: space-between;
    }
}

 @media (max-width: 834px) {
     .dash-board-content {
         padding: 0;
     }
 }

 @media (max-width: 768px) {
     .dash-board-content {
         padding: 0;
     }
 }


 @media (max-width: 414px) {

 }

 @media (max-width: 375px) {

 }

 @media (max-width: 328px) {
     .btn-sm {
         font-size: .675rem;
     }
 }

.mc-col-100.flex-end.p-0.mt-20 {
  flex-direction: row;
}

 /*

 @media (max-width: 1366px) {
     body {
         width: auto!important;
         overflow-x: auto;
     }
     .body-container-inner, .body-container-outer {

         max-width: initial;
         min-width: initial;
     }
 }

 @media (max-width: 768px) {
     .tile-content .tile-col-33 {
         width: initial;
     }
     .tile-content .tile-card {
         border-radius: 3px;
         border: 1.5px solid #933;
      }
 }
  */
