@media screen {
    *, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        font-family: 'Roboto', sans-serif;
        /* font-family: 'ZCOOL KuaiLe', cursive; */
        /* font-family: 'Comfortaa', cursive; */
        /* font-family: 'Didact Gothic', sans-serif; */
        font-family: 'Hind Vadodara', sans-serif;
        /* font-family: 'Montserrat', sans-serif; */
        font-family: 'Rubik', sans-serif;
        /* font-family: 'Kumbh Sans', sans-serif; */
    }
}

.file-zoom-dialog.modal {
    display: none;
}

.bootbox.modal {
    display: flex;
    align-items: center;
}

body.page-scroll-hide {
    overflow: hidden !important;
}

.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;
}

.bg-dark-clear {
    background-color: rgba(20, 20, 20, 0.2);
    padding: 5px;
    border: 1px solid rgba(20, 20, 20, 0.2);
    border-radius: 3px;
}

div.section-divider {
    border-bottom: 1px solid #ddd;
    width: 100%
}

.btn {
    text-transform: uppercase;
}

.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;
    z-index: 99;
}

.pop-alert .alert {
    position: fixed;
    width: 400px;
    min-width: 447px;
    left: 50%;
    margin-left: -200px;
    bottom: -20px;
    z-index: 9999;
    opacity: 0;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    -webkit-transition: .8s;
    transition: .3s;
}

.wrap > .container-fluid {
    margin-top: 80px;
}

/** CUSTOM BREADCRUMBS **/
.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;
}
.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: #3bafda;
    border: 1px solid #3bafda
}
.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: #3bafda;
    border-left-style: solid;
    border-left-width: 11px
}

.breadcrumb-arrow li:first-child a {
    background-color: #2494be;
}

.breadcrumb-arrow li:first-child a:after, .breadcrumb-arrow li:first-child a:before {
    border-left-color: #2494be;
}
/*
.breadcrumb-arrow li:first-child a:before:hover {
    background-color: #2494be;
    border-left-color: #2494be;
} */

.breadcrumb-arrow li a:after {
    right: -11px;
    z-index: 2;
    border-left: 11px solid #2494be
}
.breadcrumb-arrow li a:focus, .breadcrumb-arrow li a:hover {
    background-color: #4fc1e9;
    border: 1px solid #4fc1e9
}
.breadcrumb-arrow li a:focus:before, .breadcrumb-arrow li a:hover:before {
    border-left-color: #4fc1e9
}
.breadcrumb-arrow li a:active {
    background-color: #2494be;
    border: 1px solid #2494be
}
.breadcrumb-arrow li a:active:after, .breadcrumb-arrow li a:active:before {
    border-left-color: #2494be
}
.breadcrumb-arrow li span {
    color: #434a54
}

/** NAVBAR **/

.navbar-nav {
  margin: 10.25px -15px;
}

.navbar-nav>li>a {
    font-weight: bold;
    text-transform: uppercase;
}

.navbar-custom {
    background: rgb(39,138,227);
    background: -moz-linear-gradient(142deg, rgba(39,138,227,1) 20%, rgba(43,87,151,1) 83%);
    background: -webkit-linear-gradient(142deg, rgba(39,138,227,1) 20%, rgba(43,87,151,1) 83%);
    background: linear-gradient(142deg, rgba(39,138,227,1) 20%, rgba(43,87,151,1) 83%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#278ae3",endColorstr="#2b5797",GradientType=1);
    border-color: #42a4ba;
}

.navbar-custom .navbar-nav > .open > a, .navbar-custom .navbar-nav > .open > a:hover, .navbar-custom .navbar-nav > .open > a:focus {
    background-color: #164b61;
}

.navbar-custom .navbar-nav > li > a:hover, .navbar-custom .navbar-nav > li > a:focus {
    background-color: #254d5d;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 23px;
}

.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;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 23px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .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 {
  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;
}

@media (min-width: 768px) {
  .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;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}

/**
 * TABS LEFT
 */
 .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;
 }

.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;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
table.table * {
    font-size: 1.5rem;
}

/* form.main-form input.form-control {
    text-transform: uppercase;
} */


nav .dropdown-header {
    font-weight: bold;
    font-size: 1.5rem;
}

.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;
}

.navbar {
    /* opacity: 0.8; */
}

.nav li > form > button.logout {
    padding-top: 22px;
}

.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;
}

/** WIZARD MENU **/
#application-permit_also_apply_to label {
    float: left;
    display: inline-block;
    width: 50%;
}

