/*MAIN***************************************************************************************************************************************************************************/

.jexcel_content {
    min-height: 150px;
    border: 1px black solid;
}

#spreadsheet table td {
    /*font-weight: 1000;*/
    border: 1px solid #ddd;
    padding: 0px 5px;
    text-align: center;
    font-size: 0.9em;
}

#spreadsheet table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 500px;
}

.TableInput {
    /*width: 100%;*/
    height: 100%;
    border: transparent;
    background-color: transparent;
}

.DD {
    width: 100%;
}

.PageTitle,
.PageTitle2 {
    color: black;
    font-size: 1.4em;
    display: inline-block;
}

.PageTitle {
    margin-left: 5%;
}

body.waiting,
html.waiting {
    cursor: progress !important;
}

.h2 {
    margin-top: 15px;
    margin-bottom: 7px;
    padding: 0;
    color: black;
    font-size: 1.4em;
    display: inline-block;
    max-width: 83%;
    text-decoration: underline;
}

#mainBody2 {
    font-size: 16px;
    line-height: 26px;
    width: 95%;
    margin: auto;

    margin-top: 10px;
    border: black solid 1px;
    background-color: white;

    background-image: none;
}

#loginBody {
    /*font-size: 1.5em;*/
    /*min-width: 630px;*/
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid black;
    margin: 1em 0;
    padding: 0;
}

ul {
    /*text-align: center;*/
    list-style-position: inside;
    list-style-type: none;
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

select:disabled {
    color: graytext;
}

.waiting * {
    cursor: wait !important;
}

/*HEADER****************************************************************************************************************************************************************/

.TabTitle {
    margin: 15px 10px 15px 5px;
}

.SubTitle {
    border-top: black solid 1px;
    display: inline-block;
    padding: 10px 20px 5px;
    width: 100%;
}

#ChgPwdHeading {
    margin: 30px 0;
}

@media screen and (max-width: 680px) {
    .Header-Container1 {
        height: 90px;
    }

    #titleLogin {
        font-size: 1.65em;
        /*background: red;*/
    }
}



/*Navigation item*****************************************************************************************************************************************************/

.navigation {
    padding: 5px 5px;
}

nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

nav li {
    float: left;
}

nav a {
    display: block;
    padding: 2px 15px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: white;
    background: #1a67b9;
}

nav a:hover {
    /*  background-color: black;*/
    text-decoration: underline;
}

/*links************************************************************************************************************************************************************************/

a.ListLinks {
    text-decoration: none;
    color: #1a67b9;
}

a.ListLinks:hover {
    text-decoration: underline;
}

a.ListLinks:visited {
    color: #1a67b9;
}

td[combo="yes"] {
    padding: 0;
}

div.combobox {
    height: 100%;
    border: none;
}

.TableCombo {
    width: 100%;
    height: 100%;
    border: none;
    display: inline;
}

.TableDate {
    width: 100%;
    height: 100%;
    border: none;
    display: inline;
    background-color: transparent;
}

.FooterCombo {
    max-width: calc(100% - 100px);
    /*max-width: 400px;*/
    height: 30px;
}

.FilterDD {
    min-height: 30px;
    /*	margin-right: 20px;*/
}

/*Labels and Inputs******************************************************************************************************************************************************************/

#AnnualBudgetYearCombo {
    width: 62px;
}

#AsOfLbl {
    font-size: 1.2em;
    font-weight: bold;
}

#AsOfSelect {
    height: 30px;
    width: 85px;
}

#FacilityTypeName {
    width: 220px;
}

#Within200mOfWell {
    margin-left: 12px;
}

#Notes {
    height: 325px;
}

textarea.TabInput4 {
    height: 170px;
}

.FooterInput {
    width: 600px;
    height: 35px;
    margin: 10px 10px;
    display: inline-block;
}

#PassCategories {
    /*list-style-type: bullet;*/
    display: list-item;
    text-align: left;
    padding-left: 100px;
}

.InputGroup {
    margin-bottom: 30px;
}

.InputGroup2 {
    text-align: center;
}

.InputGroup3 {
    text-align: left;
}

