/* DT Register Css - ver 3.3 */
@import "font-awesome/css/font-awesome.min.css";

/* General */
.com_dtregister,
.com-dtregister {

}

.com_dtregister .event_message,
.com-dtregister .event_message {
  clear: both;
  margin-bottom: 20px;
}

.com_dtregister h1.page-title,
.com-dtregister h1.page-title {
  line-height: 40px;
  margin: 20px 0;
}

.com_dtregister h2.event-title,
.com-dtregister h2.event-title {
  font-size: 28px;
  margin-top: 20px;
}

.item-image img {
  max-width: 100%;
}

.com_dtregister .nav-tabs,
.com-dtregister .nav-tabs {
  margin-bottom: 20px;
}

/* Form */
.com_dtregister.view-profile .btn-toolbar,
.com-dtregister.view-profile .btn-toolbar,
.com_dtregister.view-billing .btn-toolbar,
.com-dtregister.view-billing .btn-toolbar,
.com_dtregister.view-eventmanage #toolbar,
.com-dtregister.view-eventmanage #toolbar,
.com_dtregister.view-eventmanage .btn-toolbar,
.com-dtregister.view-eventmanage .btn-toolbar,
.com_dtregister .event-filters.btn-toolbar,
.com-dtregister .event-filters.btn-toolbar,
.com_dtregister form[name="frmcart"] .btn-toolbar,
.com-dtregister form[name="frmcart"] .btn-toolbar {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  box-shadow: -4px 4px 0 0 rgba(0,0,0,0.1);
  padding: 20px;
  font-size: 14px;
  margin: 10px 0 40px;
}

.com_dtregister #toolbar,
.com-dtregister #toolbar,
.com_dtregister.view-billing #toolbar,
.com-dtregister.view-billing #toolbar,
.com_dtregister.view-profile #toolbar,
.com-dtregister.view-profile #toolbar {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

.com_dtregister .btn-toolbar + table,
.com-dtregister .btn-toolbar + table {
  margin-top: 40px;
}

.com_dtregister .btn-toolbar .btn-wrapper + .btn-wrapper,
.com-dtregister .btn-toolbar .btn-wrapper + .btn-wrapper {
  margin-left: 10px;
}

.com_dtregister .btn-toolbar label,
.com-dtregister .btn-toolbar label {
  display: inline-block;
  margin-bottom: 0;
  padding: 0;
  margin-right: 5px;
  vertical-align: middle;
}

.com_dtregister .btn-toolbar .inputbox,
.com-dtregister .btn-toolbar .inputbox,
.com_dtregister .btn-toolbar select,
.com-dtregister .btn-toolbar select,
.com_dtregister .btn-toolbar input[type="text"],
.com-dtregister .btn-toolbar input[type="text"] {
  margin-bottom: 0;
  margin-right: 10px;
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.com_dtregister .event-filters #category,
.com-dtregister .event-filters #category {
  margin-right: 0;
}

.com_dtregister #filter-bar {
  margin-bottom: 20px;
}

.com_dtregister #filter-bar .chzn-container {
  min-width: inherit;
}

.com_dtregister .btn-groups,
.com-dtregister .btn-groups {
  clear: both;
  display: block;
}

.com_dtregister .btn-groups .dth-btn + .dth-btn,
.com-dtregister .btn-groups .dth-btn + .dth-btn {
  margin-left: 10px;
}

.com_dtregister .btn-group .dth-btn {
  border: 1px solid rgba(0,0,0,0.2);
  border-right: 0;
  box-shadow: none;
}

.com_dtregister .btn-group .dth-btn + .dth-btn {
  border-left: 0;
  border-right: 1px solid rgba(0,0,0,0.2);
}

.dth-btn,
.event_button {
  background: transparent;
  border: 2px solid #333;
  box-shadow: -3px 3px 0 0 #ddd;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  padding: 10px 12px;
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 1;
  user-select: none;
  transition: all 0.25s;
}

.dth-btn {
  background-color: #eee;
  color: #333;
}

.com-dtregister .btn-mini,
.com_dtregister .btn-mini {
  padding: 3px 6px;
}

.dth-btn span.event_button {
  margin: 0;
  background: none;
  border-radius: none;
  padding: 0;
  border: 0;
}

.dth-btn:focus,
.dth-btn:active:focus,
.dth-btn.active:focus,
.dth-btn.focus,
.dth-btn:active.focus,
.dth-btn.active.focus,
.event_button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.dth-btn:hover,
.dth-btn:focus,
.dth-btn.focus,
.event_button:focus {
  color: #333;
  box-shadow: -3px 3px 0 0 #333;
  text-decoration: none;
}

.dth-btn:active,
.dth-btn.active,
.event_button:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.dth-btn .fa {
  margin-right: 5px;
}

.dth-btn.disabled,
.dth-btn[disabled],
fieldset[disabled] .dth-btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dth-btn-default {
  background-color: #fff;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  box-shadow: -3px 3px 0 0 #ddd;
  color: #333;
  text-transform: uppercase;
}

.dth-btn-default:hover,
.dth-btn-default:focus,
.dth-btn-default.focus,
.dth-btn-default:active,
.dth-btn-default.active,
.open > .dropdown-toggle.dth-btn-default {

}

.dth-btn-default:active,
.dth-btn-default.active,
.open > .dropdown-toggle.dth-btn-default {
  background-image: none;
}

.dth-btn-default.disabled,
.dth-btn-default[disabled],
fieldset[disabled] .dth-btn-default,
.dth-btn-default.disabled:hover,
.dth-btn-default[disabled]:hover,
fieldset[disabled] .dth-btn-default:hover,
.dth-btn-default.disabled:focus,
.dth-btn-default[disabled]:focus,
fieldset[disabled] .dth-btn-default:focus,
.dth-btn-default.disabled.focus,
.dth-btn-default[disabled].focus,
fieldset[disabled] .dth-btn-default.focus,
.dth-btn-default.disabled:active,
.dth-btn-default[disabled]:active,
fieldset[disabled] .dth-btn-default:active,
.dth-btn-default.disabled.active,
.dth-btn-default[disabled].active,
fieldset[disabled] .dth-btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.dth-btn-default .badge {
  color: #fff;
  background-color: #333;
}

.dth-btn-primary,
.event_button {
  color: #fff;
  background-color: #FB8C00;
  border: 1px solid rgba(0,0,0,0.2);
}

.dth-btn-primary .event_button {
  box-shadow: none;
}

.dth-btn-primary:hover,
.dth-btn-primary:focus,
.dth-btn-primary.focus,
.dth-btn-primary:active,
.dth-btn-primary.active,
.open > .dropdown-toggle.dth-btn-primary,
.event_button:hover,
.event_button:focus,
.event_button:active {
  color: #fff;
}

.dth-btn-primary:active,
.dth-btn-primary.active,
.open > .dropdown-toggle.dth-btn-primary,
.event_button:active {
  background-image: none;
}

.dth-btn-primary.disabled,
.dth-btn-primary[disabled],
fieldset[disabled] .dth-btn-primary,
.dth-btn-primary.disabled:hover,
.dth-btn-primary[disabled]:hover,
fieldset[disabled] .dth-btn-primary:hover,
.dth-btn-primary.disabled:focus,
.dth-btn-primary[disabled]:focus,
fieldset[disabled] .dth-btn-primary:focus,
.dth-btn-primary.disabled.focus,
.dth-btn-primary[disabled].focus,
fieldset[disabled] .dth-btn-primary.focus,
.dth-btn-primary.disabled:active,
.dth-btn-primary[disabled]:active,
fieldset[disabled] .dth-btn-primary:active,
.dth-btn-primary.disabled.active,
.dth-btn-primary[disabled].active,
fieldset[disabled] .dth-btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.dth-btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

.dth-btn-success {
  background-color: #5cb85c;
  border: 1px solid rgba(0,0,0,0.2);
  color: #fff;
}

.dth-btn-success:hover,
.dth-btn-success:focus,
.dth-btn-success.focus,
.dth-btn-success:active,
.dth-btn-success.active,
.open > .dropdown-toggle.dth-btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}

.dth-btn-success:active,
.dth-btn-success.active,
.open > .dropdown-toggle.dth-btn-success {
  background-image: none;
}

.dth-btn-success.disabled,
.dth-btn-success[disabled],
fieldset[disabled] .dth-btn-success,
.dth-btn-success.disabled:hover,
.dth-btn-success[disabled]:hover,
fieldset[disabled] .dth-btn-success:hover,
.dth-btn-success.disabled:focus,
.dth-btn-success[disabled]:focus,
fieldset[disabled] .dth-btn-success:focus,
.dth-btn-success.disabled.focus,
.dth-btn-success[disabled].focus,
fieldset[disabled] .dth-btn-success.focus,
.dth-btn-success.disabled:active,
.dth-btn-success[disabled]:active,
fieldset[disabled] .dth-btn-success:active,
.dth-btn-success.disabled.active,
.dth-btn-success[disabled].active,
fieldset[disabled] .dth-btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.dth-btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.dth-btn-info {
  background-color: #5bc0de;
  border: 1px solid rgba(0,0,0,0.2);
  color: #fff;
}

.dth-btn-info:hover,
.dth-btn-info:focus,
.dth-btn-info.focus,
.dth-btn-info:active,
.dth-btn-info.active,
.open > .dropdown-toggle.dth-btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.dth-btn-info:active,
.dth-btn-info.active,
.open > .dropdown-toggle.dth-btn-info {
  background-image: none;
}

