
/* fix converio issue(s) */
label { display: inline-block !important }

/* div tables */
.divTableRow {
	display: table;
	width: 100%;
}
.divTableCell {
	border: none;
	display: table-cell;
	padding: 3px 10px;
}

.divTableHeader {
	font-weight: bold
}


/* general styles */

.input-invalid {
  border: 1px dotted red;
  padding: 5px;
  border-radius: 5px;
  
}

.input-invalid::before {
	
	/*content: "Please check this field"
	*/
}

.thumbnail-img {
	
	width: 300px;
	height: auto;
	
}

#progress-bar {
	display: none;
}


/* nice looking checkboxes, overriding converio with ! */
.nice-label:before {
  display: inline-block !important;
  content: "";

  width: 21px !important;
  height: 21px !important;
  line-height: 21px !important;
  background: url("/pay/images/unchecked.png") no-repeat 0 0 !important;
  background-size: 100% !important;

}
:checked+.nice-label:before {
  background: url("/pay/images/checked.png") no-repeat 0 0 !important;
  background-size: 21px 21px !important;
  width: 21px !important;
  height: 21px !important;
  line-height: 21px !important;
}
input[type=checkbox], input[type=radio] {
  opacity: 0;

}


/* nice looking checkboxes, overriding converio with ! */
.nice-label-radio:before {
	display: inline-block !important;
	content: "";
  
	width: 21px !important;
	height: 21px !important;
	line-height: 21px !important;
	background: url("/pay/images/unchecked-radio.png") no-repeat 0 0 !important;
	background-size: 100% !important;
  
  }
  :checked+.nice-label-radio:before {
	background: url("/pay/images/checked-radio.png") no-repeat 0 0 !important;
	background-size: 21px 21px !important;
	width: 21px !important;
	height: 21px !important;
	line-height: 21px !important;
  }


.chkbox-label {
	cursor: pointer;
	
}

/* adaptive styles */

/* desktop */
@media screen and (min-width: 980px) {
	
	#mwff_title {
	
		font-size: 12pt;
		width: 800px !important;
	
	}
	
	#upload_section {
	
		width: 900px !important;

	}
	
	#video_link {
	
		width: 500px;
	
	}
	
	#mwff_form p {
		width: 550px;
	}
	#mwff_form div {
		width: 550px;
	}

	#progress-bar {
		
		height: 20px;
		padding: 5px !important;
		width: 500px !important;
		
	}
}


/* cover area between 701-980, small tablets perhaps */
@media screen and (max-width: 979px) {

	
}

/* large phones in landscape */
@media screen and (max-width: 700px) {
	
	
	label:before {
		width: 21px;
		height: 21px;
		line-height: 21px;
		padding: 3px;
		vertical-align: middle;
	}
	
	:checked+label:before {
 	 	width: 21px;
		height: 21px;
		line-height: 21px;
	}
	
	label {

		padding: 0;
		margin: 0;
	}

	
}
	
	
@media screen and (max-width: 420px) {
	
	
	button {
	
		line-height: 30px;
		height: 30px;
		padding: 0 5px;
		font-size: 8pt
	}
	
	label:before {
		width: 21px;
		height: 21px;
		line-height: 21px;
		background-size: 21px 21px !important;
		padding: 3px;
		vertical-align: middle;
	}
	
	:checked+label:before {
 	 	width: 21px;
		height: 21px;
		line-height: 21px;
		 background-size: 21px 21px !important;
	}
	
	label {

		padding: 0;
		margin: 0;
	}
	
	#mwff_title {
	
		font-size: 12pt;
		width: 100%;

	
	}
	
	
	#progress-bar {
		
		height: 20px;
		padding: 5px !important;
		/*width: 500px !important; */
		
	}
	
}	

/* fix accessibility issues */
legend {
color: #000000
}

.btn-xl {
	padding: 10px 20px;
	font-size: 18pt;
	height: initial !important;
}

div#validation_error:not(:empty) {

	margin-top: 20px;
	margin-right: 20px;
	padding: 5px;
	font-weight: bold;
	border: 2px solid red;
}


#eclass_legend {
	display: inline !important;
	font-size: 1.125rem
}

[v-cloak] {
  display: none;
}