td{vertical-align: top;}
div.overlay {
    display:none;
    min-height: 50px;
    min-width: 200px;
    width: auto;
    height: auto;
    max-width:600px;
    max-height:500px;
    padding:8px 16px;
    position: fixed;
    left: calc(50% - 300px);
    top: calc(50% - 230px);
    border:10px solid #EAA50E;
    -moz-border-radius:15px;
    border-radius: 15px;
    z-index: 1001;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    background:#F7FFB7;
    background:radial-gradient(#F7FFB7,#EAF966,#F2FAAE);
    box-shadow:0 10px 100px black;
    -moz-box-shadow:0 10px 100px black;
    -webkit-box-shadow:0 10px 100px black;
    opacity: 0;
}
div .cont{width:100%;max-height:498px;overflow:scroll;z-index: 1001;}

	* {
		margin: 0px;
		padding: 0px;outline: none;
	}


	.forms {
        margin-top:5px;
        margin-left:auto;margin-right:auto;
		width: 350px;
		background:radial-gradient(#F7FFB7,#EAF966,#F2FAAE);
		padding: 20px;
		-moz-border-radius: 1em 1em 1em 1em;
		-webkit-border-radius: 1em 1em 1em 1em;

	}

	.labelstitle {
		padding-bottom:5px;
		font-size: 18px;
		font-family: arial, sans-serif;
		list-style-type: none;
		color: #fff;
		text-shadow: #000 1px 1px;
		margin-bottom: 20px;
		font-weight: bold;
		letter-spacing: 1px;
		text-transform: uppercase;
		display: block;
		width:350px;
		border-bottom:1px solid white;
		background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#963AD6), to(#4E0085));
	}
	.labelslink {
		padding-top:15px;
		font-size: 15px;
		font-family: arial, sans-serif;
		list-style-type: none;
		color: #fff;
		text-shadow: #000 1px 1px;
		margin-top: 20px;
		margin-bottom: 20px;
		font-weight: bold;
		letter-spacing: 1px;
		text-transform: titlecase;

	}


	.labelslink a {
		padding-top:15px;
		font-size: 13px;
		font-family: arial, sans-serif;
		list-style-type: none;
		color: Orangered;
		text-shadow: #000 1px 1px;
		margin-top: 20px;
		margin-bottom: 20px;
		font-weight: bold;
		letter-spacing: 1px;
		text-transform: titlecase;

	}
	.labelslink a:hover {
		padding-top:15px;
		font-size: 13px;
		font-family: arial, sans-serif;
		list-style-type: none;
		color: yellow;
		text-shadow: #000 1px 1px;
		margin-top: 20px;
		margin-bottom: 20px;
		font-weight: bold;
		letter-spacing: 1px;
		text-transform: titlecase;

	}

	.labels {
		font-size: 13px;
		font-family: arial, sans-serif;
		list-style-type: none;
		color: #fff;
		text-shadow: #000 1px 3px;
		margin-bottom: 10px;
		font-weight: bold;
		letter-spacing: 1px;
		text-transform: uppercase;
		display: block;

	}

	.input {
	  -webkit-transition-property: -webkit-box-shadow, background;
	  -webkit-transition-duration: 0.25s;
	  	padding: 6px;
		border-bottom: 0px;
		border-left: 0px;
		border-right: 0px;
		border-top: 1px solid #ad64e0;
		-moz-box-shadow: 0px 0px 2px #000;
		-webkit-box-shadow: 0px 0px 2px #000;
		margin-bottom: 10px;
		background: #BBB;
		width: 280px;
		height: 23px;
	}

	.submits {
	  -webkit-transition-property: -webkit-box-shadow, background;
	  -webkit-transition-duration: 0.25s;
		width: 120px;
		height: 35px;
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#963AD6), to(#781bb9));	
		background:  -moz-linear-gradient(19% 75% 90deg,#781bb9, #963AD6);
		color: #fff;
		text-transform: uppercase;
		text-shadow: #000 1px 1px;
		border-top: 1px solid #ad64e0;
		margin-top: 10px;
	}

	.submits:hover {
		-webkit-box-shadow: 0px 0px 2px #000;
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#963AD6), to(#781bb9));
		background:  -moz-linear-gradient(19% 75% 90deg,#781bb9, #963AD6);
	} 

	.submits:active {
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#781bb9), to(#963AD6));
		background:  -moz-linear-gradient(19% 75% 90deg,#963AD6, #781bb9);
	}

	.input:hover {
		-webkit-box-shadow: 0px 0px 4px #000;
		background: #CCC;
	}
.close {
cursor: pointer;
margin-top:-20px;margin-right:-10px;
border:none;
color:none;
float:right;
z-index:1002;
width:30px;height:30px;
background:url('images/close.png') no-repeat;
}
.lighterror{
margin-top:3px;margin-bottom:10px;margin-left:auto;margin-right:auto;display:none;padding:8px;width:375px;height:auto;font-weight:bold;border:1px solid red;background:#FFCCFF;text-align:center;
}

.sticky-container {
position: fixed;
left: -156px;
top: 150px;
width: 200px;
clear:both;
z-index:20000;
}
.sticky {clear:both;}
.sticky li {
cursor: pointer;
list-style-type: none;
background-color: #333;
color: #efefef;
height: 43px;
margin: 0px 0px 1px 0px;
/*-webkit-filter: grayscale(100%);*/
border-radius:0.5em 0.5em 0.5em 0.5em; -webkit-border-radius:0.5em 0.5em 0.5em 0.5em; -moz-border-radius:0.5em 0.5em 0.5em 0.5em;
}
.sticky li:hover {
margin-left:0px;
width:120px;
height: 43px;
color:#FFF;
background-color: #333;
-webkit-filter: grayscale(0%);
}
.sticky li img {
cursor: pointer;
float: right;
margin: 5px 5px;
margin-right: 10px;
border-radius:0.5em 0.5em 0.5em 0.5em; -webkit-border-radius:0.5em 0.5em 0.5em 0.5em; -moz-border-radius:0.5em 0.5em 0.5em 0.5em;
}
.sticky li p {
padding: 0px;
margin: 0px;
color: #333;
float:right;
text-align:right;
text-transform: uppercase;
line-height: 43px;
}

.rating {
    float:left;
}

/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t 
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn’t make the test unnecessarily selective */
.rating:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0,0,0,0);
}

.rating:not(:checked) > label {
    float:right;
    width:1em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:200%;
    line-height:1.2;
    color:#ddd;
    text-shadow:1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0,0,0,.5);
}

.rating:not(:checked) > label:before {
    content: '★ ';
}

.rating > input:checked ~ label {
    color: #f70;
    text-shadow:1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0,0,0,.5);
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: gold;
    text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color: #ea0;
    text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}

.rating > label:active {
    position:relative;
    top:2px;
    left:2px;
}
.rating checked{
    line-height:1.2;
    color: gold;
    text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}
form input[type="text"]{height:20px;margin:2px;}
#result {
	height:20px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	padding:5px;
	margin-bottom:10px;
	background-color:#FFFF99;
}
#country{
	padding:3px;
	border:1px #CCC solid;
	font-size:17px;
}
.suggestionsBox {
	position: absolute;
	left: 360px;
	top:735px;
	margin: 10px 0px 0px 0px;
	width: 200px;
	padding:0px;
	background-color: #000;
	border-top: 3px solid #000;
	color: #fff;
}
.suggestionList {
	margin: 0px;
	padding: 0px;
}
.suggestionList ul li {
	list-style:none;
	margin: 0px;
	padding: 6px;
	border-bottom:1px dotted #666;
	cursor: pointer;
}
.suggestionList ul li:hover {
	background-color: #FC3;
	color:#000;
}