.dth-btn-info.disabled,
.dth-btn-info[disabled],
fieldset[disabled] .dth-btn-info,
.dth-btn-info.disabled:hover,
.dth-btn-info[disabled]:hover,
fieldset[disabled] .dth-btn-info:hover,
.dth-btn-info.disabled:focus,
.dth-btn-info[disabled]:focus,
fieldset[disabled] .dth-btn-info:focus,
.dth-btn-info.disabled.focus,
.dth-btn-info[disabled].focus,
fieldset[disabled] .dth-btn-info.focus,
.dth-btn-info.disabled:active,
.dth-btn-info[disabled]:active,
fieldset[disabled] .dth-btn-info:active,
.dth-btn-info.disabled.active,
.dth-btn-info[disabled].active,
fieldset[disabled] .dth-btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.dth-btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.dth-btn-warning {
  background-color: #f0ad4e;
  border: 1px solid rgba(0,0,0,0.2);
  color: #fff;
}

.dth-btn-warning:hover,
.dth-btn-warning:focus,
.dth-btn-warning.focus,
.dth-btn-warning:active,
.dth-btn-warning.active,
.open > .dropdown-toggle.dth-btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}

.dth-btn-warning:active,
.dth-btn-warning.active,
.open > .dropdown-toggle.dth-btn-warning {
  background-image: none;
}

.dth-btn-warning.disabled,
.dth-btn-warning[disabled],
fieldset[disabled] .dth-btn-warning,
.dth-btn-warning.disabled:hover,
.dth-btn-warning[disabled]:hover,
fieldset[disabled] .dth-btn-warning:hover,
.dth-btn-warning.disabled:focus,
.dth-btn-warning[disabled]:focus,
fieldset[disabled] .dth-btn-warning:focus,
.dth-btn-warning.disabled.focus,
.dth-btn-warning[disabled].focus,
fieldset[disabled] .dth-btn-warning.focus,
.dth-btn-warning.disabled:active,
.dth-btn-warning[disabled]:active,
fieldset[disabled] .dth-btn-warning:active,
.dth-btn-warning.disabled.active,
.dth-btn-warning[disabled].active,
fieldset[disabled] .dth-btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.dth-btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.dth-btn-danger {
  background-color: #d43f3a;
  border: 1px solid rgba(0,0,0,0.2);
  color: #fff;
}

.dth-btn-danger .event_button {
  box-shadow: none;
}

.dth-btn-danger:hover,
.dth-btn-danger:focus,
.dth-btn-danger.focus,
.dth-btn-danger:active,
.dth-btn-danger.active,
.open > .dropdown-toggle.dth-btn-danger {
  color: #fff;
  background-color: #ac2925;
  border: 1px solid rgba(0,0,0,0.2);
}

.dth-btn-danger:active,
.dth-btn-danger.active,
.open > .dropdown-toggle.dth-btn-danger {
  background-image: none;
}

.dth-btn-danger.disabled,
.dth-btn-danger[disabled],
fieldset[disabled] .dth-btn-danger,
.dth-btn-danger.disabled:hover,
.dth-btn-danger[disabled]:hover,
fieldset[disabled] .dth-btn-danger:hover,
.dth-btn-danger.disabled:focus,
.dth-btn-danger[disabled]:focus,
fieldset[disabled] .dth-btn-danger:focus,
.dth-btn-danger.disabled.focus,
.dth-btn-danger[disabled].focus,
fieldset[disabled] .dth-btn-danger.focus,
.dth-btn-danger.disabled:active,
.dth-btn-danger[disabled]:active,
fieldset[disabled] .dth-btn-danger:active,
.dth-btn-danger.disabled.active,
.dth-btn-danger[disabled].active,
fieldset[disabled] .dth-btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.dth-btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}

.dth-btn-link {
  color: #3174af;
  font-weight: normal;
  border-radius: 0;
}

.dth-btn-link,
.dth-btn-link:active,
.dth-btn-link.active,
.dth-btn-link[disabled],
fieldset[disabled] .dth-btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dth-btn-link,
.dth-btn-link:hover,
.dth-btn-link:focus,
.dth-btn-link:active {
  border-color: transparent;
}

.dth-btn-link:hover,
.dth-btn-link:focus {
  color: #204c73;
  text-decoration: underline;
  background-color: transparent;
}

.dth-btn-link[disabled]:hover,
fieldset[disabled] .dth-btn-link:hover,
.dth-btn-link[disabled]:focus,
fieldset[disabled] .dth-btn-link:focus {
  color: #999999;
  text-decoration: none;
}

