
/*
 * Haydn 2 Base CSS
 */

@font-face{
font-family:"Trade Gothic W01 Light";
src:url("fonts/1d699af3-0e50-4c4b-a343-42d071e85714.eot?#iefix");
src:url("fonts/1d699af3-0e50-4c4b-a343-42d071e85714.eot?#iefix") format("eot"),url("fonts/5414f75e-5cb8-4357-88e5-5a294424c859.woff2") format("woff2"),url("fonts/537b145a-6a7d-4787-81d9-7228d3a42458.woff") format("woff"),url("fonts/8e50278c-45cd-4808-b774-24767d958f17.ttf") format("truetype"),url("fonts/d918b947-5fcb-42e2-8286-a98a801876de.svg#d918b947-5fcb-42e2-8286-a98a801876de") format("svg");
}
@font-face{
font-family:"Trade Gothic W01 Roman";
src:url("fonts/413d9688-00d4-47c4-bb55-656a0cd396e9.eot?#iefix");
src:url("fonts/413d9688-00d4-47c4-bb55-656a0cd396e9.eot?#iefix") format("eot"),url("fonts/7b555e94-d57a-415e-a36e-1b0c5d3b90d2.woff2") format("woff2"),url("fonts/c4aef0d4-bfcf-4790-acf5-909881f411e8.woff") format("woff"),url("fonts/e741f29c-bc18-4343-bff3-db2465a0be3e.ttf") format("truetype"),url("fonts/853e2a9b-4057-42a5-ad7e-0762cda0b13c.svg#853e2a9b-4057-42a5-ad7e-0762cda0b13c") format("svg");
}
@font-face{
font-family:"Trade Gothic W01 Bold";
src:url("fonts/2e9af08f-0faf-45e3-9767-78a700434af3.eot?#iefix");
src:url("fonts/2e9af08f-0faf-45e3-9767-78a700434af3.eot?#iefix") format("eot"),url("fonts/d2e623ca-efc6-4557-ae55-ebb786065dcf.woff2") format("woff2"),url("fonts/f51d24dd-8256-43c6-ba1a-6aeae9d3f262.woff") format("woff"),url("fonts/955ee494-66b2-4eb2-8f19-bc3a088df16d.ttf") format("truetype"),url("fonts/d5153ad4-7c93-4757-9147-640e69ec4801.svg#d5153ad4-7c93-4757-9147-640e69ec4801") format("svg");
}

body {
  font-family: 'TradeGothicLT', Helvetica, Arial, sans-serif;
  background: #848484 url('../images/bg.gif') repeat;
  font-size: 13px;
  line-height: 1.6em;
  color: #808080;
  margin: 0;
  padding: 0;
}

table { width: 80%; }

a {
  color: #ef8f55;
  text-decoration: none;
}

a img { border: none; }

a:hover { color: #f37e2e; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 5px 0;
  padding: 0;
  font-weight: normal;
}

h2 { font-size: 20px; }
h3 { font-size: 18px; }

h2.img, h3.img {
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

p {
  margin: 0 0 15px 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0 0 0 30px;
}

form {
  margin: 0;
  padding: 0;
}

input.text, textarea {
  border: 1px solid #888;
  padding: 2px;
  width: 70%;
  color: #555;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}

code, pre {
  padding: 0 3px 2px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12.025px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*
 * Helpers
 */

ul.nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.nav li {
  float: left;
  margin: 0;
  padding: 0;
}

.break { clear: both; }

/*
 * HaydnForms
 */
.formTable {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.6em;
}
.formTable td {
  padding-bottom: 15px;
  vertical-align: top;
}
.formTable input.text, .formTable textarea { width: 98%; }
.formTable textarea { height: 50px; }
.formTable .col1 { width: 40%; }
.formTable .col2 { width: 60%; }
#formWarning { color: #c30; }

/*
 * Lists
 */
dl {
  width: 100%;
  margin: 0;
}

dt, dd {
  float: left;
  margin: 0;
  padding: 1px 0;
}

dt {
  width: 40%;
  clear: both;
}

dd {
  width: 60%;
}

#bodyWrapper {
  background: #f7f7f7;
  padding-top: 10px;
}

.wrapper {
  width: 892px;
  margin: 0 auto;
}

#outerWrapper {
  background: #f7f7f7 url('../images/top.png') center 0px no-repeat;
}

/*
 * Header
 */

#header {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#header h1 {
  float:left;
  text-decoration:none;
  width: 204px;
  height:63px;
}

#header h1 a {
  text-indent:-9999px;
  width: 224px;
  height:63px;
  display: block;
}


ul#navbar {
  list-style:none;
  float:right;
  position: relative;
  top:37px;
}

ul#navbar li {
display: inline;
    margin-left: 8px;
    padding-left: 8px;
    line-height: 13px;
    border-left: 1px solid #ccc;
    font-size: 12px;
}

ul#navbar li:first-child {
  border-left: none;
}

ul#navbar li a {
  float:left;
  color:#ebebeb;
}

ul#navbar  li a:hover {
  color:#575757;
}

/*
 * Footer
 */

#footer {
  background: url('../images/footer.png') repeat-x left top;
  height:70px;
  line-height: 70px;
}

#footer .wrapper {
  padding-top: 32px;
}

#footer #copy {
  float:left;
  font-family: 'TradeGothicLT-Bold';
  line-height: 9px;
  height:10px;
  text-decoration:none;
  font-size:11px;
  color:#b7b7b7;
}


ul#secondary-nav {
  list-style:none;
  float:right;
  line-height: 1em;
  font-size:10px;

}

ul#secondary-nav li {
  display:inline;
  color:#a9a9a9;
}

ul#secondary-nav li:after {
  content:'|';
  margin-left: 10px;
  margin-right: 10px;
}

ul#secondary-nav li:last-child:after {
  display: none;
}

ul#secondary-nav li a {
  float:left;
  text-transform: uppercase;
  color:#a9a9a9;
  -webkit-transition: color, 0.2s ease-in-out;
  -o-transition: color, 0.2s ease-in-out;
  transition: color, 0.2s ease-in-out;
}

ul#secondary-nav li a:hover {
  color:#f7f7f7;
}

ul#secondary-nav  li a span {
  float:left;
  display:block
}


/*
 * Forms
 */

.internal form .field  {
  margin-bottom: 1.118em;
}

.internal form .field label {
  width: 194px;
  float:left;
}

.internal form input {
  width: 166px;
  line-height: 1.4em;
}

.internal form .field.radio input {
  width: auto;
}

.internal form textarea {
  width: 280px;
  height: 90px;
}

.internal form input, .internal form textarea {
  border:1px solid #b8b8b8;
}

.internal form .radio input {
  border:none;
}

.internal form select {
  margin-left: -1px;
}

.field.file input {
  width: 168px;
  background: white;
}

#add.jobs.internal textarea,
#edit.jobs.internal textarea {
  width: 355px;
  height: 155px;
}

.internal .action.back {
  margin-top: 35px;
}

.internal .action.print {
  margin-top: 35px;
  padding-right: 10px;
}

body {
  min-width: 960px;
}

/*
 * Helpers
 */

.hidden {
  display: none;
}

.internal form input.width-50 {
  width: 50px;
}

