
/* this is the losenge class by default*/
button, button.losenge{
	display: inline-block;
	background: #1497bf;
	color: #fff;
	border: none;
	padding: 0.6em 1.5em;
	border-radius: 1em;
	font-size: 0.9em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-right: 1em;
	margin-bottom: 1em;
  cursor: pointer;
}
button.green{
  color: #fff;
  background: #7dc485;
}
button.losenge:hover{
  background: #7dcade;
}

button.plain{
  background: none;
  color: #1497bf;
}
button.plain:hover{
  background: #e8f0f7;
}
button.outline{
  background: #fff;
  color: #1497bf;
  border: 1px solid #c1dbe1;
}
button.outline:hover{
  background: #dff1f7;
}

button.nobr{
  white-space: nowrap;
}

button.small{
  padding: 0.5em 1.5em 0.55em;
  font-size: 0.7em;
  font-weight: 600;
  margin-bottom: 0.25em;
}

button.download:before{
  content: "\f33d\20";
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
}
button:disabled,
button[disabled]{
  background-color: #ebebeb;
  color: #999;
}


button.filterchip{
  border:  1px solid #406c89;
  text-transform: none;
  padding:  4px 8px;
  font-size: 13px;
  letter-spacing: 0;
  font-weight:  normal;
  background: #e8f0f7;
  color: #002c49;
  border-radius: 6px;
}


button.filterchip:after{
  content: "\20\20x";
}

.accordion_group{
  margin-top: 12px;
}

.accordion{
}

.accordion .accordion_header{
	width: 100%;
	cursor: pointer;
	font-weight: normal;
  font-size: 1em;
	padding: 0.5em 1em;
	border-top: 1px solid #aaa;
}
.accordion_group.cards .accordion .accordion_header{
  width: 100%;
  cursor: pointer;
  font-weight: normal;
  font-size: 1.6em;
  padding: 1.1em 1em;
  border-top: 1px solid #aaa;
}

.accordion_header:hover{
  background: #ecf1f5 !important;
}

.accordion .accordion_caret{
	width: 25px;
	float: right;
	color: #029ac3;
  text-align: center;
}
.accordion .accordion_caret:before{
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
}

.accordion .accordion_caret{
  transform: rotate(0deg);
  transform-origin: center center;
  transition: transform 0.5s;
}
.accordion.on > .accordion_header{
  border-radius: 8px 8px 0 0 !important;
}

.accordion.on > .accordion_header .accordion_caret{
	transform: rotate(180deg);
  transform-origin: center center;
	transition: transform 0.5s;
}

.accordion .accordion_label{
	width: calc(100% - 25px)
}

.accordion .accordion_content{
  position: relative;
	padding: 1em 1em 50px 1em;
  width: 100%;
  border-radius: 0 0 8px 8px;
  border: 2px solid #fff;
  border-top: none;
}


/*second level + accordions*/



.accordion .accordion {
}
.accordion .accordion_group{
  margin: 0;
}
.accordion .accordion .accordion_header{
  width: 100%;
  cursor: pointer;
  font-weight: normal !important;
  font-size: 1.1em;
  /*padding: 0 1em; removed because it was causing multiple indents for sibling elements*/
  border-top: 1px solid #aaa;
  margin-top: 0;
}
.accordion .accordion.list .accordion_header{
  font-size: 1.2em;
}
.accordion .accordion .accordion_caret{
  float: left;
}

.accordion .accordion .accordion_caret:before{
  content: "\f0d7";
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
}
.accordion .accordion .accordion_caret{
  transform: rotate(-90deg);
  transition: transform 0.5s;
}

.accordion.on > .accordion_header .accordion_caret{
  transform: rotate(0deg);
  transition: transform 0.5s;
}

.accordion .accordion .accordion_label{
  width: calc(100% - 25px)
}

.accordion .accordion .accordion_content{
  position: relative;
  padding: 0.5em 1em .25em;
  width: 100%;
  border-radius: 0 0 8px 8px;
  border: 2px solid #fff;
  border-top: none;
}







