html, body {margin:0;padding:0;}
body.halt {
  overflow: hidden;
}
.container {
  position: relative;
  max-width: 1600px;
}
.mainbox {
  background: #efefef;
  border-radius: 5px;
  border:1px #cccccc solid;
}
.sidebox {
  background: #7499bc;
  border-radius: 5px;
  border:1px #cccccc solid;
  color: #ffffff;
}
.bb-light {
  border-bottom:1px solid #ddd;
}
.text-lightish {
  color: #ccc;
}
.text-blue {
  color: #026cb7;
}
.noborder {
  border: none!important;
}
.previewuser {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgb(23, 162, 184,.7);
  width: 100%;
  text-align: center;
  color: #fff;
}
.boxheader {
  width:100%;
  border-bottom:1px #cccccc solid;
  font-size: 1.4em;
  padding:10px 0;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  color:#333333;
  vertical-align: middle;
}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  background: #7499bc;
  color: #ffffff;
  cursor: pointer;
}
i {
  font-style: normal;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  vertical-align: middle;
}
.table th.tablesorter-header {
  padding-right: 10px;
}
a {
  transition: .2s ease all;
}
a:hover {
  text-decoration: none;
  opacity: .7;
}
.line-clamp.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.line-clamp.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp {
  display: none;
}
.read-more {
  color: #007bff;
}
/* spinner */
.loader {
  color: #428bca;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* login */
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
  text-align: center;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-signin input.setpassword {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input.confirmpassword {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
textarea.fulltext {
  width: 100%;
}
.font-weight-medium {
  font-weight: 500;
}


/* header */
.top-search {
  /*width:280px;*/
}
.navbar {
  position: fixed;
  height: 60px;
  top:0;
  background: #eee;
  width: 100%;
  z-index: 1021;
  box-shadow: 2px 2px 15px #666;
}
.m-top {
  margin-top: 60px;
}
.navbar-brand {
  padding:0;
}
.navbar-brand img {
  max-height:50px;
  width: auto;
}
.breadcrumbs {
  margin:10px 0;
}

.icon-grp {
  float: right;
}
.icon-grp img {
  height: 24px;
  width: auto;
  border:1px #dddddd solid;
  padding:3px;
  border-radius: 12px;
  transition:all .25s ease;
}
.icon-grp img:hover {
  background: #efefef;
}

.tableborder {
  border:1px #dddddd solid;
}
.table img, .table i {
  height:24px;
  width: 24px;
  border:1px #dddddd solid;
  padding:4px;
  border-radius: 12px;
  transition:all .25s ease;
  margin:2px;
  cursor:pointer!important;
  color: #999;
}
.actionstd img {
  height:24px;
  width: auto;
  transition:all .25s ease;
  cursor:pointer;
  border:none;
  padding:0px;
}

.table img.delete:hover {
  background: #f2dede;
  background: #a32d2d;
}
.table img.edit:hover, .table img.doc-edit:hover {
  background: #f2dede;
  background: #7499bc;
}
.table i.doc-save:hover {
  color: #fff;
  background: #7499bc;
}
.table img.password:hover {
  background: #f2dede;
  background: #7499bc;
}
.table.no-img-border i {
  border:0;
}

.doc-table .doc-viewing {
  display: inline-block;
}

.doc-table tr.editing .doc-viewing, .doc-table tr:not(.editing) .doc-editing {
  display: none;
}


.form-control {
  display: inline-block;
  width: initial;
  max-width: 100%;
}
.form-control:focus {
  background-color: inherit;
}

/* confirm box */
.confirmbox {
  position: absolute;
  top:35%;
  background: #ffffff;
  margin-left: auto;
  margin-right: auto;
  min-width: 350px;
  z-index: 101;
  left: 0;
  right:0;
  width: 0;
  box-shadow: 0px 0px 20px #333333;
  padding: 20px;
  text-align: center;
  font-size: 1.2em;
}
.overlay {
  height: 110%;
  width: 100%;
  background: rgba(0,0,0,.6);
  position: fixed;
  z-index: 10000;
  display: none;
}
.confirmbtn {
  margin-top:50px;
}


/* srch */

#srch_results, #cust_results, .material_results, #proj_results, #lead_results, #quote_results, #die_results {
  display: none;
  position: absolute;
  z-index: 10;
  top: 45px;
  right: 0px;
  background-color: #fff;
  box-shadow: 0px 0px 12px #666666;
  -webkit-box-shadow: 0px 3px 12px #666666;
  -moz-box-shadow: 0px 0px 12px #666666;
}

#srch_results {
  top: 0;
  width: 100%;
  position: relative;

}
.srch_holder {
  position: fixed;
  background: rgba(0,0,0,.4);
  width: 100%;
  height: calc(100% - 70px);
  z-index: 19;
  overflow-y: auto;
  backdrop-filter: blur(6px);
}
.close-btn {
  position: fixed;
  top: 60px;
  right: 20px;
  font-size: 3rem;
  z-index: 11;
  color: #000;
  line-height: 2rem;
}
.result-item {
  transition: .15s ease all;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
}
.result-item.active {
  background: #c8e2f5;
}
.result-item:hover {
  background: #c8e2f5;
  text-decoration: none;
}
.p-relative {
  position: relative;
}
#cust_results, .material_results, #proj_results, #lead_results, #quote_results, #die_results {
  left: 0px;
}

