/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }
body {
	font: 16px 'Gilda Display', arial; }
body,html{height:100%;}
table,td,tr{padding: 0; margin: 0; vertical-align: top;}
td{height: 100%;}
table{width:100%;}
body {
	background: #fcfbf9 url('../../storage/core_portal/bg.png') !important;
}*/
a {
	color: #919191;
	text-decoration: none;
	opacity: 1;
}
a:hover {
	color: #3d3d3d;
	text-decoration: underline;
}
a:visited {
	color: #919191;
	text-decoration: none;
}

.head {
	font-weight: bold;
	text-align: left;
	width: 125px;
	padding: 5px;
}
.field {
	padding: 5px;
}

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('./storage/core_portal/ico_info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('./storage/core_portal/ico_success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('./storage/core_portal/ico_warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('./storage/core_portal/ico_error.png');
}


/* #Layout Styles
================================================== */

#container {
	height: 100%;
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0 auto;
}
#navigation {
	display: table-cell;
	width: 180px;
	background: #FFF;
}
#divide {
	display: table-cell;
	width: 20px;
}
#content {
	display: table-cell;
	background: #FFF;
	vertical-align: top;
	color: #444;
}

.menu {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	color: #919191;
	line-height: 16px;
	padding-bottom: 8px;
	border-color: #bbb !important;
	border-bottom: 2px dotted;
	font-family: arial;
}

.menulink {
	/* font-weight: bold; */
	font-size: 16px;
	/* vertical-align: baseline; */
	color: #e9e4e4;
}

.menulinkactive {
	color: #3d3d3d;
}

.menufoot {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	color: #919191;
	line-height: 16px;
	padding-bottom: 8px;
	font-family: arial;
}

.menuextra {
	margin-top: 10px;
	text-align: center;
	font-size: 10px;
	color: #aaa;
}

.fontBold {
	font-weight: bold;
}
/*
h1 {
	font-size: 30px;
	font-weight: bold;
	color: #b2ac41;
	
	font-family: 'Alegreya Sans SC', sans-serif;
}
h2 {
	font-size: 22px;
	font-weight: bold;
	color: #b2ac41;
	
	font-family: 'Alegreya Sans SC', sans-serif;
}
h3 {
	font-size: 22px;
	font-weight: normal;
	color: #b2ac41;
	
	font-family: 'Alegreya Sans SC', sans-serif;
}
h4 {
	font-size: 22px;
	font-weight: bold;
	color: #b2ac41;
	width: 100%;
	border-bottom: 1px solid #b2ac41;
	
	font-family: 'Alegreya Sans SC', sans-serif;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #b2ac41;
	width: 100%;
	border-bottom: 1px solid #b2ac41;
	
	font-family: 'Alegreya Sans SC', sans-serif;
}
h6 {
	font-size: 16px;
	font-weight: normal;
	color: #b2ac41;
	
	font-family: 'Alegreya Sans SC', sans-serif;
}
*/
/* BUTTON */
button,input[type='submit'],input[type='button'] {
  background: #f4f4f4;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  background: -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
  -moz-border-radius: 2px;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -moz-user-select: none;
  background: -moz-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
  background: -o-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
  
  border-radius: 2px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #aaa;
  color: #444;
  font-size: inherit;
  margin-bottom: 0px;
  min-width: 4em;
  padding: 3px 12px 3px 12px;
}

button:hover,input[type='submit']:hover,input[type='button']:hover {
  background: #f8f8f8;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  background: #ebebeb -webkit-linear-gradient(#fefefe, #f8f8f8 40%, #e9e9e9);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  background: #ebebeb -moz-linear-gradient(#fefefe, #f8f8f8 40%, #e9e9e9);
  background: #ebebeb -o-linear-gradient(#fefefe, #f8f8f8 40%, #e9e9e9);
  
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  border-color: #999;
  color: #222;
  box-shadow: 0 0 3px #999999;
  outline: 0 none;
}

button:active,input[type='submit']:active,input[type='button']:active {
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
  background: #ebebeb -webkit-linear-gradient(#f4f4f4, #efefef 40%, #dcdcdc);
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
  background: #ebebeb -moz-linear-gradient(#f4f4f4, #efefef 40%, #dcdcdc);
  background: #ebebeb -o-linear-gradient(#f4f4f4, #efefef 40%, #dcdcdc);
  
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
  color: #333;
}

