/***********
 * Text    *
 ***********/

body {
    color: Black;
    font-family: "Poppins", sans-serif;
    font-size: medium;
    margin: 0px;
    padding: 0px;
}

body.help {
    margin: 10px;
    padding: 10px;
}

h1 {
    font-size: xx-large;
}

h2 {
    font-size: x-large;
}

h3 {
    font-size: large;
}

h4 {
    font-size: medium;
}

h5 {
    font-size: small;
}

h6 {
    font-size: x-small;
}

.RequiredInformation {
    color: #5c2020;
}

RequiredInformation {
    color: #5c2020;
}

.Header {
    color: #07243d;
    font-size: x-large;
    font-weight: bold;
}

.Header-WithoutSize {
    color: #00345D;
    font-weight: bold;
}

/***************
 * Header      *
 ***************/

.TinyInHeader {
    /*background-color: #07243d;*/
    /*color: #B8E1f4;*/
    color: #07243d;
    font-size: x-small;
}

.TinyInHeader a {
    color: #07243d;
    /*color: #B8E1f4;*/
    font-size: x-small;
    font-style: normal;
}

.TinyInHeader a:hover {
    color: #B8E1f4;
    font-size: x-small;
    font-style: normal;
}


/***************
 * Other       *
 * is this loading?
 ***************/

.Logo {
    background-color: white;
    background-image: none;
    color: #B8E1f4;
    margin: 0px;
    padding-left: 2px;
    padding-top: 2px;
}

.headerText {
    background-color: white;
    background-image: none;
    color: #0a3154;
    margin: 0px;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 800;
    padding-left: 2px;
    padding-top: 2px;
}

.content {
    padding-left: 6px;
    width: 100%;
}

.Error {
    color: #5c2020;
    font-weight: bold;
}

/***************
 * Breadcrumbs *
 ***************/

.breadcrumbs {
    font-size: x-small;
}

.breadcrumbs a {
    font-size: x-small;
    font-style: normal;
}

/***********
 * Sidebar *
 ***********/

.sidebar {
    background-color: white;
    background-image: none;
    /*color: #B8E1f4;*/
    height: 500px;
    margin: 0px;
    padding-bottom: 0px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 35px;
    vertical-align: top;
    white-space: nowrap;
}

.sidebar-clear {
    background-image: none;
    /*color: #B8E1f4;*/
    color: #07243d;
    margin: 0px;
    padding-bottom: 0px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 35px;
    vertical-align: top;
    white-space: nowrap;
}

.navigation {
    color: #B8E1f4;
    /*color: #07243d;*/
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}

.navigation-parent {
    color: #B8E1f4;
    font-family: "Poppins", sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    padding-bottom: 10px;
    padding-right: 2px;
}

.navigation-leaf {
    /*color: #B8E1f4;*/
    color: #07243d;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    /*font-size: large;*/
    font-weight: 500;
    padding-bottom: 10px;
    padding-right: 2px;
}

.navigation-parent a {
    font-style: normal;
}

.navigation-leaf a {
    font-style: normal;
}

.navigation-parent a:hover {
    color: #B8E1f4;
    font-style: normal;
    text-decoration: underline;
}

.navigation-leaf a:hover {
    color: #B8E1f4;
    font-style: normal;
    text-decoration: underline;
}

/***********
 * Images  *
 ***********/

.inline-left {
    float: left;
    vertical-align: top;
}

.inline-right {
    float: right;
    vertical-align: top;
}

/***********
 * Tables  *
 ***********/

table {
    border-collapse: collapse;
    border-spacing: 0px;
    border-width: 0px;
}

/***********
 * Links   *
 ***********/

a {
    color: #5c2020;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    text-decoration: none;
}

a:hover {

    color: Black;
    text-decoration: underline;
}

/**********
 * Errors *
 **********/

.errorsPanel {
    background-color: #ffff99;
    border-bottom: black thin solid;
    border-left: black thin solid;
    border-right: black thin solid;
    border-top: black thin solid;
    color: #5c2020;
    font-size: smaller;
    font-weight: bold;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

.errorLineItem {
    font-weight: normal;
}

/*************
 * Item List *
 *************/

.itemListActions {
    border: solid 1px black;
    font-size: small;
    margin-bottom: 5px;
}

.itemListActions td {
    background-color: #B8E1f4;
    border: solid 1px #07243d;
    border-collapse: collapse;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
}

/****************
 * Item Details *
 ****************/

.itemDetails {
    border: solid 2px black;
    font-size: small;
}

.itemDetails th {
    border-bottom: #07243d 1px solid;
    border-top: #07243d 1px solid;
    font-weight: bold;
    padding-bottom: 2px;
    padding-right: 20px;
    padding-top: 2px;
    text-align: left;
    text-transform: capitalize;
    vertical-align: top;
}

.itemDetails td {
    background-color: #B8E1f4;
    border-bottom: #07243d 1px solid;
    border-top: #07243d 1px solid;
    padding-bottom: 2px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 2px;
}

td.draftDetails {
    background-color: #DDDDBB;
    border-left: solid 1px black;
}

.itemDetailsActions {
    border: solid 1px black;
    font-size: small;
    margin-bottom: 5px;
}

.itemDetailsActions td {
    background-color: #B8E1f4;
    border: solid 1px #07243d;
    border-collapse: collapse;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
}

/*****************
* Search Results *
*****************/

.searchResults {
    font-size: smaller;
}

.searchResults th {
    font-size: medium;
}

/***************
* Default Grid *
***************/

.gridDefaultRowStyle {
    font-size: small;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    text-align: center;
}

.gridDefaultRowStyle td {
    font-size: small;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    text-align: center;
}

.gridDefaultAlternatingRowStyle {
    background-color: #BBC1C4;
    font-size: small;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    text-align: center;
}

.gridDefaultAlternatingRowStyle td {
    background-color: #BBC1C4;
    font-size: small;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    text-align: center;
}

.gridDefaultHeaderStyle {
    font-size: small;
}

.gridDefaultHeaderStyle td {
    font-size: small;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    text-align: center;
}

#ctl00_ContentPlaceHolder_LoginView1_loginControl table {
    font-size: 16px !important;
    height: 200px;
    padding: 200px;
    width: 500px;
}

#ctl00_ContentPlaceHolder_LoginView1_loginControl_LoginButton {
    -ms-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px !important;
    height: 35px;
    margin-right: 20px;
    width: 100px;
}

.mpi_mpa_link {
    color: #B8E1f4;
    font-size: 20px;
    font-weight: bold;
}

.mpi_mpa_iloc_link {
    color: blue;
    font-size: 25px;
    font-weight: bold;
    text-decoration: underline;
}

.splashmpimpa {
    color: black;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.6;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 50%;
}

.splashmpimpa_center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}

/* Request Grant Button Styles */
.requestButton {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    margin-left: 10px;
}

.requestButton:hover {
    background-color: #0056b3;
}

.requestButton:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}
