﻿/*Added by Prakash*/
.panel-default {
    font-size: small !important;
}

.panel-heading {
    font-weight: bold;
    color: white !important;
    background-color: #0076C0 !important;
}

.form-control {
    height: 30px;
    font-size: 12px;
}

.header-color {
    background-color: #003E7E !important;
    color: #003E7E !important;
}

.footer-table, .footer {
    background-color: #F5F5F5 !important;
}

    .footer-table td {
        padding: 5px;
    }

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.custom-hr {
    border-color: #dddddd;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