.internal form input.width-100 {
  width: 100px;
}

.internal form input.width-150 {
  width: 150px;
}

.internal form input.width-80-percent {
  width: 80%;
}

/*
 * Inner
 */

.internal #mainContent{
  margin: 10px 0 40px;
  min-height: 670px;
}

#dashboardNew.internal #mainContent,
#dashboard.internal #mainContent,
#overview.internal #mainContent,
#all.jobs.internal #mainContent {
  margin:0;
  min-height: 0;
}

#all.jobs.internal #progressContent {
  padding-bottom: 3em;
}

.internal .action {
  float: right;
  margin-top: -20px;
}

hr {
  clear:both;
  display: block; height: 1px;
   border: 0; border-top: 1px solid #9B9B9B;
   margin-bottom: 1.3em; padding: 0;
}

.action.secondary {
  margin-right: 50px;
}


/*
 * Listings
 */

.listing {
  list-style: none;
  padding-left: 0;
}

.listing li {
  overflow: hidden;
  margin-bottom: 1em;
}

.listing li, .internal form .field {
  clear: both;
  width: 100%;
}

#overview.internal #jobFiles form .field {
  width: 150px;
}

.listing .row1,
.listing .row2,
.listing .row3,
.listing .row4,
.listing .row5,
.listing .row6,
.listing .row7,
.listing .row8,
.listing .row9,
.listing .row10,
.listing .row11,
.listing .row12 {
  display: block;
  float:left;
}

.row1 {
  width: 100%
}

.row2 {
  width: 50%;
}

.row3 {
  width: 33%;
}

.row4 {
  width: 25%;
}

.row5 {
  width: 20%;
}

.row6 {
  width: 16%
}

.row7 {
  width: 14%;
}

.row8 {
  width: 12%;
}

.row9 {
  width: 11%;
}

.row10 {
  width: 10%;
}

.row11 {
  width: 9%;
}

.row12 {
  width: 8%;
}

.listing .last {
  clear:right;
  margin-right: 0;
  text-align: right;
  float:right;
}

.fileinfo {
  display: block;
  margin-left: 194px;
  font-size: 11px;
}
/*
 * Overview
 */

#overview #content ul {
  padding-left: 0;
}

#overview #content ul li {
  list-style: none;
}

/*
 * Dashboard
 */

#jobsProgress {
  clear:both;
  display: block;
  background: url('../images/dashboard-jobs-bg.png') repeat;
}

.jobProgressDecorator, .mainBar {
  background: url('../images/dashbarod-bg-top2.png') repeat-x center top;
}

#progressNav, .mainBar {
  clear:both;
  overflow: hidden;
}

#progressNav h3, .mainBar h3 {
  float:left;
  width: 243px;
  height: 39px;
  overflow: hidden;
  margin-bottom: 0;
  font-family: 'TradeGothicLT-Bold';
  font-weight: normal;
  font-style: normal;
  color:#ffffff;
  font-size:15px;
}

#progressNav {
  display:flex;
}

#progressNav h3 {
  width: 189px;
  text-transform: uppercase;
  line-height: 39px;
}

#progressNav #estimateColumns,
#progressNav #jobColumns {
  display:flex;
}

#progressNav #estimateColumns  h3 {
  width:179px;
}

#progressNav #jobColumns  h3 {
  padding-left:10px;
}

.tabs, #progressContent {
  padding:0;
  list-style: none;
}

.tabs, .mainBar .bar {
  float:right;
  overflow: hidden;
  height:39px;
  width: 663px;
}

.mainBar .bar {
  width: 623px;
}

.tabs {
 background: url('../images/tabs.png') repeat-x;
 display:inline-block;
/*  display:flex;
  align-items: center;
  justify-content: space-between;*/
}

.tabs li {
  float:left;
}

.tabs #estimate {
  width:72px;
}
.tabs #estimateMinutes {
  width:56px;
/*      background: url(../images/tabs.png) repeat-x;*/
}
.tabs #estimateDays {
  width:56px;
/*  background: url(../images/tabs.png) repeat-x;*/
}
.tabs #jobProgress {
  width:66px;
}
.tabs #jobDays {
  width:39px;
}
.tabs #ordered {
  width:58px;
}
.tabs #scheduled {
  width:72px;
}
.tabs #dropped {
  width:60px;
}
.tabs #waitinginvoice {
  width:58px;
}
.tabs #invoiced {
  width:60px;
}
.tabs #paidInFull {
  width:60px;
}

#progressNav #jobColumns .tabs,
#progressNav #estimateColumns .tabs {
  float:none;
}
#progressNav #estimateColumns .tabs {
  width:112px;
}



/*
.tabs #days a {
  padding-top: 14px;
}

.tabs #ordered a {
  padding-top: 14px;
}

.tabs #dropped a {
  padding-top: 14px;
}

.tabs #inspected a {
  padding-top: 7px;
}

.tabs #workOrder a {
  padding-top: 7px;
}

.tabs #workComplete a {
  padding-top: 7px;
}

.tabs #invoiced a {
  padding-top: 14px;
}

.tabs #firstPayment a {
  padding-top: 7px;
}

.tabs #paidInFull a {
  padding-top: 7px;
}

.tabs #approvedBySalesman a {
  padding-top: 7px;
}

.tabs #approvedByTerritory a {
  padding-top: 7px;
}

.tabs #jobDone a {
  padding-top: 7px;
}
*/

.tabs li {
  text-align: center;
}

.tabs li a {
/*  display: block;*/
  height: 39px;
  text-align: center;
  line-height: 13px;
  font-size: 12px;
  display:flex;
  padding:0;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-direction:column;
}


.tabs li a:hover, .tabs li a.active {
  color:#838383;
}

#progressContent {
  clear:both;
  width: 100%;
}

#progressContent .jobStatus {
/*  background:url('../images/columns-g.png') repeat-y 0 0;*/
  overflow: hidden;
  position:relative;
}

#progressContent .jobStatus.ordered:nth-child(0) {
  content:'';
  background:red;
  width:20px;
  height:20px;
}

#progressContent li {
  list-style: none;
  background:url('../images/dasboard-jobs-separator.gif') repeat-x left bottom;
/*  background:none;*/
  overflow: hidden;
  padding-bottom: 3px;
  line-height: 1.5em;
  font-size: 14px;
  position: relative;
}

.jobTitle {
  width: 229px;
  float:left;
}

.jobTitle small {
  display: block;
  margin-top: 0px;
  margin-bottom: 0;
}

.jobTitle a {
  color:#868686;
  position:relative;
}

.jobStatus {
  float:left;
  width: 662px;
}

.daysSince {
  width: 36px;
  float: left;
  font-size: 12px;
  text-align: right;
  color: #EAEAEA;
  position: absolute;
  line-height: 54px;
}

.progressBar {
  background:#838383 url('../images/columns-progress-bar5.png') repeat-y 0 0 ;
/*  background:#838383 ;*/
  height: 54px;
  width: 50px;
  display: block;
  line-height: 54px;
}

.jobLine .progressBar {
  background-position: -310px 0;
}

.jobLine .jobStatus  .progressBar{
  width: 40px;
}

.jobStatus.approved .progressBar,
.jobStatus.created  .progressBar{
  width: 40px;
}

