body,*{
	padding:0;
	margin:0;
	font-family: 'Nunito', sans-serif;
	border:none;
	text-decoration: none;
	color:#000;
	outline: none;    
    -webkit-appearance: none;
    -moz-appearance: none;
}
body{
	padding:20px 0 50px 0;
	background:#f7f7f7;
}
.cursor_pointer{
	cursor: pointer;
}
input[type='checkbox']{
	position: relative;
	top:5px;
	width:17px;
	height:17px;
	border:1px solid #ddd;
	border-radius: 20px;
}
input[type=checkbox]:checked{
	background:#1bcccc;
	border:1px solid #1bcccc; 
}
#btn_download{
	transition: all 0.2s ease 0s;
	cursor: pointer;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	margin-top:4px;
	float:right;
	width:calc(50% - 14px);
	background: #1133aa url('../img/download.png') no-repeat;
	padding-left:35px;
	background-size: 30px auto;
	background-position: calc(50% - 55px) center;
	height:40px;
	border:1px solid #001199;
	box-shadow: 0 3px 10px rgba(0,0,0,0.4);
	border-radius: 5px;
}
#btn_download:hover{
	background: #1133ff url('../img/download.png') no-repeat;
	background-size: 30px auto;
	background-position: calc(50% - 55px) center;
}

.editor_name_address_size{
	resize:none;
	height:100px;
	min-height:100px;
	width:100%;
	font-size:14px;
}
.editor_name_address{
	background: #fff url('http://s49404.gridserver.com/invoices/img/address_place.png') no-repeat;
	background-size:auto 70px;
}
.editor_name_address:focus{
}
.pr30{
	padding-right:30px;
}
#header_invoice{
	width:100%;
	position: fixed;
	top:0;
	height:72px;
}
.wrapper_table{
	background:#fff;
	position: fixed;
	top:0;
	left:0;
	display: none; 
	width:100%;
	height:100%;
}
#loading_table{
	display:none;
}
.empty_val{
	color:#ccc !important;
}
.empty_subtotal{
	color:#ccc;
}
#wrapper_preview{
}
.h400{
	height:400px;
}
#preview_iframe{
	border:1px solid #eee;
	border-bottom:2px solid #eee;
	border-radius: 4px;
	background:none;
	width:calc(50% - 16px);
	height:400px;
}
#header td{
	padding:10px 0;
	font-size:24px;
}
.wrapper_row{
	width:100%;
	height:100%;
	display:table-row;
}
.wrapper_cell{
	width:100%;
	height:100%;
	display:table-cell;
	text-align: center;
	vertical-align: middle;
}
#ui-datepicker-div{
	background:#fff;
	box-shadow: 0 10px 10px rgba(0,0,0,0.04);
	font-size:13px !important;
	padding:5px;
	display:none;
}
#ui-datepicker-div td{
	padding:3px;
}

.ui-datepicker-today{
background:#dfdfdf;
border-radius: 3px;
}
.ui-datepicker-current-day,.ui-datepicker-current-day a{
	background:#478ef9;
	color:#fff !important;
	font-weight:bold;
	border-radius: 3px;
}
.invoice_table,#invoice_table{
	min-width:100%;
}
.ui-datepicker-next{
	float:right;
}
.ui-datepicker-prev{
	float:left;
}
.ui-datepicker-title{
	text-align: center;
}
.verticalTop{
	vertical-align: top !important;
}
.line_item:hover{
	background: #edf5d0;
}
.line_item_delete:hover{
	background: #e8aaaa !important;
}
.red{
	color:red;
	cursor: pointer;
}
.line_item{
	font-size:14px;
}
.fs14{
	font-size:14px !important;
}
.fs16{
	font-size:16px !important;
}
.fs18{
	font-size:18px !important;
}
.line_item td{
	padding:5px;
}
.sel{
	background:#f7f7f7;
}
.light_color{
	display: inline-block;
	color:#ccc;
}
.light_border{
	border-bottom: 1px solid #eee;
}
.blue_color{
	color:#60a2ff;
}
#invoice_date{
	font-size:14px;
}

.editor_wrapper{
	width:90%;
	max-width:999px;

	margin:0 auto;
padding-bottom:90px;
	
}
.paper_shadow{
	background:#fff;
	/*box-shadow:0 6px 12px rgba(0,0,0,0.06);

		border:1px solid #efefef;*/
		border:1px solid #ddd;
		border-bottom:2px solid #efefef;
		padding:10px; 
}
#status{
	text-align:center;
	border:1px solid #73d363;
	color:#1c880a;
	background: #e2f9d9;
	border-radius:10px;
	margin:0px 0 10px 0;
	padding:10px;
}
.editor_full{
	width:100%;
}
.editor{
	padding:15px;
	width:calc(50% - 30px);
}
.editor_input{
	background:#fff;
	padding:0 8px;
	width:100%;
	font-size:16px;
}
.editor_input_50p{
	background:#fff;
	padding:0 8px;
	width:50%;
	font-size:16px;
	text-align:center;
}
.editor_input_20p{
	text-align:center;
	background:#fff;
	padding:0 8px;
	width:20%;
	font-size:16px;
	min-width:70px;
}
#logo{
	width:200px;
	height:auto;
	margin-bottom: 0px;
}
.textRight{
	text-align: right;
}
.textCenter{
	text-align: center;
}
#invoice_title{
	font-size:33px !important;
	width:200px;
	text-align: right;
}
.h1_input{ 
	display: inline-block;
	text-align: right;
	font-size:33px !important;
	border:none;
}
h1{
	font-size:33px;
}
p{
	padding:10px 0 4px 0;
}
.input_border{
	border-bottom:1px solid #efefef !important;
}
.input-icon {
  position: relative;
}
.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.none{
	display: none;
}
.input-icon > i {
  position: absolute;
  display: block;
  transform: translate(0, -50%);
  top: 50%;
  pointer-events: none;
  width: 25px;
  text-align: center;
  font-style: normal;
}

