﻿body {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 10pt;
    margin: 0;
    color: #29507e;
}

h1 {
    font-size: 2em;
    font-weight: bold;
}

h2 {
    font-size: 1.75em;
    font-weight: bold;
}

h3 {
    font-size: 1.5em;
    font-weight: bold;
}

h4 {
    font-size: 1.25em;
    font-weight: bold;
}

h5 {
    font-size: 1em;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

h6 {
    font-size: 1em;
    margin: 0px;
    font-weight: normal;
}

h7 {
    font-size: 1em;
    font-weight: bold;
    margin: 60px 5px 0px 0px;
}

#outer {
    width: 90%;
    margin: 0 auto 0 auto;
}

#inner {
    background-color: white;
}

#header {
    height: 110px;
    border-bottom: solid 1px #29507e;
}

#sitelogo {
    height:100px;
    width:270px;
    margin: 0 auto 0 auto;
}
.sitelogoButton {
    display:inline-block;
    width:270px;
    height:100px;
    text-decoration:none;
    background:url(/images/Branding/Logo-header.png) 0 0 no-repeat;
    border:none;
}

#mainsection {
    min-height:450px;
}

#footer {
    width: 100%;
    border-top: solid 1px #29507e;
}

.inlineitem {
    display: inline-block;
    margin: 0 5px 10px 36px;
}

.inlineitem2 {
    display: inline-block;
}

.panel1 {
    margin-left: 50px;
    width: 450px;
    padding: 0 20px;
    border: solid 1px #c7dbd9;
}

.panel2 {
    padding: 0 20px 20px 20px;
    border: solid 1px #c7dbd9;
}

.itemerror {
    border: solid 1px #ff0000;
}

.inlineitemerror {
    display: inline-block;
    margin-left: 50px;
    border: solid 1px #ff0000;
}

.inlineitem2error {
    display: inline-block;
    border: solid 1px #ff0000;
}

/*
.datarow {
    background-color: #F4FAFF;
}

.altdatarow {
    background-color: #ffffff;
}
    */
table.alternatingrows tr:nth-child(even) {
    background-color: #ffffff;
}

table.alternatingrows tr:nth-child(odd) {
    background-color: #F4FAFF;
}

table tr td.employeeWidth,table tr th.employeeWidth {
    width:350px;
}

table { 
    border-spacing: 0px;
    border-collapse: separate;
}

table td {
    padding: 0px; 
}

table.borderless {
    border:none;
}

table.fullwidth {
    width:100%;
}

table.leftCells th, table.leftCells td
{
    text-align:left;
}

table.centerCells th, table.centerCells   td
{
    text-align:center;
}

table.paddedCells th, table.paddedCells td {
    padding:5px;
}

table.centerTable {
    margin:0 auto;
}

table.reportnonstockdefaultcellwidth th,table.reportnonstockdefaultcellwidth td {
    width:46px ;
    min-width:46px;
}

table.data th,table.data td { padding: 5px; }
 
table.data { border-collapse: collapse; border-spacing: 0px;width:100% } 
 
table.data th,table.data td { vertical-align: bottom; }
 
table.data { margin: 0 auto; }

table.emptyheader tr th {
    height:0px;
}

table.tableheaders tr th {
    padding-bottom:0px;
}


table tr.clickablerow:hover
{
    cursor:pointer;
}

.listtable .datarow, .listtable .altdatarow {
    cursor: pointer;
    height: 23px;
}

    .listtable .datarow:hover, .listtable .altdatarow:hover {
        background-color: #cccccc;
    }

        .listtable .datarow:hover td, .listtable .altdatarow:hover td {
            color: #29507e;
        }

.listtable2 .datarow, .listtable2 .altdatarow {
    height: 23px;
}

.listtable2 .datarow:hover, .listtable2 .altdatarow:hover {
    background-color: #cccccc;
}

.listtable2 .datarow:hover td, .listtable2 .altdatarow:hover td {
    color: #29507e;
}

.listtable3 .datarow, .listtable3 .altdatarow {
    height: 33px;
}

.listtable3 .datarow:hover, .listtable3 .altdatarow:hover {
    background-color: #cccccc;
}

.listtable3 .datarow:hover td, .listtable3 .altdatarow:hover td {
    color: #29507e;
}

.gridview1 {
    margin-left: 50px;
    border: solid 1px #c7dbd9;
}

.gridview2 {
    margin-left: 50px;
    border: solid 1px #c7dbd9;
}

.buttonsMenu {
    margin: 0 auto 10px auto;
}

#centercontent {
    max-width:400px;
    margin: 0 auto 0 auto;
}

.centerSizedButton {
    width:150px;
    height:35px;
    margin: 5px auto 5px auto;
}

.inlineSizedButton {
    display: inline-block;
    width:150px;
    height:35px;
    margin: 5px auto 5px auto;
}

