﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    margin-left: 200px;
}

.hpf {
    font-family: 'Arial';
    color: #00143b;
    font-weight: 600;
    font-size: 20px;
    padding-left: 50px;
    padding-top: 120px;
    /*padding-bottom: 5px;*/
}

.btn-login {
    color: #ffffff;
    background-color: #000000;
    font-family: 'Arial';
    font-weight: 400;
    width: 250px;
    height: 30px;
    margin-left: 13px;
    border-radius: 0.25rem;
}

    .btn-login:hover {
        background-color: #ffffff;
        color: #000000;
    }

.form-group-btn {
    padding-left: 87px;
    padding-top: 20px;
    margin-bottom: -5px;
}

.divForgotPassword {
    padding-left: 130px;
    padding-top: 20px;
    margin-bottom: -5px;
}

.ForgotPassword {
    font-family: 'Arial';
    font-weight: 400;
    color: black;
    font-size: 20px;
}

.form-row {
    padding-top: 125px;
    margin-right: 0;
    margin-left: 0;
}

.form-group {
    padding-right: 30px;
    margin-bottom: -5px;
}

.form-group-login {
    padding-left: 60px;
    margin-bottom: -5px;
}

.label-format {
    font-family: 'Arial';
    font-size: 20px;
}

.form-control-username {
    width: 250px;
    height: 40px;
    margin-left: 6px;
    margin-top: 10px;
    font-family: 'Arial';
    text-align: center;
}

.form-control-password {
    width: 250px;
    height: 40px;
    margin-left: 8px;
    margin-top: 10px;
    font-family: 'Arial';
    text-align: center;
}

.mpc-hp-logo {
    height: 350px;
    width: 250px;
}

.mpc-body-bg {
    background-image: url('../images/mpc_bg.jpg');
}

.dl-horizontal dt {
    white-space: normal;
}

input,
select,
textarea {
    max-width: 800px;
    max-height: 1000px;
}

/*CSS Setup for MPC Side Menu*/
.mpc-side-menu {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 260px;
    height: 100%;
    padding-left: 40px;
    padding-top: 40px;
    background-clip: padding-box;
    border-right: 1px solid black;
    box-sizing: border-box;
    /*-webkit-box-shadow: 0 0 0 1px rgba(0,0,0);
    box-shadow: 0 0 0 1px rgba(0,0,0);*/
}

.btn-logout {
    color: #ffffff;
    background-color: #000000;
    font-family: 'Arial';
    font-weight: 300;
    font-size: 15px;
    width: 200px;
    height: 30px;
    padding-top: 2px;
    border-radius: 0.25rem;
}

.adef {
    font-family: Arial;
    color: #000000;
    padding-left: 0px;
    font-weight: 600;
    font-size: 15px;
}

.mpc-user {
    font-family: Arial;
    color: #000000;
}

.navbar-nav {
    padding-top: 10px;
    display: -ms-flexbox;
    position: static;
    top: 100px;
    display: block;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.menu-label {
    position: absolute;
    top: 125px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: -.5px;
    margin-bottom: 1em;
    padding-left: 15px;
    color: #cacaca;
}

.nav-link {
    color: #000000;
    font-size: 100%;
    padding-top: 10px;
}

.navbar-nav .nav-link {
    padding-left: 10px;
    padding-right: max(40px, 5%);
    padding-top: 1px;
    padding-bottom: 1px;
    font-family: Arial;
    font-weight: 600;
    font-size: 14px;
}

.nav-item-abled :hover {
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
    font-family: Arial;
    font-weight: 600;
}

a.active {
    background-color: #ffffff;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

li .far {
    margin: 0 10px 0 0;
    list-style-type: none;
}

li .fas {
    margin: 0 10px 0 0;
    list-style-type: none;
}

.mpc-hp-sm-logo {
    margin-left: 35px;
    height: 160px;
    width: 120px;
}

.module-title {
    font-family: 'Arial';
    color: #000000;
    font-size: 22px;
    font-weight: 300;
}