.jobStatus.firstPayment .progressBar,
.jobStatus.workOrder .progressBar,
.jobStatus.ordered .progressBar {
    width: 98px;
}

.jobStatus.dropped .progressBar {
  width: 230px;
}

.jobStatus.inspected .progressBar {
  width: 217px;
}

/*.jobStatus.workOrder .progressBar {
  width: 264px;
}
*/
.jobStatus.workComplete .progressBar, .jobStatus.workCompleted .progressBar {
  width: 382px;
}

.jobStatus.invoiced .progressBar, .jobStatus.readyForBilling .progressBar {
  width: 347px;
}


.jobStatus.approvedBySalesman .progressBar,
.jobStatus.approvedByTerritoryOwner .progressBar,
.jobStatus.scheduled .progressBar {
  width: 170px;
}

/*.jobStatus.dropped .progressBar {
  width: 235px;
}*/


.jobStatus.awaitingInvoice .progressBar {
  width: 292;
}


/*.jobStatus.firstPayment .progressBar {
  width: 323px;
}*/

.jobStatus.workComplete .progressBar,
.jobStatus.paidInFull .progressBar {
  width: 663px;
}

.jobStatus.jobDone .progressBar {
  width: 662px;
}

.jobStatus.estimate .progressBar {
  width: 56px;
}

.jobStatus.estimate.estimateDays .progressBar {
  width:112px;
}

.jobStatus.waitingInvoice .progressBar
{
  width:288px
}

.jobStatus.approved .daysSince,
.jobStatus.invoiced .daysSince,
.jobStatus.created .daysSince,
.jobStatus.ordered .daysSince,
.jobStatus.workOrder .daysSince,
.jobStatus.scheduled .daysSince,
.jobStatus.approvedByTerritoryOwner .daysSince,
.jobStatus.approvedBySalesman .daysSince,
.jobStatus.waitingInvoice .daysSince,
.jobStatus.dropped .daysSince,
.jobStatus.paidInFull .daysSince,
.jobStatus.firstPayment .daysSince,
.jobStatus.workComplete .daysSince  {
      padding-left: 5px;
      width: 31px;
}

.jobStatus.estimate .daysSince {
    padding-left: 74px;
    width: 51px;
}

.jobStatus.estimate.estimateMinutes .daysSince {
padding-left: 5px;
    width: 47px;
}

.jobStatus.estimate.estimateDays .daysSince {
    padding-left: 58px;
    width: 49px;
}

.jobProgressDecoratorBottom {
  background:url('../images/dashboard-jobs-bg-bottom.gif') repeat-x left bottom;
  padding-bottom: 15px;
}

#jobsProgress .btn {
  margin: 12px 0 0 0;
}

#dashboardColumns {
  background: url('../images/dashboard-columns-bg-new.jpg') no-repeat center top;
  height:293px;
  overflow: hidden;
}

#dashboardColumns h4, #documentsColumn h4 {
  margin: 0;
  height:30px;
  line-height: 30px;
  font-family: 'TradeGothicLT-Bold';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color:#FFFFFF;
}

#newsColumn {
  width: 225px;
  float:left;
}

#contestColumn  {
  width: 180px;
  float:left;
}

#contestColumn h4 {
  margin-left: 26px;
}

#newsColumn ul, #contestColumn ul {
  margin-top: 16px;
  /* margin-left: 26px; */
}

#newsColumn .date, #contestColumn .date {
  color:#838383;
  font-family: "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 10px;
}

#newsColumn .row2, #contestColumn .row2 {
  margin-top: -2px;
}

#newsColumn .row2 a, #contestColumn .row2 a {
  color:#919191;
}

#newsColumn li a:hover, #contestColumn li a:hover {
  color:#f37e2e;
}

#newsColumn li, #contestColumn li {
  margin-bottom: 18px;
}


#bidColumn {
  width: 130px;
  float:left;
  overflow: hidden;
  padding-left: 26px;
}

#salesColumn h4 {
  /* margin-left: 26px; */
}

.earning {
  list-style: none;
  padding: 0;
  margin: 15px 0 14px 26px;
}

.earning li {
  margin-bottom: 20px;
}

.earning span {
  color:#C4C4C4;
  font-size: 16px;
}

.earning small {
  margin-top: -3px;
  display: block;
  text-transform: uppercase;
  color:#585858;
  font-size: 10px;
}

#salesColumn {
  width: 128px;
  float:left;
  overflow: hidden;
  padding-left: 26px;
}

#leaderboardColumn {
  width: 146px;
  padding-left: 26px;
  float:left;
  overflow: hidden;
}

#leaderboardColumn ul {
  padding:0;
  list-style: none;
  margin: 15px 0 14px 0;
}

#leaderboardColumn h5{
  color:#979797;
}


#leaderBiggies h5{
  font-size: 13px;
  line-height: 40px;
}

#leaderboardColumn #leaderRookie {
  height:92px;
  margin-top: 30px;
}

#leaderRookies h5{
  background: url('../images/h5-leader.jpg');
  font-size: 12px;
  width: 176px;
  height:33px;
  padding-left: 30px;
  margin-left: -30px;
  line-height: 33px;
}

#leaderboardColumn #leaderNoob {
  height:25px;
}

#leaderNoob h5{
  font-size: 11px;
  line-height: 25px;
}

#leaderboardColumn #leaderBiggie h5{
  font-size: 14px;
  line-height: 40px;
  color:#979797;
}

#leaderboardColumn #leaderRookie li {
  font-size:12px;
}

#leaderboardColumn #leaderNoob li {
  font-size:11px;
}

#leaderboardColumn .viewmore {
  margin-top: 33px;
  margin-bottom: 10px;
}

#documentsColumn {
  width: 100%;
  float:left;
  overflow: hidden;
}

#documentsColumn h4 {
  width: 66px;
  /*margin-left: 26px;*/
}

ul.documents {
  list-style: none;
  padding: 0;
  margin: 15px 0 14px 0;
  margin-left: 26px;
}

ul.documents li {
  background: url('../images/file.png') no-repeat left top;
  padding-left: 25px;
  margin-bottom: 10px;
}

ul.documents li.no {
  background: none;
  padding-left: 0;
}

ul.documents li a:link, ul.documents li a:visited{
  color:#adadad;
}

#documentsColumn h5 a:hover,
ul.documents li a:hover, .jobTitle a:hover {
  color:#f37e2e;
}

#documentsColumn h5 a {
  color:#808080;
}

#documentsColumn .addfile {
  margin-left: -4px;
  margin-top: -3px;
}

#temp {
  margin-left: 26px;
}
/*
 * Buttons
 */

.btn {
  width: 58px;
  height: 20px;
  overflow: hidden;
  display: block;
  text-align: center;
  border:none;
  cursor: pointer;
  line-height: 20px;
}

.btn:hover {
  color:white;
}

button.btn {
  padding-left: 11px;
}

#add.payments .btn {
  padding-left: 11px;
}

#updateJob {
  display: none;
}

.addPayment {
  background: url('../images/add-payment.png') no-repeat center top;
  width:110px;
  height: 41px;
  text-indent: -9999px;
  position: relative;
  left: -10px;
}

