.vtc-member-row{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.vtc-member-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}


/* registration form progress bar */
@media (min-width: 768px) {
  .reg-form-progressbar-wrapper {
    width: 100%;

  }
  .reg-form-progressbar-wrapper li {
    width: 33.3%;
  }
}
.progressbar-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-left: 1rem;
}
.progressbar-wrapper.half-right {
  float: none;
  clear: both;
  width: 100%;
}
@media (min-width: 768px) {
  .progressbar-wrapper.half-right {
    width: 35%;
    float: right;
  }
}
@media (min-width: 992px) {
  .progressbar-wrapper.half-right {
    width: 45%;
  }
}
.reg-form-step.progressbar-wrapper {
  width: 100%;
}
.progressbar {
  margin: 0;
  padding: 0;
  counter-reset: step;
}
.progressbar li {
  list-style-type: none;
  width: 50%;
  float: left;

  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #7d7d7d;
}
.progressbar li span {
  color: #999;
  font-size: larger;
}
.progressbar li:before {
  width: 23px;
  height: 23px;
  content: counter(step);
  counter-increment: step;
  line-height: 21px;
  border: 1px solid #7d7d7d;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white;
}
.progressbar li:after {
  width: 100%;
  height: 1px;
  content: '';
  position: absolute;
  background-color: #7d7d7d;
  top: 11px;
  left: -50%;
  z-index: -1;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active {
  color: #ed1c24;
}
.progressbar li.active span {
  color: #ed1c24;
}
.progressbar li.active:before {
  border-color: #ed1c24;
}
.progressbar li.active + li:after {
  background-color: #7d7d7d;
}
.progressbar li.done {
  color: #fff;
}
.progressbar li.done:before {
  background-color: #ed1c24;
  border-color: #ed1c24;
}

/* application form */
.top-program-info {
    padding: 0 10px;
}
#appl-form-0 .top-program-info {
	padding-left: 15px;
	padding-right: 15px;
}
.top-program-info .row {
	padding-top: 1rem;
    padding-bottom: 1rem;
}
.application {
	padding: 1rem 1.5rem;
	/* margin-top: 1rem; */
}
.application .row {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.application .record-item:nth-child(odd) .row {
	background-color: #eee;
}
.application div.record-button {
	border-bottom: 1px solid #eee;
	margin-left: -15px;
    margin-right: -15px;
	padding-left: 15px;
    padding-right: 15px;
}
#appl-form-7 .application .record-items + div {
	/* border-bottom: 0; */
	/* padding-left: 0; */
    /* padding-right: 0; */
}
.application .application {
    padding: 0;
}
.application input[type=checkbox],
.application input[type=radio] {
	margin-right: .5rem;
}
.application table thead {
  /* background: #0971a8; */
  /* color: #fff; */
  /* width: 100%; */
}
/* .application table thead th {
  padding: 1rem 1.5rem;
}
.application table tr.sp {
  height: 1px;
  background: #b5b5b5;
}
.application table tr.sp td {
  padding: 0;
}
@media screen and (max-width: 991px) {
  .application table {
    padding: 2rem 0;
  }
}
.application table td {
  padding: 1.5rem;
  vertical-align: top;
}
.application table td.course-name {
  color: #0971a8;
  font-weight: bold;
}
.application table td.action {
  text-align: right;
}
.application table td img {
  width: 25px;
  cursor: pointer;
}
.application table td img + img {
  margin-left: .8rem;
} */
@media screen and (max-width: 991px) {
/*   .application table td {
    padding: 0 2rem;
  }
  .application table td.col-name {
    font-weight: bold;
    padding-top: 1.5rem;
  }
  .application table td.col-name:after {
    content: "";
    display: block;
    border-bottom: 1px solid #333;
  } */
  .application .item .left-col{
	  /* border-bottom: 1px solid #333; */
  }
}
.application>.item {
	text-align: left;
	margin: -5px;
}
.application>.item .title {
	text-align: left;
	color: white;
	background-color: #0971a8;
	padding: 1rem 1.27rem;
}
.application>.item [class*=col] {
	/* padding: 1rem; */
}
.top-program-info .left-col,
.application .item .left-col {
	font-weight: bold;
}
/* .application .item .right-col {
	text-align: left;
	padding: 1rem;
	font-weight: bolder;
} */
.application>.item .course-name{
	color: #0971a8;
	font-weight: bolder;
}
.application>.item table {
  margin-bottom: 1.5rem;
}

