#splash {
	position: fixed;
	top: 35%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}

.ono {
	border: 3px green dashed !important;
	opacity: 0.5;
}

.filter-title {
	display: inline-block;
	font-weight: bold;
	padding-left:5px;
}

.aggregate-title {
	display: inline-block;
	font-weight: bold;
	width: 300px;
	padding-left:5px;
}

.dragging {
	border: 3px green dashed !important;
	border-color: green !important;
	table-layout: auto !important;
	opacity: 0.4;
}

#app-viewport {
	margin-top: 3px !important;
	z-index: 0;
}

/*$Notifications*/
#notifications {
	top: 2px;
	left: 85%;
	width: 500px;
	margin-left: -300px;
	background: #fff;
	background: -webkit-linear-gradient(#fff, #dbdbdb);
	background: -moz-linear-gradient(#fff, #dbdbdb);
	border-radius: 6px;
	-webkit-box-shadow: white 0px -1px 0px inset, rgba(0, 0, 0, 0.5) 0px 4px
		30px;
	-moz-box-shadow: white 0px -1px 0px inset, rgba(0, 0, 0, 0.5) 0px 4px
		30px;
	box-shadow: white 0px -1px 0px inset, rgba(0, 0, 0, 0.5) 0px 4px 30px;
	overflow: hidden;
	position: absolute;
	z-index: 9999999;
	max-height: 529px;
	overflow-y: hidden;
	text-shadow: white 0px 1px 0px;
	font: normal 12px HelveticaNeue, Helvetica, Arial, sans-serif;
	-webkit-text-stroke: 1px transparent;
}

.visible {
	display: none !important;
}

.x-tool {
	width: 16px !important;
	margin-left: -1px !important;
}
.x-tool-expand-right, .x-tool-expand-left{
	margin-left:2px !important;
}

.x-grid-row .x-grid-cell {
	font: normal 11px/17px helvetica, arial, verdana, sans-serif;
}

/*
.demand-west .x-panel-header-default, .demand-west .x-panel-header-default-left
	{
	background-image: none !important;
	border-bottom: 0px !important;
	border-left: 0px !important;
}
*/

.notification {
	position: relative;
}

.notification.more {
	border-bottom: 1px solid #c1c1c1;
	-webkit-box-shadow: white 0px 1px 0px;
	-moz-box-shadow: white 0px 1px 0px;
	box-shadow: white 0px 1px 0px;
}

.notification.warning {
	background: #EEB162; /* #FA565D; #D1363D */
	background: -webkit-linear-gradient(#EEB162, #E79121);
	background: -moz-linear-gradient(#EEB162, #E79121);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.notification.warning * {
	color: white !important;
	text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px !important;
}

.notification.warning .left:after {
	background: rgba(255, 255, 255, 0.5) !important;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px !important;
}

.notification.error {
	background: #FA565D; /* #FA565D; #D1363D */
	background: -webkit-linear-gradient(#FA565D, #D1363D);
	background: -moz-linear-gradient(#FA565D, #D1363D);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.notification.error * {
	color: white !important;
	text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px !important;
}

.notification.error .left:after {
	background: rgba(255, 255, 255, 0.5) !important;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px !important;
}

.notification.click {
	cursor: pointer;
}

.notification .hideme, .modal .hideme {
	position: absolute;
	display: block;
	right: 5px;
	top: 7px;
	cursor: pointer;
	color: white;
	font-weight: bold;
	width: 12px;
	height: 12px;
	background: url(img/icon-close.png) no-repeat;
	opacity: 0.7;
	display: none;
	text-indent: -999px;
	overflow: hidden;
}

.modal .hideme:before {
	position: relative;
	top: 3px;
}

.notification .hideme:before, .modal .hideme:before {
	content: "x";
}

.notification .hideme:hover {
	opacity: 1;
}

.notification .right, .notification .left {
	width: 450px;
	height: 100%;
	float: left;
	position: relative;
}

.notification .time {
	font-size: 9px;
	position: relative;
}

.notification .right .time {
	margin-left: 10px;
	margin-top: -8px;
	margin-bottom: 10px;
	opacity: 0.4;
}

.notification .left {
	height: 100%;
	width: 50px;
	padding: 10px;
	position: absolute;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: hidden;
}

.notification .right {
	margin-left: 50px;
}

.notification .right .inner {
	padding: 10px;
}

.notification .left:after {
	content: '';
	background: #c1c1c1;
	-moz-box-shadow: white 1px 0px 0px;
	-webkit-box-shadow: white 1px 0px 0px;
	box-shadow: white 1px 0px 0px;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
}

.notification .img {
	width: 30px;
	background-size: auto 100%;
	background-position: center;
	height: 30px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: rgba(255, 255, 255, 0.9) 0px -1px 0px inset,
		rgba(0, 0, 0, 0.2) 0px 1px 2px;
	-moz-box-shadow: rgba(255, 255, 255, 0.9) 0px -1px 0px inset,
		rgba(0, 0, 0, 0.2) 0px 1px 2px;
	box-shadow: rgba(255, 255, 255, 0.9) 0px -1px 0px inset,
		rgba(0, 0, 0, 0.2) 0px 1px 2px;
	border: 1px solid rgba(0, 0, 0, 0.55);
	position: absolute;
	top: 50%;
	margin-top: -15px;
}

.notification .img.border {
	box-shadow: none;
	border: none;
}

.notification .img.fill {
	top: 0px;
	margin: 0px;
	border: none;
	left: 0px;
	width: 100%;
	height: 100%;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 0px inset, black -1px 0px
		16px inset;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 0px inset, black -1px 0px
		16px inset;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 0px inset, black -1px 0px 16px
		inset;
	background-color: #333;
}

.notification:first-child .img.fill {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
}

.notification:last-child .img.fill {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.notification .left>.icon {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 50px;
	font: normal 40px/28px 'EntypoRegular';
	text-shadow: white 0px 1px 0px;
}

.notification.big .left>.icon {
	font-size: 60px;
	line-height: 38px;
}

.notification:after {
	content: ".";
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
}

.notification h2 {
	font-size: 14px;
	margin: 0px;
}

.manager-indicator{
	color:red;
	font-size:10px;
}
.animated {
	-webkit-animation: 1s ease;
	-moz-animation: 1s ease;
	-ms-animation: 1s ease;
	-o-animation: 1s ease;
	animation: 1s ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.fast {
	-webkit-animation-duration: 0.4s;
	-moz-animation-duration: 0.4s;
	-ms-animation-duration: 0.4s;
	-o-animation-duration: 0.4s;
	animation-duration: 0.4s;
}

@-webkit-keyframes fadeInLeftMiddle {
	0% {opacity: 0.5;-webkit-transform: translateX(-400px);	}
	100% {	opacity : 1;	-webkit-transform : translateX(0);	}
}

@-moz-keyframes fadeInLeftMiddle {
	0% {opacity: 0.5;-moz-transform: translateX(-400px);}
	100% {opacity : 1;-moz-transform : translateX(0);}
}

@-ms-keyframes fadeInLeftMiddle {
	0% {opacity: 0.5;-ms-transform: translateX(-400px);}
	100%{opacity : 1;-ms-transform : translateX(0);}
}
@-o-keyframes fadeInLeftMiddle {
	0% {opacity: 0.5;-o-transform: translateX(-400px);	}
	100% {opacity: 1;-o-transform : translateX(0);}
}

@keyframes fadeInLeftMiddle {
	0% {opacity: 0.5;transform: translateX(-400px);}
	100%{opacity : 1;transform : translateX(0);}
}

.fadeInLeftMiddle {
	-webkit-animation-name: fadeInLeftMiddle;
	-moz-animation-name: fadeInLeftMiddle;
	-ms-animation-name: fadeInLeftMiddle;
	-o-animation-name: fadeInLeftMiddle;
	animation-name: fadeInLeftMiddle;
}

@-webkit-keyframes flipInX {
	0% {-webkit-transform: perspective(400px) rotateX(90deg);opacity: 0;}
	40% {-webkit-transform:perspective(400px) rotateX(-10deg);}
	70%	{-webkit-transform:perspective(400px) rotateX(10deg);}
	100%{-webkit-transform:perspective(400px) rotateX(0deg);opacity : 1;}
}

@-moz-keyframes flipInX {
	0% {-moz-transform: perspective(400px) rotateX(90deg);opacity: 0;}
	40%	{-moz-transform:perspective(400px) rotateX(-10deg);}
	70%	{-moz-transform : perspective(400px) rotateX(10deg);}
	100% {-moz-transform : perspective(400px) rotateX(0deg);opacity : 1;}
}
@-ms-keyframes flipInX {
	0% {-ms-transform: perspective(400px) rotateX(90deg);opacity: 0;}
	40%	{-ms-transform : perspective(400px) rotateX(-10deg);}
	70%	{-ms-transform : perspective(400px) rotateX(10deg);}
	100% {-ms-transform:perspective(400px) rotateX(0deg);opacity:1;}
}
@-o-keyframes flipInX {
	0% {-o-transform: perspective(400px) rotateX(90deg);opacity: 0;}
	40% {-o-transform : perspective(400px) rotateX(-10deg);}
	70% {-o-transform : perspective(400px) rotateX(10deg);}
	100% {-o-transform : perspective(400px) rotateX(0deg);opacity : 1;}
}

@keyframes flipInX {
	0% {transform: perspective(400px) rotateX(90deg);opacity: 0;}
	40% {transform : perspective(400px) rotateX(-10deg);}
	70% {transform : perspective(400px) rotateX(10deg);}
	100% {transform : perspective(400px) rotateX(0deg);opacity : 1;}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInX;
	-ms-backface-visibility: visible !important;
	-ms-animation-name: flipInX;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInX;
	backface-visibility: visible !important;
	animation-name: flipInX;
}

@font-face {
	font-family: 'EntypoRegular';
	src: url('glyphs/entypo-webfont.eot');
	src: url('glyphs/entypo-webfont.eot?#iefix') format('embedded-opentype'),
		url('glyphs/entypo-webfont.woff') format('woff'),
		url('glyphs/entypo-webfont.ttf') format('truetype'),
		url('glyphs/entypo-webfont.svg#EntypoRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
*	header
*/
#demanHeader {
	height: 50px;
	margin-bottom: 5px;
}

#demanHeaderContent {
	position: fixed;
	left: 0;
	right: 0;
	top: 10px;
	height: 50px;
}

#demanHeaderContentSmall {
	-background:red;
	-width: 50%;
	position: fixed;
	right: 0;
	top: 7px;
	-height: 25px;
	z-index: 10;
}

#demanHeader .clientLogo {
	float: left;
	padding: 0 15px;
	height: 100%;
}

#demanHeader .demanLogo {
	float: right;
	padding: 11px;
	height: 65px;
}

#demanHeaderContentSmall .demanLogoSmall {
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	height: 25px;
}

#demanHeader .spacer {
	display: inline-block;
	width: 15px;
}

#demanHeaderContentSmall .spacer {
	display: inline-block;
	width: 5px;
}

#demanHeader .clientToolbar {
	float: right;
	margin: 25px;
	padding: 4px 4px 0 0;
	-background-color: #fff;
	-border-radius: 4px;
	-box-shadow: 0 0 6px #666;
	color: #505050;
	font-size: small;
}

