body {
    overflow: hidden;
}

@media screen {
    *,h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
        font-family: "Roboto", sans-serif;
        font-family: "Hind Vadodara", sans-serif;
        font-family: "Montserrat", sans-serif;
        font-family: "Rubik", sans-serif;
    }
}

.file-zoom-dialog.modal {
    display: none;
}

.bootbox.modal {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-form-button {
    display: none;
}

.bg-gray {
    background-color: #e5e5e5;
}
.bg-clear {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 3px;
}
div.section-divider {
    border-bottom: 1px solid #ddd;
    width: 100%;
}
.btn {
    border-radius: 5px;
}

.btn:active, 
.btn:focus,
.btn:focus-visible {
    outline: none !important;
}

.btn-primary {
    border: none !important;
    background-color: #257884 !important;
    outline: none !important;
}

.cancelBtn {
    width: 15rem;
    background-color: #281d1d !important;
    border-radius: 4px;
    border: none;
    color: white;
}

.btn-icon {
    margin-right: 10px;
}

.btn-right {
    position: absolute;
    right: 25px;
    margin: -10px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 13px 15px;
    font-size: 18px;
    line-height: 1.33;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 18px;
    font-size: 24px;
    line-height: 1.33;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -o-border-radius: 35px;
    border-radius: 35px;
}

.toolbar {
    position: fixed;
    right: 35px;
}

.pop-alert .alert {
    display: block;
    position: fixed;
    width: 400px;
    /* min-width: 447px; */
    left: 50%;
    transform: translateX(-50%);
    /* margin-left: -200px; */
    bottom: -20px;
    z-index: 9999;
    opacity: 0;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    -webkit-transition: 0.8s;
    transition: 0.3s;
    background-color: #22818f;
}

.findbp {
    height: auto;
    width: 700px;
    border-left: none;
    border-top: none;
    border-right: none;
    box-shadow: none;
    border-bottom: 2px solid #ff8705;
    font-size: 27pt;
}

.findfsic {
    height: auto;
    width: 500px;
    border-left: none;
    border-top: none;
    border-right: none;
    box-shadow: none;
    border-bottom: 2px solid #ff8705;
    font-size: 27pt;
}
.findbp:focus {
    border-bottom: 2px solid #ff8705;
}
.finding .has-error .form-control {
    color: red;
    border: none;
    box-shadow: none;
    border-bottom: 2px solid #ff0505;
}
.finding .has-error .form-control:focus {
    color: red;
    border: none;
    box-shadow: none;
    border-bottom: 2px solid #ff0505;
}
.finding .has-success .form-control {
    font-weight: bold;
    border: none;
    box-shadow: none;
    border-bottom: 2px solid #2bd447;
}
.finding .has-success .form-control:focus {
    border: none;
    box-shadow: none;
    border-bottom: 2px solid #2bd447;
}
.finding .form-control:focus {
    border: none;
    box-shadow: none;
    border-bottom: 2px solid #ff8705;
}
.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #ff7518;
    border-color: #ff7518;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #257884;
}
.panel-primary {
    border-color: rgb(255, 117, 24);
}
.text-primary {
    color: rgb(255, 158, 94);
}

thead > tr > th:not(:nth-last-of-type(1)),
thead > tr > td:not(:nth-last-of-type(1)),
tbody > tr > td:not(:nth-last-of-type(1)) {
    border-right: 1px solid white !important;
}


/**==================
     Navbar
====================*/
.navbar-nav {
   padding-top: 1.5rem;
}

.navbar-nav > li > a {
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 23px;
}

.navbar-custom {
    background: white;
    border-color: white;
    min-height: 92px;
}

.navbar-default .navbar-collapse {
    border-color: white;
    display: flex !important;
    justify-content: space-between;
    position: relative !important;
    overflow: auto;
}