.InputGroup4 {
    margin-right: 5%;
    width: 90%;
    margin-bottom: 30px;
    margin-top: 20px;
}

.InputGroup5 {
    margin-top: 20px;
}

.TabInput {
    border: 1px solid #888;
    width: 60%;
    height: 30px;
    margin: 25px 0;
}

.TabInputS {
    border: 1px solid #888;
    width: 200px;
    height: 30px;
    margin: 4px 0;
}

.TabInput2 {
    border: 1px solid #888;
    width: 50%;
    height: 30px;
    margin: 5px 0;
}

.TabInput3 {
    border: 1px solid #888;
    width: 8%;
    height: 30px;
    margin: 5px 0;
    text-align: right;
    padding-right: 4px;
}

.TabInputDivButton {
    border: 1px solid #888;

    width: 60%;
    /*padding-left: 5px;*/
    float: right;
    height: 30px;
    margin-bottom: 4px;
}

.TabInputButton {
    /*
	border: 1px solid #888;*/
    border: none;
    width: calc(100% - 90px);
    padding-left: 5px;
    height: 28px;
    margin-bottom: 4px;
}

.TabInputGroup {
    width: 68%;
    display: inline-block;
    float: right;
    height: 30px;
    margin-bottom: 4px;
}

/*#PeriodEnd, #NumDays{
	height: 30px;
	width: 150px;
}*/

.GenInput {
    height: 30px;
    width: 150px;
    padding-left: 5px;
}

#AutoCalculate {
    margin-left: 7px;
}

#InvoiceEditBody input#Total {
    margin-right: 65px;
}

input#Fees {
    /*width: 150px;*/
    /*margin-right: 60%;*/
    /*float: left;*/
}

.TabInput[type="memo"] {
    height: 115px;
}

.TabInput2[type="memo"] {
    height: 115px;
}

.TabInput4 {
    width: 81.5%;
    float: right;
    margin-right: 30px;
    display: block;
}

.TabInput5 {
    width: 80%;
    float: left;
    margin-right: 30px;
    display: block;
    height: 350px;
}

.TabInput6 {
    width: 100%;
    height: 30px;
}

.TabInput7 {
    width: 100px;
    height: 30px;
    padding-left: 5px;
}

.TabInput8 {
    width: 81.5%;
    height: 60px;
    float: right;
    margin-right: 30px;
    display: block;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

#checkboxDiv {
    margin-top: 50px;
    display: inline;
}

.GenCombo {
    width: 80%;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    display: block;
    height: 25px;
}

#TotalLabelBox {
    text-align: right;
}

.TotalsBox {
    /*border-top: solid 1px black;*/
}

.TotalRow {
    font-weight: bold;
    /*border-top: solid 2px black;*/
}

.lbl2 {
    width: 120px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
    font-weight: bold;
}

.lbl1 {
    /*width: 30%;*/
    min-width: 100px;
    display: inline-block;
    text-align: right;
    font-weight: 700;
    white-space: nowrap;
    margin-right: 3px;
    height: 30px;
    margin-bottom: 4px;
}

.lbl0 {
    width: 85px;
    display: inline-block;
    text-align: right;
}

.lbl3 {
    width: 20px;
    display: inline-block;
    text-align: right;
    margin-right: 21px;
    margin-left: 5px;
    font-weight: bold;
}

.lbl4 {
    min-width: 50px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
    font-weight: 700;
}

.lbl5 {
    width: 85px;
    display: inline-block;
    text-align: right;
    font-weight: bold;
}

.lbl7 {
    width: 100px;
    display: block;
    float: right;
    font-weight: bold;
    text-align: right;
    margin-right: 10px;
    margin-left: 20px;
}

.lbl8 {
    width: 100px;
    display: block;
    float: left;
    font-weight: bold;
    text-align: right;
    margin-right: 10px;
    margin-left: 20px;
}

.lblinput {
    margin-bottom: 10px;
}

.POInsurancelbl {
    font-weight: bold;
    height: 30px;
    width: 300px;
    margin-left: 85px;
    /*margin-right: 114px;*/
    margin-top: 30px;
    margin-bottom: 20px;
}