#demanHeaderContentSmall .clientToolbar {
	float: right;
	padding: 4px 4px 0 0;
	-background-color: #fff;
	-border-radius: 4px;
	-box-shadow: 0 0 6px #666;
	color: #505050;
	font-size: small;
	z-index: 10;
}

#demanHeader .clientToolbar i {
	font-size: 14px;
}

#demanHeaderContentSmall .clientToolbar i {
	font-size: 14px;
}

#demanHeader .clientToolbar a {
	color: #505050;
}

#demanHeaderContentSmall .clientToolbar a {
	color: #505050;
}

.demandManagerShortcuts .glyphicon {
	color: #333;
	margin-left: 10px;
	font-size: 12px;
}

#treAggregatedLevels td {
	overflow: visible;
}

.x-grid-row .x-grid-cell.x-grid-td.editable_cell {
	/* this css class is used to detect if header is editable */
}

.editable .x-column-header-text {
	color:#009080;
}

.x-column-header-text {
	white-space: normal!important;
	text-align: center!important;
	display: inline-block!important;
	font-size: 12px!important;
}

.x-column-header-filtered *
{
	color:#009080;
}

.x-column-header-filtered span::before
{
	font-family: 'FontAwesome';
	content : '\f0b0';
	margin-right: 5px;
}

