html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	}
	
a {
	outline: 0px;
/*	color: #46a7d6;*/
	text-decoration: none;
	}
a:hover {
	outline: 0px;
/*	color: #6dcff6;*/
	}
	
img {
	border: 0px;
	}
	
h1, h2, h3 {
	line-height: normal;
	}
	
/* large screen */

body {
	font-family: 'OpticSansBook', sans-serif;
	font-size: 14px;
	background: #FFFFFF; 
	margin:0;
	padding:0;
	height:100%;
	}

.wrapForEllipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap !important;
}
.wrapForEllipsisNoClick {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap !important;
}

.container {
	padding-left: 0px;
	padding-right: 0px;
}
#container {
	width: 100% ;
	color: #000000;
	background: #ffffff;
	padding-top: 3px;
	height:100%;
	}
header {
	width: 100%;
	left: 0;
	top: 0;
}
.utility-nav-left, .utility-nav-right {
	width: 50%;
	font-size: 18px;
	height: 100%;
	}
.utility-nav-right {
	float: right;
	padding-top: 1.5%;
}
.utility-nav-left ul, .utility-nav-right ul { height: 100%; padding-left: 0px; list-style: none;}
.utility-nav-left ul li, .utility-nav-right ul li { float: left; }
.hdrLiveChat { 
	background: #DC0606;
	border-radius: 3px;
	font-size: 12px !important;
	width: 16%;
	height: 20px;
	text-align: center;
	margin-left: 45%;
	color: #ffffff;
	padding: 2px;
}
.hdrLogo { padding-top: 4px; }
.hdrAlerts { margin-left: 8%; }
.hdrSettings, .hdrLogout  { margin-left: 8%; }
.utility-nav a:link, .utility-nav a:visited, .utility-nav a:active, .utility-nav a:hover, .utility-nav a:visited:hover {
	color: #FFFFFF;
	padding: 9px 20px 10px 20px;
    }
.hdrMenuToggle { margin-left: 8%; }

.hdrRevert { 
	margin-left: 8%; 
	margin-top: 2.3%;
}
/* main content start*/
#main_content_body {
	margin-top: 0px;
	padding-top: 0px;
	background: #ffffff;
	font-size: 12px;
 	color: #000000;
 	text-align: left;
 	min-height: 100%;
 	min-width: 82.3%
}
/* #main_content_body a:link, #main_content_body a:visited, #main_content_body a:active  { */
/* 	color: #006fbb; */
/*  	text-decoration: none; */
/* } */
/* #main_content_body a:hover, #main_content_body a:visited:hover { */
/*  text-decoration: underline; */
/*  } */
 
/* main content ends*/

#bcSection {
	height: 90px; 
	padding: 10px;
	background-color: #fff;
	border-bottom: #000 1px solid;
}
.clientlogo {
	border-right: #555 1px solid;
	padding-right: 10px;
	float: left;
}
.bcBody {
	margin-left: 18%;
	padding-top: 15px;
	font-size: 30px;
	height: 70px;
}
#contentSection {
 	padding: 0px 20px 10% 5px;
	min-height: 100%;
}
#wrapper {
	position: relative;
	left: 0;
	width: 100%;
}

.navbar-left>li {
	float: left !important;
}
.navbar-default {
/* 	background-color: #fff !important; */
}
.navbar {
	margin-bottom: 0px;
}


#main {
  overflow:hidden;
}

/*
 * off Canvas sidebar
 * --------------------------------------------------
 */
.row-offcanvas {
}
@media screen and (max-width: 768px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    width:calc(100% + 220px);
  }
    
  .row-offcanvas-left
  {
    left: -220px;
  }

  .row-offcanvas-left.active {
    left: 0;
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
  }
  .navbar-collapse.in {
  	overflow-y: hidden;
  }
  #priceListFilterBtn {
  	margin-top: 0px;
  }
  
  #footer {
    margin-left: -20px !important;
    margin-right: -20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-left: 37% !important;
  }  
}

@media screen and (min-width: 769px and max-width: 1024px) {
	#groupColheader {
		display:none
	}
	
  #footer {
    margin-left: -20px !important;
    margin-right: -20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-left: 28% !important;
  }  	
}


.panel-primary {
	border-color: #262626 !important;
}
.panel-primary > .panel-heading {
	background-color: #262626 !important; 
	border-color: #262626 !important;
}

.nav-pills > li > a {
	border:1px dotted #666666;
	color: #262626;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background-color: #404040 !important;
}
ul.secondLvlTbs > li > a {
	background: #cccccc;
	color: #46a7d6;
	border: none;
}
.btn-primary {
  color: #fff;
  background-color: #8e191c !important;
  border-color: #8e191c !important;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #ad1f23 !important;
  border-color: #ad1f23 !important;
}
.btn-primary:hover {
  color: #fff;
  background-color: #ad1f23 !important;
  border-color: #8e191c !important;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #ad1f23 !important;
  border-color: #8e191c !important;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #8e191c !important;
  border-color: #8e191c !important;
}