.AutoCalc {
    font-weight: bold;
    height: 30px;
    width: 300px;
    margin-left: 350px;
    /*margin-right: 114px;*/
    margin-top: 30px;
    margin-bottom: 20px;
}

#InsuranceExpiry,
#Insurance {
    /*margin-left: 25px;*/
    float: right;
}

/*Main Content and DIVs************************************************************************************************************************************************/

#PageList {
    text-align: left;
}

.Spacer {
    width: 80px;
    display: inline-block;
}

#UserMessage {
    border: 1px solid black;
    height: 60px;
    width: 290px;
    text-align: center;
    background-color: lightgreen;
    font-size: 1.4em;
    padding-top: 15px;
    margin-bottom: 40px;
    display: inline-block;
}

.Box {
    margin: 40px auto 10px;
    text-align: center;
    width: 450px;
    font-size: 1.1em;
}

#AnnBudgetFooterButtonsDIV,
#ScheduleFooterButtonsDIV {
    display: inline-block;
    margin: 7px 0px;
    float: right;
}

.bold {
    font-weight: bold;
}

#AnnualBudgetTabCombo {
    display: inline-block;
}

#TabMessage {
    /*width : 75%;*/
    font-size: 1.2em;
    margin: 20px 100px;
    text-align: center;
}

.FieldCheck {
    margin-left: 40px;
}

#FieldChecksDiv {
    /*width: 80%;*/
    padding: 15px 0;
    border-top: 1px solid black;
    border-collapse: collapse;
}

.tabButton3 {
    text-align: center;

    height: 30px;
    margin: 0 3px;
    width: 125px;

    float: right;
    padding: 0;
    border-radius: 0px;
    border: 0px solid #1a67b9;
    background-color: #1a67b9;
    color: #fff;
    text-decoration: none;
}

.EditTitle1,
.EditTitle2 {
    margin: 5px 0 20px 10px;
    padding: 0;
    color: black;
    font-size: 1.6em;
    font-weight: bold;

    display: inline;
    max-width: calc(100% - 175px);
    float: left;
}

/*.EditTitle1{
	max-width: calc(100% - 275px);
}

.EditTitle1{
	max-width: calc(100% - 175px);
}
*/

#TabTitleButtons {
    white-space: nowrap;
    display: inline-block;
    text-align: right;
    /*min-width: 260px;*/
    float: right;
    padding-bottom: 15px;
}

#ProjAccListBox,
#ProjAccListBox2 {
    width: 382px;
}

#ReportButtons {
    padding-top: 10px;
    border-top: 1px solid black;
    height: 1075px;
}

@media screen and (max-width: 1510px) {
    #BudgetRange,
    .fifth {
        margin-left: 330px;
    }

    #ReportButtons {
        height: 1335px;
    }
}

@media screen and (max-width: 1270px) {
    #BudgetRange,
    .fourth {
        margin-left: 330px;
    }

    #ReportButtons {
        height: 1630px;
    }

    .fifth {
        margin-left: 0;
    }

    .threefour {
        margin-left: 330px;
    }
}

@media screen and (max-width: 1040px) {
    #ProjNoSelect,
    .third {
        margin-left: 330px;
    }

    .threefour {
        margin-left: 330px;
    }

    #BudgetRange,
    .fourth {
        margin-left: 0;
    }
}

.PBlbl {
    width: 50px;
    font-size: 0.8em;
}

#BudgetFromBox,
#BudgetToBox {
    width: 150px;
}

#ProjectStatusListBox,
#ProjectStatusListBox1,
#ProjectNoListBox1 {
    width: 170px;
}

.ReportSelect {
    width: 170px;
}

#DivisionSelectBox,
#DivisionSelectBox1,
#DivisionSelectBox2,
#DivisionSelectBox3,
#DivisionSelectBox4,
#DivisionSelectBox5 {
    height: 30px;
    width: 170px;
}

#POServiceTypeBtn {
    margin-top: 5px;
}

