@font-face {
	font-family: 'Barcode';
	src: url('fonts/BarcodeFont.eot');
	src: url('fonts/BarcodeFont.eot?#iefix') format('embedded-opentype'),
	url('fonts/BarcodeFont.woff') format('woff'),
	url('fonts/BarcodeFont.ttf') format('truetype');
}
.barcode {
	font-family: 'Barcode';
	text-align: center;
	font-size: 100px;
	margin: 30px 0;
}
#chartContainer tspan {
	font-size: 10px!important;
}


body, p, ul, li, h1, h2, h3, h4, input, form {
	margin:0;
	padding:0;	
}
ul {
	list-style:none;
	list-style-type:none;
}
img { border:0; }
* { font-family:Arial, Helvetica, sans-serif; color:#333; font-size:12px; }
* a { text-decoration:none; outline:none; }

.clear { clear:both; }
.placeholder { width: 95%; max-width:1650px; margin:0 auto!important; }
.text-center {
	text-align: center;
}
#loading {
/* 	background-color: #fff; */
	opacity: 0.8;
	background:url(images/opacity.png);
	position:fixed;
	z-index:1000;
	width:100%;
	height:100%;
}
#loading .loader {
	background:url(images/loader.gif) no-repeat center center #fff;
	border-radius:15px 15px 15px 15px;
	box-shadow:0 0 5px #999999;
	width:70px;
	height:70px;
	position:fixed;
	top:40%;
	left:50%;
	margin:-35px 0 0 -35px;
	z-index:1001;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
#header {
	background:url(images/bg_header.jpg) no-repeat center #0f1d2b;
}
#header a.logo {
	background:url(images/nobel_logo.png) no-repeat;
	width:174px;
	height:116px;
	display:block;
	text-indent:-9999px;
}
#header .welcome {
	float:right;
	color:#fff;
}
#header .welcome a {
	color:#fff;
}
#header .placeholder { 
	height:137px;
	display: flex;
	align-items: center;
	justify-content: space-between;	
}
#chat {
	position: absolute;
	right: 0;
	top:-5px;
}
.nics {
	background:url(images/nics_logo.gif) no-repeat;
	width:363px;
	height:36px;
}
.search {
}
.search td {
	color: #fff;
}
.nav {
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
}
.nav .placeholder {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#nav li {
	display: inline-block;
	position: relative;
	border-bottom: 0;
}
#nav li a {
	display:block;
	text-align:center;
	text-transform:uppercase;
	color:#777;
	font-weight:bold;
	font-size:13px;
	padding:20px 20px;
}
#nav li:hover a  {
	background-color: #1e93e4;
	color:#fff;
}
#nav li ul {
	position:absolute;
	display:none;
	padding-top:1px;
	z-index:1;
	width: 250px;;
}

#nav li ul li {
	width: 100%;
}
#nav li ul li a {
	display: block;
	border-radius: 0;
	color: #777!important;
	background:#fff!important;
	text-align:left!important;
	font-size:12px;
	padding:8px 20px;
	border:1px solid #ccc;
	border-top:none;
	text-transform: none!important;
	font-weight: normal!important;
}
#nav li ul li a:hover {
	color:#fff!important;
	background:#1e93e4!important;
}
.fancy-popup {
	width:400px;
	padding:20px;
}
.fancy-popup a {
	display: block;
	margin-bottom:10px;
    color: #2d9ae6;
    text-decoration: underline;
}
.top_content {
	background:url(images/top_content.gif) no-repeat center;
	height:14px;
	display: none;
}
.bottom_content {
/*
	background:url(images/bottom_content.gif) no-repeat center;
	height:14px;
*/
	margin:0 0 35px 0;
}
.login {
	margin:20px auto 60px;
}
#content {
/* 	background:url(images/bg_content.gif) repeat-y; */
	/* border:1px solid #cccccc;
	padding:15px 25px; */
}
#content input[type=text], #content input[type=search], #content input[type=tel], #content input[type=password], #content textarea, .search input[type=text] {
	background:url(images/bg_form.gif) repeat-x #fff;
	padding:8px;
	border:1px solid #c2c5c6;
	min-width:150px;
	border-radius: 8px;
}
#content select {
	background:url(images/bg_form.gif) repeat-x #fff;
	padding:8px;
	border:1px solid #c2c5c6;
	max-width: 100%!important;
	border-radius: 8px;
}
#content select option[attr=inactive] {
	color:#ccc; 
}
#content input[type=submit], #content input[type=button], #content a.button, .search input[type=submit] {
	color:#fff;
	background:#1e93e4;
	padding:10px 20px;
	border:0;
	font-weight:bold;
	text-decoration:none;
	border-radius: 8px;
	display:inline-block;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}
