@charset "utf-8";
/* CSS Document */

/* Prevent safari bottom of screen bounce */
body,
html {
  /* position: fixed; */
}

body {
	height: 100%;width: 100%;overflow: auto; /* Prevent safari bottom of screen bounce */

	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	color:#404040;
	margin: 0;
	padding: 0;
	min-width: 980px;
}

.container {
	width: 980px;
	min-width: 980px;
	background: #FFF;
	margin: 0 auto;
    height:auto;
}

.content {
	padding: 2px 0;
}

#loadingImage, .loadingImage {
    margin: 20px auto;
	width: 41px;
	height: 42px;
	background-repeat: no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAqCAYAAAAu9HJYAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAB3RJTUUH3wwdEQ8rfv9K0QAAANlJREFUWMPtmMsSgCAIRYXh/3+ZVm6aHAWupDO4rLwdiWekqu30xe2CVZAFedqSqAARTdODqlLoHZ4UtAJmge16o/ucBdj3vvev6HEW4JfOqp7s8r3Z85YDSxRw5Ef9OsL64gVcjVgELCOjdFca4oxASbekxyLRw7JF+A/Aa2o3VWdekAUJLIuW1IFKTbB+8srPvduKYcisCsSZgF4tN6THIt46HhppZ1NepLOHzt0jWOQ8Lha/QQ5XFp9miyAqWKw6bBVUVYrAutJWtJ889l9QdUEFWZAFiVkPZRaVVSkJxV4AAAAASUVORK5CYII=);
	-webkit-animation:spin 1s linear infinite;
	-moz-animation:spin 1s linear infinite;
	animation:spin 1s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

#loadingImageSmall, .loadingImageSmall {
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-image: url(data:data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAgMAAADw5/WeAAAACVBMVEVMaXHDw8MAAABjT8YlAAAAAXRSTlMAQObYZgAAAEVJREFUeF4lyrENwCAQA8D7ghF+Hxp6hMg+GQdlyoTQnCzbADFu5Fi/D1EsSqVvo8vPKTHByU5z1vNUbKVeudpEbkWrgBe/DwsPSM139AAAAABJRU5ErkJggg==);
	-webkit-animation:spin 1s linear infinite;
	-moz-animation:spin 1s linear infinite;
	animation:spin 1s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	padding-right: 10px;
	padding-left: 10px;
}
a {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	text-decoration: underline;
}
/* this gives a keyboard navigator the same hover experience as the person using a mouse. */
a:hover, a:active, a:focus { text-decoration: none; }