.reportButton {
    height: 35px;
    margin: 1px 3px;
    width: 325px;

    float: left;
    padding: 0 5px;
    border-radius: 0px;
    background-color: #1a67b9;
    color: #fff;
    clear: left;
    text-align: left;
}

.BudgetColumn {
    display: inline-block;
    padding: 0 15px 5px 25px;
    /*float: left;*/
    clear: none;
    vertical-align: top;
    /*clear: left;*/
}

.ReportFilterGroup,
#POInvoiceSummaryBtn {
    border-top: 1px solid black;
    /*border-bottom: 1px solid black;*/
    /*margin: 15px 0;*/
    padding: 7px 0;
    border-collapse: collapse;
}

/*#ReportFilterGroup1{
	border-bottom: 1px solid black;
}*/

#POInvoiceSummaryBtn {
    margin-top: 5px;
}

#YearSelect {
    display: inline;
    width: 100%;
    /*text-align: center;*/
    padding-left: 10%;
    margin: 0 auto;
}

#YearSelect input {
    width: 75px;
}

#ProjectDIV {
    width: 100%;
    padding-right: 30px;
    margin-top: 10px;
}

#POProjectLbl {
    margin-right: 1.3%;
}

.headlbl {
    width: 15%;
    min-width: 100px;
    font-weight: bold;
    display: inline-block;
    text-align: right;
    margin-right: 0.8%;
}

.headinput {
    height: 30px;
    width: 83.7%;
}

.nw {
    white-space: nowrap;
}

#ProjectName {
    min-width: 200px;
}

#stampDiv {
    padding: 10px 20px 5px;
    border: solid 1px black;
    display: inline-block;
    margin-bottom: 40px;
    /*width: 100%;*/
    /*margin: auto;*/
}

#StampBody {
    padding: 30px 30px;
    text-align: center;
}

#ReportDate {
    display: none;
}

#POAccount {
    margin: 40px 30px 50px 5%;
}

#POAccountsHeader {
    font-weight: bold;
    white-space: nowrap;
}

.comboHolder {
    display: none;
}

.combobox {
    display: none;
}

.textbox {
    /*	display: none;*/
    white-space: nowrap;
}

.TableButtonHide,
.HiddenTable {
    display: none;
}

#ScheduleActivity {
    white-space: normal;
}

.editButtons {
    /*max-width: 180px;*/
    min-width: 215px;
    max-width: 220px;
    white-space: nowrap;
    /*	height: 30px;*/
    float: right;
}

td.edit {
    width: 221px;
}

.StandardTable td {
    min-width: 100px;
}

.FooterWrapper {
    width: 770px;
    float: right;
}

.msg {
    position: absolute;
    z-index: 9999;
    padding: 5px 10px;

    border: 1px solid transparent;
    border-radius: 0.25rem;
    /*display: none;*/

    margin: auto;
    width: 300px;
    top: -40px;
    left: 0;
    right: 0;

    color: black;
    background-color: white;
    border-color: green;

    display: block;
    opacity: 1;
    top: -40px;
}

.tran {
    transition: top 0.5s, opacity 2s 3s;
    -webkit-transition: top 0.5s, opacity 2s 3s;
}

.msg.active {
    /*display: block;*/
}

#msgboxDiv,
#msgImageDiv {
    display: inline;
}

#msgboxDiv {
    /*padding: 5px 10px;*/
}

#JStestmsg {
    display: none;
}

.MsgClose {
    position: absolute;
    right: 1.5%;
}

.MsgClose:after {
    position: absolute;
    right: 10px;
    top: 5%;
    content: "X";
    color: black;
}

.MsgClose:hover {
    cursor: pointer;
}

#checkImg {
    margin: 2px 7px 0 0;
    float: left;
}

#FilterDDs {
    display: block;
    text-align: left;
    padding: 15px 0 15px 15px;
    border-top: black solid 1px;
    white-space: nowrap;
}

#FilterDDs1 {
    display: inline;
}