#srch_results td, #cust_results td, .material_results td, #quote_results td, .srch_results td, #die_results td {
  padding: 5px;
  text-indent: 30px;
}
#doc_results td {
  text-indent: 0;
  padding: .7rem;
}
#doc_list li {
  padding: .5rem .25rem;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  cursor: grab;
}

#srch_results tr, #cust_results tr, .material_results tr, #quote_results tr, .srch_results tr, #die_results tr {
  cursor:pointer;
}
.parts-row {
  background: rgba(255,168,0,.2);
}
.quotes-row {
  background: rgba(185,0,0,.2);
}
.dies-row {
  background: rgba(255,255,0,.2);
}
.materials-row {
  background: rgba(202,202,202,.1);
}
.users-row td {
  background: rgba(0,179,186,.2);
}
.clients-row {
  background: rgba(0,169,20,.2);
  background: #d7ffdc;
}
.projects-row {
  background: rgba(236,175,255,.2);
  //background: #d7ffdc;
}
.wpquotes-row {
  background: #d9f6f1;
}
.leads-row {
  background: #ece7f4;
}
.kits-row {
  background: #e6fcd5;
}
.products-row {
  background: #ffe7ce;
}
.materials-row {
  background: #FAE8E0;
}

.results-title {
  font-size: .7rem;
  color: #000;
}
.results-filter {
  background: #ddd;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  transition: .2s ease all;
  cursor: pointer;
}
.results-filter.active, .results-filter:hover {
  background: #ccc;
  font-weight: bold;
}
.gc-icon {
  max-width: 30px;
}
input.magicsrch {
  position: relative;
  right: 5px;
  top: 0px;
  font-size: 13px;
  width: 200px;
  color:#666666;
  padding: 3px;
  height: 17px;
  vertical-align: middle;
}
#srch_loading {
  position: absolute;
  right: 31px;
  top: 17px;
  display: none;
}
.list-row-hover td {
  background-color: #C6E7FE !important;
}
.srchimg {
  height: 24px;
  width: auto;
}
.icon-search {
  background-size:  24px 24px;
  background-position: 1% center;
}
.icon-client {
  background: url(../images/icon-client.png) no-repeat;
  background-size:  24px 24px;
  background-position: 1% center;
}
.icon-user {
  background: url(../images/icon-user.png) no-repeat;
  background-size:  24px 24px;
  background-position: 1% center;
}
.icon-part {
  background: url(../images/icon-part.png) no-repeat;
  background-size:  24px 24px;
  background-position: 1% center;
}
.icon-quote {
  background: url(../images/icon-quote.png) no-repeat;
  background-size:  24px 24px;
  background-position: 1% center;
}
.icon-die {
  background: url(../images/icon-die.png) no-repeat;
  background-size:  24px 24px;
  background-position: 1% center;
}
.icon-material {
  background: url(../images/icon-material.png) no-repeat;
  background-size:  24px 24px;
  background-position: 1% center;
}
.b-light {
  border:1px solid #ddd;
}
.bb-light{
  border-bottom:1px solid #ddd;
}
.bt-light{
  border-top:1px solid #ddd;
}
.br-light {
  border-right: 1px solid #ddd;
}

.mssg {
  margin: 10px;
  font-weight: 700;
}
.mssg table {
  font-weight: 400;
}
.mssg table tr:nth-child(1) td, .mssg table tr td:nth-child(1) {
  font-weight: 700;
}

.nav-prev, .nav-next {
  display: inline-block;
  float: left;
}
.nav-next {
  float: right;
}
label {
  font-weight: normal;
  cursor: pointer;
}

.quote-page {
  display: block;
}

.quote-page:nth-of-type(1n+3) {
  display: none;
}
.quote-title {
  text-align: center;
  font-size: 1.3em;
  padding:10px 0;
  letter-spacing: 2px;
}
.quote-nav {
  position: relative;
  width: 100%;
  /* bottom: 20px; */
  padding: 0 15px 20px 0;
}

.headerbtn {
  float: right;
  margin: 0 2px;
}
.add-breaks,.rem-breaks {
  cursor: pointer;
}
.pr-breaks {
  display: none;
}
.bottom-border td {
  border-bottom:2px #cccccc solid;
}
.al-right {
  text-align: right;
}
.acct {
  display: none;
}
.showacct {
  cursor: pointer;
  text-align: center;
}
table {
  font-size: 12px;
}

