/*************************************************************************
			Author: Shekinah Bonite 
			TUrningpoint Incorporated - www.tpincorporated.com
**************************************************************************/

/*********************************SIDEBAR NAV ************************************/
/******* SCROLLBAR *******/
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
::-webkit-scrollbar-track {
	background-color: transparent;
}
::-webkit-scrollbar-thumb {
	background-color: #b2b7bb;
	border-radius: 10px;
}
/*::-webkit-scrollbar-button{
	background-color: #f1f1f1;
}*/
::-webkit-scrollbar-corner {
	background-color: transparent;
}
/******************************/
html {
	background-color: #eaeff2;
}
body {
	font-family: arial; /* 'Roboto', sans-serif;*/
	letter-spacing: 0px;
	color: #3a4e5d;
}

#sidebar {
	padding-left: 0;
	margin-left: 0;
	position: absolute;
	top: 0;
	width: 0px;
	height: 100%;
	background-color: #0f3057;
	overflow: auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column; /* Safari */
	flex-direction: column;
}
#sidebar-panel {
	margin: 10px;
	border: 1px solid #ddd;
	-webkit-flex: 1;
	flex: 1;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column; /* Safari */
	flex-direction: column;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
#sidebar-nav {
	list-style: none;
	margin-left: 0;
	padding: 0;
	margin-top: 0;
	padding-top: 0;
	-webkit-flex: 1;
	flex: 1;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column; /* Safari */
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

#sidebar-nav > .sidebarlogo {
	border-top: none;
	/*height: 100%;*/
	padding: 10px;
	padding-top: 20px;
	display: table;
	width: 100%;
}
#sidebar-nav > .sidebarlogo:hover {
	background-color: transparent;
}

#sidebar-nav .sidebarlogo > a > img {
	vertical-align: middle;
	display: table-cell;
	height: 50px;
	margin: auto;
}

#sidebar-nav > .nosubmenu,
#sidebar-nav > .withsubmenu {
	height: 35px;
}

#sidebar-nav > .nosubmenu,
#sidebar-nav > .withsubmenu,
#sidebar-nav > .submenu > div {
	line-height: 35px;
	text-indent: 25px;
	color: #a2bee0;
	font-size: 12px;
}

#sidebar-nav > div {
	border-bottom: 1px solid #102a4a;
	border-top: 1px solid #143a67;
}

#sidebar-nav > .nosubmenu:hover,
#sidebar-nav > .withsubmenu:hover,
#sidebar-nav > .nosubmenu > div:hover {
	background-color: #00587a;
	cursor: pointer;
	border: 0;
	color: #fff;
}

#sidebar-nav .submenu img {
	height: 20px;
}

#sidebar-nav div img {
	height: 20px;
	vertical-align: middle;
	padding-right: 10px;
}

#sidebar-nav > .submenu {
	background-color: #0f243e;
	display: none;
	border-bottom: 1px solid #0f243e;
	border-top: 1px solid #0f243e;
	padding-left: 0px;
	-webkit-flex: 1;
	flex: 1;
	overflow: auto;
}

.submenu > div {
	list-style: none;
	border: none;
	text-indent: 45px;
	border-bottom: 1px solid #0f243e;
	border-top: 1px solid #0f243e;
	cursor: pointer;
}

/************ SUBMENU ************
#sidebar-nav .submenu>div{
	text-align: center;
	min-height: 50px;
	line-height: 15px;
	text-indent: 0px;
	padding: 5px;
	
}
#sidebar-nav .submenu>div img{
	display: block;
	margin: auto;
	height: 30px;
	padding: 0px;
}
/*************************/

#sidebar-nav .active {
	color: #fff;
	border: 1px solid #00587a;
	background-color: #00587a;
}

/******************** CONTENT ************************************************/

.content {
	margin-left: 0;
	height: 100%;
	margin-top: 50px;
	background-color: #f1f1f1;
}

.header-page {
	background-color: #f8f8f8;
	margin-bottom: 25px;
}

.header-page-inner {
	padding: 12px 25px;
	font-size: 30px;
	letter-spacing: 0px;
	font-weight: 300;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

/*******************************logout div****************************************/

.topheader {
	text-align: right;
	height: 0px;
	background-color: #eaeff2;
	color: white;
	border-bottom: 1px solid #ddd;

	/*margin-bottom: 0px;*/
}

.greetingtext {
	font-size: 15px;
}

.topheader-text {
	width: 130px;
	position: absolute;
	right: 50px;
	margin: auto;
	padding: 0;
	height: 100%;
}

.topheader-text ul {
	margin: 0;
	padding: 0;
	line-height: 50px;
}

.topheader-text li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}