/*.com_dtregister:not(.admin) select,
.com_dtregister:not(.admin) textarea,
.com_dtregister:not(.admin) input[type="text"],
.com_dtregister:not(.admin) input[type="password"],
.com_dtregister:not(.admin) input[type="datetime"],
.com_dtregister:not(.admin) input[type="datetime-local"],
.com_dtregister:not(.admin) input[type="date"],
.com_dtregister:not(.admin) input[type="month"],
.com_dtregister:not(.admin) input[type="time"],
.com_dtregister:not(.admin) input[type="week"],
.com_dtregister:not(.admin) input[type="number"],
.com_dtregister:not(.admin) input[type="email"],
.com_dtregister:not(.admin) input[type="url"],
.com_dtregister:not(.admin) input[type="search"],
.com_dtregister:not(.admin) input[type="tel"],
.com_dtregister:not(.admin) input[type="color"],
.com-dtregister:not(.admin) select,
.com-dtregister:not(.admin) textarea,
.com-dtregister:not(.admin) input[type="text"],
.com-dtregister:not(.admin) input[type="password"],
.com-dtregister:not(.admin) input[type="datetime"],
.com-dtregister:not(.admin) input[type="datetime-local"],
.com-dtregister:not(.admin) input[type="date"],
.com-dtregister:not(.admin) input[type="month"],
.com-dtregister:not(.admin) input[type="time"],
.com-dtregister:not(.admin) input[type="week"],
.com-dtregister:not(.admin) input[type="number"],
.com-dtregister:not(.admin) input[type="email"],
.com-dtregister:not(.admin) input[type="url"],
.com-dtregister:not(.admin) input[type="search"],
.com-dtregister:not(.admin) input[type="tel"],
.com-dtregister:not(.admin) input[type="color"],*/
.com_dtregister:not(.admin) select,
.com_dtregister:not(.admin) input[type="text"],
.com_dtregister:not(.admin) input[type="email"],
.com_dtregister:not(.admin) input[type="password"],
input[type="number"],
.com_dtregister:not(.admin) .inputbox,
.com-dtregister:not(.admin) .inputbox {
  display: inline-block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.com_dtregister:not(.admin) select:focus,
.com_dtregister:not(.admin) textarea:focus,
.com_dtregister:not(.admin) input[type="text"]:focus,
.com_dtregister:not(.admin) input[type="password"]:focus,
.com_dtregister:not(.admin) input[type="datetime"]:focus,
.com_dtregister:not(.admin) input[type="datetime-local"]:focus,
.com_dtregister:not(.admin) input[type="date"]:focus,
.com_dtregister:not(.admin) input[type="month"]:focus,
.com_dtregister:not(.admin) input[type="time"]:focus,
.com_dtregister:not(.admin) input[type="week"]:focus,
.com_dtregister:not(.admin) input[type="number"]:focus,
.com_dtregister:not(.admin) input[type="email"]:focus,
.com_dtregister:not(.admin) input[type="url"]:focus,
.com_dtregister:not(.admin) input[type="search"]:focus,
.com_dtregister:not(.admin) input[type="tel"]:focus,
.com_dtregister:not(.admin) input[type="color"]:focus,
.com_dtregister:not(.admin) .inputbox:focus,
.com-dtregister:not(.admin) select:focus,
.com-dtregister:not(.admin) textarea:focus,
.com-dtregister:not(.admin) input[type="text"]:focus,
.com-dtregister:not(.admin) input[type="password"]:focus,
.com-dtregister:not(.admin) input[type="datetime"]:focus,
.com-dtregister:not(.admin) input[type="datetime-local"]:focus,
.com-dtregister:not(.admin) input[type="date"]:focus,
.com-dtregister:not(.admin) input[type="month"]:focus,
.com-dtregister:not(.admin) input[type="time"]:focus,
.com-dtregister:not(.admin) input[type="week"]:focus,
.com-dtregister:not(.admin) input[type="number"]:focus,
.com-dtregister:not(.admin) input[type="email"]:focus,
.com-dtregister:not(.admin) input[type="url"]:focus,
.com-dtregister:not(.admin) input[type="search"]:focus,
.com-dtregister:not(.admin) input[type="tel"]:focus,
.com-dtregister:not(.admin) input[type="color"]:focus,
.com-dtregister:not(.admin) .inputbox:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.com_dtregister:not(.admin) textarea {
  min-height: 100px;
}

.com_dtregister:not(.admin) input[type="radio"],
.com_dtregister:not(.admin) input[type="checkbox"],
.com-dtregister:not(.admin) input[type="radio"],
.com-dtregister:not(.admin) input[type="checkbox"] {
  line-height: normal;
  height: auto;
  margin-top: 0;
}

.com_dtregister .invalid,
.com-dtregister .invalid {
  border-color: #c00;
}

.com_dtregister label.invalid,
.com-dtregister label.invalid {
  color: #c00;
}

.com_dtregister input.invalid,
.com-dtregister input.invalid {
  border: 1px solid #c00;
}

.com_dtregister .form-group label,
.com-dtregister .form-group label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.com_dtregister .form-group .inputbox,
.com-dtregister .form-group .inputbox,
.com_dtregister .form-group .form-control,
.com-dtregister .form-group .form-control,
.com_dtregister .form-group .dth-btn,
.com-dtregister .form-group .dth-btn {
  margin-top: 0;
  margin-bottom: 20px;
}

.com_dtregister .form-group input.form-control,
.com-dtregister .form-group input.form-control {
  margin-bottom: 0;
}

.com_dtregister .form-inline .form-group,
.com-dtregister .form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.com_dtregister .form-inline .form-group + .form-group,
.com-dtregister .form-inline .form-group + .form-group {
  margin-left: 10px;
}

.com_dtregister .form-horizontal .form-group,
.com-dtregister .form-horizontal .form-group {
  margin-bottom: 0;
  vertical-align: middle;
}

.com_dtregister .form-horizontal .form-group label,
.com-dtregister .form-horizontal .form-group label {
  display: block;
}

.com_dtregister .form-group-mini,
.com-dtregister .form-group-mini {
  margin-bottom: 20px;
}

.com_dtregister .form-group-mini label,
.com-dtregister .form-group-mini label,
.com_dtregister .form-group-mini select,
.com-dtregister .form-group-mini select,
.com_dtregister .form-group-mini .inputbox,
.com-dtregister .form-group-mini .inputbox,
.com_dtregister .form-group-mini .form-control,
.com-dtregister .form-group-mini .form-control {
  display: inline-block;
}

.com_dtregister .form-group-mini .inputbox,
.com-dtregister .form-group-mini .inputbox,
.com_dtregister .form-group-mini .form-control,
.com-dtregister .form-group-mini .form-control {
  width: 100px;
}

.com_dtregister .form-group-mini label,
.com-dtregister .form-group-mini label {
  margin-right: 10px;
}

.com_dtregister .modal.btn,
.com-dtregister .modal.btn,
.com_dtregister .btn.hasTooltip,
.com-dtregister .btn.hasTooltip {
  position: static;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.com_dtregister .input-append .add-on,
.com-dtregister .input-append .add-on,
.com_dtregister .input-prepend .add-on,
.com-dtregister .input-prepend .add-on {
  padding-top: 6px;
  padding-bottom: 6px;
}

/* Icons */
.com_dtregister [class^="icon-"],
.com-dtregister [class^="icon-"],
.com_dtregister [class*=" icon-"],
.com-dtregister [class*=" icon-"] {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-family: FontAwesome !important;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.com_dtregister .adminlist td .btn [class^="icon-"],
.com_dtregister .adminlist td .btn [class*="icon-"],
.com-dtregister .adminlist td .btn [class^="icon-"],
.com-dtregister .adminlist td .btn [class*="icon-"],
.com_dtregister.view-cpanel td .btn [class^="icon-"],
.com_dtregister.view-cpanel td .btn [class*=" icon-"],
.com-dtregister.view-cpanel td .btn [class^="icon-"],
.com-dtregister.view-cpanel td .btn [class*=" icon-"],
.com_dtregister.view-eventmanage td .btn [class^="icon-"],
.com_dtregister.view-eventmanage td .btn [class*=" icon-"],
.com-dtregister.view-eventmanage td .btn [class^="icon-"],
.com-dtregister.view-eventmanage td .btn [class*=" icon-"] {
  margin-right: 0;
}

.com_dtregister .page-title [class^="icon-"],
.com-dtregister .page-title [class^="icon-"],
.com_dtregister .page-title [class*=" icon-"],
.com-dtregister .page-title [class*=" icon-"] {
  height: auto;
  width: auto;
}

.com_dtregister .icon-publish:before,
.com-dtregister .icon-publish:before {
  font-family: FontAwesome;
  text-decoration: inherit;
  display: inline-block;
  content: "\f00c";
  color: green;
}

.com_dtregister .icon-unpublish:before,
.com-dtregister .icon-unpublish:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f00d";
  color: red;
  text-decoration: inherit;
}

.com_dtregister .icon-remove:before,
.com-dtregister .icon-remove:before {
  content: "\f00d";
  display: inline-block;
  font-family: FontAwesome;
  text-decoration: inherit;
}

.com_dtregister .icon-edit:before,
.com-dtregister .icon-edit:before {
  content: "\f040";
  display: inline-block;
  font-family: FontAwesome;
  text-decoration: inherit;
}

.com_dtregister .icon-back:before,
.com-dtregister .icon-back:before {
  content: "\f060";
  display: inline-block;
  font-family: FontAwesome;
  text-decoration: inherit;
}

.com_dtregister .icon-new:before,
.com-dtregister .icon-new:before {
  content: "\f016";
  display: inline-block;
  font-family: FontAwesome;
  text-decoration: inherit;
}

.com_dtregister .icon-save:before,
.com-dtregister .icon-save:before {
  content: "\f0c7";
  display: inline-block;
  font-family: FontAwesome;
  text-decoration: inherit;
}

.com_dtregister .icon-delete:before,
.com-dtregister .icon-delete:before {
  content: "\f057";
  display: inline-block;
  font-family: FontAwesome;
  text-decoration: inherit;
}

.com_dtregister .icon-plus:before,
.com-dtregister .icon-plus:before {
  text-decoration: inherit;
  display: inline-block;
  font-family: FontAwesome;
  content: "\f067";
}

.com_dtregister .icon-minus:before,
.com-dtregister .icon-minus:before {
  text-decoration: inherit;
  display: inline-block;
  font-family: FontAwesome;
  content: "\f068";
}

.com_dtregister .icon-assign:before,
.com-dtregister .icon-assign:before {
  content: "\f0e2";
  display: inline-block;
  text-decoration: inherit;
  font-family: FontAwesome;
}

.com_dtregister .icon-dtregister:before,
.com-dtregister .icon-dtregister:before {
  font-family: FontAwesome;
  text-decoration: inherit;
  display: inline-block;
  content: "\f073";
}

/*.com_dtregister .icon-menu:before {
  content: "\f0c9";
  display: inline-block;
}*/

.com_dtregister .icon-search:before {
  content: "\f002";
  display: inline-block;
}

.com_dtregister .icon-checkedout:before {
  content: "\f00c";
}

.com_dtregister .ui-icon-closethick:before {
  display: inline-block;
  content: "\f00d";
  font-family: FontAwesome !important;
  font-size: 14px;
}


/* Table */
.com_dtregister th.coltitle,
.com-dtregister th.coltitle,
.com_dtregister th,
.com-dtregister th,
.com_dtregister td,
.com-dtregister td {
  vertical-align: middle;
  padding: 8px;
}

.com_dtregister th.coltitle,
.com-dtregister th.coltitle,
.com_dtregister th,
.com-dtregister th, {
  background-color: #444;
  color: #eee;
  text-decoration: none;
}

.com_dtregister th.coltitle a,
.com-dtregister th.coltitle a,
.com_dtregister th a,
.com-dtregister th a {
  text-decoration: none;
}

.com_dtregister th a.dt_ajax,
.com-dtregister th a.dt_ajax {
  color: #3174af;
}

.com_dtregister .divTableHead,
.com-dtregister .divTableHead {
  background-color: #444;
  color: #eee;
  border: none;
  text-transform: none;
}

.com_dtregister .divTableCell,
.com-dtregister .divTableCell,
.com_dtregister .divTableHead,
.com-dtregister .divTableHead {
  padding: 8px;
}

.com_dtregister #dt_categoryList .icon-arrow-up-3,
.com-dtregister #dt_categoryList .icon-arrow-up-3 {
  display: none;
}

.com_dtregister #dt_categoryList img {
  padding: 0 !important;
}

.com_dtregister tr.eventListRow1 td,
.com-dtregister tr.eventListRow1 td,
.com_dtregister tr.eventListRow2 td,
.com-dtregister tr.eventListRow2 td {
  padding: 8px;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  color: #333;
}

/* Event List */
.com_dtregister .eventListRow1,
.com-dtregister .eventListRow1,
.com_dtregister .eventListRow2,
.com-dtregister .eventListRow2 {
  background: none;
}

.com_dtregister .eventlist-row {
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
  padding-left: 210px;
  padding-bottom: 40px;
  position: relative;
}

.com_dtregister .eventlists .event-image {
  background-color: #f0f0f0;
  border: 1px solid #333;
  box-shadow: -5px 5px 0 0 #ccc;
  float: left;
  margin-bottom: 20px;
  max-height: 250px;
  overflow: hidden;
  width: 35%;
}

.com_dtregister .eventlists .event-image img {
  width: 100%;
}

.com_dtregister .eventlists .event-content,
.com-dtregister .eventlists .event-content {
  float: left;
  padding-left: 20px;
  position: relative;
  margin-bottom: 30px;
  width: 65%;
}

.com_dtregister .eventlists .event-content .event-title {
  color: #333;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px;
  position: relative;
}

.com_dtregister .eventlists .event-content .event-title a {
  color: #333;
  display: inline;
  line-height: 1.25;
}

.com_dtregister .eventlists .event-content .event-title a:hover,
.com_dtregister .eventlists .event-content .event-title a:focus,
.com_dtregister .eventlists .event-content .event-title a:active {
  border-bottom: 2px solid #333;
  text-decoration: none;
}

