@CHARSET "utf-8";

.bold		{ font-weight: bold; }
.notBold	{ font-weight: normal; }
.italic		{ font-style: italic; }
.notItalic	{ font-style: normal; }

.white		{ color: #FFF; }
.grey		{ color: #777; }
.red		{ color: #F00; }

.ui-input-error {border:1px solid #cd0a0a;}

.mark 
{
	color:Red;
	font-weight:bold;
}

a.button 
{
	padding:16px 33px ;
    background-color:#FEBE00;
    border-radius:100px;
    font-family: 'Montserrat Bold';
    font-size:12px;
    color:#ffffff;
    display:inline-block;
}

.pl_1 {
	display: inline-block;
    height: 14px;
    width: 14px;
    background-image: url(../images/purchaseLakehood.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
	margin-left: 5px;
}
.pl_10 {
	display: inline-block;
    height: 14px;
    width: 14px;
    background-image: url(../images/purchaseLakehood.png);
    background-repeat: no-repeat;
    background-position: -15px 0px;
    cursor: pointer;
	margin-left: 5px;
}

.pl_25 {
	display: inline-block;
    height: 14px;
    width: 14px;
    background-image: url(../images/purchaseLakehood.png);
    background-repeat: no-repeat;
    background-position: -45px 0px;
    cursor: pointer;
	margin-left: 5px;
}

.pl_40 {
	display: inline-block;
    height: 14px;
    width: 14px;
    background-image: url(../images/purchaseLakehood.png);
    background-repeat: no-repeat;
    background-position: -90px 0px;
    cursor: pointer;
	margin-left: 5px;
}

.pl_50 {
	display: inline-block;
    height: 14px;
    width: 14px;
    background-image: url(../images/purchaseLakehood.png);
    background-repeat: no-repeat;
    background-position: -105px 0px;
    cursor: pointer;
	margin-left: 5px;
}

.pl_60 {
	display: inline-block;
    height: 14px;
    width: 14px;
    background-image: url(../images/purchaseLakehood.png);
    background-repeat: no-repeat;
    background-position: -120px 0px;
    cursor: pointer;
	margin-left: 5px;
}

.pl_80 {
	display: inline-block;
    height: 14px;
    width: 14px;
    background-image: url(../images/purchaseLakehood.png);
    background-repeat: no-repeat;
    background-position: -195px 0px;
    cursor: pointer;
	margin-left: 5px;
}

.pl_99 {
	display: inline-block;
    height: 14px;
    width: 14px;
    background-image: url(../images/purchaseLakehood.png);
    background-repeat: no-repeat;
    background-position: -210px 0px;
    cursor: pointer;
	margin-left: 5px;
}

.dialog-body {
    background-color: #fff;
    border-radius: 5px;
    padding: 19px 17px;
    position: relative;
    font-family: 'Arial Regular';
    font-size: 14px;}

.clientInfo {
    padding-bottom: 16px;
}

.clientInfo > span {
    font-family: 'Product Sans Bold';
	font-size: 18px;
    color: blue;
}

.dialog-body > a {
	font-family: 'Montserrat Bold';
	font-size: 12px;
	color: #fff !important;
	padding: 16px 63px;
	background-color: #004477;
	border-radius: 100px;
	display: inline-block;
	top: 100px;
	margin-left: 120px;
}

.dialog-body > p {
    font-family: 'Product Sans Bold';
	font-size: 18px;
	color: #333333;
	margin-bottom: 22px;
	margin-top: -21px;
}

.dialog-body > label > input, 
.dialog-body > label > select, 
	.dialog-body > label > span > input {
    width: 300px;
    height: 40px;
    border-radius: 3px;
    background-color: #F7F7F7;
    box-shadow: 3px 3px 12px -8px black inset;
    text-indent: 10px;
    font-family: 'Arial Regular';
    font-weight: 500;
    font-size: 12px;
    color: #004477;
    background-repeat: no-repeat;
    background-position: 95% center;
}
.dialog-body > label {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    font-size: 14px;
    color: #333333;
    margin-bottom: 20px;
}

.addtocart > label:nth-of-type(2) {
    margin-bottom: 24px;
    margin-top: 4px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.addtocart > label:nth-of-type(2) > span {
	margin-left: 30px;
}

.dialog-body > label > img {
	position: absolute;
    right: 15px;
    cursor: pointer;
}

.dialog-body > label > img:first-of-type {
    top: 10px;
}

.dialog-body > label > img:last-of-type {
    top: 25px;
}

.addtocart > a {
	padding-right: 24px !important;
	padding-left: 52px !important;
	background-image: url(../images/cartplus.png);
	background-repeat: no-repeat;
	background-position: 17px center;
	margin-top: 12px;
	margin-left: 134px !important;
}

input.hasDatepicker {
	background-image: url(../images/calendarLogo.png) !important; 
}
