@font-face
{
    font-family: 'Novecento-sans-wide-normal';

    src: url('../fonts/novecento-sans-wide/novecentosanswide-normal-webfont.woff') format('woff'), url('../fonts/novecento-sans-wide/novecentosanswide-normal-webfont.woff2') format('woff2');
}

@font-face
{
    font-family: 'Novecento-sans-wide-medium';

    src: url('../fonts/novecento-sans-wide/novecentosanswide-medium-webfont.woff') format('woff'), url('../static/css/fonts/novecento-sans-wide/novecentosanswide-medium-webfont.woff2') format('woff2');
}

@font-face
{
    font-family: 'Novecento-sans-wide-bold';

    src: url('../fonts/novecento-sans-wide/novecentosanswide-bold-webfont.woff') format('woff'), url('../static/css/fonts/novecento-sans-wide/novecentosanswide-bold-webfont.woff2') format('woff2');
}

/* line 3, src/webapps/jspui/static/src/sass/layout/_header.scss */
header
{
    background-color: #fff;
}

/* line 8, src/webapps/jspui/static/src/sass/layout/_header.scss */
.navbar-toggle .icon-bar
{
    width: 25px; 
    height: 3px;

    background-color: #003057;
}

/* line 15, src/webapps/jspui/static/src/sass/layout/_header.scss */
.brand
{
    margin-bottom: 10px;
}

@media screen and (min-width: 768px)
{
    /* line 20, src/webapps/jspui/static/src/sass/layout/_header.scss */
    .escudo-brand img
    {
        display: none;
    }
}

/* line 28, src/webapps/jspui/static/src/sass/layout/_header.scss */
.navbar-brand img
{
    height: 65px;
}
@media screen and (min-width: 768px)
{
    /* line 28, src/webapps/jspui/static/src/sass/layout/_header.scss */
    .navbar-brand img
    {
        height: 80px;
    }
}

/* line 38, src/webapps/jspui/static/src/sass/layout/_header.scss */
#tequery
{
    display: none;

    margin-bottom: initial;
}
@media screen and (min-width: 1170px)
{
    /* line 38, src/webapps/jspui/static/src/sass/layout/_header.scss */
    #tequery
    {
        display: inline-block;
    }
}
/* line 46, src/webapps/jspui/static/src/sass/layout/_header.scss */
#tequery .form-control
{
    margin-bottom: initial;
}

@media screen and (max-width: 767px)
{
    /* line 51, src/webapps/jspui/static/src/sass/layout/_header.scss */
    .escudo
    {
        display: none;
    }
}

/* line 58, src/webapps/jspui/static/src/sass/layout/_header.scss */
hr.nav-up
{
    width: 100%; 

    transition: width 1s, opacity 1s linear;
}

/* line 63, src/webapps/jspui/static/src/sass/layout/_header.scss */
hr.nav-down
{
    margin: 0 !important;
}

/* line 68, src/webapps/jspui/static/src/sass/layout/_header.scss */
.nav-up
{
    top: 0;

    width: 200px; 

    transition: width 1s, opacity 1s linear;

    opacity: 1;
}

/* line 75, src/webapps/jspui/static/src/sass/layout/_header.scss */
.nav-down
{
    width: 0; 

    transition: width 1s, opacity 2s linear;

    opacity: 0;
}

/* line 81, src/webapps/jspui/static/src/sass/layout/_header.scss */
.pd-t-central
{
    padding-top: 285px;

    -webkit-transition: all .8s ease-in-out;
            transition: all .8s ease-in-out;
}

/* line 87, src/webapps/jspui/static/src/sass/layout/_header.scss */
.pd-t-100
{
    padding-top: 100px;

    -webkit-transition: all .8s ease-in-out;
            transition: all .8s ease-in-out;
}

@font-face
{
    font-family: 'Novecento-sans-wide-normal';

    src: url('../fonts/novecento-sans-wide/novecentosanswide-normal-webfont.woff') format('woff'), url('../fonts/novecento-sans-wide/novecentosanswide-normal-webfont.woff2') format('woff2');
}

@font-face
{
    font-family: 'Novecento-sans-wide-medium';

    src: url('../fonts/novecento-sans-wide/novecentosanswide-medium-webfont.woff') format('woff'), url('../static/css/fonts/novecento-sans-wide/novecentosanswide-medium-webfont.woff2') format('woff2');
}

@font-face
{
    font-family: 'Novecento-sans-wide-bold';

    src: url('../fonts/novecento-sans-wide/novecentosanswide-bold-webfont.woff') format('woff'), url('../static/css/fonts/novecento-sans-wide/novecentosanswide-bold-webfont.woff2') format('woff2');
}