.pocket_accordion .accordion_header{
  color: #1497bf;
  border: none;
  border-radius: 8px;
}
.pocket_accordion .accordion.on .accordion_header{
   background: #ecf1f5;
}
.pocket_accordion .accordion_content{
   background: #ecf1f5;
   border: 1px solid #ecf1f5;
  padding: 1em;
}



.accordion_group.track_complete /*, .accordion_group.solid_fill*/{
	width: calc(100% - 50px);
}
.accordion_group.track_complete .accordion{
}

.accordion_group.track_complete .accordion_content{
  margin-left: 40px;
}


.accordion_group.track_complete .accordion .accordion_content, .accordion_group.solid_fill .accordion .accordion_content{
  background: #ecf1f5;
  border-color: #ecf1f5;
}

.accordion_group.track_complete .accordion.complete .accordion_content{
  background: #ecf1f5;
  border-color: #ecf1f5;
}
.accordion_group.track_complete .accordion.error .accordion_content{
  background: #fff6f8;
  border-color: #e11f28;
}

.accordion_group.track_complete .accordion .accordion_header, .accordion_group.solid_fill .accordion .accordion_header{
	margin-left: 40px;
  border: 2px solid #ecf1f5;
  background: #ecf1f5;
  color: #1497bf;
	border-radius: 8px;
  font-weight: 900;
	margin-top: 8px;
}
.accordion_group.solid_fill .accordion .accordion_header{
  margin-left: 0;
}



.accordion_group.track_complete .accordion::before{
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	float: left;
	font-size: 1.5em;
	margin-top: 7px;
}

.accordion_group.track_complete .accordion.not_started .accordion_header{
  border: 2px solid #fff;
  background: #fff2f0;
  color: #ef6c52;
}
.accordion_group.track_complete .accordion.not_started .accordion_header:hover{
  background: #ffe4de !important;
  color: #ef6c52;
}

.accordion_group.track_complete .accordion.in_process .accordion_header{
  border: 2px solid #fff;
  background: #fff;
  color: #309bbb;
}

.accordion_group.track_complete .accordion.complete .accordion_header{
  border: 2px solid #fff;
  background: #fff;
  color: #309bbb;
}
.accordion_group.track_complete .accordion.on .accordion_header{
  border: 2px solid #ecf1f5;
  background: #ecf1f5;
}

.accordion_group.track_complete .accordion.complete::before{
	content: "\f00c";
	color: #61ba62;
}

.accordion_group.track_complete .accordion.template_incomplete::before{
  content: "\f192";
  color: #ffbb11;
}

body.greyed .accordion_header{
  background: #f8f8f8 !important;
}


.accordion_group.track_complete .accordion.error .accordion_header{
	border: 2px solid #e11f28;
	background: #fff6f8;
	color: #309bbb;
}
.accordion_group.track_complete .accordion.error::before{
	content: "\f06a";
	color: #e11f28
}
.accordion_group.track_complete .accordion.error .accordion_caret{
	color: #e11f28;
}
.accordion_group.track_complete .accordion.error.on .accordion_header{
  border-bottom: 1px solid #fff6f8;
  background: #fff6f8;
  color: #309bbb;
}
.accordion_group.track_complete .accordion .preheader{
  width: 40px;
  float: left;
  height: 40px;
  overflow: hidden;
}
.accordion_group.track_complete .accordion .preheader .checkbox{
  position: relative;
  top: -8px;
  left: 8px;
}


.template_container .accordion_group.track_complete .accordion.complete::before{
  content: "\f192";
  color: #61ba62;
}

.accordion_separator{
  font-weight: bold;
  margin: 32px 0 14px 0;
}
.accordion_save{
  position: absolute;
  text-align: right;
  float: right;
  width: 120px;
  bottom: 10px;
  right: 10px;
}

.card{
	width: 100%;
  max-width: 340px;
	float: left;
	background: #fcfcfd;
	padding: 1.2em;
	border-radius: 0 0 1em 0;
	box-shadow: 2px 2px 3px rgba(80,115,122,0.5);
	position: relative;
	margin: .5em 2.5% .5em 0;
  min-height: 80px;
  cursor: pointer;
}
.card.greyed{
  background: #eee;
  color: #666;
}
.card.embedded_buttons{
  padding-bottom: 0.2em;
  cursor: default;
}
.card:hover{
  background: #e2eaf2;
}
.card.embedded_buttons:hover{
  background: #fcfcfd;
}

