﻿body, h6 {
    font-size: 13px;
}
h5{
    font-size:15px;
}
.navbar-brand img {
    width: 60px;
}
/* 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 {
}

.btn-AP {
    color: #fff;
    background-color: #2F3C7E;
    border-color: #fff;
}

    .btn-AP:focus, .btn-default:focus {
        color: #1e2b68;
        background-color: #fff;
        border-color: #b22238;
    }

    .btn-AP:hover {
        color: #1e2b68;
        background-color: #fff;
        border-color: #b22238;
    }

table {
}

    table thead {
        background-color: #212c65;
        text-align: center;
        font-weight: bold;
        color: #e7e7e7;
    }

    table tbody {
        background-color: #fff;
    }

.card-header {
    background-color: #f5f4f4;
    color:#2d2d30;
}
    .card-header a {
        color: #2F3C7E;
    }
.card-body {
    background-color: white;
}
footer {
    background-color: #2d2d30;
    color: #df1f2a;
    padding: 10px;
    border-top: thin solid #b22238;
    border-radius: 0px;
}

a {
    color: #2F3C7E;
    font-weight: 600;
}

a:hover {
    color:#df1f2a; 
    }

.message {
    color: #808080;
    font-style: italic;
    font-size: 11px;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

 

.tgroup {
    font-weight: bold;
    font-style: italic;
    color: #979393;
}

.tGT {
    font-weight: bold;
    font-style: italic;
}

.w100 {
    width: 97%;
    float: left;
    margin-left: 22px;
}

.mainImage {
    background-image: url('../Images/LoginBackground.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 95%;
}

.loginpanel {
    opacity: 0.89;
    /*float: left;
    margin-top:40px;*/
}
.navbar {
    border-bottom: 2px solid #b22238;
  
}
.footer a
{
     
}
 