.topheader-text ul li a {
	text-align: center;
	font-family: arial;
	font-size: 13px;
	text-decoration: none;
	height: 50px;
	width: 180px;
	display: block;
	color: #074e73;
}

.topheader-text ul ul li a:hover {
	background: #d2d7d3;
}

.topheader-text ul ul {
	position: absolute;
	visibility: hidden;
	top: 50px;
	background: #dadfe1;
	z-index: 10000;
}

.topheader-text ul ul li a {
	color: #074e73;
}

.topheader-text ul li:hover ul {
	visibility: visible;
}

.topheader-text ul li:hover .greetingtext {
	text-decoration: underline;
}

/*******************************logout div****************************************/

/*** view css(CSS FOR THE PAGE THAT IS LOADED INSIDE 'CONTENT' DIV) **********************************************/
.pageContent {
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.grossamount {
	font: bold 15px arial;
	text-align: right;
}

.charges {
	font: normal 15px arial;
	text-align: right;
}
/****** VIew CSS ***********************************************************/

.huge {
	font: bold 30px arial;
}

@media (min-width: 992px) {
	#sidebar {
		width: 250px;
	}

	/*******************************************************************/

	.content {
		margin-left: 250px;
		margin-top: 0px;
	}

	/********************************************************************/

	.topheader {
		z-index: 10;
		height: 50px;
		box-shadow: 0px 1px 10px #ddd;
		font-size: 12px;
		font-weight: 500;
		text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	}

	.user-header {
		position: relative;
		float: right;
		width: 500px;
		color: #3a4e5d;
		height: 100%;
		display: table;
		width: 100%;
		padding-left: 250px;
	}

	.user-header-inner {
		padding: 5px 20px;
		display: table-cell;
		vertical-align: middle;
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
	}

	.account-settings-link:hover,
	.kainos-wms-about-link:hover {
		text-decoration: underline;
		color: #1d2247;
		font-weight: 700;
	}

	/*** view css(CSS FOR THE PAGE THAT IS LOADED INSIDE 'CONTENT' DIV) **********************************************/
	.pageContent {
		padding-left: 10px;
		padding-right: 10px;
	}
	/*******************/

	.changepword .form-control {
		margin-bottom: 10px;
	} /* change pword */
}

/**************************** TABLES ***************************************************/

.table-wrapper {
	/* height of table divs */
	height: 380px;
	overflow: auto;
}

.table-wrapper td {
	font-size: 12px;
}

.table-wrapper th {
	font-size: 12px;
}

h2 {
	margin-top: 3%;
	margin-bottom: 1%;
}

.breadcrumb a {
	padding-left: 10px;
	margin-left: 10px;
}

.content a > .fa:hover {
	color: blue;
}

/*******************classes for jquery usage*******************************/
.hidden {
	display: none;
}

@media (max-width: 400px) {
	.huge {
		font: bold 20px arial;
	}
}

.black {
	color: black;
}

.gray {
	color: #6d6060;
}

/** FORM **/
.form-control-static {
	font-size: 12px;
}

/** BUTTON **/

.mybtn,
.mybtn:focus {
	color: #e7e7de;
	border: 0px;
	letter-spacing: 0px;
	border-radius: 0px;
}

.mybtn > .fa {
	color: #42729b;
	padding-right: 5px;
}

.mybtn:hover > .fa {
	color: #fff;
}

.btn-blue1 {
	background-color: #008891;
}

.btn-blue1:hover {
	color: #e7e7de;
	background-color: #00587a;
}

.btn-blue2 {
	background-color: #1d2247;
}
.btn-blue2:hover {
	color: #e7e7de;
	background-color: #008891;
}

.button-addon {
	cursor: pointer;
	background-color: #1d2247;
	border: 1px solid #1d2247;
	color: #fff;
}

.button-addon .fa {
	color: #fff;
}

/** ERROR BOX **/

.index-errorbox {
	background-color: #e47070;
	color: #e7e7de;
	padding: 3px;
	font-size: 12px;
}

