﻿@media print {
    .noprint {
        display: none !important;
        visibility: hidden;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    .print-noscroll {
        display: inherit !important;
        visibility: inherit;
        overflow: hidden;
    }

    /*.printformat {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }*/

    .print_ddlStyle {
        border: none;
    }

    .ContentMainWrapper {
        display: inline-block;
        width: 98%;
        background-color: none !important;
        border: none !important;
    }

    .ContentSectionWrapper {
        border: none !important;
        background-color: none !important;
        width: 100%;
    }
}

.instructions {
    border: 1px solid lightgreen;
    background-color: green;
    margin-right: 5px;
    border-radius: 3px;
    padding: 3px 5px;
    font-size: 12px;
    float: right;
}

.navigation {
    border: 1px outset black !important;
    background-color: #e5e5e5;
}

.collapse {
    padding-left: 0px !important;
}

.navbar-collapse {
    padding-right: 15px !important;
    padding-left: 0 !important;
}

.toggle {
    display: inherit !important;
}

.sidebar-background {
    visibility: hidden;
    display: none;
}

.largeCheckBox input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.4); /* IE */
    -moz-transform: scale(1.4); /* FF */
    -webkit-transform: scale(1.4); /* Safari and Chrome */
    -o-transform: scale(1.4); /* Opera */
    padding: 10px;
}

@media (max-width: 768px) {
    .gridScaling {
        font-size: x-small !important;
    }

    .hideColumn {
        max-width: 0px !important;
        visibility: hidden;
        border-width: 0;
    }
}

@media (min-width: 768px) {

    .gridScaling {
        font-size: x-small !important;
    }

    .collapse {
        padding-left: 0px !important;
        display: inline-block !important;
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-left: 0px !important;
    }

    .sidebar-background {
        visibility: visible;
        position: fixed;
        width: 220px;
        height: 100%;
        overflow: hidden;
        background-color: #e5e5e5;
        border-right: 2px ridge white;
    }

    .toggle {
        display: none !important;
    }
}

@media (min-width: 1350px) {
    .gridScaling {
        font-size: small !important;
    }
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 14px !important;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.glyphicon-usd {
    left: 0;
}

h4 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.headerClass > th {
    text-align: center !important;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 1px !important;
}

.checkbox-list td {
    font-size: 12px;
    padding-right: 10px;
}

.radiobutton-list td {
    font-size: 12px;
    padding-right: 10px;
}

.sectionheader-blue {
    padding-left: 10px;
    padding-bottom: 2px;
    padding-top: 2px;
    border-bottom: 2px ridge #FFFFFF;
    background-color: #5D7B9D;
    color: white;
    font: bold 18px 'Times New Roman';
}

.sectionheader-gray {
    padding-left: 10px;
    padding-bottom: 2px;
    padding-top: 2px;
    border-bottom: 2px ridge #FFFFFF;
    background-color: dimgray;
    color: white;
    font: bold 18px 'Times New Roman';
}

html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}

.UpperCase {
    text-transform: uppercase;
}

body {
    background-color: white;
}

/*Temp stuff*/
.reportGridview {
    border: 2px ridge #FFFFFF;
    float: left;
    overflow: scroll;
    max-height: 550px;
    background-color: #f1f1f1;
    width: 100%;
}

.reportGridviewFooter {
    border-top: 1px solid black;
}

.reportGridviewTotalColumn {
    border-left: 1px solid black;
}

.reportGridviewHeader {
    border-bottom: 1px solid black;
}


/*---------------*/

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

.PanelIndent {
    padding: 25px;
}

/* Menu Items */

.sitemapParent {
    border: 1px outset white;
    width: 220px;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
    background: #e2e2e2;
    text-decoration: none;
    color: Black;
    cursor: pointer;
    padding-left: 10px;
}

.sitemapChild {
    border: 1px outset white;
    width: 220px;
}

    .sitemapChild a:hover {
        background: #fff;
    }

    .sitemapChild a:link {
        text-decoration: none;
        padding-left: 10px;
        display: table-cell;
        padding-top: 6px;
        padding-bottom: 6px;
        width: 220px;
        text-decoration: none;
        white-space: nowrap;
        overflow: hidden;
        background: #f0f9ff;
        vertical-align: middle;
    }

