@import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.0/font/bootstrap-icons.css);
@import url(https://use.typekit.net/jjr0jas.css);
@import url(http://fonts.cdnfonts.com/css/helvetica-neue-9);

/* Extra CSS from the default style */
/*
 * NOTE:
 *   . = class
 *   # = ID
 */

.alert-bowker {
    background-color:#1f3666;
    box-shadow: 3px 3px rgba(175,5,10,1);
}

ul.warnings {
    /* styles */
    list-style-type:square;
    color: red;
    font-weight: 600;
}

.job-warnings {
    /* styles */
    color: red;
    font-weight: 600;
}

.btn {
    height: 40px;
    font-size: 0.85em;
    border-radius: 4px;
    font-weight: 700;
    border: none;
    line-height: 40px;
    padding: 0 20px;
}

.btn.btn-primary {
    background-color: #e72b25;
    box-shadow: 3px 3px rgba(31,53,102,1);
    color: #fff;
}

.btn.btn-primary:hover {
    background-color: #c31b16;
}

.bowker-red {
    color: #c31b16;
}

.bowker-blue {
    color: rgba(31,53,102,1);
}

.btn.btn-primary-small {
    background-color: #e72b25;
    box-shadow: 3px 3px rgba(31,53,102,1);
    color: #fff;
    height: 30px;
    line-height: 30px;
}

.btn.btn-primary-small:hover {
    background-color: #c31b16;
}

img.checked {
    max-width: 20px;
    height: auto;
    width: 20px;
}

img.poddownload {
    max-width: 30px;
    height: auto;
    width: 30px;
}

/* NAVBAR styles*/

.navbar-custom {
    background-color: #1f3666;
    border-top: 4px;
    border-top-style: solid;
    border-top-color: #e72b25;
    --bs-navbar-hover-color: white;
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: silver;
}

.nav-link {
    color: white;
}

.custom-report-field {
    color: white;
    background-color: #e72b25;
    padding: 5px;
    margin: 5px;
    display: inline-block;
    border-radius: 5px;
}

.custom-report-area {
    border-radius: 10px;
    background-color: #1f3666;
    padding: 10px;
}

.custom-dump-area {
    border-radius: 10px;
    border-style: solid;
    border-color: #1f3666;
    padding: 10px;
}

.navbar-nav a:hover {
    color: white !important;
    background-color: #e72b25;
}

/* END NAVBAR */

table.dataTable thead {
    background-color:#1f3666;
    color: white;
}

a.hilighted {
    text-decoration: underline;
}

.verybigmodal {
    display: block;
    max-width: 90%;
    min-width: 1000px !important;
}

.container-top-padding {
    padding-top:70px;
}

.reversed-colors {
    color:white;
}

h1.reversed-colors,
h2.reversed-colors {
    margin-bottom: 50px;
}

.blue-background {
    background-color: #00c;
    background-image:url(../img/front-page.jpg); /* relative to where this file lives */
    background-repeat: no-repeat;
    background-size: 100%;
}

.background-tint {
    background-color: rgba(31,53,102,.8);
    background-blend-mode: multiply;
}

.red-link {
    color:#e72b25;
    font-weight:900;
}

.bowker-link {
    color: rgba(31,53,102,1);
    font-weight:900;
}

a.red-link:hover {
    color: #f2ffcc;
}

.center-it {
    text-align: center;
}

.mega-bold {
    font-weight:900;
}

h2.header-gap {
    padding-top:50px;
}

#map{
    margin: 0;
    padding: 0;
    height: 100%;
}

.return-img {
    border:none;
    vertical-align:middle;
    height: 350px;
    width: 250px;
    margin-right: 10px;
    margin-left: 10px;
}

.simple-red {
    color: #f00;
}

.password-fail {
    color: #f00;
    text-shadow: -1px -1px 0 #1f3666, 1px -1px 0 #1f3666, -1px 1px 0 #1f3666, 1px 1px 0 #1f3666;

}

.border-reversed-colours {
    color: #fff;
    text-shadow: -1px -1px 0 #1f3666, 1px -1px 0 #1f3666, -1px 1px 0 #1f3666, 1px 1px 0 #1f3666;

}

.bootstrap-nu-center {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
    margin-left: -5rem;
}

h5 {
    font-family: clarendon-text-pro, serif;
    line-height: 1.1;
    font-weight: 700;
    color: #333;
}

.bowkerFont {
    font-family: clarendon-text-pro, serif;
}

.oddBgColor {
    background: lightblue;
}

/******************************************************************************/

h1,
h2,
h3,
h4 {
    font-family: clarendon-text-pro, serif;
    line-height: 1.1;
    font-weight: 700;
    color: #333;
}

header#header #annBar {
    background: #204283;
    color: #fff;
    text-align: right;
    display: block;
    width: 100%;
    padding: 12px 15px;
}
header#header #annBar ul {
    display: block;
    list-style: none;
    font-size: 13px;
    margin: 0;
    padding: 0;
}
header#header #annBar ul li {
    display: inline-block;
    margin: 0 0 0 20px;
}
header#header #annBar ul li a {
    color: #fff;
}
header#header #annBar ul li a i {
    margin-right: 4px;
}
header#header #annBar ul li a:hover {
    text-decoration: underline;
}

.container-top-padding {
    padding-top:70px;
}

header#header {
    border-top: 4px solid #e72b25;
    position: fixed;
    top: 0;
    width: 100%;
    padding-bottom: 25px;
}

/******************************************************************************/