td.groupHeader {
	color: #333;
	padding: 2px 5px;
	background: #e8e8e8;
	border-top: 1px solid white;
	border-right: 1px solid white;
	font-size:12px;
}

body {
	font-family: sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	min-width: 600px
}

#login {
	width: 320px;
	padding: 114px 0 0;
	margin: auto;
}

.login form {
	margin-left: 8px;
	padding: 26px 24px 46px;
	font-weight: normal;
	background: #fff;
	border: 1px solid #e5e5e5;
	box-shadow: rgba(200, 200, 200, 0.7) 0 4px 10px -1px;
}

.login * {
	margin: 0;
	padding: 0;
}

.login h1 a {
	background: transparent url("images/causometrix_logo.png") no-repeat
		center top;
	background-size: 300px 71px;
	height: 71px;
	background-position: top center;
	background-repeat: no-repeat;
	width: 326px;
	text-indent: -9999px;
	outline: 0;
	overflow: hidden;
	padding-bottom: 15px;
	display: block;
}

.login label {
	color: #777;
	font-size: 14px;
}

.login form .input, .login input[type="text"] {
	color: #555;
	font-weight: 200;
	font-size: 24px;
	line-height: 1;
	width: 100%;
	padding: 3px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 16px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
	outline: 0;
	box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
	box-sizing: border-box;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
		"Helvetica Neue", sans-serif;
}