#appbuilding-appscopeofwork .list-group-item {

}

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    box-shadow: 0 1rem 3rem rgba(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 .form-control {
    height: 31px;
    padding: 5px 18px;
}

.table .input-group-addon {
    padding: 5px;
}

.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;
}

body {
    overflow: hidden;
}

.loader {
    height: 6px;
    width: 100%;
    position: fixed;
    margin-top: 65px;
    z-index: 101;
    overflow: hidden;
    background-color: #ddd;
}

.loader:before{
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 6px;
    background: rgba(66,186,146, 0.5);
    background: -moz-linear-gradient(39deg, rgba(221,221,221,0.5) 0%, rgba(66,164,186,0.5) 38%, rgba(0,138,255,0.5) 100%);
    background: -webkit-linear-gradient(39deg, rgba(221,221,221,0.5) 0%, rgba(66,164,186,0.5) 38%, rgba(0,138,255,0.5) 100%);
    background: linear-gradient(39deg, rgba(221,221,221,0.5) 0%, rgba(66,164,186,0.5) 38%, rgba(0,138,255,0.5) 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%;}
}

/* .load-bar {
    position: absolute;
    margin-top: -16px;
    z-index: 101;
    width: 100%;
    height: 6px;
    background-color: #fdba2c;
}
.bar {
    content: "";
    display: inline;
    position: absolute;
    width: 0;
    height: 100%;
    left: 50%;
    text-align: center;
}
.bar:nth-child(1) {
    background-color: #da4733;
    animation: loading 3s linear infinite;
}
.bar:nth-child(2) {
    background-color: #3b78e7;
    animation: loading 3s linear 1s infinite;
}
.bar:nth-child(3) {
    background-color: #fdba2c;
    animation: loading 3s linear 2s infinite;
}
@keyframes loading {
    from {left: 50%; width: 0;z-index:100;}
    33.3333% {left: 0; width: 100%;z-index: 10;}
    to {left: 0; width: 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.550, 0.085, 0.680, 0.530) both;
	        animation: slide-out-right 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

.puff-out-center {
    -webkit-animation: puff-out-center 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) both;
        animation: puff-out-center 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) both;
}

.slide-out-left {
    -webkit-animation: slide-out-left 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
        animation: slide-out-left 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

.slide-top {
	-webkit-animation: slide-top 0.35s cubic-bezier(0.250, 0.460, 0.450, 0.940) forwards;
	        animation: slide-top 0.35s cubic-bezier(0.250, 0.460, 0.450, 0.940) forwards;
}

.slide-out-blurred-bottom {
	-webkit-animation: slide-out-blurred-bottom 0.35s cubic-bezier(0.755, 0.050, 0.855, 0.060) both;
	        animation: slide-out-blurred-bottom 0.35s cubic-bezier(0.755, 0.050, 0.855, 0.060) both;
}

.slide-in-fwd-center {
	-webkit-animation: slide-in-fwd-center 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-fwd-center 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.scale-in-center {
	-webkit-animation: scale-in-center 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-center 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.scale-out-center {
	-webkit-animation: scale-out-center 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: scale-out-center 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

.color-change-2x {
	-webkit-animation: color-change-2x 2s linear infinite alternate both;
	        animation: color-change-2x 2s linear infinite alternate both;
}

 /**
 * ----------------------------------------
 * 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
 * ----------------------------------------
 */

 /* ----------------------------------------------
 * Generated by Animista on 2021-2-24 11:17:58
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}


@-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-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-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;
  }
}
.close{
  color:black;
}
/* .wee{
  position: relative;
  left:60px;
  font-size: 11px;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  border: 1px solid black;
  margin-left:0px;
  font-weight: bold ;
} */
.remarks-popover{
  text-decoration:none;
  cursor: pointer;
  color:black;
}


.remarks-popover:focus{
  outline: 0px auto -webkit-focus-ring-color;
outline-offset: -2px;
}

.input-group-addon.login-group{
  padding: 10px 18px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #999999;
  text-align: center;
  background-color: white;
  border:0px;
  border-bottom: 1px solid #cccccc;
  border-radius: 0;
  cursor:pointer;
}

.has-success .input-group-addon {
  color: #3fb618;
  border:0px;
  border-bottom: 1px solid #3fb618;
  background-color: white;
}

.has-error .input-group-addon {
  color: #ff0039;
  border:0px;
  border-bottom: 1px solid #ff0039;
  background-color: white;
}

.w-100 { width: 100% !important; }
.h-100 { height: 100% !important; }
.w-50 { width: 50% !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; }

/** Text Wrap and Styles **/
.font-weight-bold { font-weight: bold !important; }
