/* --------- /bibliotecas/coisa/assets/css/normalize.css --------- */
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* --------- /bibliotecas/coisa/assets/css/main.css --------- */
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html, button, input,
select, textarea {
    color: #4A473D;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
    width: 100%;
    float: left;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url('../../../../../bibliotecas/coisa/assets/css/lato.woff') format('woff');
}

@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local('Lato Italic'), local('Lato-Italic'), url('../../../../../bibliotecas/coisa/assets/css/latoi.woff') format('woff');
}

@font-face {
  font-family: 'Lato';
  font-style: bold;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url('../../../../../bibliotecas/coisa/assets/css/latob.woff') format('woff');
}


html, body {
    height: 100%;
    font-size: .95em;
    font-family: Lato, Arial, sans;
}



/* Animação */
.animated { 
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: linear; 
    animation-timing-function: linear; 
    animation-iteration-count:infinite; 
    -webkit-animation-iteration-count:infinite; 
} 

@-webkit-keyframes wobble { 
  0% { -webkit-transform: translateX(0%); } 
  15% { -webkit-transform: translateX(-25%) rotate(-5deg); } 
  30% { -webkit-transform: translateX(20%) rotate(3deg); } 
  45% { -webkit-transform: translateX(-15%) rotate(-3deg); } 
  60% { -webkit-transform: translateX(10%) rotate(2deg); } 
  75% { -webkit-transform: translateX(-5%) rotate(-1deg); } 
  100% { -webkit-transform: translateX(0%); } 
} 
@keyframes wobble { 
  0% { transform: translateX(0%); } 
  15% { transform: translateX(-25%) rotate(-5deg); } 
  30% { transform: translateX(20%) rotate(3deg); } 
  45% { transform: translateX(-15%) rotate(-3deg); } 
  60% { transform: translateX(10%) rotate(2deg); } 
  75% { transform: translateX(-5%) rotate(-1deg); } 
  100% { transform: translateX(0%); } 
} 
.wobble { 
    -webkit-animation-name: wobble; 
    animation-name: wobble; 
}


/* Definições Gerais */

a {
    color: #137EC3;
    transition: all .2s linear;
}

a:hover, a:focus, a:active {
    color: #C31313;
    background-color: #FFFCB1;
}

#scroller p.hint {
    background: #FFFCBF;
    border: 1px solid #B4A900;
    padding: 10px;
    color: #8E8609;
    margin: 15px 5px;
}


h2 {
    color: #C31313;
    font: bold italic 1.5em/1.5 Lato, Arial, sans;
    border-bottom: dotted 1px #ccc;
    display: inline-block;
    margin: 30px 0 0 0
}

dl {
    margin: 0 0 50px 50px
}

dt {
    font: bold italic 1.1em/1.5 Lato, Asial,sans;
    margin-top: 10px
}

dd {
    margin: 0 0 0 10px; 
}

#content li {
    padding: 3px
}


.cinza {
    color: #AAA
}

.vermelho {
    color: #D51515;
}

.verde {
    color: #56A322
}

table {
    margin: 10px 0 30px;
    width: auto;
}

table,table td,table th {
    border-collapse: collapse;
    text-align: left;
}

table th, table td {
    padding: 7px 3px;
    position: relative;
}

table th {
    background: #B7D0EE;
    color: #2B5FA2;
    font-weight: bold;
    font-size: 90%;
    border: 1px solid #A1BCDD;
}

table td {
    border: 1px solid #ddd;
}

table tr {
    background: #fff;
    color:#555;
}

table tr:nth-child(even) {
    background: #EEE;
}

table tr:hover, table tr.hover {
    background: #F0F8FF;
    cursor: default;
    color: #222;
}



/* Containers principais da interface */
#menu {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 230px;
    background-color: #696A67;
    box-shadow: inset -1px 0 0 0 rgba(0,0,0,.2);
    z-index: 900;
    overflow-y: auto;
    overflow-x: hidden;

}

#top {
    position: absolute;
    top: 0;
    left: 230px;
    right: 0;
    height: 77px;
    background: #555;
    z-index: 800;
}

#content {
    position: absolute;
    top: 77px;
    right: 0;
    bottom: 20px;
    left: 230px;
    overflow-y: scroll;
}


