﻿
body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-image:url('Background.png') ;align-content:center ;align-items:center;align-self:center;
    background-repeat:inherit;

}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 500px;
}



.myDate {
     direction: ltr;
     text-align: right;
}

.validation-summary-errors
{
    color:red;
}
.shortText
{
    max-width:100px;
}

.homeCards > div {
    padding: 50px 0 50px 0;
    text-align: center;
    font-family: Calibri;
    font-weight: 500;
    font-size: 30px;
    background-color: #00355a;
    color: #ffffff;
    border: 15px solid rgba(34, 2, 0, 0.50);
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .homeCards > div > a {
        color: #f2f2f3;
        text-decoration: none;
        font-family: Calibri,FontAwesome;
    }

        .homeCards > div > a:hover {
            color: #ffffff;
        }

.navbar {
    color: #ffffff;
    background-color: #070034;
}
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-brand {
    color: #ffffff;
    font-family: Calibri;
    font-size: 20px;
}

    .navbar-inverse .navbar-nav > li > a:hover {
        color: #ffffff;
        background-color: #070034;
    }

.copy {
    color: #070034;
}

.homeCards {
    background-color: rgba(0, 107, 134, 0.00);
    margin-top:5px;
}

table {
    background-color:#f2f2f3;
    font-size:16px;
   
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #002110;
}

th {
    background-color: #002110;
    text-align: center;
    color: #E2DA99;
}
table a {
    color: #000000;
}

    table a:hover {
        color: #002110;
        text-decoration: none;
    }

