html {
	height: 100%;
}

body { 
	min-height: 100%;
	background-color: rgb(232, 232, 232);
	background-image: url('/img/bg3.jpg');
	background-size: 2000px;
	background-position: top center;
	background-repeat: repeat;
	background-attachment: fixed;
    font-size: 17px;
/*    background-size: 800px;
	background-size: cover;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;*/
	color: #333;
	line-height: 1.33;
/*	font-family: 'Oswald', sans-serif;*/
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	letter-spacing: -0.02px;
	padding-bottom: 65px;
	transition: 0.2s all;
}

@media (max-width: 1200px) {
	body {
		font-size: 15px;
		transition: 0.2s all;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 13px;
		transition: 0.2s all;
	}
}

#page {
	width: 1000px !important;
	max-width: 1000px !important;
	margin: 0 auto;
}

a, a:hover, a:focus {
	color: black;
}

h1 {
	color: #111;
    font-size: 23px;
}

h2 {
    margin-top: 15px;
    margin-bottom: 5px;
	color: #333;
    font-size: 22px;
}

h3 {
    margin-top: 10px;
    margin-bottom: 4px;
	color: #555;
    font-size: 20px;
}

small {
	font-size: 60%;
}
.small {
	font-size: 77%;
}

.label-primary {
    background-color: rgba(12, 49, 120, 0.9);
}

.label-warn {
    background-color: #ff8f40;
}

@media (max-width: 767px) {
	h1 {
    	font-size: 23px;
	}
	h2 {
		font-size: 21px;
	}
	h3 {
    	font-size: 18px;
	}
	h4 {
    	font-size: 15px;
	}
}

hr {
	border-color: rgba(255,255,255,0.65);
}

.container {
    //width: 100%;
    //max-width: 1800px;
}

.container {
    max-width: 1650px;
    width: 100%;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.faded {
	opacity: 0.74;
}

.ta-center {
	text-align: center;
}

.ta-right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.row.step > div:first-child {
    position: relative;
    padding: 5px 0px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 20px;
    background: #fcfcfc;
    border: 5px solid #ea1a22;
    margin: 0px 5px;
    width: 35px;
    text-align: center;
}

.row.step > div:first-child + div {
	padding-left: 8px;
	Xpadding-right:5px;
	
}

@media (min-width: 1200px) {
	.row.step > div:first-child + div.col-lg-3 {
		width: 29% !important;
	}
}

.row.step > div:first-child:after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 10px;
	height: 200px;
	width: 6px;
	border-left: 6px solid #222;
	z-index: -1;
	margin-bottom: -100px;
}

.row.step.last > div:first-child:after {
	height: 80px;
	margin-bottom: 10px;

}

.disabled {
	cursor: not-allowed;
}

.page-header {
	//border-color: rgba(116,133,17,1);
	margin-top: 20px;
	margin-bottom: 25px;
	padding-bottom: 5px;
    border-bottom: 2px solid #fff;
}

@media (max-width:767px) {
	.page-header {
		border: 0;
	}
}

#header {
	//background: rgba(136, 136, 136, 0.45);
}

#footer {
	background: rgba(68, 68, 68, 0.85);
}

.login {
	margin: 30px 0;
}

@media (min-width: 992px) {
	.login {
		margin: 55px 0;
		transition: 0.2s all;
	}
}
@media (min-width: 1200px) {
	.login {
		margin: 125px 0;
		transition: 0.2s all;
	}
}

@media (min-width: 768px) {
	.lead {
		font-size: 18px;
		margin-bottom: 5px;
		transition: 0.2s all;
	}
}

.form-group {
    margin-bottom: 6px;
}

.form-control {
	background-color: rgba(255, 255, 255, 0.90);
}

@media (min-width: 768px) {
	.form-horizontal .control-label {
    	padding-top: 4px;
	}
}

.logo {
	height: 65px;
	padding: 0px;
	margin: 5px 0;
	transition: 0.25s all;
}

@media (max-width: 991px) {
	.logo {
		height: 75px;
		margin: 6px 10px 0px 0px;
		transition: 0.25s all;
	}
}

@media (max-width: 767px) {
	.logo {
    	height: 45px;
		margin: 0px 10px 0px 4px;
		transition: 0.25s all;
	}
}

.modal {
	background-color: transparent !important;
	border-color: transparent !important;
}

.modal-dialog {
	margin-top: 70px;
}

.page-header.no-border {
	border: 0;
}