/* line 8, src/webapps/jspui/static/src/sass/layout/_help.scss */
.help
{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;

    margin-left: 10px; 

    background-color: #fff;
}
/* line 13, src/webapps/jspui/static/src/sass/layout/_help.scss */
.help a,
.help p,
.help h1,
.help h2,
.help h3,
.help h4,
.help h5,
.help h6
{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}
/* line 24, src/webapps/jspui/static/src/sass/layout/_help.scss */
.help p,
.help li,
.help a
{
    font-size: 1rem;
}
/* line 30, src/webapps/jspui/static/src/sass/layout/_help.scss */
.help a
{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;

    color: #003057;
}
/* line 34, src/webapps/jspui/static/src/sass/layout/_help.scss */
.help a:hover
{
    color: #7f97aa;
}
/* line 38, src/webapps/jspui/static/src/sass/layout/_help.scss */
.help a:visited
{
    color: #fdd757;
}
/* line 43, src/webapps/jspui/static/src/sass/layout/_help.scss */
.help strong
{
    color: #003057;
}
/* line 47, src/webapps/jspui/static/src/sass/layout/_help.scss */
.help h1
{
    font-family: 'Raleway', sans-serif;
    font-size: 2.75rem; 
    font-weight: 800;

    color: #003057;
}
/* line 53, src/webapps/jspui/static/src/sass/layout/_help.scss */
.help h2
{
    font-family: 'Raleway', sans-serif;
    font-size: 2.25rem;
    font-weight: 800;

    text-align: center; 

    color: #b5a36a;
}
/* line 60, src/webapps/jspui/static/src/sass/layout/_help.scss */
.help h3
{
    font-family: 'Raleway', sans-serif;
    font-size: 1.875rem;
    font-weight: 800;

    margin-left: 0; 

    color: #404040;
}
/* line 67, src/webapps/jspui/static/src/sass/layout/_help.scss */
.help h4
{
    font-family: 'Raleway', sans-serif;
    font-size: 1.875rem;
    font-weight: 800;

    margin-left: 5px; 

    color: #7f7f7f;
}
/* line 74, src/webapps/jspui/static/src/sass/layout/_help.scss */
.help h5
{
    font-family: 'Raleway', sans-serif;
    font-size: 1.5625rem; 
    font-weight: 800;

    color: #7f7f7f;
}
/* line 80, src/webapps/jspui/static/src/sass/layout/_help.scss */
.help h6
{
    font-family: 'Raleway', sans-serif;
    font-size: 1.25rem; 
    font-weight: 800;

    color: #7f7f7f;
}
/* line 86, src/webapps/jspui/static/src/sass/layout/_help.scss */
.help hr
{
    border-color: #c7ba8f;
}
/* line 90, src/webapps/jspui/static/src/sass/layout/_help.scss */
.help table
{
    width: 90%; 
    margin-left: 8px;
}
/* line 96, src/webapps/jspui/static/src/sass/layout/_help.scss */
.help td .rightAlign
{
    text-align: right;
}

/* line 102, src/webapps/jspui/static/src/sass/layout/_help.scss */
.help-block
{
    color: #000;
}

/* line 3, src/webapps/jspui/static/src/sass/layout/_footer.scss */
.footer-1 .blue-divider
{
    overflow: hidden; 

    height: 10px;
    margin: 10px auto;

    background-color: #003057;
}

/* line 11, src/webapps/jspui/static/src/sass/layout/_footer.scss */
footer
{
    margin-top: 5px;
    padding: 3rem;

    text-align: center; 

    color: #404040;
    background-color: #bfbfbf;
}
/* line 18, src/webapps/jspui/static/src/sass/layout/_footer.scss */
footer a
{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;

    color: #6f99ba;
}
/* line 24, src/webapps/jspui/static/src/sass/layout/_footer.scss */
footer h6
{
    color: #406481;
}
/* line 28, src/webapps/jspui/static/src/sass/layout/_footer.scss */
footer .col-sm-4
{
    padding-top: 1rem; 
    padding-bottom: 1rem;
}
/* line 33, src/webapps/jspui/static/src/sass/layout/_footer.scss */
footer .red
{
    padding-top: 30px;
}
/* line 38, src/webapps/jspui/static/src/sass/layout/_footer.scss */
footer div.redes
{
    display: inline-block;

    width: 3.2rem; 
    height: 3.2rem;
    margin-right: .3rem;
    padding: .2rem;

    text-align: center;

    border-radius: 100%;
    background-color: #404040;
}
/* line 48, src/webapps/jspui/static/src/sass/layout/_footer.scss */
footer div.redes:hover,
footer div.redes:focus
{
    background-color: #406481;
}
/* line 55, src/webapps/jspui/static/src/sass/layout/_footer.scss */
footer .fa
{
    font-size: 1.8rem;

    display: inline-block;

    margin-top: .5rem; 

    color: #fff;
}
/* line 61, src/webapps/jspui/static/src/sass/layout/_footer.scss */
footer .fa:hover
{
    text-decoration: none;
}
/* line 66, src/webapps/jspui/static/src/sass/layout/_footer.scss */
footer.navbar
{
    margin-bottom: 0;
}
/* line 70, src/webapps/jspui/static/src/sass/layout/_footer.scss */
footer img
{
    width: 200px;
}
/* line 73, src/webapps/jspui/static/src/sass/layout/_footer.scss */
footer img:hover
{
    width: 220px; 
    padding: 10px;

    border-radius: 3px;
    background-color: #406481;
}
/* line 81, src/webapps/jspui/static/src/sass/layout/_footer.scss */
footer h6,
footer img
{
    margin-bottom: 20px;
}

