﻿

body {
    font-family: tahoma, arial, sans-serif;
    /* add display none if they have different terms so that the words badges can be changed  to the other such as ecerts*/
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #0772ba;
}

.primaryBackgroundColour {
    background-color: #e0e0e0 !important;
}

.secondaryBackgroundColour {
    background-color: #0772ba;
}

a {
    color: #DF2D45;
    font-weight: bold;
}

    a:hover {
        color: #f35f73;
    }


.sidebar .logo img {
    border-bottom-color: #0772ba;
}

.panel-default > .panel-heading {
    background-color: #e0e0e0 !important;
    font-weight: bold;
}

.btn-default {
    background-color: #0772ba;
    color: #fff;
}

    .btn-default:hover {
        background-color: #2ba3f3;
        color: #fff;
    }

    .btn-default:active {
        background-color: #2ba3f3;
        color: #fff;
    }


legend {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #0772ba;
}

fieldset {
    border-color: #0772ba;
}