#content input[type=submit].simple {
	background: none!important;
	color: #ff6500!important;
	padding:0!important;
	text-transform: uppercase;
}
#content input[type=submit].simple:hover {
	text-decoration: underline;
}
#content input[type=submit].red, #content a.button.red {
	background:red;
	color:#fff;
}
#content input[type=submit].red, #content a.button.grey {
	background:grey;
	color:#fff;
}
#content input[type=submit]:hover, #content a.button:hover, .search input[type=submit]:hover {
	background:#ff6500;
	color:#fff;
}
#content a.button.light {
	color:#333;
}
#content .form-large td {
	font-size: 16px;
}
#content .form-large input[type=tel], #content .form-large input[type=text], #content .form-large select {
	padding: 10px;
	font-size: 18px;
	min-width:180px;
}
#content .form-large input[type=submit] {
	padding: 10px;
	font-size: 17px;
}
#content .top_links {
	float:right;
}
#content .top_links li {
	float:left;
	display:inline;
	margin-left:10px;
}
#content .top_links li a {
	color:#3aa0e7;
	font-size:11px;
}
#content .top_links li a strong {
	font-size:11px;
}
#content .top_links li a:hover {
	color:#ff7200;
}
/*#content a.unit_converter, #content a.chat {
	background:url(images/unit_icon.gif) no-repeat;
	padding-left:18px;
}*/
#content h2 {
	color:#ff7200;
	font-size:22px;
	text-transform: uppercase;
	margin:20px 0 30px;
	padding-bottom:15px;
	border-bottom:1px solid #ff7200;
}
#content h2 img {
	display: none;
}
#content h2 span, #content h2 a {
	text-decoration: underline;
	font-size:18px;
	font-weight:normal;
}
#content h2 img {
	margin-left:5px;
}
#content h3 {
	color:#2d9ae6;
	font-weight:normal;
	margin-bottom:5px;
}
#content h4, .search h4 {
	color:#ff7200;
	font-size:12px;
}
#content h4 span {
	color:#6a6a6a;
	font-size:14px;
	font-weight:normal;
}
#content h5 {
	color:#ff7200;
	font-size:14px;
	font-weight:normal;
	margin-bottom:10px;
}
#content a {
	color:#2d9ae6;
	text-decoration:underline;
	transition: all 0.3s ease-in-out;
}
#content a:hover {
	color:#ff6500;
}
#content .box-alert {
	padding:15px 15px 20px;
	border:2px dashed red;
	margin-bottom:15px;
	text-align: center;
}
#content .box-alert h2 {
	color: red;
	text-transform: uppercase;
	font-weight: bold;
}
#content .box-alert .item {
	display: inline-block;
	margin: 0 20px;
	font-size: 16px;
}
#content .box-alert .item a {
	font-size:16px;
}
#content .box {
	/* background:url(images/bg_box.gif) bottom repeat-x; */
	background-color: #f9f9f9;
	padding:30px 15px;
	border:1px solid #cfcfcf;
	margin-bottom:15px;
	border-radius: 10px;
}
table.list { width:100%; margin:10px 0 20px; }
table.list th {
	background:#1e93e4;
	color:#FFF;
	text-align:left;
	padding:10px 15px;
	font-size: 13px;
	border-bottom:2px solid #d7d7d6;
}
table.list th * {
	color:#fff;
}
table.list th:first-child {
	border-radius: 10px 0 0 0;
}
table.list th:last-child {
	border-radius: 0 10px 0 0;
}
table.list th a {
	color:#FFF!important;
}
table.list tr:hover {
	background:#e2f4fd;
}
table.list td {
	padding:10px;
	line-height: 1.6;
	border-right:1px dotted #a8a8a8;
	border-bottom:1px dotted #a8a8a8;
	font-size: 11px!important;
}
table.list td strong, table.list td span { font-size: 11px; }
table.list td:first-child {
	border-left:1px solid #a8a8a8;
}
table.list td:last-child {
	border-right:1px solid #a8a8a8!important;
}
table.list td.comment {
	background:#fff!important;
	padding:10px 20px;
	border:1px solid #a8a8a8!important;
	border-top:none!important;
	line-height:16px;
}
.detail_col1 {
	float:left;
	margin:0 4% 0 0;
	width:48%;
}
.detail_col2 {
	float:left;
	width:48%;
}
 .info {
	width:calc(100% - 20px);
	border:1px solid #d9d9d9;
	margin-bottom:25px;
	padding:10px;
	border-radius: 10px;;
}
.info h4 {
	padding:15px;
	margin:-10px -10px 20px;
	background:#1e93e4;
	color:#fff!important;
	border-radius: 8px 8px 0 0;
}
.info table {
	width:100%;
}
.info td, .info th {
	padding:10px;
	border-top:1px dotted #c8c8c8;
}
.info th {
	text-align:left;
}
.pagination {
	text-align:center;
}
.pagination a {
	padding:6px 10px;
	background:#f1f1f1;
	margin:0 5px 5px 0;
	text-decoration:none!important;
	float:left;
}
.pagination a.img {
	padding:4px!important;
	background:none!important;
}
.pagination span {
	margin-right:5px;
	font-weight:bold;
	float:left;
	padding:2px 3px 0;
}
.chart {
	text-align:center;
}
.status {
	margin:5px 0 20px;
}
.status .each {
	background:url(images/bg_status.gif) no-repeat;
	float:left;
	width:120px;
	height:30px;
	font-size:10px;
	font-weight:bold;
	color:#777;
	text-align:center;
	padding:6px 10px 0 0;
	line-height:12px;
}
.status .each span {
	font-size: 9px;
} 
.status .last {
	background:url(images/bg_status_last.gif) no-repeat!important;
}
.status .each b {
	font-size:10px;
}