.notesForm .btn {
  background: url('../images/add-note.png') no-repeat center top;
  width:81px;
  height: 35px;
  text-indent: -9999px;
  position: relative;
  left: -7px;
}


.warrantyWrapper .btn {
  background: url('../images/btn-warning.png') no-repeat center top;
  width:96px;
  height: 32px;
  text-indent: -9999px;
  position: relative;
  left: -7px;
}

.warrantyWrapper .note {
  border-top: 1px solid #cacaca;
    margin: 10px 0;
    padding: 10px 0;
}

.addfile {
  background: url('../images/add-file.png') no-repeat center top;
  width:81px;
  height: 35px;
  text-indent: -9999px;
}

.seemore {
  background: url('../images/see-more.png') no-repeat center top;
  width:95px;
  height: 41px;
  text-indent: -9999px;
  position: relative;
  left: -10px;
}

.viewmore {
  background: url('../images/view-more.png') no-repeat center top;
  width:87px;
  height: 35px;
  text-indent: -9999px;
  position: relative;
  left: -7px;
}

.readmore {
  background: url('../images/read-more.png') no-repeat center top;
  width:87px;
  height: 35px;
  text-indent: -9999px;
  position: relative;
  left: -7px;
  margin-top: -3px;
}


.update {
  background: url('../images/update.png') no-repeat center top;
  width:74px;
  height: 35px;
  text-indent: -9999px;
  position: relative;
  left: -7px;
}

.reset {
  background: url('../images/reset.png') no-repeat center top;
  width:66px;
  height: 35px;
  text-indent: -9999px;
  position: relative;
  left: -7px;
}


.login {
  background: url('../images/login.png') no-repeat center top;
  width:66px;
  height: 35px;
  text-indent: -9999px;
  position: relative;
  left: -7px;
}


.addnew {
  background: url('../images/add-new.png') no-repeat center top;
  width:81px;
  height: 35px;
  text-indent: -9999px;
  position: relative;
  left: -7px;
}

.btn-back {
  background: url('../images/btn-back.png') no-repeat center top;
  width:66px;
  display: block;
  height: 35px;
  text-indent: -9999px;
  position: relative;
  left: -7px;
  clear:both;
  margin-top: 10px;
  margin-left: 30px;
}

.btn-files {
  background: url('../images/see-files.png') no-repeat center top;
  width:95px;
  display: block;
  height: 35px;
  text-indent: -9999px;
  position: relative;
  left: -11px;
  clear:both;
  margin-top: 10px;
  margin-left: 7px;
}

/*
 * Titles
 */

/*h2.pageTitle {
  background-repeat: no-repeat;
  background-position: left top;
  height:30px;
  text-indent: -9999px;
  overflow: hidden;
  margin: 24px 0 12px 0;
}

#dashboard h2 {
  background-image:url('../images/title-dashboard.png');
  width: 176px;
}

.futureCustomers h2 {
  background-image:url('../images/title-future-customers.png');
  width: 299px;
}

#overview.jobs h2 {
  background-image:url('../images/title-overview.png');
  width: 222px;
  height: 31px;
  margin-bottom: 11px;
}

.ie7 #overview.jobs h2 {
  padding-bottom: 11px;
}

#users .pageTitle, #add.users .pageTitle, #edit.users .pageTitle {
  background-image:url('../images/title-users.png');
  width: 92px;
}

#jobs .pageTitle, #add.jobs .pageTitle, #edit.jobs .pageTitle, #all.jobs .pageTitle, #archive.jobs .pageTitle {
  background-image:url('../images/title-jobs.png');
  width: 76px;
}

#payments .pageTitle, #add.payments .pageTitle, #edit.payments .pageTitle {
  background-image:url('../images/title-payments.png');
  width: 163px;
  height: 37px;
  margin-bottom: -1px;
}

#franchisees .pageTitle, #add.franchisees .pageTitle, #edit.franchisees .pageTitle {
  background-image:url('../images/territory-owner.png');
  width: 262px;
  height: 37px;
  margin-bottom: -1px;
}

#subcontractors .pageTitle, #add.subcontractors .pageTitle, #edit.subcontractors .pageTitle {
  background-image:url('../images/title-subcontractors.png');
  width: 257px;
}

#news .pageTitle, #add.news .pageTitle, #edit.news .pageTitle, #view.news .pageTitle  {
  background-image:url('../images/title-news.png');
  width: 87px;
}

#account .pageTitle {
  background-image:url('../images/title-account.png');
  width: 197px;
  height: 37px;
  margin-bottom: -1px;
}

#login .pageTitle, #send.account .pageTitle, #resetPassword .pageTitle {
  background-image:url('../images/title-login.png');
  width: 88px;
  height: 38px;
  margin-bottom: -2px;
}

#leaderboard .pageTitle {
  background-image:url('../images/title-leaderboard.png');
  width: 222px;
}

#add.jobs .pageTitle.attachments {
  background-image:url('../images/title-job-attachments.png');
  width: 287px;
}

#documents .pageTitle, #add.documents .pageTitle, #edit.documents .pageTitle {
  background-image:url('../images/title-documents.png');
  width: 287px;
}
.pageTitle.error404 {
  background-image:url('../images/title-404.png');
  width: 70px;
}*/

/*
 * pageHeader
 */

.pageHeader {
  width: 100%;
  clear: both;
  overflow: hidden;
  display: block;
  position: relative;
}

.pageHeader .topTab {
  position: absolute;
  right: 0;
  bottom: -1px;
  background: url('../images/tab-left.gif') no-repeat left top;
  text-align: center;
  color:#ededed;
  text-transform: uppercase;
  font-family: 'TradeGothicLT-Bold';
  font-weight: normal;
  font-style: normal;
  padding-left: 23px;
}

.pageHeader #addCostumer.topTab {
  right: 100px;
}


.ie7 .topTab span{
  padding-bottom: 4px;
}

.pageHeader .topTab span {
  background: url('../images/tab.gif') repeat left top;
  overflow: hidden;
  padding: 5px 20px 5px 7px;
  height: 25px;
  line-height: 25px;
}


/*
 * Main bar
 */

.mainBar h3 {
  line-height: 39px;
}

div.bar {
  line-height: 41px;
  padding-left: 26px;
}

.bar, .tabs li a {
  color:#5A5757;
  text-shadow: 0 1px 1px #ededed;
      text-shadow: 0 1px 1px #ffffff99;
  text-transform: uppercase;
  font-family: 'TradeGothicLT-Bold';
  font-weight: normal;
  font-style: normal;
}

.middleBar {
  background: url('../images/dashboard-titles-bg.gif') repeat-x;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}

.col1 {
  width:243px;
  float:left;
}

.col2 {
  float:left;
  width: 649px;
}

/*
 * Overview
 */

.info, .time,.numbers {
  list-style: none;
  padding-left: 0;
}

.info {
  padding-top: 8px;
  font-size: 14px;
  margin-bottom: 34px;
  color:#444;
}

.info li {
  margin-bottom: 7px;
}

.info li strong{
  font-family: 'TradeGothicLT-Bold';
  font-weight: normal;
  font-style: normal;
}

.time {
  color:#EE9B73;
  font-size: 19px;
  line-height: 19px;
}

.time li {
  margin-bottom: 7px;
}

