.legendaPlasticos{
	margin: 10px 3px 40px 4px;	
}

	
.legendaPlasticos img{
	vertical-align: middle;
	margin: -5px 3px 0 0px;
	
	}	


.scrollable-table {
    background-color:#61b2cd;
    width:99.9%;
}


.scrollable-table-nome-rgb {
    background-color:#61b2cd;
    width:40%;
}
		
		
.scrollable-table-1rgb {
    background-color:#61b2cd;
    width:90%;
}


.scrollable-table-transmix {
    background-color:#61b2cd;
    width:99%;
	
}


.scrollable-table-transperse {
    background-color:#61b2cd;
    width:99%;
	
}

.scrollable-table-transflex {
    background-color:#61b2cd;
    width:99%;
	
}


.scrollable-table-transtrend {
    background-color:#61b2cd;
    width:99%;
	
}



.scrollable-table-transepoxi {
    background-color:#61b2cd;
    width:99%;
			
}			


.scrollable-table-transilver {
    background-color:#61b2cd;
    width:59%;
	
}



.scrollable-table-nocas {
    background-color:#61b2cd;
    width:90%;
	
}


.scrollable-table-plasticos {
    background-color:#61b2cd;
    width:110%;
}


.scrollable-table-corantes-plasticos {
    background-color:#61b2cd;
    width:105%;
}





		

.table-header-rotated td.row-header{
  width: auto;
  vertical-align:middle;
  text-align:center;
  padding:0 10px;
    border:3px solid #fff;

}

    .table-header-rotated td.row-header span {    color: #fff!important; }

.table-header-rotated td{
  width: 40px;
  vertical-align: middle;
  text-align: center;

}

.rotate-45{
  height: 200px;
  min-width: 40px;
  max-width: 40px;
  position: relative;
  vertical-align: bottom;
  font-size: 14px;
  line-height: 0.8;
  border:3px solid #fff;
}

.titulosTabelaProdutos{
  height: 200px;
  min-width: 40px;
  max-width: 40px;
  position: relative;
  vertical-align: bottom;
  font-size: 12px;
  color: #fff;

}


    .rotate-45:nth-child(even) { background-color: #a6ccdf; }


.table-header-rotated th.rotate-45 > div{
  position: relative;
  top: 0px;
  left: 40px;
  height: 100%;
  overflow: hidden;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}

.rotate-45 span {
  -ms-transform:rotate(-90deg);
  -moz-transform:rotate(-90deg);
  -webkit-transform:rotate(-90deg);
  -o-transform:rotate(-90deg);
  transform:rotate(-90deg);
  position: absolute;
  bottom: 90px; /* 40 cos(45) = 28 with an additional 2px margin*/
  left: -40px; /*Because it looked good, but there is probably a mathematical link here as well*/
  display: inline-block;
  //width: 100%;
 // width: 85px; /* 80 / cos(45) - 40 cos (45) = 85 where 80 is the height of the cell, 40 the width of the cell and 45 the transform angle*/
 // text-align: left;
  white-space: nowrap; /*whether to display in one line or not*/
 color:#fff!important;
 overflow-y:auto;
}
	
	
.row-dadosAlteracao{
    width: auto;
    vertical-align:middle;
    text-align:center;
    padding:0;
    border:3px solid #fff;
    background:#efefef;
    color:#313131;
    
    
    white-space:nowrap;
    list-style:none;
}

.row-dados{
    width: auto;
    vertical-align:middle;
    text-align:center;
    padding:0 5px;
    border:3px solid #fff;
    background:#efefef;
    color:#313131;
    font-size:0.9em;
    height:80px!important;
    white-space:nowrap;
    list-style:none;
}

.txt-Color-Index { width: 100px!important; white-space:normal; }

.rotate-dados{
  height: 100px;
  min-width: 40px;
  max-width: 40px;
  position: relative;
  vertical-align: bottom;
  padding: 0;
  font-size: 14px;
  line-height: 0.8;
  border:3px solid #fff!important;
  background:#efefef;
  color:#313131;
}

.rotate-dados span {
  -ms-transform:rotate(-90deg);
  -moz-transform:rotate(-90deg);
  -webkit-transform:rotate(-90deg);
  -o-transform:rotate(-90deg);
  transform:rotate(-90deg);
  position: absolute;
  bottom: 40px; /* 40 cos(45) = 28 with an additional 2px margin*/
  left: -40px; /*Because it looked good, but there is probably a mathematical link here as well*/
  display: inline-block;
  white-space: nowrap; /*whether to display in one line or not*/
 overflow-y:auto;
  color:#313131
}

.link-Info-Tecnicas {
-webkit-border-radius: 5px;
border-radius: 5px;
border:1px solid #a5bed1;
background: #d7e4ec; /* Old browsers */
background: -moz-linear-gradient(top,  #d7e4ec 0%, #b7ccda 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7e4ec), color-stop(100%,#b7ccda)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d7e4ec 0%,#b7ccda 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d7e4ec 0%,#b7ccda 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d7e4ec 0%,#b7ccda 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d7e4ec 0%,#b7ccda 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7e4ec', endColorstr='#b7ccda',GradientType=0 ); /* IE6-9 */
padding:15px 0;
text-decoration: none;
margin:5px;

}

a.Link-Linhas {text-decoration:none;}

a div.link-Info-Tecnicas p {
    color:#4e8da4;
    font-size:0.95em;
}

a:hover div.link-Info-Tecnicas p {
    color:#4e8da4;
    text-decoration:underline;
    font-size:0.95em;
}

.linkTranscor {margin:0 0 0 10px;}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