#bottom {
    position: absolute;
    bottom: 0;
    left: 230px;
    right: 0;
    background: #E5E5E5;
    height: 19px;
    border-top: 1px solid #D5D5D5;
    padding: 0 5px;
    text-align: right;
    overflow: hidden;
    line-height: 1.2em;
}



/* Menu Principal */

#logotipo {
    display: block;
    text-align: center;
    margin: 6px 0;
    background: 0 none;
    transition: all .25s linear;
}

#logotipo:hover {
    margin: 13px 0 17px;
}

#logotipo img {
    max-width: 200px;
}

#ttmenu, #ttmenu li ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#ttmenu li {
    margin-bottom: 2px
}


#ttmenu li a, #ttmenu li span{
    text-decoration: none; 
    color: #fff;
    display: block;
    padding: 8px 10px 8px 35px;
    background-color: #595A58;
    background-image: url('../../../../../bibliotecas/coisa/assets/img/iconsw/link.png');
    background-position: 8px 50%;
    background-repeat: no-repeat;
    text-shadow: 1px 1px 0px rgba(0,0,0,.5);
    cursor: pointer;
    transition: all .20s linear;
}

#ttmenu li a.home {
    background-image: url('../../../../../bibliotecas/coisa/assets/img/iconsw/home.png')
}


#ttmenu li span{
    background-image: url('../../../../../bibliotecas/coisa/assets/img/iconsw/f_closed.png'),
                      url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGAQMAAADAPp2FAAAABlBMVEX///////9VfPVsAAAAAXRSTlMAQObYZgAAABtJREFUeF4VwgEJAAAMhEADrM33B6MN4dCMXB4xLwN/jRIixAAAAABJRU5ErkJggg==');
    background-position: 8px 50%, 95% 50%;
}


#ttmenu li span.active {
    background-color: #454543;
    background-image: url('../../../../../bibliotecas/coisa/assets/img/iconsw/f_open.png'),
                      url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGAQMAAADAPp2FAAAABlBMVEX///////9VfPVsAAAAAXRSTlMAQObYZgAAABxJREFUeF4dwgEJAAAIxMAFsM33h0V7FY7h5OkqDk8Df4efHYsAAAAASUVORK5CYII=');
}


#ttmenu li ul {
    border: 3px solid #454543;
    border-width: 1px 0 0 10px;
    height: auto;
    background: #454543;
}


#ttmenu li a:hover, #ttmenu li span:hover {
    background-color: #454543;
}

#ttmenu li a:active, #ttmenu li a.active {
    background-color: #86b94b;
}

#ttmenu li.mob {
    display: none
}


/* Topo da página */
#controls {
    height: 42px;
    background: #6DACCF url('../../../../../bibliotecas/coisa/assets/img/topbg.png');
    box-shadow: inset 0 -1px 0 0 rgba(0,0,0,.2);
}

#controls h1 {
    margin: 0;
    padding: 0;
    color: #fff;
    display: inline;
    float: left;
    font-size: 22px;
    font-weight: 700;
    text-shadow: 1px 1px rgba(0,0,0,.3);
    padding: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#controls button, #controls form {
    display: inline;
    float: left;
}


#controls button, #messages, #logout, #usercontrol {
    display: block;
    background-color: #569CC2;
    background-repeat: no-repeat;
    background-position: center center;
    border: 0 none;
    height: 42px;
    width: 42px;
    text-indent: -9999em;
    margin: 0 5px 0 0;
    transition: all .25s linear;
    float: left;
}

#controls button:hover,
#controls #usercontrol:hover {
    background-color: #4489AE;
}

#toggmenu {
    background-image: url('../../../../../bibliotecas/coisa/assets/img/toggmenu.png');
}

#messages, #usercontrol {
    text-indent: 0;
    width: auto;
    max-width: 320px;
    background-position: 10px 50%;
    color: #FFF;
    padding: 12px 10px 5px 30px;
    text-shadow: 1px 1px 0px rgba(0,0,0,.4);
    text-decoration: none;
    height: 24px;
}

#messages {
    background-image: url('../../../../../bibliotecas/coisa/assets/img/message.png');
    padding: 12px 10px 6px 35px;
}

#messages span {
    display: inline-block;
    background: #F13200;
    padding: 2px 6px;
    font-weight: bold;
    margin: 0 0 0 5px;
}

