body {
	/*background: #337ab7;
	background: -webkit-gradient(linear, left top, right bottom, from(#337ab7), to(#ffffff));
	background: -webkit-linear-gradient(top, #337ab7, #ffffff);
	background: -moz-linear-gradient(top, #337ab7, #ffffff);
	background: -o-linear-gradient(top, #337ab7, #ffffff);
	background: linear-gradient(#337ab7, #ffffff) no-repeat;*/
}

.bg-white {
	background: #fff;
}

.text-white, .text-white:hover, .text-white:focus {
    color: #fff;
}

#rootwizard .navbar-inner .nav-pills {
	background: #fd741e;
}

#rootwizard .navbar-inner .nav-pills a {
	color: #fff;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	color: #fff !important;
}

#rootwizard .navbar-inner .nav-pills a:hover {
	color: #337ab7;
}

#rootwizard ul.pager li:not(.disabled) a {
	background: #51238e !important;
}

li.finish {
	opacity: 1 !important;
}

#rootwizard ul.pager li.finish>a {
	background: #4CAF50 !important
}

.form-control {
	border: 1px solid #03a9f4 !important;
}

.heading-title {
	color: #fff;
}

input.custom[type='radio'], input.custom[type='checkbox'] {
	width: 20px;
	height: 20px;
	margin-left: -22px !important;
}

.btn-amount {
	cursor: default;
	border: 1px solid #51238e;
	color: #F44336 !important;
	/* background: white; */
}

.radio-inline {
	line-height: 2.1;
}

.w-100 {
	width: 100%;
}

/* PADDING */
.py-1 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.py-2 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

/* MARGIN */
.my-1 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.my-2 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

div#checkout ul>li {
	list-style-type: initial !important;
}
.userPointer
{
	cursor: pointer;
}
.mandatorySymbols  
{
	font-size: 20px !important;
	color:red ! important;
}

.noteFontSize
{
	font-size: 0.8rem;
}
textarea.noResize
{
	  resize: none  !important;
}

/* STEP WIZARD */
#rootwizard .navbar {min-height: 0;}
#rootwizard .container {padding: 0;}
#rootwizard .finish {float: right;}
#rootwizard ul li:not(.active) {opacity: .6;}
#rootwizard ul.pager li:not(.disabled) a {background-color: #333;color: #fff;padding: 10px 40px;}
#rootwizard .navbar-inner .nav-pills {
	background-color: #fcf8e3;
    font-size: 11px;
}

@media only screen and (max-width: 767px) {
	.navbar-inner a {font-size: 7px;}
	#rootwizard .navbar-inner .nav-pills a {
		padding: 5px;
	}
}