.time span {
  color:#2C2C2C;
  font-size:10px;
  display: block;
  text-transform: uppercase;
}

.upperSection {
  background: url('../images/overview-bg-top3-16.png') no-repeat center top;
  overflow: hidden;
}

.upperSection .details {
  width:243px;
  float:left;
}

.upperSection .files {
  float:left;
  width: 649px;
  position: relative;
  min-height: 507px;
}

.upperSection .jobFiles {
  float:left;
  position: relative;
  width: 650px;
  overflow: hidden;
  min-height: 507px;
}

.files .field {
  position: absolute;
  left:26px;
  background: url('../images/file.png') no-repeat left top;
  padding-left: 22px;
}

#filesPanelWrapper {
  display: none;
}

.filesPanel ul {
    list-style: none;
    margin-top: 40px;
    display: block;
    overflow: scroll;
    height: 220px;
}


.fileWrapper ul {
  list-style: none;
  padding-left: 0;
}

.filesPanel ul li, li.file {
  background: url('../images/file.png') no-repeat left top;
  padding-left: 22px;
  margin-bottom: 7px
}

.filesPanel li.file a span {
  margin-left: 10px;
  font-size: 0.9em;
  color:grey;
}

.filesPanel {
  display: none;
}

.filesPanel ul li a {
  color:#494949;
}

.ventCheckArea h4,
.warrantyArea h4,
.jobAttachmentsArea h4,
.upperSection h4 {
  font-family: 'TradeGothicLT-Bold';
  font-weight: normal;
  font-style: normal;
  color:#888;
  text-transform: uppercase;
  font-size:14px;
  z-index: 9999;
}

.files h4 {
position: absolute;
left: 26px;
top: 6px;
font-size: 11px;
}

#salesmanColTitle {
  left:246px;
  z-index: 9999;
}

h4#officeTitle {
  right: 156px;
  left: auto;
  z-index: 9999;
}

.ventCheckArea h4,
.jobAttachmentsArea h4 {
  left:23px;
}

.upperSection h5 {
  font-family: 'TradeGothicLT-Light';
  font-weight: normal;
  font-style: normal;
  color:#fff;
  text-transform: uppercase;
  font-size:10px;
  /*position: absolute;*/
  padding-left: 26px;
}

.jobFiles {
  background: url('../images/jobfiles2.png') no-repeat 2px 0;
}

#overviewFO {
  width: 215px;
  position: relative;
  left:2px;
  float: left;
     height: 434px;
  /*background: green;*/
      top: 29px;
}

#overviewOF {
  width: 217px;
  position: relative;
  left:2px;
  float: left;
  height: 434px;
  /*background: red;*/
      top: 29px;
}

#overviewSA {
  width:216px;
  position: relative;
  left:2px;
  float: left;
  min-height: 564px;
  /*background: blue;*/
  top: 29px;
}

.fileUploadWrapper {
      width: 216px;
      display: block;
      /*background: #FFBC00;*/
      height: 56px;
      position: relative;
}

.fileUploadWrapper h5 {
  background: url('../images/jobfiles-title.png') no-repeat left top;
  height: 20px;
}

.fileUploadWrapper .fileUpload {
  width: 50%;
}

.files .field {
  margin-top: 3px;
}

/*
#contractTitle {
  top:31px;
}

#invoiceTitle {
  top:145px;
}

#materialInvoicesTitle {
  top:31px;
  left:462px;
}

#insuranceTitle {
  top:203px;
}

#laborFormTitle {
  top:261px;
}

#diagramTitle {
  top: 88px;
  left: 246px;
}

#ssspTitle {
  top: 203px;
  left: 246px;
}

#estimateExcelTitle {
top:145px;
}

#satisfactionFormTitle {
  top:203px;
  left:213px;
}

h5#satisfactionTitle {
  left: 246px;
  top: 261px;
}

#returnReceiptsTitle {
  top: 145px;
  left: 462px;
 }

#signedTitle {
  top:87px;
  left:213px;
}

h5#mechanicalTitle {
  left: 462px;
  top: 203px;
}

#picturesTitle {
  top: 31px;
  left: 246px;
}

#picturesSalesmanTitle {
  top: 262px;
  left: 463px;
}

#insuranceTitle {
    top: 145px;
  left: 246px;
}

#materialOrderTitle {
  top:88px;
}

#laborInvoicesTitle {
  top: 88px;
  left: 462px;
}


div#mechanicalFile {
  left: 463px;
  top: 233px;
}

#materialOrderFile {
  top: 118px;
}




#contractFile {
  top: 60px;
}

#invoiceFile {
  top: 175px;
}

#insuranceFile {
  top: 175px;
  left: 246px;
}

#laborFormFile {
  top:290px
}

#ssspFile {
  left: 246px;
  top: 232px;
}

#picturesFile {
  top: 60px;
  left:246px;
}


#diagramFile {
  left: 246px;
    top: 117px;
}

#estimateExcelFile {
  top: 174px;

}

#satisfactionFormFile {
  top: 232px;
  left:213px;
}

#signedFile {
  top: 117px;
  left:213px;
}

#picturesSalesmanFile {
  top: 291px;
  left: 463px
}

#laborInvoicesFile {
  top: 118px;
  left: 462px;
}

#materialInvoicesFile {

    top: 60px;
  left:462px;
}

#returnReceiptsFile {
  top: 175px;
  left: 462px
}

div#satisfactionFile {
  left: 246px;
  top: 291px;
}*/

.fileUpload {
  position:relative; float:left; width:100%; cursor:pointer;
  overflow: hidden;
}

.fileUpload.uploadNew {
  margin:-22px 0 0 56px;
}

.fileUpload.uploadForm {
  float: left;
  margin:-19px 0 0 70px;
}


.fileActions {
  height: 30px;
}

.filesPanel ul li a:hover,
.fileActions a:hover, #overview input.fileUploadFake:hover {
  color:#f37e2e;
}

#overview input.fileUploadFake {cursor:pointer; background:transparent; font-size:13px; color:#494949;position:absolute; top:0; left:0; display:block; width:150px; cursor:pointer; z-index:1;border:0; font-family: 'TradeGothicLT', Helvetica, Arial, sans-serif;}
#overview input.fileUploadReal {cursor:pointer;opacity: .01; filter:alpha(opacity: 0); position:absolute; top:0; left:0; z-index:2; text-align: right; width: 150px; background: red}
#overview input.fileUploadReal { margin-left: -70px }

.fileUpload {
  background: url('../images/file-upload-bg2.png') no-repeat 0 3px;
  height:18px;
}

.fileUpload.uploadNew {
  background: url('../images/file-upload-new-bg2.png') no-repeat 1px 6px;
  height:18px;
}

.ie .fileUpload.uploadNew {
  margin-top: -18px;
  background-position: 1px 2px;
}

.ie8 .fileUpload.uploadNew, .ie7 .fileUpload.uploadNew {
  margin-top: -17px;
  background-position: 1px 2px;
}

.warrantyArea {
  float: right;
  width: 216px;
  /* height: auto; */
  overflow: hidden;
  position: relative;
  z-index: 9999;
}

