/*
 * Side Navbar && Navbar
 * Dashboard
 */
 *{
    transition: all .2s ease-in-out;
 }
 :root{
    --side-width:240px;
    --margin-left:250px;
 }
 .h-75{
    height: 75% !important;
 }
 .capitalize{
    text-transform: capitalize !important;
 }
 .modal-title{
    font-size: 15px !important;
    text-transform: capitalize !important;
 }
 iframe.component-frame{
    z-index: 1 !important;
 }
 table[data-name="payp_sec"].section{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
 }
 .columnBlockLayout {
    margin-top: 50px !important;
    margin-bottom: 0px !important;
    padding: 0px;
}
 .toggled{
    margin-left: 240px;
    transition: all .5s ease-in-out;
 }
 .toggled.m-left{
    margin-left: 0;
    transition: all .5s ease-in-out;
 }

  .sidebar {
    position: fixed;
    top: 0;
    width: var(--side-width);
    bottom: 0;
    left: 0;
    z-index: 1000; /* Infront of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    background-color: var(--portalThemeColor1);
    margin-bottom: 0 !important;
    padding: 0 !important;
    transition: all .5s ease-in-out;
  }
  .sidebar-logo{
    border-bottom: 1px dashed #393945;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease-in-out;
    
  }
  .sidebar-logo a{
    font-size: 20px;
    color: beige;
    font-weight: 600;
    text-decoration: none;
  }
  .sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  }
  .sidebar li.nav-item{
    margin-left: 0.2rem;
    display: block;
    padding: 1rem 0;
  }
  
  .sidebar li.nav-item a{
    font-weight: 500;
    padding: 1rem 15px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;

  }
  .sidebar li.nav-item a:hover{
    color: blue;
  }
  
  .sidebar .nav-link .feather {
    margin-right: 4px;
    color: #727272;
  }
  
  .sidebar .nav-link.active {
    color: #007bff;
  }
  
  .sidebar .nav-link:hover .feather,
  .sidebar .nav-link.active .feather {
    color: inherit;
  }
  
  .sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
  }
  
   .sidebar #sidebarToggle {
        width: 2.5rem;
        height: 2.5rem;
        text-align: center;
        margin-bottom: 1rem;
        cursor: pointer;
        border: none;
   }

   /* toggle the sidebar on click */
   #top_menu_bar.navbar.sidebar-top-nav.bg-dark.closed{
    padding-left: 0;
    transition: all .5s ease-in-out;
   }
   #sidebarMenu.sidebar.closed{
    transition: all .5s ease-in-out;
    left:calc(-1* var(--side-width) - 40px);
    
   }

  /* navbar  dashboard */

 .navbar.sidebar-top-nav.bg-dark{
    background:var(--portalThemeColor5);
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    position: fixed;
    width: 100%;
    padding-left: var(--side-width);
    align-items: center;
    z-index: 100;
    transition: all .5s ease-in-out;
 }
 .shadow {
    box-shadow: 0 .5rem 1.75rem 0 rgba(58,59,69,.15)!important;
  } 
 .navbar.sidebar-top-nav.bg-dark .nav-link{
    display: flex;
    align-items: center;
    gap: 10px;
 }
 .navbar:before, .navbar:after{
    content: '';
    display: none !important;
 }
  
  .navbar-nav.px-3{
    margin: 0px 15px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 10px;
    
    
  }
  .navbar-nav.px-3 li{
    list-style: none;
    height: 100%;
    margin: 0 1.3rem;
  }
  .navbar-nav.px-3 .topbar-divider{
    width: 0;
    border-right: 1px solid #a3a5a7;
    height: calc(5.875rem - 2rem);
    margin: auto 1.5rem;
  }
  /* dashboard top icons */
  .fa-envelope:before {
    content: "\f0e0" !important;
    font-size: 18px;
    color: cadetblue;
    }
    .fa-bell:before {
        content: "\f0f3" !important;
        font-size: 18px;
        color: cadetblue;
    }
    .fa-dharmachakra:before {
        content: "\f655" !important;
    }
  .badge-counter {
    position: absolute;
    transform: scale(.7);
    transform-origin: top right;
    right: -.85rem;
    margin-top: -1.0rem;
    }
  .badge-danger {
        color: #fff;
        background-color: var(--portalThemeColor1);
    }
  
  .form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
  }
  
  .form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
  }
  .nav-item.dropdown .dropdown-list.dropdown-menu .dropdown-item{
    padding: 1.2rem 1.5rem;
    width: 100%;
    display: flex;
    /* align-items: center; */
    line-height: 2rem;
    border-bottom: 1px solid #dcdcea;
    font-size: 1rem;
  }
  .nav-item.dropdown .dropdown-list.dropdown-menu .dropdown-item:nth-child(1){
    border-bottom: none;
  }
  .nav-item.dropdown .dropdown-list.dropdown-menu .dropdown-item .dropdown-list-image.mr-3{
    height: 3.5rem;
    width: 3.5rem;
    position: relative;
    margin-right: 2rem;
  }
  .status-indicator{
    height: .75rem;
    width: .75rem;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    border: .125rem solid #fff;
  }
  /* Signature Buttons */
  .inkControlCommandBar .clearButton span{
    font-size: 18px !important;
    text-decoration: none !important;
    padding: 5px 10px !important;
    letter-spacing: 1px !important;

  }
  .inkControlCommandBar .confirmButton{
    width: auto !important;
    height: auto !important;
    border-color: var(--portalThemeColor4) !important;
    background-color: var(--portalThemeColor4) !important;
    margin-left: 20px !important;
    border-radius: 8px !important;
    padding: 3px 30px !important;

  }
  .inkControlCommandBar .confirmButton span::before{
    content: "Confirm" !important;
    color: var(--portalThemeColor7) !important;
    font-weight: bold !important;
    font-size: 18px !important;

  }
  

