.container {
    max-width:992px;
}

.widget {
    border: 1px solid transparent;
}

.mobile-logo {
    display:none;
}

div.required label.control-label:first-child::after {
    color: red;
    content: " *";
}

.payment-method-settings {
    margin-top: 10px;
    margin-bottom: 5px;
}

.credit-card-wrapper {
    margin-bottom: 20px;
}

.accepted-card-types img {
    width:48px;
    margin:5px;
}

.sold-out-message {
    color:red;
}

img.grayscale {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
         -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
            filter: grayscale(100%); 
}

.multiselect-container {
    min-width:100%;
}

th.discount-code-col {
    width: 175px;
}

.discount-code-col .form-group {
    margin-bottom: 0px;
}

.file-preview-frame .file-thumbnail-footer {
	display:none !important;
}

.file-preview-frame .kv-file-content {
	width:auto !important;
	height:auto !important;
}

.label-add-on .input-group-addon {
    padding: 0px;
}

.label-add-on .input-group-addon label {
    margin: 0;
    padding: 6px 12px;
}

.cancelled, .registrant-errors {
    color:red;
}

.registrant-errors-list ul {
  list-style: outside none none;
  padding-left:0;
}

.details-popup-table tr td:first-child {
    width:35%;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after, .sorting_asc:after {
    content: /*"\e113"*/ "\e151" !important;
}

a.desc:after, .sorting_desc:after {
    content: /*"\e114"*/ "\e152" !important;
}

.reg-list-card {
    padding-bottom:10px;
}

.reg-list-card .panel {
    height:100%;
}

.alert a {
    font-weight: 700;
}

.alert-success a {
    color: #2b542c;
}

.alert-info a {
    color: #245269;
}

.alert-warning a {
    color: #66512c;
}

.alert-danger a {
    color: #843534;
}

.panel-group.swoogo-accordion {
    margin-bottom: 0px;
}

.swoogo-accordion .panel-title a {
    text-decoration: none;
}

.swoogo-accordion .panel, .swoogo-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body, .swoogo-accordion .panel-group .panel-heading+.panel-collapse>.list-group {
    border-color: #cccccc;
}

.swoogo-accordion .panel-default>.panel-heading {
    border-color: inherit;
}

.swoogo-accordion .panel {
    background: inherit;
    color: inherit;
}

.swoogo-accordion .panel-heading .swoogo-open-icon {
    display:none;
}

.swoogo-accordion .panel-heading a[aria-expanded="true"] .swoogo-open-icon {
    display:inline;
    line-height: 20px;
}

.swoogo-accordion .panel-heading a[aria-expanded="true"] .swoogo-close-icon {
	display:none;
}

@media (min-width: 768px) {
	.row-eq-height {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display:         flex;
	}
	
	.reg-list-card .panel {
	    height:100%;
	    position:relative;
	}
	
	.reg-list-card .panel-footer {
		position:absolute;
		bottom:0px;
		width:100%;
	}
}

.modal-body.content {
	font-weight:normal;
}

.ucfirst input,.ucfirst textarea {
	text-transform: inherit !important;
}

.ucwords input,.ucwords textarea {
	text-transform: capitalize !important;
}

.strtolower input, .strtolower textarea {
	text-transform: lowercase !important;
}

.strtoupper input, .strtoupper textarea {
	text-transform: uppercase !important;
}

.single-radio input {
	display:none;
}

.single-radio .radio label {
	padding-left:0px;
}

.has-descriptions .radio label > span {
	font-weight:bold;
}

/***
Registration progress
***/
.swoogo-reg-progress .progress {
  margin-bottom: 30px;
}
.swoogo-reg-progress .steps {
  padding: 10px 0;
  margin-bottom: 15px;
  background-color: #fff;
  background-image: none;
  filter: none;
  border: 0px;
  box-shadow: none;
}
.swoogo-reg-progress .steps > li > a.step {
  background-color: #fff;
  background-image: none;
  filter: none;
  border: 0px;
  box-shadow: none;
}
.swoogo-reg-progress .steps > li > a.step:hover {
  background: none;
}
.swoogo-reg-progress .steps > li > a.step > .number {
  background-color: #eee;
  display: inline-block;
  text-align: center !important;
  font-size: 16px;
  font-weight: 300;
  padding: 11px 15px 13px 15px;
  margin-left: auto;
  margin-right: auto;
  height: 45px;
  width: 45px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
.swoogo-reg-progress .steps > li > a.step > .desc {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
}
.swoogo-reg-progress .steps > li > a.step > .desc > i {
  display: none;
}
.swoogo-reg-progress .steps > li.active > a.step .number {
  background-color: #999;
  color: #fff;
}
.swoogo-reg-progress .steps > li.active > a.step .desc {
  color: #333;
}
.swoogo-reg-progress .steps > li.done > a.step .number {
  background-color: #666;
  color: #fff;
}
.swoogo-reg-progress .steps > li.done > a.step .desc {
  color: #333;
}
.swoogo-reg-progress .steps > li.done > a.step .desc i {
  font-size: 12px;
  font-weight: normal;
  color: #999;
  display: inline-block;
}

.swoogo-table-div { overflow-x: hidden !important; }

.ingo-widget .ingo-social-widget {width: 100% !important;}

@media (min-width: 768px) {
  .swoogo-reg-progress .steps > li > a.step > .desc {
    margin-top: 10px;
    display: block;
  }
}
@media (max-width: 768px) {
  .swoogo-reg-progress .steps > li > a {
    text-align: left;
    font-size:13px;
    padding:5px 10px;
  }

  .swoogo-reg-progress .steps > li > a.step > .number {
    margin-right: 10px;
    height: 25px;
    width: 25px;
    padding:0px;
  }

}

/* Date Picker
--------------------------------------------------------------------------------*/
div#ui-datepicker-div {
    z-index: 9999 !important;
}

/* Agenda table
--------------------------------------------------------------------------------*/
.agenda-heading th.times, .agenda-table td.times {
    min-width:150px;
}
.agenda-heading th.name, .agenda-table td.name {
    min-width:180px;
}
.agenda-heading th.more_info, .agenda-table td.more_info {
    text-align:center;
}
.agenda-grid > tbody > tr > td.session {
    border-left:1px solid #ddd;
}

/* Margins
--------------------------------------------------------------------------------*/
.mt-none {
    margin-top:0px !important;
}

.mt-small {
    margin-top:5px !important;
}

.mt-medium {
    margin-top:10px !important;
}

.mt-large {
    margin-top:20px !important;
}

.mb-none {
    margin-bottom:0px !important;
}

.mb-small {
    margin-bottom:5px !important;
}

.mb-medium {
    margin-bottom:10px !important;
}

.mb-large {
    margin-bottom:20px !important;
}

#disabled-cookies-message {
    position: relative;
    top: 0px;
    width: 100%;
    border-bottom: solid 1px #faebcc;
    z-index: 99999;
    text-align: center;
    padding: 5px 0px;
}

