/* BASIC UI CSS*/
body {
	overflow-x: hidden;
	background-color: #2D6A7C;
	background-image: radial-gradient(farthest-side ellipse at 10% 0, #2D6A7C 20%, #0D3252);
	background-image: -webkit-radial-gradient(10% 0, farthest-side ellipse, #2D6A7C 20%,
		#0D3252);
	background-image: -moz-radial-gradient(10% 0, farthest-side ellipse, #2D6A7C 20%, #0D3252);
	background-image: none;
}

@media all {
	/* indicator cards */
	#pIndic .ui-chart {
/* 	ptaudou comprend pas ???? */
		height: 20em;
	}
	#pIndic .ui-chart.no-tabs {
		height: calc(20em + 35px);
	}
	/* full screen indicator card */
	#pChart .ui-chart {
		min-height: 30em;
	}
	.ui-chart.no-tabs {
		height: calc(30em + 35px);
	}
}

/* Calendar */
.mbsc-mobiscroll .dw-cal .dw-sel .dw-i {
	background: #023EA5 !important;
}

.mbsc-mobiscroll .dw-week-nrs-c {
	color: #023EA5 !important;
}

.mbsc-mobiscroll .dwv {
	color: #023EA5 !important;
	font-size: 1em !important;
}

.mbsc-mobiscroll .dw-cal-btn-txt {
	color: #023EA5 !important;
}

.mbsc-mobiscroll .dw-cal-days {
	color: #023EA5 !important;
	border-bottom: 1px solid #023EA5 !important;
}

.mbsc-mobiscroll .dwb {
	color: #023EA5 !important;
}

/* End Calendar */
.no-ui-focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.ui-loader {
	background: transparent !important;
	border: none !important;
}

/* LEFT MENU */
.ui-listview>li a span.ui-li-count {
    right: 1em !important;
}

#left-panel fieldset.gii-tabs {
	margin-top: -2.8em;
}

#left-panel .ui-content .ui-listview-inset, .ui-panel-inner>.ui-listview-inset
	{
	margin: 0;
}

fieldset.gii-tabs {
	cursor: pointer;
	width: 100%;
	height: 2.8em;
	border-right: 0px solid #dddddd;
	/* 	do not remove, bug in firefox otherwise */
	display: block !important;
}

