@media (min-width: 240px) and (max-width: 150000px) {
* { margin: 0; padding: 0; box-sizing: border-box; }

body {
margin: auto;
max-width: 1500px;
min-width: 1300px;
background-color: lavender;
}

@font-face {
  font-family: 'fontes';
  src: url('/midias/fontes/icones.eot');
  src: url('/midias/fontes/icones.eot') format('embedded-opentype'),
       url('/midias/fontes/icones.woff2') format('woff2'),
       url('/midias/fontes/icones.woff') format('woff'),
       url('/midias/fontes/icones.ttf') format('truetype'),
       url('/midias/fontes/icones.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontes';
    src: url('/midias/fontes/fontello.svg') format('svg');
  }
}
*/
 
 [class^="icone_"]:before, [class*=" icone_"]:before {
  font-family: "fontes";
  font-style: normal;
  font-weight: normal;
  speak: none;
  
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icone_usuario:before { content: '\e814'; } /* '' */
.icone_nao_visualizar:before { content: '\e81c'; } /* '' */
.icone_info:before { content: '\e81e'; } /* '' */
.icone_visualizar:before { content: '\e81d'; } /* '' */
.icone_ok:before { content: '\e811'; } /* '' */
.icone_voltar:before { content: '\e801'; } /* '' */


	
.icone_usuario {
font-size: 110%;	
line-height: 220%;
color: #d2d2d2;
text-shadow:#000 0.5px -0.5px, #000 -0.5px 0.5px, #000 0.5px 0.5px, #000 -0.5px -0.5px;
}

.icone_ok {
font-size: 110%;
color: limegreen;
text-shadow:green 0.5px -0.5px, green -0.5px 0.5px, green 0.5px 0.5px, green -0.5px -0.5px;	
}

.icone_voltar {font-size: 120%;	
line-height: 190%;
color: white;
text-shadow:#000 0.5px -0.5px, #000 -0.5px 0.5px, #000 0.5px 0.5px, #000 -0.5px -0.5px;
}
}