body {
    font-family: "Verdana", "Helvetica", "Arial", "Verdana", "sans-serif";
    font-size: 12px;
    /* font-size: 62.5%; */
}

.heading {
    font-weight: bold;
    color: limegreen;
}

.subheading {
    margin-top: 50px;
    font-family: Verdana;
    font-weight: bold;
    color: #424242;
    text-transform: capitalize;
    font-size: 12px;
    background-color: #AAD2A8;
    padding: 8px;
    border: solid 1px #d1dde6;
}

.checkbox-lg .form-check-input {
    top: .8rem;
    scale: 1.4;
    margin-right: 0.7rem;
}

.checkbox-lg .form-check-label {
    padding-top: 13px;
}

h3 {
    font-family: "Trebuchet MS";
    padding-top: 0px;
    font-weight: bold;
    color: #2D499E;
    font-size: 22px;
    text-align: center;
    margin-top: -20px;
}

h4 {
    padding-top: 30px;
    font-family: Verdana;
    font-weight: bold;
    color: #299221;
    text-transform: capitalize;
    font-size: 14px;
}

.btn {
    font-size: 12px !important;
}

.alert-msg {
    color: maroon;
}

input {
    padding-top: 5px;
}

.table > tbody > tr > td, .table > thead > tr > th {
    font-size: 12px !important;
}

/*select {
    width: 200px;
    height: 30px;
}*/
.row {
    padding: 5px;
}

tr .nr_1 {
    background-color: #f3f3f3;
}

.nr_1, .nr_1 a {
    font-style: italic !important;
    color: maroon !important;
}

.ip_tag_1 {
    font-size: 10px;
    background-color: silver !important;
    padding: 3px 5px 3px 5px;
    margin-left: 20px;
}

.container {
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 1px #bbbbbb, 0px 0px 60px 10px #e6f1e2;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 3px;
    /*margin-left: 15px;*/
}


.logo {
    background-image: url(images/Admin_Logo.png);
    margin-bottom: 0px;
    /*margin-top: 30px;*/
    min-height: 114px;
    width: 300px;
    background-size: 85%;
    background-repeat: no-repeat;
}

.logo-footer {
    background-image: url(images/footer_Logo.png);
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    min-height: 43px;
    width: 153px;
    /*background-size: 85%; */
    background-repeat: no-repeat;
}

.container-fluid {
    border-bottom: solid 6px #2D499E;
    margin-bottom: 30px;
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.footer {
    border-top: solid 6px #2D499E;
    color: #2D499E;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 10px;
}

.footer p {
    padding: 5px;
    font-size: 12px;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.btn-primary:hover {
    background-color: #204d74;
    border-color: #122b40;
}

.btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn:hover {
    text-decoration: none;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

input:disabled {
    background-color: #eeeeee;
    color: #888;
    border: 1px solid #ccc;
}

input[readonly] {
    background-color: #eeeeee;
    color: #555;
}

thead {
    --bs-table-bg: whitesmoke;
}