.open_chat {
	background:url(images/bg_box.gif) bottom repeat-x;
	padding:20px 15px;
	border:1px solid #cfcfcf;
	position:absolute;
	left:0;
	top:190px;
	text-align:center;
}
.open_chat a {
	color:#2D9AE6;
	text-decoration:underline;
	font-weight:bold; 
}
.chart_info {
	border:1px solid #d9d9d9;
	margin:45px 40px 25px 0;
	float:left;
}
.chart_info td, .chart_info th {
	padding:10px;
	border-top:1px dotted #c8c8c8;
}
.chart_info th {
	text-align:left;
}
.chart_holder {
	float:left;
	position: relative;
	padding-top:20px;
}
.chart_holder .masc{
	position: absolute;
	top:20px;
	background: #fff;
	width:118px;
	height: 20px;
	font-style: italic;
	color: #2D9AE6;
	text-align: center;
	font-size: 13px;
}
#footer {
	background:url(images/bg_footer.jpg) no-repeat center #0f1d2b;
	padding-top:17px;
	height:33px;
	/*position:fixed;
	bottom:0px;*/
	width:100%;
	z-index:100;
}
#footer .placeholder {
	color:#fff;
	font-weight:bold;
	font-size:14px;
	text-align:right;
}
#footer .language {
	color:#fff;
	font-weight:bold;
	font-size:12px;
	float:left;
}
#footer .language a {
	color:#fff;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
}
#lightbox-image-details, #lightbox-nav {
	display:none!important;
}
#ajax_listOfOptions {
	position:absolute;
	background:#FFF;
	min-width:196px;
	width:auto;
	z-index:100;
	overflow:auto;
	border:1px solid #C2C5C6;
	text-align:left;
}
#ajax_listOfOptions div,
#ajax_listOfOptions a {
	cursor:pointer;
	padding:3px;
	border-bottom:1px solid #C2C5C6;
}
#ajax_listOfOptions div a {
	border:0;
}
#ajax_listOfOptions div:hover {
	background:#ededed;
}
.urgent {
	background:#F00;
	padding:10px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	border-radius: 10px;
}
.onhold {
	background:#FF0;
	padding:10px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	border-radius: 10px;
}
.import {
	background:orange;
	padding:10px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	border-radius: 10px;
}
.accordionButton {
	cursor:pointer;
	text-transform:uppercase;
}
#box-toggle {
	width: 1000px;
	margin: 0px;
	text-align: justify;
	background: #CAD7F7;
	font: 12px/ 1.4 Arial, Helvetica, sans-serif;
}