#usercontrol {
    background-image: url('../../../../../bibliotecas/coisa/assets/img/user.png');
}

#logout {
    margin: 0;
    background-image: url('../../../../../bibliotecas/coisa/assets/img/logout.png');
}

#logout:hover {
    background-color: #C3362D;
}



/* Breadcrumbs */
#bread {
    height: 34px;
    background: #FFFFEF;
    border: 1px solid #F1E46F;
    border-width: 0 0 1px 0;
    padding: 0 10px;
}

.bread {
    display: block;
    float:left;
    padding-right: 18px;
    margin: 8px 10px 0 0;
    background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAGAQMAAADe9602AAAABlBMVEX////NsDuZe5HxAAAAAXRSTlMAQObYZgAAABlJREFUeF4NxUcRAAAAAiAj2X8aTY4HGcUHFEwDYamCvG4AAAAASUVORK5CYII=") no-repeat center right;
    color: #D4B73B;
    font-size: 14px;
}

.bread img {
    margin-top: -3px
}

.lastbread {
    font-size: 22px;
    background: 0 none;
    margin-top: 1px;
}

.lastbread a {
    color: #ba9e2f;
}

.lastbread a:hover,
.lastbread a:focus {
    color: #C31313;
}



/*
table td *[data-min]{
    width: auto;
    height: auto;
    font: 0/0 sans;
    display: block;
    background-position: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
*/


.right {
    float: right
}


/* Erros, avisos e simpatizantes */
p.sucesso, p.erro, p.aviso, p.info {
    border: 1px solid #ddd;
    text-indent: 0;
    max-width: 500px;
    background-position: 10px 3px;
    background-repeat: no-repeat;
    margin: 10px auto;
    padding: 20px;
}

p.sucesso {
    background-color: #d6e6aa;
    color: #4a6b29;
    background-image: url('../../../../../bibliotecas/coisa/assets/img/sucesso.png');
    border-color: #69ab2f;
}

p.erro {
    background-color: #f4af94;
    color: #7d4737;
    background-image: url('../../../../../bibliotecas/coisa/assets/img/erro.png');
    border-color: #c46547;
}

p.aviso {
    background-color: #f4ee94;
    color: #827835;
    background-image: url('../../../../../bibliotecas/coisa/assets/img/aviso.png');
    border-color: #dcc845;
}

p.info {
    background-color: #9fcef6;
    color: #3B5E74;
    background-image: url('../../../../../bibliotecas/coisa/assets/img/info.png');
    border-color: #2f89ab;
}


/* Conteúdo e seus filhotes */
#scroller {
    padding: 20px 0 20px 5px;
    max-width: 800px;
    margin: 0 auto;
}


#error_container {
    background: #ffe5de;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    float:left;
    z-index: 999;
}
    
    #error_container .titulo, #error_container .message {
        margin: 0;
        color: #fff;
        padding: 10px;
    }
    
    #error_container .titulo {
        background: #be6851;
        font-size: 1.3em;
        font-weight: bold;
    }
    
    #error_container .message {
        background: #d1846f;
        font-size: 1.2em
    }
        
    #error_container .details {
        padding: 50px;
    }


/* Editor de código */
.ace_editor { 
    border: 1px solid #eee;
    border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(100,100,100,.1);
} 


/* Spinner de carregamento */
#overlay_load {
    background: #fff;
    width:100%;
    height:100%;
    opacity:0.7;
    position:absolute;
    z-index: 100000;
    display:none;
    top: 0;
    left: 0
}

#overlay_loadiv {
    width: 380px;
    position: absolute;
    margin: 100px 0 0 -200px;
    top: 50%;
    left: 50%;
    text-align: center;
    font-weight: bold;
    background: #444;
    border-radius: 5px;
    color: #fff;
    padding: 10px;
    z-index: 1000001;
    display: none
}


.badge {
    font-weight: bold;
    font-size: 10px;
    color: #fff;
    padding: 2px 5px;
    margin: 0 2px;
    text-shadow: 1px 1px 0px rgba(0,0,0,.3);
    background: #777;
}

.badge.green {
    background: #abbe51;
}

.badge.red {
    background: #be6851;
}

.badge.blue {
    background: #5199be;
}

.badge.purple {
    background: #9872b6
}

