.MsoNormal {
    margin-top: 0px;
    margin-bottom: 0px;
}

.app .app-header.app-header-design-default {
    background: #fff;
    background-color: #fff;
    border-bottom: 1px solid #000;
}

.app .app-navigation-horizontal {
    background-color: #003B70;
    background: #003B70;
    border-color: #003B70;
}

.app .app-footer.app-footer-default {
    background-color: #003B70 !important;
    background: #003B70;
}

.app .app-footer.app-footer-default a {
    color: #fff;
}

.app .app-footer.app-footer-default:after {
    background: #003B70;
}

.app .app-footer.app-footer-default .app-footer-line.darken {
    background: #003B70;
    background-color: #003B70;
}

.app-navigation.app-navigation-style-default {
    background: #003B70;
}

.app-navigation.app-navigation-style-default nav > ul > li a {
    background: #003B70;
    color: #fff;
    text-shadow: none !important;
}

.app-navigation.app-navigation-style-default nav > ul > li {
    border-bottom: 1px solid #8e8e8e77;
}

.app-navigation.app-navigation-style-default nav > ul > li.openable.open > a {
    background: #003B70;
}

.app-navigation.app-navigation-style-default nav > ul > li.openable.open > a:hover,
.app-navigation.app-navigation-style-default nav > ul > li.openable.open > a.active {
    background: #75BEE9;
    color: #fff;
}

.app-navigation.app-navigation-style-default nav > ul > li ul > li > a {
    background: #003B70;
}

.app-navigation.app-navigation-style-default nav > ul > li ul > li > a:hover,
.app-navigation.app-navigation-style-default nav > ul > li ul > li > a.active {
    color: #fff;
    background: #75BEE9;
}

.app-navigation.app-navigation-style-default nav > ul > li a:hover,
.app-navigation.app-navigation-style-default nav > ul > li a.active {
    color: #fff;
    background: #75BEE9;
}

.app .app-navigation-horizontal nav > ul > li > a {
    background-color: #003B70 !important;
    color: #fff !important;
}

.app .app-navigation-horizontal nav > ul > li > a:hover,
.app .app-navigation-horizontal nav > ul > li.active > a {
    background-color: #75BEE9 !important;
    color: #fff !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.app-navigation nav > ul > li a span.nav-icon-hexa {
    background: unset;
}

.app-navigation.app-navigation-minimized nav > ul > li > a span.nav-icon-hexa {
    background: unset;
}

.app-navigation.app-navigation-style-default nav > ul > li.active > a {
    background-color: #75BEE9 !important;
    color: #fff !important;
}

.app-navigation.app-navigation-style-default nav > ul > li > ul > li.active > a {
    background-color: #75BEE9 !important;
    color: #fff !important;
}

h1, h2 {
    color: #000;
}

h3, h4, h5, h6 {
    color: #4C6E78;
}

.panel-primary > .panel-heading {
    background-color: #FFF;
    border-color: #FFF;
}

.btn {
    font-size: 12px;
    background-image: none;
    background-color: #fff;
    border-color: #e5e5e5;
    box-shadow: none;
    border-radius: 4px;
    color: #000;
}

/* Primary button: default is white, Torero Blue icon and correct border */
.btn.btn-primary {
    color: #000;
    background-color: #fff;
    border-color: #cecece;
}

.btn.btn-primary:hover,
.btn.btn-primary.active,
.btn.btn-primary:active,
.btn.btn-primary:active:focus {
    background-color: #fff !important;
    border-color: #cecece;
    color: #000;
    outline: 1px solid #000;
}


.btn.btn-primary.btn-icon-fixed span[class^="icon-"],
.btn.btn-primary.btn-icon-fixed span.fa {
    background: #75BEE9;
    border-right: none !important;
    border-radius: 4px 0 0 4px;
}

/* On hover, primary button's icon uses Founders Blue */
.btn.btn-primary:hover span[class^="icon-"],
.btn.btn-primary:hover span.fa {
    background: #003B70;
}

.btn-primary .btn-label {
    background-color: #75BEE9;
    color: #fff;
}

.app-navigation.app-navigation-style-default nav > ul > li a span {
    color: #fff;
    text-shadow: none !important;
}

.app .pagination li.active > a, .app .pagination li.active span {
    background: #003B70; /* Founders Blue */
    color: #FFF;
}

