.auth-wrapper {
  background: #1f262d;
}

.auth-box {
  padding: 40px;
  background: #FFF;
  border-radius: 7px;
}

.login-logo {
  height: 45px;
  margin-right: 10px;
}

.login-title {
  color: #da542e;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.fs12 {
  font-size: 12px;
}

.select2-container .select2-selection--single {
  height: 39px !important;
  border: 1px solid #ced4da;
}

table .customcheckbox {
  padding-left: 5px !important;
  margin-bottom: 0 !important;
}

table .customcheckbox .checkmark {
  position: inherit !important;
  display: inline-block !important;
}

input.error,
select.error,
textarea.error,
button.error,
.has-error,
.error+.select2 .select2-selection {
  border: 1px solid red !important;
}

.error-text,
.error-msg-text {
  color: red !important;
  font-size: 12px;
}

.logo-text {
  color: #da542e;
  font-weight: 700;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px !important;
}



.pager {
  padding: 5px;
}

/* pager wrapper, in thead/tfoot */
td.pager {
  background-color: #e6eeee;
}

/* pager navigation arrows */
.pager img {
  vertical-align: middle;
  margin-right: 2px;
}

/* pager output text */
.pager .pagedisplay {
  font-size: 11px;
  padding: 0 5px 0 5px;
  width: 50px;
  text-align: center;
}

/*** loading ajax indeterminate progress indicator ***/
#tablesorterPagerLoading {
  background: rgba(255, 255, 255, 0.8) url(icons/loading.gif) center center no-repeat;
  position: absolute;
  z-index: 1000;
}

.tablesorter-pager img {
  cursor: pointer;
}

/*** css used when "updateArrows" option is true ***/
/* the pager itself gets a disabled class when the number of rows is less than the size */
.pager.disabled {
  display: none;
}

/* hide or fade out pager arrows when the first or last row is visible */
.pager img.disabled {
  /* visibility: hidden */
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.form-check-input[role="switch"] {
  border-radius: 2em !important;
  width: 2.2em;
}

.pointer {
  cursor: pointer !important;
}


.columnSelectorWrapper {
  position: relative;
  margin: 10px 0;
  display: inline-block;
}

.columnSelector,
.hidden {
  display: none;
}

.columnSelector2,
.hidden {
  display: none;
}

.columnSelectorButton {
  /* background: #99bfe6;
  border: #888 1px solid;
  color: #111;
  border-radius: 5px;
  padding: 5px; */
  margin-bottom: 0;
}

#colSelect1:checked+label {
  background: #5797d7;
  border-color: #555;
}

#colSelect1:checked~#columnSelector {
  display: block;
}

#colSelect1ITC:checked~#columnSelectorITC {
  display: block;
}

.columnSelector {
  width: 170px;
  position: absolute;
  top: 30px;
  padding: 10px;
  background: #fff;
  border: #99bfe6 1px solid;
  border-radius: 5px;
  z-index: 3;
}

.columnSelector label {
  display: block;
}

.columnSelector label:nth-child(1) {
  border-bottom: #99bfe6 solid 1px;
  margin-bottom: 5px;
}

.columnSelector input {
  margin-right: 5px;
}

.columnSelector .disabled {
  color: #ddd;
}

.tablesorter-default thead .tablesorter-headerDesc[data-sorter="false"] {
  background-image: none;
}

.toggle-header {
  display: none;
}

@media (max-width: 35em) {

  /* uncomment out the line below if you don't want the sortable headers to show */
  /* table.ui-table-reflow thead { display: none; } */
  .toggle-header {
    display: inline;
  }

  /* css for reflow & reflow2 widgets */
  .ui-table-reflow td,
  .ui-table-reflow th {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    /* if not using the stickyHeaders widget (not the css3 version)*/
    /* the "!important" flag, and "height: auto" can be removed */
    width: 100% !important;
    height: auto !important;
  }

  /* reflow widget only */
  .ui-table-reflow tbody td[data-title]:before {
    color: #469;
    font-size: .9em;
    content: attr(data-title);
    float: left;
    width: 50%;
    white-space: pre-wrap;
    text-align: bottom;
    display: inline-block;
  }

  /* reflow2 widget only */
  table.ui-table-reflow .ui-table-cell-label.ui-table-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0;
    text-transform: uppercase;
    font-size: .9em;
    font-weight: 400;
  }

  table.ui-table-reflow .ui-table-cell-label {
    padding: .4em;
    min-width: 30%;
    display: inline-block;
    margin: -.4em 1em -.4em -.4em;
  }

}

/* end media query */

/* reflow2 widget */
.ui-table-reflow .ui-table-cell-label {
  display: none;
}


/* End Table Sorter */

/* Custom Table */
.info-table {
  border-collapse: separate;
  border-spacing: 0px;
  width: 100%;
}

.info-table thead th.table-caption {
  background: #3e5569;
  color: #FFF;
}