.card.half{
	width: 45%;
	margin-right: 5%;
  max-width: none;
}
.card .card_title{
	font-size: 1.1em;
}
.card .card_action{
	position: absolute;
	bottom: 0.5em;
	right: 1em;
	cursor: pointer;
	color: #029ac3;
	font-size: 0.9em;
}
.card .card_primary_content{
	font-size: 0.9em;
}

.input_helper{
  padding: 12px;
  position: absolute;
  background: #fff;
  border: 1px solid #029ac3;
  box-shadow: 4px 4px 8px rgba(0,0,0,0.4);
  z-index: 300;
  color: #798d98;
}

.input_adjacent{
  float: left;
  margin-left: 12px;
  padding-top: 1.5em;
}

.input_adjacent.no_padding{
  padding: 0;
}







/*****************************************************************
 * 
 * 
 * 
 * 
 * 
 *  Toggles and switches
 * 
 * 
 * 
 * ****************************************************************/


.dp_toggle{
  display: inline-flex;
}

.dp_toggle .dp_toggle_option{
  display: inline-table;
  border: 1px solid #999;
  color: #999;
  font-size: 0.9em;
  padding: 2px 8px;
  height: 24px;
  cursor: pointer;
  transition: background 0.8s;
}

.dp_toggle .dp_toggle_option:first-child{
  border-radius: 12px 0 0 12px;
}
.dp_toggle .dp_toggle_option:last-child{
  border-radius: 0 12px 12px 0;
}

.dp_toggle .dp_toggle_option.sel{
  background: #456685;
  border: 1px solid #456685;
  color: #fff;
}







/*	HANDHELD	********************************************************/
@media only screen and (min-width: 300px){
	  
	.card{
    margin: .5em auto;
    float: none;
	}


  .input_adjacent{
    padding-top: 0;
  }

}


/*	TABLET		********************************************************/
@media only screen and (min-width: 600px){
  
	.card{
    margin: .5em 2.5% .5em 0;
    float: left;
  }
  .input_adjacent{
    padding-top: 1.5em;
  }
}


/*	DESKTOP		********************************************************/
@media only screen and (min-width: 1000px){
  
 

}


/*  DESKTOP EXTENDED  ********************************************************/
@media only screen and (min-width: 1416px){
  
 

}








/*	EFFECTS	*******************************************************/


/*  Ripple */

.ripple_container{
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	overflow: hidden;
	border-radius: 1em;
}

.ripple {
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.4);
  background-size: contain;
	transform: scale(0);
	position: relative;
	opacity: 1;
}

.butterflies .ripple_container{
  overflow: visible;
}
.butterflies .ripple{
  background-image: url('images/unicorn.png');
  background-repeat: no-repeat;
}

.rippleEffect {
	animation: rippleDrop .8s linear;
}

@keyframes rippleDrop {
	100% {
		transform: scale(2);
		opacity: 0;
	}
}

/*	Inputs	**********************************************************/

.nifty_wrapper{
	position: relative;
	display: block;
	margin-top: 0.6em;
	margin-bottom: 1.2em;
  max-width: 400px;
}

.nifty_wrapper.fullwidth{
  width: 100%;
  max-width: none;
}

.nifty_wrapper.left_pad{
  margin-left: 12px;
}
.nifty_wrapper.tight_list{
  margin: 0;
}

.nifty_wrapper.w350{
  width: calc(350px - 2em);/*border-box does not work as planned on inline elements*/
}

.nifty_wrapper.w250{
  width: calc(250px - 2em);/*border-box does not work as planned on inline elements*/
}

.nifty_wrapper.w200{
  width: calc(200px - 2em);/*border-box does not work as planned on inline elements*/
}
.nifty_wrapper.w150{
  width: calc(150px - 2em);/*border-box does not work as planned on inline elements*/
}
.nifty_wrapper.w_tiny{
  width: calc(75px - 2em);/*border-box does not work as planned on inline elements*/
}