button[disabled],input[type='submit'][disabled],input[type='button'][disabled],button[disabled]:hover,input[type='submit'][disabled]:hover,input[type='button'][disabled]:hover {
  background: #f4f4f4;
  -webkit-box-shadow: none;
  background: -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
  -moz-box-shadow: none;
  background: -moz-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
  background: -o-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
  
  box-shadow: none;
  border-color: #aaa;
  color: #888;
}
/*
input[type="password"], input[type="text"], input[type="url"], textarea {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	
	border-radius: 3px;
	border: 1px solid #AAA;
	font-size: inherit;
	font-family: arial;
	padding: 3px;
	width: 75px;
}

select {
	border-radius: 3px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	background-position: center right;
	background-repeat: no-repeat;
	border: 1px solid #AAA;
	color: #555;
	font-size: inherit;
	margin: 0;
	overflow: hidden;
	padding: 2px 2px 2px 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
select:hover {
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	background-image: url("../icon_download.png"), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	background-image: url("../icon_download.png"), -moz-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
	background-image: url("../icon_download.png"), -o-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
	
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	color: #333 !important;
	box-shadow: 0 0 3px #999999;
	outline: 0 none;
}
input[type="checkbox"] {
	width: 18px;
	height: 18px;
	padding: 0px;
	margin:0px;
	vertical-align:middle;
	line-height: 18px;
}
*/
/* #Table Styles
================================================== */
/* TABLE LAYOUT */
.tableProto th {
    border-color: buttonhighlight buttonshadow buttonshadow buttonhighlight;
    border-style: solid;
    border-width: 1px;
    cursor: default;
	padding: 2px 5px;
	text-align: left;
	line-height: 20px;
	cursor: pointer;
}
.tableProto td {
	padding: 2px 5px;
	cursor: pointer;
	/*line-height: 20px;*/
}
.tableProto tr {
	line-height: 20px;
}
.tableProto th:hover {
	background-color: #DDD;
}
.tableProto th:active {
	border-color: buttonshadow buttonhighlight buttonhighlight buttonshadow;
    padding: 3px 4px 1px 6px;
}
.tableProto thead {
    background: none repeat scroll 0 0 buttonface;
}
.tableProto {
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-border-radius: 3px;
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	
	border-radius: 3px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    background: none repeat scroll 0 0 window;
    border: 1px solid #DDDDDD;
    color: #333;
	border-spacing: 0px;
	margin-top: 5px;
}
.tableNomargin {
	margin-top: 0px !important;
}
.tableNoseparation {
	margin: 0px !important;
	padding: 0px !important;
}
.tableEven {
    background: none repeat scroll 0 0 #EEEEEE;
	cursor: pointer;
}
.tableHidden {
    color: #888;
}
.tableDisplay {
	font-size: 16px;
	font-weight: bold;
	height: 30px;
}
.tableOdd {
	cursor: pointer;
}
.tableCell {
	width: 18px;
	white-space: nowrap;
	background-image: none !important;
}
.tableField {
	width: 50px;
	white-space: nowrap;
}
.tableColumn {
	width: 100px;
	white-space: nowrap;
}
.tableIcon {
	padding: 2px 0 0 0;
	vertical-align: top !important;
}
.tableEven:hover  {
    background-color: #DDD;
}
.tableOdd:hover {
    background-color: #DDD;
}
.tableHighlight {
    background-color: #DDD;	
}
.tableSelected {
    background-color: #CCC;	
}
.tableBlank {
    background-color: #fff;	
}

.divRight {
  float: right !important;
  margin-left: 3px;
}
.toolbarButton {
  background: #f4f4f4;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  background: -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
  -moz-border-radius: 3px;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -moz-user-select: none;
  background: -moz-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
  background: -o-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
  
  border-radius: 3px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #aaa;
  color: #5c5c5c;
  font-size: inherit;
  margin-bottom: 0px;
  padding: 3px 5px 3px 5px;
  font-size: 12px;
  line-height: 15px;
  cursor: pointer;
  text-shadow: none;
  /* overflow: hidden; */
  position:relative;
  margin-bottom: 4px;
  
	font-family: arial;
}
.toolbarButton:hover {
  background: #f8f8f8;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  background: #ebebeb -webkit-linear-gradient(#fefefe, #f8f8f8 40%, #e9e9e9);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  background: #ebebeb -moz-linear-gradient(#fefefe, #f8f8f8 40%, #e9e9e9);
  background: #ebebeb -o-linear-gradient(#fefefe, #f8f8f8 40%, #e9e9e9);
  
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  border-color: #444;
  color: #222;
}
.toolbarButton:active {
  background: #efefef;
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
  background: #ebebeb -webkit-linear-gradient(#f4f4f4, #efefef 40%, #dcdcdc);
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
  background: #ebebeb -moz-linear-gradient(#f4f4f4, #efefef 40%, #dcdcdc);
  background: #ebebeb -o-linear-gradient(#f4f4f4, #efefef 40%, #dcdcdc);
  
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
  color: #333;
}
.toolbarButton img {
  vertical-align: middle;
  opacity:0.7;
}
.toolbarButton:hover img {
  vertical-align: middle;
  opacity:1;
}

.qty {
	border: 1px solid #ff0000 !important;
}
.table-condensed {
	width:100%;
}