.sitemapChildSelected {
    background: #eee;
    border-left: 3px solid #800020 !important;
    padding-left: 7px;
}

.sitemapActionItems {
    border-radius: 50%;
    padding: 2px;
    padding-left: 6px;
    padding-right: 6px;
    margin-left: 5px;
    margin-right: 5px;
    background: #fff;
    border: 1px outset #d3d3d3;
    color: #666;
    text-align: center;
    font: 11px Arial, sans-serif;
    float: right;
    overflow: hidden;
}

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    padding: 10px;
    background-color: #e2e2e2;
    border-left: 2px ridge #FFFFFF;
    border-right: 2px ridge #FFFFFF;
    border-bottom: 2px ridge #FFFFFF;
    border-top: none;
}

.content-section {
    border: 2px ridge #FFFFFF;
    background-color: #f1f1f1;
}

.content-filters {
    border: 2px ridge #FFFFFF;
    background-color: #f1f1f1;
}

.content-button-bar {
    border: 2px ridge #FFFFFF;
    background-color: #f1f1f1;
}

.content-background {
    float: left;
    width: 100%;
    background-color: white;
}

.navpnl-active {
    text-align: center;
    text-decoration: none;
    border-left: 2px ridge #FFFFFF;
    border-top: 2px ridge #FFFFFF;
    border-right: 2px ridge #FFFFFF;
    background-color: #e2e2e2;
}

.navpnl-inactive {
    text-align: center;
    text-decoration: none;
    border-left: 2px ridge #FFFFFF;
    border-top: 2px ridge #FFFFFF;
    border-right: 2px ridge #FFFFFF;
    background-color: #a4a8a8;
}

.navpnl-active-alt {
    color: white !important;
    text-align: center;
    text-decoration: none !important;
    border-left: 2px ridge gainsboro;
    border-top: 2px ridge gainsboro;
    border-right: 2px ridge gainsboro;
    background-image: linear-gradient(to right, #779197, #85a3aa) !important;
}

.navpnl-inactive-alt {
    color: darkgray !important;
    text-align: center;
    text-decoration: none !important;
    border-left: 2px ridge #494949;
    border-top: 2px ridge #494949;
    border-right: 2px ridge #494949;
    background-color: #445051;
}

.gridview-footer {
    color: white;
    background-color: #5D7B9D;
    font-weight: bold;
}

.gridview-header {
    color: white !important;
    text-decoration: none;
    background-color: #5D7B9D;
    font-weight: bold;
}

    .gridview-header > th {
        text-align: center !important;
    }

    .gridview-header a:link {
        text-align: center !important;
        color: white !important;
        text-decoration: none;
    }

.gridview-header-left {
    color: white !important;
    text-decoration: none;
    background-color: #5D7B9D;
    font-weight: bold;
}

    .gridview-header-left > th {
        text-align: left !important;
    }

    .gridview-header-left a:link {
        text-align: left !important;
        color: white !important;
        text-decoration: none;
    }

.gridview-row-padding {
    background-color: #c7dee1;
    color: black;
}

    .gridview-row-padding td {
        padding: 0px 4px;
    }

    .gridview-row-padding input[type=checkbox] {
        cursor: not-allowed;
        pointer-events: none;
    }

.gridview-row {
    background-color: #c7dee1;
    color: black;
}

    .gridview-row input[type=checkbox] {
        cursor: not-allowed;
        pointer-events: none;
    }

.gridview-row-alternate {
    background-color: white;
    color: black;
}

    .gridview-row-alternate input[type=checkbox] {
        cursor: not-allowed;
        pointer-events: none;
    }

.gridview-row-selected {
    background-image: linear-gradient(to right, #687c8a, #8199a7) !important;
    font-weight: bold;
    color: white;
}

    .gridview-row-selected input[type=checkbox] {
        cursor: not-allowed;
        pointer-events: none;
    }

.gridview-pager {
    background-color: #284775;
    color: white;
}

    .gridview-pager a:link {
        color: white !important;
        text-decoration: none;
    }

    .gridview-pager td {
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 1px;
    }

.section-linkbutton {
    text-align: center;
    margin: 5px;
    text-decoration: none;
    color: Black;
    border: outset;
    background-color: #e2e2e2;
    border-color: #FFFFFF;
}

    .section-linkbutton:hover {
        text-align: center;
        margin: 5px;
        text-decoration: none;
        color: Black;
        border: outset;
        background-color: #dbdbdb;
        border-color: white;
    }

.section-linkbutton-disabled {
    text-align: center;
    margin: 5px;
    text-decoration: none !important;
    color: gray !important;
    border: outset;
    border-color: #FFFFFF;
    background-color: #e2e2e2;
    pointer-events: none;
    cursor: not-allowed;
}

.ErrorControl {
    background-color: #FBE3E4;
    border: solid 1px Red;
}

header .content-wrapper {
    overflow: hidden;
    padding: 15px;
    padding-bottom: 8px;
}

footer {
    clear: both;
    padding: 15px;
    background-color: rgba(226, 219, 191, 0.80);
    border: 3px ridge white;
    font-size: .8em;
}

#left {
    background-color: #EEEEE0;
    font: normal 13px auto Verdana, Arial;
    width: 220px;
    padding: 10px;
    float: left;
    border: ridge;
    border-color: white;
}

#right {
    overflow: hidden;
    padding: 10px;
    float: right;
    background-color: #EEEEE0;
    border: ridge;
    border-color: white;
}

