.color-red{
    color: red;
}

.navaigation-label-color{
    color: #4b646f;
}

.sidebar-background{
    background: #1a2226;
}

.navbar-background{
    background-color: #3976DE;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
}

.brand-link.background{
    background-color: #2D61BC;
    color: #fff;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.panel-primary {
    border-color: #337ab7;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-body {
    padding: 15px;
}

.mt-1-9{
    margin-top: 1.9rem;
}

.pr-paginate-position{
	display: flex; 
	justify-content: right;
}

.mw-160{
    min-width: 160px;
}

.pr-hideIcon {
    display: none;
}

.form-ico-right {
    position: absolute;
    right: 15px;
    top: 58%;
    transform: translateY(-50%);
}

.fs-14{
  font-size: 14px;
}

.fs-32{
    font-size: 32px;
}

.modal-dialog.mw-600{
    max-width: 600px;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .nav > li {
    position: relative;
    display: block;
  }
  .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
  }
  .nav > li > a:hover,
  .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
  }
  .nav > li.disabled > a {
    color: #777;
  }
  .nav > li.disabled > a:hover,
  .nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
  }
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    background-color: #eee;
    border-color: #337ab7;
  }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }

  .nav > li > a > img {
    max-width: none;
  }
  .nav-tabs {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
  }
  .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
  }
  .nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
  }
  .nav-tabs.nav-justified > li {
    float: none;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
  }
  .nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }
  @media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
      margin-bottom: 0;
    }
  }
  .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
  }
  @media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff;
    }
  }

  .nav-stacked > li {
    float: none;
  }

  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
  }
  .box .nav-stacked > li {
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
  }
  .box .nav-stacked > li:last-of-type {
    border-bottom: none;
  }

  .nav-stacked > li > a {
    border-radius: 0;
    border-top: 0;
    border-left: 3px solid transparent;
    color: #444;
  }
  .nav-stacked > li.active > a,
  .nav-stacked > li.active > a:hover {
    background: transparent;
    color: #444;
    border-top: 0;
    border-left-color: #3c8dbc;
  }
  .nav-stacked > li.header {
    border-bottom: 1px solid #ddd;
    color: #777;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-transform: uppercase;
  }

.user-details-box{
  border: 1px solid #ddd; 
  border-bottom-left-radius: 0.25rem; 
  border-bottom-right-radius: 0.25rem;
}

.other-details-box{
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-bottom-left-radius: 0.25rem; 
  border-bottom-right-radius: 0.25rem;
}

.profile-user-img {
  margin: 0 auto;
  width: 100px;
  padding: 3px;
  border: 3px solid #d2d6de;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  /* border-top: 3px solid #d2d6de; */
  margin-bottom: 20px;
  width: 100%;
  /* box-shadow: 0 1px 1px rgb(0 0 0 / 10%); */
}

.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}

.flex-direction-column{
  flex-direction: column;
}

.mw-100{
  min-width: 100px;
}

.mw-150{
  min-width: 150px;
}

.mw-186{
  min-width: 186px;
}

.mw-220{
  min-width: 220px;
}

.mw-225{
  min-width: 225px;
}

.mw-250{
  min-width: 250px;
}

.mt-10{
  margin-top: 10px;
}

.mt-35{
  margin-top: 35px;
}

.mb-0{
  margin-bottom: 0;
}

.p-10{
  padding: 10px;
}

.pl-20 {
  padding-left: 20px;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

.help-block.color-red{
  color: red;
}

.list-group-item-action.pr-list{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.evt-dtl-desc {
  max-height: 400px;
  overflow: auto
}

pre {
  display: block;
  font-size: 13px;
  line-height: 1.42857;
  color: rgb(51, 51, 51);
  word-break: break-all;
  overflow-wrap: break-word;
  background-color: rgb(245, 245, 245);
  padding: 9.5px;
  margin: 0px 0px 10px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(204, 204, 204);
  border-image: initial;
  border-radius: 4px;
}

.gap-05{
  gap: 0.5rem;
}

.gap-1{
  gap: 1rem;
}

.document_prefix_right,
.document_prefix_left{
  transition: order 0.3s ease;
}

.document_prefix_left {
  order: 1;
}

.document_prefix_right {
  order: 2;
}
.row.reverse .document_prefix_left,
.row.reverse .document_prefix_right {
  order: 2;
}

.row.reverse .document_prefix_right {
  order: 1;
}

.list-action-box {
  width: 100%; 
  max-width: 340px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
}

.list-action-btn {
  width: 49%;
  min-width: 140px;
}

.w49 {
  width: 49%;
}

.w100 {
  width: 100% !important;
}

.color-darkred {
  color: darkred;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
}
.cur-p{
  cursor: pointer;
}
.remember-me{
  display: flex;
  gap: 5px;
  align-items: center;
}
.mb-0{
  margin-bottom: 0px !important;
}
.d-n {
  display: none;
}
.fs-15 {
  font-size: 15px;
}
.clr-red {
  color: red;
}
.d-flex{
  display: flex;
}
.flex-column{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.row-gap-15{
  row-gap: 15px;
}
.text-fix {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  word-break: break-word;
}
.text-fix.two-line {
  -webkit-line-clamp: 2;
}