fieldset.gii-tabs.count-3 div {
	width: 33.33%;
	/* 	do not remove, trace border inside object */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

fieldset.gii-tabs.count-3 div:first-child {
	width: 33.33%;
	/* 	do not remove, trace border inside object */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

fieldset.gii-tabs.count-3 div:last-child {
	width: 33.33%;
	/* 	do not remove, trace border inside object */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

fieldset.gii-tabs.count-4 div {
	width: calc(25% - 2px);
}

fieldset.gii-tabs.count-4 div:first-child {
	width: calc(25%);
}

fieldset.gii-tabs.count-4 div:last-child {
	width: calc(25% - 1px);
}

fieldset.gii-tabs div {
	float: left;
	border-style: solid;
	border-color: #dddddd;
	border-width: 0 1px 1px 0px;
	background-color: #fff;
}

fieldset.gii-tabs div.active {
	background-color: #ededed;
}

fieldset.gii-tabs div img {
	padding-left: calc(50% - 1em);
	padding-right: calc(50% - 1em);
	padding-top: 0.4em;
	/* 	padding-bottom: 0.4em; */
	/*wrapper div adds a bottom margin, so no bottom padding*/
	height: 2em;
}

fieldset.gii-tabs .ui-controlgroup-controls .ui-radio label {
	text-align: center;
	border-color: #dbe3ec;
	border-top-width: 0px;
	border-bottom-width: 0px;
	color: #333333;
	background-color: #fff;
}

fieldset.gii-tabs .ui-controlgroup-controls .ui-radio label.ui-btn-active {
	background-color: #dbe3ec;
	font-weight: bold !important;
}

fieldset.gii-tabs .ui-controlgroup-controls .ui-radio label.ui-first-child {
	border-left-width: 0px;
}

fieldset.gii-tabs .ui-controlgroup-controls .ui-radio label.ui-last-child {
	border-right-width: 0px;
}

/* end gii-tabs */
#gii-confirm-container {
	position: absolute;
	z-index: 1200;
	right: 0.5em;
	max-width: 30em;
	min-width: 50%;
}

.gii-confirm {
	padding: 0.5em 1em !important;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	background-color: #F48FB1;
	color: white;
}

.gii-confirm-link-obj {
	background-color: #F48FB1 !important;
}

.gii-download {
	background-color: #4CAF50;
}

.selection-panel .ui-controlgroup-controls {
	margin-top: 0;
	margin-right: 0;
}

.selection-panel fieldset {
	margin-top: 0;
}

.selection-panel .selected {
	background-color: #3388cc !important;
}

#self-service-bi {
	height: 30em;
	background-color: rgb(67, 91, 115);
}

.dataTables_scrollBody {
	font-size: 0.9em;
	max-height: 98px;
}

.fix-col-size .dataTables_scrollHead thead th {
	background-position: center bottom !important;
	padding: 4px 1px 4px 1px !important;
}

.fix-col-size .dataTables_scrollHead thead th p {
	white-space: nowrap !important;
}

.fix-col-size .dataTables_scrollBody thead th {
	padding: 0px 1px 0px 1px !important;
}

/* overload margin: auto css */
.fix-col-size .dataTables_scrollBody table.dataTable {
	/* 	margin: 0px 0px 0px 0px !important; */
	/*     border-bottom: 1px solid #111 !important; */
	
}

.fix-col-size .dataTables_filter {
	/* 	width:100%; */
	
}

.fix-col-size .dataTables_wrapper .dataTables_filter {
	/* 	text-align: center !important; */
	
}

.fix-col-size .dataTables_scrollBody {
	/* 	border-bottom: 0px solid #111 !important; */
	
}

.fix-col-size th.dimension {
	box-sizing:border-box !important;/*ptaudou*/
	min-width: 120px !important;
	max-width: 120px !important;
	width: 120px !important;
}

.fix-col-size td.dimension {
	box-sizing:border-box !important;/*ptaudou*/
	min-width: 120px !important;
	max-width: 120px !important;
	width: 120px !important;
}

.fix-col-size th.rank {
	box-sizing:border-box !important;/*ptaudou*/
	min-width: 20px !important;
	max-width: 20px !important;
	width: 20px !important;
}

.fix-col-size td.rank {
	box-sizing:border-box !important;/*ptaudou*/
	min-width: 20px !important;
	max-width: 20px !important;
	width: 20px !important;
}

/* ptaudou try (Intermarché table too ugly ) */
	/* .fix-col-size th { */
	/*     min-width: 60px !important; */
	/*     max-width: 60px !important; */
	/*     width: 60px !important; */
	/* } */
	/* .fix-col-size td { */
	/*     min-width: 60px !important; */
	/*     max-width: 60px !important; */
	/*     width: 60px !important; */
	/* } */ 
.fix-col-size th {
	box-sizing:border-box !important;/*ptaudou*/
	min-width: 80px !important;
	max-width: 80px !important;
	width: 80px !important;
}

.fix-col-size td {
	box-sizing:border-box !important;/*ptaudou*/
	min-width: 80px !important;
	max-width: 80px !important;
	width: 80px !important;
}

.browser-trunc {
	overflow: hidden !important;
	white-space: nowrap !important;
	-o-text-overflow: ellipsis !important;
	-ms-text-overflow: ellipsis !important;
	text-overflow: ellipsis !important;
	display: block !important;
	width: inherit !important;
}

.chart-change-buttons {
	width: 100%;
	margin-top: -10px !important;
	margin-bottom: 3px !important;
}

/* graph block, tab line */
.chart-change-buttons>div {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 100% !important;
	display: block !important;
	border-width: 0px 0px 0px 0px !important;
	border-style: transparent !important;
	border-color: transparent !important;
	background-color: #fff !important;
	box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16);
}