.com_dtregister .eventlists .event-content .event-title a span {
  font-size: 23px;
}

.com_dtregister .eventlists .event-price,
.com-dtregister .eventlists .event-price {
  background-color: #43A047;
  box-shadow: -3px -3px 0 rgba(255, 255, 255, 0.5);
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: 600;
  padding: 0 5px;
  height: 32px;
  line-height: 31px;
  width: auto;
  min-width: 79px;
  text-decoration: uppercase;
  text-align: center;
}

/* Event information */
.com_dtregister .event-info {
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 30px;
  width: 210px;
}

.com_dtregister .eventlists .event-time {
}

.com_dtregister .eventlists .event-time br,
.com-dtregister .eventlists .event-time br {
  display: none;
}

.com_dtregister .eventlists .event-time,
.com-dtregister .eventlists .event-time {
  color: #757575;
}

.com_dtregister .eventlists .event-time span,
.com-dtregister .eventlists .event-time span {
  border: 1px solid #ddd;
  border-left: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  display: block;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.com_dtregister .eventlists .event-time span strong {
  background-color: #f0f0f0;
  border-right: 1px solid #ddd;
  display: inline-block;
  color: #666;
  font-weight: 600;
  margin-right: 5px;
  min-width: 60px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 6px;
  position: relative;
  text-align: right;
}

.com_dtregister .eventlists .event-time span strong:before {
  background: #FB8C00;
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  bottom: -2px;
  left: -2px;
  width: 3px;
}

.com_dtregister .eventlists .event-time span.end-date strong:before {
  background-color: #43A047;
}

.com_dtregister .eventlists .event-time time {
  display: block;
  margin-bottom: 5px;
  text-align: left;
}

.com_dtregister .eventlists .event-time time span {
  border: 0;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
}

.com_dtregister .event-info div.event-localtion,
.com_dtregister .event-info div.event-category,
.com_dtregister .event-info div.event-moderator {
  margin-bottom: 6px;
}

.com_dtregister .event-info div.event-moderator span {
  margin-right: 5px;
}

.com_dtregister .event-info a {
  color: #666;
  border-bottom: 1px dotted #ccc;
}

.com_dtregister .event-info a:hover,
.com_dtregister .event-info a:focus,
.com_dtregister .event-info a:active {
  color: #333;
  border-bottom: 1px solid #333;
  text-decoration: none;
}

.com_dtregister .event-info div.event-localtion span,
.com_dtregister .event-info div.event-category span {
  margin-right: 5px;
}

.com_dtregister .eventlists div.event-footer,
.com-dtregister .eventlists div.event-footer {
  margin-left: -5px;
  margin-right: -5px;
}

.com_dtregister .eventlists .event-footer .dth-btn,
.com-dtregister .eventlists .event-footer .dth-btn {
  margin-left: 5px;
  margin-right: 5px;
}

.com_dtregister .eventlists footer.event-footer {
  color: #757575;
  margin: 0;
  padding: 10px 20px;
  overflow: hidden;
}

.com_dtregister .eventlists footer.event-footer > span {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 3px;
  dispay: block;
  float: left;
  margin: 0 5px 5px 0;
  padding: 3px 10px;
  position: relative;
}

.com_dtregister .eventlists .event-footer .dth-btn + .dth-btn,
.com-dtregister .eventlists .event-footer .dth-btn + .dth-btn {
  /*margin-left: 10px;*/
}

.com_dtregister .dth-btn span.event_button.green,
.com-dtregister .dth-btn span.event_button.green,
.com_dtregister .dth-btn:hover span.event_button.green,
.com-dtregister .dth-btn:hover span.event_button.green,
.com_dtregister .dth-btn:focus span.event_button.green,
.com-dtregister .dth-btn:focus span.event_button.green,
.com_dtregister .dth-btn:active span.event_button.green,
.com-dtregister .dth-btn:active span.event_button.green {
  background: inherit;
  color: inherit;
  padding: 0;
  margin: 0;
  border-radius: 0;
  font-weight: normal;
  border: 0;
  box-shadow: none;
  vertical-align: unset;
}

.com_dtregister .eventlists .event-meta,
.com-dtregister .eventlists .event-meta {
  margin: 0;
  color: #757575;
}

.com_dtregister dl {
  margin-bottom: 10px;
}

.com_dtregister dd.dtfield select,
.com_dtregister dd.dtfield textarea, input[type="text"],
.com_dtregister dd.dtfield input[type="password"],
.com_dtregister dd.dtfield input[type="datetime"],
.com_dtregister dd.dtfield input[type="datetime-local"],
.com_dtregister dd.dtfield input[type="date"],
.com_dtregister dd.dtfield input[type="month"],
.com_dtregister dd.dtfield input[type="time"],
.com_dtregister dd.dtfield input[type="week"],
.com_dtregister dd.dtfield input[type="number"],
.com_dtregister dd.dtfield input[type="email"],
.com_dtregister dd.dtfield input[type="url"],
.com_dtregister dd.dtfield input[type="search"],
.com_dtregister dd.dtfield input[type="tel"],
.com_dtregister dd.dtfield input[type="color"],
.com_dtregister dd.dtfield .uneditable-input,
.com-dtregister dd.dtfield select,
.com-dtregister dd.dtfield textarea, input[type="text"],
.com-dtregister dd.dtfield input[type="password"],
.com-dtregister dd.dtfield input[type="datetime"],
.com-dtregister dd.dtfield input[type="datetime-local"],
.com-dtregister dd.dtfield input[type="date"],
.com-dtregister dd.dtfield input[type="month"],
.com-dtregister dd.dtfield input[type="time"],
.com-dtregister dd.dtfield input[type="week"],
.com-dtregister dd.dtfield input[type="number"],
.com-dtregister dd.dtfield input[type="email"],
.com-dtregister dd.dtfield input[type="url"],
.com-dtregister dd.dtfield input[type="search"],
.com-dtregister dd.dtfield input[type="tel"],
.com-dtregister dd.dtfield input[type="color"],
.com-dtregister dd.dtfield .uneditable-input {
  margin-bottom: 0;
}

.com_dtregister .dtregister-frmcart #terms_conditionscheck,
.com-dtregister .dtregister-frmcart #terms_conditionscheck {
  margin-top: 0;
}


/* Pagination */
.com_dtregister .pagination > ul,
.com-dtregister .pagination > ul,
.com_dtregister .pagination-wrap > ul,
.com-dtregister .pagination-wrap > ul,
.com_dtregister ul.pagination,
.com-dtregister ul.pagination {
  display: block;
  padding-left: 0;
  margin: 0;
}

.com_dtregister .pagination > ul > li,
.com-dtregister .pagination > ul > li,
.com_dtregister .pagination-wrap > ul > li,
.com-dtregister .pagination-wrap > ul > li,
.com_dtregister ul.pagination > li,
.com-dtregister ul.pagination > li {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  display: block;
  float: left;
}

.com_dtregister .pagination > ul > li > a,
.com-dtregister .pagination > ul > li > a,
.com_dtregister .pagination-wrap > ul > li > a,
.com-dtregister .pagination-wrap > ul > li > a,
.com_dtregister ul.pagination > li > a,
.com-dtregister ul.pagination > li > a,
.com_dtregister .pagination > ul > li > span,
.com-dtregister .pagination > ul > li > span,
.com_dtregister .pagination-wrap > ul > li > span,
.com-dtregister .pagination-wrap > ul > li > span,
.com_dtregister ul.pagination > li > span,
.com-dtregister ul.pagination > li > span {
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: -2px 2px 0 rgba(0,0,0,0.1);
  color: #333;
  float: left;
  position: relative;
  line-height: 1.42857143;
  padding: 6px 12px;
  text-decoration: none;
}

.com_dtregister .pagination > ul > li:first-child > a,
.com-dtregister .pagination > ul > li:first-child > a,
.com_dtregister .pagination-wrap > ul > li:first-child > a,
.com-dtregister .pagination-wrap > ul > li:first-child > a,
.com_dtregister ul.pagination > li:first-child > a,
.com-dtregister ul.pagination > li:first-child > a,
.com_dtregister .pagination > ul > li:frist-child > span,
.com-dtregister .pagination > ul > li:frist-child > span,
.com_dtregister .pagination-wrap > ul > li:frist-child > span,
.com-dtregister .pagination-wrap > ul > li:frist-child > span,
.com_dtregister ul.pagination > li:first-child > span,
.com-dtregister ul.pagination > li:first-child > span {
  margin-left: 0;
}

.com_dtregister .pagination > ul > li:last-child > a,
.com-dtregister .pagination > ul > li:last-child > a,
.com_dtregister .pagination-wrap > ul > li:last-child > a,
.com-dtregister .pagination-wrap > ul > li:last-child > a,
.com_dtregister ul.pagination > li:last-child > a,
.com-dtregister ul.pagination > li:last-child > a,
.com_dtregister .pagination > ul > li:last-child > span,
.com-dtregister .pagination > ul > li:last-child > span,
.com_dtregister .pagination-wrap > ul > li:last-child > span,
.com-dtregister .pagination-wrap > ul > li:last-child > span,
.com_dtregister ul.pagination > li:last-child > span,
.com-dtregister .pagination > ul > li:last-child > span, {
}

