html {
  font-size: 14px;
}

/* search */

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    /*  line-height: 2.375rem;*/
    padding-top: 5px;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
/*pagination css*/

.page-item .page-link {
    color: #67768C;
}

.page-item.active .page-link {
    background: var(--theme-1-main-color, #277D39);
    border-color: green;
    color: #CBD5E1;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.has-search .form-control {
    padding-left: 2.375rem;

}
.display:flex .has-search{
    width:100%;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    padding-top: 5px;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.nav-indicator {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    transition: 0.4s;
    height: 5px;
    z-index: 1;
    border-radius: 8px 8px 0 0;
}
.btmDivAlert {
    z-index: 9999;
    position: fixed;
    text-align: center;
    line-height: 35px;
    width: 100%;
    bottom: 0px;
    margin-bottom: 0px;
    color: White !important;
    overflow: hidden;
    right: 0px;
    background-color: Red;
    font-size: 16px;
}

.btmDivMsg {
    z-index: 9999;
    position: fixed;
    text-align: center;
    line-height: 35px;
    width: 100%;
    bottom: 0px;
    margin-bottom: 0px;
    color: #333;
    overflow: hidden;
    right: 0px;
    background-color: #f4ad07;
    font-size: 16px;
}

.btmDiv {
    z-index: 9999;
    position: fixed;
    text-align: center;
    line-height: 35px;
    width: 100%;
    bottom: 0px;
    margin-bottom: 0px;
    color: #333;
    overflow: hidden;
    right: 0px;
    background-color: #77AE53;
    font-size: 16px;
}

.loadingImg {
    text-align: center;
    z-index: 99999;
}
.loadingImg-header {
    padding: 20px 15px;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 5px;
}
.loadingImg-header .close {
    margin-top: 2px;
}
.hide {
    display: none;
}
.loadingImg-header h3 {
    margin: 0;
    text-indent: -99999px;
    background: url("../img/loading.gif") top center no-repeat;
    text-align: center;
}
.modalLoading {
    /*  position: absolute; */
    z-index: 99999999;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    width: 200px;
    height: 200px;
}
.loader-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9050;
    background-color: transparent;
}
.loader-backdrop.fade {
    opacity: 0;
}
.loader-backdrop,
.loader-backdrop.fade.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

/* added by kiran for DeleteDialogueBox.ascx */
#cboxLoadingGraphic {
    background: url("../img/loading.gif") top center no-repeat;
}
#alertBoxLoadingGraphic {
    background: url("../img/loading.gif") top center no-repeat;
}

.ag-theme-alpine .ag-root-wrapper {
    border-radius: 5px;
}
#icon-green {
    color: #277D39;
}