/* Make sure textarea width:100% do not overflow parent */
textarea {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.ui-selectable .ui-selecting { background: #FECA40; }
.ui-selectable .ui-selected { background: #F39814; color: white; }
.ui-selectable { list-style-type: none; margin: 0; padding: 0; }
.ui-selectable li { margin:0px; padding: 4px; }

.results_cell { float:left;overflow:hidden;height:16px;cursor:default;padding:0 4px 0 4px }

.redborder {
	-webkit-box-shadow: 0px 0px 4px red;
	-moz-box-shadow: 0px 0px 4px red;
	box-shadow: 0px 0px 4px red;
}
.redframe { border-color:red !important; }
.redtext { color: red !important; }
.bluetext { color: blue !important; }
.greyborder { border: 1px solid #BBB; }
.greytext { color: gray !important; }
.italictext { font-style: italic; }
.label { white-space:nowrap;font-weight:bold; }

.hh_drop_down_btn:hover { background-color:lightgray; }

.no-close .ui-dialog-titlebar-close {display: none } /* Hide the close button on a dialog */

.tab_scroller { overflow: auto; height:auto;}

.ui-jqgrid .ui-jqgrid-btable {
	cursor : default;
	font-size:1em !important;
}
.file_upload_bar
{
	display:inline-block;
	border:1px solid #CCC;
	width:315px;
	overflow:hidden;
	white-space:nowrap;
	margin-left:4px;
}
.uploadfilename
{
	display:inline-block;
	width:120px;
	margin:2px;
	overflow:hidden;
	white-space:nowrap;
}
.multi_line_grid tr.jqgrow td {
	white-space: normal !important;
    /*height:auto;*/
}
hr {
	border: 0;
	border-top: 1px solid #ccc;
}

.jqg_note {
	height:auto !important;
}

/* Disable browser up and down butons (too buggy) */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}
.tiles { width:221px;height:80px;margin:12px 4px; cursor:pointer }
.tile_title { text-align:center;font-size:1.5em; font-weight:bold; padding:-4px 4px 0 4px; }
.tile_content { text-align:center;font-size:1.2em }

/* Memo in job edit picklist */
.info_memo {
	width:100px;
	height:250px;
	overflow-y:auto;
	overflow-x:hidden;
	padding:2px;
	font-weight:normal !important;
}

.ui-autocomplete-loading {
	background: white url("/images/ui-anim_basic_16x16.gif") right center no-repeat;
}
.css_italic {
	font-style:italic !important;
}
/* Italic rows in jqgrid */
.css_italic td {
	color:#999
}
.css_bold {
	font-weight:bold !important;
}
.invisible_border {
	border:1px solid transparent;
}
/* Table with cells that cant expand or wrap */
table.contained td, table.contained th {
	white-space:nowrap;
	overflow:hidden;
}

/* Ites to supply frame */
.item_price_shaded {
	font-style:italic;
	color:#aaa;
}
.items_tree .jstree-anchor,  .items_tree .cust_node{
	width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
}
.items_tree .node_desc{
	max-width:400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.items_tree .cust_node {
	display:inline-table;
}
.items_tree .item_cell {
	border-left:1px solid #AAA;
	overflow:hidden;
}

/* The scan code input to glow when selected */
input.scan_code {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	padding: 3px 0px 3px 3px;
	margin: 5px 1px 3px 0px;
	border: 1px solid #DDDDDD;
}
input.scan_code:focus {
	box-shadow: 0 0 5px rgba(255, 0, 0, 1);
	padding: 3px 0px 3px 3px;
	margin: 5px 1px 3px 0px;
	border: 1px solid rgba(255, 0, 0, 1);
}

/* Element with apointer */
.pointer {
	cursor:pointer;
}

/* Needed to override full calendar fc class */
.fc-custom-view table {
	border-collapse: separate;
	border-spacing: 0;
	border-color: inherit;
	font-size: 11px; /* normalize cross-browser */
}

.fc-custom-view th,
.fc-custom-view td {
	border-style: solid !important;
	border-top-width: 0 !important;
	border-right-width: 1px !important;
	border-left-width: 0 !important;
	border-bottom-width: 1px !important;
	border-color: rgb(221,221,221);
	padding: 0;
	vertical-align: middle !important;
}


.hh_tree_container {
	-moz-appearance:textfield;
	-webkit-appearance:textfield;
	appearance:textfield;
	border:1px solid gray;
	overflow:hidden;
	padding:2px;
	position:relative;
	cursor:pointer;
	display:inline-block;
	background-color:#fff;
}
.hh_tree_dropdown {
	display:none;
	position:absolute;
	z-index:999;
	height:auto;
	max-height:300px;
	background:#fff;
	border:1px solid;
	padding:6px;
	overflow-y:auto;
	overflow-x:hidden;
}
ul.hh_tree, ul.hh_tree ul {
	list-style-type: none;
	background: url(/images/tree/vline.png) repeat-y;
	margin: 0;
	padding: 0;
}
ul.hh_tree ul {
	margin-left: 10px;
}
ul.hh_tree li {
	margin: 0;
	padding: 0 0 0 12px;
	line-height: 20px;
	background: url(/images/tree/node.png) no-repeat;
}
ul.hh_tree li:last-child {
	background: #fff url(/images/tree/lastnode.png) no-repeat;
}

.ui-autocomplete {
	overflow-y:scroll;
	max-height:300px;
	overflow-x:hidden;
}

.availability_cell {
	min-width:65px;
	max-width:65px;
}

.timebar_date {
	position: absolute;
	display:inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/* margin-bottom: 6px;*/
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	border: 1px solid #ddd;
	font-size: 1.1em;
	white-space:nowrap;
	overflow:hidden;
	opacity: 0.95;
	background-color:white;
}
.timebar_over_right {
	border-top-right-radius:0 !important;
	border-bottom-right-radius:0 !important;
}
.timebar_over_left {
	border-top-left-radius:0 !important;
	border-bottom-left-radius:0 !important;
}
.timebar_scale {
	position: absolute;
	display:inline-block;
	height:28px;
	overflow:hidden;
	white-space:nowrap;
	font-size: 1.1em;
	font-weight: bold;
	border:0;
	padding-left:4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	cursor:default;
}
.bar_container {
	position:relative;
	left:0;
	min-height:1px;
}
.scale_container {
	left:0;
	position:relative;
	min-height:28px;
	width:100%;
}

.extra_col_1, .extra_col_2, .extra_col_3, .extra_col_4 {
	display:none;
}

@media screen and (min-width: 1200px) {
	.extra_col_1 {
		display:table-cell;
	}
}
@media screen and (min-width: 1360px) {
	.availability_cell {
		min-width:85px;
		max-width:85px;
	}
	.extra_col_1, .extra_col_2 {
		display:table-cell;
	}
}
@media screen and (min-width: 1600px) {
	.availability_cell {
		min-width:98px;
		max-width:98px;
	}
	.extra_col_1, .extra_col_2, .extra_col_3 {
		display:table-cell;
	}
}
@media screen and (min-width: 1920px) {
	.extra_col_1, .extra_col_2, .extra_col_3, .extra_col_4 {
		display:table-cell;
	}
}
@media screen and (min-width: 2040px) {
	.availability_cell {
		min-width:125px;
		max-width:125px;
	}
	.extra_col_1, .extra_col_2, .extra_col_3, .extra_col_4 {
		display:table-cell;
	}
}

@media screen, projection, tv {
	.items_tree_container {
		/* height:518px; */
		overflow:auto;
	}
}
@media print {
	.items_tree_container {
		page-break-before: avoid;
		page-break-inside: avoid;
		page-break-after: avoid;
	}
	.items_tree {
		page-break-before: avoid;
		page-break-inside: avoid;
		page-break-after: avoid;
	}
}