/* first graph block, tab line */
.ui-block-a .chart-change-buttons>div {
	margin: -1px 10px 0px 10px !important;
}

/* second graph block, tab line */
.ui-block-b .chart-change-buttons>div {
	margin: -1px 10px 0px 0px !important;
}

.chart-change-buttons .ui-radio:first-child>label {
	border-width: 0px 0px 1px 0px !important;
}

.chart-change-buttons .ui-radio:last-child>label {
	border-width: 0px 0px 1px 0px !important;
}

.chart-change-buttons .ui-radio>label {
	text-align: center;
	border-width: 0px 1px 1px 1px !important;
	border-color: #dddddd !important;
	background-color: #ededed;
	white-space: nowrap !important;
	overflow: hidden;
	text-overflow: ellipsis;
}

.chart-change-buttons .ui-btn.ui-btn-active {
	background-color: white !important;
	padding: 0.5em;
	color: black;
	text-decoration: underline;
}

.chart-change-buttons .ui-radio-off {
	padding: 0.5em;
	color: black;
}

.chart-change-buttons .ui-btn:hover {
	background-color: #ededed;
	text-decoration: underline;
}

.dataTables_wrapper {
	padding: 10px !important;
}

.ui-chart-text {
	background-color: white;
}

.ui-chart-text>h4 {
	text-align: center;
}

.ui-chart-text>.ui-grid-a>div {
	color: rgb(25, 49, 79);
	border-right-width: 4px;
	border-style: solid;
	border-color: white;
	border-bottom-width: 4px;
	background-color: rgb(255, 255, 255);
}

.ui-chart-text>.ui-grid-a>.ui-block-a {
	border-right-width: 4px;
}

.ui-chart-text>.ui-grid-a>.ui-block-b {
	border-right-width: 0px;
}

svg[id^="raphael-"] {
	background-color: transparent !important;
}

svg[id^="raphael-"]>rect {
	fill: transparent !important;
}

.circle {
	width: 140px;
	height: 140px;
	background: red;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	border-radius: 70px;
}

.ui-grid-e>.ui-block-a, .ui-grid-e>.ui-block-b, .ui-grid-e>.ui-block-c,
	.ui-grid-e>.ui-block-d, .ui-grid-e>.ui-block-e, .ui-grid-e>.ui-block-f
	{
	/* width: 19.925%; IE7 */
	width: 16.6%;
}

li.ui-block-f {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	list-style: none;
}

