﻿html {
    background-color: #fff;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    color: #000;
    font-size: 12px;
    font-family: "Segoe UI", Arial, Tahoma, sans-serif;
    margin: 0;
    padding: 0;
}

a
{
    color:#0000ff;
}
a:link, a:visited,
    a:active, a:hover {
        color: #0000ff;
    }

a.command
{
    color:#000;
}

a.command:link, a.command:visited,
    a.command:active {
        color: #000;
    }

    a.command:hover
    {
        color:#0000ff;
    }


a.nav
{
    color:#e6e8f2;
}
a.nav:link, a.nav:visited,
    a.nav:active, anav:hover {
        color: #0000ff;
    }



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;
}

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0px;
}

#body {
    background-color: #fff;
    clear: both;
}

.main-content {
    min-height:560px;
}

.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat;
}

header .content-wrapper {
    padding-top: 6px; 
}
    
.footer {
    clear: both;
    font-size: .8em;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 6px;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: 1.2em;
    margin: 10px;
    text-align: right;
}

#login a {
    margin-left: 3px;
    margin-right: 3px;
    padding: 4px 6px;
    text-decoration: none;
}

#login a.username {
    background: none;
    margin-left: 0px;
    text-decoration: underline;
}

#login ul {
    margin: 0;
}

#login li {
    display: inline;
    list-style: none;
}


/* page elements
----------------------------------------------------------*/

.control-panel
{
    width:200px;
    border-right:1px solid #999;
    min-height:inherit;
    padding:10px;
}

.control-panel-panel
{
    margin-bottom:10px;
    padding-bottom:8px;
    border-bottom:1px solid #999;
}

.page-content
{
    background-color:#fff;
    min-height:inherit;
}


/* content */
.label {
    font-weight: 600;
}

table.pageForm
{
    width:100%;
}

table.pageForm th
{
    font-weight:700;
    text-align:left;
    padding:6px;
}

table.pageForm td
{
    padding:6px;
}

table.workOrderList
{
	width: 100%;
	font-size: 1.0em;
	color:#000000;
	padding:0px;
}

table.workOrderList td
{
	padding:0px;
}

td.workOrderListItem
{
	padding:0px;
	vertical-align:middle;
	display:inline;
	background-color:#EBF3F3;
}


td.workOrderListItemAlt
{
	padding:0px;
	vertical-align:middle;
	display:inline;
	background-color:#EBF3F3;
}

table.workOrderListItem
{
	background-color:#EBF3F3;
	width:100%;
	padding: 0px 0px 4px 0px;
}

table.workOrderListItemAlt
{
	background-color:#EBF3F3;
	width:100%;
	padding: 0px 0px 4px 0px;
}

.accent
{
	font-weight:600;
    vertical-align:top;
}

.detailLabel 
{
    background-color: #EBF3F3;
    padding: 5px;
    border-bottom:solid 1px #fff;
}

.detailData
{
    padding: 5px;
    border-bottom:solid 1px #c8c8c8;
    vertical-align:top;
}

.dataPanel
{
    margin-top:8px;
    border: 1px solid #c8c8c8;
}

.dataPanel table
{
    border-spacing:0px;
}

/* login page */
#loginForm {
    width: 460px;
    background-color:#f8f8f8;
    margin-left:auto;
    margin-right:auto;
}

#loginForm .validation-error {
    display: block;
    margin-left: 15px;
}

/* forms */

fieldset
{
    border: none;
    padding:4px 4px 6px 6px;
}

fieldset.login
{
    margin: 1.0em 0px;
    padding: 1.0em;
}

fieldset.login p 
{
    margin: 2px 12px 6px 10px;
    
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.2em;
    font-weight: 600;
    padding: 2px 4px 4px 2px;
}

legend.login
{
    font-size: 1.2em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}
   
fieldset ol {
    padding: 0;
    list-style: none;
}

    fieldset ol li {
        padding-bottom: 5px;
        margin-left:16px;
    }

label {
    font-size: 1.0em;
    padding-left:8px;
}

label.checkbox {
    display: inline;
}

textarea {
    font-family: inherit;
}
    
input:focus, textarea:focus {
    border: 1px solid #7ac0da;
}

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

/* info and errors */
.message-info {
    color: #0000ff;
    font-size: 1.0em;
    font-weight: bold;
}

.message-error {
    color: #ff0000;
    font-size: 1.0em;
    font-weight: bold;
}

.message-success {
    color: #008b00;
    font-size: 1.0em;
    font-weight: bold;
}

.error {
    color: #ff0000;
}

