.ieBox{
		display:block;
		height:80px;
		padding-top:15px;
		padding-bottom:15px;
		background-color: #E6E8E8;
		text-align: center;
		margin: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;

	}
	.ieBox.alerta{
		background-color: #FFFB00;

	}

	.ieBox.perigo{
		background-color: #CF0228;
		color: white;

	}

	.ieBox.sucesso{
		background-color: #00E300;

	}

	.ieTitulo{
		display:block;
		height:80px;
		padding-top:45px;
		padding-bottom:15px;
		overflow: hidden;
	}

	.ie-chart{
		height:297px;width:100%}#flotTip{padding:3px 5px;background-color:#fff;z-index:9999;color:#333;-webkit-box-shadow:0 1px 8px rgba(0,0,0,.1);-moz-box-shadow:0 1px 8px rgba(0,0,0,.1);box-shadow:0 1px 8px rgba(0,0,0,.1);font-size:14px;border:1px solid #C1C1C1;-moz-border-radius:4px;-khtml-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}#flotTip span{color:#38812D;font-weight:700}.legendLabel span{display:block;margin:0 5px}.legendColorBox{padding-left:10px;vertical-align:top;padding-top:5px
	}

	.node {
		  border: solid 1px white;
		  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		  font: 15px sans-serif;
		  line-height: 16px;
		  overflow: hidden;
		  position: absolute;
		  text-indent: 2px;
		  text-transform:uppercase;
		  cursor: pointer;
		  cursor: hand;
	}

	.pointer{
		 cursor: pointer;
		 cursor: hand;
	}

	.ie-droppable{
		border:solid 1px #CCCCCC;
		background-color: #E0E0E0;
		min-height: 450px;
		max-height: 600px;
		overflow-y:scroll;
		padding: 7px;
		margin-bottom: 10px;
		display: block;
	}

	.a-dragg {
		position: relative;
		float: right;
	}
	.i-dragg {
		margin-top: 1px;
		margin-bottom: 2px;
		position: relative;
		float: right;
		max-width: 15px;
		max-height: 15px;
	}
	.a-drop {
		position: relative;
		float: left;
	}

	#listaSubProduto i{
		color: #fff;
		margin-right: 3px;
		margin-top: 3px;
	}
	.ie-bxdesc{
		font-size: 9px;
		color: #EAE8ED;
		position: relative;
	}

	.ie-lista-itens{
		min-height: 350px;
		max-height: 500px;
		overflow-y:scroll;
		overflow-x: visible;
		padding: 7px;
	}

	.ie-lista-itens li{
		height: 60px;
		display: block;
	}

	.ie-move{
		position: absolute;
	}

	.agrupar div{
		padding: 5px 0px 10px 0px;
		background:repeating-linear-gradient(
		  45deg,
		  #FFFFFF,
		  #FFFFFF 10px,
		  #E8E8E8 10px,
		  #E8E8E8 20px
		)
	}
	
	.agrupar ol li{
		font-size: 15px;
		text-decoration: none;
		list-style-type: none;
	}

	.agrupar ol li span{
		cursor: pointer;
		cursor: hand;

	}

	.ie-tabela tbody tr td input{
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 2px;
		vertical-align: middle;
		border: 1px solid #999;
		border-radius: 3px;
		height:100%;
		width: 100%;
	}
	
	.ie-tabela tbody tr td select{
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 1px;
		border: 1px solid #999;
		border-radius: 3px;
		height: 100%;
		width: 100%
	}
	.ie-formbox{
		background-color: #92a2a8;
		height: 500px;
		float: left;
		position: absolute;
		border: 3px solid #bce8f1;
		border-radius: 5px;
		overflow-x:hidden;
		
	}
	.ie-formbox hr{
		   border: 0;
		   border-bottom: 1px dashed #ccc;
		   background: #999;
		   margin-bottom: 10px;
		   margin-left: 10px;
		   margin-right: 10px;
	}
	.boxtitle{
		font-size: 9px;
	}

	.fixscroll{
		display: hidden;
		height: 450px;
	}

	X3D, x3d {
	  position:relative;    /* in order to be able to position stat-div within X3D */
	  float:left;           /* float the element so it has the same size like the canvas */
	  cursor:pointer;
	  margin: 0;
	  padding: 0;
	  border: 1px solid #000;
	}

	object {
		margin: 0;
		padding: 0;
		border: none;
		z-index: 0;
	  width:100%;
	  height:100%;
	  float:left;
	}

	X3D:hover, 
	x3d:hover, 
	.x3dom-canvas:hover {
	  -webkit-user-select: none;
	  -webkit-touch-callout: none;
	}

	.x3dom-canvas {
	  border:none;
	  cursor:pointer;
	  cursor:-webkit-grab;
	  cursor:grab;
	  width:100%;
	  height:100%;
	  float:left;
	}

	.x3dom-canvas-mousedown {
	  cursor:-webkit-grabbing;
	  cursor:grabbing;
	}

	.x3dom-canvas:focus {
	    outline:none; 
	}
	.x3dom-progress {
	    margin: 0;
	    padding: 6px 8px 0px 26px;
	    left: 0px;
	    top: 0px;
	    position: absolute;
	    color: #0f0;
	    font-family: Helvetica, sans-serif;
	    line-height:10px;
	    font-size: 10px;
	    min-width: 45px;
	    min-height: 20px;
	    border: 0px;
	    background-position: 4px 4px;
	    background-repeat: no-repeat;
	    background-color: #333;
	    background-color: rgba(51, 51, 51, 0.9);
	    z-index: 100;
	    background-image: url('data:image/gif;base64,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');
	}

	.x3dom-progress.bar span {
	  position: absolute;
	  left: 0;
	  top: 0;
	  line-height: 20px;
	  background-color: red;
	}


	.x3dom-statdiv {
	    margin: 0;
	    padding: 0;
	    right: 10px;
	    top: 10px;
	    position: absolute;
	    color: #0f0;
	    font-family: Helvetica, sans-serif;
	    line-height:10px;
	    font-size: 10px;
	    width: 75px;
	    height: 70px;
	    border: 0px;
	}

	#x3dom-state-canvas {
	    margin: 2px;
	    padding: 0;
	    right: 0%;
	    top: 0%;
	    position: absolute;
	}

	#x3dom-state-viewer {
	  position: absolute;
	  margin: 2px;
	  padding: 5px;
	  width: 135px;
	  top: 0%;
	  right: 0%;
	  opacity: 0.9;
	  background-color: #323232;
	  z-index: 1000;
	  font-family: Arial, sans-serif;
	  color: #C8C8C8;
	  font-weight: bold;
	  text-transform: uppercase;
	  cursor: help;
	}

	.x3dom-states-head {
	  display: block;
	  font-size: 26px;
	}

	.x3dom-states-head2 {
	  font-size: 10px;
	}

	.x3dom-states-list {
	  float: left;
	  width: 100%;
	  border-top: 1px solid #C8C8C8;
	  list-style: none;
	  font-size: 9px;
	  line-height: 16px;
	  margin:0;
	  padding: 0;
	  padding-top: 2px;
	}

	.x3dom-states-item  {
	  width: 100%;
	  float: left;
	}

	.x3dom-states-item-title {
	  float: left;
	  margin-left: 2px;
	}

	.x3dom-states-item-value {
	  float: right;
	  margin-right: 2px;
	}

	.x3dom-touch-marker {
		display: inline;
	    padding: 5px;
		border-radius: 10px;
	    position: absolute;
	    font-family: Helvetica, sans-serif;
	    line-height:10px;
	    font-size: 10px;
	    color: darkorange;
	    background: cornsilk;
	    opacity: 0.6;
	    border: 2px solid orange;
		z-index: 200;
	}

	.x3dom-logContainer {
	    border: 2px solid olivedrab;
	    height: 200px;
	    padding: 4px;
	    overflow: auto;
	    white-space: pre-wrap;
	    font-family: sans-serif;
	    font-size: x-small;
	    color: #00ff00;
	    background-color: black;
	    margin-right: 10px;
	}

	.x3dom-nox3d {
	    font-family: Helvetica, sans-serif;
	    font-size: 14px;
	    background-color: #eb7a7a;
	    padding: 1em;
	    opacity: 0.75;
	}

	.x3dom-nox3d p { 
	    color: #fff;
	    font-size: 14px;
	}

	.x3dom-nox3d a { 
	    color: #fff;
	    font-size: 14px;
	}


	/* self-clearing floats */
	.group:after {
	  content: "."; 
	  display: block; 
	  height: 0; 
	  clear: both; 
	  visibility: hidden;
	}

	.ie-x3d{
		width: 97%;
		height: 100%;
		max-height: 400px;
		border:0px;
	}

	.visiblef{
		display: none;
	}

	.iemodal{
		width: 800px;
	}

	.ie-lista{
		height: 100%;
		max-height: 500px;
		overflow-y:scroll;
		overflow-x:hidden;
		margin-left:5px;
		padding: 0px;
	}

	.ie-lista li{
		height: 120px;
		text-decoration: none;
		border-right: 5px solid;
		border-bottom: 1px solid;
		border-color: #E3E3E3;
		display: block;
		padding: 2px;
		margin-top: 3px;
		font-size: 12px;
	}

	.ie-lista li:hover{
		background-color: #EDEDED;
	}

	.ie-fotoform{
		max-width:100%;
		max-height:170px;
		background-color:#CFD1D4;
		padding: 1px;
	}
	/*.ie-lista li span{
		float: left;
		position: absolute;
		display: block;
	}*/

	/*CHAT*/
	iedata {
		display: block;
		padding-top: 12px;
		margin-bottom: -16px;
		text-align: right;
		font-size: 9px;
		color: #FA7ACD;
	}

	/*Lembretes*/

	.ie-postit {
		display: block;
		max-height: 250px;
		overflow-y:scroll;
		padding-left:15px;
		padding-right: 10px; 
	}

	.ie-postit li{
		display: block;
		width: 100%;
		padding: 5px 3px 25px 3px;
		background-color: rgb(255,215,7);
		margin-top: 3px;
		font-weight: bold;
		-webkit-border-bottom-right-radius: 20px;
		-moz-border-radius-bottomright: 20px;
		border-bottom-right-radius: 20px;
		-webkit-box-shadow: 6px 9px 5px 0px rgba(235,235,235,1);
		-moz-box-shadow: 6px 9px 5px 0px rgba(235,235,235,1);
		box-shadow: 6px 9px 5px 0px rgba(235,235,235,1);
	}

	/*Bottom box*/
	.ie-bottombox{
		position: fixed;
		display: block;
		bottom: 52px;
		max-height: 85%;
		width: 65%;
		z-index: 99999999;
		background-color: #FFFFFF;
		right: 6px;
	}

	.ie-bottombox topo{
		height: 25px;
		padding-bottom: 2px;
	}

	/************Opção dos filtros das listas de pedidos*****/
	.pz-at{
		display: none;
	}

	.ie-stt{
		display: none;
	}

	.ie-ftbusca{
		display: none;
	}
	/****Fim das opção dos filtros das listas de pedidos*****/

	.ie-none{
		display: none;
	}

	.listaBusca{
		height: 290px;
		overflow-x:hidden;
		overflow-y:scroll;
		border: solid 1px #D6D6D6;
	}