.nifty_wrapper.marginright10{
  margin-right: 10px;/*border-box does not work as planned on inline elements*/
}
.nifty_wrapper.no_label .label, .nifty_wrapper.no_label .long_label{
  display: none;
}

input.nifty, textarea.nifty{
  box-sizing: border-box;
	padding: 1em;
	border: 1px solid #c6d6e3;
	border-radius: 5px;
	color: #00263e;
	width: 100%;
	top: 0;
	font-size: 1em;
	font-weight: 300;
	letter-spacing: 0px;
  outline: none;
  background: #fff;
}
textarea.nifty{
  font-weight: 500;/*I dont' know why, but textarea has its own ideas about how to do things...*/
}
input.nifty:disabled, input.nifty[disabled],
textarea.nifty:disabled, textarea.nifty[disabled],
input.nifty.disabled{/*this last one is for select field*/
  background-color: #eee;
  color: #666;
}




.nifty_wrapper.file_upload{
  margin-top: 38px;
}
.nifty_wrapper.file_upload .input_label, .nifty_wrapper.file_upload.mini .input_label{
  transform: scale(1) translate(-1em, -2em);
  color: #798d98;
  background: transparent;
}

.nifty_wrapper > i {
  position: absolute;
  display: none;
  transform: translate(0, -50%);
  top: 50%;
  pointer-events: none;
  width: 36px;
  text-align: center;
  font-style: normal;
}

.nifty_wrapper > i.search{
  display: block;
  right: 5px;
  font-size: 1.4em;
  color: #309bbb;
}

.nifty_wrapper > input {
  padding-left: 25px;
  padding-right: 0;
}

.nifty_wrapper.right > i {
  right: 0;
}

.nifty_wrapper.right > input {
  padding-left: 0;
  padding-right: 25px;
  text-align: right;
}

.nifty_wrapper.mini > i{
  display: block;
}


.nifty_wrapper .input_label{
	display: block;
	color: #798d98;
	position: absolute;
	top: 0.6em;
  line-height: 1em;
	left: 12px;
	padding: 0 4px;
	font-size: 1em;
	text-align: initial;
	pointer-events: none;
	transform-origin: left top;
	transition: transform 0.4s, color 0.4s;
}
.nifty_wrapper .input_label a{
  pointer-events: auto;
}

.nifty_wrapper .long_label{
  color: #002c49;
  margin-bottom: 6px;
}