#inactive-browser-window-modal.modal.in {
	background-color: rgba(0,0,0,0.7) !important;
}

.no-sort {
	background: none;
}

.btn-primary {
    background-color: rgb(24, 89, 136);
    border-color: #074084;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: rgb(29, 61, 125);
    border-color: #001352;
}

.btn-xlg {
    padding: 19px;
    font-size: 19px;
	border-radius: 5px;	
}

.btn-block+.btn-block {
    margin-top: 10px;
}

table {
	font-size: 84%;
}

table tr td {
	max-width: 330px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width:768px) {
	table tr td {
		max-width: 150px;
	}
}

@media (min-width:991px) {
	.popover {
		max-width: 650px;
	}
}
@media (min-width:1300px) {
	.popover {
		max-width: 800px;
	}
}

/* languages */

.languages {
}

.languages a {
	opacity: 0.75;
	margin-left: 5px;
	margin-right: 1px;
/*	-webkit-filter: grayscale(80%);
	-moz-filter: grayscale(80%);
	filter: grayscale(80%);
*/	
}

.languages a:hover,
.languages a.active {
	opacity: 1;
}

/* upload */
.upload-tabs {
	margin-top: 10px;
}

.upload-tabs .tab-content {
	border-color: rgba(0,0,0,0.25);
}

.image img:hover { 
/*	-webkit-filter: none;
	-moz-filter: none;
	filter: none;
	transition: 0.3s all;
*/	
}

#notification {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background: rgba(26, 124, 26, 0.9);
	color: white;
	z-index: 9999;
	cursor: pointer;
	padding: 5px;
	height: 75px;
	display: table;
}

#notification.notification-warning {
	//background: rgba(245, 96, 96, 0.9);
	background: rgba(236, 140, 50, 0.9);
}

#notification > span.centered {
	display: table-cell;
	vertical-align: middle;
}
#notification:focus {
	outline: none;
}

@media (max-width:768px) {
	#notification {
		font-size: 14px;
		padding: 2px 5px;
	}
}

#footer {
	color: white;
    z-index: 5;
    padding: 5px 0;
    font-size: 65%;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

#footer .container {
	padding: 0 19px;
}

/* menu */
#menu {
	padding-top: 4px;
	clear: right;
	float: right;
}
#menu a {
	color: #444;
	font0size: 15px;
	padding: 17px 0px 19px 2px;
}
#menu a.active {
	color: #000;
	font-weight: bold;
}
#menu a::after {
	content: '|';
	font-size: 115%;
	color: #0c3178;
	padding-left: 2px;
}
#menu a:last-child::after {
	content: '';
}
#menu a:hover {
	text-decoration: none;
}

/* sidebar */
#sidebar {
	position: fixed;
	top: 0;
	left: 0;
	width: 220px;
	height: 100%;
	background: rgba(128, 128, 128, 0.96);
	margin-left: -300px;
	transition: 0.15s all;
	z-index: 99999;
}
.sidebar-open #sidebar {
	margin-left: 0;
	transition: 0.25s all;
}

#sidebar-layer {
	position: fixed;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: rgba(255,255,255,0.4);
	z-index:  99998;
	transition: 0.10s all;
}
#sidebar-layer.sidebar-toggle {
	margin: 0;
}
.sidebar-open #sidebar-layer {
	width: 100%;
	transition: 0.10s all;
}

.sidebar-menu {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 15px 0 35px 0;
	overflow-y: auto;
}

.sidebar-menu::after {
	content: ' ';
	clear: both;
}

.sidebar-menu > img {
	height: 42px;
	margin: 2px 15px;
}

.sidebar-menu > a {
	float: left;
	width: 100%;
	padding: 17px 20px;
	font-size: 18px;
	color: #222;
	font-weight: bold;
	border-top: 1px solid #777; 
}
.sidebar-menu > a:first-of-type {
	border-top: 0; 
}
.sidebar-menu > a:hover {
	text-decoration: none;
}

.sidebar-close {
	padding: 27px 25px 15px 30px;
	color: #555;
	position: absolute;
	width: auto;
	top: 0;
	right: 0;
	cursor: pointer;
}

.sidebar-toggle {
	//padding: 10px;
	margin: 8px 10px 3px 3px;
}
@media(max-width:767px) {
	#menu {
		display: none;
	}
}


/* not found */
.not-found {
	margin-top: 50px;
	margin-bottom: 80px;
}

table.table th {
	font-size: 73%;
}

