﻿/* MARGINS AND PADDINGS START */
.margin-top-10 {
	margin-top: 10px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-top-40 {
	margin-top: 40px;
}

.margin-top-50 {
	margin-top: 50px;
}

.margin-btm-10 {
	margin-bottom: 10px;
}

.margin-btm-20 {
	margin-bottom: 20px;
}

.margin-btm-30 {
	margin-bottom: 30px;
}

.margin-btm-40 {
	margin-bottom: 40px;
}

.margin-btm-50 {
	margin-bottom: 50px;
}
/* MARGINS AND PADDINGS END */

/* FONT SIZES START */
.font-size-16 {
	font-size: 16px;
}
/* FONT SIZES END */

.full-width-container {
	width: 100%;
}

.disable-pointer-events {
	pointer-events: none;
}

.show-on-max-width {
	display: none;
}

@media screen and (min-width: 1300px) {
	.show-on-max-width {
		display: block;
	}
}