.ui-block-f {
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	min-height: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Table */
td, th {
	font-size: 0.8em;
}

td {
	white-space: nowrap;
	text-overflow: ellipsis;
	min-width: 5em;
}

td.multi-line-ok {
	white-space: normal;
}

th {
	/* 	word-spacing:10px; */
	
}

th>p {
	margin: 0px;
}

.dataTables_wrapper label {
	font-size: 0.8em;
}

.dataTables_info {
	font-size: 0.8em;
}

td.gii-editable-col {
	background-color: #F8BBD0;
}

.my-table-caption {
	font-family: 'Helvetica Neue', Arial;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 0px 50px;
	/* 	color: #19314F; */
	color: #002855 !important;
	padding-top: 14.39px;
	text-align: left !important;
}

.my-table-subcaption {
	font-family: 'Helvetica Neue', Arial;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 0px 50px;
	/* 	color: #19314F; */
	color: #002855 !important;
	text-align: left !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	font-size: 0.8em;
}

.dataTables_length {
	float: right !important;
	text-align: right !important;
	margin-left: 1em !important;
}

.ui-listview>.ui-li-static, .ui-listview>.ui-li-divider, .ui-listview>li>a.ui-btn
	{
	white-space: nowrap !important;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ui-btn {
	white-space: nowrap !important;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #ededed;
	border-color: #ddd;
}

/* fusion chart, needed by publisher when we inject html code */
.fusioncharts-yaxis-0-title {
	font-family: Helvetica Neue, Arial;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	font-style: normal;
}

.fusioncharts-yaxis-0-gridlabels .fusioncharts-label {
	font-family: Helvetica Neue, Arial;
	font-size: 10px;
	line-height: 12px;
	/* 	color: #7f8c8d; */
	color: #002855 !important;
	fill: #7f8c8d;
}

.fusioncharts-yaxis-1-gridlabels .fusioncharts-label {
	font-family: Helvetica Neue, Arial;
	font-size: 10px;
	line-height: 12px;
	color: #7f8c8d;
	fill: #7f8c8d;
}

.fusioncharts-xaxis-0-title {
	font-family: Helvetica Neue, Arial;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	font-style: normal;
}

.fusioncharts-xaxis-0-gridlabels .fusioncharts-label {
	font-family: Helvetica Neue, Arial;
	font-size: 10px;
	line-height: 12px;
	color: #7f8c8d;
	fill: #7f8c8d;
}

.fusioncharts-datalabels .fusioncharts-label {
	font-family: Helvetica Neue, Arial;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	font-style: normal;
	color: rgba(0, 0, 0, 1);
	fill: rgba(0, 0, 0, 1);
}

.fusioncharts-legend .fusioncharts-caption {
	text-anchor: middle;
	font-family: Helvetica Neue, Arial;
	font-size: 9px;
	color: #7f8c8d;
	font-weight: bold;
	line-height: 10.799999999999999px;
	fill: #7f8c8d;
}

.fusioncharts-legend .fusioncharts-legenditem {
	font-family: Helvetica Neue, Arial;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	line-height: 12px;
	fill: #666666;
}

.fusioncharts-caption {
	font-family: Helvetica Neue, Arial;
	color: #19314F;
	font-size: 16px;
	font-weight: bold;
	line-height: 16.8px;
	background-color: #19314F;
	border: 1px solid;
	border-color: #19314F;
	fill: #19314F;
}

.fusioncharts-subcaption {
	font-family: Helvetica Neue, Arial;
	color: #19314F;
	font-size: 14px;
	font-weight: normal;
	line-height: 16.8px;
	background-color: #FFFFFF;
	border: 1px solid;
	border-color: #FFFFFF;
	fill: #19314F;
}

/* bubble */
.gii-bubble {
	position: absolute;
	font-size: 14px;
	right: 0.5em;
	color: white !important;
	display: block;
	background-color: red !important;
	border-width: 1px;
	border-style: solid;
	border-radius: 1em !important;
	border-color: red !important;
	/* 	height: 0.8em !important; */
	/* 	width: 0.8em !important; */
	padding: 0.1em .48em 0.1em 0.48em;
	min-width: .64em;
	min-height: 1em;
}

.seyc-login-header, .ui-bar-b, div.logo-left, .header-middle-panel {
	background-color: #023EA5;
}

.slide-panel {
	background-color: #023EA5 !important;
}

#login, .btn-login, .btn-login:hover, .btn-login:focus {
	background-color: #023EA5 !important;
	color: white !important;
}

.ui-btn, .ui-li-count {
	color: #002855 !important;
}

/* .ui-icon-eye:after, .ui-icon-delete:after { */
a[class*="ui-icon"]:after {
	background-color: #002855 !important;
}

/* change icon position when graph full screen */
#pChartGrid .eye-icon-graph {
	top: 10px !important;
	left: 10px !important;
}

#pChartGrid .chart-icon-graph {
	top: 15px !important;
	left: 10px !important;
}

#pChartGrid .info-history-icon {
	top: 10px !important;
	right: 10px !important;
}

