/* inputs */
#orderTable input[type="text"],
#orderTable input[type="tel"],
#orderTable input[type="password"],
#orderTable input[type="email"],
#orderTable input[type="url"],
#orderTable input[type="date"],
#orderTable input[type="number"],
#orderTable textarea,
#orderTable select {
  margin-bottom: 0;
  background-color: transparent;
  line-height: 30px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

#orderTable button.tbn,
#orderTable [type="reset"],
#orderTable [type="submit"] {
  padding: 10px 40px;
}

#orderTable .fdsa_accept_tnc_wrap {
  padding: 12px 15px;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 22px;
}

/* Data Tables */
.dataTable tbody {
  font-size: 14px;
}

.add-wrap {
  height: 1px;
  overflow: hidden;

}

.notice_wrap {
  padding-top: 50px;
}

table.dataTable>thead>tr>th,
table.dataTable>thead>tr>td {
  color: var(--e-global-color-primary);
  font-size: 16px;
}

table.dataTable tr.dt-hasChild td.dt-control:before {
  padding-right: 0;

}

.dataTables_wrapper .dataTables_length select {
  display: inline-block;
  width: auto;
  padding: 0 30px 0 4px;
}

.dataTables_wrapper .dataTables_filter input {
  padding: 3px;
  display: inline-block;
  width: auto;
}

.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_length {
  margin-bottom: 10px;
}

.dtr-details>li.text-center {
  text-align: left !important;
}

.dt-layout-cell.dt-start .dt-length {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

div.dt-container select.dt-input {
  flex-grow: 1;
  width: auto;
  margin-right: 10px;
  margin-bottom: 0;
  line-height: 30px;
}

.dt-length label {
  text-transform: capitalize;
  margin-bottom: 0;
}

table.dataTable td.dt-control::before {
  padding-right: 4px;
}

.allocate-wrapper .tabs {
  width: 100%;
}

.allocate-wrapper .tabs-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.allocate-wrapper .tabs-nav li {
  flex: 1;
  background-color: #f1f1f1;
  padding: 10px;
  cursor: pointer;
  text-align: center;
}

.allocate-wrapper .tabs-nav li.active {
  background-color: #ddd;
}

.allocate-wrapper .tabs__content {
  display: none;
  padding: 15px;
  border: 1px solid #ddd;
}
.allocate-wrapper .tabs__content .tab-content {
	position: relative;
	overflow: hidden;
}
.allocate-wrapper .tabs__content.active {
  display: block;
}

.allocate-wrapper .tab-title {
  display: none;
}

/* Mobile styles */
@media screen and (max-width: 767px) {
  .allocate-wrapper .tabs-nav {
    display: none;
  }
  
  .allocate-wrapper .tabs__content {
    display: block;
    margin-bottom: 10px;
  }
  
  .allocate-wrapper .tab-title {
    display: block;
    background-color: #f1f1f1;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 10px;
  }
  
  .allocate-wrapper .tabs__content.active .tab-title {
    background-color: #ddd;
  }
  
  .allocate-wrapper .tab-content {
    display: none;
  }
  
  .allocate-wrapper .tabs__content.active .tab-content {
    display: block;
  }
}

/* FLEX BOX */
#orderTable .row .box {
  padding: 5px 5px 15px 5px;
}

/* Alert Messages */

#orderTable .alert {
  padding: 8px 40px 7px 10px;
  margin-bottom: 0;
  border-radius: 4px;
  border: 1px solid transparent;
  position: relative;

}

.alert-white {
  color: #FFF
}

.alert.alert-square {
  border-radius: 0
}

.alert.alert-dismissable,
.alert.alert-dismissible {
  padding-right: 2.5rem
}

.alert.alert-dismissable .close,
.alert.alert-dismissible .close {
  top: 6px;
  right: 8px;
  color: inherit;
  margin: auto;
}

.alert.alert-primary {
  background-color: #2196F3;
  border-color: #2196F3
}

