@import url('font-awesome/css/font-awesome.min.css');

/* DT Register Css - ver 3.3 */

/* General */
.com_dtregister {
}

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

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

.dt-title-heading span {
  background-color: #fff;
  border: 1px solid #43a047;
  border-radius: 25px;
  color: #43a047;
  display: inline-block;
  font-size: 16px;
  padding: 5px 10px;
}

/* Form */
.com_dtregister .btn-toolbar {
	display: none;
/*	background-color: #f7f7f7;
  font-size: 14px;
  padding: 20px;
  margin: 10px 0 30px; */
}

.com_dtregister #toolbar {
  background-color: transparent;
  padding: 0;
}

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

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

.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 select,
.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 {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.com_dtregister .event-filters .pull-right {
  float: none !important;
  margin-top: 20px;
}

@media screen and (min-width: 1200px) {
  .com_dtregister .event-filters .pull-right {
    float: right !important;
    margin-top: 0;
  }
}

.com_dtregister .event-filters .pull-right select {
  margin-bottom: 10px;
}

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

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

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

.dth-btn,
.event_button {
  background-image: none;
  border: 1px solid transparent;
  border-radius: 25px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
  padding: 9px 20px;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  white-space: nowrap;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.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;
  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.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 {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.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 {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.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 {
  background-color: #0c2574;;
  border: 0;
  color: #fff;
}

.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 {
  background-color: #193ba5;
  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 {
  background-color: #fff;
  color: #428bca;
}

.dth-btn-success {
  background-color: #5cb85c;
  border-color: #4cae4c;
  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 {
  background-color: #449d44;
  border-color: #398439;
  color: #fff;
}

.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 {
  background-color: #fff;
  color: #5cb85c;
}

.dth-btn-info {
  background-color: #5bc0de;
  border-color: #46b8da;
  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 {
  background-color: #31b0d5;
  border-color: #269abc;
  color: #fff;
}

.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 {
  background-color: #fff;
  color: #5bc0de;
}

.dth-btn-warning {
  background-color: #f0ad4e;
  border-color: #eea236;
  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 {
  background-color: #ec971f;
  border-color: #d58512;
  color: #fff;
}

.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 {
  background-color: #fff;
  color: #f0ad4e;
}

.dth-btn-danger {
  background-color: #d9534f;
  border-color: #d43f3a;
  color: #fff;
}

.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 {
  background-color: #c9302c;
  border-color: #ac2925;
  color: #fff;
}

.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 {
  background-color: #fff;
  color: #d9534f;
}

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

.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 {
  background-color: transparent;
  color: #204c73;
  text-decoration: underline;
}

.dth-btn-link[disabled]:hover,
fieldset[disabled] .dth-btn-link:hover,
.dth-btn-link[disabled]:focus,
fieldset[disabled] .dth-btn-link:focus {
  color: #999;
  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) .inputbox {
  display: inline-block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -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 {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.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 {
  border-color: #c00;
}

.com_dtregister label.invalid {
  color: #c00;
}

.com_dtregister input.invalid {
  border: 1px solid #c00;
}

.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 .form-control,
.com_dtregister .form-group .dth-btn {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

.com_dtregister th.coltitle,
.com_dtregister table.adminlist th,
.com_dtregister th {
  background-color: #444;
  border: 1px solid #555;
  color: #eee;
  text-decoration: none;
}

.com_dtregister th.coltitle a,
.com_dtregister th a {
  color: #eee;
  text-decoration: none;
}

.com_dtregister th a.dt_ajax {
  color: #3174af;
}

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

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

.com_dtregister .icon-publish:before {
  text-decoration: inherit;
  display: inline-block;
  content: "\f00c";
  color: green;
}

.com_dtregister .icon-unpublish:before {
  text-decoration: inherit;
  display: inline-block;
  content: "\f00d";
  color: red;
}

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

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


/* EVENT LIST
------------------------------------ */
.com_dtregister .eventlists {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: flex-end;
}

.com_dtregister .eventlists .event-item {
  background-color: transparent;
  box-sizing: border-box;
  padding: 5px;
/*  padding: 0 15px; */
  margin-bottom: 10px;
  flex: 0 1 100%;
}

/* Tablet layout */
@media screen and (min-width: 768px) {
  .com_dtregister .eventlists .event-item {
    flex: 0 1 50%;
  }
}

/* Desktop layout */
@media screen and (min-width: 1200px) {
  .com_dtregister .eventlists .event-item {
    flex: 0 1 33.3%;
  }
}

.com_dtregister .eventlists .event-item:nth-child(3n) {
  clear: right;
}

.eventlists .event-item .item-inner {
/*  background-color: #f9f9f9;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  border: 1px solid #ddd;
  border-radius: 7px;
  height: 100%;
  position: relative;
  transition: all 0.25s; */
}

.eventlists .event-item .item-inner:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  border-color: #0c2574;;
}

/* Event heahder */
.com_dtregister .eventlists .event-header {
/*  border-bottom: 3px solid #0c2574;; */
  position: relative;
/*  min-height: 150px;
  max-height: 170px; */
  min-height: 110px;
  max-height: 170px;
  overflow: hidden;
}

.com_dtregister .eventlists .event-image a {
  display: block;
}

.com_dtregister .eventlists .event-image a img {
  border-radius: 6px 6px 0 0;
  max-width: 100%;
  width: 100%;
}

.eventlists .event-header .event-title {
/*  background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0)); */
  color: #fff;
  font-size: 18px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 20px 20px 25px;
  line-height: 1.3;
}

.eventlists .event-header .event-title a {
/*  color: #fff; */
  color: #28b7db;
}


/* Event content
---------------- */
.com_dtregister .eventlists .event-content {
  background-color: #fff;
  padding: 20px 20px 10px;
}

.eventlists .event-content .event-info {
  background-color: #fff;
  border-radius: 2px 2px 0 0;
  margin: -35px 0 20px;
  padding: 15px 15px 0;
  position: relative;
  min-height: 110px;
  z-index: 200;
}

.eventlists .event-content .event-time {
  color: #E65100;
}

.eventlists .event-content .event-time span {
/*  background-color: #43A047; */
  background-color: #0c2574;
  border-radius: 2px;
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 500;
  padding: 3px 10px;
  margin: 0 0 5px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Event closed */
.eventlists .item-closed .event-content .event-time {
  color: #999;
}

.eventlists .item-closed .event-content .event-time span {
  background-color: #999;
}

.eventlists .event-content .event-meta {
  color: #666;
}

.eventlists .event-content .event-meta a {
  border-bottom: 1px dotted #999;
}

.eventlists .event-content .event-meta a:hover,
.eventlists .event-content .event-meta a:focus,
.eventlists .event-content .event-meta a:active {
  border-bottom: 1px dotted #666;
  text-decoration: none;
}

.eventlists .event-content .event-meta span {
  display: none;
/*  display: block; */
}

.eventlists .event-content span.location {
  margin-right: 10px;
  margin-bottom: 5px;
}

.eventlists .event-content span.moderator {
  margin-right: 10px;
  margin-bottom: 5px;
}

.eventlists .event-content span.location:before,
.eventlists .event-content span.moderator:before,
.eventlists .event-content span.category:before {
  color: #999;
  content: "\f041";
  font-family: FontAwesome;
  margin-right: 5px;
}

.eventlists .event-content span.moderator:before {
  content: "\f2bd";
}

.eventlists .event-content span.category:before {
  content: "\f07b";
}

.eventlists .event-content .event-desc {
  line-height: 1.6;
  min-height: 80px;
}

/* Price */
.com_dtregister .eventlists .event-price {
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 5px;
  text-align: center;
	width: auto;
}

.com_dtregister .eventlists .event-price .price {
  background-color: #f57c00;
  box-shadow: 3px 3px 0 rgba(0,0,0,0.3);
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 10px;
}

.com_dtregister .eventlists .event-price .price.free {
  background-color: #43a047;
}

.eventlists .event-time br {
	display: none;
}

.eventlists .event-time span {
  margin-right: 10px;
}

.com_dtregister .eventlists .event-meta {
  margin: 5px 0 10px;
}

.eventlists footer.event-footer {
  background-color: #f9f9f9;
  border-radius: 0 0 7px 7px;
  border-top: 1px solid #eee;
  margin: 0;
  padding: 20px 10px 5px;
  text-align: center;
}

.eventlists footer.event-footer span {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #eee;
  display: inline-block;
  margin: 0 10px 8px 0;
  padding: 3px 10px;
}

.eventlists div.event-footer {
  margin-top: 20px;
  text-align: center;
}

.eventlists .event-footer .dth-btn {
  background-color: #eee;
  border: 0;
  border-radius: 25px;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 15px;
  text-transform: none;
  transition: all 0.25s;
}

.eventlists .event-footer .dth-btn:hover,
.eventlists .event-footer .dth-btn:focus,
.eventlists .event-footer .dth-btn:active {
}

.eventlists .event-footer .dth-btn span {
  font-weight: 500;
}

.eventlists .event-footer .dth-btn.dth-btn-primary {
  background-color: #0c2574;;
  color: #fff;
}

.eventlists .event-footer .dth-btn.dth-btn-primary:hover,
.eventlists .event-footer .dth-btn.dth-btn-primary:focus,
.eventlists .event-footer .dth-btn.dth-btn-primary:active {
  background-color: #193ba5;
}

.eventlists .event-footer .dth-btn.dth-btn-danger {
  background-color: #F57C00;
  color: #fff;
}

.eventlists .event-footer .dth-btn.dth-btn-danger:hover,
.eventlists .event-footer .dth-btn.dth-btn-danger:focus,
.eventlists .event-footer .dth-btn.dth-btn-danger:active {
  background-color: #d86d00;
}

.eventlists .event-footer .dth-btn + .dth-btn {
	margin-left: 10px;
}

.com_dtregister .dth-btn span.event_button {
  background-color: transparent !important;
}

.com_dtregister .dth-btn 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:active span.event_button.green {
  background: inherit;
  color: inherit;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  vertical-align: unset;
}


/* Option Choice */
.com_dtregister #dttype_choice {
  background-color: #fff;
  border-radius: 3px;
  margin-top: 30px;
  padding: 0;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .com_dtregister #dttype_choice {
    padding: 30px 0;
  }
}

.com_dtregister #dttype_choice > p {
  color: #333;
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}

.com_dtregister #dttype_choice .registration-type {
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  border: 1px solid #ddd;
  border-radius: 5px;
  float: left;
  margin-bottom: 20px;
  padding: 20px;
  margin-right: 30px;
  transition: all 0.25s;
  width: 100%;
}

.com_dtregister #dttype_choice .registration-type + .registration-type {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .com_dtregister #dttype_choice .registration-type {
    margin-bottom: 0;
    width: auto;
  }
}

.com_dtregister #dttype_choice .registration-type:hover {
  border-color: #0c2574;;
}

.com_dtregister #dttype_choice .registration-type .fa {
  font-size: 24px;
  line-height: 1;
}

.com_dtregister #dttype_choice .registration-type-img {
  background: #f7f7f7;
  border-radius: 50%;
  color: #666;
  display: inline-block;
  height: 60px;
  line-height: 45px;
  margin-right: 20px;
  padding: 10px;
  text-align: center;
  transition: all 0.25s;
  vertical-align: middle;
  width: 60px;
}

.com_dtregister #dttype_choice .registration-type:hover .registration-type-img {
  background-color: #0c2574;;
  color: #fff;
}

.com_dtregister #dttype_choice .input-group {
  display: inline-block;
}

