body{font-family: 'Nunito', sans-serif;}
html,body,div,span,object,iframe,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-style: normal;
}
body {background-color: #eeeeee !important;min-width:1024px;overflow-x:auto}
a,a:active,a:hover {
	outline: 0;
	text-decoration: none;
	font-weight: bold;
}
h1 a,h1 a:active,h1 a:hover {
	color:#2c2e2f;
}
button {
	outline: 0;
}

div {
	box-sizing: border-box;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display: block;
}

audio,canvas,video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

* {
	outline: none;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
hr {
	margin: 0 25px;
	color: #ccc;
}
html {
	min-width: 1024px;
}

header {
	position: sticky;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 38px;
	background: #292a2b; /*#0e62c7;*/
	min-width: 1024px;
	padding-top: 2px;
	vertical-align: middle;
	font-size: 24px;
}
#serverLoad, #runningTasks {
	display:none;
	color:#fefefe;
	font-size: 14px;
	margin:0 15px;
}
#load {
	display:inline-block;
	background:#8dc63f;
}
.jqx-fill-state-pressed {
	background-color:transparent !important;
}
#logo {
	position: absolute;
	left: 30px;
	color: #eee;
	vertical-align: middle;
	line-height: 32px;
	font-weight: bold;
}

#logo a {
	color: #eee;
}

#version {
	color: #eee;
	float: left;
	font-size: 14px;
	margin: 10px 0 0 60px;
}

nav {
	display: inline-block;
	float: right;
	position: relative;
}

nav span {
	color: #b0b0b0;
	padding-top: 2px;
	display: inline-block;
}

nav span:hover {
	color: #fefefe;
	cursor: pointer;
}

nav .elt {
	font-size: 17px;
	padding: 0 6px;
	border-top: 3px solid #333;
	text-transform: uppercase;
	height: 34px;
	box-sizing: border-box;
	display: inline-block;
}

nav .active {
	border-color: #03a9f4;
}

#menuGroup {
	margin-right: 15px;
	height: 34px;
}

#menuBtn,#langBtn {
	margin-top: 2px;
	background: transparent;
	border: none;
	color: #b0b0b0;
	font-size: 17px !important;
}

#menuBtn {
	margin-left: 5px;
}

#menuBtn:hover,#langBtn:hover {
	color: #fefefe;
}

#menuBtn i,#langBtn i {
	margin: 0 !important;
}

#menu .jqx-menu,#lang .jqx-menu, #actionMenu .jqx-menu {
	border: none !important;
	font-size: 17px;
}

#menu .jqx-popover-content,#lang .jqx-popover-content, #actionMenu .jqx-popover-content {
	padding: 5px;
}

#menu i,#menu span, #actionMenu i, #actionMenu span,#lang img,#lang spav {
	vertical-align: middle;
}

#main {
	min-width: 1024p;
	position: fixed;
	top: 42px;
	left: 0;
	bottom: 0;
	right: 0;
}
#new i{
	font-weight: bold;
	font-size: 20px;
	margin: 0;
	position: absolute;
	top: 8px;
	left: -5px;
}
.jqx-grid-column-header[filter]>div>div,.jqx-grid-column-header[sort]>div>div {
	width: 100% !important;
}

.mail {
	color: #eee;
	font-size: 16px;
}

article {
	position: relative;
	width: 100%;
	height: calc(100% - 22px);
	overflow-y: auto;
	border: none !important;
}

section {
	position: absolute;
	top: 0;
	right: 0%;
	left: 0;
	bottom: 0;
	padding: 0;
}

.http404 {
	text-align: center;
}

.http404 i {
	font-size: 192px;
	vertical-align: middle;
}

.http404 span {
	font-size: 48px;
	font-weight: bold;
	vertical-align: middle;
}

#modal {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 99999;
	display:none;
	padding:50px 25px 15px 25px;
	background-color: rgba(51, 51, 51, 0.5);
	min-width:1024px;
}