@media (min-width:1200px) {
	table.table th {
		font-size: 63%;
	}
}

.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
	padding: 2px 2px 2px 2px;
}

table.table-condensed table.table-condensed>tbody>tr>td, 
table.table-condensed table.table-condensed>tbody>tr>th, 
table.table-condensed table.table-condensed>tfoot>tr>td, 
table.table-condensed table.table-condensed>tfoot>tr>th, 
table.table-condensed table.table-condensed>thead>tr>td, 
table.table-condensed table.table-condensed>thead>tr>th {
    padding: 0px 2px 0px 4px;
}

div:not(.datepicker):not(.datepicker-days) .table-condensed>tbody>tr>td:first-child {
	padding-bottom: 0px;
}

.menu-item-loader {
    height: 25px;
    margin-bottom: -5px;
    margin-top: -7px;
    margin-left: 0;
    margin-right: -25px;
    visibility: hidden;
}

.menu-item-loader.active {
	visibility: visible;
}

.table.tablesorter .header {
    /* background: url('/img/icon_up_down_arrow.png') no-repeat 99% 10px, url('/img/header-bg.png') repeat-x 0; */
    background: url('/img/icon_up_down_arrow.png') no-repeat -5px 4px;
    padding: 5px;
    padding-left: 12px;
    background-opacity: 0.5;
    cursor: ns-resize;    
}

table.tablesorter .header.headerSortDown {
    /* background: url('/img/glyphicons_212_down_arrow.png') no-repeat 99% 10px, url('/img/header-bg.png') repeat-x 0; */
    background: url('/img/glyphicons_212_down_arrow.png') no-repeat -5px 4px;
}

table.tablesorter .header.headerSortUp {
    /* background: url('/img/glyphicons_213_up_arrow.png') no-repeat 99% 10px, url('/img/header-bg.png') repeat-x 0; */
    background: url('/img/glyphicons_213_up_arrow.png') no-repeat -5px 4px;
}

.table.tablesorter .header.no-sort {
	background: none;
}

.alert, .well {
	padding: 7px 15px 7px 15px;
}

.form-group.has-error .input-group > .input-group-btn > .btn {
	border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.input-group.date input,
.input-group.time input {
	padding: 0 2px 0 5px;
	font-size: 13px;
}

@media (max-width:767px) {
	.input-group.date input,
	.input-group.time input {
		padding: 0 1px 0 4px;
		font-size: 11px;
	}
}

.input-group.date > .input-group-addon, 
.input-group.time > .input-group-addon {
	cursor: pointer;
}

.modal-content {
	background-color: #f7f7f7;
}

#notification-error.modal .modal-body {
	padding: 25px;
	padding-top: 10px;
	font-size: 111%;
    background-color: #f7f7f7;
    border-radius: 5px;
}

#notification-error.modal .modal-footer {
	display: none;
}

#notification-error.modal .modal-header {
	border-bottom: 0;
	padding: 0;
}

#notification-error.modal .modal-header .modal-title {
	display: none;
}

#notification-error.modal .modal-header .close {
    /* margin-top: -50px; */
    font-size: 40px;
    position: absolute;
    top: -50px;
    right: 15px;
}

.dropdown-right .dropdown-menu {
	right: 0;
	left: auto;
}

@media (min-width:768px) {
	ul.nav:not(.nav-tabs) li.dropdown.open {
		border: 1px solid #acacac;
	    border-bottom: 0;
    	margin: -1px;
	}
}

ul.dropdown-menu {
	background-color: rgb(246, 246, 246);
}

ul.dropdown-menu > li > a {
	padding: 1px 18px;
}

ul.dropdown-menu > li > a > span.small.faded {
	min-width: 22px;
	display: inline-block;
}

ul.dropdown-menu > li > a:hover, 
ul.dropdown-menu > li > a:focus {
    background-color: #e7e7e7;
}


.navbar-default {
    background-color: rgba(255, 255, 255, 0.75);
    border-color: rgba(173, 173, 173, 0.9);
    font-size: 13px;
	margin-left: -2px;
	margin-right: -2px;
}

@media (max-width:767px) {
	.navbar-default ul.navbar-nav > li > a {
		padding: 9px 13px;
	}
}

@media (min-width:1200px) {
	.navbar-default ul.navbar-nav > li > a {
		padding: 15px 10px;
	}
}

/*.navbar-default .navbar-nav>.open>a,*/
.navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: rgba(235, 235, 235, 0.85);
}

