/* -------------------------------------
CSS for buttons
---------------------------------------- */
.botao {
  border: none;
  color: white;
  padding: 7px 7px;
  font-size: 12px;
  cursor: auto   ;
  margin-right: 10px;
  position: relative;
  transition: background-color 0.5s, transform 0.1s;
 box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);

}
  
.verde {background-color: green;} /* Green */
.verde:hover {background-color: #388e3c;transform: scale(1.2)}

.verdeclaro {background-color: #00c2a9  } /* verde claro */ 
.verdeclaro:hover {background: #008776;transform: scale(1.2)}


.azul {background-color: #0a73a7;} /* Blue */
.azul:hover {background:  #064c6b;transform: scale(1.2)}

.azulclaro {background-color: #1c94c4;} /* Blue */
.azulclaro:hover {background:  #064c6b;transform: scale(1.2)}

.laranja {background-color: orange;} /* Orange */
.laranja:hover {background: #e68a00;transform: scale(1.2)}

.vermelho {background-color: red;} /* Red */ 
.vermelho:hover {background: #da190b;transform: scale(1.2)}

.cinza {background-color: gray; } /* Gray */ 
.cinza:hover {background: #c2c2c2;transform: scale(1.2)}

.purple {background-color: #884998;  } /* purple */ 
.purple:hover {background: #5a2c5a;transform: scale(1.2)}

.amber {background-color: #A87C32;  } /* purple */ 
.amber:hover {background: #8A6526;transform: scale(1.2)}

.cyan {background-color: #00c2a9  } /* cyan */ 
.cyan:hover {background: #008776;transform: scale(1.2)}


.div_brand {
  width:300PX;
  height: 20px;
  border: 1px
}

.cod_brand {

    height: 25PX;
    width: 15%;
    
  font-size: 19px;
  overflow: auto;
  background-color: transparent;
  border: 0px;
}

.desc_brand {

    height: 25PX;
    width: 73%;
    font-weight: bold;

  font-size: 19px;
  overflow: auto;
  background-color: transparent;
  border: 0px;
}

.x_brand {

  background:  #b49758;
  color: #FFFFFF;
    
  text-align: center;
  
  padding-left:6px;
  padding-right:6px;
  padding-top:2px;
  padding-bottom: 2px;

  text-decoration: none;
  font-weight: bold;
 font-size: 20px;

  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
  cursor: hand;
}

.x_brand:hover {
 background:  red ;
    

}

.search {
    -webkit-appearance: none;
    -moz-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 18px;
    -moz-padding-end: 18px;
    -webkit-padding-start: 2px;
    -moz-padding-start: 2px;

    background-image: url(../images/select-arrow.png), -webkit-linear-gradient(top, #E5E5E5, #F4F4F4); /* For Chrome and Safari */
    background-image: url(../images/select-arrow.png), -moz-linear-gradient(top, #E5E5E5, #F4F4F4); /* For old Fx (3.6 to 15) */
    background-image: url(../images/select-arrow.png), -ms-linear-gradient(top, #E5E5E5, #F4F4F4); /* For pre-releases of IE 10*/
    background-image: url(../images/select-arrow.png), -o-linear-gradient(top, #E5E5E5, #F4F4F4); /* For old Opera (11.1 to 12.0) */ 
    background-image: url(../images/select-arrow.png), linear-gradient(to bottom, #E5E5E5, #F4F4F4); /* Standard syntax; must be last */

    background-position: center right;
    background-repeat: no-repeat;
    /*border: 1px solid #AAA;*/
    border-radius: 0px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    color: #555;
    font-size: inherit;
    margin: 0;
    border:none;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;

    font-size:12px;
    vertical-align:top;
}  

.box_artigo   {
  vertical-align:top;alignment-adjust:right;
  font-size:20px;
   
  vertical-align:center;   
  width:62%; 
  height:50px;
  text-align:center;
  border-radius: 5px;
}




.imageLnk:hover {
-webkit-transform:scale(1.1); transform:scale(1.1);
}
.imageLnk {
-webkit-transition: all 0.7s ease; transition: all 0.7s ease;
}

.imageLnk {
  position: relative;
    
   float:center;
  display: block;
}  

.imageLnkB:hover {
-webkit-transform:scale(1.1); transform:scale(1.1);
}
.imageLnkB {
-webkit-transition: all 0.7s ease; transition: all 0.7s ease;
}

.imageLnkB {
  min-width: 1%;
  max-width: 100%;
}  

.imageManu {
    
}  
.imageManu:hover {
-webkit-transform:scale(1.1); transform:scale(1.1);
}
.imageManu {
-webkit-transition: all 0.7s ease; transition: all 0.7s ease;
}
  
#searchfield form {
  display: inline-block;
  background: #eeefed;
  padding: 0;
  margin: 0;
  padding: 1px;
  border-radius: 1px;
  margin: 5px 0 0 0;
  margin-bottom: 3px;
}
#searchfield form .biginput {
  width: 100%;
  height: 40px;
  padding: 0 10px 0 10px;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  color: #aeaeae;
  font-weight:normal;
  font-size: 1.5em;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  vertical-align:top;

  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #313131;
  font-size: 100%; 
  line-height: 1; 


}
#searchfield form .biginput:focus {
  color: #858585;
}
 
.autocomplete-suggestions { border: 1px solid #999; background: #fff; cursor: default; overflow: auto;  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 60%;  line-height: 1;  }
.autocomplete-suggestion { padding: 10px 5px; font-size: 1.2em; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #f0f0f0; }
.autocomplete-suggestions strong { font-weight: normal; color: red ; 
}

.imgEnlarge {
  height: 100px;
}


.imgEnlarge:hover{
 
-webkit-transform:scale(2); /* Safari and Chrome */
-moz-transform:scale(2); /* Firefox */
-ms-transform:scale(2); /* IE 9 */
-o-transform:scale(2); /* Opera */
transform:scale(2);
 background-color:#FFFFFF; 
 border: 1px solid #1DA3D2;
z-index: 0;

 
position:absolute;   
/*background-color: #DFDFDF;*/


}
.imgEnlargeIN:hover{
 z-index: 999;
-webkit-transform:scale(3); /* Safari and Chrome */
-moz-transform:scale(3); /* Firefox */
-ms-transform:scale(3); /* IE 9 */
-o-transform:scale(3); /* Opera */
transform:scale(3);

display:inline-block; /*places the images in a line*/
position: absolute;   
/*background-color: #DFDFDF;*/
 background-color:#FFFFFF;

}

#loading {
   width: 100%;
   height: 100%;
   top: 0px;
   left: 0px;
   position: fixed;
   display: block;
   z-index: 99;
   opacity: 0.6;
   text-align: center;
}
#loading-image {
  margin-right: auto;
  margin-left: auto;
  opacity: 0.7;
  z-index: 100;
  top:150px;
    opacity: 9;
    position:relative;
    border-radius:20px;
    padding:25px;
    border:0px solid #777777;
    background:#ffffff;
    box-shadow:0px 0px 10px #777777;
}
.loading-image-text {
    position:relative;
  top:180px;
}

.tecdoc   {
  vertical-align:top;alignment-adjust:right;
  font-size:11px;
  text-transform:uppercase;
  vertical-align:center;   
  width:40%; 
  height:50px;
  text-align:center;
  border-radius: 5px;
}

.artigo h2  {
    font-size: 12px; 
    background: #E2E2E2;
    padding: 4px;
    margin: -10px -10px 5px;
    align:left;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 2px 0px 20px 5px rgba(0,0,0,0.41);
    -moz-box-shadow: inset 2px 0px 20px 5px rgba(0,0,0,0.41);
    box-shadow: inset 2px 0px 20px 5px rgba(0,0,0,0.41);
    font-family: Arial, Helvetica, sans-serif;
}
.cliente  {
    font-size: 12px;
    padding: 4px;
    width: 210px;
    margin: 0px 0px 0px;
    align:left;
    moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px; 
    font-family: Arial, Helvetica, sans-serif;
}
.equivalencia   {
    font-style:bold;
    font-size:14px;
    text-transform:uppercase; 
    text-align: center;
    width:65%; 
    height:30px; 
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 30px;
    padding: 0 10px 0 10px;
    background-color: #fff;
    border: 2px solid #c8c8c8;
    border-radius: 3px;
    color: #aeaeae;
    font-weight:normal;
    font-size: 1.5em;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    vertical-align:top;
    text-align: center;
    color: #313131;
    font-size: 100%; 
    line-height: 2; 
}
.searchExact {
    -webkit-appearance: none;
    -moz-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 18px;
    -moz-padding-end: 18px;
    -webkit-padding-start: 2px; 
    -moz-padding-start: 2px;

    background-image: url(<?php echo $imageSearch; ?>), -webkit-linear-gradient(top, #E5E5E5, #F4F4F4); /* For Chrome and Safari */
    background-image: url(<?php echo $imageSearch; ?>), -moz-linear-gradient(top, #E5E5E5, #F4F4F4); /* For old Fx (3.6 to 15) */
    background-image: url(<?php echo $imageSearch; ?>), -ms-linear-gradient(top, #E5E5E5, #F4F4F4); /* For pre-releases of IE 10*/
    background-image: url(<?php echo $imageSearch; ?>), -o-linear-gradient(top, #E5E5E5, #F4F4F4); /* For old Opera (11.1 to 12.0) */ 
    background-image: url(<?php echo $imageSearch; ?>), linear-gradient(to bottom, #E5E5E5, #F4F4F4); /* Standard syntax; must be last */

    background-position: center right;
    background-repeat: no-repeat;
    /*border: 1px solid #AAA;*/
    border-radius: 0px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    color: #555;
    font-size: inherit;
    margin: 0;
    border:none;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;

    font-size:12px;
    vertical-align:top;
}
select::-ms-expand {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Good browsers :) */
    opacity:0;
    }

.menu-top-letter {
    position:fixed;
    font-family: Arial, Helvetica, sans-serif;
    top:0px;
    right: 10px;
    color:black;
    font-size: 1em;
    /*color: rgba(0,0,0,0.3);*/
    background-color:transparent;
    resize: none;
    align:justify;
    outline-color:transparent;
    outline-style: none;
    border:none;
    display: block;
    margin-left: auto;
    margin-right: auto; 
    text-align:right;
}


.clientestyle {
        width: 100%;
        height: 30px;
        padding: 10px 10px 10px 10px;
        background-color: #fff;
        border: 3px solid #c8c8c8;
        border-radius:3px;
       
        font-weight:normal;
         
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear;
        vertical-align:top;
        text-align: center;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
       
       }

 
 
}
#fixedtop {
    position: fixed; 
    width: 100%;
    height:60px;
    outline: 0px solid;
    border: none;
  
    top: 0;
    left: 0;


}






/* -------------------------------------
CSS for TABLES redtable  (INI)
---------------------------------------- */
div.redTable {
  /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
  width: 90%;
  text-align: left;
  border-collapse: collapse;
}
.divTable.redTable .divTableCell, .divTable.redTable .divTableHead {
  border: 2px solid #E2E2E2;
  padding: 3px 2px;
}
.divTable.redTable .divTableBody .divTableCell {
  font-size: 12px;
}

.divTable.redTable .divTableRow:nth-child(n+2):hover {
      background-color: #f2f2f2;
}

.divTable.redTable .divTableHeading {

font-size: 12px; background: #E2E2E2; padding: 4px; margin:  -10px  5px 5px;  align:left;width:100%
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: inset 2px 0px 20px 5px rgba(0,0,0,0.41);
        -moz-box-shadow: inset 2px 0px 20px 5px rgba(0,0,0,0.41);
        box-shadow: inset 2px 0px 20px 5px rgba(0,0,0,0.41);
}
.divTable.redTable .divTableHeading .divTableHead {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-align: left;
  border-left: 1px solid #000000;
}
.divTable.redTable .divTableHeading .divTableHead:first-child {
  border-left: none;
}

.redTable .tableFootStyle {
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  background: #E2E2E2;
  background: -moz-linear-gradient(top, #e9e9e9 0%, #e5e5e5 66%, #E2E2E2 100%);
  background: -webkit-linear-gradient(top, #e9e9e9 0%, #e5e5e5 66%, #E2E2E2 100%);
  background: linear-gradient(to bottom, #e9e9e9 0%, #e5e5e5 66%, #E2E2E2 100%);
  border-top: 1px solid #444444;

}
.redTable .tableFootStyle {
  font-size: 14px;
}
.redTable .tableFootStyle .links {
   text-align: left;
}
.redTable .tableFootStyle .links a{
  display: inline-block;
  background: #FFFFFF;
  color: #000000;
  padding: 2px 25px;
  border-radius: 5px;
  text-decoration:none;
}
.redTable.outerTableFooter {
  border-top: none;
}
.redTable.outerTableFooter .tableFootStyle {
  padding: 3px 5px; 
}
/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}


/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}







/* -------------------------------------
CSS for screen_app
---------------------------------------- */


#screen_app{
    position:absolute;
    top: 114px;
    left: 20px;
    width:98%;
    height:80%;
   
    /*border: 1px solid #ccc;*/
    background-color: #FFFFFF;
}
/* 
head_style_msg
*/

#head_style_msg{
   position:absolute;
    top: 40px;
    left: 50%;
    width:50%;
    
    margin-top: -1em; /*set to a negative number 1/2 of your height*/
    margin-left: -10em; /*set to a negative number 1/2 of your width*/
     background-color: #FFFFFF;
}

#screen_app_pj{
    position:absolute;
    top: 114px;
    left: 20px;
    width:98%;
    height:80%;
   
    /*border: 1px solid #ccc;*/
    background-color: #FFC0CB;
}


/* -------------------------------------
CSS for buttons
---------------------------------------- */
.btnc_s4yb {
      background:#5CCD00;
      background:-moz-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
      background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,7E181A),color-stop(100%,#4AA400));
      background:-webkit-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
      background:-o-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
      background:-ms-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
      background:linear-gradient(top,7E181A 0%,#4AA400 100%);
      filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='7E181A', endColorstr='#4AA400',GradientType=0);
      padding:5px 5px;
      color:#fff;
      font-family:'Helvetica Neue',sans-serif;
      font-size:12px;
      border-radius:5px;
      -moz-border-radius:5px;
      -webkit-border-radius:5px;
      border:1px solid #4AA400
    }
    .btnc:hover {
      color:gray;
      
    }

}