@font-face
{
    /* line 4, src/webapps/jspui/static/src/sass/layout/_main.scss */
    ol.breadcrumb li
    {
        font-family: 'font-main-bolder';

        src: url('../static/css/fonts/novecento-sans-wide/novecentosanswide-bold-webfont.woff') format('woff'), url('../static/css/fonts/novecento-sans-wide/novecentosanswide-bold-webfont.woff2') format('woff2');
    }
}

@font-face
{
    /* line 7, src/webapps/jspui/static/src/sass/layout/_main.scss */
    ol.breadcrumb li a
    {
        font-family: 'font-main-bold';

        src: url('../static/css/fonts/novecento-sans-wide/novecentosanswide-medium-webfont.woff') format('woff'), url('../static/css/fonts/novecento-sans-wide/novecentosanswide-medium-webfont.woff2') format('woff2');
    }
}

/* line 18, src/webapps/jspui/static/src/sass/layout/_main.scss */
img.ds-authority-confidence
{
    width: 16px; 
    height: 16px;
    margin: 5px;
    padding: 0 2px;

    vertical-align: bottom;

    color: transparent;
    background-repeat: no-repeat;
}
/* line 27, src/webapps/jspui/static/src/sass/layout/_main.scss */
img.ds-authority-confidence.cf-unset
{
    background-image: url('../../../image/authority/bug.png');
}
/* line 31, src/webapps/jspui/static/src/sass/layout/_main.scss */
img.ds-authority-confidence.cf-novalue
{
    background-image: url('../../../image/confidence/0-unauthored.gif');
}
/* line 35, src/webapps/jspui/static/src/sass/layout/_main.scss */
img.ds-authority-confidence.cf-rejected,
img.ds-authority-confidence.cf-failed
{
    background-image: url('../../../image/confidence/2-errortriangle.gif');
}
/* line 40, src/webapps/jspui/static/src/sass/layout/_main.scss */
img.ds-authority-confidence.cf-notfound
{
    background-image: url('../../../image/confidence/3-thumb1.gif');
}
/* line 44, src/webapps/jspui/static/src/sass/layout/_main.scss */
img.ds-authority-confidence.cf-ambiguous
{
    background-image: url('../../../image/confidence/4-question.gif');
}
/* line 48, src/webapps/jspui/static/src/sass/layout/_main.scss */
img.ds-authority-confidence.cf-uncertain
{
    background-image: url('../../../image/confidence/5-pinion.gif');
}
/* line 52, src/webapps/jspui/static/src/sass/layout/_main.scss */
img.ds-authority-confidence.cf-accepted
{
    background-image: url('../../../image/confidence/6-greencheck.gif');
}

/* line 59, src/webapps/jspui/static/src/sass/layout/_main.scss */
span.ds-authority-confidence
{
    width: 16px; 
    height: 16px;
    margin: 5px;
    padding: 0 2px;

    vertical-align: bottom;

    color: transparent;
    background-repeat: no-repeat;
}
/* line 68, src/webapps/jspui/static/src/sass/layout/_main.scss */
span.ds-authority-confidence.cf-unset
{
    background-image: url('../../../image/authority/bug.png');
}
/* line 72, src/webapps/jspui/static/src/sass/layout/_main.scss */
span.ds-authority-confidence.cf-novalue
{
    background-image: url('../../../image/confidence/0-unauthored.gif');
}
/* line 76, src/webapps/jspui/static/src/sass/layout/_main.scss */
span.ds-authority-confidence.cf-rejected,
span.ds-authority-confidence.cf-failed
{
    background-image: url('../../../image/confidence/2-errortriangle.gif');
}
/* line 81, src/webapps/jspui/static/src/sass/layout/_main.scss */
span.ds-authority-confidence.cf-notfound
{
    background-image: url('../../../image/confidence/3-thumb1.gif');
}
/* line 85, src/webapps/jspui/static/src/sass/layout/_main.scss */
span.ds-authority-confidence.cf-ambiguous
{
    background-image: url('../../../image/confidence/4-question.gif');
}
/* line 89, src/webapps/jspui/static/src/sass/layout/_main.scss */
span.ds-authority-confidence.cf-uncertain
{
    background-image: url('../../../image/confidence/5-pinion.gif');
}
/* line 93, src/webapps/jspui/static/src/sass/layout/_main.scss */
span.ds-authority-confidence.cf-accepted
{
    background-image: url('../../../image/confidence/6-greencheck.gif');
}