.alert.alert-secondary {
  background-color: #323a45;
  border-color: #323a45
}

.alert.alert-success {
  background-color: #179A1A;
  border-color: #179A1A;
}

.alert.alert-info {
  background-color: #65e967;
  border-color: #179A1A
}

.alert.alert-warning {
  background-color: #f9d819;
  border-color: #f9d819
}

.alert.alert-danger {
  background-color: #ef1c1c;
  border-color: #EF5350
}

.alert button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  cursor: pointer;
  float: right;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  color: #000 !important;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=30);
  opacity: .3;
}

h4.alert-heading,
h5.alert-heading,
h6.alert-heading {
  margin: 0;

}

.alert hr {
  background-color: #efefef;
}

.tabs__content .alert {
  margin-bottom: 0;
}

.tabs__content hr {
  background-color: rgba(0, 0, 0, 0.2);
  margin: 5px 0;
}

.add-member-ticket {
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid #2271b1;
  /* Button border color */
  border-radius: 4px;
  /* Rounded corners */
  color: #2271b1;
  /* Button text color */
  text-decoration: none;
  /* Remove underline */
  font-weight: normal;
  /* Normal text */
  transition: background-color 0.3s, color 0.3s;
  /* Smooth transition */
  position: absolute;
  top: 15px;
  right: 20px;
}

.add-member-ticket:hover {
  background-color: #2271b1;
  /* Button background color on hover */
  color: #fff;
  /* Button text color on hover */
}

.add-member-ticket::after {
  content: attr(data-icon);
  /* Plus/Minus sign dynamic content */
  display: inline-block;
  margin-left: 4px;
  /* Spacing between button text and plus sign */
}

.tabs__content .alert.enddate-wrapper {
  margin-bottom: 15px;
}

.alert.enddate-wrapper .smTitle {
  line-height: 36px;
}

/* Loader */
.loader {
  position: relative;
  height: 64px;
  background-image: url(../images/loader.gif);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 20px 0;
  display: none;
}

/* Row Tickets */
#orderTable .box.inactive-order-tickets,
#orderTable .box.order-tickets {
  /* max-height: 300px; */
  overflow-y: auto;
}

.row-ticket {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 10px 40px 10px 10px;
  position: relative;
}
.row-ticket .print-ticket,
.row-ticket .resend-invite{
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
  font-size: 12px;
  cursor: pointer;
}
.row-ticket .print-ticket i,
.row-ticket .resend-invite i{
  font-size: 20px;
}
.row-ticket .post-title {
  margin-bottom: 5px;
  margin-top: 0;
}

.row-ticket .start-date,
.row-ticket .end-date,
.row-ticket .member-number {
  margin-right: 10px;
}

.row-ticket .start-date>span,
.row-ticket .end-date>span,
.row-ticket .member-number>span {
  font-weight: 600;
}

/* Upload Bulk section */
#drop-zone {
  border: 2px dashed #ccc;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
}

#drop-zone label {
  font-size: 21px;
  cursor: pointer;
}

#drop-zone.highlight {
  border-color: #179A1A;
}

#drop-zone #bulk-file {
  position: absolute;
  left: -9999px;
}

#file-selected-info {
  display: none;
}

#drop-zone .browse-link {
  color: #2196F3;
  cursor: pointer;
}

#drop-zone .file-icon {
  font-size: 42px;
}

#drop-zone .dropzone-note {
  font-size: 14px;
  color: #aaa;
}

.progress-bar {
  display: none;
}
/*** Boostrap overrides ***/
.form-control:focus{
  box-shadow: 0 0 0 .25rem rgba(24,155,25,.25) !important;
}
#ui-datepicker-div .ui-widget-header {
	background: #179A1A;
}
#ui-datepicker-div select {
	border: 1px solid #187219;
}
.fade:not(.show) {
	padding: 0 !important;
	margin: 0 !important;
}
/*** Helpers ***/
.text-center {
  text-align: center;
}

.align-middle {
  vertical-align: middle;
}