﻿html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, sup, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
}

body {
    background: #f0f0f0 url('images/bg.gif');
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #313131;
    line-height: 1;
    padding-top: 120px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.collapse-button {
    color: white;
    padding-top: 7px;
    cursor: pointer;
}

button.btn.collapsed:before {
    content: "Valores de Referência";
}

button.btn:before {
    content: "Fechar Detalhes";
}


::selection {
    background: #a4dcec;
}

::-moz-selection {
    background: #a4dcec;
}

::-webkit-selection {
    background: #a4dcec;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #ccc;
    font-style: italic;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc;
    font-style: italic;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc;
    font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ccc !important;
    font-style: italic;
}

br {
    display: block;
    line-height: 2em;
}

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

#primaryList {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#primaryItem {
    font: 16px Helvetica, Verdana, sans-serif;
    line-height: 1.5;
    /*border-bottom: 1px solid #ccc;*/
    padding: 10px;
}

    #primaryItem:last-child {
        border: none;
    }

.primaryTitle {
    font-size: 1.02em;
    margin: 10px;
    overflow: hidden;
}


#subList {
    list-style: none; /* Remove default numbering */
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.subListTitle {
    text-align: center;
    margin: 10px 0;
}

.subListType {
    padding-left: 50px;
}

.subList {
    text-align: center;
}

#subItem {
    line-height: 1.5;
    padding: 5px;
}

input, textarea {
    max-width: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

strong {
    font-weight: bold;
}

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

img {
    border: 0;
    max-width: 100%;
}

/* Gradient transparent - color - transparent */
hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(186, 184, 184, 0.75), rgba(0, 0, 0, 0));
}

/** typography **/
h1 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
    padding: .1em 0;
    color: #444;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

    h1:before,
    h1:after {
        content: "";
        position: relative;
        display: inline-block;
        width: 50%;
        height: 1px;
        vertical-align: middle;
        background: #f0f0f0;
    }

    h1:before {
        left: -.5em;
        margin: 0 0 0 -50%;
    }

    h1:after {
        left: .5em;
        margin: 0 -50% 0 0;
    }

    h1 > span {
        display: inline-block;
        vertical-align: middle;
        white-space: normal;
    }

h2 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.5em;
    padding: .1em 0;
    color: #444;
    position: relative;
    white-space: nowrap;
    text-align: center;
}

h3 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.5em;
    padding: .1em 0;
    color: #fff;
    position: relative;
    white-space: nowrap;
    text-align: center;
}

label {
    font-size: 1.05em;
    margin-bottom: 10px;
    overflow: hidden;
}


p {
    display: block;
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 22px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.center {
    display: block;
    text-align: center;
}

.legenda {
    font-size: 12px;
    margin-right: 10px;
    text-align: right;
}

footer > p {
    font-size: 1em;
}


/** page structure **/
.navbar {
    border-bottom: 0;
    letter-spacing: 1px;
    background: 0 0;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -o-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.navbar-custom {
    margin-bottom: 0;
}

.top-nav-collapse {
    padding: 0;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(255,255,255,.3);
}

.navbar-custom.top-nav-collapse {
    border-bottom: 1px solid rgba(255,255,255,.3);
}

.navbar-header {
    width: 100%
}

.logo-left {
    max-height: 60px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.logo-left-minimized {
    max-height: 40px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.logo-right {
    max-height: 50px;
    margin-top: 5px;
   -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.logo-right-minimized {
    max-height: 40px;
    margin-top: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

#w {
    display: block;
    width: 100%;
    margin: 0 auto;
}

#content {
    display: block;
    width: 100%;
    background: #fff;
    padding: 25px 20px;
    padding-bottom: 35px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px 0;
}



#searchfield {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 35px;

}

    #searchfield form {
        display: inline-block;
        background: #eeefed;
        padding: 0;
        margin: 0;
        padding: 5px;
        border-radius: 3px;
        margin: 5px 0 0 0;

    }

        #searchfield form .biginput {
            width: 600px;
            height: 40px;
            padding: 0 10px 0 10px;
            background-repeat: no-repeat;
            background-position: right center;
            outline: 0;
            background-color: #fff;
            border: 1px solid #c8c8c8;
            border-radius: 3px;
            color: #aeaeae;
            font-weight: normal;
            font-size: 1.2em;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

            #searchfield form .biginput:focus {
                color: #858585;
            }

.data-detail {
    margin-left: 5px;
}

.panel-primary {
    border-color: #e73331;
    margin-bottom: 10px;
}

    .panel-primary > .panel-heading {
        background-color: #e73331;
        border-color: #e73331;
    }

.rounded-list {
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #f6f6f6;
    color: #444;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;
}

.rounded-list-title {
    position: relative;
    background-color: #e73331;
    border-radius: .3em;
    font-weight: bold;
    color: #f0f0f0;
    text-align: center;
}

.rounded-list-value {
    position: relative;
    border-radius: .3em;
    font-weight: bold;
    text-align: center;
}

/*.rounded-list:hover{
    background: #f6f6f6;
}*/

/*.rounded-list:hover > .primaryTitle {
        font-weight: bold;
        font-size: 1.1em;
        transition: all .1s ease-out;
    }*/

.rounded-list > .primaryTitle {
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
    transition: all .1s ease-out;
}

/*.rounded-list:hover > .subListTitle {
        font-weight: bold;
    }*/

.rounded-list > .subListTitle {
    font-weight: bold;
}


.rounded-sublist {
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #ddd;
    color: #444;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;
}

.btn-primary {
    background-color: #e73331;
    border-color: #e73331;
}
    
.btn-primary:hover, .btn-primary:focus {
    background-color: #e94c4a;
    border-color: #e73331;
    outline: 0;
}

button:focus {outline:0;}

footer {
    margin: 5px 10px;
}

.logo-footer-slice {
    max-height: 54px;
    width: auto;
    margin-top: 30px;
}

.logo-footer-edeialab {
    max-height: 80px;
    margin-top: 10px;
}