img.left {
	width: 2.5em;
}

li img {
	width: 2.5em;
	padding: 1em;
}

li li img {
	width: 1.3em;
	top: .6em !important;
	padding: 0em;
}

fieldset.gii-tabs {
	text-align: center;
}

fieldset.gii-tabs img {
	width: 1.3em;
}

.ui-page {
	background-color: transparent !important;
}

li h4 {
	white-space: normal !important;
}

li a {
	padding-right: 0.5em !important;
}

.header-middle-panel {
	/*     background-color: #2196F3; */
	height: 3.8em;
}

div.logo-left img.left {
	height: 3.8em;
}

div.logo-left {
	height: 3.8em;
	margin-top: -6.6em;
}

div.logo-left p {
	top: 1.3em;
	left: 5.2em;
}

fieldset.left-tabs {
	height: 3.8em;
}

#left-panel .ui-listview li a h3, #left-panel .ui-listview li a p {
	margin-left: -1em;
}

#left-panel {
	top: 6.6em;
	height: calc(100% - 2.8em - 3.8em);
	/* do not remove, bug on chrome*/
}

#middle-panel {
	top: 3.8em;
	height: calc(100% - 3.8em);
}

div#middle-panel {
	background-color: transparent !important;
}

.header-middle-panel div:nth-child(1) img {
	height: 4em;
}

.header-middle-panel div:nth-child(2) p {
	margin-top: 1.3em;
}

.header-middle-panel div:nth-child(4) p {
	margin-top: 1.3em;
}

.header-middle-panel div:nth-child(3) img {
	margin-top: 0.8em;
	margin-right: 3em;
	/* needed to place VIEW close button on the right */
}

div.logo-left img.right {
	padding: 1em;
}

.traffic-red {
	/*  213,87,105 d55769 */
	background-image: url("webscreens/images/red-circle.png");
}

.traffic-green {
	/*  113,191,69 71bf45 */
	background-image: url("webscreens/images/green-circle.png");
}

.text-red {
	/*  213,87,105 d55769 */
	color: #D71F2E;
}

.text-orange {
	/*  213,87,105 d55769 */
	color: orange;
}

.text-green {
	/*  113,191,69 71bf45 */
	color: #67A57D;
}

td.traffic-green, td.traffic-red, th.traffic-green, th.traffic-red {
	background-size: 1em 1em;
	padding-right: 1.2em !important;
	background-repeat: no-repeat;
	background-position: center right;
}

td:empty.traffic-green, td:empty.traffic-red, th:empty.traffic-green, th:empty.traffic-red
	{
	background-size: 2em 2em;
	height: 2.5em;
	min-width: 2.5em;
	padding-left: 0em !important;
	background-repeat: no-repeat;
	background-position: center center;
}

#gridText2x3 {
	min-height: calc(20em + 35px);
	background-color: white;
	color: rgb(25, 49, 79);
}

#gridText2x3>.ui-grid-a>.ui-block-a, #gridText2x3>.ui-grid-a>.ui-block-b
	{
	margin-top: 19px;
}

#gridText2x3 .ui-grid-a h4, #gridText2x3 .ui-grid-a p {
	text-align: center;
	margin-bottom: 0px;
}

#gridText2x3 .ui-grid-a h2, #gridText2x3 .ui-grid-a p {
	text-align: center;
	margin-top: 0px;
}

#gridText2x4 {
	min-height: calc(20em + 35px);
	background-color: white;
	color: rgb(25, 49, 79);
	font-size: small;
}

#gridText2x4>.ui-grid-a>.ui-block-a, #gridText2x4>.ui-grid-a>.ui-block-b
{
	margin-top: 5px;
	margin-bottom: 5px;
}

#gridText2x4 .ui-grid-a h4, #gridText2x4 .ui-grid-a p {
	text-align: center;
	margin-bottom: 0px;
}