.navbar-default .navbar-nav > li > a {
    color: #0c444d;
    font-size: 1.7rem;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:focus {
    background-color: transparent !important;
    color: #0c444d;
}

.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus,
.navbar-custom .navbar-nav > .open > a:active {
    background-color: white !important;
    color: #0c444d;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:active {
    background-color: #22818f !important;
    color: white !important;
}

.navbar-default .navbar-nav > .active > a {
    background-color: white !important;
    color: #0c444d !important;
}

.navbar-default .navbar-toggle {
    background-color: #22818f;
    margin-top: 2.3rem;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:active,
.navbar-default .navbar-toggle:focus {
    background-color: #0c444d;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #0c444d;
}

.navbar-nav .open .dropdown-menu .dropdown-header {
    color: #0c444d !important;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
}
.navbar-form {
    padding: 10px 15px;
    margin-right: -15px;
    /* margin-left: -15px; */
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 13.5px;
    margin-bottom: 13.5px;
}

/** Breakpoint */
@media (min-width: 768px) {
    .container > .navbar-header {
        height: 80px;
    }
    .navbar-nav {
        /* float: left; */
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 20.5px;
        padding-bottom: 20.5px;
    }
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        box-shadow: none;
    }
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .form-control-static {
        display: inline-block;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
    /* .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    } */
}

.navbar-brand {
    float: left;
    height: 64px;
    padding: 20.5px 15px;
    font-size: 17px;
    font-weight: bold;
    line-height: 23px;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
nav .dropdown-header {
    font-weight: bold;
    font-size: 1.5rem;
}
.navbar {
    opacity: 1;
}
.nav li > form > button.logout {
    padding-top: 22px;
}

.navbar .container {
    margin-top: 8px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/**=============================
   Tab Left Fees and Charges
===============================*/
.tabs-left > .nav-tabs {
    border: 1px solid #eee;
    padding: 5px;
    background-color: #fff;
}

.tabs-left .tab-content {
    display: grid;
    padding: 19px !important;
    padding-top: 0 !important;
}

.tabs-left .tab-content > .tab-pane,
.tabs-left .pill-content > .pill-pane {
    display: none;
}

.tabs-left .tab-content > .active,
.tabs-left .pill-content > .active {
    display: block;
}

.tabs-left > .nav-tabs > li {
    float: none;
}

.tabs-left > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
    float: left;
}

.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
    border-color: #fff #fff #fff #fff;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    border-right-color: #ffffff;
}


.control-label {
    font-weight: bold;
}

.select2-container--krajee .select2-selection--single,
.select2-container--krajee
    .select2-selection--multiple
    .select2-search--inline
    .select2-search__field {
    height: 42px;
}

.select2-container--krajee
    .select2-selection--multiple
    .select2-selection__choice {
    padding: 6px;
}

.select2-container--krajee
    .select2-selection--multiple
    .select2-selection__clear {
    top: 1rem;
}

.select2-container--krajee
    .select2-selection--single
    .select2-selection__arrow {
    height: 40px;
}

/* .select2-container--krajee .select2-selection {
    border-radius: 0;
} */

.select2-container--krajee .select2-selection--single {
    line-height: 2;
}

.hr {
    border-top: 1px solid #ddd;
}

.bold {
    font-weight: bold;
    text-transform: uppercase;
}

li.dropdown-divider {
    border-top: 1px solid #ddd;
    margin: 10px;
}

.action-btn-dropdown {
    left: auto;
    right: 0;
}

.table .form-control {
    height: 31px;
    padding: 5px 18px;
}

.table .input-group-addon {
    padding: 5px;
}

.table .dropdown-toggle .caret {
    display: none;
}
/** WIZARD MENU **/
#application-permit_also_apply_to label {
    float: left;
    display: inline-block;
    width: 50%;
}

.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.wizard-menu {
    display: flex;
    justify-content: space-between;
    overflow-x: auto;
}

.wizard-menu,
.wizard-menu li,
.wizard-menu li a {
    min-height: 70px;
}

.wizard-menu li a {
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5rem;
    white-space: nowrap;
}

.form-group.btn-group {
    padding-left: 15px;
}

.table .dropdown-toggle .caret {
    display: none;
}

.tab-content {
    padding: 0 !important;
}

.btn-search {
    position: absolute;
    right: 0;
    top: 0;
}

.panel.panel-tab {
    border-top: 0;
}

.select2-container--krajee .select2-selection__clear {
    top: 0rem;
}

/* ===================
     Loader Style
=====================*/
.loader {
    height: 6px;
    width: 100%;
    position: fixed;
    margin-top: 65px;
    z-index: 101;
    overflow: hidden;
    background-color: #0c444d;
}

.loader:before {
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 6px;
    background: #0c444d;
    background: -moz-linear-gradient(
        39deg,
        #176774 0%,
        #2c8c9b 38%,
        #48bacc 100%
    );
    background: -webkit-linear-gradient(
        39deg,
        #176774 0%,
        #2c8c9b 38%,
        #48bacc 100%
    );
    background: linear-gradient(
        39deg,
        #176774 0%,
        #2c8c9b 38%,
        #48bacc 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dddddd",endColorstr="#008aff",GradientType=1);
    border-color: #42a4ba;
    animation: loading 2s linear infinite;
}

@keyframes loading {
    from {
        left: -200px;
        width: 30%;
    }
    50% {
        width: 30%;
    }
    70% {
        width: 70%;
    }
    80% {
        left: 50%;
    }
    95% {
        left: 120%;
    }
    to {
        left: 100%;
    }
}

.before-load-mask {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: auto;
    min-height: 100%;
    background-color: #fff;
    opacity: 0.8;
}

.before-load-mask div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/** ANIMATE  */
.slide-out-right {
    -webkit-animation: slide-out-right 0.5s
        cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    animation: slide-out-right 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.puff-out-center {
    -webkit-animation: puff-out-center 1s cubic-bezier(0.165, 0.84, 0.44, 1)
        both;
    animation: puff-out-center 1s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.slide-out-left {
    -webkit-animation: slide-out-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53)
        both;
    animation: slide-out-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.slide-out-blurred-bottom {
    -webkit-animation: slide-out-blurred-bottom 0.35s
        cubic-bezier(0.755, 0.05, 0.855, 0.06) both;
    animation: slide-out-blurred-bottom 0.35s
        cubic-bezier(0.755, 0.05, 0.855, 0.06) both;
}

.slide-in-fwd-center {
    -webkit-animation: slide-in-fwd-center 200ms
        cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-in-fwd-center 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
        both;
}

.scale-in-center {
    -webkit-animation: scale-in-center 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94)
        both;
    animation: scale-in-center 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.scale-out-center {
    -webkit-animation: scale-out-center 0.3s cubic-bezier(0.215, 0.61, 0.355, 1)
        both;
    animation: scale-out-center 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

.color-change-2x {
    -webkit-animation: color-change-2x 2s linear infinite alternate both;
    animation: color-change-2x 2s linear infinite alternate both;
}

/** ===================
    Animations
===================== */

/** animation slide-out-right */
@-webkit-keyframes slide-out-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }
}
@keyframes slide-out-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }
}

/** animation puff-out-center */
@-webkit-keyframes puff-out-center {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-filter: blur(2px);
        filter: blur(2px);
        opacity: 0;
    }
}
@keyframes puff-out-center {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-filter: blur(2px);
        filter: blur(2px);
        opacity: 0;
    }
}