.success
{
    color:#008b00;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/* tables
----------------------------------------------------------*/

table.centerAll {
    margin:6px;
}

table.centerAll td {
    text-align:center;
    border:1px solid #c8c8c8;
}

table.grid
{
    border-collapse: collapse;
    width:100%;
}

table.grid th
{
    border:1px solid #000;
    font-weight:600;
    text-align:left;
    background-color:#f0f0f0;
    padding:2px;
}

table.grid th a, a:link, a:active, a:visited
{
	color:#000000;
	font-weight:normal;
    font-style:normal;
}

table.grid td
{
    border:1px solid #000;
    padding:2px;
}

.gridAltRow td
{
	background-color:#EBF3F3;
}

.gridRow td
{
	background-color:#FFFFFF;
}

table.addForm
{
    width:100%;
}

table.addForm th
{
    font-weight:600;
    text-align:left;
    background-color:#f0f0f0;
    padding:2px 4px 2px 4px;
}

table.addForm td
{
    padding:2px;
}

table.pageForm
{
    width:100%;
}

table.pageForm th
{
    font-weight:700;
    text-align:left;
    padding:6px;
}

table.pageForm td
{
    padding:6px;
}

div.assignmentProperty
{
	background-color:#EBF3F3;
	border:1px solid #999999; 
	margin: 2px 2px 6px 2px;
	padding-top:6px;
	padding-left:10px;
	min-height:30px; 
	clear:both;
}

div.assignSummaryIcon {
	float:left; 
	width: 30px; 
	height: 100%;
}

div.assignSummary {
	float:left; 
	text-align: left; 
	width: 90%;
}

span.assignPropsTitle
{
	margin-right:10px; 
	color:#282828;
	font-size: 1.0em;
	font-weight:bold;
}

div.assignmentForm 
{
    border: 1px solid #C0C0C0; 
    background-color:#FFFFF0; 
    width: 99%;
}

/* expanding list in menu */
.container {
    width:100%;
    
}
.container div {
    width:95%;
}
.container .header {
    background-color:inherit;
    cursor: pointer;
    padding: 8px 6px; color: #ffffff; font-size: 1.4em; text-decoration: none;
    border-bottom: 1px solid #303c4a;
    /*background: url('images/expand.png') no-repeat;*/
    background: url('../images/open.png') no-repeat;
    background-position:right center;
}
.container .header.expanded
{
    /*background: url('images/collapse.png') no-repeat;*/
    background: url('../images/close.png') no-repeat;
    background-position:right center;
}
.container .excontent {
    display: none;
    padding : 5px;
    border:1px solid #d3d3d3;
}
/* ........... */

/* expanding section on pages */
.exp-container {
    width:100%;
}
.exp-container div {
    width:99%;
}
.exp-container .expheader {
    background-color: #EBF3F3;
    cursor: pointer;
    font-weight: bold;
    padding: 8px 6px; color: #000; font-size: 1.1em; text-decoration: none;
    border-bottom: 1px solid #d3d3d3;
    /*background-image: url('images/expand_AltBlue1.png');*/
    background-image: url('../images/open.png');
    background-repeat:no-repeat;
    background-position:99% 50%;
}
.exp-container .expheader.expanded
{
    /*background-image: url('images/collapse_AltBlue1.png');*/
    background-image: url('../images/close.png');
    background-repeat:no-repeat;
    background-position:99% 50%;
}
.exp-container .excontent {
    display: none;
    padding : 5px;
    border:1px solid #d3d3d3;
}

.exp-container-o {
    width:100%;
}
.exp-container-o div {
    width:99%;
}
.exp-container-o .expheader {
    background-color: #EBF3F3;
    cursor: pointer;
    font-weight: bold;
    padding: 8px 6px; color: #000; font-size: 1.1em; text-decoration: none;
    border-bottom: 1px solid #d3d3d3;
    /*background-image: url('images/collapse_AltBlue1.png');*/
    background-image: url('../images/close.png');
    background-repeat:no-repeat;
    background-position:99% 50%;
    
}
.exp-container-o .expheader.expanded
{
    /*background-image: url('images/expand_AltBlue1.png');*/
    background-image: url('../images/open.png');
    background-repeat:no-repeat;
    background-position:99% 50%;
}
.exp-container-o .excontent {
    display: block;
    padding : 5px;
    border:1px solid #d3d3d3;
    border-top:none;
}

.smallFont
{
    font-size:.9em;
}

.imageIconButton
{
	border:0px none;
	margin-left:4px;
	margin-right:4px;
	clear:left;
	vertical-align:text-top;
	padding:0px;
	width:24px;
}


/* fieldtime */
tr.unappliedRow td {
    background-color: #F0F8FF;
    padding: 2px;
}

.summaryRowItem td {
    background-color: #FFFFFF;
    min-height: 26px;
    vertical-align: middle;
    padding-bottom: 6px;
    border-top: 1px solid #999999;
}

.summaryRowAltItem td {
    background-color: #F5F5DC;
    min-height: 26px;
    vertical-align: middle;
    padding-bottom: 6px;
    border-top: 1px solid black;
}

.detailRowItem td
{
	background-color:#FFFFFF;
	min-height:26px;
	vertical-align:middle;
}

.detailRowAltItem td
{
	background-color:#EAEAEA;
	min-height:26px;
	vertical-align:middle;
}

.searchPanel {
    display: none;
    border: 1px solid #999999;
    background-color: #EBF3F3;
    margin: 0px 3px 5px 2px;
    padding: 7px 5px 5px 8px;
    vertical-align:middle; 
    font-size:1.0em; 
}

/* field time */
@media print 
{
    .noPrint 
    {
        display:none;
    }
}

table.addForm
{
    width:100%;
}

table.addForm th
{
    font-weight:600;
    text-align:left;
    background-color:#f0f0f0;
    padding:2px 4px 2px 4px;
}

table.addForm td
{
    padding:2px;
}


/* ........... */

/* popout menu */
* { margin: 0; padding: 0; }

a { -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-touch-callout: none; }

/*ul,ol,h1,h2,h3,h4,h5,h6,p { display: block; }*/

#w { position: relative; overflow-x: hidden; overflow-y: hidden; }

/** @group core body **/
#w #pagebody { position: relative; left: 0; min-width: 320px; height:100%; min-height:800px; z-index: 99991; }

/*#w #navmenu { background: #6699FF; height:100%; min-height:800px; display: block; position: fixed; width: 300px; left: 0px; top: 0px; z-index: 0;  }*/

#w #navmenu { background: #6699FF; height:100%; min-height:800px; display: block; position: fixed; width: 300px; left: -300px; top: 0px; z-index: 0;  }

/** @group header **/
#w #pagebody header#toolbarnav { display: block; 
                                 position: fixed; 
                                 left: 0px; 
                                 top: 0px; 
                                 z-index: 9999; 
                                 background: #0b1851 url('../images/tabbar-solid-bg-6699FF.png') top left; 
                                 border-bottom-right-radius: 0; -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; height: 44px; width: 100%; }