#modalHeader {
	background: #474f58;
	font-size:18px;
	color: #fefefe;
	width:100%;
	margin:0 auto;
	padding:10px 15px;
	z-index: 100001;
}
#modalHeader a,#modalHeader a:hover,#modalHeader a:visited {
	color: #fefefe;
}
#modalContent {
	background: #fff;
	font-size:18px;
	color: #333;
	width:100%;
	margin:0 auto;
	padding:25px;
	height:calc(100% - 54px);
	z-index: 100001;
	border:solid 1px #0e62c7;
	position:relative;
	overflow:hidden;
}

#loading,#waiting {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: #fefefe;
	z-index: 999999;
}
#waiting {
	position: absolute;
}
#loading div,#waiting div {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -160px;
	margin-top: -80px;
	width: 318px;
	height: 164px;
	padding: 20px 0 0 20px;
	text-align: left;
	border: none;
	color: #333;
}
#waiting div {
	position: absolute;
	top: 0;
	margin-top: 0;
}
.loader {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: -8px;
	background: #fefefe;
	display: flex;
	opacity: 0.9;
	z-index:1600
}
.analyzeBtn {
	margin-bottom:20px;
	z-index:1599;
	text-align:center;
	border-top: 1px solid #ccc;
	padding: 25px 10px 50px 10px;
	width: 90%;
	margin: auto;
}

.loader i {
	font-size: 64px;
	color: #333;
	display: inline-block;
	margin: auto;
}

#uploadForm h1 {
	text-align: center;
	font-size: 24px;
	margin-bottom: 20px;
}

.jqx-notification-container {
	top: 45px !important;
	z-index:99999;
}
.jqx-notification-content {margin-top:45px;font-size:18px !important;}

.jqx-notification-mail, .jqx-primary{
	color: #fefefe !important;
	border: none;
	text-shadow: none;
    padding: 5px 10px;
    font-size: 1.03em;
    background-color: #337ab7;
    *background-color: #337ab7;
    /* Supprimer les text-shadow */
}
.jqx-warning{
	background-color: #76ab2e !important;
    text-shadow: none;
    border: none;
}

#grid-layout {
	background: #fefefe;
}

.grid:after {
	content: '';
	display: block;
	clear: both;
}

.grid-add {
	position: relative;
	height: 200px;
	margin: 5px;
	background: rgb(66, 139, 202, 0.75);
	color: #eee;
	font-size: 124px;
	text-align: center;
	border: hsl(0 0% 0% / 0.5) dashed 2px;
}

.grid-add i {
	margin-top: 38px;
}

.grid-add i:hover {
	color: #fefefe;
}

.grid-box {
	position: relative;
	overflow: hidden;
	height: 250px;
	margin: 0;
}
.grid-box h4 {
	text-align: center;
	margin-top: 5pxx;
	font-size: 17px;
}


.grid-item {
	position: relative;
	overflow: hidden;
	height: 200px;
	margin: 5px;
	background: rgb(66, 139, 202, 0.75);
	border: hsl(0 0% 0% / 0.5) solid 2px;
}

.grid-item> :nth-child(2) {
	background: rgb(66, 139, 202, 0.75);
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.grid-item>div>div {
	text-align: center;
	font-size: 48px;
	margin-top: 25px;
}

.grid-item span {
	display: inline-block;
	height: 64px;
	width: 64px;
	color: white;
	text-align: center;
	vertical-align: middle;
	margin: 5px;
}

.grid-item h4 {
	text-align: center;
	color: white;
	margin-top: 15px;
	font-size: 15px;
}

.grid-item p {
	text-align: center;
	color: white;
	margin-top: 15px;
	font-size: 16px;
}

.grid-item span i {
	vertical-align: middle;
}

.grid-item .btn1 {
	background: green;
	cursor: pointer;
}

.grid-item .btn2 {
	background: red;
	cursor: pointer;
}

.grid-item .btn3 {
	position: absolute;
	top: calc(50% - 38px);
	left: calc(50% - 38px);
	font-size: 48px;
	background: transparent;
}

.grid-item .btn4 {
	background: red;
	cursor: pointer;
}

.grid-item .btn5 {
	background: transparent;
}

.grid-item img {
	width: 100%;
}

.grid-item:hover {
	border-color: hsl(0 0% 100% / 0.5);
	cursor: move;
}

.grid-item.is-dragging,.grid-item.is-positioning-post-drag {
	background: #C90;
	z-index: 2;
}

#dialogue {
	z-index:99999 !important
}