.nifty_wrapper.required .input_label:before{
  content: " *";
}
.nifty_wrapper.mini .input_label, .nifty_wrapper.perma_mini .input_label{
	transform: scale(0.7) translate(0, -1.4em);
	color: #798d98;
	transition: transform 0.4s, color 0.4s;
  background: linear-gradient(0deg, #fff 10px, rgba(255,255,255,0) 0%);
  background: #fff;
}
.nifty_wrapper.active input, .nifty_wrapper.active textarea{
	border: 1px solid #0085ad;
}

.nifty_wrapper .helper{
	padding: 0.3em;
	font-size: 0.7em;
  line-height: 1.2em;
	color: #555;
  position: absolute;
}
.nifty_wrapper .helper.error{
  color: #e31f2f;
}
.nifty_wrapper .helper.error:before{
  content: "\f071\00a0";
  font-family: "Font Awesome 5 Pro";
}

.nifty_wrapper .helper.check:before{
  color: #7dc485;
  content: "\f00c\00a0";
  font-family: "Font Awesome 5 Pro";
}



.nifty_wrapper .helper_text{
  padding: 0.3em 0.6em;
  font-size: 0.7em;
  line-height: 1.2em;
  color: #798d98;
}

.nifty_wrapper.alert input, .nifty_wrapper.alert textarea{
	border: 1px solid #e31f2f;
}
.nifty_wrapper.alert .helper{
	color: #e31f2f;
}
.nifty_wrapper.alert .input_label{
	color: #e31f2f;
}


.choice_chips_wrapper.alert, .nifty_wrapper.checkbox.alert, .cbx_group.alert > .group_title{
  border: 1px solid #e31f2f;
  border-radius: 5px;
}


.nifty_wrapper .nifty_select_label{
	display: block;
	background-image: url('../common/images/caret_dn.png');
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
.nifty_wrapper .nifty_select_label.small{
  width: 150px;
}

.nifty_wrapper ul.options{
	position: absolute;
	top: 100%;
	width: 98%;
	list-style-type: none;
	margin: 0 0.4em;
	padding: 0;
	z-index: 1000;
	background: #fff;
	box-shadow: 0 5px 8px 2px rgba(0,0,0,.2);
  max-height: 400px;
  overflow-y: auto;
}
 .choice_chips{
  padding: 45px 8px 8px;
}
.long_label ~ .choice_chips{
  padding: 0 8px 8px;
}

.nifty_wrapper.no_label .choice_chips{
  padding: 8px;
}


.choice_chips .chip{
  background: #fff;
  color: #1497bf;
  display: inline-block;
  margin: 4px 8px 4px 0;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #c6d6e3;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
.nifty_wrapper.w150 .chip{
  padding: 3px 8px;
}
 
.choice_chips .chip.hilite{
  background: #00263e !important;
  border: 1px solid #00263e;
  color: #fff;
}
.choice_chips .chip:focus{
  border: 1px solid #7dcade;

}

.choice_chips .chip:hover{
  border: 1px solid #7dcade;
  background: #7dcade;
  color: #fff;
}
.choice_chips .chip.hilite:hover{
  border: 1px solid #7dcade;
  background: #7dcade !important;
  color: #fff;
}


.nifty_wrapper.radio .choice_chips .chip{
  font-weight: normal;
  text-align: left;
  background-image: url('images/radio_off.png');
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-size: 20px 20px;
  padding-left: 40px;
}
.nifty_wrapper.radio .choice_chips .chip.hilite{
  font-weight: normal;
  text-align: left;
  background-image: url('images/radio_on.png') !important;
  background-repeat: no-repeat !important;
  background-position: 10px 10px !important;
  background-size: 20px 20px !important;
  padding-left: 40px;
}

 
input.med{
  width: 70%;
}
input.small{
  width: 40%;
}
.nifty_wrapper input.small + ul.options{
  width: 138px;
}
.nifty_wrapper.choice_chips_wrapper{
  max-width: 100%;
}

.nifty_wrapper.choice_chips_wrapper .input_label, .nifty_wrapper.choice_chips_wrapper .long_label {
  color: #00263e;
  left: 0;
}

.nifty_wrapper ul.options li{
	margin: 0;
	padding: 0.5em 0.3em;
	cursor: pointer;
  line-height: 1em;
  min-height: 1em;
  text-align: left;
}

.nifty_wrapper.segmented ul.options li{
  padding: 0.5em 1.5em;
}

.nifty_wrapper.segmented ul.options li .select_header{
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  margin-left: -14px;
}


.nifty_wrapper ul.options li:hover{
	background: #edf2f6;
}
.nifty_wrapper ul.options li.hilite{
	background: #e9f2f7;
}
.nifty_wrapper ul.options li.scroll_hilite{
  background: #1c4a60 !important;
  color: #fff !important;
}

.nifty_wrapper input.required, .nifty_wrapper textarea.required, .nifty_wrapper .nifty_select_label.required {
	border: 1px solid #ffcc00;
}






.nifty_wrapper.compact{
  max-width: 250px;
  margin-top: 0.3em;
  margin-bottom: 0.6em;
}

.nifty_wrapper.compact input.nifty, textarea.nifty{
  padding: 0.3em 0.7em;
  font-size: 0.8em;
}
.nifty_wrapper.compact .input_label{
  top: 0.2em;
  left: 10px;
  padding: 0 4px;
  font-size: 0.8em;
}

.nifty_wrapper.mini.compact .input_label{
  transform: scale(0.7) translate(0, -1.2em);
  background: linear-gradient(0deg, #fff 12px, rgba(255,255,255,0) 0%);
}
.nifty_wrapper.compact ul.options{
  width: 98%;
  margin: 0 0.4em;
  font-size: 0.8em;
  line-height: 1em;
}
.nifty_wrapper.compact ul.options li{
  padding: 0.3em;
  height: auto;
}



.nifty_wrapper.tight{
  max-width: 270px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.nifty_wrapper.tight input.nifty, textarea.nifty{
  padding: 0.4em 0.6em;
  font-size: 0.9em;
}
.nifty_wrapper.tight .input_label{
  top: 0.4em;
  left: 10px;
  padding: 0 5px;
  font-size: 0.9em;
}

.nifty_wrapper.mini.tight .input_label{
  transform: scale(0.7) translate(0, -1.2em);
  background: linear-gradient(0deg, #fff 12px, rgba(255,255,255,0) 0%);
}
.nifty_wrapper.tight ul.options{
  width: 98%;
  margin: 0 0.5em;
  font-size: 0.9em;
  line-height: 1.1em;
}
.nifty_wrapper.tight ul.options li{
  padding: 0.4em;
  height: auto;
}



.cbx_group{
 /* background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: inset 3px 3px 5px rgba(0,0,0,0.3);
  border: 1px solid #e2f0f8;
  margin-bottom: 30px;*/
}

.cbx_group .group_title{
  /*padding: 8px 0;
  border: none;
  color: #999;*/
}


input.greyed{
  color: #aaa;
}

input.nifty.datefield{
  background-image: url('images/calendar.png');
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center right 20px;
}

/*datepicker overrides*/

div.ui-datepicker{
  font-size: 14px;
  font-family: 'Aspira';
}
table.ui-datepicker-calendar{
}
table.ui-datepicker-calendar td{
  text-align: center;
}
table.ui-datepicker-calendar td a{
  display: block;
  padding: .1em;
  text-align: center;
  text-decoration: none;
}

.ui-datepicker-current-day{
  text-align: center;
}
table.ui-datepicker-calendar a.ui-state-default{
  background: #fff;
  color: #999;
  border: none ;
}
table.ui-datepicker-calendar a.ui-state-active{
  background: #1687af;
  color: #fff;
  border: none ;
  border-radius: 50%;
}

.ui-datepicker-header{
  background: #fff;
  font-size: 1.1em;
}
.ui-widget-header{
  border: none;
}
.ui-icon-circle-triangle-e{
  background-position: -32px -0px;
}
.ui-widget-content .ui-state-disabled{
  opacity: 0.2;
}


.ui-icon-circle-triangle-w{
  background-position: -96px -0px;
}
table.ui-datepicker-calendar a.ui-state-default.ui-state-hover{
  background: transparent;
  border-radius: 50%;
  color: #1687af;
}
table.ui-datepicker-calendar a.ui-state-default{
  background: transparent;
  border-radius: 50%;
  color: #1687af;
}

a.ui-datepicker-next-hover, a.ui-datepicker-prev-hover{
  background: #b3e0ef !important;
  border: none !important;
}

.ui-widget-content .ui-state-disabled .ui-state-default{
  background: transparent;
  border: none;
}
.ui-datepicker-week-end.weekend.sat a.ui-state-default{
  color: #1687af;
  border-radius: 50% 0 0 50%;
}

.ui-datepicker-week-end.weekend.sat.dp_hover{
  background: #b3e0ef;
  border-radius: 50% 0 0 50%;
}
.ui-datepicker-week-end.weekend.sun.dp_hover{
  background: #b3e0ef;
  border-radius: 0 50% 50% 0;
}

.ui-datepicker-week-end.weekend.sun a.ui-state-default{
  color: #1687af;
  border-radius: 0 50% 50% 0;
}




.form_section{
  position: relative;
  font-size: 1em;
  border-bottom: 1px solid #ccc;
  padding: 4px 0;
  margin: 18px 0;
}

.button_group_400{
  width: 400px;
  display:flex;
  flex-flow:row wrap;
  justify-content:space-between;
}


.button_group_270{
  width: 270px;
  display:flex;
  flex-flow:row wrap;
  justify-content:space-between;
}


.input_option_container{
  background: #f9fdff;
  border: 1px solid #ceebf7;
  padding: 8px;
  margin-bottom: 8px;
  border-radius: 5px;
}

.input_option_container.hidden{
  background: transparent;
  border: none;
  padding: 0;
  margin-bottom: 0;
}

/*simple form output styles*/

.simple_form_output{

}
.simple_form_output .wizard_item_note{
  display: none;
}


/*this is all for really swell-looking checkboxes*/

.nifty_wrapper.checkbox {
  display: inline-block;
  /*padding: 10px 20px;*/
  padding: 10px 20px 10px 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  margin-bottom: 0;
}
.nifty_wrapper.checkbox.twocol {
  width: 45%;
}
.nifty_wrapper.checkbox.tight {
  padding: 0;
}

.nifty_wrapper.checkbox label {
  cursor: pointer;
  padding-left: 0;
  display: block;
  /*overflow: hidden;*/
  line-height: 1.3em;
}

.nifty_wrapper.checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  pointer-events: none;
  font-size: 0;
}
.nifty_wrapper.checkbox .cbx_wrap {
  vertical-align: middle;
  position: relative;
  /*top: 3px;*/
  margin-right: 15px;
  float: left;
  height: 35px;
}

.nifty_wrapper.checkbox.tight .cbx_wrap {
  margin-right: 0;
  height: auto;
}
.nifty_wrapper.checkbox .cbx_wrap:before {
  color: #379dbd;
  position: absolute;
  left: 8px;
  top: 8px;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  height: 4px;
  width: 4px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
}
.nifty_wrapper.checkbox .cbx_wrap .check {
  color: #c6d6e3;
  background: #fff;
  position: relative;
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 2px;
  overflow: hidden;
  z-index: 1;
}
.nifty_wrapper.checkbox .cbx_wrap .check:before {
  position: absolute;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  margin-top: -4px;
  margin-left: 6px;
  width: 0;
  height: 0;
  box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
  -webkit-animation: checkbox-off 0.3s forwards ease-out;
  animation: checkbox-off 0.3s forwards ease-out;
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
}
.nifty_wrapper.checkbox input[type=checkbox]:checked + .cbx_wrap .check{
	color: #00263e;
}
.nifty_wrapper.checkbox input[type=checkbox]:focus + .cbx_wrap .check:after {
  opacity: 0.2;
}
.nifty_wrapper.checkbox input[type=checkbox]:checked + .cbx_wrap .check:before {
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  -webkit-animation: checkbox-on 0.3s forwards ease-out;
  animation: checkbox-on 0.3s forwards ease-out;
}
.nifty_wrapper.checkbox input[type=checkbox]:not(:checked) + .cbx_wrap:before {
  -webkit-animation: rippleOff 700ms forwards ease-out;
  animation: rippleOff 700ms forwards ease-out;
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
}
.nifty_wrapper.checkbox input[type=checkbox]:checked + .cbx_wrap:before {
 -webkit-animation: rippleOn 700ms forwards ease-out;
  animation: rippleOn 700ms forwards ease-out;
}
.nifty_wrapper.checkbox input[type=checkbox]:not(:checked) + .cbx_wrap .check:after {
  -webkit-animation: rippleOff 700ms forwards ease-out;
  animation: rippleOff 700ms forwards ease-out;
}
.nifty_wrapper.checkbox input[type=checkbox]:checked + .cbx_wrap .check:after {
  -webkit-animation: rippleOn 700ms forwards ease-out;
   animation: rippleOn 700ms forwards ease-out;
}
.nifty_wrapper.checkbox input[type=checkbox][disabled]:not(:checked) ~ .cbx_wrap .check:before,
.nifty_wrapper.checkbox input[type=checkbox][disabled] + .circle {
  opacity: 0.5;
}
.nifty_wrapper.checkbox input[type=checkbox][disabled] + .cbx_wrap .check:after {
  background-color: rgba(0, 0, 0, 0.84);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}



@-webkit-keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}

@keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}
@-webkit-keyframes checkbox-off {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  25% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0px;
    height: 0px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
  }
  51% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 10px inset;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 0px inset;
  }
}
@keyframes checkbox-off {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  25% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0px;
    height: 0px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
  }
  51% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 10px inset;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 0px inset;
  }
}
@-webkit-keyframes rippleOn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}
@keyframes rippleOn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}
@-webkit-keyframes rippleOff {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}
@keyframes rippleOff {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}

/*end checkboxes*/