.info-table th {
  color: #3e5569;
  padding: 5px;
  border: 1px solid #3e5569;
}

.info-table td {
  padding: 5px;
  border: 1px solid #3e5569;
}

.info-table tbody tr th,
.info-table tbody tr td {
  border-color: #3e5569;
  border-left: 1px solid;
  border-bottom: 0px solid;
  border-right: 0px solid;
}

.info-table tbody tr th:last-child,
.info-table tbody tr td:last-child {
  border-right: 1px solid;
}

.info-table tbody tr:last-child th,
.info-table tbody tr:last-child td {
  border-bottom: 1px solid;
}

/* End Custom Tables */

/*** Bootstrap popover ***/
#popover-target label {
  margin: 0 5px;
  display: block;
}

#popover-target input {
  margin-right: 5px;
}

#popover-target .disabled {
  color: #ddd;
}

.datepicker {
  min-width: 115px;
}

.datepicker .prev {
  cursor: pointer;
  text-align: left;
  padding: 5px 10px;
}

.datepicker .datepicker-switch {
  cursor: pointer;
  text-align: center;
  padding: 5px 10px;
}

.RedBGer,
.RedBGer:hover,
.RedBGer:hover td,
.RedBGer td:hover {
  background-color: red !important;
  color: white !important;
}

tr.bg-green,
tr.bg-green td,
tr.bg-green td:hover {
  background-color: #26d126 !important;
}

/* .datepicker .month{
  display: block;
  width: 100%;
  text-align: center;
} */
.bg-light-green {
  background-color: #64c764 !important;
}

.bg-light-green,
.bg-light-green:hover,
.bg-light-green:hover td,
.bg-light-green td:hover {
  background-color: #64c764 !important;
}

.datepicker .next {
  cursor: pointer;
  text-align: end;
  padding: 5px 10px;
}

.datepicker .day {
  text-align: center;
}

.datepicker .day:not(.disabled),
.datepicker .month:not(.disabled) {
  cursor: pointer;
}

.datepicker .day:not(.disabled):hover,
.datepicker .month:not(.disabled):hover {
  background-color: var(--bs-blue);
  color: #FFF;
}

.datepicker .active.day,
.datepicker .active.month {
  background-color: var(--bs-blue);
  color: #FFF;
}

.datepicker .day.disabled,
.datepicker .month.disabled {
  background-color: #cccccc6e;
}

.filter-pills {
  margin-left: 3px;
}

.filter-pills:first {
  margin-left: 0px;
}

.tab-content .tablesorter-default,
.gp-reports .tablesorter-default {
  font-size: 15px;
}

.wall-container {
  padding: 24px;
  position: relative;
  background-color: #f8f9fa !important;
  background-color: rgba(var(--bs-light-rgb), 1) !important;
}

.wall-wrapper {
  z-index: 2;
  position: relative;
}

.wall-wrapper-ul {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin: 0;
  padding: 0;
}

.wall-wrapper-ul-li {
  list-style: none;
  display: flex;
  position: relative;
  min-height: 70px;
}

.time-line-seprator {
  display: flex;
  flex-direction: column;
  flex: 0 1;
  align-items: center;
}

.time-line-point {
  display: flex;
  align-self: baseline;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  color: #fafafa;
  margin: 4px 0;
  background-color: #f97316;
  width: 5px;
  height: 5px;
  box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0, 0, 0, .08), 0 3px 0 4px rgba(0, 0, 0, .05);
}

.line-connector {
  width: 2px;
  background-color: #bdbdbd;
  flex-grow: 1;
}

.wall-content,
.wall-head {
  font-weight: 400;
  line-height: 1.5;
}

.wall-content {
  margin: -21px 0 22px 20px;
  font-size: .875rem;
  flex: 1 1;
  text-align: left;
  padding: 4px 0;
}

.time-line-date {
  color: #8595a6;
}

.wall-content-details {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
}

.wall-head {
  margin: 0 0 .5rem;
  color: #475259;
}

.lfwpr-80 {
  width: 80%;
}

.lfwpr-20 {
  width: 20%;
}

.wall-time {
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
  color: #8595a6;
  font-size: 12px;
}

.wall-img-img {
  max-width: 100%;
  max-height: 50px;
}

/* 
@include media-breakpoint-up(lg) {
    .w-lg-100{
        width: 100% !important;
    }
}
@include media-breakpoint-up(xl) {
    .w-lg-100{
        width: 100% !important;
    }
}
@include media-breakpoint-up(xxl) {
    .w-lg-100{
        width: 100% !important;
    }
} */

@media only screen and (max-width: 768px) {
  .page-wrapper {
    position: inherit;
  }

  .auth-box {
    padding: 15px;
  }

  .auth-box.w-40 {
    width: 95% !important;
  }

  .login-title {
    font-size: 20px;
  }

  #loginform .d-flex {
    align-items: center !important;
  }
}