.jqx-button i,#dialogueHeader i {
	font-size: 140%;
	vertical-align: middle;
}

#dialogueHeader {
	font-size: 18px;
}

#dialogueContent {
	font-size: 16px;
	padding: 20px;
}

#dialogueContent .btns {
	margin-top: 20px;
	border-top: 1px solid #ccc;
}

.jqx-validator-error-label {
	display: inline-block !important;
}

#head {
	position:sticky;
	z-index:1700;
	top:40px;
	width: 100%;
	height: 64px;
	overflow: hidden;
	border: none;
	border-bottom: 1px solid #ccc;
	background: #f8f8f8;
	color: #2c2e2f;
	display:table;
}

#head h1 {
	font-size: 1.3em;
    width: 200px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#head > div {
	display: table-cell;
	vertical-align: middle;
}
#head > div:first-child {
	width: 36px;
}

#functMnu {
    display: table-cell;
	text-align:right;
}
#function {
	text-align:right;
	width:200px;
}
.onglet{width:25%;float:left;height:35px;text-align:center;padding-top:5px;}
.ongletOn{
	border:solid 1px #ccc;
	border-bottom:none;
	background-color:#eee;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}
.ongletOff{border-bottom:solid 1px #ccc;cursor:pointer}

#back {
    cursor: pointer;
    font-size: 36px;
    margin: 0;
    display: inline-block;
}
#update {
	display:inline-block;
	margin-top: -8px;
	font-size: 40px !important;
	float:right;
	height:50px;
}
#running,#status,#refresh,#share,#repport,#export,#graph,#continue {
	display:inline-block;
	margin-top: 7px;
	font-size: 40px !important;
	float:right;
	height:50px;
}
#refresh,#share,#repport,#export,#graph,#continue {
	margin-right:10px;
}
#status, #running {
	margin-right:30px;
	color: #979898;
	display:none;
}
#status {
	margin-right:10px;
	font-size: 16px !important;
	text-align:right;
}


#footer {
	position:sticky;
	bottom:0;
	width: 100%;
	height: 25px;
	overflow: hidden;
	border-top: 1px solid #ccc;
	background: #f8f8f8;
	color: #2c2e2f;
	font-size: 12px;
	z-index:999;
}

#footer span:first-child {
	float: left;
	padding: 4px 0 0 30px;
}

#footer span:last-child {
	float: right;
	padding: 4px 30px 0 0;
}

#footer a {
	color: #2c2e2f;
}

#progress {
	z-index:99999;
	display: none;
	position:fixed !important;
	background:#d40e16;
	top:104px;
}

#headNav {
    text-align: center;
}

#projNav {
	display:none;
	font-size: 1em;
}
#projNav a {
	color: #333;  /* seulement pour les liens inactifs */
	margin-left: 0em; /* sauf pour le premier lien) */
	margin-right: 0em; /* sauf pour le dernier lien */
}


/* Ajouter la class .current pour le lien de la vue active */
#projNav a.current{
	color: #247b9e;
	font-weight: bold;
}
#counts {background: #fefefe;}
.ctr {
	margin: auto;
	width: 1024px;
}


.status {
	color: #979898;
	font-size: 12px;
	padding-top: 5px;
}

.one {
	width: 100%;
	margin: 0 auto;
	padding: 15px;
}

.grid {
	max-width: 100%;
	margin: 0 auto;
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(6, 1fr);
}

.half {
	margin: 0 auto;
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, 1fr);
}