footer {
    color: #ffffff;
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    height: 68px;
}
footer .footer-bottom {
    background-color: #9e691a;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 5px;
    margin-right: 10px;
    width: auto;
    min-height: 100px;
    /* padding: 25px; */
}
html[dir=ltr] li a{
    margin-left: 1px !important;
}

@media only screen and (max-width: 700px) {
    .header-container {
        justify-content: end;
    }
}

.fit-content {
    min-width: fit-content;
}

.bp-feature-header {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    min-height: auto;
    max-height: 839px;
    height: 100vh;
    /* padding: 8px; */
    background-image: url("/bp-header.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    justify-content: center;
}

.bp-tracker-header {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    min-height: auto;
    max-height: 839px;
    height: 15vw;
    padding: 8px;
    background-image: url("/admin-header.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    justify-content: center;
}

.bp-feature-title {
    color: var(--portalThemeColor7);
    font-size: 9rem;
}

@media only screen and (max-width: 2100px) {
    .bp-feature-title {
        font-size: 8rem;
    }
}

@media only screen and (max-width: 1600px) {
    .bp-feature-title {
        font-size: 5rem;
    }
}

@media only screen and (max-width: 800px) {
    .bp-feature-title {
        font-size: 3rem;
        margin: 50px;
    }
}

.common-permits {
    display: flex;
    flex-direction: column;
    margin: 0 10%;
}

.permit-container {
    width: 100%;
    max-width: 1800px;
}

.permit-card-title {
    font-size: 30px;
    color: var(--portalThemeColor1);
}

.permit-card-subtitle {
    font-size: 16px;
    color: var(--portalThemeColor1);
}

.permit-card-desc {
    font-size: 16px;
    color: #8f8f8f;
}

.common-permit-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1700px;
}

.common-permit-header {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 33px;
}

@media only screen and (max-width: 1000px) {
    .common-permit-header-container {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .bp-button {
        margin-right: 0 !important;
    }
}

.my-permits-container {
    display: flex;
    margin: 100px 10%;
    flex-wrap: wrap;
    max-width: 1642px;
}

.search-container {
    display: flex;
    margin: 100px 10%;
    margin-top: 0;
    flex-wrap: wrap;
    max-width: 1642px;
}

@media only screen and (min-width: 2000px) {
    .search-container {
        margin: 100px 17%;
    }
}

.search-bar {
    display: flex;
    justify-content: flex-end;
    margin: 100px 10%;
}

.input-search {
    border-radius: 20px;
    width: 325px;
    height: 60px;
    color: #2a2c2e;
    padding: 20px;
    gap: 20px;
    border: var(--portalThemeColor1) 2px solid;
    font-size: 24px;
}

.search-input-group {
    display: flex;
    justify-content: end;
}

.search-input-button {
    background-color: transparent;
    font-size: 24px;
    border: none;
    margin-left: -46px;
    margin-top: 13px;
    color: var(--portalThemeColor1);
}

.bp-button-dark {
    border-radius: 20px;
    height: 60px;
    width: 124px;
    padding: 10px 20px;
    border: 2px solid var(--portalThemeColor1);
    background-color: var(--portalThemeColor1);
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    white-space: nowrap;
}

.bp-button {
    border-radius: 20px !important;
    height: 60px;
    width: 241px;
    padding: 10px 20px;
    font-size: 24px;
    font-weight: 600;
    white-space: nowrap;
}

.permit-card-container {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    min-width: 300px;
    flex-wrap: wrap;
    margin-top: 0;
}

.permit-card-container-left {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    min-width: 300px;
    flex-wrap: wrap;
    margin-top: 0;
    margin-left: 70px;
}

.applicationTypeItem {
    display: flex;
    justify-content: start;
    align-items: start;
    width: 22%;
    min-height: 250px;
    height: auto;
    background-color: #ffffff;
    border: 2px solid var(--portalThemeColor1);
    border-radius: 20px;
    padding: 20px;
}

.applicationTypeItem:focus,
.applicationTypeItem:hover {
    border: 3px solid var(--portalThemeColor2);
    background-color: var(--portalThemeColor2);
    color: var(--portalThemeOnColor2);
}

.card-h1 {
    font-size: 3rem;
    color: var(--portalThemeColor1);
    text-align: left;
}

.card-p {
    font-size: 1.5rem;
    text-align: left;
}

.step-card {
    word-break: break-word;
}

.step-card-h1 {
    font-size: 2rem;
    text-align: left;
    font-weight: bold;
}

.step-card-p {
    font-size: 1.5rem;
    color: var(--portalThemeColor8);
    text-align: left;
}

.permit-step-section {
    display: flex;
    width: 100%;
    justify-content: center;
}

.permit-step-card-container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.step-card {
    display: flex;
    width: 23%;
    min-height: 190px;
    height: auto;
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
    border-radius: 20px;
    margin: 10px;
    padding: 10px;
}

.step-card-info {
    margin-left: 15px;
}

.permit-tracker-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 60vh;
}

.permit-snapshot-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 13vw;
}