/* line 104, src/webapps/jspui/static/src/sass/layout/_main.scss */
input [type='file']
{
    display: block;

    height: auto;
}

/* line 109, src/webapps/jspui/static/src/sass/layout/_main.scss */
input .ds-authority-value
{
    display: none;
}

/* line 113, src/webapps/jspui/static/src/sass/layout/_main.scss */
input.ds-authority-lock
{
    width: 24px; 
    height: 24px;
    margin-right: 8px;

    vertical-align: bottom;

    background-color: transparent;
    background-repeat: no-repeat;
}
/* line 121, src/webapps/jspui/static/src/sass/layout/_main.scss */
input.ds-authority-lock.is-locked
{
    background-image: url('../../../image/lock24.png');
}
/* line 125, src/webapps/jspui/static/src/sass/layout/_main.scss */
input.ds-authority-lock.is-unlocked
{
    background-image: url('../../../image/unlock24.png');
}

/* line 133, src/webapps/jspui/static/src/sass/layout/_main.scss */
.label-required::after
{
    content: ' *';
}

/* line 138, src/webapps/jspui/static/src/sass/layout/_main.scss */
.browse_range
{
    text-align: center;
}

/* line 142, src/webapps/jspui/static/src/sass/layout/_main.scss */
.prev-next-links
{
    text-align: center;
}

/* line 147, src/webapps/jspui/static/src/sass/layout/_main.scss */
div.tagcloud
{
    width: 100%; 

    text-align: center;
}
/* line 151, src/webapps/jspui/static/src/sass/layout/_main.scss */
div.tagcloud .tagcloud_1
{
    font-weight: normal;

    margin-right: 5px; 

    color: #b5a36a;
}
/* line 157, src/webapps/jspui/static/src/sass/layout/_main.scss */
div.tagcloud .tagcloud_2
{
    font-weight: normal;

    margin-right: 5px; 

    color: #404040;
}
/* line 163, src/webapps/jspui/static/src/sass/layout/_main.scss */
div.tagcloud .tagcloud_3
{
    font-weight: normal;

    margin-right: 5px; 

    color: #7f7f7f;
}

/* line 170, src/webapps/jspui/static/src/sass/layout/_main.scss */
div.batchimport-info
{
    color: #003057;
}
/* line 173, src/webapps/jspui/static/src/sass/layout/_main.scss */
div.batchimport-info a
{
    font-weight: bold; 

    color: #aaa;
}

/* line 181, src/webapps/jspui/static/src/sass/layout/_main.scss */
span.batchimport-error-tab
{
    padding-left: 10px;
}

/* line 185, src/webapps/jspui/static/src/sass/layout/_main.scss */
span.batchimport-error-caused
{
    font-weight: bold;
}

/* line 190, src/webapps/jspui/static/src/sass/layout/_main.scss */
.break-all
{
    word-wrap: break-word; 
        word-break: break-all;
    -ms-word-break: break-all;
}

/* line 197, src/webapps/jspui/static/src/sass/layout/_main.scss */
.notice
{
    width: 80%; 
    margin: 10px, 0;
    padding: 10px;

    border: 1px solid #003057;
    background-color: #fff;
}

@font-face
{
    /* line 197, src/webapps/jspui/static/src/sass/layout/_main.scss */
    .notice
    {
        font-family: 'font-main-bold';

        src: url('../static/css/fonts/novecento-sans-wide/novecentosanswide-medium-webfont.woff') format('woff'), url('../static/css/fonts/novecento-sans-wide/novecentosanswide-medium-webfont.woff2') format('woff2');
    }
}
/* line 205, src/webapps/jspui/static/src/sass/layout/_main.scss */
.notice.success
{
    border-color: #c7ba8f; 
    background-color: #c7ba8f;
}
/* line 210, src/webapps/jspui/static/src/sass/layout/_main.scss */
.notice.failure
{
    border-color: #f00; 
    background-color: #f33;
}

/* Added 3/6/2017 */
footer img{ width: 125px;}

/*# sourceMappingURL=layout-styles.css.map */