/*.warrantyArea:before {
  content:'';
  position: absolute;
  background: url('../images/bg-warning2.png') repeat-y left top;
  left:0;
  top:0;
  bottom:0;
  right:0;
}*/

.ventCheckArea,
.jobAttachmentsArea {
  float: right;
  width: 218px;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 9999;
}

.warrantyWrapper,
.attachmentFiles {
  margin: 42px 0 0 23px;
  list-style: none;
  padding-left: 0;
  min-height: 47px;
  padding-bottom: 30px;
  overflow: hidden;
}

.warrantyWrapper {
  margin:0;
  padding: 42px 0 30px 23px;
  background: url('../images/bg-warning-title.png') no-repeat left top;
  /* background: red; */
  width: 100%;
}

.ie7 .attachmentFiles {
  padding-top: 42px;
}

.attachmentFiles a, .jobFiles a {
  color:#494949;
}

.attachmentFiles a.btn, .jobFiles a.btn {
  color:white;
}

.attachmentFiles li {
  background: url('../images/file.png') no-repeat left top;
  padding-left: 25px;
  /*float: left;*/
  width: 150px;
  margin-bottom: 4px;
}

.ventCheckArea .addfile,
.jobAttachmentsArea .addfile {
left: 16px;
position: absolute;
bottom: -2px;
}

#overview .middleBar .field label{
  width: auto;
  margin-right: 20px;
  font-family: 'TradeGothicLT-Bold';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color:white;

}

#overview .middleBar .col1 {
  width: 100%;
}

#updateSucces, #updateFailure {
  display: none;
}

.bottomSection {
  width: 100%;
  clear: both;
  display: block;
  background: url('../images/bg-bottom.png') repeat-y center top;
  overflow: hidden;
}

#overview.jobs .bottomSection {
  min-height: 338px;
}

.numbers {
  color:#cccccc;
  font-size: 19px;
  line-height: 19px;
  padding-top: 19px;
}

.numbers li {
  margin-bottom: 15px;
}

.numbers li.last {
  margin-bottom: 5px;
}

.numbers span {
  color:#2C2C2C;
  font-size:10px;
  display: block;
  text-transform: uppercase;
}

.col1 .addPayment {
  margin: 20px 0;
  display: block;
}

.bottomSection .col2 form{
  padding: 19px 0 0 26px;
  float:left;
}

.internal form textarea.placeholder-warning,
.bottomSection .col2 form textarea {
  width: 468px;
  border: none;
  height: 77px;
  margin-bottom: 17px;
}

.internal form textarea.placeholder-warning {
  width: 98%;
}

.internal form  textarea.placeholder-warning {
  background: white url('../images/warning-bg.png') no-repeat;
}
textarea.placeholder {
  background: white url('../images/notes.gif') no-repeat 7px 8px;
}

.internal form  textarea.placeholder-warning:focus {
    background: white;
}

textarea.placeholder:focus {
  background: white;
}

.bottomSection .col2 .notes {
  clear:both;
  padding: 31px 0 0 26px;
}

div.note small {
  font-size: 11px;
  color: #636363;
}

div.note .noteContent {
  font-size: 13px;
  margin-top: -3px;
  color:#505050;
}

div.notes div.note {
  margin-bottom: 10px;
}

.bottomSectionDecoration {
  background:url('../images/notes-bg.gif') repeat-x center 207px;
  overflow: hidden;
}

.lay2 h4 {
  display: block;
}

.lay2 input {
  margin-bottom: 20px;
}

#documentsColumn h4 {
  margin-bottom: 14px;
}

#documentsAction {
display: block;
clear:both;
}

#documentsColumn {
  position: relative;
}

#docsCol1 {
  float:left;
  width: 25%;
  font-size: 0.9em;
}

#documentsColumn h5 {
  padding-left: 25px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1em;
}

/*
 * Helpers
 */

.lay1 {
  float:left;
  width: 45%;
}

.lay2 {
  float: left;
  margin-left: 7%;
  width: 45%;
}

.cleanage {
  display: none;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

/*
 * Alerts
 */

.flashMessage-ok, .flashMessage-fail {
  display: block;
  margin: 0 0 10px 0;
  padding: 7px;
  cursor:pointer;
  width: 80%;
}

.flashMessage-fail {
  background: #f9b481;
  border:1px solid #e09159;
  color:#67594f;
}

.flashMessage-ok {
  background: #fce0ce;
  border: 1px solid #f2d2bc;
  color:#7b736d;
}

.flashMessage-ok ul, .flashMessage-fail ul {
  padding-left: 20px;
}

.flashMessage-ok p, .flashMessage-fail p {
  margin-bottom: 0;
}

#checkbox {
  width:auto;
}

form#search {
  width: 100%;
  margin-bottom: 20px;
}

form#search input {
  padding: 5px;
  width: 100%;
}

form#search input.admin {
  padding: 5px;
  width: 81.2%;
}

form#search select {
  width: 9%;
  height: 27px;
  border: 1px solid #b8b8b8;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=');
  padding: .5em;
  padding-right: 1.5em;
  border-radius: 0;
  line-height: 1.4em;
  padding-top: 5px;
}

.sort {
  margin-bottom: 20px;
}

a.filesPanelTrigger {
  position: relative;
  z-index: 9999;
}

#jobsLegend {
  list-style: none;
  position: absolute;
  padding:0;
  top: 37px;
  left: 179px;
}

#jobsLegend li {
  display: inline;
}

#jobsLegend li span {
  width: 1em;
  height: 1em;
  display: inline-block;
}

.markForSalesman, .markYellow {
  background: #f4e82d;
}
.markForTO {
  background: #FFAC00;
}
.markForOffice {
  background: #f47a1f;
}

.markRed {
 background: #da2929;
}

.markBlue {
 background: #4176ff;

}

.markGreen {
 background: #42b635;
}

.markRed a, .markBlue a, .markGreen a
{
   color:white !important;
       text-shadow: none !important;

}

.markOrange {
  background: #FFAC00;
}

.legendSalesman span { background: #f4e82d}
.legendTO span{ background: #FFAC00}
.legendFO span{ background: #f47a1f}


div#attachmentsWrapper {
  clear: both;
  width: 100%;
  overflow: hidden;
  background: url('../images/overview-bg-attachments.png') no-repeat center top;
  position: relative;
}

div#attachmentsWrapper .wrapper {
  overflow: hidden;
}

div#attachmentsWrapper:after {
  content: ' ';
  background: url('../images/attachments-bg.png') no-repeat center top;
  height: 28px;
  width:100%;
  bottom: 0;
  z-index: 99999;
  left: 0;
    display: block;
  margin-top: -28px;
}

.ventCheckArea h4,
.warrantyArea h4,
.jobAttachmentsArea h4 {
  font-size: 11px;
  position: absolute;
  left: 23px;
   top: 5px;
   color:#f9f9f9;
}



.navi {
  clear: both;
  overflow: hidden;
  display: block;
  width: 100%;
  margin:1em 0;
}

.prev {
  float:left;
  border: 1px solid #bbb;
  padding:2px 12px;
  display: inline;
}

.next {
  float:right;
  border: 1px solid #bbb;
  padding:2px 12px;
  display: inline;
}

a.prev:active, a.next:active,
a.prev:hover, a.next:hover {
  background: #EF8F55;
  border-color:#EF8F55;
  color:white;
}