.permit-tracker-table {
    display: flex;
    justify-content: center;
    width: 90%;
    max-width: 1800px;
    margin: 100px 10%;
}

.snapshot-container {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 10%;
    max-width: 1800px;
}

.snapshot-header-container {
    display: flex;
    justify-content: flex-start;
    width: 90%;
    max-width: 1800px;
}

.snapshot-item {
    display: flex;
    width: 25%;
    justify-content: space-evenly;
}

.snapshot-number {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    min-height: 100px;
    min-width: 100px;
    background-color: var(--portalThemeColor9);
    font-size: 4rem;
    color: var(--portalThemeOnColor9);
}

.snapshot-header-container > h1 {
    margin-bottom: 50px;
}

.alert-danger {
    background-color: #DC3545 !important;
    border-color: #DC3545 !important;
    color: #fff !important;
}

.alert-danger hr {
    border-top-color: #DC3545 !important;
}

.alert-danger .alert-link {
    color: #fff !important;
}

@media only screen and (max-width: 1800px) {
    .permit-snapshot-container {
        height: 20vw;
    }

    .snapshot-item > h2 {
        font-size: 3rem;
    }

    .snapshot-number {
        min-height: 75px;
        min-width: 75px;
        font-size: 3rem;
    }
}

@media only screen and (max-width: 1400px) {
    .snapshot-item > h2 {
        font-size: 2rem;
        flex-wrap: nowrap;
    }

    .snapshot-number {
        min-height: 50px;
        min-width: 50px;
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 1000px) {
    .snapshot-item > h2 {
        font-size: 2rem;
        white-space: nowrap;
    }

    .snapshot-item {
        flex-direction: column;
        align-items: center;
    }

    .snapshot-number {
        font-size: 2.5rem;
    }

    .snapshot-header-container > h1 {
        margin-bottom: 20px;
        font-size: 3rem;
    }

    .permit-snapshot-container {
        height: 25vw;
        justify-content: space-around;
    }
    
}
@media (max-width: 1199px){
    .navbar-nav .open .dropdown-list.dropdown-menu{
        position: absolute !important;
        background-color: #fff !important;
    }
}

@media only screen and (max-width: 750px) {
    .permit-snapshot-container {
        height: 35vw;
    }

    .snapshot-header-container > h1 {
        margin: 0;
    }

    /* #mainContent > div > div > div > div.permit-tracker-container > div.permit-tracker-table > div > div > div.view-grid > table > thead > tr > th > a {
      font-size: 1.5rem;
    } */
}

@media only screen and (max-width: 550px) {
    .permit-snapshot-container {
        height: 260px;
    }

    .snapshot-header-container {
        justify-content: center;
    }

    .snapshot-container {
        flex-direction: column;
        align-items: center;
    }

    .snapshot-item {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 80%;
        margin: 0 20%;
    }
        /* toggle the sidebar on click */
    #top_menu_bar.navbar.sidebar-top-nav.bg-dark{
        padding: 0;
        transition: all .5s ease-in-out;
    }
    #sidebarMenu.sidebar{
        transition: all .5s ease-in-out;
        left:calc(-1* var(--side-width) - 40px);
    }
    .toggled{
        margin-left: 0;
    }
}

