input::placeholder {
	color: #32434c;
	opacity: 1; /* Firefox */
}

.form-control {
	height: 34px;
}

.navbar-nav > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 18px;
}

.sidebar {
	padding: 10px;
}

.sidebar-close {
	padding: 0;
}

.icon-white {
	-webkit-filter: grayscale(100%) brightness(5) !important;
	filter: grayscale(100%) brightness(5) !important;
}

.app-heading {
	font-size: 24px;
	color: #FFF;
	font-weight: 600;
	margin: 0 auto;
	position: absolute;
	left: 42%;
	top: 20%;
}

.user-menu-sub {
	padding: 5px 15px;
}

.p-a-0 {
	padding: 0;
}

.m-a-0 {
	margin: 0;
}

.p-l-10 {
	padding-left: 10px;
}

.drop-user {
	width: 270px;
}

.notification {
	font-size: 20px;
	line-height: 30px;
}

.main-footer {
	bottom: 0 !important;
	padding: 6px 16px;
	font-size: 11px;
	z-index: 851 !important;
}

.main-footer {
	background: #5b616a;
	/*padding: 15px;*/
	border-top: 1px solid #d2d6de;
	margin-left: 0;
	position: fixed;
	width: 100%;
	color: #FFF;
}

	.main-footer a {
		color: #FFF;
	}

.sidebar-menu-custom {
	height: 53px;
}

.breadcrumb {
	padding: 0px 15px;
	margin-bottom: 10px;
	list-style: none;
	background-color: #ecf0f5;
	border-radius: 4px;
}

.container-wrapper {
	padding: 0px 30px;
}

.red {
	color: #ff0000;
}

.btn-clear {
	background-color: #a1a1a1;
	border-color: #a1a1a1;
	color: #FFF;
}

	.btn-clear:hover, .btn-clear:active, .btn-clear:focus {
		background-color: #8c8c8c !important;
		border-color: #8c8c8c !important;
		color: #FFF !important;
	}

.btn-add {
	background: #5b616a;
	border-color: #5b616a;
	color: #FFF;
}

	.btn-add:hover, .btn-add:active, .btn-add:focus {
		background-color: #5b616a !important;
		border-color: #5b616a !important;
		color: #FFF !important;
	}

.breadcrumb > li + li:before {
	padding: 0 5px;
	color: #32434c;
	content: "\003e" !important;
}

.breadcrumb li, .breadcrumb li a {
	color: #32434c;
	font-weight: 600;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 10px;
	font-weight: 600;
	color: #32434c;
	font-size: 12.5px;
}

.form-group {
	margin-bottom: 10px;
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	color: #8e9ea7;
	text-align: center;
	background-color: #f9f9f9;
	border: 1px solid #f9f9f9;
	border-radius: 4px;
}

.m-t-100 {
	margin-top: 100px;
}

.width-3 {
	width: 3%;
	padding: 0;
}

.width-30 {
	width: 30%;
	padding: 0;
}

p {
	margin: 0 0 5px;
}

.btn {
	display: inline-block;
	padding: 8px 12px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 600;
}

.right-radius {
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
}

.left-radius {
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
}

.breadcrumb > .active {
	color: #32434c;
}

textarea {
	resize: none;
}

.file-upload-wrapper {
	position: relative;
	width: 100%;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	height: 40px;
	border-radius: 4px;
	color: #32434c;
}

	.file-upload-wrapper:after {
		content: attr(data-text);
		position: absolute;
		top: 0;
		left: 0;
		background: #fff;
		padding: 8px 10px;
		display: block;
		width: calc(100% - 40px);
		pointer-events: none;
		border-radius: 4px;
		color: #32434c;
	}

	.file-upload-wrapper:before {
		content: 'Choose File';
		position: absolute;
		top: 0;
		right: 0;
		display: inline-block;
		height: 38px;
		background: #f9f9f9;
		color: #32434c;
		z-index: 25;
		line-height: 40px;
		padding: 0 20px;
		pointer-events: none;
		border-radius: 0 5px 5px 0;
		border-left: 1px solid #ccc;
	}

	.file-upload-wrapper:hover:before {
		background: #eee;
	}

	.file-upload-wrapper input {
		opacity: 0;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 99;
		height: 40px;
		margin: 0;
		padding: 0;
		display: block;
		cursor: pointer;
		width: 100%;
	}

.upload-note {
	position: relative;
	top: 5px;
}

select {
	-moz-appearance: none; /* Firefox */
	-webkit-appearance: none; /* Safari and Chrome */
	appearance: none;
}

