﻿body {
    padding-top: 70px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
}

    .navbar-brand > img {
        display: inline;
    }

.logoff-form {
    display: none;
}

.bmvc-3-validation-summary {
    padding-left: 15px;
    margin-left: 0;
}

    .bmvc-3-validation-summary ul {
        margin-bottom: 0;
    }

.or-container {
    text-align: center;
    margin: 20px 0;
    /*color: #808080;*/
    font-variant: small-caps;
}

    .or-container .or-hr {
        margin-bottom: -20px;
        height: 0;
        border: 0;
        border-top: 1px solid #eeeeee;
    }

    .or-container #or {
        display: inline-block;
        position: relative;
        padding: 10px;
        background-color: #fff;
    }

.carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.50);
    padding: 0 15px;
    /*text-align: left;*/
}

    .carousel-caption h4 {
        margin: 10px 0 5px;
    }

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 26px;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 26px;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #2c3e50;
    color: #fff;
    font-size: 12px;
}

table.dataTable thead th.dt-right,
table.dataTable tbody td.dt-right {
    text-align: right;
}

table.dataTable thead th.dt-left,
table.dataTable tbody td.dt-left {
    text-align: left;
}

table.dataTable thead th.dt-center,
table.dataTable tbody td.dt-center {
    text-align: center;
}

table.dataTable thead th.dt-justify,
table.dataTable tbody td.dt-justify {
    text-align: justify;
}

.navbar-default {
    background-color: #065FA9;
}