.form-control::-webkit-input-placeholder {
   color: #ddd;
}
.form-control:-moz-placeholder { /* Firefox 18- */
   color: red;  
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
   color: red;  
}

.form-control:-ms-input-placeholder {  
   color: red;  
}

.emph {
  font-weight: 700;
}
.subtotalsrow td {
  border-bottom:1px #666666 solid;
}
.totalsrow td {
  border-top: 1px solid #666666 !important;
  border-bottom: 3px double #666666;
  font-weight: bold;
}
.fpm {
  margin-left: 10px;
  float: right;
  vertical-align: middle;
  margin-top: 8px;
  font-weight: bold;
}
.input-sm, .form-horizontal .form-group-sm .form-control {
  padding: 5px;
}
.rtbtn {
  float: right;
}
.smalllink {
  letter-spacing: 0;
  font-size: 10pt;
}

.mssgbox {
  position: fixed;
  top: 60px;
  right: 10px;
  background: #428bca;
  opacity: .8;
  color:#ffffff;
  border-radius: 5px;
  display: none;
  padding: 5px 20px;
  z-index: 100;
}
.pointer {
  cursor: pointer;
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px 3px;
}
.qtyrow {
  transition all .2s ease;
  cursor: pointer;
}
.qtyrow:hover {
  background: #7499bc;
  color:#ffffff;
}
.newrevmssg {
  font-size: .9em;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.totrow td {
  font-weight: bold;
}

.noborder > tbody > tr > td {
  border: 0;
  line-height: 1;
}
table > tbody > tr.noborder > td {
  border: none;
}

.acct-fields td {
  text-align: right;
}

.col-pdf-12, .col-pdf-6 {
  position: relative;
  display: inline-block;
}
.col-pdf-12 {
  width: 100%;
}
.col-pdf-6 {
  width: 49.8%;
}
.dropzone .dz-default.dz-message {
  display: none;
}
#docsup {
  min-height:250px;
  width:100%;
  cursor: pointer;
}
.dzmssg {
  font-size: 22px;
  text-align: center;
  width: 100%;
  margin-top: 60px;
}
.dropzone-mssg {
  pointer-events: none;
}
.dropzone {
  min-height: 0;
  padding: 0em;
  text-align: center;
  background: transparent;
}
.dropzone .dz-preview, .dropzone-previews .dz-preview {
  margin: 1px;
}
.dzmssg img {
  border-radius: 0;
  height:initial;
  border:none;
}
.q-lengths {
  margin-top: 5px;
}
.qllength {
  height:30px;
  width: 35px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border-top:1px #dddddd solid;
  border-left:1px #dddddd solid;
  border-right:1px #dddddd solid;
  line-height: 2em;
  cursor: pointer;
  transition: all ease .2s;
  border-radius: 3px 3px 0 0;
  margin-right:2px;
  background: #ffffff;
  position: relative;
  font-size: 10px;
}
.qllength:hover {
  background: #dddddd;
}
.qllengthsel {
  background: #f9f9f9;
}
.qlpart {
  background: #5cb85c;
}
.qllength:first-of-type {
  background: #f9f9f9;
}
.qllength img {
  width:22px;
  height:22px;
  float: left;
  position: absolute;
  left: -5px;
  top: -2px;
}
.qlform {
  display: none;
  padding: 10px;
  border: 1px solid #dddddd;
}
.qlform input[type=text] {
  margin-right: 10px;
}
.qlhide, .diehide {
  float: right;
  font-size: .8em;
  margin-top: -15px;
  margin-right: -15px;
  border: 1px solid #dddddd;
  width: 18px;
  height: 18px;
  text-align: center;
  background: #ffffff;
  border-radius: 9px;
  cursor: pointer;
  transition: all ease .2s;
}
.qlhide:hover {
  background:#eeeeee;
}

.acct-fields:nth-of-type(1n+2) {
  display: none;
}
.acct-fields {
  margin-top:-1px;
}

