﻿/* reset styles                                                                      */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* html and body styles                                                              */

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
    font-family: Arial, Helvetica, sans-serif;
    background: rgb(197,204,211) url(img/background.png);
}  

/* content styles                                                                     */

#SmartApp
{
}

#SmartApp .Page
{
    display: none;
}

.content
{
}

.content ul 
{
    color: #aaa;
    padding: 0;
    margin: 15px 10px 17px 10px;
}

.content ul.buttonbar
{
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
    box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
    -moz-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
}

.content ul.buttonbar li {
    color: #666;
    border-top: 1px solid #888888;
    list-style-type: none;
    padding: 10px 10px 10px 10px;
    font-weight: normal;
    font-size: 18px;
    overflow: hidden;
    background-color: White;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-border-radius: 8px;
}

.content ul.rounded
{
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
    box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
    -moz-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
}

.content ul.rounded li:first-child {
    border-top: 1px solid #888888;
    border-left: 1px solid #888888;
    border-right: 1px solid #888888;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-top-left-radius: 8px;
    -moz-border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}
.content ul.rounded li:last-child {
    border: 1px solid #888888;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-bottom-left-radius: 8px;
    -moz-border-bottom-right-radius: 8px;
}
.content ul.rounded li {
    color: #666;
    border-top: 1px solid #888888;
    border-left: 1px solid #888888;
    border-right: 1px solid #888888;
    list-style-type: none;
    padding: 10px 10px 10px 10px;
    font-weight: normal;
    font-size: 18px;
    overflow: hidden;
    background-color: White;
    text-shadow: rgba(0,0,0,.2) 0 2px 2px;
}

.content ul li.arrow {
    background-image: url('img/chevron.png');
    background-position: right center;
    background-repeat: no-repeat;
}

.content ul.rounded li.arrow-ticked {
    background-image: url('img/chevron-tick.png');
    background-position: right center;
    background-repeat: no-repeat;
}

.content ul.rounded li a, .content li.img a + a 
{
    color: #333333;
    text-decoration: none;
}

/* input styles                                                                     */

.content ul li input[type="text"],
.content ul li input[type="password"],
.content ul li input[type="tel"],
.content ul li input[type="Time"],
.content ul li input[type="Date"],
.content ul li input[type="DateTime"],
.content ul li input[type="range"],
.content ul li input[type="month"],
.content ul li input[type="number"],
.content ul li input[type="search"],
.content ul li input[type="email"],
.content ul li input[type="url"],
.content ul li textarea,
.content ul li select {
    color: #777;
    background: #fff;
    border: 0;
    padding: 0;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    width: 60%;
    -webkit-appearance: textarea;
}

.content ul li textarea
{
    width: 100%;
}


.content ul li input[type="text"],
.content ul li input[type="password"],
.content ul li input[type="tel"],
.content ul li input[type="Time"],
.content ul li input[type="Date"],
.content ul li input[type="DateTime"],
.content ul li input[type="range"],
.content ul li input[type="month"],
.content ul li input[type="number"],
.content ul li input[type="search"],
.content ul li input[type="email"],
.content ul li input[type="url"],
.content ul li textarea
{
    padding-top: 2px;
}

.content ul li .nowbutton {vertical-align: middle; border: 0; float:right;}