.com_dtregister .pagination > ul > li > a:hover,
.com_dtregister ul.pagination > li > a:hover,
.com_dtregister .pagination > ul > span:hover,
.com_dtregister ul.pagination > li > span:hover,
.com_dtregister .pagination > ul > a:focus,
.com_dtregister ul.pagination > li > a:focus,
.com_dtregister .pagination > ul > span:focus,
.com_dtregister ul.pagination > li > span:focus,
.com-dtregister .pagination > ul > li > a:hover,
.com-dtregister ul.pagination > li > a:hover,
.com-dtregister .pagination > ul > span:hover,
.com-dtregister ul.pagination > li > span:hover,
.com-dtregister .pagination > ul > a:focus,
.com-dtregister ul.pagination > li > a:focus,
.com-dtregister .pagination > ul > span:focus,
.com-dtregister ul.pagination > li > span:focus,
.com_dtregister .pagination-wrap > ul > li > a:hover,
.com_dtregister .pagination-wrap > ul > span:hover,
.com_dtregister .pagination-wrap > ul > a:focus,
.com-dtregister .pagination-wrap > ul > li > a:hover,
.com-dtregister .pagination-wrap > ul > span:hover,
.com-dtregister .pagination-wrap > ul > a:focus,
.com-dtregister .pagination-wrap > ul > span:focus {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

.com_dtregister .pagination > ul > .active > a,
.com_dtregister ul.pagination > .active > a,
.com_dtregister .pagination > ul .active > span,
.com_dtregister ul.pagination > .active > span,
.com_dtregister .pagination > ul .active > a:hover,
.com_dtregister ul.pagination > .active > a:hover,
.com_dtregister .pagination > ul .active > span:hover,
.com_dtregister ul.pagination > .active > span:hover,
.com_dtregister .pagination > ul .active > a:focus,
.com_dtregister ul.pagination > .active > a:focus,
.com_dtregister .pagination > ul .active > span:focus,
.com_dtregister ul.pagination > .active > span:focus,
.com-dtregister .pagination > ul > .active > a,
.com-dtregister ul.pagination > .active > a,
.com-dtregister .pagination > ul .active > span,
.com-dtregister ul.pagination > .active > span,
.com-dtregister .pagination > ul .active > a:hover,
.com-dtregister ul.pagination > .active > a:hover,
.com-dtregister .pagination > ul .active > span:hover,
.com-dtregister ul.pagination > .active > span:hover,
.com-dtregister .pagination > ul .active > a:focus,
.com-dtregister ul.pagination > .active > a:focus,
.com-dtregister .pagination > ul .active > span:focus,
.com-dtregister ul.pagination > .active > span:focus,
.com_dtregister .pagination-wrap > ul > .active > a,
.com_dtregister .pagination-wrap > ul .active > span,
.com_dtregister .pagination-wrap > ul .active > a:hover,
.com_dtregister .pagination-wrap > ul .active > span:hover,
.com_dtregister .pagination-wrap > ul .active > a:focus,
.com_dtregister .pagination-wrap > ul .active > span:focus,
.com-dtregister .pagination-wrap > ul > .active > a,
.com-dtregister .pagination-wrap > ul .active > span,
.com-dtregister .pagination-wrap > ul .active > a:hover,
.com-dtregister .pagination-wrap > ul .active > span:hover,
.com-dtregister .pagination-wrap > ul .active > a:focus,
.com-dtregister .pagination-wrap > ul .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}

.com_dtregister .pagination > ul .disabled > span,
.com_dtregister ul.pagination > .disabled > span,
.com_dtregister .pagination > ul .disabled > span:hover,
.com_dtregister ul.pagination > .disabled > span:hover,
.com_dtregister .pagination > ul .disabled > span:focus,
.com_dtregister ul.pagination > .disabled > span:focus,
.com_dtregister .pagination > ul .disabled > a,
.com_dtregister ul.pagination > .disabled > a,
.com_dtregister .pagination > ul .disabled > a:hover,
.com_dtregister ul.pagination > .disabled > a:hover,
.com_dtregister .pagination > ul .disabled > a:focus,
.com_dtregister ul.pagination > .disabled > a:focus,
.com-dtregister .pagination > ul .disabled > span,
.com-dtregister ul.pagination > .disabled > span,
.com-dtregister .pagination > ul .disabled > span:hover,
.com-dtregister ul.pagination > .disabled > span:hover,
.com-dtregister .pagination > ul .disabled > span:focus,
.com-dtregister ul.pagination > .disabled > span:focus,
.com-dtregister .pagination > ul .disabled > a,
.com-dtregister ul.pagination > .disabled > a,
.com-dtregister .pagination > ul .disabled > a:hover,
.com-dtregister ul.pagination > .disabled > a:hover,
.com-dtregister .pagination > ul .disabled > a:focus,
.com-dtregister ul.pagination > .disabled > a:focus,
.com_dtregister .pagination-wrap > ul .disabled > span,
.com_dtregister .pagination-wrap > ul .disabled > span:hover,
.com_dtregister .pagination-wrap > ul .disabled > span:focus,
.com_dtregister .pagination-wrap > ul .disabled > a,
.com_dtregister .pagination-wrap > ul .disabled > a:hover,
.com_dtregister .pagination-wrap > ul .disabled > a:focus,
.com-dtregister .pagination-wrap > ul .disabled > span,
.com-dtregister .pagination-wrap > ul .disabled > span:hover,
.com-dtregister .pagination-wrap > ul .disabled > span:focus,
.com-dtregister .pagination-wrap > ul .disabled > a,
.com-dtregister .pagination-wrap > ul .disabled > a:hover,
.com-dtregister .pagination-wrap > ul .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}

.com_dtregister div.pagination > ul > li.pagination-start span,
.com_dtregister div.pagination > ul > li.pagination-prev span,
.com_dtregister div.pagination > ul > li.pagination-next,
.com_dtregister div.pagination > ul > li.pagination-end {
  border-color: #ccc;
  color: #999;
}

.com_dtregister div.pagination > ul > li span {
  border-color: #333;
}

/* CPANEL
-------------------------------*/
.com_dtregister #cpanel div.icon a,
.com-dtregister #cpanel div.icon a {
  height: 140px;
  width: 120px;
  padding: 10px;
}

.com_dtregister #category_id,
.com-dtregister #category_id,
.com_dtregister #article_id,
.com-dtregister #article_id {
  display: inline-block;
}

.com_dtregister .checkbox-list label,
.com-dtregister .checkbox-list label {
  display: inline-block;
  margin-right: 10px;
}

.com_dtregister .checkbox-list label,
.com-dtregister .checkbox-list label {
  overflow: hidden;
}

.com_dtregister .checkbox-list input,
.com-dtregister .checkbox-list input {
  margin-top: 3px;
  margin-right: 5px;
  float: left;
}

.com_dtregister .checkbox-list nobr,
.com-dtregister .checkbox-list nobr {
  display: block;
  margin-bottom: 5px;
}

.com_dtregister .checkbox-row nobr,
.com-dtregister .checkbox-row nobr {
  display: block;
  margin-bottom: 5px;
}

.com_dtregister .radio.btn-group input[type=radio],
.com-dtregister .radio.btn-group input[type=radio] {
  display: none;
}

.com_dtregister .radio.btn-group > label,
.com-dtregister .radio.btn-group > label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.com_dtregister .radio.btn-group > label:first-of-type,
.com-dtregister .radio.btn-group > label:first-of-type {
  margin-left: 0;
}

.com_dtregister .js-stools,
.com-dtregister .js-stools {
  margin-bottom: 20px;
}

.com_dtregister .js-stools .js-stools-container-bar,
.com-dtregister .js-stools .js-stools-container-bar {
  float: left;
}

.com_dtregister .js-stools .js-stools-container-list,
.com-dtregister .js-stools .js-stools-container-list {
  float: right;
}

.com_dtregister .js-stools .js-stools-field-list,
.com_dtregister .js-stools .js-stools-field-filter,
.com-dtregister .js-stools .js-stools-field-list,
.com-dtregister .js-stools .js-stools-field-filter  {
  display: inline-block;
  margin: 0 5px 5px 0;
}

.com_dtregister .js-stools .js-stools-container-list .js-stools-field-filter {
  max-width: 150px;
}

.com_dtregister .chzn-container {
  min-width: 220px;
}

.com_dtregister .js-stools .chzn-container {
  max-width: 100%;
  min-width: inherit;
}

.com_dtregister .table th.center,
.com_dtregister .table td.center,
.com_dtregister .table td[align="center"],
.com-dtregister .table th.center,
.com-dtregister .table td.center,
.com-dtregister .table td[align="center"] {
  text-align: center;
}

.com_dtregister .js-stools .btn-wrapper,
.com-dtregister .js-stools .btn-wrapper {
  display: inline-block;
  margin: 0 5px 0 0;
}

.com_dtregister .alert .alert-message,
.com-dtregister .alert .alert-message {
  background: none;
  border: 0;
}

.com_dtregister .control-group .controls .well,
.com-dtregister .control-group .controls .well {
  margin-top: 10px;
  margin-bottom: 0;
}

/* MISC
------------------------------*/

