* {
	box-sizing: border-box;
}

.dFlex {
	display: flex;
}
.pr {
	position: relative;
}
.p60-0 {
	padding: 60px 0px;
}
.alignRight {
	text-align:right;
}
.alignCenter {
	text-align:center;
}
.inputSlider {
	width: 100%;
}

.valignCenter input {
	margin-bottom: 0;
}
.m0 {
	margin: 0 !important;
}
label.m0 {
	margin-right: 10px !important;
}
.mt25l15 {
	margin:25px 0px 0px 15px;
}
.mt10 {
	margin:10px 0px 0px 0px;
}
.mt20 {
	margin-top:20px;
}
.mb10 {
	margin:0px 0px 10px 0px;
}
.mb30 {
	margin-bottom:30px;
}
.ml15 {
	margin:0px 0px 0px 15px;
}
.mr15 {
	margin:0px 15px 0px 0px;
}
.mt25r15 {
	margin:25px 15px 0px 0px;
}
.width100px {
	width: 100px;
}
.width33 {
	width: 33%;
}
.width50 {
	width: 50%;
}
.wAuto {
	width: auto !important;
}
.spaceBetween {
	justify-content: space-between;
}
.vAlignCenter {
	align-items: center;
}
label {
	color:rgba(255,255,255,0.5);
	margin-bottom: 5px;
	cursor:pointer;
}
input {
	margin: 0px 15px 15px 0px;
	border: 0;
	border-radius: 0;
}
label,input {
	display: block;
	
}
.inputTextSmall {
	width: 40px;
	padding:5px;
	text-align: center;
	background-color: #ccc;
	color: #444;
}
.inlineInput {
	display: inline;
}


.triangle {
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	cursor:pointer;
}
.triangle.leftTop {
	top:10px;
	left:10px;
	border-width: 20px 20px 0px 0px;
	border-color: rgba(0, 0, 0, 0.4) transparent transparent transparent;
}
.triangle.top {
	top:10px;
	left:50%;
	transform: translateX(-50%);
	border-width: 0px 10px 20px 10px;
	border-color: transparent transparent rgba(0, 0, 0, 0.4) transparent;
}
.triangle.rightTop {
	top:10px;
	right:10px;
	border-width: 0px 20px 20px 0px;
	border-color: transparent rgba(0, 0, 0, 0.4) transparent transparent;
}
.triangle.leftL {
	top:50%;
	left:10px;
	transform: translateY(-50%);
	border-width: 10px 20px 10px 0px;
	border-color: transparent rgba(0, 0, 0, 0.4) transparent transparent;
}
.triangle.rightR {
	top:50%;
	right:10px;
	transform: translateY(-50%);
	border-width: 10px 0px 10px 20px;
	border-color: transparent transparent transparent rgba(0, 0, 0, 0.4);
}
.triangle.leftBottom {
	bottom:10px;
	left:10px;
	border-width: 20px 0px 0px 20px;
	border-color: transparent transparent transparent rgba(0, 0, 0, 0.4);
}
.triangle.bottom {
	bottom:10px;
	left:50%;
	transform: translateX(-50%);
	border-width: 20px 10px 0px 10px;
	border-color: rgba(0, 0, 0, 0.4) transparent transparent transparent;
}
.triangle.rightBottom {
	bottom:10px;
	right:10px;
	border-width: 0px 0px 20px 20px;
	border-color: transparent transparent rgba(0, 0, 0, 0.4) transparent;
}

.qrCode .colorPreview {
	margin-left: 0;
	margin-right: 15px;
}

.customCheckbox {
	display: block;
	position: relative;
	white-space: nowrap;
	text-indent: 60px;
	background-color: #fff;
	width: 40px;
	height: 20px;
	border-radius: 10px;
}

.customCheckbox:after {
	content: '';
	background-color: #ccc;
	position: absolute;
	top: 1px;
	left:1px;
	width: 18px;
	height: 18px;
	border-radius: 9px;
	transition: all 0.3s;
}

input:checked + .customCheckbox:after {
	left: 20px;
	background-color: #00cc00;
}


.customCheckbox input {
	display: none;
}

.previewObjectWrap {
	background-image: url(/global/img/transparentBG.gif);
	-webkit-border-radius : 6px 6px 6px 6px;
	-moz-border-radius : 6px 6px 6px 6px;
	border-radius : 6px 6px 6px 6px;
	overflow:hidden;
	height: 200px;
	margin: 85px 0px;
}

.cssGradient .previewObject {
	width: 100%;
	background-color: transparent !important;
	margin: 0px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	color: #aaa;
}