.ng-cloak,.x-ng-cloak,[data-ng-cloak],[ng-cloak],[ng\:cloak],[x-ng-cloak]{display:none!important}.dashboard-container h1 a,.widget h3 a{text-decoration:none}.padding-bottom{padding-bottom:5px}.dashboard-modal.widget-fullscreen .modal-dialog{width:98%}.adf-move{cursor:move;cursor:-webkit-grabbing}.edit .column{min-height:120px;border:1px dashed #ccc;padding-top:15px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}pre.edit{margin-top:15px}.column .placeholder{opacity:.4;background:#E8E8E8;border:1px dashed #505050;margin-bottom:15px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.adf-flip{-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1);filter:FlipH;-ms-filter:"FlipH"}.structure-preview{height:150px;width:200px;position:relative}.structure-preview .column{border:1px dashed #ccc;background-color:#eee;height:100%}.structure-preview h4{position:absolute;text-align:center;color:#aaa;z-index:10;top:0;bottom:0;left:0;right:0;height:15%;margin:auto}.structure-preview.selected .column,.structure-preview:hover .column{border:1px dashed #337ab7}.structure-preview.selected h4,.structure-preview:hover h4{color:#337ab7}
/*
COROBOR Sytems (c) 2015-2018

COROBOR Systems a Campbell Scientific company all rights reserved.
*/
/*
    Created on : 30-Nov-2018, 12:05:34
    Author     : sylvain
*/

.clock {
    text-align: center;
}

.clock-time {
    font-size: 3em;
}

.clock-date {
    font-size: 1em;
}
iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border: 1px solid grey;
}

div.treeview {
    min-width: 100px;
    min-height: 100px; 
    max-height: 256px;
    overflow: auto;
    padding: 4px;
    margin-bottom: 20px;
    color: #369;
    border: solid 1px;
    border-radius: 4px;
}

div.treeview ul:first-child:before {
    display: none;
}

.treeview, .treeview ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #369;
}

.treeview ul {
    margin-left: 1em;
    position: relative
}

.treeview ul ul {
    margin-left: 0.5em
}

.treeview ul:before {
    content: '';
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-left: 1px solid;
    bottom: 15px;
}

.treeview li {
    margin: 0;
    padding: 0 1em;
    line-height: 2em;
    font-weight: bold;
    position: relative
}

.treeview ul li:before {
    content: '';
    display: block;
    width: 10px;
    height: 0;
    border-top: 1px solid;
    margin-top: -1px;
    position: absolute;
    top: 1em;
    left: 0
}

.tree-indicator {
    margin-right: 5px;
}

.treeview li a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.treeview li button, .treeview li button:active, .treeview li button:focus {
    text-decoration: none;
    color: inherit;
    border: none;
    outline: none;
    background: transparent;
    margin: 0;
    padding: 0;
}
.wsListWtP.timeseriesWt {
  width: fit-content;
}
.wsListWtP a.list-group-item {
  padding: 5px 10px;
  cursor: pointer;
}
.wsListWtP a.list-group-item,
.tsList_ui a.list-group-item {
  margin-bottom: 2px;
  border: 1px double rgba(51, 122, 183, 0.37);
  color: #387894;
}
.wsListWtP a.list-group-item.active,
.tsList_ui a.list-group-item.active {
  color: #fff;
}
.parambutton {
  margin-left: auto;
}
.wsListWtP a.list-group-item:not(.active):hover,
.tsList_ui a.list-group-item:not(.active):hover {
  background: #dbdbdb;
  color: #337ab7;
  border: 1px solid #337ab7;
}
.wsListWtP {
  /*    max-height:508px;*/
  max-height: 85vh;
  max-width: 200px;
  overflow-y: auto;
}
.wsListWtP.timeseriesWt {
  /*    max-height:500px;*/
  max-height: 500px;
  overflow-y: auto;
}
select#options option {
  background-image: url(../..//..//..//img/ligne.PNG);
}
#timesSeries .chartControls > *:not(:first-child) {
  margin-left: 1em;
}
#timesSeries .chartControls input[type="checkbox"] {
  margin: 0 0 0 .5em;
}
#timesSeries .chartControls label {
  margin: 0;
  font-weight: normal;
}
#timesSeries .timeSeriesContainer {
  position: relative;
}
#timesSeries .timeSeriesContainer > * {
  position: absolute;
  top: 0;
  left: 0;
}
#timesSeries .timeSeriesContainer > * .highcharts-container > svg {
  max-width: 100%;
}

span#commentaire{
    display:block;
}
/*span:after{
    display:block;
    content: "\A"
}*/
textarea#commentaire{
    overflow:auto; 
    max-width:400px;
    max-height:150px;
    word-wrap:break-word;
}
span#commentaire {
    white-space: initial;
}

