﻿body 
{
    font-family: Verdana,Arial,sans-serif;
    font-size: 0.9em;
    font-weight:lighter;
    background-color: #2C2C2C;
}
.odd
{
    background-color:lightgray;
}
.even
{
    background-color:white;
}
#statusIcon
{
    height: 15px;
    width: 15px;
    border-radius: 15px;
    border: 0 none;
    background-color: Red;
}
.statusTable
{
    border: 0px none;
    padding: 1px 1px 1px 1px;
    margin-top: 0;
}
.netStatus
{
    background-color: White;
    display:inline;
    font-family: Arial;
    font-size: medium;
    font-weight: normal;
    color: Black;
    text-shadow: 0px 0px 0px transparent;
    border-radius: 10px;
    padding: 0 10px 0 10px;
    float: left;
    text-align: center;
}
.centerTable
{
    margin-left: auto;
    margin-right: auto;
}

.standard-textbox {
    width: 125px; 
    text-align:center;
}

.standard-textbox-readonly {
    width: 125px; 
    text-align:center;
    background-color:lightgray;
    user-select:none;
}

.ui-standard-header
{
    text-align: center;
    /*sky blue rgb(143, 191, 239); or #8FBFEF*/
    /*dark blue #011B36;*/
    /*indot blue #046aac;*/
    /* dark green 6eac2c */
    border: 0 none;
    font-family: Arial;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 1px 1px 0px #000000;
}
table.ui-standard-header
{
    width:100%;
    padding: 0;
    border: 0 none;
    background-color: #046aac;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
div.ui-standard-header
{
    margin: 0;
    padding: 0;
}
#AssetHeader
{
    font-size: x-large;
}

label
{
    font-family: Verdana,Arial,sans-serif;
    /*font-weight:bold;*/
    font-size: .9em;
    color: Black;
    text-shadow: 0px 0px 0px transparent;
}
#welcomeLabel
{
    font-size: .75em;
    color: White;
}
.bgyDropDownStyle
{
    font-family: Verdana,Arial,sans-serif;
    font-weight:normal;
    font-size: .90em;
    border-color: #046aac;
}
.gridTableLayout 
{
	border: 1px solid black;
	border-collapse:collapse;
	text-align: center;
	padding: .25em 1em .25em 1em;
	clear:both;
	font-family: Verdana,Arial,sans-serif;
    font-weight:normal;
    font-size: .90em;
    color: Black;
}

.PayItemHeadFlexContainer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.gridTableChangePayItemLayout
{
    margin: 0 1em 0 1em;
}

.gridCellLayout td
{
    border: 1px solid black;
	border-collapse:collapse;
	text-align: center;
	padding: .25em 1em .25em 1em;
	clear:both;
	font-family: Verdana,Arial,sans-serif;
    font-weight:normal;
    font-size: .90em;
    color: Black;
    margin: 0 1em 0 1em;
}
.gridTableContainer
{
    text-align: center;
}
.gridHeaderLayout > th
{
    /*background-color: rgb(143, 191, 239);*/
    font-family: Verdana,Arial,sans-serif;
    font-weight: normal;
    font-size:.99em;
    border: none;
}
#payItemTableBody > tr, #changedPayItemTableBody > tr , #tdStationing
{
    cursor: pointer;
}
#payItemLabel
{
    font-family: Verdana,Arial,sans-serif;
    font-weight:lighter;
    font-size:.80em;
}
#payItemChangeGrid
{
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.ui-widget-overlay.custom-overlay
{
    background: #414141/*{bgColorOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/;
	opacity: .7/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/;    
}
#ItemDesc
{
    font-size: small;
}
.payItemChangeDate
{
    width: 7%
}
.payItemChangeAmount, .payItemChangeUnit
{
    width: 5%;
}
#SelectContractor, .payItemChangeContractor
{
    width: 25%;
}
.payItemChangeStation
{
    width: 17%
}
.payItemChangeLocation
{
    width: 20%;
    max-width: 50px;
    word-wrap: break-word;
}
.tdStationDisplay
{
    width:50px;
    /*border: 0 none;*/
    padding: .25em .25em .25em .25em;
}
.tdNoBorder
{
    border: 0 none;
}
.rightJustify
{
    text-align:right;
}
.leftJustify
{
    text-align:left;
}
.mediumTextLabel
{
    font-size:medium;
}

.standard-section
{
    margin: 5px 5px 5px 5px;
}
.ui-standard-navigation
{
    border: 0 none;
    font-family: Arial;
    font-weight: bold;
    color: #585858;
    z-index: 100000;
}
table.ui-standard-navigation
{
    width:100%;
    padding: 0;
    border: 0 none; 
    background-color: #046aac;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.ui-menu { width: 225px; }
.nav  
{
    list-style:none;
    z-index: 100000;
}
.selection-area
{
    background-color: White;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#Dashboard
{
    border: 25px solid #8FBFEF;
    padding: 25px 25px 25px 25px;
}
#HomeMenu { width: 100px; }
#EnvironmentalMenu, #ConstructionMenu {
    width: 175px;
}

.uiRequiredField 
{
    background-color: #DFB998 !important;
}

a.tooltip::before {
    content: attr(data-tip) ;   
     
    font-size: 10px;
    position:absolute;
    z-index: 999;
    white-space:nowrap;
    bottom:9999px;
    left: 50%;
    background:#000;
    color:#e0e0e0;
    padding:0px 7px;
    line-height: 24px;
    height: 24px;
     
    opacity: 0;  
    transition:opacity 0.4s ease-out; 
}

a.tooltip:hover::before {
    opacity: 1;
    bottom:-35px;
}

.tabstyle {
    min-width: 920px;
}

.iPadStyle {
    min-width: 1000px;
}

.spacingOdd {
    background-color: none;
}

.spacingEven {
    background-color: #F2F2F2;
}

.stationGridDisplay{
    border-collapse: collapse;
    text-align: center;
    font-family: Verdana,Arial,scan-serif;
    font-size: 0.7em;
    color: black;
}

.oneHundredPercentWidth  {
    width: 100%;
}

.hideDom {
    display: none;
}

/*lab buddy*/
.openCloseWindowIcon {
    text-decoration: none;
    
    width: 25px; /* Icon width */
    height: 25px; /* Icon height */
    display: inline-block;
    /*background-color: #0078ae;*/
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    float:right;
}

.commonHeader{
    font-family: Verdana, Arial, sans-serif;
    font-size: 15.8333px;
    font-weight: 400;
}


