/* CSS Document */

.training_tabs {
	width: 100%;
	min-height: 600px;
	border: 1px solid black;
    padding: 20px 60px 60px 60px;
	}
.variations_box {
	display: flex;
}

.variations {
	flex: 2;
}
.variationResult {
	text-align: center;
	display: inline-block;
	width: 250px;
	flex: 1;
}
.variation_select {
	width: 200px;
}
.variationResult select {
	display: inline-block;
	width: 100%;
}
.ddLabel {
	display: inline-block;
	width: 180px;
}
.trPrice {
	color: green;
}
#training_start_here ol {
  list-style-type: none;
  counter-reset: elementcounter;
  padding-left: 0;
    font-size: 18px;
}

#training_start_here li:before {
  content: "Step " counter(elementcounter) ". ";
  counter-increment: elementcounter;
  font-weight: bold;
    margin: 0 10px 25px 30px;
}

.accordion_wedge {
   border-top: 1px solid #8cfa99;
   background: #3a9b52;
   background: -webkit-gradient(linear, left top, left bottom, from(#37c049), to(#3a9b52));
   background: -webkit-linear-gradient(top, #37c049, #3a9b52);
   background: -moz-linear-gradient(top, #37c049, #3a9b52);
   background: -ms-linear-gradient(top, #37c049, #3a9b52);
   background: -o-linear-gradient(top, #37c049, #3a9b52);
   padding: 17px 34px;
   -webkit-border-radius: 11px;
   -moz-border-radius: 11px;
   border-radius: 11px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 18px;

   text-decoration: none;
   vertical-align: middle;
   }
.accordion_wedge:hover {
   border-top-color: #3a9b52;
   background: #3a9b52;
   color: #ffffff;
   }
.accordion_wedge:active {
   border-top-color: #3a9b52;
   background: #3a9b52;
   }
.moreHidden {
	display: none;
}
.trainingTestBox {
	display: flex;
	border-bottom: 1px solid #3a9b52;
	margin-bottom: 10px;
}
.trainingTestImage {
	flex:1;
	
}
.trainingTestImage img {
	
	width: 250px;
}
.trainingProdDetails {
	flex:2;
}
.trainPrice {
	font-weight: bold;
	color: green;
}


.training_group {
	display: none;
}
#trainLoOTHER {
	display: none;
	width: 220px;
}
#wsTypeOther {
	display: none;
	width: 220px;
}
#videoSolution {
	display: none;
}
#wsvideoSolution {
	display: none;
}
#apvideoSolution {
	display: none;
}
.required {
	margin:  0 5px;
}
.requiredError {
	color: red;
	font-weight: bold;
}
.qtyError {
	display: block;
	height: 60px;
	width: 100%;
	text-align: center;
}
.varqtyError {	
	display: block;
	width: 100%;
	text-align: center;
}
a.error_placement {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}
.dateChoices { 
    display: table;
	width: 100%;
}
.dateChoices .tr{ 
    display: table-row; 
}
.dateChoices .td{ 
    display: table-cell; 
	text-align: center;
	border: 1px solid navy;
	padding: 4px 4px;
}
.dateChoices .tdc{ 
    display: table-cell; 
	text-align: center;
	border: none;
	padding: 4px 4px;
}


.trcartbox { 
    display: table;
	width: 100%;
}
.trcartbox .tr{ 
    display: table-row; 
}
.trcartbox .td{ 
    display: table-cell; 
	text-align: center;
	border: 1px solid navy;
	padding: 4px 4px;
}
.trcartbox .tdc{ 
    display: table-cell; 
	text-align: center;
	border: none;
	padding: 4px 4px;
}
.trProgramTotal {
	width: 100%;
	text-align: right;
}
.trCartProdName {
	width: 60%;
}
.trCartProdPrice {
	width: 15%;
}
.trCartProdQty {
	width: 10%;
}
.trCartProdRowTotal {
	width: 15%;
}
.trainingSubjectMenu li {
    border:1px solid #65bc7b;
    border-bottom:  none;
    border-top-left-radius:6px;
    border-top-right-radius:6px;
    list-style: none;
    display: inline-block;
    cursor:pointer;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
    text-shadow:0px -1px 0px #5b6178;

}
.trainingTestMenu ul {
	padding: 0;
	margin: 0;
	
}
.trainingTestMenu {
    text-align: center;
	
    border-bottom: 1px solid #65bc7b;
}
.trainingTestMenu li {
    border:1px solid #65bc7b;
    border-bottom:  none;
    border-top-left-radius:6px;
    border-top-right-radius:6px;
    list-style: none;
    display: inline-block;
    cursor:pointer;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
    text-shadow:0px -1px 0px #5b6178;

}

.selectedTrainingType { 
	box-shadow: 0px 1px 0px 0px #f0f7fa;
	background:linear-gradient(to bottom, #65bc7b 5%, #5aa86c 100%);
	background-color:#33bdef;
	border-top-left-radius:6px;
    border-top-right-radius:6px;
	border:1px solid #057fd0;
    border-bottom:  none;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
	}
.trainingSelections {
    padding: 10px 10px 0px 20px;
    display: flex;
}
.trainingSelections p {
    display: inline-block;
}
.trainingSelections label {
    width: 105px;
    display: inline-block;
}
#remoteLocationInfo textarea {
    width: 100%;    
        -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
     border:1px solid #999999;

  margin:5px 0;
  padding:3px;
}
.trainingContact textarea {
    width: 100%;    
        -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
     border:1px solid #999999;

  margin:5px 0;
  padding:3px;
}

.readOnly {
    border: 0;
    width: 300px;
}
.trainingLocation {
   
    border: 3px solid #3a9b52!important;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    margin: 0 12px 15px 12px;
    padding: 10px 10px;  
	flex-wrap: wrap;
	display: flex;
}
.training_dd_column {
	flex: 1;
}
.trainingContact {
        border: 3px solid #3a9b52!important;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    margin: 0 12px 15px 12px;
    padding: 10px 10px;  
}
.trainingContactBox {
	display: flex;
}
.trainContactColumn {
	flex: 1;
	margin: 0 5px 0 0;
}
.trainingDateChoices {
    display: flex;
        border: 3px solid #3a9b52!important;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    margin: 0 12px 15px 12px;
    padding: 10px 10px;  
}
.trainingDateChoices p {
    margin-right: 10px;
}

.removeButtons {
    display: block
}
.skip_button {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.group_training_text {
	text-align: center;
}

#mbtiFoundation {
	width: 100%;
	padding: 0 5px;
	}	
.foundationInfo {
	margin: 0 10px;
	}
.foundationChoices {
	margin: 20px 10px 20px 10px;
	}
.inlineInput {
    display: inline-block;
}
.inlineInput input[type=text] {
    display: inline-block;
    width: 50px;
	height: 50px;
	border-color: #2D9E00;
	margin-left: 50px;
}
.MBTIworkshops {
    display: flex;
    width: 95%;
    text-align: center;
}

.MBTIworkshopBox {
    flex: 1 0 45%;
    height: 380px;
    border: 3px solid #3a9b52!important;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    text-align: center;
    margin: 10px 25px;
    padding: 15px 10px;    
}
.MBTIworkshopBox form {
    width: 180px;
      display: block;
    text-align: center;
    margin:  0 auto;
}
.MBTIworkshopText {
    text-align: left;
    height: 240px;
}
#optionalConsults {
    width: 95%;


}
#optConsultBoxContainer {
    text-align: center;
    display: flex;
    width: 95%;
}
.optConsultBox {
    flex: 1 0 40%;
    height: 280px;
    border: 3px solid #3a9b52!important;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    text-align: center;
    margin: 10px 40px;
    padding: 15px 10px;    
}
.optConsultBox ul {
    text-align: left;
}
.optConsultBox form {
    width: 180px;
      display: block;
    text-align: center;
    margin:  0 auto;
}
.selectionsMadeBox {
    flex: 1 0 22%;
    height: 130px;
    border: 3px solid #3a9b52!important;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    text-align: center;
    margin: 10px 12px;
    padding: 10px 10px;  
}
.post-content .selectionsMadeBox p {
    margin-bottom: 0; 
    
}
.trainingRequestButtons {
    display: flex;
    width: 60%;
    text-align: center;
    margin: 0 auto;
}
.trainingRequestButtonsColumn {
    display: flex;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.trBtnBox {
	flex: 1;
	width: 33%;
	margin: 0 10px;
}
.trBtnBox2 {
	flex: 1;
	width: 48%;
}
.completeTrainingRequestBox p {
    height: 45px;
}
.completeTrainingRequestBox button {
    text-align: center;
    margin: 0 auto;
}
.completeTrainingRequestBox {
        flex: 1 0 20%;
    height: 220px;
    border: 3px solid #3a9b52!important;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    text-align: center;
    margin: 10px 8px;
    padding: 15px 10px; 
    vertical-align: bottom;
}
.my_training_item { 
	text-align: left;
	margin: 10px 40px;
	padding: 20px 0 50px 0;

	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	   -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
			box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	}
.post-content .my_training_item h1 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	}
.post-content .my_training_item h3 {
	color: #000000;
	font-size: 16px;
	}
