*, ::after, ::before {
    box-sizing: inherit;
}

its4-figcaption , its4-figure, main {
    display: block;
}



.its4-class-info-container{
	background-color: white;
	overflow-y: auto;
}



@media (min-width: 576px) {
  .modal-dialog {
    max-width: 900px !important;
    margin: 30px auto;
  }
  .its4-container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .its4-container {
    width: 1140px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .its4-container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .its4-container {
    width: 720px;
    max-width: 100%;
  }
	
}
@media (min-width: 1200px) {
  .its4-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .its4-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .its4-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  .its4-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.its4-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
/*
.its4-calendar-modal {
  max-height: 100% !important;
  overflow-y: auto !important;
  width: auto;
}
*/

.its4-calendar-modal {
  position: absolute;
  top: 32px;
  right: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.its4-calendar-modal-dialog {
  margin: 30px auto;
  max-width: 95%;
/*  overflow-y: hidden;*/
}
.its4-modal-content {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0.3rem;
  outline: 0;
}
.its4-modal-footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #eceeef;
}
.its4-calendar-dd {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.its4-venue-dd {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.its4-calendar {
  
/*  max-width: 700px;*/
  margin: auto;
}
.hide {
  display: none;
}
.calendar .noselect .p-5 {
  padding: 1rem !important;
}
.its4-class-info-container {
  position: fixed;
  top: 130px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background-color: white;
  z-index: 9999;
	
}
.its4-class-info-container table{
	max-width: 600px;
    margin: auto !important;
}
.its4-class-info {
  margin: 10% auto;
  background-color: #fff;
  max-width: 600px;
  padding: 15px;
  border-radius: 5px;
}
.its4-class-info-footer {
  margin: auto;
  text-align: center;
}
.its4-table {
  border: none;
}
.its4-table td, .its4-table th {
  border: none;
  text-align: center;
}
.its4-table-fees {
  width: auto;
  margin: auto;
}
.its4-msg-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.its4-msg-modal-dialog {
  margin: 30px auto;
  max-width: 450px;
  max-height: 450px;
  overflow-y: hidden;
}
.its4-msg-modal-body {
  padding: 24px;
}
.its4-msg-modal-content {
  text-align: center;
  margin-top: 50%;
}
/*REG FORM*/
.its4-reg-form-header {
  text-align: center;
}
.its4-reg-form-step-1 {
  text-align: center;
}
.its4-reg-form-step-1 input {
  max-width: 80px !important;
}
.its4-reg-form-step-2 {}
.its4-reg-form-step-2 {
  padding: 15px;
}
.its4-reg-form-table {
  margin: 15px;
}
.its4-reg-form-table-head {
  width: 100%;
  text-align: left !important;
}
.its4-reg-form-table .text-box {
  width: 100% !important;
}
.its4-reg-form-table th {
  vertical-align: top;
  width: 30%;
}
.its4-student-reg-status {
  float: right;
}
.its4-small-text {
  font-size: 0.7em;
  color: #555;
}
.its4-reg-form-chk {}
.its4-reg-form-table .fa-spinner {
  margin-left: 10px;
}
.its4-reg-form-table .fa-exclamation {
  color: darkred;
  margin-left: 10px;
}
.its4-reg-form-table .fa-check {
  color: darkgreen;
  margin-left: 10px;
}
.its4-reg-billing-table th {
  width: 30%;
}
.its4-reg-billing-table td {
  text-align: left;
}
.its4-reg-billing-table input {
  width: 100%;
}
.its4-add-man-address {
  color: darkblue;
  text-decoration: underline;
  font-size: 0.95em;
  cursor: pointer;
}
.its4-btn-cotinue {
  text-align: center;
}
.its4-reg-form-step-3 {
  text-align: center;
}
.its4-pay-logo {
  max-height: 25px;
}
.its4-pay-options {
  padding: 15px;
}
#its4-pay-now {
  padding: 15px;
}
#its4-work-pays {
  padding: 15px;
}
#its4-pay-later {
  padding: 15px;
}
#its4-invoice-email {
  width: 100% !important;
}
/*END REG FORM*/
/*LOADER*/
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*VOUCHERS*/
.its4-voucher-form {}
.its4-voucher-form-header p {
  text-align: center;
}
.its4-voucher-pay-now-header {
  text-align: center;
}
.its4-voucher-purchase-table input {
  width: 100%;
}
.its4-voucher-btns {
  text-align: center;
}
.its4-voucher-btns button {
  margin: 8px;
}
.its4-venue-dd {
  width: 100%;
}
.its4-lln-med-container {
  text-align: center;
}
.its4-email-format {
  text-transform: lowercase;
}
[role=button], a, area, button, input, label, select, summary, textarea {
    touch-action: manipulation;
}

.its4-calendar-container button,.its4-calendar-container select {
    text-transform: none;
}
.its4-calendar-container button,.its4-calendar-container input,.its4-calendar-container optgroup, .its4-calendar-container select, .its4-calendar-container textarea {
   
    margin: 0;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.its4-align-items-center {
    -webkit-box-align: center!important;
    align-items: center!important;
}
.its4-justify-content-center {
    -webkit-box-pack: center!important;
    justify-content: center!important;
}
.its4-d-flex {
    display: -webkit-box!important;
    display: flex!important;
}
.calendar a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
.its4-calendar-container a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.its4-calendar-container .align-items-center {
    -webkit-box-align: center!important;
    align-items: center!important;
}
.its4-calendar-container .justify-content-center {
    -webkit-box-pack: center!important;
    justify-content: center!important;
}

.its4-calendar-container .entry-content ul, .entry-content ol {
    margin: 1.5em auto;
    list-style-position: outside;
}
.its4-calendar-container .list-unstyled {
    padding-left: 0;
    list-style: none;
}
.its4-calendar-container ol, .its4-calendar-container ul {
    margin-left: 30px;
    margin-bottom: 30px;
}
.its4-cal-li{
list-style: none;
}


.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.its4-msg-modal-dialog{
	margin-top:100px;
	
}
.modal-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #eceeef;
}
.its4-table, .its4-table h4{
	color:#333 !important;
	
}
.its4-table, .its4-table h2{
color:black !important;
}