html,
body {
    height: 100%;
}

form legend {
    font-weight:normal;
    text-decoration:underline;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    min-height: 100px;
    background-color: #498ce7;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.text-small{
    font-size: 0.825rem;
}


/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\f0dd";
}

a.desc:after {
    content: "\f0de";
}

.sort-text a.asc:after {
    content: "\f15d";
}

.sort-text a.desc:after {
    content: "\f15e";
}

.sort-numerical a.asc:after {
    content: "\f162";
}

.sort-numerical a.desc:after {
    content: "\f163";
}

.sort-basic a.asc:after {
    content: "\f0de";
}

.sort-basic a.desc:after {
    content: "\f0dd";
}
/* toggle classes for fieldsets */
.dataGroup{
}

.sectionHeader {
    cursor: pointer;
}

legend.sectionHeader.groupOpen:after, legend.sectionHeader.groupClosed:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    padding-left: 5px;
    content: "\f105";
}
legend.sectionHeader.groupClosed:after {
    content: "\f105";
}
legend.sectionHeader.groupOpen:after {
    content: "\f107";
}

.left-border {
    border-left: medium solid white;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
/*
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}
*/

/* bespoke colours for site */
.b2b-bg-white {
    background-color:#FFFFFF;
}
.b2b-bg-light {
    background-color:#EFF0F7;
}
.b2b-bg-medium {
    background-color:#b8737a;
}
.b2b-bg-dark {
    background-color:#2B5F75;
}
.b2b-bg-brown {
    background-color:#575757;
}
.b2b-bg-blue {
    background-color:#498ce7;
}
.b2b-bg-beige {
    background-color:#f0ece4;
}
.b2b-bg-grey {
    background-color:#e9ecef;
}
.b2b-bg-orchid {
    background-color:#DA70D6;
}
.b2b-bg-fuschia {
    background-color:#C154C1;
}

.b2b-text-light {
    color:#EFF0F7;
}
.b2b-text-medium {
    color:#d1cfe7;
}
.b2b-text-dark {
    color:#2B5F75;
}
.b2b-text-brown {
    color:#575757;
}
.b2b-text-beige {
    color:#fcded4;
}
.b2b-text-blue {
    color:#498ce7;
}

.b2b-text-welcome {
    color:#2f7b85;
}

.moreLink {
    cursor: pointer;
    text-decoration: underline;
    color: green;
}
.moreLink:hover {
    cursor: pointer;
    text-decoration: underline;
    color: red;
}

a.banner-link {
    color:#EFF0F7;
    text-decoration: none;
}
a.banner-link:hover{
    color:#EFF0F7;
    text-decoration: underline;
}

.ind-header{
    background:#4fa396;
    color:#EFF0F7;
    border: 1px transparent;
    border-radius: 0.25rem;
    width:100%;
}

a.ind-title {
    color:#EFF0F7;
    text-decoration: none;
}

a.ind-title:hover {
    color:#EFF0F7;
    text-decoration: underline
}

th,tr > td > a, a:hover{
    color: inherit;
}

.mechtable td {
  border: 1px solid grey;
  border-collapse: collapse;
}
.mechtable th {
  border: 1px solid grey;
  border-collapse: collapse;
}


.contacttable th, td {
  border: none;
  border-collapse: collapse;
}

th {
    text-align: center;
}

/* login */
#login-pane {
    background:#FFFFFF;
    border-radius:1rem;
}

#sitenav {
    color: #EFF0F7;
    background-color:#2B5F75
}

#sitenav a {
    color: #EFF0F7;
}
#sitenav a:hover {
    color: #D1A3A8;
}

#logout_form > form > button.logout {
    color:white;
}
#logout_form > form > button.logout:focus,
#logout_form > form > button.logout:hover {
    color:#F3E5AB;
    text-decoration: none;
}
#logout_form > form > button.logout:focus {
    outline: none;
}

.vanilla-icon {
    color:#F3E5AB;
}

a.actionLink {
    color:#0080C0;
    text-decoration: underline;
}
a.actionLink:hover {
    color:#0C346C;
    text-decoration: underline;
}

.leftLink {
    font-weight:bold;
    font-size:1.2rem;
    text-decoration: underline;
}
.leftLink:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    padding-left: 5px;
    content: "\f100 ";
}

/* ffq details */
.frequency{    
}
.portion{
}
.portion-info {
    cursor: pointer;
}

/* alerts */
.flashInfo{
}

/* tabs */
.my-tab {
    border:solid 2px blue;
}

#checklistStatus{
    text-align: center;
    background-color: #FFFFCC;
    font-size: 100%;
    font-weight: bold;
    opacity: 0;
    display: inline;
}