.third {
	max-width: 100%;
	margin: 15px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.leftCol {
	grid-column:1 / 2;
}
.rightCol {
	grid-column:2 / 4;
}
.tierce {
	max-width: 100%;
	margin:15px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.tierce>div {
	margin: 15px;
	background: #fefefe;
	height: 86px;
}

.tierce .counter span {
	color: #3e3f3f;
	font-size: 28px;
	padding-top: 14px;
	display: inline-block;
}

.tierce .counter span:last-child {
	color: #979898;
	font-size: 10px;
	padding-top: 0;
	text-transform: uppercase;
}

.panel-title {
	background: #297cdf; /* #237c9e;*/
	padding: 20px 30px;
	color: #fefefe;
	text-align: center;
	border-radius: 5px 5px 0 0;
}
.panel-title a {
		color:#fefefe;
}

.panel-title h3 {
	font-size: 1.2em;
	vertical-align: middle;
	line-height: 22px;
}

.panel-options {
	float: right;
}

.third>div {
	margin: 15px;
	background: #fefefe;
	max-height: 380px;
	border-radius: 5px;
	box-shadow: 10px 5px 10px #ccc;
}

.third .score {
	text-align: center;
	font-size: 38px;
	padding-top: 15px;
	font-family:  'Nunito', sans-serif;
	color: #333;
	display:inline-block;
}

.third .gauge {
	margin: 0 auto;
	height: 100%;
	width: 100%;
	overflow:hidden;
	background-color:#fefefe;
}

.third .chart {
	margin: 0 auto;
	height: 300px;
	width: 100%;
	background-color:#fefefe;
}
.third .chart td {
	padding:0px !important;
}
#dup-content-2,#dup-title-2,#dup-desc-2 {
	position:absolute !important;
}
.info {
	background: #d4d3d34d;
	cursor: help;
	font-size: 20px;
	width:33px;
	text-align:center;
	border: solid 1px #c7c7c7;
}

.jqx-switchbutton-thumb {
	background: #ccc;
}

.jqx-switchbutton-label {
	font-weight: normal !important;
	text-transform: none !important;
}
.jqx-window {
	position:fixed !important;
}

#dialogue .jqx-widget-header {
	background: #0e62c7;
	color: #eee;
}

.counts {
	display: block;
	background-color: #fefefe;
	overflow:hidden;
	border-radius: 5px;
}

.countGauge {
	position: relative;
	text-align:center;
}

.middle {
	text-align: center;
}

.middle i {
	font-size: 24px;
	margin-top: 2px !important;
}

.black {
	color: #333 !important;
}

.grey {
	color: #ccc !important;
}

.red {
	color: #d40e16 !important;
}

.green {
	color: #8dc63f !important;
}

.blue {
	color: #0e62c7 !important;
}

.orange {
	color: #FF8C00 !important;
}

.backred {
	background: #d40e16;
	color: #fefefe;
}

.backgreen {
	background: #8dc63f;
	color: #333;
}

.backwhite {
	background: #fefefe;
	color: #333;
}
.backorange {
	background: #FF8C00;
	color: #333;
}
.icon {
	font-size: 25px;
	margin: 18px;
	float: left;
	color: #fefefe;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
	line-height: 46px;
}

.icon i {
	vertical-align: middle;
}

.icon-red {
	background: #d40e16;
}

.icon-orange {
	background: #FF8C00;
}

.icon-green {
	background: #e5ae00;
}

table.dataTables_scrollHead {
    background-color: #eeeeee !important;
	margin:0 !important;

}
.dataTables_wrapper {
	margin:0 25px !important;
	
}
.dataTables_scroll {border-top:1px solid #ccc !important;}
table td, table th {font-size:13px !important;padding:5px !important}
#main_table{min-width:1024px;position:relative}
#table i {
	transform:none;
}
#table td,#table th { text-align:center}
#table td:nth-child(2) { text-align:left}
#table thead tr:first-child th:first-child,.dataTables_scrollHead thead tr:first-child th:first-child {font-size:16px;font-weight:normal;color:#333;text-align:right}
#table th,#table td { vertical-align:middle}
#table a {color:#333 !important;font-weight:normal !important}
.dataTables_info {float:none !important;text-align:center}
#table thead {
	position: sticky;
	top: 139px;
	background-color: #fefefe !important;
}

