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

.multiselect-container {
    min-width:100%;
}

th.discount-code-col {
	width: 175px;
}

.discount-code-col .form-group {
    margin-bottom: 0px;
}

.file-preview-frame {
    width:160px;
}

.label-add-on .input-group-addon {
    padding: 0px;
}

.label-add-on .input-group-addon label {
    margin: 0;
    padding: 6px 12px;
}

.cancelled, .missing-info {
	color:red;
}

.missing-info-list ul {
  list-style: outside none none;
  padding-left:0;
}

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

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

}

/* Agenda table
--------------------------------------------------------------------------------*/
.agenda-heading th.times {
	min-width:150px;
}
.agenda-heading th.name {
    min-width:180px;
}
.agenda-heading th.more_info {
	text-align:center;
}

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

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

}

/***
Make tables responsive
***/
@media
    only screen and (max-width: 760px),
    (min-device-width: 768px) and (max-device-width: 1024px)  {

        .responsive-table table,.responsive-table thead,.responsive-table tbody,.responsive-table th,.responsive-table td,.responsive-table tr {
            display: block;
        }

        .responsive-table thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        .responsive-table tr {
            border: 1px solid #ccc;
        }

        .responsive-table > tbody > tr {
            position:relative;
        }

        .responsive-table td {
            min-height:25px;
        }

        .responsive-table td {
            border: none !important;
            position: relative;
            padding-left: 40% !important;
            text-align:left;
        }

        .responsive-table td.buttons, .responsive-table th {
            padding-left: 0% !important;
            text-align:center;
        }

        .responsive-table 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 > tbody > tr > td:nth-of-type(2n+1) {
            background-color: #f9f9f9;
        }
        
        .responsive-table .group-heading:not(:first-child) {
            margin-top:20px;
        }

    }