table#tableauDeBoard{
    table-layout:fixed;
}
td{
    white-space: initial;
}
a.trieColumn {
    color: #40a9ff;
}
aw-select {
	position: relative;
	white-space: nowrap;
}
aw-select .button {
	padding: 1px 8px 1px 8px;
	font-size: 14px;
	height: 34px;
	border: 1px solid #c6c6c6;
	border-radius: 4px;
	white-space: normal;
	background-color: #eee;
	background-image: linear-gradient(#fff, #ddd);
}
aw-select .button.disabled  {
	color: #a0a0a0;
}
aw-select .button:focus {
	outline: none;
}
aw-select span.sep {
  display: inline-block;
  width: 10px;
}
aw-select img {
/*	height: 12px;
	width: 60px;*/
	margin: 0 5px 0 0;
}
aw-select .aw-wrapper {
	position: absolute;
	z-index: 999;
	left: 0;
}
aw-select .filter {
	position: relative;
}
aw-select .filter input {
	display: block;
	width: 100%;
	padding: 5px 10px;
	border: 1px solid #c6c6c6;
	border-radius: 4px;
}
aw-select .filter .reset {
	position: absolute;
	top: 5px;
	right: 5px;
	font-weight: bold;
	width: 20px;
	height: 20px;
	padding: 0;
	line-height: 100%;
}
aw-select .aw-container {
	background-color: #fff;
	border: 1px solid #c6c6c6;
	border-radius: 4px;
	margin-top: 4px;
}
aw-select .aw-container hr {
	margin-top: 5px;
	margin-bottom: 5px;
}
aw-select aw-option, aw-select aw-default-option {
	position: relative;
	display: block;
	padding: 5px 5px 5px 30px;
	margin: 0;
}
aw-select aw-option abbr {
	display: none;
}
aw-select .selected::before {
	content: "\2714";
	position: absolute;
	top: 5px;
	left: 10px;
}
aw-option, aw-default-option  {
	background-color: #fff;
	cursor: pointer;
}
aw-option.disabled, aw-option.disabled:hover  {
	color: #a0a0a0;
	cursor: default;
	background-color: #fff;
}
aw-option:hover, aw-default-option:hover  {
	background-color: whitesmoke;
}
aw-optgroup {
	display: block;
	padding: 2px 2px 0;
	background-color: whitesmoke;
	border-top: 1px solid #cccccc;
}
aw-optgroup:first-child {
	border-top: none;
}
aw-optgroup > h3, aw-optgroup > h4, aw-optgroup > h5, aw-optgroup > h6 {
	padding-left: 10px;
}
aw-optgroup:hover {
	background-color: whitesmoke;
}
aw-optgroup.selectable {
	cursor: pointer;
}



#navImage .nav {
    bottom: -4px;
    display: block;
    height: 48px;
    left: 0;
    margin: 0 auto;
    padding: 1em 0 0.8em;
    /*position: absolute;*/
    right: 0;
    /*text-align: center;*/
    width: 100%;
    z-index: 5;
}
#navImage .nav li {
    border: 5px solid #AAAAAA;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    margin: 0 8px;
    position: relative;
    width: 50px;
}
#navImage .nav li.active {
    border: 5px solid #FFFFFF;
}
#navImage .nav li img {
    width: 100%;
}
#navImage .container.slider {
    border: 15px solid #FFFFFF;
    border-radius: 5px;

    margin: 20px auto;
    position: relative;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    max-height: 301px;
}

#navImage .slide {
    position: absolute;
    top: 0;
    left: 0;
}
#navImage .slide.ng-hide-add {
    opacity:1;
    -webkit-transition:1s linear all;
    -moz-transition:1s linear all;
    -o-transition:1s linear all;
    transition:1s linear all;
    -webkit-transform: rotateX(50deg) rotateY(30deg);
    -moz-transform: rotateX(50deg) rotateY(30deg);
    -ms-transform: rotateX(50deg) rotateY(30deg);
    -o-transform: rotateX(50deg) rotateY(30deg);
    transform: rotateX(50deg) rotateY(30deg);
    -webkit-transform-origin: right top 0;
    -moz-transform-origin: right top 0;
    -ms-transform-origin: right top 0;
    -o-transform-origin: right top 0;
    transform-origin: right top 0;
}
#navImage .slide.ng-hide-add.ng-hide-add-active {
    opacity:0;
}
#navImage .slide.ng-hide-remove {
    -webkit-transition:1s linear all;
    -moz-transition:1s linear all;
    -o-transition:1s linear all;
    transition:1s linear all;
    display:block!important;
    opacity:0;
}
#navImage .slide, #navImage.slide.ng-hide-remove.ng-hide-remove-active {
    opacity:1;
}
#navImage img {
    vertical-align: middle;
    max-height: 300px;
}
#navImage .container.slider img {
    border: 0;
}
#formUpload .form-control {
   
    display: block;
    width: 50% ;
}