#table_length select {height:33px}
/*.dataTables_scrollBody thead tr {visibility:collapse !important};*/
.dom_wrapper_top {
    background-color: #fefefe !important;
	position: sticky;
	top: 104px;
	/*width:calc(100% - 50px);*/
	height:36px;
	padding-top:2px;
	border-bottom:1px solid #ccc !important;
	margin:0;
	z-index:99;
	width:100%;
}
div.dom_wrapper_bottom {
    background-color: #fefefe !important;
	min-height:48px;
	border-top:1px solid #333 !important;
	margin:0;
	/*position:sticky;*/
	/*bottom:25px;*/
	z-index:99;
}
.control,.help {
	float:right;
	border:solid 1px #333;
	padding:3px 0 0 0;
	margin-top:2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display:inline-block;
	margin-left:15px;
	width:30px;
	text-align:center;
	visibility:hidden;
}
#pinRecrawl, #pinWait, #pinDel, #trash {
	float:left;
	margin-right:7px;
}
.action {
	float:left;
	border:solid 1px #333;
	padding:3px 0 0 0;
	margin-top:2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display:inline-block;
	margin-left:15px;
	width:30px;
	text-align:center;
	cursor:pointer;
	visibility:hidden;
}
.toolbar {
	float: left;
	white-space: nowrap;
	vertical-align: middle;
	color: #333;
	padding-top:4px;
}

.toolbar label,.toolbar span {
	vertical-align: middle;
}

.toolbar span {
	display: inline-block;
}

.toolbar .jqx-switchbutton-label {
	font-size: 12px !important;
}
.jqx-tooltip-custom-scheme {
    box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
}

.jqx-tooltip-main{
    border: none;
}

.jqx-tooltip-arrow-t-b,
.jqx-tooltip-arrow-l-r {
    background: #333; 
    border-color: #333;
}

.jqx-tooltip-text{
    background-color:#333;
    color:#fefefe;
}
.jqx-popover {
	z-index:99999 !important;
}
#graphLegend,#graphIfr,#popIfr {
	margin:0 40px;
	width: calc(100% - 80px);
}
@media screen and (max-width: 1920px) {
	.grid {
		grid-template-columns: repeat(5, 1fr);
	}
	.third .gauge {
		width:300px !important;
		height:180px !important;
	}
	.third .chart {
		width:300px !important;
		height:270px !important;
	}
}