.application .record {
  position: relative;
  margin: 1rem 0;
}
.application .record .des-toggle {
  cursor: pointer;
  border: 0;
  background: url("../img/btn/btnCollapse.png") no-repeat 100%;
  background-size: 100%;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: top;
  margin-left: .5rem;
}
.application .record .collapsed .des-toggle {
  background-image: url("../img/btn/btnExpand.png");
}
@media (max-width:991px) {
	.input-item.radio-input-group {
		margin-top: 1rem;
	}
}
@media (max-width: 767px) {
	.input-group-date-widget,.input-group-tel-widget {
		margin-bottom: 1rem;
	}
	.input-group-tel-widget .cpe-tel-cnty-no {
		/* margin-bottom: 0; */
	}
}
.application .tot-num-work-exp {
	display: inline-block;
}
@media (max-width: 991px) {
	.application .tot-num-work-exp {
		margin-top: 1rem;
	}
}
.ad {
	margin: -15px;
	background: #fff;
	padding: 0 1.27rem;
}
.ad [class*=col] {
	padding-left: 1.27rem;
}
.ad.checkbox-list {
	margin-bottom: .5rem;
}
.ad.checkbox-list label {
	border-color: #fff;
	padding: .5rem;
}
.ad.checkbox-list .pItem>label {
	/* width: auto; */
	margin-top: 1.5rem;
}
#appl-form-7 .ad.checkbox-list .pItem>label {
	margin-top: 0;
	padding-left: 0;
	padding-right: 0;
}
.ad.checkbox-list label.active {
	background: #ccc;
}
.ad.checkbox-list label:hover {
	border-color: #0f2b5b;
}
@media screen and (max-width: 991px) {
	.ad.checkbox-list .subItems li:nth-child(3n+1) {
		clear:both;
	}
}
.file-upload-widget input[type=file] {
	display: inline-block;
	line-height: 1;
}
@media (max-width: 767px) {
	.file-upload-widget input[type=file] {
		width: 100%;
		margin-bottom: .5rem;
	}
}
.delete-file-wrapper .fileName {
	margin-right: .5rem;
}
.btnBlue.fileDelete, .btnBlue.fileUpload,
.btnAddRecord, .btnRemoveRecord {
	min-width: 75px;
}
.btnAddRecord {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
@media (max-width: 991px) {
	.btnRemoveRecord {
		margin-top: 1rem;
	}
}

.nav-tabs > li > a {
	border-bottom: 1px solid #ddd;
	margin-right: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
	color: #fff;
    background: #0f2b5b;
}
.my-menu .disabled {
	color: #333;
}
.opt_size {
	padding: 3px 0;
}
@media (max-width: 767px) {
	.opt_size {
		margin-bottom: 1rem;
	}
}
.ul-number {
	list-style-type: decimal;
}
.my-login {
	border-bottom: 1px solid #a4a4a4;
	padding-bottom: 5rem;
}
.my-login ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.my-login ul li {
  display: inline-block;
  padding: .8rem 1.5rem;
  margin: .25rem 0;
  border: 1px solid #0f2b5b;
  color: #fff;
  background: #0f2b5b;
}
.my-login ul li + li {
  margin-left: .5rem;
}
.my-login ul li a {
  color: #fff;
}
.my-login ul li:hover,
.my-login ul li:active,
.my-login ul li.active {
  color: #1A2655;
  background: #fff;
}
.my-login ul li:hover a,
.my-login ul li:active a,
.my-login ul li.active a {
  color: #1A2655;
}
.my-login ul li.active a {
  pointer-events: none;
}
.subject-border-card {
	text-align: center;
}
.subject-border-card .logo {
	background: #fff;
	padding: 2.5rem 2rem;
	border: 1px solid #b5b5b5;
}
.subject-border-card .name {
	padding: 1rem 0;
	margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
	.subject-border-card .logo {
		padding: 1rem;
	}
}
.subject-border-card .logo .name{
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 992px) {
	#block {
		border-right: 1px solid #a4a4a4;
		height: 450px;
	}
}
.btnGreen {
	padding: .5rem 3rem;
	display: inline-block;
	background-color: green;
	color: #fff;
}
.btnGreen:hover {
	-webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    text-align: center;
    display: inline-block;
    padding: .5rem 3rem;
    margin-bottom: 1px;
    color: #1A2655;
    background: #fff;
    border: 1px solid #1A2655;
    cursor: pointer;
}