a.prev:active, a.next:active {
  /*position: relative;*/
  /*top:1px;*/
  /*-webkit-transform: translateY(1px);*/
  /*transform: translateY(1px);*/
}

.warrantyWrapper .attachmentFiles {
  padding:0;
  margin:0;
}


h2.pageTitle {
    font-family: Helvetica, Arial, sans-serif;
    margin: 24px 0 12px 0;
    font-size: 29px;
    color: #ADADAD;
    text-shadow: 0 1px 1px #F7F7F7;
}

.notificationEmail {
    margin-bottom: 5px;
}

#warranty label {
  font-weight: bold;
}

.color {
    width: 17px;
    height: 17px;
    float: left;
    margin-right: 1px;
    border: 1px solid #b8b8b8;
    border-radius: 2px;
    background:white;
    margin-top: 0;
    text-indent: -9999px;
}

.color.orange, .orange, .tint-orange {
  background: #eb7c3c;
}

.color.yellow, .yellow, .tint-yellow {
  background: #EBCD3C;
}

.color.pink, .pink, .tint-pink {
  background: #E2BED4;
}

.color.red, .red, .tint-red {
  background: #EB3C3C;
}

.color.green, .green, .tint-green {
  background: #7FEB3C;
}

.color.blue, .blue, .tint-blue {
  background: #3C7AEB;
}

span.color {
  margin-right: 5px;
}

.callData {
  padding:20px;
  background: white;
  border-radius:10px;
}

.collapse {
  float:right;
  margin-top: -20px;
  margin-bottom: 0;
}

.input-wrapper {
  width: 166px;
  float:left;
  margin-bottom: 10px;
}

.input-wrapper input {
  margin-top:3px;
}

body#payments form#search input.admin,
body#users form#search input.admin {
  width: 70.6%;
}

body#payments form#search select,
body#users form#search select {
  width: 175px;
}

#dashboardDocuments {
  width: 100%;
  clear:both;
  background:#f0f0f0 url('../images/dashboard-documents-title-bg.png') repeat-x center top;
  /* height: 600px; */
  padding-bottom: 30px;
}

#dashboardDocuments:after {
    content: '';
    display: block;
    clear: both;
}

div#docsCol2 {
    float: left;
    width: 25%;
    font-size: 0.9em;
}

div#docsCol3 {
    float: left;
    width: 25%;
    font-size: 0.9em;
}

div#docsCol4 {
    float: left;
    width: 25%;
    font-size: 0.9em;
}

div#contestColumn .readmore {
    margin-left: 27px;
}

#contestColumn
 ul.listing {
    margin-left: 26px;
    margin-right: 20px;
}

.action span.separator {
    padding: 0 5px;
    color: #bbb;
}

.secondary.action a {
  color: #bbb;
}

.action a.active, .action .current {
  font-weight: bold;
  color:#ef8f55;
}

.hidden {
    text-decoration: line-through;
}

.subtitle {
  padding-bottom: 10px;
  margin-top: 10px;
  display: block;
  margin-bottom: 10px;
  color: #F1792E;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

.notes-label {
  margin-right: 5px;
  float: left;
}


div#materialOrderFileUploadWrapper {
    height: 112px;
}

.fileActions h6 {
    font-size: 10px;
    margin-bottom: 0;
    /* font-weight: bold; */
    text-transform: uppercase;
    margin-top: 5px;
    margin-left: -23px;
}

#laborItemTable, #laborTable, #material form table {
  width: 100%;
}

#laborTable td, #material form table td {
  vertical-align: top;
  width: 50%;
  border-spacing: 0;
    border-collapse: collapse;
    padding-bottom: 10px;
}

#laborTable td small, #material form table td small {
  display: block;
  /*margin-left: 199px;*/
  margin-top: -2px;
  margin-bottom: 2px;
}

#laborTable label, #material form table label {
  width: 194px;
  display: inline-block;
}

#laborTable input, #material form table input {
  width: 166px;
  line-height: 1.4em;
  display: inline-block;
}

#laborTable td textarea, #material form table td textarea {
  width: 100%;
  display: block;
}

input.disabled {
  background:#eee;
}

/*#material form table td.inline-desc small {
  display: inline;
  margin-left: 10px;
}*/

#laborTable label small, #material form table label small {
  margin:0;
  display: inline;
}

#laborItemTable th {
  text-align: left;
  font-weight: 700;
}

.footNote {

  width: 90%;
}

#dashboardColumns h5 {
    /* margin-left: 14px; */
    margin-bottom: 0px;
    margin-top: 15px;
    text-transform: uppercase;
    color: #838383;
    font-family: "Helvetica", sans-serif;
    font-weight: bold;
    font-size: 10px;
}

#dashboardColumns h5:last-of-type {
  margin-top: -10px;
}

ul.leaderboardSalesmen {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin: 15px 0 14px 0;
}

ul.leaderboardSalesmen
 span {
    color: #989898;
    font-size: 11px;
    display: block;
    margin-top: -4px;
}

ul.leaderboardSalesmen
 li {
    margin-bottom: 2px;
    font-size: 12px;
}


/*
|--------------------------------------------------------------------------
| EMAIL/COLOR
|--------------------------------------------------------------------------
*/

.inputWrapper {
  float:left;
}

.color {
    width: 17px;
    height: 17px;
    float: left;
    margin-right: 1px;
    border: 1px solid #b8b8b8;
    border-radius: 2px;
    background:white;
    margin-top: 0;
    text-indent: -9999px;
}

.copies input {
  margin-top: 0;
}

.copies .copy {
  margin-bottom: 5px;
}

.copies .color {
  cursor: pointer;
}

span.color {
  margin-right: 5px;
}

.remove {
    color: #EA3030;
  font-size: 12px;
  cursor: pointer;
}

.remove.hide {
  display: none;
}

.color.orange, .orange, .tint-orange {
  background: #eb7c3c;
}

.color.yellow, .yellow, .tint-yellow {
  background: #EBCD3C;
}

.color.pink, .pink, .tint-pink {
  background: #E2BED4;
}

.color.red, .red, .tint-red {
  background: #EB3C3C;
}

.color.green, .green, .tint-green {
  background: #7FEB3C;
}

.color.blue, .blue, .tint-blue {
  background: #3C7AEB;
}


.colorsPal {
    width: 150px;
    display: none;
    /*display: block;*/
    clear:both;
    margin:5px 0 10px 0;
}

.colorsPal ul {
    list-style: none;
    padding-left: 0;
    overflow: hidden;
}

.colorsPal a {
    width: 17px;
    height: 17px;
    float: left;
    margin-right: 1px;
    border: 1px solid #b8b8b8;
    border-radius: 2px;
    cursor: pointer;
    text-indent: -999px;
}

.colorsPal li {
    float: left;
}

span.prev, span.next {
    opacity: 0.5;
}


.label {
  /*font-family: 'Trade Gothic W01 Bold';*/
  font-weight: bold;
}

.notificationEmail {
  margin-bottom: 5px;
}

.ventCheckArea {
    /* background: url(../images/bg-warning2.png) repeat-y left top; */
    width: 216px;
    position: relative;
    z-index: 1;
    background: url(../images/bg-warning-title.png) no-repeat left top;
    z-index: 9999;
    z-index: 9999;
}