.com_dtregister #dttype_choice .input-group label {
	display: inline-block;
  margin: 0;
  padding: 0;
}

.com_dtregister #dttype_choice .input-group input {
	margin-top: 0;
}

.com_dtregister #dttype_choice .btn-groups {
  display: block;
  padding-top: 30px;
  overflow: hidden;
  width: 100%;
}


/* Cart */
.com_dtregister dt.dtlabel {
	min-width: 220px;
  padding-right: 20px;
  vertical-align: middle;
	text-align: right;
}

.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 #dtregform {
  border-radius: 3px;
  padding: 20px;
}

.com_dtregister .dtregister-frmcart dl {
  border-bottom: 1px solid #eee;
  margin-bottom: 0;
  padding: 10px 0;
}

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


/* Pagination */
.com_dtregister .pagination {
  clear: both;
  text-align: center;
  width: 100%;
}

.com_dtregister .pagination > ul,
.com_dtregister ul.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 4px;
}

.com_dtregister .pagination > ul > li,
.com_dtregister ul.pagination > li {
  display: inline-block;
  padding: 0;
}

.com_dtregister .pagination > ul > li > a,
.com_dtregister ul.pagination > li > a,
.com_dtregister .pagination > ul > li > span,
.com_dtregister ul.pagination > li > span {
  color: #666;
  position: relative;
  float: left;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 12px;
  line-height: 1.42857143;
  margin-left: -1px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}