.errmessage {
    color:#CC0000;
}

.centercontent {
    max-width:400px;
    margin: 0 auto 0 auto;
}

.noDecoration {
    text-decoration:none;
}

.linethroughDecoration {
    text-decoration:line-through;
}

.homeButton {
    display:inline-block;
    width:35px;
    height:35px;
    text-decoration:none;
    cursor:default;
    background:url(/images/homeButton.png) 0 0;
    border:none;
    margin:5px 4px;
}

.homeButton:hover {
    text-decoration: none;
    background:url(/images/homeButton.png) 0 -35px; 
}

.homeButton:active {
    background:url(/images/homeButton.png) 0 -35px;    
}

.pendingListsButton {
    display:inline-block;
    width:35px;
    height:35px;
    text-decoration:none;
    cursor:default;
    background:url(/images/pendingListsButton.png) 0 0;
    border:none;
    margin:5px 4px;
}

.pendingListsButton:hover {
    text-decoration: none;
    background:url(/images/pendingListsButton.png) 0 -35px; 
}

.pendingListButton:active {
    background:url(/images/pendingListsButton.png) 0 -35px;    
}

.lowStockButton {
    display:inline-block;
    width:35px;
    height:35px;
    text-decoration:none;
    cursor:default;
    background:url(/images/lowStockButton.png) 0 0;
    border:none;
    margin:5px 4px;
}

.lowStockButton:hover {
    text-decoration: none;
    background:url(/images/lowStockButton.png) 0 -35px; 
}

.lowStockButton:active {
    background:url(/images/lowStockButton.png) 0 -35px;    
}

.plantButton {
    display:inline-block;
    width:35px;
    height:35px;
    text-decoration:none;
    cursor:default;
    background:url(/images/plantButton.png) 0 0;
    border:none;
    margin:5px 4px;
}

.plantButton:hover {
    text-decoration: none;
    background:url(/images/plantButton.png) 0 -35px; 
}

.plantButton:active {
    background:url(/images/plantButton.png) 0 -35px;    
}

.equipmentButton {
    display:inline-block;
    width:35px;
    height:35px;
    text-decoration:none;
    cursor:default;
    background:url(/images/equipmentButton.png) 0 0;
    border:none;
    margin:5px 4px;
}

.equipmentButton:hover {
    text-decoration: none;
    background:url(/images/equipmentButton.png) 0 -35px; 
}

.equipmentButton:active {
    background:url(/images/equipmentButton.png) 0 -35px;    
}

.redCrossButton {
    display:inline-block;
    width:20px;
    height:20px;
    text-decoration:none;
    background:url(/images/redCrossButton.png) 0 0;
    border:none;
    margin:3px;
}

.redCrossButton:hover {
    text-decoration: none;
    background:url(/images/redCrossButton.png) 0 -20px; 
}

.redCrossButton:active {
    background:url(/images/redCrossButton.png) 0 -20px;    
}

.oldEstimatedCostButton {
    display:inline-block;
    width:35px;
    height:35px;
    text-decoration:none;
    cursor:default;
    background:url(/images/timericon.png) 0 0;
    border:none;
    margin:5px 4px;
}

.oldEstimatedCostButton:hover {
    text-decoration: none;
    background:url(/images/timericon.png) 0 -35px; 
}

.oldEstimatedCostButton:active {
    background:url(/images/timericon.png) 0 -35px;    
}

.itemsCounter {
    text-decoration:none;
    text-align:center; 
    margin:0 0 0px -18px;
    cursor:default;
    background-color:orangered;
    color:white;
}

.itemsCounter:hover {
    text-decoration:none;
}

.itemsCounter {
    width: fit-content !IMPORTANT;
    min-width: 20px;
}

.modalPanel
{
    padding:5px;
    background-color:#F4F4F4;
    border:1px solid #111;
    border-radius:5px;
}

.largeWidthModelPanel {
    width:90%;
}

.closePanelBtnImg {
    float:right;
    padding:3px;
}

.modalBackground
{
    
  background-color:#eee;
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.debugtext {
    color:#A4B9C4;
}


/* styles for contacts*/
.manageContactsOuterPanel {
    width: 493px;
}

.standardLabelText {
    width: 465px;
}

fieldset {
    padding: 10px;
}

.standardLabelText label {
    display: block;
    float: left;
    width: 160px;
    clear: left;
    margin: 4px;
}

.standardLabelText input, .standardLabelText select, .standardLabelText span, .standardLabelText textarea {
    width: 200px;
    display: block;
    float: left;
    clear: right;
    margin: 4px;
}

.standardLabelText input, .standardLabelText select, .standardLabelText span, .standardLabelText textarea {
    width: 200px;
    display: block;
    float: left;
    clear: right;
    margin: 4px;
}

.modalPanel {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #111;
    border-radius: 5px;
}

.debugtext
{
    visibility:hidden;
}