/*.ventCheckArea:before {
  content:'';
   background: url(../images/bg-warning-title.png) no-repeat left top;
  height: 100%;
  position: absolute;
  left:0;
  top:0;
  bottom:0;
  right:0;
}*/

#attachmentsWrapper .wrapper {
  position: relative;
  padding-bottom: 10px;
}
#attachmentsWrapper .wrapper:before {
  content:'';
    background: url(../images/bg-warning2.png) repeat-y 460px 0;
    /*height: 100%;*/
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
}

#attachmentsWrapper .wrapper:after {
  content:'';
    background: url(../images/bg-warning2.png) repeat-y 676px 0;
    /*height: 100%;*/
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
}

button.btn-search {
    width: 9%;
    height: 27px;
    border: 1px solid #b8b8b8;
    background: #b8b8b8;
    -webkit-appearance: none;
    cursor: pointer;
    color: white;
}

#posWrapper {
  margin-left: 26px;
  margin-top: 5px;
  /* font-weight: bold; */
  font-family: 'TradeGothicLT-Bold';
  font-size: 12px;
  margin-right: 26px;
  border-top: 1px solid #ddd;
  padding-top: 14px;
  /* line-height: 14px; */
  /* margin-bottom: 5px; */
  margin-bottom: 40px;
}

#posWrapper a {
    color: #EE9B73;
    display: block;
    margin-bottom: 5px;
    line-height: 14px;
}

#search  input.notadmin {
    width: 90%;
}

.isventcheck .fileUploadWrapper {
  opacity: 0.5;
  pointer-events: none;
}

.isventcheck .fileUploadWrapper {
  opacity: 0.5;
  pointer-events: none;
}

.isventcheck .fileUploadWrapper.ventchecks {
  opacity: 1;
  pointer-events: all;
}

form.listing {
    clear: both;
    display: block;
    overflow: hidden;
    background: #ebebeb;
    padding: 10px 10px 16px;
    border: 2px solid #c4c4c4;
    margin-bottom: 1em;
}

form.listing  select {
  width: 70%;
}

form.listing label {
    display: block;
    font-weight: bold;
    font-size: 11px;
}

form.listing button {
    background: #9b9b9b;
    color: white;
    padding: 10px 75px;
    display: block;
    text-align: center;
    border: none;
    -webkit-transition: text-shadow, 0.2s, ease-in-out;
    -o-transition: text-shadow, 0.2s, ease-in-out;
    transition: text-shadow, 0.2s, ease-in-out;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.24);
    font-family: 'Trade Gothic W01 Bold';
    text-transform: uppercase;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.26);

    cursor: pointer;
    margin-top: 2.5em;
}


form.listing button:hover {
  background: #b5b5b5;
  cursor:pointer;
}

form.listing  .date-range select {
  width: auto;
}

.mr {
  margin-right:15px;
}

body.jobs .upperSection .emailFilesPanel,
body.estimates .upperSection .emailFilesPanel,
body.estimates .upperSection .files,
body.estimates .upperSection .jobFiles {
  min-height: 320px !important;
  height:320px;
}

.rr-btn {
background: #f4791e;
line-height:1.5em;
    color: white;
    font-size: 11px;
    padding: 6px 10px;
    display: inline-block;
    text-align: center;
    border:none;

    -webkit-transition: text-shadow, 0.2s, ease-in-out;
    -o-transition: text-shadow, 0.2s, ease-in-out;
    transition: text-shadow, 0.2s, ease-in-out;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.43);
    font-family: 'Trade Gothic W01 Bold';
    text-transform: uppercase;

    text-shadow:0 0 2px rgba(0, 0, 0, 0.26);

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4bd94+0,f19959+49,eb7c3c+100 */
background: #f4bd94; /* Old browsers */
background: -moz-linear-gradient(top, #f4bd94 0%, #f19959 49%, #eb7c3c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f4bd94 0%,#f19959 49%,#eb7c3c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f4bd94 0%,#f19959 49%,#eb7c3c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4bd94', endColorstr='#eb7c3c',GradientType=0 ); /* IE6-9 */
cursor: pointer;
}

.rr-btn.small {
  font-size:10px;
  padding:2px 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.23);
}

.rr-btn.primary {
  font-size:1.2em;
  padding:6px 12px;
}

.rr-btn.secondary {
  background:#aeaeae;
}

a.rr-btn:hover {
    color: white;
     box-shadow: 0 0 5px rgba(0, 0, 0, 0.73);
}

.regulartable strong,
#quickBid table strong,
#quickBidItems strong, #quickBidTotals strong {
  font-family: 'Trade Gothic W01 Bold';
}

#quickBidItems tr td {
      border-bottom: 1px solid #ddd;
      padding-bottom:5px;
}

#quickBidItems, #quickBidTotals {
  width:100%;
}


#overview.estimates #overviewSA,
#overview.estimates #overviewFO,
#overview.estimates #overviewOF {
  min-height:250px;
  height:250px;
}

.estimateLine, .jobLine {
  display: flex;
  background: url(../images/columns-m.png) repeat-y 179px 0;
    align-items: center;
}

.estimateLine .jobTitle {
  width:179px;
}

.estimateLine .jobStatus {
  width:713px;
}


.jobLine {
      padding-left: 295px;
}

.jobLine .jobTitle
{
        width: 320px;
}


.internal form input.checkbox {
  width:auto;
  border:auto;
  margin-left:15px;
  margin-right:5px;
}

.internal form .field input.checkbox:first-of-type {
  margin-left: 0;
}

.mr-2 {
  margin-right:10px;
}

label.strong {
  font-family: 'TradeGothicLT-Bold';
}

#signatureparent, .signature-preview {
    color:darkblue;
/*    background-color:#9B9B9B;*/
    max-width:600px;
/*    padding:1px;*/
  }

  /*This is the div within which the signature canvas is fitted*/
  #signature, .signature-preview {
    border:none;
    background-color:#fff;
    height:200px;
  }

  .signature-preview  {
    border:1px solid #9B9B9B;
  }

.js-signature-clear {
  margin-left:auto;
  margin-top:2px;
}

.d-flex {
  display:flex;
  align-items:center;
}

.rr-btn.disabled {
  opacity:0.5;
  cursor: default;
}

.emailFilesPanelContent {
    list-style: none;
    margin-top: 40px;
    display: block;
    overflow: scroll;
    height: 220px;
}

.jobs .filesPanel ul, .jobs .emailFilesPanelContent {
  height:380px;
}

#emailFilesActions {
      position: absolute;
    bottom: 17px;
    left: 27px;
}

.emailFilesPanelContent .email-field, .emailFilesPanelContent .emailLabel {
  margin-left:27px;
}

.emailFilesPanelContent select {
  max-width: 180px;
  margin-left: 3px !important;
  margin-top: 1px !important;
}

.emailFilesPanelContent input {
  width: 280px;
}

#emailFilesActions button, .emailPictures {
  margin-left:5px;
}

.emailPictures {
  display:none;
}

.emailFilesPanelContent .color {
  margin-top: 1px;
}

.jobs #emailFilesActions {
  bottom:44px;
}