.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.element-invisible:focus {
  width: auto;
  height: auto;
  overflow: auto;
  background: #eee;
  color: #000;
  padding: 1em;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.component.com_dtregister body,
.component.com-dtregister body {
  padding: 10px;
}

.component.com_dtregister .t3-mainbody,
.component.com_dtregister.window .window-mainbody,
.component.com-dtregister .t3-mainbody,
.component.com-dtregister.window .window-mainbody {
  padding: 0;
}

.component.com_dtregister .location_box,
.component.com-dtregister .location_box {
  padding-bottom: 20px;
}

.component.com-dtregister .location_image,
.component.com_dtregister .location_image {
  margin-bottom: 20px;
}

.com_dtregister #cboxClose,
.com-dtregister #cboxClose {
  text-indent: 0;
  background: none;
  color: #fff;
  width: auto;
  height: auto;
  line-height: normal;
  box-shadow: none;
  text-shadow: none;
  border: 0;
  padding: 0;
  text-transform: capitalize;
}

img {
  max-width: 100%;
}

#colorbox #cboxLoadedContent {
  border: 0;
  padding: 0;
}

#colorbox {
  outline: none;
}

/* Event Detail
----------------------------------*/
.event-full-image {
  border: 1px solid #ccc;
  box-shadow: -5px 5px 0 rgba(0,0,0,0.1);
  overflow: hidden;
  margin-bottom: 20px;
  margin-left: 30px;
  margin-bottom: 20px;
  max-width: 300px;
  float: right;
  padding: 10px;
}

.event-full-image {
  width: 100%;
}

.event-desc {
  margin-bottom: 20px;
}

.dt-event-box {
  margin-bottom: 40px;
}

.dt-event-box-title {
  margin-top: 20px;
  font-size: 18px;
}

/* Speakers */
.event-speakers {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.event-speakers li {
  background-color: #f9f9f9;
  box-shadow: -5px 5px 0 rgba(0,0,0,0.1);
  border: 1px solid #ccc;
  padding: 20px;
  margin-right: 20px;
  text-align: center;
}

.event-speaker-name {
  font-size: 14px;
  white-space: nowrap;
  word-wrap: nowrap;
}

.event-speaker-img {
  margin-bottom: 10px;
  max-width: 100px;
  display: inline-block;
}

.event-speaker-img img {
  border: 3px solid #fff;
}

/* Sponsor */
.event-sponsors {
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  box-shadow: -5px 5px 0 rgba(0,0,0,0.1);
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.event-sponsors li {
  padding: 20px;
}

.event-sponsor-name {
  font-size: 14px;
  font-weight: normal;
}

.event-sponsor-logo {
  max-width: 100px;
  display: inline-block;
}

/* Agenda */
.event-agendas {
  margin: 0;
  padding: 0;
}

/* Location */
#map_canvas {
  max-width: 100%;
  margin-top: 20px;
}

/* DT Register CSS - ver. 3.2.2 */
.jgrid span.state {
  display: inline-block;
  height: 16px;
  width: 16px;
}

.jgrid span.unpublish {
  background-image: url("../images/publish_x.png");
}

.jgrid span.publish {
  background-image: url("../images/tick.png");
}

.jgrid span.text {
  display: none;
}

h2,div,dt,dd {
  white-space: normal;
}

dt {
  clear: left;
  padding: 3px 0;
  display: inline-block;
}

#dt_tabs dt {
  clear: none;
}

dd {
  padding: 3px 0;
  display: inline-block;
}

dt.dtlabel {
  position: relative;
  font-size: 12px;
  width: 16em;
  background:none;
  border:none;
  text-transform:none;
  font-weight:normal;
  font-size:12px;
  text-align: left;
  font-weight: bold;
}

dd.dtfield {
  position: relative;
  min-width: 300px;
  max-width: 500px;
  vertical-align: middle;
}

dd.dtfield input[type="text"],
dd.dtfield input[type="email"] {
  max-width: 80% !important;
  display: inline-block;
}

dd.dtfield img {
  vertical-align: middle !important;
}

dd.dttip {
  position: relative;
  width: 30px;
  padding: 0;
}

.dt_member_box dt.memheading,
.dt_member_box dd.memheading {
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #037200;
  border-left: 1px solid #037200;
  border-top: 1px solid #defedd;
  border-right: 1px solid #defedd;
}

.dt_member_box dt,
.dt_member_box dd {
    padding: 2px 4px;
}

div #dtregform {
}

div #dtnav_buttons {
    padding: 10px 5px 5px 0px;
}

div #dtform_message {
  width: 100%;
}

div #dtthanks {
}

div.dttextual {
  clear: both;
  margin-bottom: 20px;
}

div.dt_user_box {
  background: #f7f7f7;
  border: 1px solid #ccc;
  padding: 20px 0;
  margin: 20px 0;
  clear: both;
}

div.dt_user_box dd.dttip {
  display: none;
}

div.dt_member_box {
  background: #f7f7f7;
  padding: 20px;
  margin: 20px 0;
  clear: both;
}

div.dt_groupwarning {
  background: #EFEFEF;
  border: 1px solid #ff0000;
  clear: both;
  padding: 5px 5px 5px 5px;
  margin: 10px 0 5px 0;
  color: #ff0000;
}

.dt_userbox_instructions {
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}


/* GALLERY BOX
---------------------------- */
.dtregister-detail .event-gallery {
  list-style: none;
  margin: 0;
  padding: 20px;
}

.dtregister-detail .event-gallery:after {
  display: table;
  content: "";
  clear: both;
}

.dtregister-detail .event-gallery li {
  border: 1px solid #ddd;
  float: left;
  position: relative;
  padding: 3px;
  margin: 10px;
  overflow: hidden;
}

.dtregister-detail .event-gallery li img {
  max-width: none;
  max-height: 60px;
}

.dtregister-detail .event-gallery li .image-info {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
  border-radius: 5px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  opacity: 0;
  padding: 10px 20px;
  min-width: 200px;
  transition: all 0.35s ease-in-out;
}

.dtregister-detail .event-gallery li:hover {
  overflow: visible;
}

.dtregister-detail .event-gallery li:hover .image-info {
  opacity: 1;
  bottom: 110%;
}

.dtregister-detail .event-gallery li .image-info:before,
.dtregister-detail .event-gallery li .image-info:after {
  display: block;
  content: "";
  border-top: 10px solid #ccc;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  height: 0;
  position: absolute;
  bottom: -10px;
  left: 10px;
  width: 0;
}

.dtregister-detail .event-gallery li .image-info:after {
  border-top: 10px solid #fff;
  bottom: -9px;
}

.dtregister-detail .event-gallery li .image-title {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}

.dtregister-detail .event-gallery li .image-desc {
  display: block;
  line-height: 1.3;
}

/* Popup */
#colorbox {
  background-color: #fff;
}

#colorbox #cboxWrapper {
  padding-top: 15px;
}

#colorbox #cboxTopLeft,
#colorbox #cboxTopCenter,
#colorbox #cboxTopRight,
#colorbox #cboxBottomLeft,
#colorbox #cboxBottomCenter,
#colorbox #cboxBottomRight {
  display: none;
}

#colorbox #cboxTitle {
  background-color: rgba(0,0,0,0.5);
  bottom: 0;
  padding: 10px 20px;
  text-align: left;
}

#colorbox #cboxTitle h1 {
  color: #fff;
  margin: 0 0 5px;
  padding: 0;
  font-size: 18px;
}

#colorbox #cboxTitle p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

#colorbox #cboxPrevious,
#colorbox #cboxNext,
#colorbox #cboxClose {
  border: 1px solid #ddd;
  border-radius: 2px;
}

#colorbox #cboxPrevious {
  background-position: 0 0;
}

#colorbox #cboxPrevious:hover {
  background-position: 0 -25px;
}

#colorbox #cboxNext {
  background-position: -25px 0;
}

#colorbox #cboxNext:hover {
  background-position: -25px -25px;
}

#colorbox #cboxClose {
  color: #666;
  font-size: 11px;
  padding: 5px;
  text-transform: uppercase;
}

#colorbox #cboxClose:hover {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  color: #333;
}

/* Frontend Event Listing */
.eventListRow1 {
 background: #EFEFEF;
}

.eventListRow2 {
 background: #D4D0C8;
}

tr.categoryRow td {
 color: #ffffff;
 font-weight: bold;
 padding: 2px 2px 2px 3px;
 background: #474747;
}

tr.categoryRow td.subcategory {
 color: #ffffff;
 font-weight: bold;
 text-indent: 0px;
 padding: 2px 2px 2px 3px;
 background: #6c6c6c;
}

th.coltitle {
 text-decoration: underline;
 font-weight: bold;
 padding: 2px;
}

tr.eventListRow1 td,
tr.eventListRow2 td {
 padding: 2px;
}

td.eventlist {
 text-indent: 2px;
 color: #000000;
}

/* Event title when not a link */
td.eventlist .event_title {
}

/* Event title when an active link */
.eventlist a:link,
.eventlist a:visited {
}

.eventlist a:hover {
}

img.event_button {
  border: 0px;
  padding: 2px;
}

a.detailslink:link,
a.detailslink:visited {
  color: blue;
  font-weight: bold;
  font-style: italic;
}

a.detailslink:hover {
}

input.dtreg,
select.dtreg {
  width: auto;
}

select#categoryId {
  width: auto !important;
}


/* Frontend Registrant List */

th.attendee_coltitle {
  padding: 8px;
  font-weight: bold;
  text-align: left;
  color: #ffffff;
  background: #474747;
}

th.attendee_coltitle a:link,
th.attendee_coltitle a:visited {
  font-weight: bold;
  color: #ffffff;
}

th.attendee_coltitle a:hover {
  text-decoration: underline;
}

