@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');
/*grid*/
.lb-row { width: 100%; margin:0 auto 20px auto; display:inline-block; position:relative; }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 { float: left; margin-right: 2%; box-sizing: border-box; min-height: 1px; }
.lb-row .col-1:last-child,
.lb-row .col-2:last-child,
.lb-row .col-3:last-child,
.lb-row .col-4:last-child,
.lb-row .col-5:last-child,
.lb-row .col-6:last-child,
.lb-row .col-7:last-child,
.lb-row .col-8:last-child,
.lb-row .col-9:last-child,
.lb-row .col-10:last-child,
.lb-row .col-11:last-child,
.lb-row .col-12:last-child {
	margin-right: 0;
}
.lb-row:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.col-1  { width: 6%; }
.col-2  { width: 15%; }
.col-3  { width: 23.5%; }
.col-4  { width: 32%; }
.col-5  { width: 41%; }
.col-6  { width: 49%; }
.col-7  { width: 56.9%; }
.col-8  { width: 66%; }
.col-9  { width: 74%; }
.col-10 { width: 82.5%; }
.col-11 { width: 91%; }
.col-12 { width: 100%;  }
.lb-center{
    text-align: center;
}
.lb-right{text-align: right; }
.lb-left{text-align: left;}
.lb-top{vertical-align: top;}
/*global*/
body{
	background: #f1f1f1;
	line-height: 1.5;
}
.lb-container{
	width: 960px;
	margin: 0 auto;
}
.lb-wrap{
	border: 1px solid #e5e5e5;
	padding: 30px;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
}
.single-lb_estimate,
.single-lb_invoice{
	font-family: 'roboto', sans-serif;
	font-size: 16px;
	font-weight: 200;
}
/*loader*/
.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  margin: 0 10px -15px;
  opacity: 0;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
/*header*/
.status > a,
.status > span {
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
}
.status .pdf {
	background: #666;
	text-decoration: none;
}
.status .is-draft{
    color: #ccc;
}
.status .decline:hover,
.status .accept:hover{
	cursor: pointer;
	opacity: .8;
}
.status .accept,
.status .paid,
.status .approved,
.status .pay{
	background: #39996D;
}
.status .pending-payment,
.status .decline{
	background: #acbcc3;
}
.header .doc-num{
	font-weight: 400;
	font-size: 1.2em;
	margin-top: 8px;
}
/*doc meta*/
.doc-title{
    font-size: 30px;
    margin-bottom: 10px;
    color: #666;
}
.logo-wrap{
    text-align: right;
}
#lb-logo{
    max-width: 100%;
    max-height: 200px;
}
.doc-meta{
	margin-top: 30px;
}
.status{
	text-align: right;
}
.lb-tbl span{
	box-sizing: border-box;
	width: 50%;
	display: inline-block;
	padding: 4px 0;
}
.lb-tbl .label{
	text-align: right;
	border-right: 1px solid #ccc;
	padding-right: 10px;
}
.lb-tbl .val{
	padding-left: 10px;
	min-height: 1px;
}
.lb-tbl .total{
	padding: 10px;
	background: #2b3a42;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}
.to-from table{
	font-weight: 100;
	border-collapse: separate;
	border-spacing: 0px 10px;
}
.to-from td.label{
	width: 100px;
	text-align: right;
	padding: 10px;
	border-right: 1px solid #acbcc3;
}
.to-from td.address{
	padding-left: 10px;
}
.to-from td.address p{
	margin: 0 0 0 0;
}
.lb-logo{
    text-align: center;
    margin-bottom: 5px;
}
#lb-logo{
    max-width: 100%;
    max-height: 150px;
    height: auto;
}
.lb-tbl td{
	padding: 20px 10px;
}
.li_spacer_header td {
	padding: 15px 10px;
	text-align: center;
}
.li_spacer td {
	padding: 2px 20px;
	text-align: center;
}
.lb-tbl th {
	padding: 5px 10px;
}
/*line items*/
#line-items {
	border-collapse: collapse;
	margin-bottom: 20px;
}
#line-items th {
	border-bottom: 3px solid #acbcc3;
}

#line-items .title-desc {
	width: 450px;
}
#line-items td {
	min-width: 90px;
	font-weight: 200;
}
#line-items td {
	background: #f9f9f9;
	min-width: 50px;
	font-weight: 200;
	border-bottom: 5px solid #fff;
}
#line-tems td .title{
	font-weight: bold !important;
	background: red;
}
#line-items .right {
	text-align: right
}
#line-items .left {
	text-align: left;
}
.line-row.headers{
	background: none;
	font-weight: 400;
	border-bottom: 3px solid #acbcc3;
}
.line-row{
	overflow: hidden;
	background: #F9F9F9;
	padding: 10px;
	margin-bottom: 10px;
}
.line-row > div{
	display: block;
	float: left;
}
.line-row .wide{
	width: 68%;
}
.line-row .small{
	width: 8%;
	min-height: 1px;
	text-align: center;
}
/*totals*/
.lb-totals{
	float: right;
	overflow: hidden;
}
.lb-totals > div{
	float: right;
}
.lb-totals .labels{
	padding-right: 20px;
	border-right: 1px solid #acbcc3;
	text-align: right;
	font-weight: 400;
}
.lb-totals .vals{
	padding-left: 20px;
}
/*notes & terms*/
.lb-notes,
.lb-terms{
    margin-top: 40px;
}

/*buttons */
.lb_pay_button {
	display: inline-block;
	margin: -12px -20px;
	padding: 12px 20px;
	color:#fff;
	background-color: #39996D;
	border:none;
	cursor: pointer;
	font-family: 'roboto', sans-serif;
	font-size: 16px;
	font-weight: 200;
}

.lb_cancel_button {
	margin-top: 2px;
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none;
	cursor: pointer;
	/* font-family: 'roboto', sans-serif; */
	font-size: 14px;
	font-weight: 800;
	border:1px solid #6b6b6b;
	box-shadow: none;
	border-radius: 2px;
}

.lb_cancel_button:hover {
	background-color: #ddd;
}

.lb_cancel_button a {
	text-decoration: none;
	box-shadow: none!important;
	
}

.lb_cancel_button a:focus {
	text-decoration: none;
	box-shadow: none!important;
	outline: none;
}

.lb_cancel_button a:hover {
	text-decoration: none;
	box-shadow: none!important;
}