#login form p.submit {
	padding: 0
}

.submit-button {
	background-color: #21759b;
	background-image: linear-gradient(to bottom, #2a95c5, #21759b);
	border-color: #21759b #21759b #1e6a8d;
	box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	height: 30px;
	line-height: 28px;
	padding: 0 12px 2px;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	margin: 0px;
	white-space: nowrap;
	float: right;
}

.login #register {
	-margin: 0 0 0 16px;
	-padding: 16px 16px 0;
	text-shadow: 0 1px 0 #fff;
	color: #21759b !important;
	-text-decoration: underline;
	-cursor: auto;
	-font-size: 12px;
}

/*
 *	multiSelect
 */
.multiSelect {
	-opacity: 0.66;
	background: #ddd !important;
}

/**
 * notifications
 */

#workflow , #notification {
	color:teal !important;
	background-color:#eee;
	text-decoration:none;
	border-radius:8px;
	padding:2px 4px;
	-margin:8px;
}

#workflow .count , #notification .count {
	font-size:x-small;
	margin: 0 2px;
	-background-color:#666;
	-padding:8px;
	-border-radius:2px;
	-color:#eee;
}

#notificationCenter {
	position:absolute;
	box-shadow : 0 0 16px #999;
	top:42px; right:5px;
}

#notificationCenter .sectionHeader {
	font-size:14px;
	font-weight:bold;
	color:teal;
	background-color:#2f4f4f;
	padding: 2px 0 1px 4px;
}

.fa-friendly {
	position:absolute;
}

/*
 *	combobox hack
 */
li.x-boundlist-item[role="option"] {
	min-height:22px;
}

.x-tree-panel .x-panel-header-text
{
	font-weight:normal;
}
.x-grouptabcontainer {
	border: none !important;
}

/* width */
::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 8px;
}

::-webkit-scrollbar:vertical {
	width: 8px;
}

::-webkit-scrollbar:horizontal {
	height: 8px;
}
/* biger scroll bar only for data grid */
.x-grid-view::-webkit-scrollbar:horizontal {
	height: 10px;
}
/* biger scroll bar only for data grid */
.x-grid-view::-webkit-scrollbar:vertical {
	width: 10px;
}


/* Handle */
::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .5);
	border-radius: 10px;
}

#locationHierarchy .x-tree-view {
	overflow-x:hidden!important;
}

#productHierarchy .x-tree-view {
	overflow-x:hidden!important;
}

.notes-chart .x-btn-glyph {
	color : orangered !important;
}

.notes-excel .x-btn-glyph {
	color: green!important;
}

.wrap .x-grid-cell-inner {
	white-space: normal!important;
}

/*
 *	SalesHistoryGrid Cell Borders
 */
#gmain .x-grid-cell
{
	border-width: 1px 1px;
	border-right-color: #e0e0e0;
	border-bottom-color: #e0e0e0;
	font-size: 12px;
	border-style: solid;
}

.transposeFieldCombo input
{
	color:white;
	background:rgba(255,255,255,0.1);
}

/*.chartManager .x-tab-bar {*/
	/*top: 0 !important;*/
/*}*/

/*.chartManager .x-panel-header {*/
	/*background-color: #2f4f4f00 !important;*/
	/*z-index: 2;*/
	/*pointer-events: none!important;*/
/*}*/
/*.chartManager .x-header-text-container {*/
	/*display: none!important;*/
/*}*/

/*.chartManager .x-panel-body {*/
	/*top: 36px !important;*/
	/*height: 100% !important;*/
/*}*/

/*.chartManager .x-panel {*/
	/*height: 100% !important;*/
/*}*/
/*.chartManager .x-header-body {*/
	/*pointer-events: none!important;*/
/*}*/


.chartManager>div>.x-tab-bar-strip {
	display: none;
}