#box-toggle .tgl {
	margin-bottom: 30px;
}

#box-toggle span {
	display: block;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
	color: #CC0000;
	margin-top: 15px;
}

.generateXML {
	color: #000000;
	background-color: #009933;
}
.main_table {
	margin:20px 0;
}
.alert {
	background:#f0f0f0;
	padding:12px;
	border:1px solid #ccc;
	margin-bottom:15px;
	border-radius: 15px;
}
.red-alert {
	background:#f00;
	padding:15px 0;
	text-align:center;
	font-size:18px;
	color:#FFF;
	font-weight:bold;
	margin:30px 0;
	border-radius: 15px;
}
.red-alert a { color: #fff!important; font-size:16px; }
.green-alert {
	background:#0C0;
	padding:12px;
	text-align:center;
	font-size:16px;
	color:#FFF;
	font-weight:bold;
	margin-bottom:15px;
	border-radius: 15px;
}
.truck_instructions {
	margin:30px auto 0;
	width:150px;
	padding:10px;
	text-align:center;
	background:#ededed;
	border:1px solid #ccc;
	display:block;
	font-weight:bold;
	text-decoration:none!important;
	text-transform:uppercase;
}
.error {
	color:#F00;
	display:block;
}
.delivery {
	background:url(images/truck.gif) no-repeat right;
	padding:3px 38px 3px 0;
}
.totalQuote {
	padding:5px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	background:#f0f0f0;
	border:1px solid #ccc;
}

.alert-icon {
	border-radius:3px;
	font-size:10px;
	padding: 3px 5px;
	color:#fff!important;
	letter-spacing: 0.5px;
	display: inline-block;
	margin:0 2px;
	text-decoration: none!important;
}
.alert-icon.red {
	background-color:red;
}
.alert-icon.green {
	background-color:green;
}
.alert-icon.purple {
	background-color:purple;
}
.alert-icon.blue {
	background-color:blue;
}
.alert-icon.yellow {
	background-color:gold;
}

/*HISTORY DASHBOARD*/
#history .accordionButton a {
	font-size:12px;
	color:#2D9AE6;
	text-decoration:underline;
}
.accordionContent {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px 0;
	margin:10px 0;
}
.show_hide {
	margin:-1px auto 10px;
	display:block;
	padding:10px;
	background:#f0f0f0;
	border:1px solid #ccc;
	width:200px;
	text-align:center;
	color:#067ab4;
	font-weight:bold;
}
@media only screen and (max-width:998px) {
	.top_content, .bottom_content { display: none; }
	#content {
		background: none;
		border: 1px solid #c2c5c6;
		padding: 25px;
	}
	.search { margin-top:-10px; }
	.search table { margin-bottom: -5px; }
	.chart_info {
		width: 100%;
	}
	.chart_info tr {
		float: left;
		display: block;
		width: 33%;
	}
}

/*DataTable*/
.dt-paging-button {
	background: #f1f1f1!important;
	border:0!important;
}
div.dt-container .dt-paging .dt-paging-button:hover {
	color: #333!important;
	background: #ccc!important;
}
div.dt-container .dt-paging .dt-paging-button.current {
	background: #1e93e4!important;
	color: #fff!important;
	font-weight: bold;
}

.flex {
	display:flex;
}
.a-center {
	align-items: center;
}