/* Pagination styles */
/* GREATER SPECIFICITY - SMALL increase */
ul.pagination > li > a:focus,
ul.pagination > li > a:hover,
ul.pagination > li > span:focus,
ul.pagination > li > span:hover {
    background-color: #337ab7 !important;
	color: #FFFFFF !important;
	text-decoration: underline;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 3;
	color: #fff !important;
	background: #CC0000 !important;	
}
.pagination > li > a,
.pagination > li > span,
ul.pagination > li > a {
	background-color: #bcbcbc !important;	
	color: #545454 !important;	
    position: relative;
    float: left;
    padding: 4px 10px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    margin: 2px;
    border: 0px !important;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}


/** sticky footer related **/
/* Wrapper for page content to push down footer */
.wrap {
	width:100%;
  min-height: 94%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -100px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
  height: 100px;
}
#footer {
  background-color: #CC0000;
  color: #fff;
  padding-left: 21%;
}
/** sticky footer related **/      
.navbar-brand {
	height: 75px !important;
}

.footerContainer {
	list-style: none !important;
	padding-top: 15px;
	padding-left: 0px;
}
.footerContainer li a {
	vertical-align: top !important;
	color: #fff !important;
	border-right: 1px #FFF solid !important;
}
/* Pagination styles */
/* GREATER SPECIFICITY - SMALL increase */
ul.footerContainer > li > a:focus,
ul.footerContainer > li > a:hover,
ul.footerContainer > li > span:focus,
ul.footerContainer > li > span:hover {
	color: #FFFFFF !important;
	text-decoration: underline;
}
.footerContainer > .active > a, .footerContainer > .active > span, .footerContainer > .active > a:hover, .footerContainer > .active > span:hover, .footerContainer > .active > a:focus, .footerContainer > .active > span:focus {
	z-index: 3;
	color: #fff !important;
	background: #CC0000 !important;	
}
.footerContainer > li > a,
.footerContainer > li > span,
ul.footerContainer > li > a {
	color: #fff !important;	
    position: relative;
    float: left;
    padding: 4px 10px;
    text-decoration: none;
    margin: 2px;
}
.footerContainer > li:first-child > a,
.footerContainer > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.footerContainer > li:first-child > a,
.footerContainer > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.footerContainer > li:last-child > a,
.footerContainer > li:last-child > span {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-right: 0px !important;
}


/* Styles added for Customer */	
/*<input type="text" class="form-control input-xs" />*/
#footer .container {
	width: 100%;
}

.control-label-xs {
    font-size: 12px;
    line-height: 1.5;
    margin: 1px;
    white-space: nowrap;
    padding-top: 2px;
}
    
.input-xs {
    height: 22px;
    padding: 3px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    margin: 1px;
    color:black !important;
}
input.form-control[readonly]{
	background: white;
}
select.input-xs{
	padding: 3px 1px
}
.removingPadding {
   margin-right: 6px !important;	
}

.rootwizard .panel {
	margin-bottom: 0px;
}

.rootwizard .panel-heading {
	padding: 5px 15px;
}

/* #locTbldatatb thead tr th,  */
/* #locTblClientContactInfotb thead tr th,  */
/* #slaTbl thead tr th, */
/* #custContTbl thead tr th, */
/* #siteScoreTbl thead tr th, */
/* #custTbl thead tr th, */
/* #priceListMasterDataTbl thead tr th */
.dataTable thead tr th
{
	text-align: left;
	white-space: nowrap;
}
/* #locTbldatatb tbody tr td,  */
/* #locTblClientContactInfotb tbody tr td, */
/* #slaTbl tbody tr td, */
/* #custContTbl tbody tr td, */
/* #siteScoreTbl tbody tr td, */
/* #custTbl tbody tr td, */
/* #priceListMasterDataTbl tbody tr td */
.dataTable thead tr th, .dataTable tbody tr td
{
	font-size: 12px;
}

