.display-none {
	display: none !important;
}
.display-block {
	display: block !important;
}
.display-flex {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.opacity-0 {
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.justify-content-flex-start {
	-webkit-box-pack: start!important;
	-webkit-justify-content: flex-start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
}
.justify-content-center {
	-webkit-box-pack: center!important;
	-webkit-justify-content: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important
}
.justify-content-flex-end {
	-webkit-box-pack: end!important;
	-webkit-justify-content: flex-end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}
.justify-content-space-between {
	-webkit-box-pack: justify!important;
	-webkit-justify-content: space-between!important;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}
.justify-content-space-around {
	-webkit-justify-content: space-around!important;
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
}
.align-items-flex-start {
	-webkit-box-align: start!important;
	-webkit-align-items: flex-start!important;
	-ms-flex-align: start!important;
	align-items: flex-start!important
}
.align-items-flex-end {
	-webkit-box-align: end!important;
	-webkit-align-items: flex-end!important;
	-ms-flex-align: end!important;
	align-items: flex-end!important
}
.align-items-center {
	-webkit-box-align: center!important;
	-webkit-align-items: center!important;
	-ms-flex-align: center!important;
	align-items: center!important
}
.flex-shrink-0 {
	-webkit-flex-shrink: 0!important;
	flex-shrink: 0!important;
}
.flex-direction-column {
	-webkit-flex-direction: column;
	flex-direction: column;
}
.flex-wrap {
	-webkit-flex-wrap: wrap!important;
	flex-wrap: wrap!important;
}

.auto-flex {
	-webkit-box-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	-moz-box-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}


.no-padding { padding: 0!important }
.no-padding-left { padding-left: 0!important }
.no-padding-right { padding-right: 0!important }
.no-padding-top { padding-top: 0!important }
.no-padding-bottom { padding-bottom: 0!important }
.no-margin { margin: 0!important }
.no-margin-left { margin-left: 0!important }
.no-margin-right { margin-right: 0!important }
.no-margin-top { margin-top: 0!important }
.no-margin-bottom { margin-bottom: 0!important }
.width-auto { width: auto!important }
.width-100 { width: 100%!important }
.padding { padding: 20px!important }
.padding-top { padding-top: 20px!important }
.padding-bottom { padding-bottom: 20px!important }
.padding-left { padding-left: 20px!important }
.padding-right { padding-right: 20px!important }
.padding-vertical {
	padding-top: 20px!important;
	padding-bottom: 20px!important
}
.padding-horizontal {
	padding-left: 20px!important;
	padding-right: 20px!important
}
.margin { margin: 20px!important }
.margin-top { margin-top: 20px!important }
.margin-bottom { margin-bottom: 20px!important }
.margin-left { margin-left: 20px!important }
.margin-right { margin-right: 20px!important }
.margin-vertical {
	margin-top: 20px!important;
	margin-bottom: 20px!important
}
.margin-horizontal {
	margin-left: 20px!important;
	margin-right: 20px!important
}


.text-align-left { text-align: left !important; }
.text-align-right { text-align: right !important; }
.text-align-center { text-align: center !important; }


.position-relative { position: relative !important; }