#SearchBox {
    background-image: url("../images/search.png");
    /*	  background-position: 10px 12px;*/
    background-repeat: no-repeat;
    min-width: 170px;
    /*	width: 12%;*/
    height: 35px;
    margin-left: 10px;
    /*	margin: auto;*/
    /*	display: inline-block;*/
    /*	float: right;*/
    padding-left: 35px;
    border: 1px solid black;
    float: left;
}

#CapitalBudgetTable,
#RemainingBudgetTable,
#POServiceTypeTable,
#BudgetVarianceTable,
#OraclePeTeyTable {
    font-size: 0.7em;
    /*color: blue;*/
    line-height: 20px;
}

@media screen and (max-width: 1440px) {
    #FilterDDs1 {
        display: none;
    }

    #FilterDDs {
        display: block;
    }

    #ProjectFilters {
        height: 128px;
    }

    #SearchBox {
        width: 30%;
    }

    #CapitalBudgetTable,
    #RemainingBudgetTable,
    #POServiceTypeTable,
    #OraclePeTeyTable {
        font-size: 0.53em;
        /*color: red;*/
        line-height: 12px;
    }

    /*	td{
		height: 18px !important; 
	}*/
}

@media screen and (min-width: 1440px) {
    #FilterDDs1 {
        display: inline;
    }

    #FilterDDs {
        display: none;
    }

    #ProjectFilters {
        height: 70px;
    }

    #SearchBox {
        width: 12%;
    }

    #CapitalBudgetTable,
    #RemainingBudgetTable,
    #POServiceTypeTable,
    #BudgetVarianceTable,
    #OraclePeTeyTable {
        font-size: 0.8em;
        /*color: orange;*/
        line-height: 20px;
    }

    td {
        height: 25px !important;
    }
}

@media screen and (min-width: 1580px) {
    #SearchBox {
        width: 20%;
    }

    #CapitalBudgetTable,
    #RemainingBudgetTable,
    #POServiceTypeTable,
    #BudgetVarianceTable,
    #OraclePeTeyTable {
        font-size: 0.8em;
        /*color: green;*/
        line-height: 20px;
    }

    td {
        height: 30px !important;
    }
}

/*image class*/
.arrow {
    /*	margin-top: 15px;*/
}

/*div class with title and arrow*/
.SortArrow {
    white-space: nowrap;
}

.reportButton:hover {
    background-color: #39a2e0;
}

#filterButtons {
    border-top: 1px solid black;
    display: inline-block;
    width: 100%;
    padding: 15px 0 15px 5px;
}

/*#ProjectFilters{
	height: 128px;

}*/
.TableWrapper {
    min-height: 250px;
}

/*#ProjectPOs{
	min-height: 250px;
}*/

#ProjectList {
    min-height: 150px;
}

#ProjectEditBody,
#POEditBody {
    min-height: 250px;
}

#UserEditBody {
    min-height: 150px;
}

#UserCol2,
.editCol2 {
    width: 50%;
    /*display: inline-block;*/
    float: left;
    height: auto;
    padding-right: 30px;
}

.colWrapper {
    margin-bottom: 20px;
    margin-top: 20px;
}

#UserCol1,
.editCol1 {
    width: 50%;
    /*display: inline-block;*/
    float: left;
    height: auto;
}

#UserBasicInfo,
#UserPhoneNumbers,
#UserAddressDetails {
}

.editBody,
.editBody2,
.editBody1 {
    /*	border-bottom: black solid 1px;
	border-top: black solid 1px;
	border-collapse: collapse;*/
    /*	padding: 20px;*/
    margin: 30px auto;
    max-width: 1200px;
}

.editBody {
    /*height: 425px;*/
}

.editBody1 {
    /*height: 425px;*/
    height: 60px;
}

.editBody2 {
    /*height: 625px;*/
}

.editBody3 {
    /*height: 700px;*/
}

.editBody4 {
    /*height: 615px;*/
}

.editBody5 {
    /*height: 255px;*/
}

.editBody6 {
    /*height: 190px;*/
}

#UserEditHeader,
.EditHeader {
    border-bottom: black solid 1px;
    width: 100%;
    display: inline-block;
}