/*color: #e6e8f2;*/
#w #pagebody header#toolbarnav h1 { text-align: left; padding-left:10px; padding-top: 8px; color: #000000; font-weight: bold; font-size: 1.2em; }

#w #pagebody header#toolbarnav h2 { text-align: left; padding-top: 6px; padding-right: 20px; color: #000000; font-weight: bold; font-size: 1.0em; }

#w #pagebody header #menu-btn { display: block; float: left; width: 53px; height: 30px; background: url('../images/nav-btn_AltBlue1.png') no-repeat; margin-top: 6px; margin-left: 8px;}

#w #pagebody #content { display: block; background: #fff; padding: 5px 12px; margin-top: 40px; min-height: 820px; height: 100%; z-index: 9999; }

#w #pagebody #content h2 { border-bottom: 1px solid #ddd; border-top: 1px solid #ddd; color: #181818;
font-family: "Droid Serif", Georgia, serif; font-size: 2.6em; line-height: 1.8em; font-weight: 500; margin-top: 25px; margin-bottom: 25px; padding: 12px 0; text-align: center; }
#w #pagebody #content h3 { font-family: "Calibri", Verdana, Arial, sans-serif; font-weight: 700; font-size: 1.8em; line-height: 1.75em; text-transform: capitalize; margin-bottom: 5px; color: #222; }
#w #pagebody #content p { font-size: 1.4em; line-height: 1.6em; margin-bottom: 15px; color: #444; }

/*#w #pagebody #content a { color: #78a5ce; }
#w #pagebody #content a:hover { color: #678eb2; }*/

/** @group nav menu **/
#w #navmenu header { display: block; background: #ffffff; height: 44px; background-image: url('../images/FieldAccess.jpg'); background-repeat:no-repeat; background-position:center; }

#w #navmenu header h1 { text-align: left; padding-top: 10px; color: #e6e8f2; font-weight: bold; font-size: 2.1em; text-shadow: 1px 1px 0px #313131; }

#w #navmenu ul { list-style: none; background: #6699FF; height: 100%; }

#w #navmenu ul li { display: block; margin:6px; }
#w #navmenu ul li a { position: relative; display: block; border-bottom: 1px solid #303c4a; padding: 8px 6px; color: #ffffff; font-size: 1.2em; text-decoration: none; }

#w #navmenu ul li a:hover { color: #000; text-decoration: none; }

/*#w #navmenu ul li a::after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-right: 3px solid #d0d0d8;
	border-top: 3px solid #d0d0d8;
	position: absolute;
	right: 30px;
	top: 45%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}*/

#w #navmenu ul li a:hover::after { border-color: #cad0e6; }

/** @group misc **/
.blue { color: #1c609f !important; font-weight: bold; }

/** @group clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/* ......... */
.styled-button-1 {
    -webkit-box-shadow: rgba(0,0,0,0.2) 0 1px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.2) 0 1px 0 0;
    box-shadow: rgba(0,0,0,0.2) 0 1px 0 0;
    color: #333;
    /**background-color:#FA2;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: none;
    font-family: 'Helvetica Neue',Arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 32px;
    padding: 4px 16px;
    text-shadow: #FE6 0 1px 0;
}

.paddedButton
{
    padding:2px 6px 3px;
}

.banner {
    background: #fff;
    border: 1px solid #999;
    min-height: 135px;
    display: none; 
    padding:2px;
    
}

.bold {
    font-weight:bold;
}

 a img, a:link img, a:visited img, a:hover img, a:active img { border:0 !important; }

.powered_by {
    float: left;
}
.ui_version {
    float: right;
}

 tr.unappliedRow td {
    background-color:#F0F8FF;
}

/* DE1519 */
.dropDownLength {
    width: 70%;
}