.KJEReportTableDiv {
    border-width: 1px 0px;
    border-style: dotted;
    border-color: #666;
    padding: 2px 0;
}
.KJEReportTableDiv {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0px;
    margin-left: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    padding: 2px;
    width: 100%;
    box-shadow: 5px 5px 10px #DDDDDD;
    -webkit-box-shadow: 5px 5px 10px #DDDDDD;
    -moz-box-shadow: 5px 5px 10px #DDDDDD;
}
table.KJEReportTable {
    font-size: 10pt;
    background-color: #cccccc;
    border-spacing: 0;
    border: 1px;
    border-collapse: collapse;
    width: 100%;
    margin: 0;
    padding: 0;
    table-layout: fixed;
}
table.KJEReportTable tr.KJEHeaderRow {
    background-color: #B8CBE4;
}
table.KJEReportTable tr.KJEHeaderRow {
    background-color: #cccccc;
    text-align: center;
    border: none;
}
table.KJEReportTable tr.KJEOddRow {
    background-color: #ffffff;
/*     text-align: right; */
}
table.KJEReportTable td.KJECell50 {
    width: 50%;
}
table.KJEReportTable td.KJECell15 {
    width: 15%;
}
table.KJEReportTable td.KJECell35 {
    width: 35%;
}
table.KJEReportTable td.KJECell25 {
    width: 25%;
}
table.KJEReportTable td.KJECell30 {
    width: 30%;
}
table.KJEReportTable td.KJECell40 {
    width: 40%;
}
table.KJEReportTable td.KJECell60 {
    width: 60%;
}
table.KJEReportTable td.KJECell75 {
    width: 75%;
}
table.KJEReportTable td.KJECellBorder {
    border-right-width: 1px;
    border-top-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-style: solid;
    border-spacing: 1px;
    border-color: #000000;
}
table.KJEReportTable td.KJELabel, th.KJELabel {
    padding-left: 10px;
	padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: bold;
    vertical-align: middle;
    border: none;
}
table.KJEReportTable td.KJELabel {
	font-family: 'OpticSansMedium';
} 
table.KJEReportTable td.KJECell40 {
    width: 40%;
}
table.KJEReportTable td.KJECell, th.KJECell {
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align: middle;
    border: none;
    white-space: nowrap;
    overflow: hidden;
}
table.KJEReportTable {
    font-size: 10pt;
    background-color: #cccccc;
    border-spacing: 0;
    border: 1px;
    border-collapse: collapse;
    width:100%;
    margin: 0;
    padding: 0;
    table-layout: fixed;
}
table.KJEReportTable tr.KJEHeaderRow {
    background-color: #cccccc;
    text-align: center;
    border: none;
}

table.KJEReportTable th {
	font-family:'OpticSansMedium';
    border: none;
    padding: 10px;
    color:#f2f2f2;
    background: #000000; /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #808080 , #434343); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #808080 , #434343); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.salesOrderManagement table.KJEReportTable th {
	font-size: 16px;
}
table.KJEReportTable tr.KJEFooterRow {
    background-color: #cccccc;
    text-align: right;
    border: none;
}

table.KJEReportTable tr.KJEFooterRow:hover{
    background-color: #7B7B7B;
    color: #fff;
}

table.KJEReportTable tr.KJEEvenRow {
    background: #E0EAFC; /* fallback for old browsers */
 	background: -webkit-linear-gradient(to top, #f2f2f2, #e6e6e6 ); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #f2f2f2 , #e6e6e6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
/*     text-align: right; */
}

table.KJEReportTable tr.KJEEvenRow:hover{
    background: -webkit-linear-gradient(to top, #e6e6e6 , #f2f2f2); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #e6e6e6 , #f2f2f2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
/*     color: #f2f2f2; */
    border: none;
}
table.KJEReportTable tr.KJEOddRow {
    background-color: #ffffff;
/*     text-align: right; */
}
table.KJEReportTable tr.KJEOddRow:hover{
    border: none;
    background: -webkit-linear-gradient(to top, #f2f2f2, #ffffff ); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #f2f2f2 , #ffffff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.tabspanel-header {
	background-color: #cccccc;
    border: none;
    height: 39px;
    color: #fff;
    padding-top: 10px;
}
.EditForm div .row, .EditForm .row {
	margin-left: 0px;
}
.EditIcon, .SaveIcon, .ResetIcon {
	margin-right: -7px !important;
	font-size: 12px !important;
/* 	margin-top: -8px; */
}
/*
 * Row with equal height columns
 * --------------------------------------------------
 */

/* Styles added for Customer END */

.hideWithHoldingSpace {
	visibility: hidden;
}
.glyphicon-pencil:before {
	content: "\e065" !important;
}
.glyphicon-ok:before {
	content: "\e172" !important;
}


/* scrollbar styles START */
/*
 *  STYLE 7
 */
.scrollbar
{
	margin-left: 30px;
	float: left;
	height: 300px;
	width: 65px;
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
}
#style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
	background-color: #000000;
}

#style-7::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-7::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

#style-7::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(122,153,217)),
									   color-stop(0.72, rgb(73,125,189)),
									   color-stop(0.86, rgb(28,58,148)));
}
/* scrollbar styles END */


/* Input date range style for xs text boxes */
.input-daterange input.input-xs {
	margin: 0px !important;
}
.input-daterange .input-group-addon {
	padding: 0px 10px 0px 10px !important;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.ErrorFlagger {
    color: red;
    font-weight: 800;
    font-family: 'OpticSansMedium';
    display: none;
    white-space: normal !important;
}
.ErrorFlaggerSHOW {
    color: red;
    font-weight: 800;
    font-family: 'OpticSansMedium';
    white-space: normal !important;
}

.CamelCase 
{
    text-transform:capitalize;
}

.currencyinput {
    border: 1px inset #ccc;
}
.currencyinput input {
    border: 0;
}


.expancollapToggle {
	background-image: url(../images/bullet_toggle_minus.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

@media (max-width:580px){
#exportBtn{display:none}
}