@media screen and (max-width: 1360px) {
	.grid {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media screen and (max-width: 1239px) {
	.third {
		margin:0;
	}
	.third {
		grid-template-columns: repeat(2, 1fr);
	}
	.compress {
		grid-template-columns: repeat(3, 1fr);
	}
	.third .gauge {
		width:300px !important;
		height:180px !important;
	}
	.third .chart {
		width:340px !important;
		height:280px !important;
	}
}

@media print {
	html,body {
		background-size: 21cm 29.7cm;
	}
    @page {
        size: A4 portrait;
        margin: 0;
    }
	#print{display:block !important}
	header,#footer,#head {display:none !important}
	body {background-color:#ffffff !important}
	body div:first-child {background-color:#ffffff !important};
	hr {display:none !important}
	.rightCol {display:none !important}
	.dom_wrapper_bottom {display:none !important}
	.dom_wrapper_top {display:none !important}

	.grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.third {
		grid-template-columns: repeat(2, 1fr);
	}
	.compress {
		grid-template-columns: repeat(3, 1fr);
	}
	.leftCol {
		grid-column:1 / 4;
	}
}
.lcs_wrap {
	display: inline-block;	
	direction: ltr;
	height: 24px;
    vertical-align: middle;
}
.lcs_wrap input {
	display: none;	
}

.lcs_switch {
	display: inline-block;	
	position: relative;
	width: 57px;
	height: 24px;
	border-radius: 26px;
	background: #ddd;
	overflow: hidden;
	cursor: pointer;
	
	-webkit-transition: all .2s ease-in-out;  
	-ms-transition: 	all .2s ease-in-out; 
	transition: 		all .2s ease-in-out; 
}
.lcs_cursor {
	display: inline-block;
	position: absolute;
	top: 3px;	
	width: 18px;
	height: 18px;
	border-radius: 100%;
	background: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.1);
	z-index: 10;
	
	-webkit-transition: all .2s linear;  
	-ms-transition: 	all .2s linear; 
	transition: 		all .2s linear; 
}
.lcs_label {
	font-family:  'Nunito', sans-serif;
    font-size: 12px;
	line-height: 16px;
	color: #fefefe;
	font-weight: bold;
	position: absolute;
	width: 29px;
	top: 5px;
	overflow: hidden;
	text-align: center;
	opacity: 0;
	
	-webkit-transition: all .2s ease-in-out .1s;  
	-ms-transition: 	all .2s ease-in-out .1s;   
	transition: 		all .2s ease-in-out .1s;   
}
.lcs_label.lcs_label_on {
	left: -66px;
	z-index: 6;	
}
.lcs_label.lcs_label_off {
	right: -66px;
	z-index: 5;	
}


/* on */
.lcs_switch.lcs_on {
	background: #d40e16;;
    box-shadow: 0 0 2px #bb0c13 inset;
}
.lcs_switch.lcs_on .lcs_cursor {
	left: 36px;
}
.lcs_switch.lcs_on .lcs_label_on {
	left: 6px;	
	opacity: 1;
}


/* off */
.lcs_switch.lcs_off {
	background: #8dc63f;
	box-shadow: 0px 0px 2px #7bad37 inset; 	
}
.lcs_switch.lcs_off .lcs_cursor {
	left: 3px;
}
.lcs_switch.lcs_off .lcs_label_off {
	right: 6px;
	opacity: 1;	
}


/* disabled */
.lcs_switch.lcs_disabled {
	opacity: 0.65;
	filter: alpha(opacity=65);	
	cursor: default;
}


.fa-stack-1x {
    top: 5px !important;
    font-size: 20px !important;
}
.fa-stack-2x {
    font-size: 28px !important;
}

input[type="text"].jqx-input,input[type="password"].jqx-input, .jqx-text-area-element {
	min-height: 1.3em;
	font-size: 1.2em;
}
.actions{font-size: 1em !important; padding: 0.35em !important;font-family: 'Nunito', sans-serif;} 
table.dataTable thead th, table.dataTable thead td {
    vertical-align: middle;
}
table.dataTable thead th {
    text-align: center;
	position: sticky;
	background-color: #fefefe !important;
}
#table.dataTable thead tr:first-child th {
	top: 139px;
}
#table.dataTable thead tr:nth-child(2) th {
	top: 180px;
}
#table.dataTable thead tr:nth-child(3) th {
	top: 209px;
}
.sticky {
	position: fixed;
	top: 104px;
	background-color: #fefefe !important;
	width:calc(100% - 50px);
	border-bottom:solid 1px #ccc;
}
#graphIfr {
	position: relative;
    height: calc(100% - 20px);
    width: 100%;
}
#svg {
	margin:0 auto;
	display:block;
}
#modalContent .content {
	position:relative;
	height:100%;
	width:100%
}
#helpBox a {font-weight:inherit !important;color:#333 !important}
#helpBox td, #helpBox th {font-size: 18px !important}
#helpBox h1 {
	display: block;
	font-size: 2em;
	margin: 0.67em 0 0.67em 0;
	font-weight: bold;
}
#helpBox h2 {
	display: block;
	font-size: 1.2em;
	margin: 0.83em 0 0.83em 0;
	font-weight: bold;
}

#helpBox h3 {
	display: block;
	font-size: 1em;
	margin: 1em 0 1em 0;
	-webkit-margin-end: 0;
	font-weight: bold;
}

#helpBox h4 {
	display: block;
	margin: 1.33em 0 1.33em 0;
	font-weight: bold;
}

#helpBox h5 {
	display: block;
	font-size: .83em;
	margin: 1.67em 0 1.67em 0;
	font-weight: bold;
}

#helpBox h6 {
	display: block;
	font-size: .67em;
	margin: 2.33em 0 2.33em 0;
	font-weight: bold;
}

#helpBox ul {
	display: block;
	list-style-type: disc;
	margin: 1em 0 1em 0;
	padding-left: 40px;
}

#helpBox ol {
	display: block;
	list-style-type: decimal;
	margin: 1em 0 1em 0;
	padding-left: 40px;
}

#helpBox li {
	display: list-item;
	text-align: left;
}

#helpBox ul ul, ol ul {
	list-style-type: circle;
}
	
#helpBox ol ol ul, ol ul ul, ul ol ul, ul ul ul {
		list-style-type: square;
}
#helpBox ol ul, ul ol, ul ul, ol ol {
	margin-top: 0;
	margin-bottom: 0;
}
	