.training_row {
		display:flex;
	}
.review_options_box {
	border: 3px solid #3a9b52!important;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    margin: 0 12px 15px 12px;
    padding: 10px 10px;  
}
.review_options_box legend {
	font-variant: small-caps;
}
.general_info {
	display: flex;
}
.scenario_details {
	flex: 1;
}
.trainer_manager_info {
	flex: 1;
}
#onsiteDetails {
	display: none;
}

#offsiteDetails {
	display: none;
}

#remoteDetails {
	display: none;
}
#wsonsiteDetails {
	display: none;
}

#wsoffsiteDetails {
	display: none;
}

#wsremoteDetails {
	display: none;
}
#aponsiteDetails {
	display: none;
}

#apoffsiteDetails {
	display: none;
}

#apremoteDetails {
	display: none;
}
.trainingCartRow {
	width: 75%;
	margin: 0 auto;
}
#workshopDelivery {
	display: none;
}
#actionPlanDelivery {
	display: none;
}
#testChosenDetails {
	display: none;
}
#debriefChosenDetails {
	display: none;
}
#workshopChosenDetails {
	display: none;
}
#actionPlanChosenDetails{
	display: none;
}
.hiddenFlag {
	color:white;
}
.locationInfo {
	border: 1px solid navy;
	margin: 10px 0;
}
.changeButton {
	margin: 0 0 10px 80px;
}
.moreBtnBox {
	width: 100%;
	text-align: right;
	margin: 15px 0px;
	display: flex;
}
.moreBtnBox button {
	
}
.moreBtnCol1 {
	flex: 2;
	text-align: left;
}
.moreBtnCol2 {
	flex: 1;
}
.testets_grey_button {
	text-align:center;
	text-transform: uppercase;
	display: block;
	margin: 0 10px 18px 10px;
	font-size: .9em;
	font-family:Arial, Helvetica, sans-serif;
	width: 180px;
	height: 35px;
	padding: 0px 5px;
    line-height: 36px;
	vertical-align: middle;
	border: 1px solid #CCC;
background: rgb(0,0,0);
background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(97,97,97,1) 35%, rgba(181,181,181,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(97,97,97,1) 35%, rgba(181,181,181,1) 100%);
background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(97,97,97,1) 35%, rgba(181,181,181,1) 100%);

	}