/** animation slide-out-left  */
@-webkit-keyframes slide-out-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }
}
@keyframes slide-out-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }
}

/**  animation color-change-2x */
@-webkit-keyframes color-change-2x {
    0% {
        background: #19dcea;
    }
    100% {
        background: #b22cff;
    }
}
@keyframes color-change-2x {
    0% {
        background: #19dcea;
    }
    100% {
        background: #b22cff;
    }
}

/**  animation slide-out-blurred-bottom */
@-webkit-keyframes slide-out-blurred-bottom {
    0% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform: translateX(-50%) scaleY(1) scaleX(1);
        transform: translateX(-50%) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(1000px) scaleY(2) scaleX(0.2);
        transform: translateY(1000px) scaleY(2) scaleX(0.2);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }
}
@keyframes slide-out-blurred-bottom {
    0% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform: translateX(-50%) scaleY(1) scaleX(1);
        transform: translateX(-50%) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(1000px) scaleY(2) scaleX(0.2);
        transform: translateY(1000px) scaleY(2) scaleX(0.2);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }
}

@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes scale-out-center {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
}
@keyframes scale-out-center {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
}

/**=======================
     Breadcrumbs
========================*/
.breadcrumb {
    margin-bottom: 0;
}

.breadcrumb-arrow {
    height: 36px;
    padding: 0;
    line-height: 36px;
    list-style: none;
    background-color: #e6e9ed;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    overflow: hidden;
}
.breadcrumb-arrow li:first-child a {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
}
.breadcrumb-arrow li,
.breadcrumb-arrow li a,
.breadcrumb-arrow li span {
    display: inline-block;
    vertical-align: top;
}
.breadcrumb-arrow li:not(:first-child) {
    margin-left: -5px;
}
.breadcrumb-arrow li + li:before {
    padding: 0;
    content: "";
}
.breadcrumb-arrow li span {
    padding: 0 10px;
}
.breadcrumb-arrow li a,
.breadcrumb-arrow li:not(:first-child) span {
    height: 36px;
    padding: 0 10px 0 25px;
    line-height: 36px;
}
.breadcrumb-arrow li:first-child a {
    padding: 0 10px;
}
.breadcrumb-arrow li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    background-color: #257884;
    border: 1px solid #257884;
}
.breadcrumb-arrow li:first-child a {
    padding-left: 10px;
}
.breadcrumb-arrow li a:after,
.breadcrumb-arrow li a:before {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: "";
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}
.breadcrumb-arrow li a:before {
    right: -10px;
    z-index: 3;
    border-left-color: #257884;
    border-left-style: solid;
    border-left-width: 11px;
}