.diefrm {
  padding:5px;
  border:1px solid #eeeeee;
  margin:10px 0;
  display: none;
}
.diefrm input, .diefrm textarea {
  width: 100%;
  margin:5px 0;
}
.headericons {
  display: inline-block;
  float: right;
  font-weight: 400;
  font-size: .8em;
}
input.error, input.form-control.error, input.form-control:focus.error {
  background: rgba(255,0,0,.5);
}
.table img.infoicon {
  width:18px;
  height:18px;
  padding:0;
  border:none;
  margin:0 5px;
  cursor: default;
}
.doubleunder td {
  border-bottom: 2px #666666 solid;
}
.audittable tr td:nth-child(2) {
  border-right: 1px #999999 solid;
}
.dieimg {
  width: 100%;
  height: auto;
  position: relative;
}
.overicon {
  height:24px;
  width: auto;
  border:1px #dddddd solid;
  padding:4px;
  border-radius: 12px;
  transition:all .25s ease;
  margin:2px;
  cursor:pointer;
  position: absolute;
  top:0;
  right:0;
  display: none;
}
.addpricebreak {
  cursor: pointer;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 2px 5px;
}
.pagenav {
  text-align: center;
}
.pagenavtext {
  display: inline-block;
  list-style: none; 
}
.pagenavitem {
  display: inline-block;
  list-style: none;
  border:1px #cccccc solid;
  cursor: pointer;
  transition: all ease .2s;
  padding:3px 9px;
  margin:3px 3px;
}
.pagenavitem:hover {
  background: #dddddd;
}
.currentitem {
  background: #eeeeee;
}
.floatright{
  float: right;
}
.headericon {
  width:30px;
  height:30px;
  padding:2px;
}
.headericon img {
  width:100%;
  height: auto;
}
.inactive td {
  background: #eeeeee;
  color:#999999;
}
.wp-admin {
  -webkit-padding-start:0;
}
.wp-admin li {
  list-style-type: none;
  border:1px solid #cccccc;
  padding:5px 10px;
  margin:5px 0;
  cursor:pointer;
  transition:.1s all ease;
  border-radius: 4px;
}
.wp-admin li:hover {
  background: #428bca;
  color:#ffffff;
}
.wp-admin li.active {
  background: #428bca;
  color:#ffffff;
}
.noshow {
  display: none;
}
.detaillist li {
  list-style-type: none;
}
.paletteheader {
  padding:20px 0 0 0;
}
.paletteheadertext {
  font-size: 1.2em;
  letter-spacing: 2px;
  text-decoration: underline;  
}
.wppl-addrow select, .wppl-addrow input {
  font-size:.9em;
  padding:2px 5px;
}