.table-status-cell {
    display: flex;
    justify-content: center;
    width: 90%;
    border-radius: 10px;
    padding: 0 20px;
    height: 60%;
    align-items: center;
}

.submitted {
    background-color: #ffffff;
    color: #4a7c4c;
    border: 1px solid #4a7c4c;
}

.review {
    background-color: #8f8f8f;
    color: #ffffff;
}

.denied {
    background-color: #38613f;
    color: #ffffff;
}

.approved {
    background-color: #62a365;
    color: #ffffff;
}

@media only screen and (max-width: 1200px) {
    .applicationTypeItem {
        width: 30%;
    }

    .card-h1 {
        font-size: 2.5rem;
    }

    .permit-card-container {
        justify-content: start;
    }
}

@media only screen and (max-width: 700px) {
    .applicationTypeItem {
        width: 45%;
    }

    .permit-card-container {
        justify-content: center;
    }
    /* toggle the sidebar on click */
   #top_menu_bar.navbar.sidebar-top-nav.bg-dark.closed{
    padding-left: 160px;
    transition: all .5s ease-in-out;
   }
   #sidebarMenu.sidebar.closed{
    transition: all .5s ease-in-out;
    left:0;
    width: 160px;
   }
    /* toggle the sidebar on click */
   #top_menu_bar.navbar.sidebar-top-nav.bg-dark{
    padding-left: 0;
    transition: all .5s ease-in-out;
   }
   #sidebarMenu.sidebar{
    transition: all .5s ease-in-out;
    left:calc(-1* var(--side-width) - 40px);
   }
   .toggled{
    margin-left: 0px;
   }

}

@media only screen and (max-width: 500px) {
    .applicationTypeItem {
        width: 80%;
    }

    .bp-button {
        margin-right: 0;
    }

    .search-bar {
        justify-content: center;
    }

    .search-container {
        justify-content: center;
    }
   
}

.breadcrumb {
    background-color: transparent;
}
.breadcrumb > li a {
    color: var(--portalThemeColor1);
}
.breadcrumb > li a:hover {
    color: var(--portalThemeColor1);
}
.breadcrumb > .active {
    color: #000000;
}

.nav-tabs > li > a:hover {
    background-color: #f2f2f2;
    color: var(--portalThemeColor1);
}

.nav-tabs > li > a:focus {
    background-color: #f2f2f2;
    color: var(--portalThemeColor1);
}

html[dir=ltr] .crmEntityFormView .actions .btn,
.btn-default {
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    padding: 7.2px 20px !important;
    width: fit-content;
}

.btn-default:active,
.btn-default.active {
    color: var(--portalThemeOnColor8);
    border-color: #62a365;
    background-color: var(--portalThemeColor12);
}
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus {
    color: var(--portalThemeOnColor4);
    background-color: var(--portalThemeColor4);
    border-color: var(--portalThemeColor4);
}
.btn-default:focus,
.btn-default.focus {
    color: var(--portalThemeOnColor4);
    background-color: var(--portalThemeColor4);
    border-color: var(--portalThemeColor4);
}