.breadcrumb-arrow li:first-child a {
    background-color: #0c444d;
}

.breadcrumb-arrow li:first-child a:after,
.breadcrumb-arrow li:first-child a:before {
    border-left-color: #0c444d;
}

.breadcrumb-arrow li a:after {
    right: -11px;
    z-index: 2;
    border-left: 11px solid #257884;
}
.breadcrumb-arrow li a:focus, .breadcrumb-arrow li a:hover {
    background-color: #257884;
    border: 1px solid #257884;
}
.breadcrumb-arrow li a:focus:before, .breadcrumb-arrow li a:hover:before {
    border-left-color: #257884;
}
.breadcrumb-arrow li a:active {
    background-color: #257884;
    border: 1px solid #257884;
}
.breadcrumb-arrow li a:active:after, .breadcrumb-arrow li a:active:before {
    border-left-color: #257884;
}
.breadcrumb-arrow li span {
    color: #434a54;
}

/**=============
    Panel
===============*/
.panel-div-head {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 2rem;
}

.panel-div-item {
    margin-bottom: 2rem;
}

.panel-div-item:nth-last-child(1) {
    margin-bottom: 0;
}

.panel-div-item .form-control {
    border-radius: 5px;
}

.panel-div-group.app-info:nth-of-type(2) {
    margin-left: -1px;
}

.panel-div-group.app-info > .panel-div-item {
    display: flex;
    align-items: center;
    border: 1px solid #d9d9d9;
    height: 50px;
    padding-left: 2.5rem;
    margin-bottom: 0;
}

.panel-div-group.app-info > .panel-div-item:not(:nth-last-of-type(1)) {
    border-bottom: none;
}

.panel-div-group.app-info > .panel-div-item > p {
    margin: 0;
}

/**===============
    Form Field
=================*/
.panel-div-item .control-label {
    color: #8e8e8e;
}