#UserEditFooter,
.EditFooter {
    height: 55px;
    padding-right: 10px;
    border-top: black solid 1px;
}

.footerText {
    margin: 12px 15px;
    display: inline-block;
    max-width: 60%;
}

.footerText2 {
    margin: 12px 15px;
    display: inline-block;
    max-width: 60%;
    float: left;
}

.nowrap {
    white-space: nowrap;
}

#MainContentPass {
    width: 500px;
    margin: 0 auto;
    display: block;
    clear: both;
    padding: 10px;
    text-align: center;
}

#message2 {
    text-align: center;
    margin: auto;
    color: red;
    /*	margin-top: 20px;*/
    /*	margin-bottom: 20px;*/
    height: 100px;
    font-size: 1.2em;
}

#EditUserID {
    display: inline;
}

/*Buttons***********************************************************************************************************************************************************/

.EnterBtn {
    height: 50px;
    width: 165px;
    /*display: block;*/
    border: 0px solid #1a67b9;
    background-color: #1a67b9;
    color: #fff;
    border-radius: 5px;
    border-width: 1px 1px 3px;
    margin: 30px 10px;
    font-size: 1.15em;
}

.FunctionBtn {
    height: 12%;
    width: 60%;
    display: block;
    border: 0px solid #1a67b9;
    background-color: #1a67b9;
    color: #fff;
    border-radius: 5px;
    border-width: 1px 1px 3px;
    margin: 0 auto;
    font-size: 1.3em;
}

#NewScheduleBtn {
    width: 150px;
    margin: 10px 10px;
}

#EnterAnnualBudgetBtn {
    width: 175px;
}

.ActionButton {
    text-align: center;

    height: 29px;
    /*margin: 0 1px;*/
    width: 90px;

    float: right;

    border-radius: 0px;
    border: 0px solid #1a67b9;
    background-color: rgb(27, 157, 44);
    color: #fff;
}

.HiddenTabButton {
    display: none;
}

.TableButton {
    text-align: center;

    height: 25px;
    margin: 0;
    margin-right: 10px;
    float: right;
    width: 60px;
    font-size: 0.75em;
    padding: 0;

    border-radius: 5px;
    border: 0px solid #1a67b9;
    background-color: #1a67b9;
    color: #fff;
    z-index: 999;
}

#ExportScheduleBtn {
    width: 115px;
}

#ProjectScheduleTable .editButtons button {
    margin-right: 3px;
    width: 50px;
}

#UpBtn,
#DownBtn {
    width: 22px !important;
}

#EditBtn2 {
    width: 150px;
}

/*.SubButton{

	text-align: center;

    height:25px;
	margin: 0;
	margin-right: 10px;
	float: left;
	width: 60px;
	font-size: 0.6em;
	padding: 0;

	border-radius: 0px;
	border : 0px solid #1a67b9;
	background-color: #1a67b9;
	color: #FFF;
	z-index: 999;

	text-decoration: none;

}
*/

a.button,
.headerButton,
.tabButton,
.footerButton,
.reportButton,
.YearBtn,
#RefreshBtn,
.ActionButton {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;

    display: inline;

    /*	border-width: 1px 1px 3px;*/
}

#RefreshBtn {
    text-align: center;

    height: 25px;
    /*margin: 0 1px;*/
    width: 130px;
    margin-top: 2px;
    padding-bottom: 2px;

    /*float: left;*/

    border-radius: 5px;
    border: 0px solid #1a67b9;
    background-color: #1a67b9;
    color: #fff;

    font-size: 0.8em;
}

.YearBtn {
    text-align: center;

    /*height:25px;*/
    margin: 0 1px;
    width: 75px;
    margin-top: 2px;
    padding-bottom: 2px;

    /*float: left;*/

    border-radius: 0px;
    border: 0px solid #1a67b9;
    background-color: #1a67b9;
    color: #fff;
}

a.button,
.headerButton {
    text-align: center;

    height: 30px;
    margin: 5px 15px;
    width: 130px;

    float: right;

    border-radius: 5px;
    border: 0px solid #1a67b9;
    background-color: #1a67b9;
    color: #fff;
}