#gridText2x4 .ui-grid-a h2, #gridText2x4 .ui-grid-a p {
	text-align: center;
	margin-top: 0px;
}

#gridText2x1 {
	background-color: white;
	color: rgb(25, 49, 79);
}

#gridText2x1>.ui-grid-a>.ui-block-a, #gridText2x1>.ui-grid-a>.ui-block-b
	{
	margin-top: 19px;
}

#gridText2x1 .ui-grid-a h4, #gridText2x1 .ui-grid-a p {
	text-align: center;
	margin-bottom: 0px;
}

#gridText2x1 .ui-grid-a h2, #gridText2x1 .ui-grid-a p {
	text-align: center;
	margin-top: 0px;
}

.highlight {
	background-color: #FFAAAA;
}

li.recap>a.in,
li.recap.extsql,
.date-picker.in {
	background-color: #81C784 !important;
	border-color: #81C784 !important;
	border-style: solid !important;
}

.date-picker-dash.in {
	color: #81C784 !important;
}

li.recap>a.not-in, .date-picker.not-in {
	background-color: #E57373 !important;
	border-color: #E57373 !important;
	text-decoration: line-through !important;
	border-style: solid !important;
}

.date-picker-dash.not-in {
	color: #E57373 !important;
}

.not-in-title {
	text-decoration: line-through !important;
}

.disableUserShareBM {
	background-color: #d61a1a !important;
	border-style: solid !important;
	border-color: #e0b2b2 !important;
	color: black !important;
	font-weight: bold !important;
}

li.recap {
	margin: 0.4em 0 0.4em 0 !important;
}

li.recap.ui-first-child {
	margin-top: 0 !important;
}

li.recap.ui-last-child {
	margin-bottom: 0 !important;
}

/* li for list, a for hierachies */
#filter-panel li.selected, #filter-panel a.selected {
	font-weight: bold !important;
}

#title-popup-scroll {
	margin: 0 1em 0 1em;
	color: #023EA5 !important;
}

#refreshHistory-popup {
	padding: 0 15px 15px 15px;
	color: #023EA5 !important;
	width: 350px;
}

#refreshHistory-popup table, 
#refreshHistory-popup p {
	color: #002855 !important;
}

#selection-recap {
	cursor: pointer;
}

.date-picker {
	color: #023EA5 !important;
}

.date-picker-button div {
	margin: 0;
}

#sliding-period-tabs>div.ui-controlgroup-controls {
	width: 100%;
}

#where-buttons {
	background-color: #023EA5;
	cursor: pointer;
}

/* SSB */

/* search box height is 2.2em */
#self-service-bi .selection-panel>.ui-grid-a {
	height: 100%;
}

.gii-ssb-left {
	height: 100%;
	padding: 0em 0.5em 0em 0.5em;
}

.gii-ssb-right {
	height: 100%;
	padding: 0em 0.5em 0em 0em;
}

#self-service-bi .ui-controlgroup-controls {
	/*avoids black line border*/
	background: white;
}

#self-service-bi .gii-ssb-left fieldset {
	/*height is set in GIM.js*/
	overflow: auto;
	display: block;
	/*needed with Firefox (clipped otherwise)*/
}

#self-service-bi .gii-ssb-right fieldset {
	/*height is set in GIM.js*/
	overflow: auto;
	display: block;
	/*needed with Firefox (clipped otherwise)*/
	color: white;
}

/* position helpers */
.pos-help {
	/*displayed*/
	/* 	z-index: 1000; */
	/* 	border-top: 1px solid red; */
	/*hidden*/
	z-index: -1000;
	border-top: 0px;
	/**/
	position: absolute;
	width: 100%;
	height: 0px;
}

.gii-small #left1-pos-help {
	top: 1px;
}

.gii-small #left2-pos-help {
	bottom: 52.597px;
}

.gii-big #left1-pos-help {
	top: 108.39px;
}