.timesheetTextBox {
    border-top: 1px solid #5D7B9D;
    border-bottom: 1px solid #5D7B9D;
    border-left: 1px solid #5D7B9D;
    border-right: 1px solid #5D7B9D;
    font-family: 'Times New Roman';
    font-size: 16px;
    text-align: center;
    background-color: inherit;
    width: 30px;
}

.timesheetLockedTextBox {
    border-top: 1px solid #5D7B9D;
    border-bottom: 1px solid #5D7B9D;
    border-left: 1px solid #5D7B9D;
    border-right: 1px solid #5D7B9D;
    font-family: 'Times New Roman';
    font-size: 16px;
    text-align: center;
    background-color: #f0f5f6;
    width: 30px;
}

.timesheetProgramAccountLabel {
    border-bottom: 2px solid #5D7B9D;
    border-left: 2px solid #5D7B9D;
    border-right: 2px solid #5D7B9D;
    font-family: 'Times New Roman';
    font-size: 16px;
    text-align: right;
    padding-right: 10px;
    background-color: inherit;
}

.timesheetProgramCodeLabel {
    border-bottom: 2px solid #5D7B9D;
    border-right: 2px solid #5D7B9D;
    font-family: 'Times New Roman';
    font-size: 16px;
    text-align: center;
    background-color: inherit;
    width: 30px;
}

.timesheetLockedProgramCodeLabel {
    border-bottom: 2px solid #5D7B9D;
    border-right: 2px solid #5D7B9D;
    font-family: 'Times New Roman';
    font-size: 16px;
    text-align: center;
    background-color: #f0f5f6;
    width: 30px;
}

.selectedtimesheetTextBox {
    border: none;
    font-family: 'Times New Roman';
    font-size: 16px;
    text-align: center;
    background-color: inherit;
    width: 30px;
}

.selectedtimesheetLockedTextBox {
    border: none;
    font-family: 'Times New Roman';
    font-size: 16px;
    text-align: center;
    background-color: #f0f5f6;
    width: 30px;
}

.timesheetModifiedTextBox {
    border-top: 1px solid DimGray;
    border-bottom: 1px solid DimGray;
    border-left: 1px solid DimGray;
    border-right: 1px solid DimGray;
    font-family: 'Times New Roman';
    font-size: 16px;
    text-align: center;
    background-color: inherit;
    width: 30px;
}


.timesheetModifiedProgramAccountLabel {
    border-bottom: 2px solid DimGray;
    border-left: 3px solid DimGray;
    border-right: 2px solid DimGray;
    font-family: 'Times New Roman';
    font-size: 16px;
    text-align: right;
    padding-right: 10px;
    background-color: inherit;
}

.timesheetModifiedProgramCodeLabel {
    border-bottom: 2px solid DimGray;
    border-right: 2px solid DimGray;
    font-family: 'Times New Roman';
    font-size: 16px;
    text-align: center;
    background-color: inherit;
    width: 30px;
}

.selectedtimesheetModifiedTextBox {
    border: none;
    font-family: 'Times New Roman';
    font-size: 16px;
    text-align: center;
    background-color: inherit;
    width: 30px;
}