.app-navigation.app-navigation-style-default nav > ul > li.openable > a:after {
    color: #eee;
}

body a {
    color: #0B74AD;
    text-decoration: underline;
}

.btn.btn-full {
    color: #fff;
    border: none;
}

/* Accessibility specific modifications */
body a:focus-visible {
    color: #0B74AD;
    border: 1px dotted #000;
}

.app .app-navigation-horizontal nav > ul > li > a:focus-visible {
    background-color: #75BEE9 !important;
    color: #fff !important;
    outline: 2px dotted #fff !important;
    outline-offset: -4px;
    border: none !important;
}

.app-navigation.app-navigation-style-default nav > ul > li.openable.open > a.focus-visible {
    background-color: #75BEE9 !important;
    color: #fff !important;
    outline: 2px dotted #fff !important;
    outline-offset: -4px;
    border: none !important;
}

.app-navigation.app-navigation-style-default nav > ul > li.openable > a.focus-visible {
    background: #75BEE9;
    color: #fff;
    outline: 2px dotted #fff !important;
    outline-offset: -4px;
    border: none !important;
}

.alert.alert-success {
    background: #EDF9F2;
    color: #000000;
    border: 1px solid #07b34e;
}

.alert.alert-success a {
    color: #000333;
    text-shadow: none !important;
    text-decoration: underline;
}

.text-muted {
    color: #454545 !important;
}

.jumbotron {
    height: 250px;
}

.btn.btn-default.btn-vehiclesearch {
    height: 30px;
	width: 30px;
	padding: 2px;
}

.btn.btn-danger {
    border-color: #D91215;
    background: #D91215;
    color: #fff;
}

.btn.btn-danger.btn-icon-fixed span[class^="icon-"],
.btn.btn-danger.btn-icon-fixed span.fa {
    border-right: 1px solid #D91215;
    background: #D91215;
}

.btn.btn-danger:focus-visible {
    border-color: #D91215;
    background: #D91215;
    color: #fff;
    border: 2px dashed #fff !important;
}

.btn.btn-success.btn-block {
    color: #ffffff;
    background-color: #5E802D;
    border-color: #5E802D;
}

.btn.btn-success.btn-block:focus-visible {
    color: #ffffff;
    background-color: #5E802D;
    border-color: #5E802D;
    border: 2px dotted #000 !important;
}

.btn.btn-icon-fixed.btn-primary:focus-visible {
    border-color: #000;
    background: #fff;
    color: #000;
    border: 2px dotted #000 !important;
}
.app-navigation.app-navigation-style-default nav > ul > li > a:focus-visible {
    outline: 2px dotted #fff !important;
    outline-offset: -4px;
    border: none !important;
}

input:focus,
select:focus,
textarea:focus {
    outline: 2px dotted #000 !important;
    outline-offset: 2px;
    border-color: #000;
}

/* SSO login button colouring controls */
/* Main button styles */
.btn.btn-full {
    color: #fff;
    padding: 14px 20px 12px;
    border-radius: 4px;
    background-color: #003B70 !important; /* Founders Blue background */
    width: 250px;
    font-weight: 600;
    /*text-transform: uppercase; /* Ensure text is uppercase */
    display: inline-block; /* Button-like behavior */
    text-align: center;
    text-decoration: none; /* Remove underline */
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); /* Drop shadow */
    border: 4px solid #003B70;
    transition: all 0.25s ease-in-out;
    box-sizing: border-box;
    font-size: 16px;
}

/* Hover state */
.btn.btn-full:hover {
    background: #fff !important; /* White background on hover */
    color: #003B70; /* Founders Blue text on hover */
    border: 4px solid #75BEE9; /* Torero Blue border (thicker on hover) */
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3); /* Stronger shadow on hover */
    /*transition: all 0.25s ease-in-out;*/
    box-sizing: border-box;
}

/* Focus-visible state */
.btn.btn-full:focus-visible {
    color: #003B70; /* Founders Blue text on focus */
    border: 2px dotted #003B70; /* Dotted Founders Blue border for focus */
    padding-bottom: 12px;
    border-radius: 4px;
    background: #fff !important; /* White background on focus */
    width: 250px;
    font-weight: 600;
    text-transform: uppercase; /* Maintain uppercase on focus */
    outline: none; /* Remove default outline */
    box-shadow: none; /* No shadow for focus-visible state */
    /*transition: all 0.25s ease-in-out;*/
}