.com_dtregister .pagination > ul > li > a:hover,
.com_dtregister .pagination > ul > li > a:focus,
.com_dtregister .pagination > ul > li > a:active {
  color: #0c2574;;
}

.com_dtregister .pagination > ul > li.pagination-start span.pagenav,
.com_dtregister .pagination > ul > li.pagination-prev span.pagenav,
.com_dtregister .pagination > ul > li.pagination-next span.pagenav,
.com_dtregister .pagination > ul > li.pagination-end span.pagenav {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  color: #999;
}

.com_dtregister .pagination > ul > li span.pagenav {
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #ddd;
}


/* EVENT DETAIL
------------------------------*/
.event-title {
  font-weight: 500;
  margin-bottom: 30px;
}

.event-full-image {
  margin-bottom: 20px;
}

.dt-event-box-title {
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 10px;
}

/* Sponsors */
.event-sponsors {
  display: block;
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  overflow: hidden;
}

.event-sponsors li {
  display: block;
  float: left;
  padding: 0 10px;
  
}

/* Mobile landcapse */
@media screen and (min-width: 640px) {
  .event-sponsors li {
    width: 50%;
  }
}

/* Tablet view */
@media screen and (min-width: 768px) {
  .event-sponsors li {
    width: 33.3%;
  }
}