.timesheetAnnualTextBox {
    border-top: 1px solid #5D7B9D;
    border-bottom: 1px solid #5D7B9D;
    border-left: 2px solid #5D7B9D;
    border-right: 1px solid #5D7B9D;
    font-family: 'Times New Roman';
    font-size: 16px;
    text-align: center;
    background-color: inherit;
    width: 30px;
}

.timesheetModifiedAnnualTextBox {
    border-top: 1px solid DimGray;
    border-bottom: 1px solid DimGray;
    border-left: 2px solid DimGray;
    border-right: 1px solid DimGray;
    font-family: 'Times New Roman';
    font-size: 16px;
    text-align: center;
    background-color: inherit;
    width: 30px;
}

.dateTimesheetModifiedBoundField {
    border-left: 2px solid DimGray;
    padding-left: 10px;
}

.summaryTimesheetTextBox {
    border: none;
    font-family: 'Times New Roman';
    font-size: 16px;
    text-align: center;
    width: 75px;
}

.dateTimesheetBoundField {
    border-left: 2px solid #5D7B9D;
    padding-left: 10px;
}

.programTimesheetTextBox {
    float: left;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    font-family: 'Times New Roman';
    font-size: 16px;
    text-align: center;
    background-color: inherit;
    width: 41px;
    height: 20px;
}

.ddlStyle {
    font-size: 13px;
    border: 1px solid black;
    border-radius: 3px;
}

.columnWidthLimit {
    max-width: 150px;
    overflow: hidden;
}

.gv2TimeSheetFooter {
    border-top: 1px solid black;
}

.gv2TimeSheetHeader {
    border-bottom: 1px solid black;
}

    .gv2TimeSheetHeader > th {
        text-align: center !important;
    }

.linkButton {
    text-align: center;
    float: right;
    text-decoration: none;
    color: Black;
    border: outset;
    width: 150px;
    background-color: #e2e2e2;
    border-color: #FFFFFF;
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
}

.ddlBorderStyle {
    border: 2px solid black;
}

.POItemTextBox {
    border: 1px ridge gray;
    text-align: center;
    height: 25px;
}

.POItemDescription {
    border: 1px ridge gray;
    height: 25px;
}

.POItemAccount {
    margin-left: 5px;
    border: 2px ridge white;
    height: 26px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }

.mobile-hide {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
}


#login a.username {
    text-align: center;
    text-decoration: none;
    color: Black;
    border: outset;
    background-color: #e2e2e2;
    border-color: #FFFFFF;
    margin-bottom: 10px;
}

input, textarea {
    border: 1px inset black;
}

/* Default Layout */
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.4em;
    vertical-align: baseline;
    list-style: none;
}

.contentBlock {
    background-color: #FFFFFF;
    height: auto;
    width: 950px;
    padding: 10px;
    margin: 0 auto;
}

.searchBar {
    border: ridge 1px black;
    height: 40px;
    width: 900px;
    padding: 5px;
    margin: 10px;
    float: left;
    background-color: #CFF3FB;
}

.smallTextBox {
    width: 75px;
    border: 1px inset black;
    height: 15px;
}

.largeTextBox {
    width: 130px;
    font-size: 13px;
    padding-left: 2px;
    border: 1px inset black;
    height: 17px;
}

.buttonBar {
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-top: solid 1px black;
    width: 910px;
    margin-left: 10px;
    height: 45px;
    padding-top: 10px;
    background-color: #CFF3FB;
}

.buttonBarButton {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    height: 35px;
    float: right;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
    text-decoration: none;
    color: Black;
    border: outset;
    background-color: Silver;
    border-color: #FFFFFF;
}

.IntakeListingTable {
    border: ridge 1px black;
    height: 515px;
    width: 900px;
    margin-left: 10px;
    padding: 5px;
}

.intakePreviewForm {
    background-color: #CFF3FB;
    border: ridge 1px black;
    height: 260px;
    width: 890px;
    margin-left: 10px;
    padding: 10px;
}

.Button {
    text-align: center;
    text-decoration: none;
    color: Black;
    border: outset;
    width: 50px;
    background-color: Silver;
    border-color: #FFFFFF;
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
}

.inactiveButton {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    height: 35px;
    float: right;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
    text-decoration: none;
    color: gray;
    border: outset;
    background-color: lightgray;
    border-color: #FFFFFF;
}
