/************* Card - Feature Box *************/
.feature-box-container {
  position: relative; }
  .feature-box-container .card {
    min-height: 110px;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    cursor: pointer;
    z-index: 9; }
    .feature-box-container .card .front {
      height: 100%;
      position: relative;
      width: 100%;
      padding: 28px;
      top: 0;
      left: 0;
      z-index: 11; }

/************* /Card - Feature Box *************/
/************* Custom CSS *************/
.red {
    color: red;
}
.pull-marginleft-100 {
  margin-left: -100px; }

.margintop-20 {
  margin-top: 20px; }

.pagination {
  margin: 0 !important; }

.showitems span.first {
  padding: 5px 10px 5px 0; }

.showitems span.last {
  padding: 5px 0px 5px 10px; }

.showitems select {
  width: 75px; }

table.listtable th span.sort {
  cursor: pointer; }

table.listtable th span.sorting:after {
  font-family: "Glyphicons Halflings";
  content: "\e150";
  /*padding-left: 10px;*/
  font-size: 10px;
  cursor: pointer; }

table.listtable th span.sorting-asc:after {
  font-family: "Glyphicons Halflings";
  content: "\e155";
  /*padding-left: 10px;*/
  font-size: 10px;
  cursor: pointer; }

table.listtable th span.sorting-dec:after {
  font-family: "Glyphicons Halflings";
  content: "\e156";
  /*padding-left: 10px;*/
  font-size: 10px;
  cursor: pointer; }

ul.tabletop-sub-list {
  float: left;
  padding: 0px; }
  ul.tabletop-sub-list li {
    float: left;
    list-style: none; }
  ul.tabletop-sub-list a {
    padding: 0 10px 0 10px; }

/************* paid_payment(G) CSS *************/
.marginRL-0 {
  margin-right: 0px;
  margin-left: 0px; }

/************* /paid_payment(G) CSS *************/
.ui-select-bootstrap .ui-select-choices {
  top: 35px !important; }

/************* Admin V3 migration banner (viewport-fixed; mounted in layout.pug) *************/
.admin-v3-migration-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10050;
  background: #b71c1c;
  color: #fff;
  padding: 12px 16px;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.28);
  border-top: 2px solid #7f0000;
}
.admin-v3-migration-banner__inner {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  max-width: 100%;
  padding-left: 250px;
  font-size: 14px;
  line-height: 1.45;
}
.admin-v3-migration-banner__col {
  flex: 1 1 260px;
  min-width: 200px;
}
.admin-v3-migration-banner__col--fr {
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  padding-left: 20px;
}
.admin-v3-migration-banner__title {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
}
.admin-v3-migration-banner__text {
  margin: 0;
}
.admin-v3-migration-banner__cta {
  flex-shrink: 0;
}
.admin-v3-migration-banner__link {
  display: inline-block;
  background: #fff;
  color: #b71c1c;
  padding: 8px 18px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
}
.admin-v3-migration-banner__link:hover {
  background: #f5f5f5;
  color: #7f0000;
  text-decoration: none;
}
.appWrapper.sidebar-sm .admin-v3-migration-banner__inner,
.appWrapper.sidebar-xs .admin-v3-migration-banner__inner {
  padding-left: 80px;
}
@media only screen and (max-width: 768px) {
  .admin-v3-migration-banner__inner {
    padding-left: 12px;
    padding-right: 12px;
  }
  .admin-v3-migration-banner__col--fr {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding-top: 12px;
  }
}

/* Full page reload → V3 vs legacy (above sticky banner z-index 10050) */
.admin-reload-v3-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10060;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}
.admin-reload-v3-modal.is-open {
  display: flex;
}
.admin-reload-v3-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}
.admin-reload-v3-modal__panel {
  position: relative;
  max-width: 480px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
  padding: 22px 24px 20px;
  z-index: 1;
}
.admin-reload-v3-modal__title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  color: #222;
}
.admin-reload-v3-modal__lead {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}
.admin-reload-v3-modal__fr {
  margin: 0 0 18px;
  font-size: 13px;
  line-height: 1.45;
  color: #555;
}
.admin-reload-v3-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
.admin-reload-v3-modal__btn-primary,
.admin-reload-v3-modal__btn-secondary {
  padding: 10px 18px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border: none;
}
.admin-reload-v3-modal__btn-primary {
  background: #b71c1c;
  color: #fff;
}
.admin-reload-v3-modal__btn-primary:hover {
  background: #7f0000;
}
.admin-reload-v3-modal__btn-secondary {
  background: #f0f0f0;
  color: #333;
}
.admin-reload-v3-modal__btn-secondary:hover {
  background: #e0e0e0;
}