.institutions-border-card {
	text-align: center;
}
.institutions-border-card .logo {
	background: #fff;
	padding: 2.5rem 2rem;
	border: 1px solid #b5b5b5;
}
.institutions-border-card .name {
	padding: 1rem 0;
	margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
	.institutions-border-card .logo {
		padding: 1rem;
	}
}
.institutions-border-card .logo .name{
	width: 100%;
	height: 100%;
}

/* Credit Card */
.cardInfo {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.cardInfo {
		width: 50%;
	}
}
.credit-card {
  /* width            : 360px; */
  /* height           : 400px; */
  margin           : 2rem auto;
  border           : 1px solid #ddd;
  border-radius    : 6px;
  background-color : #fff;
  box-shadow       : 1px 2px 3px 0px rgba(0,0,0,0.10);
}

.cardInfo .form-header {
  /* height        : 60px; */
  padding       : 1.5rem;
  border-bottom : 1px solid #E1E8EE;
}

.cardInfo .form-body {
  /* height  : 340px; */
  padding : 1.5rem;
}

/* Title */
.cardInfo .form-header .title {
  margin    : 0;
  color     : #5e6977;
  font-size : 18px;
  background: #fff;
  padding: 0;
}

/* Common */

.cardInfo .card-number,
.cardInfo .cardholder-name,
.cardInfo .cvv-input input,
.cardInfo .month select,
.cardInfo .paypal-btn,
.cardInfo .proceed-btn,
.cardInfo .year select {
  height : 42px;
}

.cardInfo .card-number,
.cardInfo .cardholder-name,
.cardInfo .month select,
.cardInfo .year select {
  font-size   : 14px;
  font-weight : 100;
  line-height : 14px;
}

.cardInfo .card-number,
.cardInfo .cardholder-name,
.cardInfo .cvv-details,
.cardInfo .cvv-input input,
.cardInfo .month select,
.cardInfo .year select {
  /* color   : #86939e; */
  /* opacity : .7; */
}

/* Card Number */

.cardInfo .card-number {
  width         : 100%;
  margin-bottom : 20px;
  padding-left  : 20px;
  border        : 2px solid #e1e8ee;
  border-radius : 6px;
}

/* Cardholder Name */
.cardInfo .cardholder-name {
    width         : 100%;
    margin-bottom : 20px;
    padding-left  : 20px;
    border        : 2px solid #e1e8ee;
    border-radius : 6px;
}

/* Date Field */
.cardInfo .date-field div,
.cardInfo .card-verification div {
	display: inline-block;
}
.cardInfo .date-field>div {
	width: 48%;
}
.cardInfo .month select,
.cardInfo .year select {
  /* -moz-appearance     : none; */
  /* -webkit-appearance  : none; */
  width               : 100%;
  margin-bottom       : 20px;
  padding-left        : 20px;
  border              : 2px solid #e1e8ee;
  border-radius       : 6px;
  /* background          : url('caret.png') no-repeat; */
  /* background-position : 85% 50%; */
}