#helpBox p {
	display: block;
	margin: 1em 0 1em 0;
}
#helpBox {position:absolute;top:20px;left:20px;right:20px;bottom:20px;overflow:auto;text-align:left}
#graphLegend,#graphIfr {
	margin:0 40px;
	width: calc(100% - 80px);
}
#graphLegend td {
	text-align:center;
}
#graphLegend .red {
	background-color:#d40e16 !important;
	color:#fefefe !important;
}
#graphLegend .orange {
	background-color:#FF8C00 !important;
	color:#fefefe !important;
}
#graphLegend .blue {
	background-color:#0e62c7 !important;
	color:#fefefe !important;
}
#graphLegend .gray {
	background-color:#cccccc !important;
	color:#333333 !important;
}
#graphLegend .green {
	background-color:#8dc63f !important;
	color:#333333 !important;
}
#dropzone {
    min-height:300px !important;
	border: 2px dashed #0087F7 !important;
    border-radius: 5px !important;
    background: white !important;
	width:calc(100% - 33px);
}
#dropzone.dz-drag-hover {
    border-style: solid !important;
}
#dropzone .dz-drag-hover .dz-message {
	opacity: 0.5; }

#dropzone, #dropzone* {
	box-sizing: border-box; 
}

#dropzone .dz-clickable {
	cursor: pointer; 
}
#dropzone .dz-clickable * {
	cursor: default; 
}
#dropzone .dz-clickable .dz-message, #dropzone .dz-clickable .dz-message * {
	cursor: pointer; 
}
  #dropzone .dz-started .dz-message {
    display: none; }
    #dropzone .dz-drag-hover .dz-message {
      opacity: 0.5; }
  #dropzone .dz-message {
    text-align: center;
    margin: 2em 0; }
    #dropzone .dz-message .dz-button {
      background: none;
      color: inherit;
      border: none;
      padding: 0;
      font: inherit;
      cursor: pointer;
      outline: inherit; }
  #dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    #dropzone .dz-preview:hover {
      z-index: 1000; }
      #dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    #dropzone .dz-preview.dz-file-preview .dz-image {
      text-align:center;
	}
    #dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    #dropzone .dz-preview.dz-image-preview {
      background: white; }
      #dropzone .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
    #dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none; }
      #dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    #dropzone .dz-preview:hover .dz-details {
      opacity: 1; }
    #dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 0em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      #dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; 
		display:none;
		}
#dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap; 
}
#dropzone .dz-preview:hover .dz-details .dz-filename span {
    border: 1px solid #333; 
	overflow:visible;
	width:auto;
}
#dropzone .dz-preview .dz-details .dz-filename span, #dropzone .dz-preview .dz-details .dz-size span {
	background-color: #fff;
    padding: 0 0.4em;
	border: 1px solid #333;
    border-radius: 3px; 
	box-sizing: border-box;
	overflow: hidden;
    text-overflow: ellipsis;
	width:100px;
	display:inline-block;
}
    #dropzone .dz-preview:hover .dz-image img {
    /*
		-webkit-transform: scale(1.05, 1.05);
		-moz-transform: scale(1.05, 1.05);
		-ms-transform: scale(1.05, 1.05);
		-o-transform: scale(1.05, 1.05);
		transform: scale(1.05, 1.05);
		-webkit-filter: blur(8px);
		filter: blur(8px); 
	*/
	}
    #dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      #dropzone .dz-preview .dz-image img {
        height: 120px;
    margin: 0 auto;}
    #dropzone .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    #dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    #dropzone .dz-preview .dz-success-mark, #dropzone .dz-preview .dz-error-mark {
      display:none;
	  pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
      #dropzone  .dz-preview .dz-success-mark svg, #dropzone .dz-preview .dz-error-mark svg {
        display: block;
        width: 54px;
        height: 54px; }
    #dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    #dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
    #dropzone .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -moz-animation: pulse 6s ease infinite;
      -ms-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
    #dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      #dropzone .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        -moz-transition: width 300ms ease-in-out;
        -ms-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
    #dropzone .dz-preview.dz-error .dz-error-message {
      display: block; }
    #dropzone .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    #dropzone .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      #dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }

