@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/theme/theme-styles.scss */
hr
{
    border-color: #c7ba8f;
}

/* line 12, src/webapps/jspui/static/src/sass/theme/theme-styles.scss */
.glyphicon-question-sign
{
    color: #003057;
}

/* line 16, src/webapps/jspui/static/src/sass/theme/theme-styles.scss */
.btn
{
    font-family: 'Novecento-sans-wide-medium';
}
/* line 19, src/webapps/jspui/static/src/sass/theme/theme-styles.scss */
.btn.btn-danger.pull-right.col-md-2
{
    padding-right: 5px; 
    padding-left: 5px;
}

/* line 25, src/webapps/jspui/static/src/sass/theme/theme-styles.scss */
.btn-default
{
    color: #003057; 
    border-color: #003057;
    background-color: #fff;
}
/* line 30, src/webapps/jspui/static/src/sass/theme/theme-styles.scss */
.btn-default:hover
{
    color: #fff; 
    border-color: #003057;
    background-color: #003057;
}
/* line 36, src/webapps/jspui/static/src/sass/theme/theme-styles.scss */
.btn-default[disabled]
{
    border-color: #7f97aa;
}

/* line 41, src/webapps/jspui/static/src/sass/theme/theme-styles.scss */
.btn-primary
{
    color: #fff; 
    border-color: #003057;
    background-color: #003057;
}
/* line 46, src/webapps/jspui/static/src/sass/theme/theme-styles.scss */
.btn-primary:hover
{
    color: #003057; 
    border-color: #7f97aa;
    background-color: #7f97aa;
}
/* line 52, src/webapps/jspui/static/src/sass/theme/theme-styles.scss */
.btn-primary[disabled]
{
    border-color: #406481; 
    background-color: #406481;
}

/* line 58, src/webapps/jspui/static/src/sass/theme/theme-styles.scss */
.btn-success
{
    color: #fff; 
    border-color: #b5a36a;
    background-color: #b5a36a;
}
/* line 63, src/webapps/jspui/static/src/sass/theme/theme-styles.scss */
.btn-success a
{
    color: #fff;
}
/* line 66, src/webapps/jspui/static/src/sass/theme/theme-styles.scss */
.btn-success a:hover
{
    text-decoration: none; 

    color: #fff;
}
/* line 72, src/webapps/jspui/static/src/sass/theme/theme-styles.scss */
.btn-success:hover
{
    color: #fff; 
    border-color: #c7ba8f;
    background-color: #c7ba8f;
}

/* line 79, src/webapps/jspui/static/src/sass/theme/theme-styles.scss */
.btn-info
{
    color: #b5a36a; 
    border-color: #406481;
    background-color: #406481;
}
/* line 84, src/webapps/jspui/static/src/sass/theme/theme-styles.scss */
.btn-info:hover
{
    color: #003057; 
    border-color: #b5a36a;
    background-color: #b5a36a;
}

/* line 91, src/webapps/jspui/static/src/sass/theme/theme-styles.scss */
.btn-warning
{
    color: #003057; 
    border-color: #fdd757;
    background-color: #fdd757;
}
/* line 96, src/webapps/jspui/static/src/sass/theme/theme-styles.scss */
.btn-warning:hover
{
    color: #406481; 
    border-color: #fde181;
    background-color: #fde181;
}

/* line 103, src/webapps/jspui/static/src/sass/theme/theme-styles.scss */
.panel
{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;

    color: #404040;
}

/* line 108, src/webapps/jspui/static/src/sass/theme/theme-styles.scss */
.panel-heading
{
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
}

/* line 112, src/webapps/jspui/static/src/sass/theme/theme-styles.scss */
.panel-default
{
    border-color: #003057;
}
/* line 115, src/webapps/jspui/static/src/sass/theme/theme-styles.scss */
.panel-default > .panel-heading
{
    color: #003057; 
    border-color: #003057;
}

/* line 121, src/webapps/jspui/static/src/sass/theme/theme-styles.scss */
.panel-primary
{
    border-color: #003057;
}
/* line 124, src/webapps/jspui/static/src/sass/theme/theme-styles.scss */
.panel-primary > .panel-heading
{
    color: #fff; 
    border-color: #003057;
    background-color: #003057;
}
/* line 130, src/webapps/jspui/static/src/sass/theme/theme-styles.scss */
.panel-primary .glyphicon-question-sign
{
    color: #bfcbd5;
}

/* line 135, src/webapps/jspui/static/src/sass/theme/theme-styles.scss */
.panel-warning
{
    border-color: #fdd757;
}
/* line 138, src/webapps/jspui/static/src/sass/theme/theme-styles.scss */
.panel-warning > .panel-heading
{
    color: #003057; 
    border-color: #fdd757;
    background-color: #fdd757;
}

/* line 145, src/webapps/jspui/static/src/sass/theme/theme-styles.scss */
.panel-success
{
    border-color: #b5a36a;
}
/* line 148, src/webapps/jspui/static/src/sass/theme/theme-styles.scss */
.panel-success > .panel-heading
{
    color: #fff; 
    border-color: #b5a36a;
    background-color: #b5a36a;
}

/* line 155, src/webapps/jspui/static/src/sass/theme/theme-styles.scss */
.panel-info
{
    border-color: #406481;
}
/* line 158, src/webapps/jspui/static/src/sass/theme/theme-styles.scss */
.panel-info > .panel-heading
{
    color: #b5a36a; 
    border-color: #406481;
    background-color: #406481;
}

/* line 165, src/webapps/jspui/static/src/sass/theme/theme-styles.scss */
.alert
{
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
}

/* line 169, src/webapps/jspui/static/src/sass/theme/theme-styles.scss */
.alert-info
{
    color: #b5a36a; 
    border-color: #406481;
    background-color: #406481;
}

/* line 175, src/webapps/jspui/static/src/sass/theme/theme-styles.scss */
.alert-warning
{
    color: #003057; 
    border-color: #fdd757;
    background-color: #fdd757;
}

/* line 181, src/webapps/jspui/static/src/sass/theme/theme-styles.scss */
.alert-success
{
    color: #fff; 
    border-color: #b5a36a;
    background-color: #b5a36a;
}

/* line 187, src/webapps/jspui/static/src/sass/theme/theme-styles.scss */
.form-control
{
    margin-bottom: 7px;
}
/* line 190, src/webapps/jspui/static/src/sass/theme/theme-styles.scss */
.form-control:focus
{
    border-color: #7f97aa;
}

/* line 197, src/webapps/jspui/static/src/sass/theme/theme-styles.scss */
.pagination > .active > a,
.pagination > .active > span
{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;

    border-color: #406481; 
    background-color: #406481;
}
/* line 203, src/webapps/jspui/static/src/sass/theme/theme-styles.scss */
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span:hover,
.pagination > .active > span:focus
{
    border-color: #003057; 
    background-color: #003057;
}

/* line 212, src/webapps/jspui/static/src/sass/theme/theme-styles.scss */
.well
{
    color: #003057; 
    border-color: #406481;
    background-color: #fff;
}

/* line 218, src/webapps/jspui/static/src/sass/theme/theme-styles.scss */
#query,
#filterquery
{
    width: 100%; 
    margin-top: 5px;
    margin-bottom: 5px;
}

/* line 225, src/webapps/jspui/static/src/sass/theme/theme-styles.scss */
select
{
    padding: 3px; 

    color: #003057;
    border-color: #bfcbd5;
    background-color: #bfcbd5;
}

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