.input-icon > input {
  padding-left: 25px;
  padding-right: 0;
}

#logo_img{
	max-height: 200px;
	max-width: 200px;
	height:auto;
	width:auto;
	float:left;
}
.btn_chg{
	cursor:pointer;
	display:inline-block;
	background: #dfdfdf;
	font-size:12px;
	text-align:center;
	border:1px solid #ccc;
	color:black;
	border-radius: 3px;
	padding:2px 4px;
	margin:1px 0 4px 10px;
}
.btn_inv{
	cursor:pointer;
	display:inline-block;
	font-size:18px;
	text-align:center;
	border:2px dashed #efefef;
	color:green;
	border-radius: 4px;
	padding:6px 10px;
	margin:1px 0 4px 0;
}
.btn_inv:hover{
	background:#efefef;
}
.btn_inv_2{
	cursor:pointer;
	display:inline-block;
	font-size:18px;
	text-align:center;
	border:2px dashed #efefef;
	color:#ccc;
	border-radius: 4px;
	padding:6px 10px;
	margin:1px 0 4px 0;
}
.btn_inv_2:hover{
	background:#efefef;
	color:#ccc;
}
.btn_100p{
	background:#478ef9;
	color:#fff;
	font-weight:bold;
	border-radius:40px;
	font-size:18px;
	font-weight:bold;
	cursor:pointer;
	width:100%;
	text-align:center;
	padding:8px 0;
	margin-bottom:10px;
	border-bottom:1px solid #3b7fe6;
}
.btn_100p img{
	height:20px;
	width:auto;
	position:relative;
	top:4px;
}
.btn{
	position:relative;
	background:#478ef9;
	color:#fff;
	font-weight:bold;
	padding:9px 17px;
	border-radius:40px;
	font-size:16px;
	cursor:pointer;
	position: relative;
	transition: all 0.2s ease 0s;
	top: 0;
	display:inline-block;
}

.btn:hover{
	background: #1133ff;
}

.bg_paypal{
	background-image: linear-gradient(to right,#3e90d3, #193b8d);
}
.bg_grey{
	background:#ddd;
	color:#333;
	border-bottom:1px solid #999;
}
.prl5{
	padding-right:5px;
	padding-left:5px;
}
.p20{
	padding:20px;
}
.w100p{
	width:100%;
}
.w10p{
	width:10%;
}
.w20p{
	width:20%;
}
.w30p{
	width:30%;
}
.w40p{
	width:40%;
}
.w50p{
	width:50%;
}
.w60p{
	width:60%;
}
.w70p{
	width:70%;
}
.w80p{
	width:80%;
}
.w100p{
	width:100% !important; 
}
.loading{
	width:22px;
}
#logo_card{

}
.display_none{
	position: absolute;
	top:-100px;
}
.pt10{
	padding-top: 10px;
}
.pt50{
	padding-top:50px;
}
.pt20{
	padding-top:20px;
}
.mt40{
	margin-top:40px;
}
.editor_item_input_dollar{
	background:none;
	width:calc(100% - 12px);
	font-size:14px;
	resize:none;

	height:20px;
}
.editor_item_input{
	background:none;
	width:100%;
	font-size:14px;
	resize:none;

	height:20px;
}
#invoice_table_footer td P{
	padding: 0;
}
#invoice_table_footer td{
vertical-align: middle;
padding:0;
margin:0;
}
#advanced_options{
	border-top:2px solid #ededed;
	background:#eee;
	display: none;
}
@media only screen and (max-width: 960px) {
.h400{
	height:auto !important;
}
.w100p,.w50p,.w70p,.w80p,.w100p{
	width:100% !important; 
}
.w30p,.w40p,.w60p{
	width:30% !important; 
}
.w10p,.w20p{
		width:20% !important; 

}
#preview_iframe{
	background:none;
	width:100%;
	height:100%;
	min-height:720px;
}
.editor{
	padding:0;
	width:100%;
}
	.btn_inv{
	padding:5px 12px;
	font-size:14px;
}
.editor_wrapper{
	width:99%;
}
.paper_shadow{
	padding:6px; 
}
.btn{
	font-size:14px;
}
.mobile50p{ 
	width:50%;
}
.mobile0p{
	width:0%;
}
.editor_input{
	font-size:12px;
	background:none !important;

	padding:0;
	overflow:visible;
}
.editor_item_input{
	font-size:13px;
}
}