.tabButton {
    text-align: center;

    height: 30px;
    margin: 0 1px;
    width: 75px;

    border-radius: 0px;
    border: 0px solid #1a67b9;
    background-color: #1a67b9;
    color: #fff;
    font-size: 0.8em;
}

#ProjectBudgetLogTabBtn {
    width: 105px;
}

.tabButton2 {
    text-align: center;

    height: 35px;
    margin: 0 3px;
    width: 150px;

    float: left;
    padding: 0;
    border-radius: 0px;
    border: 0px solid #1a67b9;
    background-color: #1a67b9;
    color: #fff;
}

#GoBtn {
    text-align: center;

    height: 35px;
    margin: 0 3px;
    width: 32px;

    float: left;
    padding: 0;
    border-radius: 0px;
    border: 0px solid #1a67b9;
    background-color: #1a67b9;
    color: #fff;
}

a.tabButton3 {
    padding-top: 4px;
}

#ExcelBtn {
    padding-top: 1px;
}

.footerButton {
    text-align: center;

    height: 35px;
    margin: 10px 5px;
    width: 140px;

    float: right;

    border-radius: 5px;
    border: 0px solid #1a67b9;
    background-color: #1a67b9;
    color: #fff;
}

.footerButtonLeft {
    text-align: center;

    height: 35px;
    margin: 10px 10px;
    width: 140px;

    float: left;

    border-radius: 5px;
    border: 0px solid #1a67b9;
    background-color: #1a67b9;
    color: #fff;
}

.OkCancel {
    height: 35px;
    margin: 30px 15px;
    width: 130px;
    display: inline-block;
    border: 0px solid #1a67b9;
    background-color: #1a67b9;
    color: #fff;
    border-radius: 5px;
    border-width: 1px 1px 3px;
}

/*Other*******************************************************************************************************************************************************/

.hide {
    display: none !important;
}

.PageBreak {
    page-break-inside: avoid;
}

/*any class or id not to print*/
@media print {
    .noprint,
    .tabButton,
    .tabButton2,
    .tabButton3,
    #reportFooter,
    #YearSelect {
        display: none;
    }

    #ReportDate {
        display: inline;
        float: right;
        font-weight: bold;
        margin-top: 10px;
    }

    table th {
        /*display: none;*/
        color: black !important;
        font-weight: bold;
    }
}

/*Tables*******************************************************************************************************************************************************/

.HiddenRow {
    display: none;
}

#BlankRow {
    height: 20px;
}

#ForecastTbl td {
    text-align: right;
    white-space: nowrap;
}

.tblmsg {
    text-align: center;
    padding: 20px 0;
    font-size: 1.2em;
    font-style: italic;
}

.TableHeader1 {
    font-size: 1.5em;
    font-weight: bold;
}

.TableHeader2 {
    font-size: 1.3em;
    font-weight: bold;
}

.TableHeader3 {
    font-size: 1.1em;
    font-weight: bold;
}

#BudgetFooter {
    height: 165px;
}

#BudgetFooterTable {
    display: inline;
}

#BudgetFootTableDIV {
    padding: 10px;
    display: inline;
}

#BudgetFooterTable tr td:nth-child(2),
#BudgetFooterTable tr td:nth-child(5) {
    width: 150px;
    font-weight: bold;
}

#ForecastFootTableDIV,
#ScheduleFootTableDIV {
    width: 310px;
    padding: 5px 10px;
    /*	font-size: 0.8em;
	line-height: 22px;*/
    display: inline-block;
}

#ScheduleFootTableDIV {
    width: 275px;
    padding: 10px 15px;
    /*	font-size: 0.8em;
	line-height: 22px;*/
    display: inline-block;
}

#ForecastFooterTable tr td:nth-child(2),
#ScheduleFooterTable tr td:nth-child(2) {
    /*width: 150px;*/
    font-weight: bold;
}

#ForecastFooter,
#SheduleFooter {
    height: auto;
    border-top: black solid 1px;
}

