@CHARSET "UTF-8";
@import url("/css/apButtons.css");
@import url('/js/chosen/chosen.css');
@import url('/css/showpanel/showpanel.css');

body {
    background-color: #FFFFFF;
    font:20px arial, helvetica, sans-serif;
    color:#000;
    text-align:center;
}

span.subHeader {
    font: 24px arial;
    font-weight: bold;
    letter-spacing: 10px;
}

a {
    text-decoration: none;
    color: #1c94c4;
}

.input {
    appearance: none;
    background-color: #fff;
    border-radius: 7px;
    border: 1;
    min-height: 30px;
    margin: 0;
    padding: 0 10px;
    width: 75%;
    font-size: 20px;
    text-align: left;
    outline: 0;
}

.divTable{
    display: table;
    width: 100%;
}
.divTableRow {
    display: table-row;
}
.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}
.divTableCell, .divTableHead {
    display: table-cell;
    padding-bottom: 10px;
}
.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}
.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}




div.activityLogDescription {
    color: #333333;
    border-color: #b8b8b8;
    border-style: solid;
    min-height: 50px;
    vertical-align: middle;
    padding: 10px 10px;
    font-size: 16px;
}

div.activityLogCreateDate {
    color: #333333;
    font-size:12px;
    margin: auto;
    text-align: center;
    padding-top: 10px;
}

div.activityLogProofInfo {
    color: #000000;
    font-weight: bold;
    font-size:12px;
    margin: auto;
    text-align: center;
    padding-bottom: 50px;
}

div#activityLogDiv {
    overflow: auto;
    height: 500px;
}

.projectInfoValues {
    color: #333333;
    font-size: 22px;
}

.projectInfoHeader {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 5px;
    min-height: 25px;
}

.reviewEmailList {
    font-size:16px;
}

.header-padding {
    height: inherit;
    text-align: left;
    width: 100%;
}

.sub-header-padding {
    height: inherit;
    margin: auto;
    text-align: left;
    width: 88%;
}

.menu-top-padding {
    min-height: 50px;
}

.menu-left-padding {
    margin: auto;
    text-align: left;
}

.dividerGreen {
    width: 100%;
    line-height: 48px;
    background-color: #8ac92a;
    vertical-align: middle;
}

.portalDivider {
    min-height: 10px;
}

.projectClientHref {
    color: #005bb0;
    font-weight: bold;
    font-size:18px;
}

.menuHref {
    color: #333333;
    font-weight: bold;
}

div.removeDiv {
    min-height: 50px;
}

a.resetProofStatusHref {
    cursor: pointer;
    color: #333333;
}

a.deleteProofHref {
    cursor: pointer;
    color: #c40808;
}

a.viewHistoryHref {
    cursor: pointer;
    color: #1c94c4;
}

a.remove_link {
    color: #fa1500;
}

span.proofInstructions {
    color: #333333;
}

.waitingBorder {
    border-color: #b8b8b8;
    bgColor: "white";
    foreColor: "black";
    vertical-align: top;
    border-style: solid;
    width: 50%;
    border-radius: 7px;
}

.approvedRow {
    background-color: #8ac92a !important;
    color: white;
}

.attentionNeededRow {
    background-color: #efbb18 !important;
    color: black;
}

.approvedBorder {
    border-color: #8ac92a;
    bgColor: "white";
    foreColor: "black";
    vertical-align: top;
    border-style: solid;
    width: 50%;
    border-radius: 7px;
}

.revisionsNeededBorder {
    border-color: #efbb18;
    bgColor: "white";
    foreColor: "black";
    vertical-align: top;
    border-style: solid;
    width: 50%;
    border-radius: 7px;
}

.declinedBorder {
    border-color: #fa1500;
    bgColor: "white";
    foreColor: "black";
    vertical-align: top;
    border-style: solid;
    width: 50%;
    border-radius: 7px;
}

.projectHeaderLabel {
    font-size:22px;
}

.pageTitle {
    font:11px arial, helvetica, sans-serif;
    text-align: center;
    font-size: 28px;
    color: #FFFFFF;
    letter-spacing: 10px;
}

.pageSubTitle {
    font:11px arial, helvetica, sans-serif;
    text-align: center;
    font-size: 16px;
    color: #0c199c;
    font-variant: small-caps;
}

.pageStaffInfo {
    font:11px arial, helvetica, sans-serif;
    float: right;
    font-size: 28px;
    color: #000000;
}

a.logoutLink {

    float: right;
    font-size: 14px;
}

div.table {
    margin: auto;
    width: 90%;
    font:16px arial, helvetica, sans-serif;
}

div.divider30 {
    min-height: 30px;
    max-height: 30px;
}

div.divider50 {
    min-height: 50px;
    max-height: 50px;
}

.Table
{
    display: table;
}
.Title
{
    text-align: center;
    font-weight: bold;
    font-size: larger;
}
.Heading
{
    display: table-row;
    font-weight: bold;
    text-align: center;
}
.Row
{
    display: table-row;
}

.Cell
{
    display: table-cell;
    border: solid;
    border-width: thin;
    padding-left: 5px;
    padding-right: 5px;
}

.CellButton
{
    display: table-cell;
    padding-left: 5px;
    padding-right: 5px;
}