/** PANELS **/
.mypanel {
	border-radius: 0px;
	box-shadow: none;
	border: 0px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

.mypanel > .panel-heading {
	border-radius: 0;
	background-color: #ddd;
}

/** TABLE **/

table {
	font-size: 12px;
	margin-bottom: 0px;
}

.table-wrapper {
	border: 1px solid #ddd;
	margin-top: 10px;
	background-color: #fff;
}

.margin-15 {
	margin: 15px;
}

.no-margin-top {
	margin-top: 0px;
}

.mytable thead {
	background-color: #f0f0f0;
	font-size: 11px;
}

.mytable thead th {
	text-align: left;
	font-size: 11px;
}

.mytable img {
	height: 20px;
	cursor: pointer;
}

.mytable td.action > img {
	display: inline-block;
}

.noresult {
	text-align: center;
}

.pointer {
	cursor: pointer;
}

.mytable thead th.text-right {
	text-align: right;
}
.mytable thead th.text-center {
	text-align: center;
}

/** TABLE TEXT *****/
.table-text-div,
.table-text-search {
	padding: 12px 0px;
}

.table-text-search {
	color: blue;
}

/** PAGINATION **/
.pagination li {
	cursor: pointer;
}
.pagination li a {
	background-color: #ddd;
	color: #1d2247;
	border: 1px solid #ddd;
}
.pagination li a:hover {
	background-color: #42729b;
	border-color: #42729b;
	color: #fff;
}

.pagination li.active a {
	border: 1px solid #ddd;
}

/** ALERT MESSAGE **/
.message {
	background-color: #ffdcdc;
	border: 1px solid #ffdcdc;
	color: #823030;
	border-radius: 0px;
	margin-bottom: 20px;
}

.message-success {
	background-color: #d1e2cc;
	border: 1px solid #bbe0b1;
	color: #0e3803;
	border-radius: 0px;
	margin-bottom: 10px;
}

.message > .message-content:before {
	content: url('../resources/img/warning.png');
	float: left;
	margin-right: 6px;
}

.message-success > .message-content:before {
	content: url('../resources/img/tick_16.png');
	float: left;
	margin-right: 6px;
}

.message-content {
	padding: 5px 10px;
	font: 11px sans-serif;
	line-height: 15px;
	font-weight: 600;
}

.closemessage {
	cursor: pointer;
	padding-top: 5px;
	font-size: 20px;
	line-height: 6px;
	margin: 0px;
	margin-left: 20px;
	font-weight: 800;
	vertical-align: top;
	float: right;
}

/** MODAL **/
.modal .page-title {
	font-size: 15px;
	font-weight: 600;
}

.modal-body {
	overflow: auto;
}

/** FORMS **/
.control-label {
	font-size: 11px;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}

/** NAV TABS **/

.nav-tabs > li {
	cursor: pointer;
}

.pane {
	overflow: auto;
}
.tab-panes {
	overflow: auto;
	border: 1px solid #ddd;
	border-top: 0px solid #ddd;
}
.tab-panes .pane {
	display: none;
	padding: 15px 15px;
}

.tab-panes .pane.active {
	display: block;
	border-top: 1px solid #fff;
	background: -webkit-linear-gradient(#f0f4f6, #e7edf1);
	background: -o-linear-gradient(#f0f4f6, #e7edf1);
	background: -moz-linear-gradient(#f0f4f6, #e7edf1);
	background: linear-gradient(#f0f4f6, #e7edf1);
}

.pane-content {
	padding-bottom: 0px;
}

.uppercase {
	text-transform: uppercase;
}

/** DASHBOARD QTY BOXES**/
.sm-st {
	background: #fff;
	padding: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 0px rgba(0, 0, 0, 0.05);
}
.sm-st-icon {
	width: 60px;
	height: 60px;
	display: inline-block;
	line-height: 60px;
	text-align: center;
	font-size: 30px;
	background: #0f3057;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	margin-right: 10px;
	color: #fff;
}
.sm-st-info {
	font-size: 12px;
	padding-top: 2px;
}
.sm-st-info span {
	display: block;
	font-size: 24px;
	font-weight: 600;
}

/************************* NEW ****************************/

.footer-page {
	height: 20px;
	margin-top: 0px;
	line-height: 20px;
	color: #3a4e5d;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
	font-size: 12px;
}

#sidebar {
	background-color: #eaeff2;
	border-right: 1px solid #ddd;
}

#sidebar .submenu {
	background-color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	overflow-y: auto;
}

#sidebar .submenu > div {
	border: 1px solid transparent;
	color: #3a4e5d;
	font-weight: 500;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

#sidebar .submenu > div.active {
	/** BLUE HIGHLIGHT *****/
	background-color: #d4e5ef;
	border-left: 3px solid #3a4e5d;
	/************************/

	/***** YELLOW HIGHLIGHT ****/
	background-color: #ffe5a0;
	border-left: 3px solid #ffa600;
	/******************************/
}

#sidebar .submenu > div:hover {
	background-color: #d4e5ef;

	/***** YELLOW HIGHLIGHT ****/
	background-color: #ffe5a0;
}

.sidebar-panel {
	position: relative;
	background: -webkit-linear-gradient(#f5f5f5, #e8e8e8); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#f5f5f5, #e8e8e8); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#f5f5f5, #e8e8e8); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#f5f5f5, #e8e8e8); /* Standard syntax */

	background: -webkit-linear-gradient(#f3f6f8, #eef2f4); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#f3f6f8, #eef2f4); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#f3f6f8, #eef2f4); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#f3f6f8, #eef2f4);
}
#sidebar-nav > div.sidebarlogo {
	border: none;
	border-bottom: 1px solid #ddd;
}
#sidebar-nav > .withsubmenu,
#sidebar-nav > .nosubmenu {
	background: -webkit-linear-gradient(#f5f5f5, #e8e8e8); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#f5f5f5, #e8e8e8); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#f5f5f5, #e8e8e8); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#f5f5f5, #e8e8e8); /* Standard syntax */

	background: -webkit-linear-gradient(#f9fbfb, #e7edf1);
	background: -o-linear-gradient(#f9fbfb, #e7edf1);
	background: -moz-linear-gradient(#f9fbfb, #e7edf1);
	background: linear-gradient(#f9fbfb, #e7edf1);

	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	color: #3a4e5d;
	font-weight: 500;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}

#sidebar-nav > .withsubmenu:hover,
#sidebar-nav > .nosubmenu:hover {
	/** YELLOW HIGHLIGHT ****/
	background: -webkit-linear-gradient(#ffecc4, #ffd582); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ffecc4, #ffd582); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ffecc4, #ffd582); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ffecc4, #ffd582); /* Standard syntax */
	color: #3a4e5d;
}
#sidebar-nav > .active {
	color: #3a4e5d;
	border: 1px solid #ddd;
	border-right: none;
	border-left: none;
	border-top: 1px solid #fff;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
	background: -webkit-linear-gradient(#ecf3f8, #d4e5ef); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ecf3f8, #d4e5ef); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ecf3f8, #d4e5ef); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ecf3f8, #d4e5ef); /* Standard syntax */

	/** YELLOW HIGHLIGHT ****/
	background: -webkit-linear-gradient(#ffecc4, #ffd582); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ffecc4, #ffd582); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ffecc4, #ffd582); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ffecc4, #ffd582); /* Standard syntax */
}

.content {
	background-color: #eaeff2;
	/*background: url('../resources/page-bg.png');*/
}
.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

.pageContent {
	padding: 0;

	margin: 10px;
	margin-top: 0px;
	border: 1px solid #ddd;
}

.pageContent.noborder {
	border: 0px solid transparent;
}
.header-page {
	/*margin-bottom: 0px;
	border-bottom: 1px solid #ddd;*/
	border: 1px solid #15335d;
	margin: 10px;

	border-top: 1px solid #6288b3;
	border-bottom: 1px solid #15335d;

	border: 1px solid #ddd;
}

.mypanel {
	margin: 0px;
}

.header-page-inner {
	width: 100%;
	display: table;
	padding: 10px 25px;
	font-size: 18px;
	letter-spacing: 0px;
	font-weight: 500;
	color: #9eb8d8;
	background: #f1f1f1;
	background: -webkit-linear-gradient(#f9fbfb, #e7edf1);
	background: -o-linear-gradient(#f9fbfb, #e7edf1);
	background: -moz-linear-gradient(#f9fbfb, #e7edf1);
	background: linear-gradient(#f9fbfb, #e7edf1);
	color: #3a4e5d;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);

	/*background: linear-gradient(#8EB2C7, #6092B0);
    color: #FFFFFF;
    text-shadow: -1px 1px 0px rgb(66, 106, 130);*/
}

.header-page-inner > .button-group {
	float: right;
	display: table-cell;
}

.mypanel {
	background: #f9f9f9;
	/*background: -webkit-linear-gradient(#f5f5f5, #e8e8e8); 
    background: -o-linear-gradient(#f5f5f5, #e8e8e8); 
    background: -moz-linear-gradient(#f5f5f5, #e8e8e8); 
    background: linear-gradient(#f5f5f5, #e8e8e8);
    */
	background: -webkit-linear-gradient(#f3f6f8, #eef2f4); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#f3f6f8, #eef2f4); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#f3f6f8, #eef2f4); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#f3f6f8, #eef2f4);
}

.mybtn {
	letter-spacing: 0px;
	border-radius: 2px;
	font-weight: 500;

	/*text-shadow: 0px 1px 0px rgba(255, 255, 255, .5);*/
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3), 0px -1px 0px rgba(0, 0, 0, 0.7); /** BLUE BTN white font*/
}

.mybtn .fa,
.mybtn,
.mybtn:hover .fa {
	color: #96bc2f;
	color: #2a7292; /** BLUE BTN **/
	color: #5f4618; /*** YELLOW BTN ****/
}

.mybtn:hover .fa {
	border: none;
}
.mybtn:focus,
.mybtn {
	outline: none;
	background: -webkit-linear-gradient(#f9fbfb, #e7edf1);
	background: -o-linear-gradient(#f9fbfb, #e7edf1);
	background: -moz-linear-gradient(#f9fbfb, #e7edf1);
	background: linear-gradient(#f9fbfb, #e7edf1);
	color: #3a4e5d;
	border: 1px solid #ddd;

	/*** YELLOW BTN ****/
	background: -webkit-linear-gradient(#fee08a, #fdbd49);
	background: -o-linear-gradient(#fee08a, #fdbd49);
	background: -moz-linear-gradient(#fee08a, #fdbd49);
	background: linear-gradient(#fee08a, #fdbd49);
	color: #5f4618;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #b78a39;
	border-bottom: 1px solid #b78a39;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);

	/** BLUE BTN ***/ /*
    background: -webkit-linear-gradient(#47AFD6, #2A94C4); 
    background: -o-linear-gradient(#47AFD6, #2A94C4); 
    background: -moz-linear-gradient(#47AFD6, #2A94C4);
    background: linear-gradient(#47AFD6, #2A94C4);
    color:#fff;
    border-top:1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #217094;
    border-bottom: 1px solid #217094;
   /*************/
}

.mybtn:hover {
	/**** BLUE BTN ****/ /*
	background: -webkit-linear-gradient(#47AFD6, #1E6D90); 
    background: -o-linear-gradient(#47AFD6, #1E6D90); 
    background: -moz-linear-gradient(#47AFD6, #1E6D90);
    background: linear-gradient(#47AFD6, #1E6D90);
    outline: none;*/

	/***** YELLOW BTN ******/
	background: -webkit-linear-gradient(#fdd66d, #fdb228);
	background: -o-linear-gradient(#fdd66d, #fdb228);
	background: -moz-linear-gradient(#fdd66d, #fdb228);
	background: linear-gradient(#fdd66d, #fdb228);
	color: #5f4618;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}
.pagination li a,
.pagination li a:focus {
	/*background: -webkit-linear-gradient(#f9f9f9, #eee); 
    background: -o-linear-gradient(#f9f9f9, #eee); 
    background: -moz-linear-gradient(#f9f9f9, #eee); 
    background: linear-gradient(#f9f9f9, #eee);*/

	color: #9eb8d8;
	border: 1px solid #ddd;

	outline: none;

	background: -webkit-linear-gradient(#f9fbfb, #e7edf1);
	background: -o-linear-gradient(#f9fbfb, #e7edf1);
	background: -moz-linear-gradient(#f9fbfb, #e7edf1);
	background: linear-gradient(#f9fbfb, #e7edf1);
	color: #3a4e5d;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

.pagination li a:hover {
	background: -webkit-linear-gradient(#f1f1f1, #e3e3e3); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#f1f1f1, #e3e3e3); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#f1f1f1, #e3e3e3); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#f1f1f1, #e3e3e3);
	color: #555;
	border: 1px solid #ddd;
	box-shadow: none;
	outline: none;

	background: -webkit-linear-gradient(#ecf3f8, #d4e5ef); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ecf3f8, #d4e5ef); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ecf3f8, #d4e5ef); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ecf3f8, #d4e5ef); /* Standard syntax */
}

.pagination li.disabled > a:hover,
.pagination li.disabled > a:focus,
.pagination li.disabled > a {
	background: #f1f1f1;
	color: #bbb;
	border: 1px solid #ddd;
}

#poweredby {
	font-size: 9px;
	padding: 15px;
	padding-top: 25px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	color: #3a4e5d;
}
#poweredby > a {
	color: #67a5d4;
}

/***************** TABS AND PANES *******************************/
.content-tabs-wrapper {
	padding-top: 5px;
	border-bottom: 1px solid #ddd;
	background: -webkit-linear-gradient(#eaeff2, #f1f4f6);
	background: -o-linear-gradient(#eaeff2, #f1f4f6);
	background: -moz-linear-gradient(#eaeff2, #f1f4f6);
	background: linear-gradient(#eaeff2, #f1f4f6);
}
.content-tabs {
	margin: 0px;
	padding-left: 0px;
	color: #3a4e5d;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	position: relative;
	bottom: -1px;
}
.content-tabs > li {
	font-size: 11px;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	background-color: #fff;
	border-right: 1px solid #ddd;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	margin-right: 0px;
	min-height: 20px;
	line-height: 20px;
	padding: 3px 6px;

	background: -webkit-linear-gradient(#e7edf1, #e7edf1);
	background: -o-linear-gradient(#e7edf1, #e7edf1);
	background: -moz-linear-gradient(#e7edf1, #e7edf1);
	background: linear-gradient(#e7edf1, #e7edf1);

	/** BLUE TABS F9FBFB**/

	/*border-right: 1px solid #C4D5DE;
    border-top: 1px solid #EAEFF3;
    border-left: 1px solid #EAEFF3;
    background: linear-gradient(#DCE8EF, #C8DAE4);*/
}

.content-tabs > li:hover {
	background: -webkit-linear-gradient(#ecf3f8, #d4e5ef); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ecf3f8, #d4e5ef); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ecf3f8, #d4e5ef); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ecf3f8, #d4e5ef); /* Standard syntax */
}

.content-tabs > li.active {
	border-bottom: 1px solid #eaeff2;
	background: -webkit-linear-gradient(#fff, #eaeff2); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fff, #eaeff2); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fff, #eaeff2); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#fff, #eaeff2); /* Standard syntax */
}

.content-tabs > li > .fa {
	float: right;
	margin-top: 4px;
	padding-left: 10px;
}

.content-pane-wrapper > .content-pane {
	display: none;
}

.content-pane-wrapper > .content-pane.active {
	display: block;
}

/***************/

.tabpane-white .tab-panes {
	border-left: 1px solid #fff;
}
.tabpane-white > .nav-tabs > li > a {
	background-color: #eaeff2;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #ddd;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #3a4e5d;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}

.tabpane-white > .nav-tabs > li.active > a {
	border-bottom: 1px solid #eaeff2;
	background: -webkit-linear-gradient(#fff, #eaeff2); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fff, #eaeff2); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fff, #eaeff2); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#fff, #eaeff2); /* Standard syntax */
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	border-bottom: 1px solid #eaeff2;
	border-right: 1px solid #ddd;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #3a4e5d;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	background: -webkit-linear-gradient(#fff, #eaeff2); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fff, #eaeff2); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fff, #eaeff2); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#fff, #eaeff2); /* Standard syntax */
}

/**************************** TABS AND PANES - END *************************************/

/**************** MODALS ***************************************/
.modal-header {
	background: linear-gradient(#fff, #e8eef1);
}
.modal-content {
	color: #3a4e5d;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	background-color: #eaeff2;
}

/**************** TABLES *******************/
.table-xs .table-responsive {
	height: 150px;
	min-height: 150px;
}
.table-sm .table-responsive {
	height: 300px;
	min-height: 300px;
}

.column-width-sm {
	width: 45px;
}
select.form-control {
	padding-left: 5px;
}
.textinput-xs input.form-control,
select.form-control {
	height: 20px;
}

.no-padding-left {
	padding-left: 0px;
}

.no-padding-right {
	padding-right: 0px;
}

.no-padding {
	padding: 0px;
}

.input-field-wrapper > .col-md-3,
.input-field-wrapper > .col-md-9 {
	padding: 0px;
	margin-bottom: 10px;
}

.input-field-wrapper > .col-md-3:first-child {
	padding-right: 15px;
}

@media (max-width: 991px) {
	.input-field-wrapper > .col-md-3:first-child {
		padding: 0px;
	}
	.input-field-wrapper > .col-md-3,
	.input-field-wrapper > .col-md-9 {
		margin-bottom: 10px;
	}
}

.padded-with-border {
	padding: 10px;
	border: 1px solid #ddd;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	overflow: hidden;
	background: -webkit-linear-gradient(#f9fbfb, #e7edf1);
	background: -o-linear-gradient(#f9fbfb, #e7edf1);
	background: -moz-linear-gradient(#f9fbfb, #e7edf1);
	background: linear-gradient(#f9fbfb, #e7edf1);
}
.padded-with-border-engraved {
	/*padding: 10px;*/
	padding: 0px;
	border: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	overflow: hidden;
}

.padded-with-border-engraved.button-bottom {
	padding: 10px;
}

.margin-top-xs {
	margin-top: 5px;
}

.margin-bottom-xs {
	margin-bottom: 5px;
}
.margin-bottom-sm {
	margin-bottom: 10px;
}
.margin-top-sm {
	margin-top: 10px;
}
.margin-top-md {
	margin-top: 15px;
}

.margin-bottom-md {
	margin-bottom: 15px;
}

.btn-group-sm {
	border: 1px solid #ddd;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.btn-group-sm button {
	padding: 3px 12px;
	border-radius: 0px;
	line-height: 1.1;
	border: 1px solid #ddd;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: -webkit-linear-gradient(#f1f4f6, #eaeff2);
	background: -o-linear-gradient(#f1f4f6, #eaeff2);
	background: -moz-linear-gradient(#f1f4f6, #eaeff2);
	background: linear-gradient(#f1f4f6, #eaeff2);
}

.transaction-status-div {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	border: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	letter-spacing: 0px;
	background-color: #fff;
	padding: 3px 15px;
}

.transaction-status-div2 {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	letter-spacing: 3px;
	background-color: #fff;
	padding: 2px 15px;
}

.transaction-status-div2.billed {
	background: #dbffe8;
	color: #328f46;
}

.transaction-status-div2.notbilled {
	background: #ffdede;
	color: #a54d4d;
}

.padded-with-border-engraved.button-bottom .button-group,
.padded-with-border-engraved .button-group {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row; /* Safari */
	flex-direction: row;
	-webkit-justify-content: flex-end; /* Safari */
	justify-content: flex-end;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}

.padded-with-border-engraved.button-bottom .button-group {
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
}

button.classic-btn {
	border: 1px solid #ddd;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 5px 10px;
	text-align: center;
	cursor: pointer;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	background: -webkit-linear-gradient(#f0f4f6, #e3eaef);
	background: -o-linear-gradient(#f0f4f6, #e3eaef);
	background: -moz-linear-gradient(#f0f4f6, #e3eaef);
	background: linear-gradient(#f0f4f6, #e3eaef);
	font-size: 12px;
}

button.classic-btn:focus,
.button-group-btn {
	background: linear-gradient(#e3eaef, #f0f4f6);
	border: 1px solid #fff;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.button-group-btn {
	border: 1px solid #ddd;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	/*padding: 5px 10px;
	width: 100px;*/
	padding: 5px 10px;
	text-align: center;
	cursor: pointer;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	background: -webkit-linear-gradient(#f0f4f6, #e3eaef);
	background: -o-linear-gradient(#f0f4f6, #e3eaef);
	background: -moz-linear-gradient(#f0f4f6, #e3eaef);
	background: linear-gradient(#f0f4f6, #e3eaef);
	font-size: 12px;
}

.button-group-btn.sm {
	font-size: 11px;
}

.padded-with-border-engraved.button-bottom .button-group-btn {
	padding: 5px 10px;
	min-width: 100px;
	margin: 0px 5px;
}

.padded-with-border-engraved .button-group-btn.no-margin {
	margin: 0px;
}

.padded-with-border-engraved.no-border {
	border: 0px solid #ddd;
}

.button-group-btn.disabled {
	border: 1px solid #ddd;
	opacity: 0.5;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background: -webkit-linear-gradient(#e3eaef, #f0f4f6);
	background: -o-linear-gradient(#e3eaef, #f0f4f6);
	background: -moz-linear-gradient(#e3eaef, #f0f4f6);
	background: linear-gradient(#e3eaef, #f0f4f6);
	cursor: not-allowed;
}

.padded-with-border-engraved.right {
	padding: 0px 10px;
}

.padded-with-border-engraved.right .button-group {
	-webkit-justify-content: flex-end; /* Safari */
	justify-content: flex-end;
}

.padded-with-border-engraved.right .button-group-btn:last-child {
	margin-right: 0px;
}

.padded-with-border-engraved.right .button-group,
.padded-with-border-engraved.button-bottom.right {
	padding: 0px;
}

.button-group-btn.fluid {
	width: 100%;
}

.button-group-btn > .fa {
	/*margin-right: 5px;*/
	font-size: 1.2em;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}

.padded-with-border-engraved.button-bottom .button-group-btn > .fa {
	margin-right: 5px;
}

.button-group-btn.active:hover {
	background: -webkit-linear-gradient(#ffecc4, #ffd582); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ffecc4, #ffd582); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ffecc4, #ffd582); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ffecc4, #ffd582);
}

/** BUTTON GROUP BTN SIZES **/
.button-group-btn.bttn-xl {
	padding: 10px 20px;
	font-size: 14px;
}

.control-checkbox {
	display: table;
}
.control-checkbox span {
	font-size: 11px;
	font-weight: 500;
}
.control-checkbox input {
	background-color: #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	margin-right: 4px;
	vertical-align: middle;
}
.control-checkbox span,
.control-checkbox input {
	display: table-cell;
}

.myinputgroup .input-group-addon {
	border: none;
	background-color: transparent;
	padding: 1px 10px;
	cursor: pointer;
}

.myinputgroup .input-group-addon:hover {
	border: 1px solid #ddd;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.myinputgroup .input-group-addon:focus {
	border: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

input[disabled].disabledtblinput,
select[disabled].disabledtblinput {
	background-color: transparent;
	border: none;
	cursor: default;
	box-shadow: none;
}

select[disabled].disabledtblinput {
	-webkit-appearance: none;
	appearance: none;
}

.tablewithbuttons > .tablebuttons {
	text-align: right;
}

.tablewithbuttons > .tablebuttons > .tablebtn {
	border: 1px solid transparent;
	background-color: transparent;
}

.tablewithbuttons > .tablebuttons > .tablebtn:hover {
	border: 1px solid #ddd;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

button.inputgroupbtn,
.input-group-addon.inputgroupbtn {
	height: 20px;
	line-height: 20px;
	border-radius: 0px;
	min-width: 30px;
	padding: 0px;
	border: none;
	background: transparent;
}
button.inputgroupbtn > i,
.input-group-addon.inputgroupbtn > i {
	cursor: pointer;
	padding: 0px 10px;
}

table tr td > input[type='checkbox'],
table tr th > input[type='checkbox'] {
	vertical-align: middle;
}

/** ACCORDION ***/
.classictheme .panel-heading {
	color: #3a4e5d;
	font-size: 13px;
	display: inline-flex;
	width: 100%;
	background: -webkit-linear-gradient(#f0f4f6, #e7edf1);
	background: -o-linear-gradient(#f0f4f6, #e7edf1);
	background: -moz-linear-gradient(#f0f4f6, #e7edf1);
	background: linear-gradient(#f0f4f6, #e7edf1);
	border: 1px solid #ddd;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	font-weight: bold;
	padding: 8px 15px;
}

.classictheme .panel-body {
	background: #e8edf1;
	border-left: 1px solid #fff;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.form-horizontal.condensed .form-control-static {
	padding-top: 1px;
	padding-bottom: 0px;
}

.text-header {
	font-size: 25px;
}
.no-border {
	border: 0;
}

/**** DASHBOARD ****/

.label-sm {
	font-size: 15px;
}

.text-box-count {
	font-size: 12px;
	height: 30px;
	text-align: right;
}

.space-break {
	height: 20px;
}

.overflow-auto {
	overflow-y: auto;
}

.classic-addon {
	background-color: #eaeff2;
	border: 0px solid transparent;
	font-size: 20px;
	font-weight: 800;
}

legend {
	display: block;
	padding: 0;
	font-size: 14px;
	text-shadow: none;
	color: #939393;
	border: 0;
	border: 0px solid #ddd;
	padding: 5px 10px;
}

fieldset {
	border: 1px solid #ddd;
	padding: 20px;
	margin-bottom: 15px;
}

.datatablebtn,
.datatablebtn:focus {
	background: #fff;
	border: 1px solid #ddd;
	color: #566774;
	padding: 3px 10px;
	font-size: 12px;
}

.datatablebtn:hover {
	background: #ededed;
	border: 1px solid #ddd;
	color: #566774;
	padding: 3px 10px;
	font-size: 12px;
}

.datatable-custombtn-wrapper .fa,
.datatable-custombtn-wrapper .datatablebtn:focus .fa,
.smallbuttons-wrapper .fa,
.smallbuttons-wrapper .datatablebtn:focus .fa,
.smallbuttons-wrapper .mybtn:hover .fa {
	color: #aab2b8;
}

.datatable-custombtn-wrapper {
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #ddd;
}

.button-group-btn > img {
	height: 15px;
}

.panel.viewpanel {
	border: 1px solid #e8f4fa;
	border-radius: 0px;
}

.viewpanel > .panel-heading {
	background-color: #e8f4fa;
	padding: 5px 15px;
	color: #87959f;
	text-shadow: none;
	font-weight: 400;
	border-radius: 0px;
	font-size: 12px;
}

.valignmiddle {
	vertical-align: middle;
}

/*tr.rowwarning td, tr.rowwarning td.sorted, .flexigrid tr.rowwarning td.sorted, .flexigrid div.bDiv tr.trSelected.rowwarning:hover td, .flexigrid div.bDiv tr.trSelected.rowwarning:hover td.sorted, .flexigrid div.bDiv tr.trOver.trSelected.rowwarning td.sorted, .flexigrid div.bDiv tr.trOver.trSelected.rowwarning td, .flexigrid tr.trSelected.rowwarning td.sorted, .flexigrid tr.trSelected.rowwarning td, .flexigrid tr.erow.rowwarning td.sorted, .flexigrid tr.erow.rowwarning td { 
	background: #fee0e0;
}*/

tr.rowwarning td,
.flexigrid div.bDiv tr.trSelected.rowwarning:hover td,
.flexigrid div.bDiv tr.trOver.trSelected.rowwarning td,
.flexigrid tr.trSelected.rowwarning td,
.flexigrid tr.erow.rowwarning td {
	background: #fee0e0;
}

.topbuttonsdiv > .topbuttonswrapper {
	min-height: 31px;
}

img.controllabeliconedit {
	padding: 2px 5px;
	height: 24px;
	cursor: pointer;
}

.uploadbinlocationmodal-log {
	min-height: 350px;
	width: 100%;
	background: #fff;
}
