﻿@font-face {
    font-family: 'Lato';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/Lato-regular.eot');
    src: url('../fonts/Lato-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-regular.woff2') format('woff2'), url('../fonts/Lato-regular.woff') format('woff'), url('../fonts/Lato-regular.ttf') format('truetype'), url('../fonts/Lato-regular.svg#Lato') format('svg');
}


@font-face {
    font-family: 'Abel';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/Abel-regular.eot');
    src: url('../fonts/Abel-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Abel-regular.woff2') format('woff2'), url('../fonts/Abel-regular.woff') format('woff'), url('../fonts/Abel-regular.ttf') format('truetype'), url('../fonts/Abel-regular.svg#Abel') format('svg');
}

@font-face {
    font-family: 'Josefin Sans';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/Josefin-Sans-regular.eot');
    src: url('../fonts/Josefin-Sans-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Josefin-Sans-regular.woff2') format('woff2'), url('../fonts/Josefin-Sans-regular.woff') format('woff'), url('../fonts/Josefin-Sans-regular.ttf') format('truetype'), url('../fonts/Josefin-Sans-regular.svg#JosefinSans') format('svg');
}

body {
    font-family: Helvetica, Abel, sans-serif, 'Courier New';
    background-color: #5d6777;
    font-size: 13px;
    color: #eae398;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: Abel, Josefin Sans, Lato, sans-serif;
    font-weight: 600;
    line-height: 1.1;
    color: #808080;
}

.navbar-custom {
    font-family: Abel, Josefin Sans, Lato, sans-serif;
    background-color: #454d59;
    color: #5d6777;
    border-radius: 0;
}

.force-front {
    z-index: 9999 !important;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px; /* Height of the footer */
    background-color: #2ad0dd;
    color: #ffffff;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.navbar ul li a {
    color: #fff;
}

.navbar ul li a:hover, a:active {
    color: black;
    background-color: #e5e130;
}

.navbar-nav > li > .dropdown-menu {
    font-family: Abel, Josefin Sans, Lato, sans-serif;
    font-size: 18px;
}

.navbar-nav > li > .dropdown-menu a {
    color: black;
}

.nav-tabs > li > a {
    background-color: lightslategray;
    border-color: #FFFFFF;
    color: white;
}

/*.nav-tabs > li.active {
    color: white;
    background-color: black;
}*/

.nav-tabs > li > a:hover {
    color: black;
}

/*.nav-tabs > li.active > a:focus {
    color: orange;
    background-color: mediumpurple;
}*/

bp_legend {
    font-family: Abel, Josefin Sans, Helvetica, Lato;
    display: block;
    width: 100%;
    padding: 0px;
    line-height: inherit;
    color: #e5e130;
    border: 0;
    margin-top: 8px;
    margin-bottom: 18px;
    font-size: 26px;
    border-bottom: 2px solid #e5e130;
}
bp_exception {
    font-family: Abel, Josefin Sans, Helvetica, Lato;
    color: white;
    font-size: 20px;
}

.form-control {
    color: #eae398;
}



.field-validation-error {
    color: #f7945b;
}

.bp-table-condensed > thead > tr > th,
.bp-table-condensed > tbody > tr > th,
.bp-table-condensed > tfoot > tr > th,
.bp-table-condensed > thead > tr > td,
.bp-table-condensed > tbody > tr > td,
.bp-table-condensed > tfoot > tr > td {
    padding: 1.5px;
    vertical-align: middle;
    font-size: 12px;
    font-weight:400; 
}

th {
    font-family: Helvetica, Abel, Josefin Sans, Lato;
    color: #eae398 !important;
    background-color: #454d59 !important;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: lightslategray;
    color: white;
    font-size: 12px;
}

.btn {
    padding: 3px 8px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}

.btn-primary {
    background: #0099cc;
    color: #ffffff;
}



/*.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #33a6cc;
}

.btn-primary:active, .btn-primary.active {
    background: #007299;
    box-shadow: none;
}*/
input[type="text"], input[type="password"], textarea, select, option {
    background-color: #454d59 !important;
    font-size: 14px;
    font-weight: 600;
}

.modal-header, h4, .close {
    background-color: #5d6777;
    color: white;
    font-family: Helvetica, sans-serif, 'Courier New';
}

.modal-footer {
    background-color: #5d6777;
    color: white;
    font-family: Abel, Helvetica, sans-serif, 'Courier New';
}

.modal-content {
    background-color: #5d6777;
}

.search-font {
    font-family: 'Courier New';
}

.ui-autocomplete > li > div {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-family: 'Courier New';
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    white-space: nowrap;
}

.input-xs {
    height: 28px;
    padding: 3px 8px;
    font-size: 12px;
    line-height: 1.4;
    border-radius: 1.5px;
}

.validation-summary-valid.alert-danger {
    display: none;
}

.alert-bp {
    font-family: Abel, Josefin Sans, Helvetica, Lato;
    color: #eae398 !important;
    background-color: #454d59 !important;
    border-width: 3px;
}

.jumbotron {
    font-family: Abel, Josefin Sans, Helvetica, Lato;
    color: #eae398 !important;
    background-color: #454d59 !important;
    border-width: 3px;
    display: block;
    justify-content: center;
}

textarea.form-control {
    background-color: #454d59;
}

.plateColourShapeY {
    height: 15px;
    width: 15px;
    background-color: #FFF600;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
}

.plateColourShapeW {
    height: 15px;
    width: 15px;
    background-color: white;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
}

.illegalPrint {
    height: 20px;
    width: 35px;
    background-color: #cf4249;
    color: white;
    border-radius: 25%;
    text-align: center;
    display: inline-block;
}

.legalPrint {
    height: 20px;
    width: 35px;
    background-color: #53a663;
    color: white;
    border-radius: 25%;
    text-align: center;
    display: inline-block;
}