.panel-div-item .kv-date-picker {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.form-control:active,
.form-control:focus,
.select2-selection:active,
.select2-selection:focus {
    box-shadow: none !important;
    border-color: #257884 !important;
}

.form-control.krajee-datepicker:active,
.form-control.krajee-datepicker:focus {
    border: 1px solid #257884 !important;
}

.has-success .form-control  {
    border: 1px solid #257884 !important;
}

.has-success .input-group-addon {
    color: #999999;
    border: 1px solid #257884 !important;
    background-color: white !important;
}

.input-group-addon {
    padding: 10px 18px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    color: #999999;
    text-align: center;
    background-color: white;
    border-bottom: 1px solid #cccccc;
    border-radius: 0;
    cursor: pointer;
}

.has-error .input-group-addon {
    color: #ff0039;
    border-bottom: 1px solid #ff0039;
    background-color: white;
}

.select2-container--krajee-bs3.select2-container--open .select2-selection {
    box-shadow: none !important;
    border-color: #257884 !important;
}

/**==================
    Page Title
====================*/

.page-title-wrapper{
    margin-top:2rem;
}


/**==================
    Tables
====================*/
table.table * {
    font-size: 1.5rem;
}

.table-wrapper{
    overflow: auto;
}

.table-bg-color-white{
    background-color: #FFFFFF;
}


/**=============================
    Bootstrap Define Classes
================================*/
/** Spacing **/
.w-100 {
    width: 100% !important;
}
.h-100 {
    height: 100% !important;
}
.w-40 {
    width: 40% !important;
}
.w-50 {
    width: 50% !important;
}
.w-60 {
    width: 60% !important;
}

/** Flexbox **/
.d-flex {
    display: flex !important;
}
.d-none {
    display: none !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-column {
    flex-direction: column !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-content-center {
    align-content: center !important;
}

/** Borders and Margins **/
.border {
    border: 1pt solid windowtext !important;
}
.border-0 {
    border: 0 !important;
    border-color: transparent !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-top {
    border-top: 1pt solid windowtext !important;
}
.border-right {
    border-right: 1pt solid windowtext !important;
}
.border-bottom {
    border-bottom: 1pt solid windowtext !important;
}
.border-left {
    border-left: 1pt solid windowtext !important;
}
.m-0 {
    margin: 0 !important;
}
.mb-2 {
    margin-bottom: 2pt !important;
}

.mb-0 {
    margin-bottom: 0px;
}
.p-0{
    padding: 0;
}

.mt-1{
    margin-top: 0.25rem;
}
.mt-2{
    margin-top: 0.5rem;
}
.mt-3{
    margin-top: 1rem;
}
.mt-4{
    margin-top: 1.5rem;
}
.mt-5{
    margin-top: 3rem;
}

/** Text Wrap and Styles **/
.font-weight-bold { 
    font-weight: bold !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}
.text-align-center {
    text-align: center;
}

/* Text Color and Background Colors */
.color-green1 {
    color: #0c444d !important;
}

.color-green2 {
    color: #257884 !important;
}

.color-black1 {
    color: #525256 !important;
}

.color-black2 {
    color: #2f2f2f !important;
}

.color-red1 {
    color: #db4343 !important;
}

.color-gray1 {
    color: #8e8e8e !important;
}

.color-gray2 {
    color: #6b6b6b !important;
}

.color-blue1 {
    color: #1261a0 !important;
}

.color-white1 {
    color: white !important;
}

.color-dark-cyan{
    color: #0e4b54;
}

.bgcolor-green1 {
    background-color: #0c444d !important;
}

.bgcolor-green2 {
    background-color: #257884 !important;
}

.bgcolor-darkgreen1 {
    background-color: #283731 !important;
}

.bgcolor-lightgreen1 {
    background-color: #f5fdfc !important;
}

.bgcolor-black1 {
    background-color: #212121 !important;
}

.bgcolor-gray1 {
    background-color: #d9d9d9 !important;
}

.bgcolor-yellow1 {
    background-color: #FFF1CC !important;
}



/**============================
    Custom Classes
===============================*/
.show-for-mobile, .show-for-mobile-block{
     display: none;
}

/**============================
    General  Breakpoint 
===============================*/
@media (max-width: 575.99px) {

    .btn-add {
        width: 100%;
        background-color: #257884 !important;
        color: white;
        border-radius: 4px;
        margin-bottom: 20px;
    }

    .title-div {
        margin: 2.5rem 0 2.5rem 0;
    }

    .hide-for-mobile {
        display: none !important;
    }

    .show-for-mobile {
        display: flex !important;
    }

    .show-for-mobile-block {
        display: block;
    }

    .municipality-logo {
        width: 60px !important;
        margin: -12px 0 0 -3px !important;
    }

    .has-success .control-label {
        color: #212121;
    }

    .has-success .form-control,
    .has-success .form-control:active:focus {
        border: 1px solid #257884 !important;
    }
    
    .panel-1 {
        border: 1px solid #22818f;
        border-radius: 5px;
    }
    
    .panel-1 > div > div > h4 {
        font-weight: normal !important;
        font-size: 1.5rem;
    }

    .panel-1 > div > div > h4 > small {
        display: none;
    }

    .panel-1 > div > div > h4 > span {
        display: flex !important;
        margin-top: 10px;
        color: #525256;
    }

    .mobile-ver-title {
        display: flex !important;
    }

    .mobile-ver-title > span {
        color: #525256;
        margin: .8rem 0 2rem 0;
    }

    .mobile-ver-title > div:nth-of-type(1) > span {
        padding-right: 15px;
        font-weight: bold;
        font-size: 1.7rem;
        letter-spacing: .06rem;
    }

    .line-image {
        height: 1.2px;
        margin: 0 !important;
        background-color: #525256;
        width: 100%;
    }

    .mobile-ver-title > div:nth-of-type(2) {
        color: #525256;
        background-color: #f5fdfc;
        margin-bottom: .8rem;
    }

    .mobile-ver-title > div:nth-of-type(2) > p {
        color: #257884;
        margin-bottom: 1rem;
    }

    .mobile-ver-title > button {
        background-color: #257884 !important;
        margin-bottom: 1.8rem;
        border-radius: 5px;
        border: none;
    }

    .mobile-ver-title > button:hover {
        background-color: #257884 !important;
    }

    .mobile-ver-title > button:active,
    .mobile-ver-title > button:focus {
        background-color: #0c444d !important;
    }

    .list-group-item {
        /* border: none; */
        /* border: 1px solid red; */
        /* border-radius: 5px; */
    }

    .form-form > div {
        border: 1px solid #d9d9d9;
        border-top: none;
        border-bottom: none;
    }

    .form-form > .tp-brdr {
        border: 1px solid #d9d9d9;
        border-bottom: none;
        border-radius: 5px 5px 0 0;
    }

    .form-form > .bttm-brdr {
        border: 1px solid #d9d9d9;
        border-top: none;
        border-radius: 0 0 5px 5px;
    }

    .full-brdr,
    .form-form > .full-brdr {
        border: 1px solid #d9d9d9;
        border-radius: 5px;
    }

    .form-form > .tp-brdr > :nth-child(2){
        display: flex !important;
    }

    #application-type_of_application_id > label {
        font-weight: 100;
        margin-left: 1.5rem;
    }

    .divider-hr {
        display: flex !important;
        height: 1px;
        background-color: #d9d9d9;
        border: 1px solid #d9d9d9;
        border-top: none;
        border-bottom: none;
        margin: 0;
        background-color: black;
        margin-bottom: 15px;
    }

    .bttm-brdr > label,
    .bttm-brdr > label:hover,
    .full-brdr > label,
    .full-brdr > label:hover {
        color: #22818f;
    }

    .form-form .has-success .control-label {
        color: #333333;
    }

    .form-form .form-control {
        border-radius: 5px;
    }

    .form-form .input-group-addon {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .form-form .input-group-addon > .glyphicon  {
        color: #525256;
    }

    .form-form .has-error .input-group-addon,
    .form-form .has-success .input-group-addon {
        border-right: none;
    }

    .form-form .krajee-datepicker,
    .form-form .has-success .krajee-datepicker:focus {
        border-left: none;
    }

    .form-form .has-success .input-group-addon,
    .form-form .has-success .krajee-datepicker,
    .form-form .has-success .form-control {
        border-color: #22818f;
    }

    .form-form .has-error .krajee-datepicker {
        border-left: none;
    }

    .applicants-details-form {
        flex-direction: column;
    }

    .form-form > div:nth-of-type(1) > h6 {
        color: #22818f;
    }

    .pop-alert .alert {
        width: 70%;
    }

    .bootbox-loading {
        transform: translateX(calc(50vw - 70px));
    } 
}