.gii-big #left2-pos-help {
	bottom: 57.59px;
}

/*******************/
.gii-chart-error {
	/* 	height: 100px; */
	
}

/* Allow line break in selection bookmark tab */
#settings-panel label, #settings-panel button {
	white-space: normal !important;
}

#settings-panel {
	overflow: auto;
}

.gii-tooltip {
	/* 	background-image: url("webscreens/images/chart-icons/Help-128-Blue.png"); */
	/* 	background-size: 1.5em 1.5em; */
	/* 	padding-right: 1.7em !important; */
	/* 	background-repeat: no-repeat; */
	/* 	background-position: center right; */
	text-decoration: underline;
	font-style: italic;
}

.gii-warning {
	background-image: url("webscreens/images/red-circle.png");
	background-size: 1.5em 1.5em;
	padding-right: 1.7em !important;
	background-repeat: no-repeat;
	background-position: center right;
}

.gii-warning-orange {
	background-image: url("webscreens/images/orange-circle.png");
	background-size: 1.5em 1.5em;
	padding-right: 1.7em !important;
	background-repeat: no-repeat;
	background-position: center right;
}

.gii-warning-green {
	background-image: url("webscreens/images/green-circle.png");
	background-size: 1.5em 1.5em;
	padding-right: 1.7em !important;
	background-repeat: no-repeat;
	background-position: center right;
}

#graph-popup {
	padding: 1em 1em 1em 1em;
	color: #023EA5 !important;
}

.pareto-red {
	background-color: #F44336;
}

.pareto-green {
	background-color: #4CAF50;
}

.pareto-orange {
	background-color: #FF9800;
}

/* Allow line break in dynamics filters list */
.ui-listview>li.values-dim-cell,
.ui-listview>li>div.values-dim-cell,
.ui-listview>li>a.values-dim-cell {
	white-space: normal !important;
}

/*real time queries*/
.real-time-table {
	background-color: white;
	border-collapse: collapse;
}

.real-time-table tr :not (.target ) {
	height: 2em;
}

.real-time-table td, .real-time-table th {
	font-size: 14px;
	border: 1px solid #ddd;
	white-space: normal;
	padding: 5px 5px 5px 5px;
	box-sizing: border-box;
}

td[id*="order_detail_card"] table .row-2, td[gii-target*="order_detail_card"],
td[id*="inventory_detail"] table .row-2, td[gii-target*="inventory_detail"] {
	background-color: #81C784;
}

td[id*="invoice_card"] table .row-2, td[gii-target*="invoice_card"],
td[id*="inventory_header_vat"] table .row-2, td[gii-target*="inventory_header_vat"] {
	background-color: #87acc9;
}

td[id*="debit_note_card"] table .row-2, td[gii-target*="debit_note_card"], 
td[id*="inventory_alert"] table .row-2, td[gii-target*="inventory_alert"] {
	background-color: #FFAAAA;
}

.diff_error {
	background-color: rgb(255, 100, 100);
}

.real-time-table td.gii-number {
	text-align: right;
}

.real-time-table .head-1 {
	background-color: #424242;
	color: white;
	text-align: center;
}

.real-time-table .head-2 {
	background-color: #ddd;
	color: black;
	text-align: center;
}

.real-time-table tr.foot-2 {
	display: none;
}

.real-time-table tr.foot-2:last-child {
	background-color: #ddd;
	display: revert;
}

/* .real-time-table tr:hover td { */

/* 	background-color: #43A047 !important; */

/* 	color: white; */

/* } */
.real-time-table tbody tr[gii-target]:hover, .real-time-table tbody td[gii-target]:hover
	{
	/* 	background-color: #FFF176 !important; */
	cursor: pointer;
}

.real-time-table tbody tr[gii-target], .real-time-table tbody td[gii-target]
	{
	font-style: italic;
	text-decoration: underline;
}