/*Titles of list tables*/
#ProjectListTable th,
#UserListTable th,
#UserProjectsTable th,
#ProjectPOsTable th,
#ProjectFacilitiesTable th,
#ProjectDocsTable th,
#ProjectNotesTable th,
#ProjectRisksTable th,
#ProjectBudgetTable th,
#POInvoiceTable th,
#FacilityListTable th,
#SupplierListTable th,
#ProjectScheduleTable th {
    cursor: pointer;
}

/*#ProjectScheduleTable td{
	word-break:break-all;	
}
*/

/*
@media screen and (max-width: 1360px) {
	.doubleScroll-scroll{
		height: 1px;
	}
}*/

.doubleScroll-scroll {
    height: 1px;
}

table caption {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-width: 0;
    background-color: #fff;
    color: black;
    font-size: 1.1em;
    font-weight: bold;
}

/*all tables*/
table {
    /*	width: fit-content;
	max-width: 100%;*/
    width: 100%;
    height: auto;
    /*display: block;*/
    overflow-x: scroll;
    margin: auto;
    border-collapse: collapse;
    /*    border: 1px solid #ddd;*/

    page-break-inside: always;
}

tr {
    page-break-inside: avoid;
    page-break-after: auto;
}

table:not(.ReportTable) th {
    /*padding-top: 12px;*/
    /*padding-bottom: 12px;*/
    /*    background-color: #1a67b9;*/
    background-color: #39a2e0;
    color: white;
}

.ReportTable th {
    /*padding-top: 12px;*/
    /*padding-bottom: 12px;*/
    background-color: rgb(121, 119, 175);
    background-color: rgb(1, 166, 158);
    color: white;
    /*text-decoration: underline;*/
}

/*.TransTable{
	border: 1px solid #ddd;


}*/

.TransTable td {
    padding-left: 5px;
    border: 1px solid #ddd;
}

.HeadTitle {
    max-width: 30px;
}

/*borders and padding on all cells*/
table:not(.TransTable) td,
table:not(.TransTable) th {
    border: 1px solid #ddd;
    padding: 0px 5px;
}

/*striped*/
table:not(.TransTable) tr:not(.nohover):nth-child(even) {
    background-color: #f2f2f2;
}

/*hover highlight*/
table:not(.TransTable) tr:not(.nohover):hover {
    background-color: #ddd;
}

/*tr.nohover:hover {
	background-color: white;
}
*/

/*text alignment of cells*/
th.ctr,
td.ctr {
    text-align: center;
}

th,
td {
    text-align: left;
    height: 30px;
}

td.ButtonCell {
    width: 100px;
    text-align: center;
}

.blankCell {
    height: 25px;
}

.ScrollTable {
    max-height: 150px;
    overflow-y: auto;
    margin-bottom: 40px;
}

.TableTitle {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-width: 0;
    background-color: #fff;
    color: black;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 auto;
}

[data-href] {
    cursor: pointer;
}

#reportFooter {
    height: 50px;
    text-align: center;
    margin-bottom: 100px;
}

/*InvoiceSummarryR */

.TitleRow {
    font-size: 1.5em;
    font-weight: 500;
    color: black;
    background-color: white;
    height: 50px;
    border-top: 2px solid lightgrey;
}

.POInvoiceSummaryHeader {
    margin: auto;
    border-top: 2px solid black;
}

.POAmounts,
.POBasic {
    margin-top: 10px;
}

.POBasic {
    float: left;
}

.POAmounts {
    float: right;
}

.POAccounts {
    float: left;
    width: 60%;
    clear: left;
    margin: 40px 0 20px 0;
}

#FooterRow {
    /*margin-bottom: 150px;*/
    height: 100px;
    /*page-break-after: always;*/
    /*border-bottom: 2px solid black;*/
}

.FooterRow1 {
    height: 25px;
}

.FooterRow2 {
    height: 100px;
}

tr.PageBreak {
    page-break-after: always;
}

table[border="no"],
table[border="no"] tr,
table[border="no"] td {
    /*border-collapse: collapse;*/
    border: none;
}

tr[border="no"],
td[border="no"] {
    border: none;
}

.PageBreak {
    page-break-after: always;
}