.table > tbody > tr.bordertop td, .table > tbody > tr.bordertop th {
  border-top:1px #666666 solid;
}
.quote-kit {
  cursor: pointer;
  transition:.1s all ease;
}
.quote-kit:hover {
  background:#eeeeee;
}
.prod-list, .kit-list, .custom-item {
  display: inline-block;
  float: left;
}
.kit-list, .custom-item {
  display: none;
}
.prod-item-list, .kit-item-list {
  display: inline-block;
  margin: 0 10px;
}
.table > tbody > tr.quote-kit > td {
  border-top: 2px solid #cccccc;
}
.quotehighlight {
  background: #f3f3f3;
  font-weight: 300;
}
.difference {
  background: rgba(0, 113, 8, 0.5);
}
.error {
  color:#B22222;
}
.quote-kit-prod {
  display: none;
}
.alignright {
  text-align: right;
}
.table img.prod_image {
  width:250px;
  height:auto;
  padding: 0;
  border-radius: 0px;
  cursor: auto;
}
.table img.prod_image_list {
  width:45px;
  height:auto;
  padding: 0;
  border-radius: 0px;
  cursor: auto;
}
.table img.die_image {
  height: auto;
  width: 100%;
  border-radius: 0;
  cursor: auto;
  padding: 0;
  
}
.prodtoggle-item {
  display: none;
}
/* hijack forceopen to hide quote form button */
.boxheader .forceopen {
  display: none;
}
.forceopen {
  display: table-row;
}
.aligncenter {
  text-align: center;
}
.table > tbody > tr > td.aligntop {
  vertical-align: top;
}
.detaillist {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.detaillist li.block {display: block}
.table > tbody > tr.topborder td {
  border-top:1px solid #333333;
}
.quote-charges {
  width:70px;
}
.cust-page {
  width: 50%;
  text-align: center;
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  cursor: pointer;
  transition:.2s ease all;
  background: #ffffff;
  padding: 3px 0;
}
.cust-page:hover {
  background: #dddddd;
}
.cust-page:first-of-type {
  border-right: 1px #333333 solid;
}
.inpage-nav {
  border: 1px solid #999999;
}
.selected {
  background: #dddddd;
}
.paletteheader {

}
th.tablesorter-header {
  background-image: url(../images/bg.gif);
  background-repeat: no-repeat;
  background-position: right center;
}
th.tablesorter-header.sorter-false {
  background-image: none;
  background-repeat: no-repeat;
  background-position: right center;
}
th.tablesorter-headerDesc {
  background-image: url(../images/asc.gif);
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #dddddd;
}
th.tablesorter-headerAsc {
  background-image: url(../images/desc.gif);
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #dddddd;
}
.prodcheck {
  font-weight: 300;
  font-size: .7em;
  letter-spacing: 0;
  vertical-align: middle;
  margin-left: 40px;
}
.prodcheck input {
  vertical-align: middle;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline:none;
  -webkit-box-shadow:none;
  box-shadow:none;
  border:none;
}
table.projtable > tbody > tr > td {
  /*vertical-align: top;*/
}
.custitem td {
  position: relative;
}
.bidding_contractor:hover .lead_delete, .bidding_contractor:hover .lead_edit, .custitem:hover .lead_cust_delete, .custitem:hover .lead_cust_edit {
  opacity: 1;
}
.table img.lead_cust_delete, .table img.lead_cust_edit, .lead_delete, .lead_edit {
  width: 20px;
  height: 20px;
  position: absolute;
  top:-10px;
  right:0px;
  opacity: 0;
  transition: .2s ease all;
  cursor: pointer;
  border: 0;
  padding: 0;
  border-radius: 0;
  margin: 0;
  z-index: 10;
}

.table img.lead_cust_edit, .lead_edit {
  top:inherit;
  bottom:-10px;
  right:0px;
}
.table img.lead_cust_edit {
  bottom:-5px;
  right:-5px;
}
.table img.lead_cust_delete {
  top:-5px;
  right:-5px;
}
.table > tbody > tr > td.bc-icons {
  text-align: center;
  vertical-align: top;
}
.table td.bc-icons img {
  border: 0;
  padding: 0;
  border-radius: 0;
  margin: 0;
  z-index: 10;
  width: 20px;
  height: 20px;
  margin:4px 0;  
}

.bidding .col-md-4, .bidding .col-sm-4 {
  max-width: 305px;
  max-width: 305px;
}
.bidding .col-md-4, .bidding .col-sm-4 {
  padding:0 5px;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.bidding {
  padding-top: 10px;
}
.biddingwrapper {
  overflow-x: auto;
}
.noteby {
  float: right;
  color:#999;
  font-size: .8em;
}
.address {
  display: none;
}
.showaddress {
  cursor: pointer;
  color: #999999;
}
.listicon {
  height: 18px;
  width: auto;
  margin:0 25px 0 5px;
  cursor: pointer;
}
.gridicon {
  margin:0 5px;
  cursor: pointer;
  height: 18px;
  width: auto;
}
.tooltip {
  position: absolute;
  z-index: 21;
}
.hiddenstr, .hiddenrows {
  display: none;
}
.readmore {
  font-size: .9em;
  color:#428bca;
  cursor: pointer;
}
.quotesrow {
  display: none;
}
.avoid-hover {

}
.overdue {
  color:#B22222;
}
.past {
  color:#888;
}
.viewall {
  cursor: pointer;
  color: #999999;
}
.marckcomplete{
  width: 20px;
  height: auto;
  cursor: pointer;
}
.actionmenu, .schedulemenu {
  border: 1px solid #cccccc;
}
.actionmenuitem, .schedulemenuitem {
  display: inline-block;
  cursor: pointer;
  transition: .1s ease all;
  width: 33.333333%;
  text-align: center;
  font-weight: bold;
  padding:5px 0;
  color:#428bca;
  font-size: 1.1em;
}
.actionmenuitem:hover,.actionmenuitem.active, .schedulemenuitem:hover, .schedulemenuitem.active {
  /*color:#999999;*/
  background: rgba(0,0,0,.1);
}
#date {
  position: absolute;
  right: 15px;
  top: 0;
  color: #777777;
}
.actionview, .scheduleview {
  position: relative;
  transition:.4s ease all;
}
.scheduleview.faded {
  opacity: .3;
}
.actionview h3, .scheduleview h3 {
  text-align: center;
  /*width: 80%;*/
}
.actionview h3, .actionview div, .scheduleview h3, .scheduleview div {
  /*display: inline-block;*/
  /*position: relative;*/
}

.actionview a.prev, .actionview a.next, .scheduleview a.prev, .scheduleview a.next {
  width: 10%;
  font-size: 2em;
  cursor: pointer;
}
.actionview .next, .scheduleview .next {
  text-align: right;
}
.gotocurrent {
  position: absolute;
  right: 0;
  top: 3px;
  font-size: .8em;
  color:#428bca;
  cursor: pointer;
}
.completedcal {
  color:#999999;
}
.markcompletecal {
  cursor: pointer;
}
.cal-projectdue {
  background: #669acc;
  color: #fff;
  padding: 1px 2px;
  display: block; 
  margin: 2px 0;
}
.cal-projectdue a {
  color: #fff;
}
.textcenter {
  text-align: center;
}
select option:disabled {
  color: #ccc;
}
.trhidden {
  display: none;
}
.sortfields {
  font-weight: normal;
  font-size: .7em;
}
.sortfields form {
  display: inline-block;
}
.checkbox.selectall {
  color: #999;
}
.checkbox.regionwrapper {
  color:#999;
}
.rpt-options {
  display: inline-block;
  border: 1px #ccc solid;
  margin:10px .5%;
  padding: 10px 20px;
  max-height: 400px;
  overflow-y: auto;
  background: #f9f9f9;
  width: 23.5%;
  vertical-align: top;
}
.rpt-options h4 {
  text-align: center;
}
.report-criteria {
  height: auto;
  transition: .2s ease all;
  border: 1px #cccccc solid;
}
.report-criteria-closed {
  height: 80px;
  overflow: hidden;
  opacity: .3;
}
.report-criteria.report-criteria-closed {
  border-bottom:none;
}
.show-report-criteria {
  width: 100%;
  background: rgba(0,0,0,.1);
  text-align: center;
  padding: 5px;
  cursor: pointer;
  transition: .2s ease all;
  border-left: 1px #cccccc solid;
  border-right: 1px #cccccc solid;
  border-bottom: 1px #cccccc solid;
}
.show-report-criteria:hover {
  background: #eeeeee;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #428bca;
}
.btnsrow form {
  display: inline-block;
}

/* calendar */
.calholder {
  width: 100%;
}
table.calendar    { border-left:1px solid #999;width: 100%; }
tr.calendar-row td.calendar-day.calendar-week {}
.calendar-month tr.calendar-row td.calendar-day.calendar-week {height:initial;}

tr.calendar-row td.calendar-day-np, tr.calendar-row td.calendar-day { height: 80px;position: relative;vertical-align: top; padding: 20px 5px; }
td.calendar-day { min-height:80px; font-size:11px; position:relative; } 
td.calendar-day.yesterday { background:#eee;opacity: .7; } 
td.calendar-day.today { background:rgba(154, 217, 255,.5); } 
div.calendar-day { height:80px; }

td.calendar-day:hover { /*background:#eceff5;*/ }
td.calendar-day-sched.calendar-sunday:hover { /*background:#ccc;*/ }
td.calendar-day-sched:nth-of-type(1) {
  background: transparent;
}
td.calendar-day-np  { background:#ddd; min-height:80px; } 
div.calendar-day-np { height:80px; }
td.calendar-day-head { background:#ccc; font-weight:bold; text-align:center; width:120px; padding:5px; border-bottom:1px solid #999; border-top:1px solid #999; border-right:1px solid #999; }
div.day-number    { 
    /*padding:5px; */
    font-weight:bold; 
    width:20px; 
    text-align:center; 
    position: absolute;
    top: 0;
    right: 0;
    color: #999;}
/* shared */
td.calendar-day, td.calendar-day-np { width:120px; padding:5px; border-bottom:1px solid #999; border-right:1px solid #999; }

.mobile {
  display: none;
}
.alt-color {
  background: #efefef;
}

.unsched-container {
  height: calc(100vh - 200px);
  overflow-y: auto;
}
.order-unsched {
  background: lightblue;
  padding:5px 8px;
  border:1px #ccc solid;
  margin:3px 0;
  display: inline-block;
  /*cursor: move;*/
  z-index: 10;
  text-align: center;
  font-size: .8em;
  vertical-align: top;
  width: 100%;
  line-height: 1.1;
  max-width: 240px;
}
.ui-draggable-original {
  display: block;
  height: 30px;
  width: 200px;
  overflow: hidden;
}
.order-noprofile {
  background: #333;
  color: #fff;
}
.sched-line-title {
  width: calc(100% + 0px);
  margin: 1px 0px;
  background: #fff;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
}
.sched-line {
  width: calc(100% + 2px);
  margin: 1px 0px;
  /*margin-left: -1px;*/
  vertical-align: top;
  position: relative;
}
.sched-line-empty {
  margin: 0px;
}
.schedule-row.highlight {
  /*border: 1px inset rgba(0,0,0,0.2);*/
  background: rgb(214,237,255);
}
.schedule-row.lighthighlight {
  border: 1px solid rgba(0,0,0,0.2);
}
.emptyholder {
  margin: 1px 0;
  vertical-align: top;
}
.order-line {
  height:100%;
  white-space: nowrap;
  padding-left: .25rem;
  overflow: hidden;
}
span.details {
  position: absolute;
  background: #333;
  color: #fff;
  padding: 4px;
  top: -80%;
  display: none;
  left: -100%;
  z-index: 8;
}
tr.calendar-row td.calendar-day-sched {
  padding: 15px 0 0;
}
.calendar-month tr.calendar-row td.calendar-day-sched {
  padding:20px 0 5px;
}
.typedup {
  padding: 3px;
  cursor: pointer;
  transition: .2s ease all;
  margin:0 3px;
}
.typedup:hover {
  /*background: #eee;*/
}

td.calendar-day-sched.calendar-sunday {
  background: #ddd;
  opacity: 1;
}

.sched-line a {
  color: #000;
}
.diegroup {
  display: inline-block;
  width: 100%;
}

.diegroup .order-unsched {
  border: 4px solid #4e7ea8;
}
.diegroup .order-unsched.order-startsoon {
  border: 4px solid #9f9000;
}
.diegroup .order-unsched.order-overdue {
  border: 4px solid #7e1313;
}
.order-wallprotex {
  background: #ff9600 !important ;
  color: #fff;
}
.order-wallprotex a {
  color: #fff;
}
.order-wallprotex.order-overdue {
  background: #ff6000 !important ;
}


strike.unstrike {
  text-decoration: none
}

.line-0 {
  background: #e0f3db;
  color: #000!important;
}
.line-0 a {
  color: #000!important;
}
.line-1 {
  background: #d9ebc0;
  color: #000!important;
}
.line-1 a {
  color: #000!important;
}
.line-2 {
  background: #ccebc5;
  color: #000!important;
}
.line-2 a {
  color: #000!important;
}
.line-3 {
  background: #a8ddb5;
  color: #000!important;
}
.line-3 a {
  color: #000!important;
}
.line-4 {
  background: #7bccc4;
  color: #000!important;
}
.line-4 a {
  color: #000!important;
}
.line-5 {
  background: #4eb3d3;
  color: #fff!important;
}
.line-5 a {
  color: #fff!important;
}
.line-6 {
  background: #2b8cbe;
  color: #fff!important;
}
.line-6 a {
  color: #fff!important;
}
.line-7 {
  background: #0868ac;
  color: #fff!important;
}
.line-7 a {
  color: #fff!important;
}
.line-8 {
  background: #084081;
  color: #fff!important;
}
.line-8 a {
  color: #fff!important;
}
.line-9 {
  background: #01326b;
  color: #fff!important;
}
.line-9 a {
  color: #fff!important;
}



.dieprofiletable ul {
  -webkit-padding-start: 0;
  min-height: 22px;
  list-style-type: none;
  margin-bottom: 0;
  height: 100%;
}
.draggable {
  border: 1px #ccc solid;
  background: lightblue;
  padding: 4px 8px;
  display: inline-block;
  margin:1px;
  cursor: pointer;
  color: #000;
  z-index: 10;
}
.sortable-placeholder {
  width: 30px;
  display: inline-block;
}
.sortable-placeholder-sched {
  height: 48px;
  background: #666;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -61px -220px;
  background-repeat: no-repeat;
}

table.gridlines td {
  border:1px solid #ccc;
  height: 1px;
}
span.disabled {
  color: #999;
}
.order-startsoon {
  background: #fee600;
  background: hsla(54, 100%, 50%, 1);

  background: radial-gradient(circle, hsla(54, 100%, 50%, 1) 0%, hsla(54, 100%, 42%, 1) 100%);

  background: -moz-radial-gradient(circle, hsla(54, 100%, 50%, 1) 0%, hsla(54, 100%, 42%, 1) 100%);

  background: -webkit-radial-gradient(circle, hsla(54, 100%, 50%, 1) 0%, hsla(54, 100%, 42%, 1) 100%);

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FEE600", endColorstr="#D7C100", GradientType=1 );  
}
.order-overdue {
  background: #d22020;
  color: #fff;
  background: hsla(0, 74%, 47%, 1);

  background: radial-gradient(circle, hsla(0, 74%, 47%, 1) 0%, hsla(0, 100%, 33%, 1) 100%);

  background: -moz-radial-gradient(circle, hsla(0, 74%, 47%, 1) 0%, hsla(0, 100%, 33%, 1) 100%);

  background: -webkit-radial-gradient(circle, hsla(0, 74%, 47%, 1) 0%, hsla(0, 100%, 33%, 1) 100%);

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#D22020", endColorstr="#A80000", GradientType=1 );

}
.order-overdue a {
  color: #fff;
}
.order-onhold {
  opacity: .6;
  background-color: #666;
}
.pricing-current {
  display: none;
  /*background: #ddd;*/
  /*background: rgba(0, 113, 8, 0.5);*/
}

.price-toggle {
  width: 50%;
  display: inline-block;
  border: 1px #ccc solid;
  cursor: pointer;
  text-align: center;
  padding: 3px 0;
  background: #ccc;
  opacity: .6;
}
.price-toggle.selected {
  background: #fff;
  font-weight: bold;
  opacity: 1;
}

.ordercal .sched-line-empty {
  border:1px #ddd solid;
  transition: .2s ease all;
  cursor: pointer;
}
.ordercal .sched-line-empty:hover {
  background: lightgreen;
}

tr.pricediff {
  background: rgba(210,32,32,.4);
}

.match-table span, span.match{
  background: #e9e90f;
}


.btn-primary {
  background: #026cb7;
  border-color: #026cb7;
}
a {
  color: #026cb7;
}
.navbar-nav li {
  margin: auto .5rem;
}


select.input-sm {
  font-size: .75rem;
  padding: 3px;
}
tr.disabled {
  opacity: .5;
}


.qb_btn[aria-expanded=true] {
  font-weight: bold;
}
.bg-red {
  background: rgba(189, 0, 0,.7);
  border-right: 1px solid #ddd;
  text-align: center;
  line-height: 1rem;
}
.bg-yellow {
  background: rgba(250, 236, 0,.7);
  border-right: 1px solid #ddd;
  text-align: center;
  line-height: 1rem;
}
.bg-green {
  background: rgba(36, 173, 2, 0.6);
  border-right: 1px solid #ddd;
  text-align: center;
  line-height: 1rem;
}
td.header-cell {
  padding: .25rem 1rem .25rem .5rem!important;
}

.modal-xl {
  max-width: 1030px;
}

.line-status {
  padding: 2rem;
  border: 1px solid #999;
  background: #fff;
  position: fixed;
  top: 40%;
  left: 0;
  transform: translateX(-90%);
  box-shadow: 0px 1px 12px #333;
  transition: .3s ease all;
}
.line-status.open {
  transform: translateX(0);
}
.line-status-btn {
  opacity: .7;
}
.line-status-btn.active {
  opacity: 1;
}
.status-light{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1rem;
  border:1px solid #ddd;
}
.a-line-status{
  position: absolute;
  top: 0;
  left: 10px;
  height: 100%;
  width:1rem;
  border:1px solid #ddd;
}
.line-status-right {
  position: absolute;
  right: 1rem;
  top: 10px;
}
.status-part {
  width: 100%;
  height: 33.33%;
}

.table.qc-table td, 
.table.qc-table th {
    white-space: nowrap;
    width: 1%;
}
table.qc-table {
    width: auto !important;
    table-layout: auto !important;
}
table.qc-table thead th, table.qc-table tfoot th {
    width: auto !important;
}
table.qc-table tbody td, table.qc-table tfoot td {
    width: auto !important;
}

.row-striped .row:nth-child(even){
  background-color: #eee;
}
.row-striped .row:nth-child(odd){
  background-color: #fff;
}
tr.check_needed {
  background: #dc3545!important;
  color:#fff;
}

.modal-backdrop {
  background-color: rgba(0,0,0,.1);
  backdrop-filter: blur(5px);
}
.modal-backdrop.show {
  opacity: 1;
}

/* modal backdrop fix */
/*
.modal.show:nth-of-type(even) {
    z-index: 1052 !important;
}
.modal-backdrop.show:nth-of-type(even) {
    z-index: 1051 !important;
}
*/

/* spinner */
.chase {
  width: 40px;
  height: 40px;
  position: relative;
  animation: chase 2.5s infinite linear both;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  display: none;
}

.chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; 
  animation: chase-dot 2.0s infinite ease-in-out both; 
}

.chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #ccc;
  border-radius: 100%;
  animation: chase-dot-before 2.0s infinite ease-in-out both; 
}

.chase-dot:nth-child(1) { animation-delay: -1.1s; }
.chase-dot:nth-child(2) { animation-delay: -1.0s; }
.chase-dot:nth-child(3) { animation-delay: -0.9s; }
.chase-dot:nth-child(4) { animation-delay: -0.8s; }
.chase-dot:nth-child(5) { animation-delay: -0.7s; }
.chase-dot:nth-child(6) { animation-delay: -0.6s; }
.chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.chase-dot:nth-child(6):before { animation-delay: -0.6s; }

@keyframes chase {
  100% { transform: rotate(360deg); } 
}

@keyframes chase-dot {
  80%, 100% { transform: rotate(360deg); } 
}

@keyframes chase-dot-before {
  50% {
    transform: scale(0.4); 
  } 100%, 0% {
    transform: scale(1.0); 
  } 
}
#costs-table-wrapper {
  transition: .2s ease all;
  opacity: 1;
}
#costs-table-wrapper.working {
  opacity: .5;
}

.horizontal-scroll {
  display: block;
  overflow-x: auto;
  white-space: nowrap;  
}
.horizontal-scroll .column {
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .nomobile {
    display: none;
  }
  .mobile {
    display: block;
  }
  .navbar-brand img {
    max-width: 50%;
  }
  .navbar-toggler {
    padding: .2rem .25rem;
  }
  .navbar-collapse {
    position: absolute;
    top: 60px;
    left: 0px;
    width: 100%;
    background: rgb(255, 255, 255);
  }
}

@media only screen and (max-width: 767px) {
  .navbar-brand img {
    max-width: 100%;
    height: auto;
  }
}

.doc-center {
  position: absolute;
  top: -90px;
  right: 20px;
  font-size: 2rem;
  z-index: 1032;
  background: #fff;
  padding: 0 .5rem;
  border: 1px solid #333;
  box-shadow: 2px 2px 10px #999;
  border-radius: 10px;
  transition: .2s ease all;
}
.doc-center:hover {
  box-shadow: 2px 2px 10px #666;
  background: #efefef;
  cursor: pointer;
  background: rgba(2, 108, 183,.4);
}
.doc-badge {
  background: red;
  color: #fff;
  position: absolute;
  border-radius: 50%;
  top: -5px;
  right: -5px;
  font-size: .8rem;
  min-width: 15px;
  height: 15px;
  text-align: center;
  line-height: .9rem;
}