/* Desktop view */
@media screen and (min-width: 1024px) {
  .event-sponsors li {
    width: 20%;
  }
}

.event-sponsors li .event-sponsor-logo {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 10px 20px;
  min-height: 50px;
  line-height: 50px;
  margin: 10px 0;
  transition: all 0.25s;
}

.event-sponsors li:hover .event-sponsor-logo {
  box-shadow: 0 5px 5px rgba(0,0,0,0.08);
  border-color: #ccc;
}

.event-sponsors li .event-sponsor-logo img {
  line-height: 50px;
  opacity: 0.7;
  transition: all 0.25s;
}

.event-sponsors li:hover .event-sponsor-logo img {
  opacity: 1;
}

/* Speakers */
.event-speakers {
  list-style: none;
  margin: 0 -10px 50px;
  padding: 0;
  overflow: hidden;
}

.event-speakers li {
  display: block;
  float: left;
  margin-bottom: 10px;
  text-align: center;
  width: 50%;
}

/* Tablet view */
@media screen and (min-width: 768px) {
  .event-speakers li {
    margin-bottom: 0;
    width: 33.3%;
  }
}

/* Desktop view */
@media screen and (min-width: 1024px) {
  .event-speakers li {
    width: 20%;
  }
}

.event-speakers li .item-inner {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  margin: 0 10px;
  padding: 20px;
}

.event-speakers li .event-speaker-img {
  margin-bottom: 20px;
}

.event-speakers li .event-speaker-img img {
  border-radius: 3px;
  width: 100%;
}

.event-speakers li .event-speaker-name {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  text-align: center;
}

.btn-groups {
  margin-bottom: 20px;
}

.btn-groups .fa {
  margin-right: 8px;
}


/* 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 {
  padding: 10px;
}

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

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

.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%;
}

#cboxLoadedContent {
  border: 0;
}

#colorbox {
  outline: none;
}

/* 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;
}

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;
}

.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;
}

.dt_member_box .action-wrap {
  margin-top: 20px;
}

.dt_member_box .up_button {
  background-color: #ccc;
  border-radius: 25px;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  padding: 0 15px;
  text-transform: uppercase; 
}

.dt_member_box .up_button:hover,
.dt_member_box .up_button:focus,
.dt_member_box .up_button:active {
  background-color: #999;
}

/* Register form */
#dtregform {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 20px;
}

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

div #dtform_message {
  background-color: #d9edf7;
  border-radius: 3px;
  color: #31708f;
  padding: 10px 20px;
	width: 100%;
}

div #dtthanks {
}

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

div.dt_user_box {
  background-color: #f9f9f9;
  border-bottom: 1px solid #ddd;
	padding: 20px 0;
	margin: -20px -20px 20px;
	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_member_box dl {
  background-color: #fff;
  margin-bottom: 0;
}

div.dt_member_box dl:nth-child(1) {
  background-color: rgba(0,0,0,0.05);
}

div.dt_member_box dl .dtlabel {
  box-sizing: border-box;
  min-width: 50px;
  width: 24%;
}

div.dt_member_box dl .dtfield {
  box-sizing: border-box;
  width: 50%;
}

div.dt_member_box dl dd.dtaction {
  box-sizing: border-box;
  width: 24%;
}

div.dt_member_box dt,
div.dt_member_box dd {
  padding: 10px;
}

div.dt_member_box dt.memheading,
div.dt_member_box dd.memheading {
  border: 0;
}

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

.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 {
}

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

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

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

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

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

/* 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;
}


/* Frontend Registrant List */
th.attendee_coltitle {
  padding: 8px;
  font-weight: bold;
  text-align: left;
  color: #fff;
  background: #474747;
}

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

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

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

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

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

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

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

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

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

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

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

.lbText {
  color: #000;
}

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

a.lbAction:hover {
}

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

#map_canvas {
  padding: 4px 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;
  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;
}

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: #eee; }

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

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 {
	background-color: #e7e7e7;
  border-spacing: 1px;
	color: #666;
  width: 100%;
}

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; }