select {
	background-color: #CCC;
	background-image: url(../images/select-arrow.png) !important;
	background-position: right;
	background-repeat: no-repeat;
	/* padding-right: 19px !important; */
	-moz-background-origin: content-box;
	-webkit-background-origin: content-box;
	background-origin: content-box;
}

thead {
	background: #ecf0f5;
}

.row-selected {
	background: #fbf7e3;
	font-weight: 700;
}

.pointer {
	cursor: pointer;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	background: #d7dfe3;
}

	.pagination > li:first-child > a:hover, .pagination > li:first-child > a:focus {
		border-top-left-radius: 4px !important;
		border-bottom-left-radius: 4px !important;
		background: #d7dfe3;
		border-top-right-radius: 0 !important;
		border-bottom-right-radius: 0 !important;
	}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #f4b42a;
	border-color: #f4b42a;
	border-radius: 100%;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background: #d7dfe3 !important;
}

	.pagination > li:last-child > a:hover, .pagination > li:last-child > a:focus {
		border-top-right-radius: 4px !important;
		border-bottom-right-radius: 4px !important;
		background: #d7dfe3;
		border-top-left-radius: 0 !important;
		border-bottom-left-radius: 0 !important;
	}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
	z-index: 2;
	color: #FFF;
	background-color: #f4b42a;
	border-color: #f4b42a;
	border-radius: 100%;
}

.btn-group > .btn:first-child, .btn-group > .btn:first-child:hover, .btn-group > .btn:first-child:focus {
	/*margin-left: 0;*/
	/*background: #FFF;*/
	/*border: 1px solid #ccc !important;*/
	/*color: #32434c !important;*/
}

#divUserManualIndexParent li a.active-manual {
	color: #f4b42a;
}


@media screen and (max-width:767px) {
	.main-sidebar {
		padding-top: 120px !important;
		width: 230px !important;
	}

	.content-wrapper {
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-top: 120px !important;
	}

	.container-wrapper {
		padding: 0 10px 25px !important;
	}

	.main-header .logo .logo-lg {
		position: relative;
		left: -36%;
	}

		.main-header .logo .logo-lg img {
			width: 30%;
		}

	.sidebar-collapse .sidebaricon img {
		width: 10%;
	}

	.sidebar-collapse .sidebaricon-2 img {
		width: 10%;
	}

	.app-heading {
		display: none;
	}

	.app-heading-mobile {
		font-size: 18px;
		color: #000;
		font-weight: 600;
		position: absolute;
		right: 10px;
		top: 28%;
		text-align: right;
		display: block;
	}

	.main-footer {
		text-align: center;
	}

		.main-footer p {
			width: 100%;
		}

	#ulMenu #lblUsername {
		display: none;
	}

	#divExporterInfo, #divCustomInfo {
		/*margin-top: 8px;*/
	}

	.box .box-body .divSaveCancel button, .box .box-body .divSaveCancel input[type=button] {
		width: 100%;
		margin-bottom: 10px;
		text-align: left;
	}

	aside.main-sidebar {
		/*position: fixed;*/
	}

	.btn.btn-add {
		text-align: left;
		margin-right: 0 !important;
		width: 100%;
	}

	.box {
		margin-bottom: 50px;
	}

	.modal-dialog {
		margin: 20px;
	}

	.breadcrumb {
		margin-bottom: 10px !important;
	}

	.small-box .icon {
		display: block;
	}

	.small-box {
		text-align: left;
	}

	.drop-user {
		width: 250px;
	}
}

@media screen and (min-width:768px) {
	.app-heading-mobile {
		display: none;
	}
}