/* .real-time-table tbody tr:hover {
	background-color: #ddd;
} */

/*-----------------------------------------------------------------------------------------------------------*/
.flipswitch {
	margin: 1em 0.2em 0em 1em;
	margin-left: 4em;
}

.flipswitch {
	position: relative;
	width: 110px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.flipswitch input[type=checkbox] {
	display: none;
}

.flipswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #bbbbbb;
	border-radius: 50px;
}

.flipswitch-inner {
	width: 200%;
	margin-left: -100%;
	-webkit-transition: margin 0.3s ease-in 0s;
	-moz-transition: margin 0.3s ease-in 0s;
	-ms-transition: margin 0.3s ease-in 0s;
	-o-transition: margin 0.3s ease-in 0s;
	transition: margin 0.3s ease-in 0s;
}

.flipswitch-inner:before, .flipswitch-inner:after {
	float: left;
	width: 50%;
	height: 24px;
	padding: 0;
	line-height: 24px;
	font-size: 16px;
	color: white;
	font-family: Arial;
	font-weight: bold;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.flipswitch-inner:before {
	/* 	content: "Clone"; */
	padding-left: 12px;
	/*   background-color: #256799; */
	/*   color: #FFFFFF; */
	background-color: #002855;
	color: #fff;
}

.flipswitch-inner:after {
	/* 	content: "Filter"; */
	padding-right: 12px;
	/*   background-color: #EBEBEB; */
	/*   color: #888888; */
	background-color: #fff;
	color: #002855;
	text-align: right;
}

.flipswitch-switch {
	width: 31px;
	width: 24px;
	height: 24px;
	/*   margin: -3.5px; */
	background: #002855;
	border: 2px solid #bbbbbb;
	border-radius: 50px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 83px;
	-webkit-transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
	-ms-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
}

.flipswitch-cb:checked+.flipswitch-label .flipswitch-inner {
	margin-left: 0;
}

.flipswitch-cb:checked+.flipswitch-label .flipswitch-switch {
	right: 0;
}

.gii-select-button {
	cursor: pointer;
	text-decoration: underline;
	font-style: italic;
}

/* footer menu bar in BIG */
.gii-big .ui-footer-fixed {
	width: calc(100% - 15em);
	margin-left: 15em;
}

/* footer menu bar in SMALL */
.gii-small .ui-footer-fixed {
	position: fixed;
}

#item-stats .align-right {
	text-align: right !important;
	padding-right: 0.5em;
	padding-left: 1em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

#item-stats .align-center {
	text-align: center !important;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}




/* The container */
.gii-checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.gii-checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.gii-checkbox-checkmark {
  position: absolute;
  top: 0;
/*   left: 0; */
  left: calc(50% - 0.8em);
  height: 1.6em;
  width: 1.6em;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.gii-checkbox-container:hover input ~ .gii-checkbox-checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.gii-checkbox-container input:checked ~ .gii-checkbox-checkmark {
/*   background-color: #2196F3; */
  background-color: #023EA5;
}

/* Create the checkmark/indicator (hidden when not checked) */
.gii-checkbox-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.gii-checkbox-container input:checked ~ .gii-checkbox-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.gii-checkbox-container .gii-checkbox-checkmark:after {
  left: calc( 1.6em/5*2 - 2px );
  top: calc( 1.6em/5 - 1px );
  width: calc( 1.6em/5 );
  height: calc( 1.6em/5*2 );
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Login Error PopUp */ 
#errorPopup {
  padding: 20px;
  padding-bottom: 5px;
}

#okPopup {
  margin-top: 20px;
}

/* QUASAR TEXT BOXES */
.no-template-label.text-h6 {
	font-size: 1rem;
	line-height: 1.5rem;
}

.no-template-value.text-h5 {
	font-size: 1.25rem;
	line-height: 1.5rem;
}

.q-card--bordered {
	border: 0px;
}