/* table.adminlist .pagination { display:table; padding:0;  margin:0 auto; } */
	
#event {
	margin: 0;
}

.tabs {clear:both;}

.tabs dl { float:left; width:100%;}

.tabs dt { 
  background: #349123;
  border: 3px groove #000; 
  color: #fff;
  float: left;
  font-size: 11px;
  font-weight: bold;
  margin: 0px 1px 0px 1px;
  padding: 3px 7px 3px 7px;
  text-decoration: none;
  text-transform: uppercase;
}

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 {
  margin-right: 10px;
	width: 300px;
}

/* 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;
}

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

.pagination li {
	display: inline;
	margin: 0 2px;
	padding: 2px 5px;
	text-align: left;
}*/

.dtfield input {
}

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


/* Event Listing Buttons / Text */
span.event_button {
  font-weight: 600;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

span.event_button.eventlink {
  padding: 6px 9px;
	font-size: 125%;
}

span.event_button.blue {
  background: #03f;
  color: #fff;
}

a.event_button:hover span.event_button.blue {
	background: #0029cd;
}

span.event_button.black {
  background: #000;
  color: #fff;
}

a.event_button:hover span.event_button.black {
	background: #444343;
}

span.event_button.brown {
  background: #963;
  color: #fff;
}

a.event_button:hover span.event_button.brown {
	background: #87592c;
}

span.event_button.green {
  background: #390;
  color: #fff;
}

a.event_button:hover span.event_button.green {
	background: #297b00;
}

span.event_button.orange {
  background: #f60;
  color: #fff;
}

a.event_button:hover span.event_button.orange {
	background: #e65c00;
}

span.event_button.purple {
  background: #c0f;
  color: #fff;
}

a.event_button:hover span.event_button.purple {
	background: #af00db;
}

span.event_button.red {
  background: #f00;
  color: #fff;
}

a.event_button:hover span.event_button.red {
	background: #e10000;
}

span.event_button.yellow {
  background: #ffec1c;
  color: #000;
}

a.event_button:hover span.event_button.yellow {
	background: #ead600;
}

a.event_button:link,
a.event_button:visited,
a.event_button:hover,
a.event_button:active {
	text-decoration: none;
}

/* 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;
}


/* Tooltips */
.com_dtregister .ui-widget-content {
}

.com_dtregister .ui-widget-content .ui-tooltip-content {
  min-width: 200px;
}

/* Share */
/*************/
#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;
}

.dth-popup__content label {
  min-width: 70px;
}


/* Style for [UPCOMING EVENT MODULE] */
#dtevents div.dtevent {
  background-color: #f9f9f9;
  margin-bottom: 20px;
  padding: 0 20px 30px;
}

#dtevents .dtevent > a {
  display: block;
  margin: 0 -20px 0;
}

#dtevents .dtevent > a img {
  width: 100%;
}

#dtevents .dtevent .dt_event_title {
  line-height: 1.4;
}

#dtevents .dtevent .dt_event_date {
  margin-bottom: 5px;
}

#dtevents .dtevent .dt_event_date span {
  display: block;
  margin-bottom: 5px;
}

#dtevents .dtevent .dt_event_date br {
  display: none;
}

/* CPANEL */
.com_dtregister.view-cpanel #cpanel {
  overflow: hidden;
}

.com_dtregister.view-cpanel #cpanel .icon a {
  border: 1px solid #ddd;
  border-radius: 3px;
  min-width: 150px;
  padding: 10px;
  transition: all 0.25s;
  height: auto;
  min-height: 120px;
  width: auto;
}

.com_dtregister.view-cpanel #cpanel .icon a:hover,
.com_dtregister.view-cpanel #cpanel .icon a:focus,
.com_dtregister.view-cpanel #cpanel .icon a:active {
  box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}

.com_dtregister.view-cpanel #cpanel .icon a img {
  max-height: 64px;
}

.com_dtregister.view-cpanel #cpanel .icon a span {
  display: block;
  margin-top: 5px;
  font-weight: 500;
}

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

.com_dtregister.view-profile #adminFrom {
  margin-top: 30px;
}

.com_dtregister.view-profile .select_your_age_group {
  background: #f0f0f0;
  padding: 0;
}

.com_dtregister.view-profile .select_your_age_group label {
  border: 0;
  box-shadow: none;
  padding-left: 30px;
}

.com_dtregister.view-profile .select_your_age_group .radio {
  min-height: 21px;
}