@media screen and (max-width:359px) {
	.drop-user {
		width: 218px;
	}
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span {
	top: 0;
	margin-left: -3px;
	padding: 14px 5px 12px 20px;
	background-color: inherit;
}

/*------------------Pivotal Design CSS 10 Sep 2018-----------------------------------*/
.main-header .navbar h1 {
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	margin-top: 12px;
}

.taskheading {
	font-size: 18px;
	height: 40px;
	line-height: 29px;
}

.replheading {
	font-size: 18px !important;
	height: 30px;
	line-height: 29px;
}

.physical-inventory {
	background: url(../images/physical-inventory.jpg) left top no-repeat;
	padding-left: 44px;
}

.replenishment {
	background: url(../images/replenishment.jpg) left top no-repeat;
	padding-left: 55px;
}

.grn {
	background: url(../images/grn.jpg) left top no-repeat;
	padding-left: 44px;
}
/*.supporticon {
	background: url(../images/support-1.png) left top no-repeat;
	padding-left: 44px;
	min-height: 27px;
	line-height: 26px !important;
}*/
.discrepancy {
	background: url(../images/discrepancy-1.png) left top no-repeat;
	padding-left: 44px;
	min-height: 28px;
	line-height: 26px !important;
}

.outofstock {
	background: url(../images/out-of-stock.jpg) left top no-repeat;
	padding-left: 56px;
	min-height: 26px;
	line-height: 26px !important;
}

.out-of-shelf-stock {
	background: url(../images/out-of-shelf-stock.jpg) left top no-repeat;
	padding-left: 56px;
	min-height: 26px;
	line-height: 26px !important;
}

.category-wise {
	background: url(../images/category-wise.jpg) left top no-repeat;
	padding-left: 56px;
	min-height: 26px;
	line-height: 26px !important;
}

.taskbody {
	padding: 0px 40px !important;
}

	.taskbody h1 {
		font-weight: 300;
		font-size: 18px;
	}

	.taskbody h2 {
		font-weight: 300;
		font-size: 16px;
		color: #99abb4;
	}

.taskcol {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.taskborder {
	border-left: 1px solid #ccc;
	padding-left: 50px !important;
}

.task-brheading {
	line-height: 27px !important;
}

.box-titleh5 {
	line-height: 18px;
}

.chart-legend-text h3 {
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 18px;
	margin-top: 0px;
}

.chart-legend-text h2 {
	margin: 0px;
	font-size: 12px;
	font-weight: 600;
}

.dasbodmin {
	min-height: 255px !important;
	padding: 15px 15px;
}

.dasboadmin {
	min-height: 180px !important;
	padding: 0px 10px;
}

.customli {
	margin: 0px 10px !important;
}

ul.customli {
	margin: 1em 0;
}

	ul.customli li {
		margin: 0.3em;
		margin-left: 1em;
		font-size: 12px;
	}

		ul.customli li.mens, .customli li.mens:before {
			color: #6dcff6;
		}

		ul.customli li.womens, .customli li.womens:before {
			color: #ffc0cb;
		}

		ul.customli li.kids, .customli li.kids:before {
			color: #7ac576;
		}

.space40 {
	padding: 20px 0px;
	clear: both;
	height: 1px;
}

.margin30 {
	margin: 30px 0px !important;
}

.padding-lp {
	padding-right: 5px;
}

@media screen and (min-device-width: 1601px) and (max-device-width: 1920px) {
	.content-header {
		padding: 10px 15px 0 15px;
	}

	.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
		font-size: 16px;
		margin: 11px 15px;
	}

	.dasbodmin {
		min-height: 260px !important;
		padding: 15px 15px;
	}

	ul.customli li {
		margin: 0.3em;
		margin-left: 1em;
		font-size: 14px;
	}

	.customli li:before {
		content: '\f111';
		font-family: 'FontAwesome';
		float: left;
		font-size: 15px;
		margin-left: -1.2em;
	}
}
/*------------------Pivotal Design CSS 10 Sep 2018 END-----------------------------------*/


/*body {
	font-family: 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
	padding-right: 0 !important;
}*/

.field-validation-error {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	color: #f00;
	font-size: 12px;
	text-align: left;
	font-weight: 500;
}

	.field-validation-error:before {
		font-family: FontAwesome;
		content: '\f06a';
		padding-right: 4px;
		font-weight: 500;
	}

.input-error {
	border: 1px solid #f00;
	margin-bottom: 4px;
	border-radius: 4px;
}


.validation-text {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	color: #f00;
	font-size: 12px;
	text-align: left;
	font-weight: 500;
}

	.validation-text:before {
		font-family: FontAwesome;
		content: '\f06a';
		padding-right: 4px;
		font-weight: 500;
	}

.cesium-viewer-cesiumWidgetContainer {
	max-height: 400px;
	min-height: 200px;
}

#divTooltipCustom {
	background-color: #32434c;
	border: 1px solid #32434c;
	padding: 6px;
	font-size: 12px;
	color: #fff;
	border-radius: 4px;
	z-index: 1052;
}

	#divTooltipCustom::before {
		content: "";
		width: 0;
		height: 0;
		border: 0.8em solid transparent;
		position: absolute;
	}

	#divTooltipCustom.bottom::before {
		left: 0%;
		top: -20px;
		border-bottom: 10px solid #32434c;
	}

	#divTooltipCustom .title-content:before {
		font-family: FontAwesome;
		content: '\f05a';
		padding-right: 4px;
		font-weight: 400;
	}