.navbar-toggle {
    padding: 9px 10px;
    margin-top: 6px;
    margin-right: 13px;
    margin-bottom: 5px;
}

.caret {
	margin-right: -1px;
	margin-left: -2px;
}

.btn-group .btn .caret {
	margin-right: -1px;
	margin-left: -1px;
}

nav.navbar ul.dropdown-menu {
	max-height: 350px;
	overflow-y: auto;
	margin-left: -1px;
}

@media(min-width: 768px) {
	nav.navbar ul.dropdown-menu {
		max-width: 250px;
	}
}


@media (min-height:650px) {
	nav.navbar ul.dropdown-menu {
		max-height: 500px;
	}
}
@media (min-height:750px) {
	nav.navbar ul.dropdown-menu {
		max-height: 650px;
	}
}
@media (min-height:850px) {
	nav.navbar ul.dropdown-menu {
		max-height: 770px;
	}
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(249, 249, 249, 0.63);
}

.table-hover>tbody>tr:hover {
    background-color: #ffffff !important;
}

.table-hover>tbody>tr>td:last-child {
    padding: 3px 0 0 0;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	border-color: #ccc;
}

nav.navbar #Search {
	margin-top: 7px;
}

#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(70, 70, 70, 0.2);
    z-index: 99991;
    cursor: wait;
    display: none;
    transition: 0.25s all;
}

@media (max-width:767px) {
	#loader {
		display: none!important;
	}
}

#loader .container {
	position: relative;
}

#loader svg {
	position: relative;
    height: 90px;
    z-index: 99993;
    left: 263px;
    top: -2px;
}

#loader img {
    position: absolute;
    height: 86px;
    top: 0px;
    left: 15px;
    z-index: 99992;
}

#loader.reader_loader {
    position: relative;
	background: transparent;
    cursor: wait;
    display: none;
    transition: 0.25s all;
}

#loader.reader_loader svg {
	height: 175px;
    left: 0;
    top: 0;
}

.input-group-btn > a.resetDateTimePickerValue {
	cXolor: #999;
	opacity: 0.6;
}
.input-group-btn > a.resetDateTimePickerValue:hover {
	cXolor: black;
	opacity: 1;
}

.input-group.time > .input-group-addon + input + .input-group-btn > a.resetDateTimePickerValue,
.input-group.time > .input-group-addon + input + div + .input-group-btn > a.resetDateTimePickerValue {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 0;
	padding: 6px 7px;
}

.input-group.time > .input-group-addon + input + .input-group-btn + .input-group-addon,
.input-group.time > .input-group-addon + input + div + .input-group-btn + .input-group-addon {
	border: 0;
	background: transparent;
}

.input-group.time > .input-group-addon + input + .input-group-btn + .input-group-addon + .input-group-addon,
.input-group.time > .input-group-addon + input + div + .input-group-btn + .input-group-addon + .input-group-addon {
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	border-right:0
}

.glyphicon-question-sign[data-toggle="tooltip"] {
	cursor: help;
}

.table-hover.table-condensed .btn-xs {
    padding: 1px 4px;
    font-size: 10px;
}

.table-hover.table-condensed > tbody>tr>td {
    padding: 2px 2px 0px 2px;
}

#import-progress {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.6);
	padding: 46vh 15px;
	z-index: 999999;
	text-align: center;
}

#import-title {
	font-size: 29px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}


#import-progress .refresh-btn {
	display: none;
	
}

#import-progress .progress,
#import-progress .progress-bar {
	height: 8vh;
	font-weight: bold;
}


.nav-tabs>li {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 
}

.nav>li>a {
    padding: 10px 25px;
}

table.products img {
	max-width: 40px;
	max-height: 40px;
}

table.products tr td:nth-child(5) {
	width: 60%; 
	white-space: normal;
	display: none;
}

table.products tr td:nth-child(6) {
	white-space: normal;
	display: none;
}

@media (min-width:1200px) {
	table.products tr td:nth-child(5), table.products tr td:nth-child(6) {
		display: table-cell!important;
	}
}

@media (max-width: 767px) {
	table.products tr td:nth-child(7) {
	    display: none!important;
	}
}

table.products .pp, table.products tr td.pp:nth-child(5) {
	display: none!important;
}

table.products .pp.shown, table.products tr td.pp.shown:nth-child(5) {
	display: table-cell!important;
}

.show-desc-area {
	padding: 20px 0;
}

table.products tr.ff {
	opacity: 0.5;
}