.load{
background-image:url(../images/loading.gif);
background-position:right;
background-repeat:no-repeat;
}

#suggest {
	position:relative;
}


#customer{
	padding:3px;
	border:1px #CCC solid;
	font-size:17px;
}
.customersBox {
	position: absolute;
	margin: 0px 0px 0px 0px;
	width: 200px;
	padding:0px;
	background-color: #000;
	border-top: 3px solid #000;
	color: #fff;
}
.customerList {
	margin: 0px;
	padding: 0px;
}
.customerList ul li {
	list-style:none;
	margin: 0px;
	padding: 6px;
	border-bottom:1px dotted #666;
	cursor: pointer;
}
.customerList ul li:hover {
	background-color: #FC3;
	color:#000;
}
ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	padding:0;
	margin:0;
}


#customer {
	position:relative;
}
.roundicons-content{width:100%;clear:both;}
.roundicons-group-display-title{text-align:center;clear:both;padding-bottom:20px;font-size:50px;color:black;}
.feature {float:left;display:inline-block; border:0px solid #EEE; padding:5px 7px;height:230px;text-align:center;margin:0px 3px;}
.feature article { width:250px;float:left; padding:5px 7px;text-align:center;}
.feature article h2 {letter-spacing:5px;text-align:center;padding:25px 0px;}
.feature article span i {margin:50px;}
.feature article p button {height:30px;}
.icon-launcher{border-radius:50%;font-size:60px;padding:30px;color:#FFF;text-align:center;height:70px;width:70px;clear:both;vertical-align:middle;}
.bggreen {background:#07BD17;margin:10px 5px;margin-left:40px;}
.bggolden {background:#F98910;margin:10px 5px;margin-left:40px;}
.roundicon-text{font-size:14px;text-align:center;font-weight:bold;height:60px;}

td .tdstyle input[type=text]{ height:25px;margin-top:-2px;}
td .tdstyle button{ height:32px;margin-top:0px;}

.panel {font-size:15px;width:46%;float:left;border-radius:15px;margin:5px 10px;border:1px solid #DDD;height:400px;display:inline;}
.panel-default {overflow:hidden;}
.bggreen_title {margin-top:-10px;height:160px;background:#60A205;width:auto;padding:10px 0px;}
.bgblue_title {margin-top:-10px;height:160px;background:#038DA6;width:auto;padding:10px 0px;}
.panel-heading {width:100%;height:86px;border-bottom:1px solid #DDD;}
.same-height-left{text-align:left;}
.panel-body {height:242px;width:100%;}
.panel-heading h2 {margin-left:20px;}
.panel-heading h2 a {font-size:40px;color:black;}
.panel-heading h2 i {font-size:50px;color:black;margin-right:20px;margin-left:20px;}
.col-xs-5 {width:40%;height:242px;}
.col-sm-7 {width:50%;height:242px;}
.text-center {text-align:center;}
.left-column {font-size:15px;float:left;border-right:1px solid #DDD;height:242px;padding:10px 20px;}
.right-column{font-size:15px;float:right;height:242px;text-align:left;padding:10px 20px;}
.ordernow{margin-top:10px;}