.modal {
	background: none !important;
}


.modal-dialog {
	font-family: 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
	/*border: 1px solid #eee;
    box-shadow: 0 0 6px #eee;*/
	border-top: 2px solid #f4b42a;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

	.modal-dialog .modal-title {
		text-align: center;
		color: #f4b42a;
		font-size: 16px;
		font-weight: bold;
		font-family: 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
	}

	.modal-dialog .modal-body {
		padding: 16px 16px;
		font-size: 13px;
		font-weight: 600;
	}

	.modal-dialog .modal-content {
		/*padding-left: 16px;
        padding-right: 16px;*/
		font-family: 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
		border: 1px solid #eee;
		box-shadow: 0 0 6px #eee;
	}

	.modal-dialog .modal-footer {
		text-align: right !important;
		padding-left: 0;
		padding-right: 0;
		/*border-top: none;*/
		font-family: 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
		padding: 8px;
		border-top: 1px solid #eee;
		background-color: #f9fafb;
	}

.modal-header .close {
	position: fixed;
	right: -12px;
	top: -16px;
	opacity: 0.8;
}

.icheckbox_square-yellow, .iradio_square-yellow {
	margin-right: 10px !important;
}

.itekform {
	/*padding: 15px;*/
}

.modal-backdrop {
	background-color: #fff;
}

.modal-content .model_success {
	border-top: 2px solid #7ac576 !important;
}

#spinnerModalNew img {
	-webkit-animation: spin 2s linear infinite;
	-moz-animation: spin 2s linear infinite;
	-o-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	margin-top: 16px;
	margin-bottom: 16px;
}

@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}



.dt-buttons {
	padding-left: 0px;
	margin-bottom: 0;
}

	.dt-buttons li {
		list-style: none;
		padding: 5px 10px;
		margin: 0px;
		color: #FFF;
		cursor: pointer;
		border-bottom: 1px solid #fff;
	}

		.dt-buttons li:last-child {
			border-bottom: 0px solid #fff;
		}

ul.pagination {
	float: left !important;
}

.btn.btn-export {
	border-bottom: 2px solid #43464a;
}

.export-options .btn-export {
	background-color: #5b616a;
	border-color: #5b616a;
	color: #FFF;
	/*margin-top: 27px;*/
	text-transform: capitalize !important;
}

	.export-options .btn-export:hover, .export-options .btn-export:active, .export-options .btn-export:focus {
		background-color: #5b626b !important;
		border-color: #5b626b !important;
		color: #FFF !important;
	}

.export-options .dropdown-menu {
	background-color: #5b616a;
	color: #FFF !important;
}

/* Scrollbar Style */
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
	background: #888;
}

	::-webkit-scrollbar-thumb:hover {
		background: #555;
	}

div ::-webkit-scrollbar-thumb {
	background: #f4b42a;
}

.red {
	color: red;
}

.ui-autocomplete {
	cursor: pointer;
	height: 120px;
	overflow-y: scroll;
	z-index: 90000 !important;
}


.form-control {
	font-family: 'Open Sans', sans-serif !important;
	/*height: 34px !important;*/
	font-size: 13px;
}

.btn {
	display: inline-block;
	padding: 6px 8px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 600;
}



.box-header .box-title {
	/*font-size: 14px;
    font-weight: bold;*/
	font-family: 'Calibri', 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
	font-size: 18px;
	font-weight: 500;
}

.box-header {
	padding: 8px 16px;
}

table thead th {
	font-size: 12px;
	text-transform: capitalize;
	/*-ms-text-overflow: clip;
    -o-text-overflow: clip;
    text-overflow: clip;*/
}

table > tbody > tr > td {
	vertical-align: middle !important;
}

table > thead > tr > th {
	/*text-align: center !important;*/
	font-size: 12px;
	text-transform: capitalize !important;
}

.table > tbody > tr:hover {
	background-color: #fefbef !important;
	font-weight: 600;
}

a.disabled {
	/* Make the disabled links grayish*/
	color: gray;
	/* And disable the pointer events */
	pointer-events: none;
}

.btn-report {
	background: #f4b42a;
	border-color: #f4b42a;
	color: #FFF;
	border-bottom: 2px solid rgba(0, 0, 0, 0.125);
	margin-top: 7.5px;
}

.customwidth {
	width: 40%;
}

@media (max-width: 767px) {
	.chartSales {
		max-width: 100px;
		max-height: 130px;
	}
}

.skin-yellow .left-side {
	box-shadow: 0 0 10px #afafaf;
}
