
body{font-size: 1rem !important;}

.seminar-date-price{
	margin-top: 20px;
    padding: 1rem;
	background: #ffffff;
	display: inline-block;
	width: 100%;
    /*background: #665fee;
    background: -moz-linear-gradient(45deg, #665fee 0%, #27c2de 100%);
    background: -webkit-linear-gradient(45deg, #665fee 0%, #27c2de 100%);
    background: -o-linear-gradient(45deg, #665fee 0%, #27c2de 100%);
    background: linear-gradient(45deg, #665fee 0%, #27c2de 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#665fee', endColorstr='#27c2de',GradientType=1 );*/

}
.tow-day-in-person{
	display: inline-block;
	padding: 5px 15px;
	background: #4d5ee4;
	color: #fff;
	margin: -1rem 0px 0px -16px;
}
.seminar-date-price .title-part{}
.seminar-date-price h1{font-size: 1.75rem; color: #4d5ee4; margin: 10px 0 20px; padding-left:15px; line-height: 36px;border-left:5px solid;}
.seminar-date-price h1 span{ border:5px solid; content:'';}
.seminar-date-price h5{margin:0;}

.sem-date-time{
	margin-top: 15px; display: inline-block; width: 100%;
}

.sem-price-box{padding: 15px;display: inline-block;width: 100%;}

.title-panel-new{	
	margin:0px 0px 10px;
	background: #2c3e4b url(https://www.globalcompliancepanel.com/images/dark_matter.png);
}
.sem-date-time .table{margin-bottom: 0px;}
.sem-date-time .table td{padding: 9px 0px; vertical-align: top; border: 0px; font-weight: 600; font-size: 17px;color: #103956;}
.sem-date-time .table td span{font-weight: normal; font-size: 16px;}
/*.five-attendees{background: #4d5ee4 !important; color: #ffffff !important;}*/
.three-box{line-height: 33px;text-align: center;border: 1px solid #ddd; padding:1.5px 0px;}
.Enroll{border-radius: 0;background: #4d5ee4;}

.pricingTable{
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    padding: 20px 10px;
    text-align: center;
    color: #292929;
    perspective: 700px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}




.pricingTable:hover{ color: #fff; }
.pricingTable:after{
    content: "";
    width: 100%;
    height: 100%;
    background: #3485ef;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transform: rotateY(70deg);
    transition: all 0.3s ease-in-out 0s;
}

.ten-attendees{background: #fff7e2; padding:20px 5px;}

.five-attendees{background: #f0e9ff; padding:20px 5px;}

.one-attendee{background: #dffff9;}

.one-attendee .Enroll{background: #0aad8a; border:0;}
.five-attendees .Enroll{background: #622bd8; border:0;}
.ten-attendees .Enroll{background: #ecaa00; border:0;}

.one-attendee .price-value{border-bottom: 2px solid #0aad8a;}
.five-attendees .price-value{border-bottom: 2px solid #622bd8;}
.ten-attendees .price-value{border-bottom: 2px solid #ecaa00;}



.one-attendee:hover:after{
    opacity: 1;
    transform: rotateY(0deg);
	background: #0aad8a;
}
.five-attendees:hover:after{
    opacity: 1;
    transform: rotateY(0deg);
	background: #622bd8;
}
.ten-attendees:hover:after{
    opacity: 1;
    transform: rotateY(0deg);
	background: #ecaa00;
}

.pricingTable .icon{
    width: 69px;
    height: 69px;
    line-height: 69px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    font-size: 25px;
    color: #3485ef;
    position: absolute;
    top: -34px;
    left: 0;
    right: 0;
}
.pricingTable .pricingTable-header{
 
}
.pricingTable .title{
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.pricingTable .price-value{
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    transition: all 0.3s ease-in-out 0s;
}
.pricingTable:hover .price-value{
    border-bottom-color: #fff;
}
.pricingTable .pricing-content{
    list-style: none;
    padding: 0;
    margin: 0;
}
.pricingTable .pricing-content li{
    font-size: 14px;
    line-height: 36px;
}
.pricingTable .pricing-content li:last-child{margin-top: 20px;}
.pricingTable .pricingTable-signup{
    display: inline-block;
    padding: 9px 23px;
    background: #3485ef;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    transition: all 0.25s ease-in-out 0s;
}
.pricingTable:hover .pricingTable-signup{
    background: #fff;
    color: #3485ef;
}
.pricingTable .pricingTable-signup:before,
.pricingTable .pricingTable-signup:after{
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    transition: all 0.25s ease-in-out 0s;
}
.pricingTable .pricingTable-signup:before{
    left: -12px;
    border-right: 12px solid #3485ef;
}
.pricingTable .pricingTable-signup:after{
    right: -12px;
    border-left: 12px solid #3485ef;
}
.pricingTable:hover .pricingTable-signup:before{
    border-right-color: #fff;
}
.pricingTable:hover .pricingTable-signup:after{
    border-left-color: #fff;
}
@media (min-width: 0px) and (max-width: 320px) { 
.sem-date-time p{float: right;margin-right: 7%;}
.sem-date-time img{float: left;width: 70px;}
}
@media (min-width: 0px) and (max-width: 575.98px) { 
	.sem-date-time p{float: right;margin-right: 7%;}
	.sem-date-time img{float: left;width: 70px;}
	.pricingTable{ margin-bottom: 30px;}
	.one-attendee{margin-top: 20px;}
	.ten-attendees{margin-bottom: 0px;}
	.sem-date-time .table td{font-size: 16px;}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.five-attendees{padding: 20px 10px;}
	.pricingTable{margin-top: 20px;}
}



@media (min-width: 768px) and (max-width: 991.98px) {
    .pricingTable{ margin-bottom: 30px; }
	.seminar-date-price .col-sm-4{max-width: 100%;flex: 0 0 100%;}
	    .pricingTable{ margin-bottom: 30px; }
	.sem-date-time .col-md-8{width: 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%;}
	.seminar-date-price .col-sm-4{max-width: 33.33%;flex: 0 0 33.33%;}
	.pricingTable .pricing-content li {font-size: 14px; line-height: 26px;}
	.sem-date-time .table td {padding: 12px 0px;}
	.seminar-date-price .col-md-6{max-width: 100%;flex: 0 0 100%;}
	.sem-date-time{margin-bottom:15px;}
}



.seminar-contents{
	margin-top: 20px;
    padding: 5px 20px 20px 20px;
	background: #ffffff;
}
.tab-content h1{font-size: 22px; color: #4d5ee4; margin-top:20px;}
#Agenda strong{
	font-size: 19px;
	color: #4d5ee4;
	font-weight: 600;
	letter-spacing: 0.5px;
}
.Agenda-center-div{width: 2px; height: 100%; margin: 0 auto; background: #dddddd;}
.seminar-contents ul{ margin: 0px 0px 15px;}
.RAPS{margin: 10px 0px;}
.seminar-contents ul li a{padding:5px 15px; display: inline-block; font-size: 18px; font-weight: 600;text-decoration: none;}
.seminar-contents ul li .active{border-bottom: 2px solid #4d5ee4;}
.seminar-contents .fade:not(.show) {
    opacity: 100;
}

.wrapper {
  z-index: 99;
  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

.wrapper .tooltip {
  background: #4d5ee4;
  bottom: 100%;
  color: #fff;
  display: none;
  margin-bottom: 15px;
  opacity: 0;
  padding: 20px;
  position: absolute;
  z-index: 99;
  width: 100%;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.wrapper .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 99;
}  

/* CSS Triangles - see Trevor's post */
.wrapper .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #4d5ee4 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
  z-index: 99;
}
  
.wrapper:hover .tooltip {
	display: block;
	z-index: 99;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .wrapper .tooltip {
  display: none;
}

.lte8 .wrapper:hover .tooltip {
  display: block;
}

@media screen,screen\9{
.seminar-date-price{padding: 16px;}
.seminar-date-price h1{font-size: 28px;}
.sem-date-time .table td{padding: 7px 0px;}

.one-attendee:hover{background: #0aad8a;}
.five-attendees:hover{background: #622bd8;}
.ten-attendees:hover{background: #ecaa00;}
.seminar-contents .nav-tabs{border: 0px;}
	
}

.promo-code{text-align: center; font-size: 22px; color: #ff5900;}
.promo-code strong{font-weight: 600; color: #9800e7;}