#testChosenDetailsDefault {
	display: flex;
}
#debriefChosenDetailsDefault {
	display: flex;
}
#actionPlanChosenDetailsDefault{
	display: flex;
}
#workshopChosenDetailsDefault {
	display: flex;
}
.apColumnA {
	flex: 3;
}
.apColumnB {
	flex: 1;
}
.editBtnContainer {
	display: flex;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.editBtn1 {
	flex: 1;
	width: 30%;
}


#training_when_where input[type="radio"] 
{
    
     margin: 3px 3px 5px 5px!important; 
}
#scenario input[type="radio"] 
{
    
     margin: 3px 3px 5px 5px!important; 
}
.refID {
	color:white;
}

#createAccountBox {
	display: flex;
}
#createAccountForm {
	display: block;
	width: 100%;
}
#requestCallBackForm {
	display: block;
	width: 100%;
}
#follow_up {
	padding-bottom: 50px;;
}
.caFormColumn {
	flex: 1;
	padding: 0 20px;
	
}

#pswd_info {
    position:absolute;
    bottom:150px;
    right:250px;
    width:250px;
    padding:15px;
    background:#fefefe;
    font-size:.875em;
    border-radius:5px;
    box-shadow:0 1px 3px #ccc;
    border:1px solid #ddd;
}
#pswd_info h4 {
    margin:0 0 10px 0;
    padding:0;
    font-weight:normal;
}

#pswd_info::before {
    content: "\25B2";
    position:absolute;
    top:-12px;
    left:45%;
    font-size:14px;
    line-height:14px;
    color:#ddd;
    text-shadow:none;
    display:block;
}
#pswd_info {
    display:none;
}
.invalid {
    background:url(../images/invalid.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#ec3f41;
}
.valid {
    background:url(../images/valid.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#3a7d34;
}
#pswd_info ul {
   margin:0;
    padding:0;
    list-style-type:none;

}
.reg_form_error {
	font-weight: bold;
	color: red;
}
.trainingLoginForm .um-center #um-submit-btn {
	display: none!important;
}
.um input[type="submit"] {
  
	font-family: PTSansRegular,Arial,Helvetica,sans-serif;
	font-size: .9em;
}

.trainText {
	font-size: 1.2em;
}
.resetFormLink {
	margin-left: 23px;
	color: black;
}
.resetFormLink:hover {
	color: black;	
}
.status_box {
	margin: 75px 0 0 0;
	padding: 0;
	text-align: center;
}
.accountNotice {
	width: 100%;
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 20px;
}
#verifiedFlag {
	visibility: hidden;
}
#loggedinFlag {
	visibility: hidden;
}
.loading_box {
  margin: 150px 0 0 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
 
}
 .dot1, .dot2, .dot3 {
  background: #fff;
  width: 5px;
  height: 5px;
   border:double;
   border-color:black;
  border-radius: 50%;
  margin: 10px;
}
.dot1 {
  animation: jump 1.6s -0.32s linear infinite;
  background: #3a9b52;
}
.dot2 {
    animation: jump 1.6s -0.16s linear infinite;
    background: #3a9b52;
}
.dot3 {
    animation: jump 1.6s linear infinite;
    background: #3a9b52;
}

.moreBtnCol1 input[type="text"] {
	width: 200px;
	display: inline-block;
}

.trSampleBox {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: flex-end;
  justify-content: right;
	padding: 15px 5px 0 0; 
}
.ctSample {
	width: 40px;
	margin: 0 4px;
}
.skipbtn {
	margin-right: 100px;
}
.skipbtn2 {
	margin-right: 150px;
}
.qtyBoxOnlyOLD {
	padding-top: 60px;
}
.qtyBoxMix {
	padding-top: 7px;
}