.content ul li select.day { border: 1px solid #e0e0e0;width: 16%; background: none;}
.content ul li select.month { border: 1px solid #e0e0e0;width: 16%;  background: none;}
.content ul li select.year {border: 1px solid #e0e0e0; width: 16%;  background: none;}
.content ul li select.hour { border: 1px solid #e0e0e0; width: 16%;  background: none;}
.content ul li select.minute { border: 1px solid #e0e0e0; width: 17%;  background: none;}
.content ul li select.ampm { border: 1px solid #e0e0e0; width: 12%;  background: none;}

.content ul li textarea 
{
    display: inline-block;
    height: 120px;
}

.content ul li select {
    text-indent: 0px;
    width: 60%;
}

.content ul li input[type="checkbox"], #jqt ul li input[type="radio"] {
    margin-left: 0px;
    margin-right: 10px;
}

.content ul li input[type="checkbox"]:after, #jqt ul li input[type="radio"]:after {
    content: attr(title);
    display: block;
    width: 246px;
    color: #777;
    margin: 20px 0 0 30px;
}

.content ul li label
{
    width: 39%;
    margin-top: 2px;
    display: inline-block;
    text-indent: 0px;
    font-size: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    text-shadow: rgba(0,0,0,.2) 0 2px 2px;
    vertical-align: top;
}

.content ul li .info-label
{
    float: left;
}

.content ul li .info
{
    width: 60%;
    display: inline-block;
    margin-top: 3px;
    float: left;
    font-size: 16px;
    font-weight: normal;
}

/* button styles                                                                     */

.content a .full
{
    width: 100%;
}

.content a.redbutton 
{
    background: transparent url('img/btn-red-right.png') no-repeat scroll top right;
    display: block;
    float: left;
    margin-right: 8px;
    padding-right: 11px;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    font-weight: normal;
}

.content a.redbutton span 
{
    background: transparent url('img/btn-red.png') no-repeat;
    display: block;
    line-height: 44px;
    margin: 0;
    padding: 0px 0px 0px 11px;
}

.content a.redbutton:hover
{
    background: transparent url('img/btn-over-right.png') no-repeat scroll top right;
    color: #333333;    
    text-decoration: none;
}

.content a.redbutton:hover span 
{
    background: transparent url('img/btn-over.png') no-repeat;
    text-decoration: none;
}

.content a.greenbutton 
{
    background: transparent url('img/btn-green-right.png') no-repeat scroll top right;
    display: block;
    float: left;
    margin-right: 8px;
    padding-right: 11px;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
}

.content a.greenbutton span 
{
    background: transparent url('img/btn-green.png') no-repeat;
    display: block;
    line-height: 44px;
    margin: 0;
    padding: 0px 0px 0px 11px;
}

.content a.greenbutton:hover
{
    background: transparent url('img/btn-over-right.png') no-repeat scroll top right;
    color: #333333;    
    text-decoration: none;
}

.content a.greenbutton:hover span 
{
    background: transparent url('img/btn-over.png') no-repeat;
    text-decoration: none;
}

.content a.whitebutton 
{
    background: transparent url('img/btn-white-right.png') no-repeat scroll top right;
    display: block;
    float: left;
    margin-right: 8px;
    padding-right: 11px;
    text-decoration: none;
    /*color: #fff;*/
    color: Black;
    font-size: 15px;
    font-weight: normal;
}

.content a.whitebutton span 
{
    background: transparent url('img/btn-white.png') no-repeat;
    display: block;
    line-height: 44px;
    margin: 0;
    padding: 0px 0px 0px 11px;
}

.content a.whitebutton:hover
{
    background: transparent url('img/btn-over-right.png') no-repeat scroll top right;
    color: #333333;
    text-decoration: none;
}

.content a.whitebutton:hover span 
{
    background: transparent url('img/btn-over.png') no-repeat;
    text-decoration: none;
}

.content a.graybutton 
{
    background: transparent url('img/btn-gray-right.png') no-repeat scroll top right;
    display: block;
    float: left;
    margin-right: 8px;
    padding-right: 11px;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
}

.content a.graybutton span 
{
    background: transparent url('img/btn-gray.png') no-repeat;
    display: block;
    line-height: 44px;
    margin: 0;
    padding: 0px 0px 0px 11px;
}

.content a.graybutton:hover
{
    background: transparent url('img/btn-over-right.png') no-repeat scroll top right;
    color: #333333;    
    text-decoration: none;
}

.content a.graybutton:hover span 
{
    background: transparent url('img/btn-over.png') no-repeat;
    text-decoration: none;
}

.content a.bluebutton 
{
    background: transparent url('img/btn-blue-right.png') no-repeat scroll top right;
    display: block;
    float: left;
    margin-right: 8px;
    padding-right: 11px;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
}

.content a.bluebutton span 
{
    background: transparent url('img/btn-blue.png') no-repeat;
    display: block;
    line-height: 44px;
    margin: 0;
    padding: 0px 0px 0px 11px;
}

.content a.bluebutton:hover
{
    background: transparent url('img/btn-over-right.png') no-repeat scroll top right;
    color: #333333;    
    text-decoration: none;
}

.content a.bluebutton:hover span 
{
    background: transparent url('img/btn-over.png') no-repeat;
    text-decoration: none;
}

/* custom styles - joblist                                                                     */

.jbsPrompt {float: left; width: 100px; text-overflow: ellipses; margin-top: 5px; white-space: nowrap; display: inline-block; overflow: hidden;}
.jbsText {float: left; width: 40%; text-overflow: ellipses; white-space: nowrap; display: inline-block; overflow: hidden;}
.jbsButtons {margin-top: 2px; float: right; width: 65px;}

.jbsGo {float: left; margin-right: 5px;}
.jbsClear {float: left;}
.jbsSearch {width: 100%;}
.jbsHidden {width: 100%;}

.jbdNumber {font-size: 18px; font-weight: bold; float:left;}
.jbdDue {font-size: 18px; font-weight: bold; float:right;}
.jbdName {clear: both;}
.jbdSite {}
.jbdDesc {}

.content ul li .jbdToggle
{
    float: left; 
    color: Blue !important;
}


.content ul li .jbdToggle a 
{
    float: left; 
    margin-left:5px;
    color: Blue !important;
}

.content ul li .jbdRemove
{
    float: left; 
    margin-left:15px;
    color: Blue !important;
}

.content ul li .jbdRemove a 
{
    float: left; 
    margin-left:5px;
    color: Blue !important;
}

#txfrmJobList_Search, #txfrmJobFind_Search, #txfrmJobList_Filter
{
    width: 90%;
    border: 1px solid #c0c0c0;
    font-size: 18px !important;
    font-weight: normal !important;
    margin-bottom: 3px;
    padding: 3px;
}



/* custom styles - timelist                                                                     */

.content ul li.normal
{
    background-color: #FFFFFF;
}

.content ul li.signedoff
{
    background-color: #CCFFCC;
}

.content ul li.timeron
{
    background-color: #FCEDCF;
}

.content ul li.timeron .tsGrid_DurationAmount
{
    background-color: #FFCC66;
    background-image: url(img/timer.gif);
    background-position: 3px center;
    background-repeat: no-repeat;
}


.headerlink {color: white; text-decoration: none;}
.headerlink a {color: White; text-decoration: none;}
.headerlink a:hover {color: White; text-decoration: none;}

.stGrid_Item {float: left; width: 100%; text-overflow: ellipses; white-space: nowrap; display: inline-block; overflow: hidden;}
.ulGrid_Item {float: left; width: 100%; text-overflow: ellipses; white-space: nowrap; display: inline-block; overflow: hidden;}
.adGrid_Item {float: left; width: 100%; text-overflow: ellipses; white-space: nowrap; display: inline-block; overflow: hidden;}

.smGrid_Date {float: left; width: 45%; text-overflow: ellipses; white-space: nowrap; display: inline-block; overflow: hidden;}
.smGrid_Unsent {float: left; width: 25%; text-overflow: ellipses; white-space: nowrap; display: inline-block; overflow: hidden;}
.smGrid_Total {float: left; width: 20%; text-overflow: ellipses; white-space: nowrap; display: inline-block; overflow: hidden;}

.jfGrid_JobNumber {float:left; font-weight: bold; width: 30%; text-overflow: ellipses; margin-top: 5px; margin-bottom: 8px; white-space: nowrap; display: inline-block; overflow: hidden;}
.jfGrid_DueDate {float:right; font-weight: bold; width: 69%; text-align: right; text-overflow: ellipses; margin-top: 5px; margin-bottom: 8px; white-space: nowrap; display: block; overflow: hidden;}
.jfGrid_ClientName {float: left; width: 100%; text-overflow: ellipses; white-space: nowrap; display: inline-block; overflow: hidden;}
.jfGrid_ClientSite {float: left; width: 100%; text-overflow: ellipses; white-space: nowrap; display: inline-block; overflow: hidden;}
.jfGrid_Description {float: left; width: 100%; text-overflow: ellipses; white-space: nowrap; display: inline-block; overflow: hidden;}

.tsGrid_Time {float:left; font-weight: bold; width: 60%; text-overflow: ellipses; margin-top: 5px; margin-bottom: 8px; white-space: nowrap; display: inline-block; overflow: hidden;}
.tsGrid_DurationAmount 
{
    display: inline-block;
    float: right;
    margin-right: 0px;
    padding: 4px 4px 3px 4px;
    width: 80px;
    border: 1px solid #c0c0c0;
    background-color: #B3D9FF;
    text-align: right;
    margin-top: 0px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.content ul li.signedoff .tsGrid_DurationAmount
{
    background-color: #98E28D;
}

.tsGrid_Activity {float: left; width: 100%; text-overflow: ellipses; white-space: nowrap; display: inline-block; overflow: hidden;}
.tsGrid_ClientSite {float: left; width: 100%; text-overflow: ellipses; white-space: nowrap; display: inline-block; overflow: hidden;}
.tsGrid_Description {float: left; width: 100%; text-overflow: ellipses; white-space: nowrap; display: inline-block; overflow: hidden;}
.tsGrid_Chevron 
{
    float: right; width: 20%;
    background-image: url('img/chevron.png');
    background-position: right center;
    background-repeat: no-repeat;
}

/* custom styles - time entry                                                                    */

.teHeader {float: left; width: 90%; text-overflow: ellipses; margin-top: 5px; white-space: nowrap; display: inline-block; overflow: hidden;}
.teToggle {float: right; }
.teClient {float: left; width: 100%; text-overflow: ellipses; white-space: nowrap; display: inline-block; overflow: hidden;}
.teSite {float: left; width: 100%; text-overflow: ellipses; white-space: nowrap; display: inline-block; overflow: hidden;}
.teJob {float: left; width: 100%; text-overflow: ellipses; white-space: nowrap; display: inline-block; overflow: hidden;}
.teDescription {float: left; text-overflow: ellipses; height: 40px; display: inline-block; overflow: hidden;}
.teMapLink {float: right; text-overflow: ellipses; height: 40px; display: inline-block; overflow: hidden;}
.content ul.rounded li .teMapLink a {color:blue}

/* custom styles - timesheet                                                                    */

.timesheetlistprmpt
{
    display: inline-block;
    white-space: nowrap;
    margin-top: 6px;
    margin-left: 10px;
    float: left;
    width: 70%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.timesheetlisttotal
{
    display: inline-block;
    float: right;
    margin-right: 20px;
    padding: 4px 4px 3px 4px;
    width: 46px;
    border: 1px solid #c0c0c0;
    background-color: #B3D9FF;
    text-align: right;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.timesheetlistdet
{
    display: inline-block;
    float: left;
    width: 75%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.timesheetlistdur
{
    display: inline-block;
    float: right;
    margin-right: 0px;
    padding: 4px 4px 3px 4px;
    width: 46px;
    border: 1px solid #c0c0c0;
    background-color: #B3D9FF;
    text-align: right;
    margin-top: 26px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.content ul li.listbuttonpanel
{
    background-color: #c0c0c0;
}

.quickbutton-farleft
{
    border-right: 1px solid white;
    float: left;
    width: 25%;
    text-align: center;
}

.quickbutton-left
{
    border-right: 1px solid white;
    float: left;
    width: 25%;
    text-align: center;
}


.quickbutton-right
{
    border-right: 1px solid white;
    float: left;
    width: 24%;
    text-align: center;
}

.quickbutton-farright
{
    float: left;
    width: 24%;
    text-align: center;
}

/* toolbar styles                                                                     */

.toolbar
{
    background-image: url('img/tool-back.png');
    background-repeat: repeat-x;
    height: 90px;
    position: relative;
    width: 100%;
    overflow: hidden;
    display: table;
    table-layout: fixed;  
}

.toolbar .tool
{
    margin-top: 11px;
    width: 24%;
    text-align: center;
    background-repeat: no-repeat;
    display: table-cell;
}

.toolbar .tool-add
{
    background-image: url('img/tool-add.png');
    height: 66px;
    width: 66px;
    margin-left: auto;
    margin-right: auto;
}

.toolbar .tool-addtojob
{
    background-image: url('img/tool-addtojob.png');
    height: 66px;
    width: 66px;
    margin-left: auto;
    margin-right: auto;
}

.toolbar .tool-summary
{
    background-image: url('img/tool-summary.png');
    height: 66px;
    width: 66px;
    margin-left: auto;
    margin-right: auto;
}

.toolbar .tool-settings
{
    background-image: url('img/tool-settings.png');
    height: 66px;
    width: 66px;
    margin-left: auto;
    margin-right: auto;
}

/* header styles                                                                     */

.header 
{
    -webkit-box-sizing: border-box;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #2d3642;
    padding: 10px;
    background: url('img/header.png') #6d84a2 repeat-x;
    position: relative;
    text-align: center;
}

.header > h1 {
    overflow: hidden;
    top: 10px;
    line-height: 1em;
    font-size: 20px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

.header .right
{
    position: absolute;
    overflow: hidden;
    right: 6px;
    top: 6px;
}

.header .left
{
    position: absolute;
    overflow: hidden;
    left: 6px;
    top: 6px;
}

.header a.button 
{
    background: transparent url('img/hdr-btn-right.png') no-repeat scroll top right;
    display: block;
    float: left;
    margin-right: 0px;
    padding-right: 5px;
    text-decoration: none;
    color: #fff;
    line-height: 30px;
    font-size: 13px;
    font-weight: normal;
}

.header a.button span 
{
    background: transparent url('img/hdr-btn-left.png') no-repeat;
    display: block;
    line-height: 30px;
    padding: 0px 0px 0px 5px;
}

.header a.button:hover
{
    background: transparent url('img/hdr-btn-right-over.png') no-repeat scroll top right;
    text-decoration: none;
}

.header a.button:hover span 
{
    background: transparent url('img/hdr-btn-left-over.png') no-repeat;
    text-decoration: none;
}

.header a.back 
{
    background: transparent url('img/hdr-btn-right.png') no-repeat scroll top right;
    display: block;
    float: left;
    margin-right: 0px;
    padding-right: 5px;
    text-decoration: none;
    color: #fff;
    line-height: 30px;
    font-size: 13px;
    font-weight: normal;
}

.header a.back span 
{
    background: transparent url('img/hdr-bck-left.png') no-repeat;
    display: block;
    line-height: 30px;
    padding: 0px 0px 0px 10px;
}

.header a.back:hover 
{
    background: transparent url('img/hdr-btn-right-over.png') no-repeat scroll top right;
}

.header a.back:hover span 
{
    background: transparent url('img/hdr-bck-left-over.png') no-repeat;
    text-decoration: none;
}

/* footer styles                                                                     */

.footer
{
    border-top: 1px solid #2d3642;
    -webkit-box-sizing: border-box;
    height: 68px;
    background: url('img/status.png') #6d84a2 repeat-x;
    position: relative;
    text-align: right;
    display: none;
}

.footer .footer-link
{
    margin-top: 17px;
    margin-right: 15px;
    height: 35px;
    width: 140px;
    background-image: url('img/to-top.png');
    float: right;
}

#SpinnerContainer
{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    /*background: black;
    opacity: 0.5;
    filter: alpha(opacity=80);*/
    width:100%;
    height:100%; 
} 

#SpinnerImage
{
    background-color:transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -25px;
}