/*Pure CSS Loader*/
.clear-loading {
  text-align: center;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* Loading Effect Four */
.loading-effect-4 {
  width: 100px;
  height: 100px;
}
.loading-effect-4 > div {
  width: 100%;
  height: 100%;
  border: 1px solid #C7C7C7;
  border-radius: 50%;
  background-image: url('../img/icon.png');
  background-repeat: no-repeat;
  background-position: center;
}
.loading-effect-4 span {
  background: #03EEFF;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webikt-transform-origin: 0 49px;
  -moz-transform-origin: 0 49px;
  -o-transform-origin: 0 49px;
  transform-origin: 0 49px;
}
.loading-effect-4 span:first-child {
  background: #03EEFF;
  -webkit-animation: effect-4-1 1.5s infinite linear;
  -moz-animation: effect-4-1 1.5s infinite linear;
  -ms-animation: effect-4-1 1.5s infinite linear;
  -o-animation: effect-4-1 1.5s infinite linear;
  animation: effect-4-1 1.5s infinite linear;
}
.loading-effect-4 span:nth-child(2) {
  background: #03EEFF;
  -webkit-animation: effect-4-1 2s infinite linear;
  -moz-animation: effect-4-1 2s infinite linear;
  -ms-animation: effect-4-1 2s infinite linear;
  -o-animation: effect-4-1 2s infinite linear;
  animation: effect-4-1 2s infinite linear;
}
.loading-effect-4 span:nth-child(3) {
  background: #03EEFF;
  -webkit-animation: effect-4-1 2.5s infinite linear;
  -moz-animation: effect-4-1 2.5s infinite linear;
  -ms-animation: effect-4-1 2.5s infinite linear;
  -o-animation: effect-4-1 2.5s infinite linear;
  animation: effect-4-1 2.5s infinite linear;
}
.loading-effect-4 span:nth-child(4) {
  background: #03EEFF;
  -webkit-animation: effect-4-1 3s infinite linear;
  -moz-animation: effect-4-1 3s infinite linear;
  -ms-animation: effect-4-1 3s infinite linear;
  -o-animation: effect-4-1 3s infinite linear;
  animation: effect-4-1 3s infinite linear;
}
@-webkit-keyframes effect-4-1 {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes effect-4-1 {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*Fim do Pure CSS Loader*/
/*loading screen*/
	#ie-loading{
		z-index: 99999999999999;
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: rgba(255,255,255,0.5);
		padding: 20% 48% 20% 48%;
	}

	.ie-ajuste{
	    height: 60px;
	    width: 60px;
	    right: 0;
	    left: 0;
	    margin-right: 40px;
	    display: inline-block;
	    position: relative;
	    -webkit-transition: all 0.3s ease-in-out 0;
	    transition: all 0.3s ease-in-out 0;
	}
	.sk-folding-cube {
	    position: relative;
	    width: 90px;
	    height: 90px
	    -webkit-transform: rotateZ(45deg);
	    transform: rotateZ(45deg);
	}
	.sk-folding-cube .sk-cube {
		  float: left;
		  width: 45px;
		  height: 45px;
		  position: relative;
		  -webkit-transform: scale(1.1);
		      -ms-transform: scale(1.1);
		          transform: scale(1.1); 
		}
		.sk-folding-cube .sk-cube:before {
		  content: '';
		  position: absolute;
		  top: 0;
		  left: 0;
		  width: 100%;
		  height: 100%;
		  background-color: #0ABEFA;
		  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
		          animation: sk-foldCubeAngle 2.4s infinite linear both;
		  -webkit-transform-origin: 100% 100%;
		      -ms-transform-origin: 100% 100%;
		          transform-origin: 100% 100%;
		}
		.sk-folding-cube .sk-cube2 {
		  -webkit-transform: scale(1.1) rotateZ(90deg);
		          transform: scale(1.1) rotateZ(90deg);
		}
		.sk-folding-cube .sk-cube3 {
		  -webkit-transform: scale(1.1) rotateZ(180deg);
		          transform: scale(1.1) rotateZ(180deg);
		}
		.sk-folding-cube .sk-cube4 {
		  -webkit-transform: scale(1.1) rotateZ(270deg);
		          transform: scale(1.1) rotateZ(270deg);
		}
		.sk-folding-cube .sk-cube2:before {
		  -webkit-animation-delay: 0.3s;
		          animation-delay: 0.3s;
		}
		.sk-folding-cube .sk-cube3:before {
		  -webkit-animation-delay: 0.6s;
		          animation-delay: 0.6s; 
		}
		.sk-folding-cube .sk-cube4:before {
		  -webkit-animation-delay: 0.9s;
		          animation-delay: 0.9s;
		}
		@-webkit-keyframes sk-foldCubeAngle {
		  0%, 10% {
		    -webkit-transform: perspective(140px) rotateX(-180deg);
		            transform: perspective(140px) rotateX(-180deg);
		    opacity: 0; 
		  } 25%, 75% {
		    -webkit-transform: perspective(140px) rotateX(0deg);
		            transform: perspective(140px) rotateX(0deg);
		    opacity: 1; 
		  } 90%, 100% {
		    -webkit-transform: perspective(140px) rotateY(180deg);
		            transform: perspective(140px) rotateY(180deg);
		    opacity: 0; 
		  } 
		}

		@keyframes sk-foldCubeAngle {
		  0%, 10% {
		    -webkit-transform: perspective(140px) rotateX(-180deg);
		            transform: perspective(140px) rotateX(-180deg);
		    opacity: 0; 
		  } 25%, 75% {
		    -webkit-transform: perspective(140px) rotateX(0deg);
		            transform: perspective(140px) rotateX(0deg);
		    opacity: 1; 
		  } 90%, 100% {
		    -webkit-transform: perspective(140px) rotateY(180deg);
		            transform: perspective(140px) rotateY(180deg);
		    opacity: 0; 
		  }
		}

/*Scroll box*/
.boxScroll {
  /* Position absolutely, 30px down from the top */
  position: absolute;
  top: 30px;
}

body.ie-producao-pausado {
	background-color: #c26565;
}

.ie-producao-pausado .ie-white{
	color: #fff;
}

/*TABELA COM SCROLL*/
.wrap {
    width: 100%;
}

.wrap table {
    width: 100%;
    table-layout: fixed;
}

.wrap table tr td {
    padding: 5px;
    border: 1px solid #eee;
    width: 100px;
    word-wrap: break-word;
}

.wrap table.head tr td {
    background: #eee;
}

.inner_table {
    height: 300px;
    overflow-y: auto;
}

.empresa{
	cursor: pointer;
}

.select2-dropdown {
	z-index: 9001 !important;
}
.my-swal {
	z-index: 99999999 !important;
}
.ieListaImg{
	cursor: pointer;
}

.ie-invalid {
    border-color: #fd3995 !important;
};
