html {
    height: 100%;
}
body {
	height: 100%;
	margin: 0;
	background-attachment: fixed;
	/*background-color: #F2E2D2;*/
	background-color: rgba(85,85,85,0.4);
	padding: 0;
	font-size: 0.9em;
}

#logo{
	padding: 5px;
	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:135px;
	min-width:135px;
	/*background-color: #FFFFFF;*/
}

.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: #2A9D8F;*/
	background-color: rgba(47,65,91,0.8);
	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: black;*/
	color: white;
}
.header a:hover{
	color: lightyellow;
}

.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,
#tabtable .ui-widget-header {
	border: none;
	background-image: none;
	border-bottom: 1px solid lightgray;
	border-radius: 0;
}

.ui-widget-header {
	/*background: rgba(42, 157, 143, 0.7);*/
	background: rgba(122, 0, 38, 0.8);
	border-radius: 0;
	border: none;
	
}



.breadcrumbs{
	padding-top:5px;
	padding-bottom:5px;
	padding-left: 10px;
	/*background-color: #FF6F59;*/
	background-color: rgba(85,85,85,0.7);
	color: white;
	font-family: Helvetica Neue;
	/*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-left:2px solid black;*/
	/*border-bottom:2px solid black;*/
	/*border-right:2px solid black;*/
}
.breadcrumbs a{
	/*color: black;*/
	color: white;
}
.breadcrumbs a:hover{
	color: lightyellow;
}
#mainpage {
	margin-top:10px;
}

#mainpage .alert {
	background-color: whitesmoke;
	color: black;
}

@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-color: rgba(122, 0, 38, 0.8);
	background-image: -webkit-gradient(linear, 0% 5%, 0% 100%, from(rgba(122, 0, 38, 0.8)), to(rgba(122, 0, 38, 0.8)));
	background-image: -moz-linear-gradient(center top, rgba(122, 0, 38, 0.8) , rgba(122, 0, 38, 0.8));
	background-image: -ms-linear-gradient(top , rgba(122, 0, 38, 0.8), rgba(122, 0, 38, 0.8));
	background-image: -o-linear-gradient(center top , rgba(122, 0, 38, 0.8), rgba(122, 0, 38, 0.8));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=rgba(122, 0, 38, 0.8), endColorstr=rgba(122, 0, 38, 0.8),GradientType=0 ); /* IE6-9 */
	border-radius: 15px;
	border: 2px solid black;
	text-align:center;
}
.section-title{
	width:100%;
	/*font: bold 20px Georgia, sans-serif;*/
	text-align: center;
	font-size: 1.7em;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	color: white;
	line-height: 15px;
	cursor: default;
	margin-top: 10px;
	margin-bottom: 5px;
	font-family: Helvetica Neue;
}
.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:  15px Helvetica Neue, 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, .ui-icon-script{
	border: 1px solid black;
	background-image: url(images/ui-icons_222222_256x240.png) !important;
	border-radius: 5px;
	/*background-color: khaki;*/
	 background-color: rgba(85,85,85,0.5);
	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);*/
	background-color: rgb(255,255,255);
}

.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;
}

#economics-arrow-left, #training-arrow-left{
	float:left;
	width:35px;
	height:35px;
	margin-top: 0px;
	margin-bottom: 0px;
	cursor: pointer;
	/*background-image: url(images/ol-arrow.png);*/
	background-image: url(images/bl-arrow.png);
	background-repeat: no-repeat;
	background-size: 35px 35px;
	border: none;
}
#economics-arrow-left:hover, #training-arrow-left:hover{
	background-image: url(images/gl-arrow.png);
}
#economics-arrow-right, #training-arrow-right{
	float:right;
	width:35px;
	height:35px;
	margin-top: 0px;
	margin-bottom: 0px;
	cursor: pointer;
	/*background-image: url(images/or-arrow.png);*/
	background-image: url(images/br-arrow.png);
	background-repeat: no-repeat;
	border: none;
}
#economics-arrow-right:hover, #training-arrow-right:hover{
	background-image: url(images/gr-arrow.png);
}

.header-details{
	/*font-weight: bold;*/
}

@media (min-width: 768px){
	.header-details{
		margin-top:37px;
	}
}
@media (max-width: 767px){
	.header .span6{
		display:none;
	}
}
canvas{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#ui-datepicker-div{
	z-index: 1000 !important;
}

#imgupload_form{
	box-sizing: border-box;
}