#content {
  padding-top: 45px;
  width: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-scrolling: -blackberry-touch;
  -webkit-transition: right 0.25s cubic-bezier(0.6, 0.04, 0.98, 0.335), padding-right 0.25s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -moz-transition: right 0.25s cubic-bezier(0.6, 0.04, 0.98, 0.335), padding-right 0.25s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: right 0.25s cubic-bezier(0.6, 0.04, 0.98, 0.335), padding-right 0.25s cubic-bezier(0.6, 0.04, 0.98, 0.335); }



#content div[ui-view] {
  height: 100%; }

/*#content.ng-enter .page {*/
/*  -webkit-animation: littleFadeInUp 0.5s ease;*/
/*  -moz-animation: littleFadeInUp 0.5s ease;*/
/*  animation: littleFadeInUp 0.5s ease;*/
/*  -webkit-animation-fill-mode: both;*/
/*  -moz-animation-fill-mode: both;*/
/*  animation-fill-mode: both;*/
/*  -webkit-backface-visibility: hidden;*/
/*  backface-visibility: hidden; }*/

/*#content.ng-leave .page {*/
/*  filter: alpha(opacity=0);*/
/*  opacity: 0; }*/

/*#content [ui-view].ng-enter, #content [ui-view].ng-leave {*/
/*  position: absolute;*/
/*  left: 0;*/
/*  right: 0;*/
/*  -webkit-transition: all 0.5s ease-in-out;*/
/*  -moz-transition: all 0.5s ease-in-out;*/
/*  transition: all 0.5s ease-in-out; }*/

/*#content [ui-view].ng-enter {*/
/*  filter: alpha(opacity=0);*/
/*  opacity: 0;*/
/*  -webkit-transform: scale3d(0.5, 0.5, 0.5);*/
/*  -moz-transform: scale3d(0.5, 0.5, 0.5);*/
/*  -ms-transform: scale3d(0.5, 0.5, 0.5);*/
/*  -o-transform: scale3d(0.5, 0.5, 0.5);*/
/*  transform: scale3d(0.5, 0.5, 0.5); }*/

/*#content [ui-view].ng-enter-active {*/
/*  filter: alpha(opacity=100);*/
/*  opacity: 1;*/
/*  -webkit-transform: scale3d(1, 1, 1);*/
/*  -moz-transform: scale3d(1, 1, 1);*/
/*  -ms-transform: scale3d(1, 1, 1);*/
/*  -o-transform: scale3d(1, 1, 1);*/
/*  transform: scale3d(1, 1, 1); }*/

/*#content [ui-view].ng-leave {*/
/*  filter: alpha(opacity=100);*/
/*  opacity: 1;*/
/*  -webkit-transform: translate3d(0, 0, 0);*/
/*  -moz-transform: translate3d(0, 0, 0);*/
/*  -ms-transform: translate3d(0, 0, 0);*/
/*  -o-transform: translate3d(0, 0, 0);*/
/*  transform: translate3d(0, 0, 0); }*/

/*#content [ui-view].ng-leave-active {*/
/*  filter: alpha(opacity=0);*/
/*  opacity: 0;*/
/*  -webkit-transform: translate3d(100px, 100px, 0);*/
/*  -moz-transform: translate3d(100px, 100px, 0);*/
/*  -ms-transform: translate3d(100px, 100px, 0);*/
/*  -o-transform: translate3d(100px, 100px, 0);*/
/*  transform: translate3d(100px, 100px, 0); }*/

.tab-pane .dashboard  .thumb img {
height: 50px;
max-width: 50px;
}

.pac-container {
  z-index: 9999;
}