/* Form Styling */
.authorizenetformtable {
  width:100%;
}

.authorizenetformtable td {
  font-size:12px;
  color:#333333;
}

table.event_message {
  width:100%;
  border:0px #ffffff solid !important;
}

table.event_message td {
  font-size:12px;
}

.authorizenetformtable th {
  font-size:14px;
}

.dtrequired {
 color: red;
 font-size:16px;
}

#dt_pricebox {
  border: #000000 solid 0px;
  padding: 0px;
  margin: 2px 0px 12px 0px;
}

#dt_price_breakdown {
  padding: 6px 20px 0px 0px;
}

/* Lightbox Styling for Terms & Conditions */
table.lbWindow {
 width: 96%;
 text-align: left;
}

.lbText {
 color: #000000;
}

a.lbAction:link,
a.lbAction:visited {
 color: #000000;
}

a.lbAction:hover {
}

/* Lightbox Styling for Location Display */
.location_box h3 {
  margin-top: 0;
}

#map_canvas {
  padding: 4px 6px 2px 6px;
}

label.dt_error {
  background: url("../images/unchecked.gif") no-repeat 0px 0px;
  height: 15px;
  display: inline-block;
  padding: 0 0 0 18px;
  margin: 0 0 0 5px;
}

label.success {
  background:url("../images/checked.gif") no-repeat 0px 0px;
  padding-left: 18px;
  display: inline-block;
  height: 15px;
  margin: 0 0 0 5px;
}

.dt_checkbox_label {
  padding: 0 10px 0 0;
  margin: 0 0 0 18px;
}

input.disabledStyle {
  opacity: 0.5;
}

/* Frontend Event Management */
.dtheading, .dt_heading,
.adminform .dtheading,
.adminform .dt_heading {
  background: #d3e8c1;
  padding:4px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #037200;
  border-left: 1px solid #037200;
  border-top: 1px solid #defedd;
  border-right: 1px solid #defedd;
}

table.adminform {
  background-color: #f9f9f9;
  border: solid 1px #d5d5d5;
  width: 100%;
  border-collapse: collapse;
  margin: 8px 0 10px 0;
  margin-bottom: 15px;
  width: 100%;
}
table.adminform.nospace { margin-bottom: 0; }
table.adminform tr.row0 { background-color: #f9f9f9; }
table.adminform tr.row1 { background-color: #eeeeee; }

table.adminform th {
  font-size: 11px;
  padding: 6px 2px 4px 4px;
  text-align: left;
  height: 25px;
  color: #000;
  background-repeat: repeat;
}
table.adminform td { padding: 3px; text-align: left; }

table.adminform td.filter{
  text-align: left;
}

table.adminform td.helpMenu{
  text-align: right;
}

fieldset.adminform { border: 1px solid #ccc; margin: 0 10px 10px 10px; }

table.adminlist {
  width: 100%;
  border-spacing: 1px;
  background-color: #e7e7e7;
  color: #666;
}

table.adminlist td,
table.adminlist th { padding: 4px; }

table.adminlist thead th {
  text-align: center;
  background: #f0f0f0;
  color: #666;
  border-bottom: 1px solid #999;
  border-left: 1px solid #fff;
}

table.adminlist thead a:hover { text-decoration: none; }

table.adminlist thead th img { vertical-align: middle; }

table.adminlist tbody th { font-weight: bold; }

table.adminlist tbody tr      { background-color: #fff;  text-align: left; }
table.adminlist tbody tr.row1   { background: #f9f9f9; border-top: 1px solid #fff; }

table.adminlist tbody tr.row0:hover td,
table.adminlist tbody tr.row1:hover td  { background-color: #ffd ; }

table.adminlist tbody tr td      { height: 25px; background: #fff; border: 1px solid #fff; }
table.adminlist tbody tr.row1 td { background: #f9f9f9; border-top: 1px solid #FFF; }

table.adminlist tfoot tr { text-align: center;  color: #333; }
table.adminlist tfoot td,
table.adminlist tfoot th { background-color: #f3f3f3; border-top: 1px solid #999; text-align: center; }

table.adminlist td.order    { text-align: center; white-space: nowrap; }
table.adminlist td.order span { float: left; display: block; width: 20px; text-align: center; }

.com_dtregister .adminlist .controls .radio,
.com_dtregister .adminform .controls .radio {
  display: inline-block;
  margin-right: 5px;
  font-weight: normal;
}
.com_dtregister .adminlist .controls .radio input[type="radio"],
.com_dtregister .adminform .controls .radio input[type="radio"] {
  position: static;
  margin: 3px 3px 0 0;
}
/*table.adminlist .pagination { display:table; padding:0;  margin:0 auto;  }*/

#event {
  margin: 0;
}

.tabs {clear:both;}
.tabs dl { float:left; width:100%;}
.tabs dt,
.up_button {
  float:left;
  background: #349123;
    padding: 3px 7px 3px 7px;
    margin: 0px 1px 0px 1px;
  color: #ffffff;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
    border: 3px groove #000000;
}

a.up_button:link,
a.up_button:visited {
  color: #ffffff;
  font-weight: bold;
}

a.up_button:hover {
  text-decoration: underline;
}

div.current {
clear:both;
padding:10px;
}
/* toolbar */
.icon-32-send       { background-image: url(../images/toolbar/icon-32-send.png); }
.icon-32-delete     { background-image: url(../images/toolbar/icon-32-delete.png); }
.icon-32-help       { background-image: url(../images/toolbar/icon-32-help.png); }
.icon-32-cancel     { background-image: url(../images/toolbar/icon-32-cancel.png); }
.icon-32-config     { background-image: url(../images/toolbar/icon-32-config.png); }
.icon-32-apply    { background-image: url(../images/toolbar/icon-32-apply.png); }
.icon-32-back     { background-image: url(../images/toolbar/icon-32-back.png); }
.icon-32-forward    { background-image: url(../images/toolbar/icon-32-forward.png); }
.icon-32-save       { background-image: url(../images/toolbar/icon-32-save.png); }
.icon-32-edit       { background-image: url(../images/toolbar/icon-32-edit.png); }
.icon-32-copy       { background-image: url(../images/toolbar/icon-32-copy.png); }
.icon-32-move       { background-image: url(../images/toolbar/icon-32-move.png); }
.icon-32-new      { background-image: url(../images/toolbar/icon-32-new.png); }
.icon-32-upload     { background-image: url(../images/toolbar/icon-32-upload.png); }
.icon-32-assign     { background-image: url(../images/toolbar/icon-32-publish.png); }
.icon-32-html       { background-image: url(../images/toolbar/icon-32-html.png); }
.icon-32-css      { background-image: url(../images/toolbar/icon-32-css.png); }
.icon-32-menus      { background-image: url(../images/toolbar/icon-32-menu.png); }
.icon-32-publish    { background-image: url(../images/toolbar/icon-32-publish.png); }
.icon-32-unpublish  { background-image: url(../images/toolbar/icon-32-unpublish.png);}
.icon-32-restore    { background-image: url(../images/toolbar/icon-32-revert.png); }
.icon-32-trash    { background-image: url(../images/toolbar/icon-32-trash.png); }
.icon-32-archive    { background-image: url(../images/toolbar/icon-32-archive.png); }
.icon-32-unarchive  { background-image: url(../images/toolbar/icon-32-unarchive.png); }
.icon-32-preview    { background-image: url(../images/toolbar/icon-32-preview.png); }
.icon-32-default    { background-image: url(../images/toolbar/icon-32-default.png); }

div.toolbar,
div #toolbar {
padding:0;
text-align:right;
clear:both;
display: flex;
}

table.toolbar {
border-collapse:collapse;
margin:0;
padding:0;
}
table.toolbar td {
color:#666666;
height:48px;
padding:1px 1px 1px 4px;
text-align:center;
}
table.toolbar a {
border:1px solid #FBFBFB;
cursor:pointer;
display:block;
float:left;
padding:1px 5px;
white-space:nowrap;
}
table.toolbar span {
display:block;
float:none;
height:32px;
margin:0 auto;
width:32px;
}

table.toolbar a {
cursor:pointer;
white-space:nowrap;
}

a, img {
margin:0;
padding:0;
}
.icon-48-dtregister {
background-repeat:no-repeat;
line-height:48px;
padding-left:330px !important;
text-transform:uppercase;
}

div.icon-48-dtregister {
background-repeat:no-repeat;
color:#0B55C4;
font-size:20px;
font-weight:bold;
line-height:62px;
margin-left:0px;
}

div.icon-48-dtregister h2 {
  width: 300px;
  margin-right: 10px;
}

.com_dtregister.view-eventmanage #sortable li .ui-icon-arrowthick-2-n-s,
.com-dtregister.view-eventmanage #sortable li .ui-icon-arrowthick-2-n-s {
  background: none;
  height: auto;
  text-indent: 0;
  width: auto;
}

.com_dtregister.view-eventmanage #sortable li .ui-icon-arrowthick-2-n-s:before,
.com-dtregister.view-eventmanage #sortable li .ui-icon-arrowthick-2-n-s:before {
  content: "\f178";
  display: inline-block;
  font-family: FontAwesome;
  text-decoration: inherit;
  vertical-align: middle;
}

.com_dtregister.view-eventmanage #sortable li,
.com-dtregister.view-eventmanage #sortable li {
  height: auto !important;
  min-height: 18px;
}


/* Cart Module */
div #dtcart {
  clear: both;
  margin: 0 0 10px 0;
}

dt.cart_event {
  position: relative;
    font-size: 12px;
    width: 13em;
}

dd.cart_amount {
  position: relative;
  min-width: 30px;
  float: right;
}

div.toolbar-list li {
    color: #666666;
    float: left;
    height: 48px;
    list-style: none outside none;
    padding: 1px 1px 3px 4px;
    text-align: center;
}

div.toolbar-list a {
    border: 1px solid #F4F4F4;
    cursor: pointer;
    display: block;
    float: left;
    padding: 1px 5px;
    white-space: nowrap;
}

div.toolbar-list span {
    display: block;
    float: none;
    height: 32px;
    margin: 0 auto;
    width: 32px;
}

.dt_pagination {
  border: 0px;
  margin: 0px;
  padding: 4px;
}

.dt_pagination ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

span.icon-calendar {
  background-image: url(../images/calendar.png);
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  padding: 0;
  margin: 0;
}

/* Replacing tables with Divs */
.divTable {
  display: table;
  width: 100%;
}

.divTableRow {
  display: table-row;
}

.divTableHeading {
  background-color: #eee;
  display: table-header-group;
}

.divTableCell, .divTableHead {
  border: none;
  display: table-cell;
  padding: 3px 10px;
}

.divTableHead {
  background: #d3e8c1;
  border-bottom: 1px solid #037200;
  border-left: 1px solid #037200;
  border-top: 1px solid #defedd;
  border-right: 1px solid #defedd;
  font-weight: bold;
  padding: 4px;
  text-transform: uppercase;
}

.divTableHeading {
  background-color: #eee;
  display: table-header-group;
  font-weight: bold;
}

.divTableFoot {
  background-color: #eee;
  display: table-footer-group;
  font-weight: bold;
}

.divTableBody {
  display: table-row-group;
}

.input-prepend .modal.btn,
.btn-link.modal {
  position: static;
  width: auto;
  height: auto;
  box-shadow: none;
  display: inline-block;
}

.btn-link.modal {
  display: inline;
}

.dtregister-eventmanage .subform-repeatable .media-preview.add-on {
  display: inline-block;
  border: 1px solid #ccc;
}

.dtregister-eventmanage .media-preview.add-on {
  display: block;
  border: none;
  padding: 8px;
}

.dtregister-eventmanage #repeat #spanrpcount {
  margin-bottom: 10px;
}

.dtregister-eventmanage #repeat #common .field-calendar {
  display: inline-block;
}

/* Share */
/*************/

/* dt sharing popup */
#dt_sharing_popup {
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: unset;
}

#dt_sharing_popup form label {
  display: block;
}