#bottom .badge {
    font-weight: normal;
    padding: 2px 4px;
    border: 1px solid rgba(0,0,0,.2);
}


/* Fix pra ladybug */
#content pre.ladybug {
    overflow-y: hidden;
}

#content pre.ladybug li {
    padding: 0;
}

#content pre.ladybug ol.tree li input + ol > li {
    padding-left: 10px
}

.halfbox {
    float:left;
    width: 48%;
    margin: 1%;
    position:relative;
}


.hermesbox {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 5px 0;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(100,100,100,.1);
    position: relative;
}

.hermesbox h4 {
    margin: 0;
    font-size: 1.2em;
    max-width: 70%;
}

.hermesbox span.fly,
.halfbox a.fly {
    position: absolute;
    top: 10px;
    right: 5px;
}

.hermesbox span.first {
    background-color: #86b94b;
}


ul.painel_ul {
    padding-left: 0;
    list-style: none;
}

ul.painel_ul li {
    margin-left: 70px;
    padding: 5px;
}

ul.painel_ul li span {
    margin-left: -63px
}

ul.painel_ul li:nth-child(odd) {
    background: #f5f5f5
}

div#dbug_output {
    display: none;
}

div.dbug_panel {
    display: block !important;
    background: #f5f5f5;
    position: fixed;
    bottom:20px;
    right: 20px;
    height: 200px;
    width: 500px;
    overflow: auto;
    padding: 10px;
    border: 1px solid #ccc;
    border-width: 1px 1px 0 1px;
    font-size: .9em;
    box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.1);
}

div.dbug_panel pre {
    margin: 3px 0 10px 3px;
    padding: 0;
    font-size: .7em;
}

#bug_report {
    color: #444;
    padding: 3px 10px 3px 25px;
    background: #ddd url("/icone/bug/b") no-repeat 5px 50%;
    margin: 0 -10px 0 10px;
    border: 0 none;
    border-left: 1px solid #ccc;
    font-size: 12px;
    text-decoration: none;
    background-position: 5px 50%;
    transition: all .2s linear;
}

#bug_report:hover {
    background: #C3362D url("/icone/bug/w") no-repeat 5px 50%;
    color: #fff;
}


/* Hack pra sumir com o layer do objeto do BB */
html object {
    display: none;
}

body object {
    display: block;
}


/* ==========================================================================
    Links, inputs e botões com ícones especiais
   ========================================================================== */
*[data-icon]{
    padding-left: 18px;
    background-repeat: no-repeat;
    background-position: center left;
}


*[data-min]{
    width: 10px;
    height: 10px;
    padding: 5px;
    font: 0/0 sans;
    display: block;
    background-position: 50%;
}



@media (max-width:800px){
    
    #top, #content, #bottom {
        left: 0px;
    }
        
    #ttmenu li.mob {
        display: block;
    }
    
    #top div.right {
        display: none;
    }
    
    #toggmenu {
        position: absolute;
        left: 0;
    }
    
    #controls h1 {
        width: 80%;
        margin: 0 0 0 50px;
    }
    
    #controls button {
        transition: 0 none; 
    }
    
    #bread {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
    }
    
    #bread .bread {
        display: none;
    }
    
    #bread .lastbread {
        display: inline;
        float: none;
    }
    
    #scroller {
        padding: 10px
    }
    
}






/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 1cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
    
    #menu, #bottom, #logout, button#toggmenu,
    ul.tab-menu li, #bread .bread {
        display: none
    }
    
    #top, #menu, #content, #bottom {
        position: static;
        overflow: auto;
        margin: 0;
    }
    
    #top, #controls {
        background: transparent;
    }
    
    #controls h1, #bread span.lastbread {
        text-align: center;
        font-weight: bold;
        float: none;
        width: auto;
        display: block    
    }
    
    #controls h1 {
        color: #333;
    }
    
    #bread span.lastbread a {
        color: #AAA;
        text-decoration: none;
    }
    
    #usercontrol {
        float: right;
    }
    
    #content h2 {
        font-size: 1.2em
    }
    
    ul.tab-menu li.active {
        display: block;
    }
    
    ul.tab-menu li.active a {
        border: 0 none;
    }
    
    #ttab div.painel {
        border: 0 none;
    }
    
}