.btn-primary {
    color: var(--portalThemeOnColor1);
    background-color: var(--portalThemeColor1);
    border-color: var(--portalThemeColor1);
    border-radius: 2px;
    font-family: Helvetica;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 20px;
    width: fit-content;
    border-style: solid;
    background-color: var(--portalThemeColor1);
}
.btn-primary:hover {
    color: #2a2c2e;
    background-color: #d19c4d;
    border-color: #d19c4d;
}
.btn-primary:active,
.btn-primary.active {
    color: #2a2c2e;
    background-color: #d19c4d;
    border-color: #d19c4d;
}
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus {
    color: #2a2c2e;
    background-color: #d19c4d;
    border-color: #d19c4d;
}
.btn-primary:focus,
.btn-primary.focus {
    color: #2a2c2e;
    background-color: button1onhoverfillcolor;
    border-color: button1onhoverfillcolor;
}

.navbar-static-top.navbar-inverse {
    background-color: var(--portalThemeColor1);
}

.navbar-toggle {
    background-color: var(--portalThemeColor1);
}

.navbar-inverse .navbar-toggle {
    border: 1px solid var(--portalThemeColor1);
}
.navbar-inverse .navbar-toggle:hover {
    background-color: #d19c4d;
    border-color: #d19c4d;
}
.navbar-inverse .navbar-toggle:focus {
    border: 1px solid #ffffff;
    background-color: #d19c4d;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #2a2c2e;
    border-color: #2a2c2e;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    font-family: Arial;
    font-weight: 400;
    font-size: 20px;
}
.navbar-inverse .navbar-nav > li > a:hover {
    background-color: var(--portalThemeColor1);
    color: var(--portalThemeOnColor1);
    text-decoration: Underline;
}
.navbar-inverse .navbar-nav > li > a:focus {
    background-color: var(--portalThemeColor1);
    color: #000000;
    text-decoration: Underline;
}

.navbar-inverse .navbar-nav > .open > a {
    color: #000000;
    background-color: var(--portalThemeColor1);
    text-decoration: Underline;
}
.navbar-inverse .navbar-nav > .open > a:hover {
    color: #000000;
    background-color: var(--portalThemeColor1);
    text-decoration: Underline;
}
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #000000;
    background-color: var(--portalThemeColor1);
    text-decoration: Underline;
}

.navbar-inverse .navbar-nav .open .dropdown-menu {
    background-color: var(--portalThemeColor1) !important;
    text-decoration: none !important;
    margin-top: 20px;
    padding: 10px 0;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: var(--portalThemeOnColor1);
    text-decoration: none !important;
    padding: 10px 30px;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: #000000;
    color: var(--portalThemeColor1);
    text-decoration: Underline;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #000000;
    color: var(--portalThemeColor1);
    text-decoration: Underline;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a {
    background-color: #000000;
    color: var(--portalThemeColor1);
    text-decoration: Underline;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    background-color: #000000;
    color: var(--portalThemeColor1);
    text-decoration: Underline;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    background-color: #000000;
    color: var(--portalThemeColor1);
    text-decoration: Underline;
}

.sectionPrimaryColor {
    background-color: #9bbb9b;
    color: #000000;
}
.sectionPrimaryColor h1,
.sectionPrimaryColor h2,
.sectionPrimaryColor h3,
.sectionPrimaryColor h4,
.sectionPrimaryColor h5,
.sectionPrimaryColor h6,
.sectionPrimaryColor p,
.sectionPrimaryColor a {
    color: #000000;
}
.sectionPrimaryColor .crmEntityFormView h1,
.sectionPrimaryColor .crmEntityFormView h2,
.sectionPrimaryColor .crmEntityFormView h3,
.sectionPrimaryColor .crmEntityFormView h4,
.sectionPrimaryColor .crmEntityFormView h5,
.sectionPrimaryColor .crmEntityFormView h6,
.sectionPrimaryColor .crmEntityFormView p,
.sectionPrimaryColor .crmEntityFormView a {
    color: #000000;
}
.sectionPrimaryColor .entitylist h1,
.sectionPrimaryColor .entitylist h2,
.sectionPrimaryColor .entitylist h3,
.sectionPrimaryColor .entitylist h4,
.sectionPrimaryColor .entitylist h5,
.sectionPrimaryColor .entitylist h6,
.sectionPrimaryColor .entitylist p,
.sectionPrimaryColor .entitylist a {
    color: #000000;
}

a,
.a {
    color: var(--portalThemeColor1);
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
}
a:hover,
a:focus,
.a:hover,
.a:focus {
    color: #d19c4d;
}

.open > .btn-default.dropdown-toggle {
    color: #2a2c2e;
    background-color: #e6e6e6;
    border-color: var(--portalThemeColor1);
}

.open > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: var(--portalThemeColor1);
    border-color: var(--portalThemeColor1);
}
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
    color: #2a2c2e;
    background-color: #d19c4d;
    border-color: #bb8330;
}