#dt_sharing_popup .dth-popup__content {
  position: relative;
}

#dt_sharing_popup .dth-popup__content h5 {
  font-size: 20px;
  margin-top: 0;
  position: absolute;
  top: -50px;
}

/* dt share form */
#dt_share_form h5 {
  margin-bottom: 20px;
}

#dt_share_form .dth-bookmarks {
  padding: 0;
}

#dt_share_form .dth-bookmarks li {
  display: inline-block;
  margin: 0 5px 5px 0;
}

#dt_share_form .dth-bookmarks li a:hover {
  text-decoration: none;
}

#dt_share_form .dth-bookmarks li span.fa {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  background: #666;
  color: #fff;
  font-size: 24px;
}

#dt_share_form .dth-bookmarks li span.fa-facebook {
  background: #3b5998;
}

#dt_share_form .dth-bookmarks li span.fa-google-plus {
  background: #dc4e41;
}

#dt_share_form .dth-bookmarks li span.fa-linkedin {
  background: #0077b5;
}

#dt_share_form .dth-bookmarks li span.fa-tumblr {
  background: #37455c;
}

#dt_share_form .dth-bookmarks li span.fa-weibo {
  background: #e6162d;
}

#dt_share_form .dth-bookmarks li span.fa-twitter {
  background: #1da1f2;
}

/* FRONT-ENT
------------------------------- */
.com_dtregister .adminlist th,
.com_dtregister .adminlist td,
.com_dtregister #invoiceList th,
.com_dtregister #invoiceList td {
  border: 0;
  border-bottom: 1px solid #e1e1e1;
  padding: 6px 10px;
}

.com_dtregister .adminlist th,
.com_dtregister #invoiceList th {
  background-color: #f0f0f0;
  border-top: 1px solid #e1e1e1;
  padding-top: 10px;
  padding-bottom: 10px;
}

.com_dtregister .adminlist th.coltitle,
.com_dtregister #invoiceList th.coltitle {
  text-decoration: none;
}

.com_dtregister .adminlist td .btn,
.com_dtregister #invoiceList td .btn {
  border-radius: 3px;
  box-shadow: none;
  padding: 4px 10px;
}

.com_dtregister .adminlist td .btn:hover,
.com_dtregister .adminlist td .btn:focus,
.com_dtregister .adminlist td .btn:active {
  background-color: #f0f0f0;
  border-color: #e1e1e1;
}

.com_dtregister .adminlist td .btn span {
  margin-right: 0;
}

/* Style for invoice list table */
.com_dtregister #invoiceList th:nth-child(1) {
  width: 30%;
}

/* Cart module style
-------------------- */
.cart-empty {
  background-color: #f0f0f0;
  color: #666;
  padding: 30px 0;
  text-align: center;
}

#dtcart {
}

#dtcart .event-item {
  border-bottom: 1px dashed #ddd;
  padding: 10px 70px 10px 0;
  position: relative;
  overflow: hidden;
}

.event-item .event-title {
  float: left;
}

.event-item .cart-amount {
  background-color: #f0f0f0;
  border-radius: 3px;
  display: inline-block;
  font-weight: bold;
  padding: 3px 5px;
  position: absolute;
  top: 10px;
  right: 0;
}

.total-price {
  font-weight: bold;
  padding: 15px 0 0;
  margin-bottom: 10px;
  overflow: hidden;
}

.total-price .cart-amount {
  float: right;
}

.action-wrap a {
  background-color: #eee;
  border-radius: 3px;
  color: #666;
  display: block;
  font-weight: 600;
  padding: 10px 0;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.25s;
}

.action-wrap a:hover,
.action-wrap a:focus,
.action-wrap a:active {
  background-color: #999;
  color: #fff;
}

#dtcart .action-wrap a {
  padding: 10px 12px;
}

/* Style for Registration page */
#dt_loginContent #userForm {
  margin-bottom: 24px;
}

/* Fix for social share */
.ui-dialog .ui-button-icon-only {
  overflow: hidden;
  text-indent: -80px;
}


/* Responsive
------------------------------- */
@media screen and (min-width: 1200px) {
  /* event imgage */
  .com_dtregister .eventlists .event-image,
  .com-dtregister .eventlists .event-image {
    min-height: 223px;
  }
}


@media screen and (min-width: 992px) {
  /* DT Label */
  .com_dtregister dt.dtlabel,
  .com-dtregister dt.dtlabel {
    width: 220px;
    text-align: right;
  }

  .com_dtregister dd.dtfield {
    padding-left: 10px;
  }

  /* event imgage */
  .com_dtregister .eventlists .event-image,
  .com-dtregister .eventlists .event-image {
    float: left;
    position: relative;
    min-height: 136px;
  }
}

/* Small screen */
@media screen and (max-width: 1024px) {
  .com_dtregister .eventlists .event-content .event-title {
    margin-left: 0;
    margin-right: 0;
  }

  .com_dtregister .eventlists .event-content .event-title a {

  }

  .com_dtregister .eventlists .event-content .event-title::before {
    left: 0;
  }

  .com_dtregister .eventlists .event-content .event-title a span {
    left: 10px;
  }
}

@media screen and (max-width: 991px) {
  /* event time */
  .com_dtregister .eventlists .event-time {
    padding-right: 55px;
  }
}

/* Tablet */
@media screen and (max-width: 768px) {
  .com_dtregister .eventlist-row {
    padding-left: 0;
  }

  .com_dtregister .event-info {
    position: relative;
    top: auto;
    left: auto;
    padding-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  .com_dtregister .eventlists .event-time {
    padding-left: 0;
    overflow: hidden;
  }

  .com_dtregister .eventlists .event-time .start-date,
  .com_dtregister .eventlists .event-time .end-date {
    float: left;
    margin-right: 20px;
    padding-right: 10px;
    vertical-align: middle;
  }

  .com_dtregister .eventlists .event-time time {
    margin-top: 5px;
  }

  .com_dtregister .eventlists .event-meta {
    overflow: hidden;
  }

  .com_dtregister .eventlists .event-meta > div {
    float: left;
    margin-right: 20px;
  }
}

@media screen and (min-width: 648px) {
  .event-sponsors {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  .event-sponsors li {
    width: 16.66%;
  }
}

@media screen and (max-width: 647px) {
  .com_dtregister .event-filters.btn-toolbar #category {
    clear: both;
    margin-top: 10px;
    display: block;
  }

  .com_dtregister .event-filters.btn-toolbar .pull-right,
  .com-dtregister .event-filters.btn-toolbar .pull-right {
    float: none !important;
    margin-top: 10px;
  }

  .com_dtregister .btn-groups .dth-btn {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .event-full-image {
    float: unset;
    margin-left: 0;
    max-width: 100%;
  }

  .event-speakers {
    overflow-x: auto;
  }
}