html {
    height: 100%;
}
body {
	height: 100%;
	margin: 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: -webkit-gradient(linear, 0% 5%, 0% 100%, from(rgba(171, 219, 162, 1)), to(#fff));
	background-image: -moz-linear-gradient(center top , rgba(171, 219, 162, 1), #fff);
	background-image: -ms-linear-gradient(top , rgba(171, 219, 162, 1), #fff);
	background-image: -o-linear-gradient(center top, rgba(171, 219, 162, 1), #fff);
}

#logo{
	background-color: white;
	padding: 5px;
}

.header-icon-user {
	background-image: url(images/ui-icons_ffffff_256x240.png);
	height: 14px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.center {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.clear { clear:both; }

.header, .footer {
	background-color: rgba(91, 158, 104, 1);
	min-height: 30px;
	margin-left: 0px;
}

.header {
	box-sizing:border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-left: 2px solid black;
	border-right: 2px solid black;
}

.header a{
	color: lightgreen;
}
.header a:hover{
	color: lightgreen;
}

.footer {
	text-align: center;
	line-height: 30px;
	margin-top: 5px;
	border-radius: 5px;
	display: inline-block;
	border-radius: 5px;
	border-radius: 12px;
	box-sizing:border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 2px solid black;
}

.footer span{
	display:inline-block;
	vertical-align:middle;
}
.footer img{
	height: 50px;
	margin: 5px;
	border: 2px solid black;
	border-radius: 5px;
}

.full {
	width: 100%;
	height: 100%;
	margin:auto;
	padding:0px;
}
.maintable {
	border:2px solid;
}
.fieldset {
	background-color: #fff;
	border:1px solid;
}
textarea {
	width:100%;
	box-sizing:border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.right { text-align: right; }

table form { margin-bottom: 0; }
form ul { margin-left: 0; list-style: none; }
.error { color: red; font-style: italic; }

input[type='checkbox']{
	margin:5px;
}
.ui-search-input input {
	display:table !important;
}

.required {
	background-color: yellow !important;
	color: #000;
	font-weight: bold;
}

input[type="text"].editable{
	background-color: yellow !important;
	color: #000;
	font-weight: bold;
	border: 1px solid #ccc !important;
	box-sizing:border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height:100% !important;
}
.ui-search-input input {
	height: 20px;
}
.tableselection{
	width:100%;
	border-top: 2px solid;
	margin-top:15px;
	padding-top:5px;
	margin-bottom:-15px;
}

.tableselection td{
	border-top: 0px;
	padding-top: 5px;
}

select {
	padding: 0px;
	height: 20px;
}

tr.ui-search-toolbar select{
	height: 22px;
}

.combobox {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0px !important;
	border-top-right-radius: 0px !important;
}

#tabtable {
	width: 100%;
	border-top:2px solid;
	margin-top:15px;
}

.breadcrumbs{
	padding-top:5px;
	padding-bottom:5px;
	padding-left: 10px;
	background-color: rgba(91, 158, 104, 1);
	color: white;
	font-weight: bold;
	box-sizing:border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-left:2px solid black;
	border-bottom:2px solid black;
	border-right:2px solid black;
}
.breadcrumbs a{
	color: lightgreen;
}

.mainpage {
	padding-top: 5px;
}

@media (max-width: 767px){
	.mainpage {
		margin-top: 5px;
		margin-left: 0px !important;
	}
}

.formtable {
	border: 2px solid;
	box-shadow: 2px 5px 25px 2px;
	border-collapse: separate;
}

#sidebar {
	padding-top: 5px;
}

label {
	line-height: 22px;
}

.section{
	background: rgb(86, 179, 69); /* Old browsers */
	background-image: -webkit-gradient(linear, 0% 5%, 0% 100%, from(#fff), to(rgba(86, 179, 69, 0.5)));
	background-image: -moz-linear-gradient(center top , #fff, rgba(86, 179, 69, 0.5));
	background-image: -ms-linear-gradient(top , #fff, rgba(86, 179, 69, 0.5));
	background-image: -o-linear-gradient(center top , #fff, rgba(86, 179, 69, 0.5));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr=rgba(86, 179, 69, 0.5),GradientType=0 ); /* IE6-9 */
	border-radius: 15px;
	border: 2px solid black;
}
.section-title{
	width:100%;
	font: bold 20px Georgia, sans-serif;
	text-align: center;
	cursor: default;
}
.files{
	display: table;
	margin: auto;
}
.file:hover{
	background-color: rgb(238, 238, 238);
}
.file {
	border-radius:10px;
	width: 120px;
	height: 84px;
	float: left;
	cursor: pointer;
	margin: 10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	background-color: rgb(219, 219, 219);
	box-shadow: 1px 1px 1px 1px;
}
.file-icon {
	width:64px;
	height:64px;
	background-repeat:no-repeat;
	cursor: pointer;
	margin:auto;
}
.file-name{
	text-align:center;
	font: bold 15px arial, sans-serif;
}

#selected_address{
	text-align:center;
	font-weight:bold;
	font-size:14px;
	cursor:pointer;
	padding-top:2px;
	background-color: rgba(91, 158, 104, 1);
	border: 2px solid black;
	border-radius: 4px;
	margin-bottom: 5px;
}

#selected_address:hover{
	color:red;
	text-decoration: underline;
	text-shadow: none;
	background-color: rgba(151, 206, 162, 1);
}

.ui-icon {
	cursor: pointer;
}
.ui-pg-button{
	border: none !important;
}

.ui-pg-div{
	border: none !important;
	background:none !important;
	font-weight: bold;
	color:black;
}

.HeaderButton.ui-state-hover{
	border:none !important;
	background:none !important;
}

.ui-icon-trash, .ui-icon-check, .ui-icon-pencil, .ui-icon-plus, .ui-icon-refresh, .ui-icon-search, .ui-icon-circle-triangle-n, .ui-icon-circle-triangle-s, .ui-icon-seek-first, .ui-icon-seek-prev, .ui-icon-seek-next, .ui-icon-seek-end, .ui-icon-copy{
	border: 1px solid black;
	background-image: url(images/ui-icons_222222_256x240.png) !important;
	border-radius: 5px;
	background-color: khaki;
	box-shadow: 1px 1px 1px;
}

.ui-icon-trash:hover, .ui-icon-check:hover, .ui-icon-pencil:hover, .ui-icon-plus:hover, .ui-icon-refresh:hover, .ui-icon-search:hover, .ui-icon-circle-triangle-n:hover, .ui-icon-circle-triangle-s:hover, .ui-icon-seek-first:hover, .ui-icon-seek-prev:hover, .ui-icon-seek-next:hover, .ui-icon-seek-end:hover, .ui-icon-copy:hover{
	background-color:rgb(255, 248, 186);
}

.fc-header-title h2, #product-list .title.span12, #selected_address, #ordersheet-title, #comment-div span, .header, .footer{
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	color: white;
	font-weight: bold;
}
.header a{
	text-shadow: none;
}