.crmEntityFormView,
.entitylist,
.modal-content,
.popover-content {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
}
.crmEntityFormView .actions .col-sm-6{
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .crmEntityFormView .actions .col-sm-6 .btn-group{
    width: 100%;
    margin: 0 15px;
  }
  .crmEntityFormView .actions .col-sm-6 .btn-group input{
    width: 100%;
    padding: 10px 0 !important;
  }
.entitylist{
    border-radius: 0 !important;
}

#mainContent > div > div > div > div.permit-tracker-container > div.permit-tracker-table > div > div > div.view-grid > table > tbody > tr > td {
    font-size: 2.2rem;
    height: 80px;
    align-items: center;
}

#mainContent > div > div > div > div.permit-tracker-container > div.permit-tracker-table > div > div > div.view-grid > table > thead {
    height: 56px;
    background-color: var(--portalThemeColor1);
}

#mainContent > div > div > div > div.permit-tracker-container > div.permit-tracker-table > div > div > div.view-grid > table > thead > tr > th > a {
    color: var(--portalThemeColor5);
    font-size: 1.8rem;
}

#mainContent > div > div > div > div:nth-child(2) > div > div > div > div > div.view-grid > table > thead > tr > th > a {
    font-size: 1.8rem;
    color: #FFFFFF
}

#mainContent > div > div > div > div > div > div > div > div > div.view-grid > table > thead {
    background-color: var(--portalThemeColor1);
}

/* .entity-grid .view-grid {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
} */
#mainContent > div > div > div > div:nth-child(2) > div > div > div > div > div.view-grid > table > tbody > tr {
    height: 80px;
    font-size: 2.2rem;
}

#mainContent > div > div > div > div:nth-child(2) > div > div > div > div > div.view-grid > table > tbody > tr > td {
    padding-top: 20px;
}

#mainContent > div > div > div > div.permit-tracker-container > div.permit-tracker-table > div {
    width: 100%;
}

#mainContent > div > div > div > div:nth-child(2) > div > div > div > div > div.view-grid > table > thead > tr > th {
    padding-bottom: 15px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f7f7f7 !important;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #ffffff;
}
.navbar-static-top.navbar-inverse .navbar-brand a {
    color: #ffffff;
}
.msos-selecteditems-toggle {
    color: #9bbb9b !important;
}
.crmEntityFormView .tab-title{
    display: none;
};
h1 p {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 40px;
    color: #2a2c2e;
    margin-left: 0px;
    margin-right: 0px;
}

h2 p {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 36px;
    color: #2a2c2e;
}
h3,
.h3,
.page_section h3,
.color-inverse h3,
.sidebar-home h3 {
    font-family: Arial;
    font-weight: 400;
    font-size: 20px !important;
    color: #2a2c2e;
    padding: 0 10px !important;
}

h4,
.h4,
.poll .poll-header h4,
.poll .poll-tags h4 {
    font-family: Helvetica;
    font-weight: 700;
    font-size: 24px;
    color: #2a2c2e;
}

h5,
.h5 {
    font-family: Helvetica;
    font-weight: 700;
    font-size: 14px;
    color: #9bbb9b;
}

p,
.p,
.page_section p,
.section-diagonal-left p,
.section-diagonal-right p {
    font-family: Arial;
    font-weight: 400;
    font-size: 20px;
    color: #2a2c2e;
}