#disabled-cookies-message .btn-close {
    float: right;
    margin-right: 10px;
    cursor: pointer;
}

#disabled-cookies-message h4 {
    font-weight:bold;
}

/***
Background Video
***/
#swoogo-bg-video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}

/***
Carousel
***/
.carousel-inner .item {
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center center;
    height:100%;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/***
Mobile Logo
***/
@media (max-width: 768px) {

    .mobile-logo {
        display:table;
        float: left;
        height: 50px;
        max-width: 200px;
        font-size:20px;
    }

    .mobile-logo div {
      display:table-cell;
      height:100%;
      vertical-align:middle;
    }

    .mobile-logo .text-logo {
        font-size: 0.8em;
    }

    .mobile-logo a {
      display: block;
      width: auto;
    }

    .mobile-logo a img  {
      max-width: 200px;
      max-height: 50px !important;
    }

    .desktop-logo {
        display:none;
    }

}

/***
Play button for videos
***/
.video-thumb {
	position:relative;
}
.video-thumb span {
	cursor: pointer;
	position: absolute;
	top : 50%;
	left : 50%;
	width: 12%;
	min-width: 40px;
	max-width: 80px;
	transform: translate(-50%, -50%);
	background: #000;
	text-align:center;
	border-radius: 10px;
	padding: 6px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.video-thumb a {
	color: #FFF;
}
.video-thumb a:hover span {
    background-color: #CC181E;
}

/***
Make tables responsive
***/
@media screen and (max-width: 768px) {

        .responsive-table > thead,.responsive-table > tbody,.responsive-table > thead > tr > th,.responsive-table > tbody > tr > th, .responsive-table > tbody td,.responsive-table > tbody > tr {
            display: block;
        }

        .responsive-table > thead > tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        .responsive-table > tbody > tr {
            border: 1px solid #ccc;
        }

        .responsive-table > tbody > tr {
            position:relative;
        }

        .responsive-table >tbody > td {
            min-height:25px;
        }

        .responsive-table > tbody > tr > td {
            border: none !important;
            position: relative;
            padding-left: 40% !important;
            text-align:left;
        }

        .responsive-table td.buttons, .responsive-table > tbody > tr > th {
            padding-left: 0% !important;
            text-align:center;
        }

        .responsive-table > tbody > tr > td:before {
            position: absolute;
            text-align:right;
            font-weight:bold;
            top: 6px;
            left: 6px;
            width: 37%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .responsive-table td.buttons:before, .responsive-table th:before {
            width: 0% !important;
        }

        .responsive-table:not(.table-striped) > tbody > tr > td:nth-of-type(2n+1) {
            background-color: #f9f9f9;
        }
        
        .responsive-table .group-heading:not(:first-child) {
            margin-top:20px;
        }
        
        .responsive-table-overflow .table-striped > tbody > tr:nth-of-type(2n+1) {
            background:none;
        }
        
        .agenda-grid > thead > tr > th, .agenda-grid > tbody > tr > td {
	        display:block;
	        width:100% !important;
	    }
	    
	    .agenda-grid > thead > th, .agenda-grid > tbody > tr > td:first-child {
	        font-weight:bold;
	    }
	    
	    .agenda-grid > tbody > tr > td.session {
	        border-left:0px;
	    }

    }
 
 @media (min-width: 768px) {
    .responsive-table-overflow {
      min-height: 0.01%;
      overflow-x: auto;
    }
    .responsive-table-hide-overflow {
       overflow-x:hidden;
    }
    .agenda-grid.equal-width {
    	table-layout:fixed;
    }
    .agenda-grid.equal-width td {
    	overflow:hidden;
    }
}

@media print {
	a.show-details:after {
   		content:"";
	}
}