.cardInfo .month select {
  /* float : left; */
}

.cardInfo .year select {
  /* float : right; */
}

/* Card Verification Field */

.cardInfo .cvv-input input {
  width         : 145px;
  /* float         : left; */
  padding-left  : 20px;
  border        : 2px solid #e1e8ee;
  border-radius : 6px;
  background    : #fff;
}

.cardInfo .cvv-details {
  /* float         : right; */
  margin-bottom : 20px;
  font-size     : 1.5rem;
  font-weight   : 300;
  line-height   : 16px;
}

.cardInfo .cvv-details p {
  margin-top : 6px;
}

/* Buttons Section */
.cardInfo .proceed-btn {
  /* cursor: pointer; */
  /* width         : 100%; */
  /* border-color  : transparent; */
  /* border-radius : 6px; */
  font-size     : 1.5rem;
}

.cardInfo .proceed-btn {
  /* margin-bottom : 10px; */
  /* background    : #7dc855; */
}

.payment-other-method {
	margin-top: 2rem;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.payment-complete-fancy {
	padding: 0;
	display: none;
	/*width: 100%;*/
}
.payment-complete-fancy > div {
	max-height: 80vh;
}
.payment-complete-fancy .payment-fb {
	margin: 10px 0;
}
.payment-complete-fancy .payment-fb .title {
	color: #fff;
	background-color: #0971a8;
	padding: 12px 15px;
	margin: 10px 0;
}
.payment-complete-fancy .payment-fb .item {
	padding-left: 15px;
	padding-right: 15px;
}
.payment-complete-fancy .payment-fb .row {
	padding-top:10px;
	padding-bottom:10px;
}
.payment-complete-fancy .left-col {
	font-weight: bold;
}
.payment-complete-fancy .payment-fb-error .title{
  background:#8c2e0b;
  color:#fef5f1;
}

#txaDeclaration {
	/* resize: none; */
	width: 100%;
	padding: 15px;
	/* min-height: 400px; */
	/* max-height: 800px; */
	/* overflow: auto; */
    border: 1px solid #ccc;
}
#txaDeclaration > div {
	/* padding: 10px; */
    /* min-width: 100%; */
    max-height: 31rem;
    /* overflow-y: scroll; */
    /* border: 1px solid #ccc; */
}

/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
	/* -ms-overflow-style: none; */
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}




/*************** SIMPLE OUTER SCROLLBAR ***************/

.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-outer > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer { height: 8px; top: 2px; }
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer { left: 2px; width: 8px; }

.scrollbar-outer > .scroll-element .scroll-element_outer { overflow: hidden; }
.scrollbar-outer > .scroll-element .scroll-element_track { background-color: #eeeeee; }

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar { background-color: #d9d9d9; }
.scrollbar-outer > .scroll-element .scroll-bar:hover { background-color: #c2c2c2; }
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }


/* scrollbar height/width & offset from container borders */

.scrollbar-outer > .scroll-content.scroll-scrolly_visible { left: -12px; margin-left: 12px; }
.scrollbar-outer > .scroll-content.scroll-scrollx_visible { top:  -12px; margin-top:  12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar { min-width: 10px; }
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar { min-height: 10px; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -14px; }
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -14px; }

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -14px; }
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -14px; }


.class-selected .add-class-btn{display:none}
.class-pa .rm-class-btn{display:none}
.class-addition .rm-class-btn{display:none}
.class-pa .seq{display:none}
.class-addition .seq{display:none}

.not-logged-in  .contextual-links-wrapper{display:none}

.cpe-id-help-text,.file-upload-help-text {color: #666666;font-size: 0.85em;}

::placeholder{
	opacity: 0.6;
}

.btnNextPayment {
	display:none;
}

html {display:none}


/* Show contextual links as list items */
.contextual-links li,
.contextual-links li a {
  display: list-item !important;
}