.p2 {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #2a2c2e;
}
.button1 {
    color: #2a2c2e;
    border-radius: 2px;
    font-family: Helvetica;
    font-weight: 600;
    font-size: 14px;
    border-color: var(--portalThemeColor1);
    padding: 6px 20px;
    width: fit-content;
    border-style: solid;
    background-color: var(--portalThemeColor1);
}
.button1:not(.gjs-selected):hover {
    color: #2a2c2e;
    background-color: #d19c4d;
    border-color: #d19c4d;
}
.button1:not(.gjs-selected):active,
.button1.active:not(.gjs-selected) {
    color: #2a2c2e;
    background-color: button1onhoverfillcolor;
}
.button1:focus,
.button1.focus {
    color: #2a2c2e;
    background-color: #d19c4d;
}
.button2 {
    color: var(--portalThemeColor1) !important;
    border-radius: 2px;
    font-family: Helvetica;
    font-weight: 600;
    font-size: 14px;
    border-color: var(--portalThemeColor1) !important;
    padding: 6px 20px;
    width: fit-content;
    border-style: solid;
    background-color: transparent;
}
.button2:not(.gjs-selected):hover {
    color: var(--portalThemeOnColor1) !important;
    background-color: var(--portalThemeColor1) !important;
    border-color: var(--portalThemeColor1) !important;
}
.button2:not(.gjs-selected):active,
.button2.active:not(.gjs-selected) {
    color: #2a2c2e;
    background-color: var(--portalThemeColor1);
}
.button2:focus,
.button2.focus {
    color: #2a2c2e;
    background-color: var(--portalThemeColor1);
}

.navbar-static-top.navbar-inverse .navbar-brand a p,
.navbar-static-top.navbar-inverse .navbar-brand a h1,
.navbar-static-top.navbar-inverse .navbar-brand a h2,
.navbar-static-top.navbar-inverse .navbar-brand a h3,
.navbar-static-top.navbar-inverse .navbar-brand a h4,
.navbar-static-top.navbar-inverse .navbar-brand a h5,
.navbar-static-top.navbar-inverse .navbar-brand a span {
    display: inline;
    vertical-align: middle;
    color: #ffffff;
}

h1.siteTitle {
    display: inline;
    vertical-align: middle;
    color: #ffffff;
    font-family: Arial;
    font-weight: 400;
    font-size: 30px;
}

/* Permit Tracker Table */

.panel-default > .panel-body, .list-group-item {
    background-color: var(--portalThemeColor2);
    color: var(--portalThemeOnColor2);
}

/* .entitylist {
    border: 1px solid var(--portalThemeColor2) !important;
} */

.panel {
    border: none;
}

.grid-actions {
    border-bottom: none;
}


.view-grid > table > tbody > tr > td,
.view-grid > table > tbody > tr > td > a {
    color: var(--portalThemeOnColor7);
    font-size: 1.6rem;
}

.navbar-inverse .navbar-nav > li > a:hover {
    background-color: var(--portalThemeColor4) !important;
    color: var(--portalThemeOnColor4) !important;
}

#bp_fileupload {
    background-color: var(--portalThemeColor4);
    color: var(--portalThemeOnColor4);
  }
  

/* :root {
    --xs: 0;
    --s: 576px;
    --md: 768px;
    --lg: 992px;
    --xl: 1200px;
    --xxl: 1400px;
} */

/* Breakpoints */

/* Extra Small (Mobile - Portrait) */
@media only screen and (min-width: 0) and (max-width: 576px) {
    .step-card {
        width: 100%;
    }
}

/* Small (Mobile - Landscape & 400% zoom) */
@media only screen and (min-width: 576px) and (max-width: 768px) {
    .step-card {
        width: 100%;
    }
     /* toggle the sidebar on click */
   #top_menu_bar.navbar.sidebar-top-nav.bg-dark{
    padding-left: 0;
    transition: all .5s ease-in-out;
   }
   #sidebarMenu.sidebar{
    transition: all .5s ease-in-out;
    left:calc(-1* var(--side-width) + 35px);
   }
   .toggled{
    margin-left: 40px;
   }
}

/* Small (Tablet - Portrait & 200% zoom) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .step-card {
        width: 100%;
    }
}
