﻿body {
    font-family: 'Open Sans', sans-serif !important;  
    background: url(/images/brushed.png) repeat;
    margin: 0;
    padding: 0;  
    height: 100%
}

.nowrap {
    display: inline-flex;
    white-space: nowrap;
    float: none;
}

.not-landed {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif !important;   
}

a {
  color: #333;  
}

.row {
    margin: 0;
    max-width: inherit;
}

a:hover, a:focus {
    color: #000;
}

div.Clear, div.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

button, .button {
    box-shadow: none;
    text-transform: uppercase;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: #D5630F;
    border: none;
}

button.small, .button.small {
    padding-bottom: 0.6em;
    padding-top: 0.6em;
}

button.secondary, .button.secondary {
    background-color: #2D3E50;
    border: none;
    color: #FFF;
}

.button:hover, .button:focus, button:hover, button:focus {
    background-color: #C65016;    
}

.button.secondary:hover, .button.secondary:focus, button.secondary:hover, button.secondary:focus {
    background-color: #19222c;  
    color: #FFF;  
}

.button.secondary.inactive {
    background-color: Gray !important;
    cursor: default;
}

.bottomMargin {
    margin-bottom: 15px;
}

input[type="file"], input[type="checkbox"], input[type="radio"], select {
    margin: 0 .5em 1em 0 ;
    float: left;
    clear: left;
}

select {
    height: 2.3125em;
    padding: 5px;
    color: rgba(0, 0, 0, 0.75);
    font-family: inherit;
}


label {
    float: left;
}

#progressOverlay
{
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    /*background: rgb(0, 0, 0); /* Fall-back for browsers that don't support rgba 
    background: rgba(0,0,0, .3);*/
    background: url("/images/trans_bg.png");
    z-index:99999;
}

#progressDisplay
{
    position:fixed;
    left:50%;
    top:50%;
    margin-left:-13px;
    margin-top:-13px;
    width:25px;
    height:25px;
    background: url("/images/load_2.gif") no-repeat scroll 0 0 transparent;
    z-index:999999;
}

.slideMenu a
{
    width:100%;
}

#leftSidebar
{
    height:100%;
    background-color:Black;
    padding-top:65px;
    z-index:3;
    color: #FFF;
    box-shadow: -2px 0 8px -1px #111111 inset;
}

.slideMenu .leftNavBtn span {
    color: #FFF;
}
/*.sidebarUnderlay
{
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: rgba(0,0,0, .3);
    z-index:2;
}*/

a#sidebarButton {
    display: none;
}



.headerSpacer
{
    height:45px;
}
.adminButtonsTop
{}
.adminButtonsTop li
{
	display:inline;
	list-style-type: none;
}

.buttonsTop li
{
	display:inline;
	list-style-type: none;
}

#mainContent {
    margin-top: 15px;
    /*padding: 15px;*/
}

form {
    margin: 0;
}

#topBarWrap {
    margin: 0;
    padding:0;
}

.topBar {
    background: #4e4e4e; 
    padding: 8px;   
}

[role="complementary"] {
    padding: 0;
}

label {
    color: #4D4D4D;
    cursor: pointer;
    display: block;
    font-size: 0.8em;
    font-weight: 600;
    margin-bottom: 0.5em;
}


/*===============================================================================
LOGIN PAGE
===============================================================================*/

.loginLogo {
    text-align: center; 
    width: 139px;
    height: 60px; 
    margin: 45px auto;
}

#loginWrap {
    background: #FFF;
    padding: 0;
    margin: 10px auto;
    -webkit-box-shadow:  1px 1px 6px 3px rgba(0, 0, 0, 0.3);
    box-shadow:  1px 1px 6px 3px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

#loginWrap h4 {
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 0;
    color: #333333;
    font-weight: 600;
}

.smallLabel {
    text-align: center;
    padding: 10px 0 0 0;
}

#loginWrap fieldset {
    border: none;
}

.accountInfo {
    padding: 0 20px 0 20px;
}

.accountInfo fieldset {
    padding: 0;
}

.accountInfo label {
    font-size: 15px;
    font-weight: normal;
    color: #000;
    padding: 10px 0 5px 0;
}

.accountInfo input[type="text"], .accountInfo input[type="password"] {
    height: 45px;
    border-radius: 5px;
    box-shadow: none;
}

.accountInfo input[type="checkbox"] {
    clear: left;
    float: left;
    margin: 11px 5px 0 0;
}

.submitButton {
    background: #717171; 
    padding: 20px;
    border-radius: 0 0 5px 5px;  
    text-align: center;
}

.submitButton .button {
    border: 1px #5e2c07 solid;
    border-radius: 5px;
    font-weight: 600;
}

.submitButton a.password {
    color: #FFF;
    font-size: 13px;
    text-decoration: underline;
    padding-bottom: 10px;
}
#LoginUserValidationSummary ul {
    margin: 0 15px 5px 15px; 
        background-color: #FEEBEB !important;
    border: 2px solid #FFAEAE;  
}

#LoginUserValidationSummary ul li {
    background: url("/images/ico-delete.gif") no-repeat scroll 10px 50% rgba(0, 0, 0, 0);
}

#LoginUserValidationSummary ul li {
    padding: 5px 10px 5px 35px;
    color: #222222;
    list-style-type: none;
}

/* =============================================================================
MESSAGES
============================================================================= */

.msg.warning {border:2px solid #F2DD8C; background-color:#FFF5CC !important;}
.msg.warning a {color:#df0000;} .msg.warning a:hover, .msg.warning a:active, .msg.warning a:focus {color:#303030;}
.msg.info {border:2px solid #B8E2FB; background-color:#E8F6FF!important;}
.msg.done {border:2px solid #BBDF8D; background-color:#EAF7D9!important;}
.msg.error {border:2px solid #FFAEAE; background-color:#FEEBEB!important;}
.msg {padding:10px; padding-left:35px;}
.msg.warning {background:url("/images/ico-warning.gif") 10px 50% no-repeat;}
.msg.info {background:url("/images/ico-info.gif") 10px 50% no-repeat;}
.msg.done {background:url("/images/ico-done.gif") 10px 50% no-repeat;}
.msg.error {background:url("/images/ico-delete.gif") 10px 50% no-repeat;}


.medium-12 {
    width: 100%;
}

/*-----PAGING--------------------------------------------------------
-------------------------------------------------------------------*/

select#ddlJumpToPageTop, select#ddlJumpToPage, select.PagingDropDown{
    width: 75px;
    float: none;
    clear: none;
    margin: 0 5px;
}

a#lbtnPrevPage, a#lbtnNextPage {
    margin-top: 15px;
}

/*-----Home Page-----------------------------------------------------
---------------------------------------------------------------------*/
.homeHeader {
    background: #4e4e4e;
    padding: 15px 0;    
    margin-bottom: 25px; 
}

#homeHeaderContent {
    margin: 0 auto;
}

.homeHeader #logo {
    padding-top: 10px;
}

.homeHeader span {
    color: #FFFFFF;
    font-weight: bold;
    padding: 0 0 0 5px
}

#accountDisplay {
    text-align: right;
}

#homeBtnWrap {
    max-width: 1024px;
    margin: 0 auto;
}

#homeBtnWrap .columns {
    padding-left: .3em;
    padding-right: .3em;
}

.homeIcon {
    margin-bottom: 10px;
}

.homeIcon a {
    background: #FFF;
    display: block;
    text-align: center;
}

.homeIcon a img {
    padding-top: 30px;
    padding-bottom: 30px;
}

.homeIcon span 
{
    background: #4e4e4e;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    display: block;
    line-height: 16px;
    padding: 12px 0;
    text-transform: uppercase;
}

.homeIconOrange span {
    background: #d5630f;    
}

.homeIconReports span {
    line-height: 32px;
}


/*-----Left Nav----------------------------------------
-------------------------------------------------------------------*/
#leftNavWrap {
    padding: 0;
}

.leftNav {
    background: #FFF;
}

a.leftNavBtn  {
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0 15px 10px;
    border-bottom: 1px #333 solid;

}

a.leftNavBtn img {
    float: left;
    margin-right: 4px;
    width: 45px;
}

a.leftNavBtn span {
    display: block;
    padding: 13px 0;
}

#leftNavWrap [data-section="accordion"] {
    margin-bottom: 0px;
}

#leftNavWrap .section-container.accordion section {
    border: none;
}

#leftNavWrap .section-container.accordion section .title {
    background: #4e4e4e !important;
    border: none;
}

#leftNavWrap .section-container.accordion section .title a {
    color: #FFF;
} 

.title .arrowDown {
    background: #717171;
    padding: 9px 5px;
    margin-right: 10px;
}

#leftNavWrap .section-container.accordion section .content {
    background: #959595;    
}

#leftNavWrap .section-container.accordion section .content ul {
    margin: 0;
    padding: 0;
}

#leftNavWrap .section-container.accordion section .content ul li {
    list-style-type: none;
}

#leftNavWrap .section-container.accordion section .content ul li a {
    color: #FFF;
}

.accountDisplay {
    background: #959595;
    padding: 15px;
}

.accountDisplay img {
    float: left;
    margin-right: 4px;  
}

.accountDisplay span {
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
    display: block;
    padding: 13px 0;
}

[role="main"] {
    padding: 0 0 20px;
}

.topButtons {
    background: #807E7F;
    line-height: 55px;
    padding-bottom:5px;
}

.topButtons .button {
    margin: 0;
}

ul.adminButtonsTop {
    line-height: inherit;
    margin: 0;
}


ul.buttonsTop {
    line-height: inherit;
    margin: 0;
}

/*--------Orange Sheet----------------------------------------------
------------------------------------------------------------------*/

#lblCallerAddress, #lblSiteAddress {
    padding: 10px 0 10px 10px;
    float: left;
    font-size: 16px;
    width: 100%;
    background: #CCC;
    margin-bottom: 10px;
}

.topHeading {
    font-size: 15px;
    padding: 5px 0;
    font-weight: bold;
    margin-top: 10px;
}

hr {
   margin: 10px 0 20px; 
   border-color: #BBB;
}

.pull-right {
    float: right;
}

.margin-button-right {
    margin-right: 10px !important;
}

select:disabled {
    background-color: #dddddd;
}


/*---------CustomerRows-----------------------
-------------------------------------------------------------------*/
.infoRow, .infoRowAlt {
    line-height: 50px; 
    color: #FFF;   
}

.infoRow .button, .infoRowAlt .button {
    margin: 0;
}

.infoRow {
    background: #4E4E4E;
    margin-bottom: 2px;
}

.infoRowAlt {
    background: #6C6C6C;
    margin-bottom: 2px;
}

#segmentLeft, #segmentLeftAlt, #segmentLineLeft, #segmentLineLeftAlt {
    padding-left: 0;
}

.segmentLineComponentName a
{
    color:#FFF;
}
.segmentNumber a, .segmentLineNumber a {
    background: #2A80B9;
    color: #FFFFFF;
    display: block;
    float: left;
    font-weight: 600;
    margin-right: 10px;
    /*padding: 0 25px;*/
    width: 60px;
    text-align: center;
}

.segmentNumber a:hover, .segmentLineNumber a:hover {
    text-decoration: underline;
}

.templateLibrary a {
    cursor: default;
}

.segmentLineNumber a {
    background: #27AE5F;    
}

/*  DISABLED SEGMENTS    */

.segmentNumberDisabled a
{
    background: #70777C;
    color: #FFFFFF;
    display: block;
    float: left;
    font-weight: 600;
    margin-right: 10px;
    padding: 0 25px;
    width: 60px;
    text-decoration: line-through;
    text-align: center;   
}

.segmentNameDisabled
{
    text-decoration: line-through;   
}

span.segmentActions, span.segmentLineActions {
    display: block;
    text-align: center;
}

.segmentActions em {
    font-style: normal;
}

#bid, #bidPrice, #segmentLineEdit {
    border-right: 2px #DDDDDD solid;    
}

#bid {
    border-left: 2px #DDDDDD solid;     
}

#segmentLineEdit {
    border-left: 2px #DDDDDD solid; 
    border-right: 2px #DDDDDD solid;    
}

#segmentEdit {
    padding: 0;
    border-left: 2px #DDDDDD solid;
}

#jobsTopBar {
    background: #333;
    margin-bottom: 2px;
    color: #FFF;
    overflow: visible;
}

#proposalInfo {
    line-height: 59px;
    margin: 0;
    padding: 0;
}

#proposalInfo span {
    font-weight: 600;
    padding: 0 0 0 10px;
    font-size: 15px;
}

#addButton {
    padding: 0;
    width: 60px;
}

#addButton a.addSegmentButton img {
    background: #2A80B9;  
}

#addButton a.addLineItemButton img {
    background: #27AE5F;  
}

#addButton a.addCalcButton img {
    background: #F2C40F;  
}

#addButton a img {
    padding: 21px;
    display: block;
}

#computedPrice, #bidPrice {
    text-align: right;
    padding: 13px 15px 14px;
    background: #4E4E4E;
}

span.segmentComputed, span.segmentBid, span.segmentLineComputed, span.laborComponentComputed, span.segmentLineComponentComputed {
    text-align: right;
    display: block;
}

span.segmentBid, span.segmentBid a {
    color: #46B481;
}

span.segmentComputed, span.segmentLineComputed, span.segmentLineComponentComputed {
    color: #FFF;
}

ul#ulLaborItem {
    width: 135px;
}

/*********************************************
Transaction Log
*********************************************/

.transactionLogFilter {
    padding: 10px 0 0;
    margin-bottom: -7px;
}
.transactionLogFilter > div > span{
    position: relative;
    display: inline-block;
}
.transactionLogFilter span > a{
    display: inline-block;
}
.transactionLogFilter .dropToggle{
    position: absolute;
    right: -17px;
    top: 4px;
}

.transactionLogFilter #transactionDateHeader, .transactionLog .transactionDateItem{
    /*min-width: 128px;*/
}

.transactionLog {
    background: #4E4E4E;
    padding: 10px 0;
    color: #FFF;
    font-size: 13px; 
}

.transactionLogAlt {
    background: #6C6C6C;
    padding: 10px 0;
    color: #FFF;
    font-size: 13px; 
}

.transactionLog a, .transactionLogAlt a {
    float: right;
    color: #46B481;
}

.transactionLog a.transactionDeleteButton, .transactionLogAlt a.transactionDeleteButton {
    float:none;
}

.transactionLogTotals {
    background: #6C6C6C;
    padding: 10px 10px;
    color: #FFF;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.transactionLogWrap {
    background: #4E4E4E;
    padding: 10px 10px;
}

#transactionLogWrap .f-dropdown {
    width: 200px;
    max-height: 300px;
    overflow-y: auto;
    border: none;
} 

/*-----Calculations-----------------------------------
-------------------------------------------------------*/

.calcInput
{
    width:100px !important;
    display: inline !important;
}

.calcInputNarrow
{
    width:75px !important;
    display: inline !important;
}

.calcInputWide
{
    width:150px !important;
    display: inline !important;
}

.productionRateUnit{
    display:inline-block;
    width:150px;
}

section.calculationModule {
    
}

#calculationsWrap .section-container.accordion section {
    border: none;
}

.calcRow {
    background-color: #FFFFFF;
    border-left: 60px solid #F2C40F;
    color: #000000;
    /*padding-left: 15px;*/
    overflow: visible;
}

a.calcBtn {
    text-decoration: underline;
}

section.calculationModule .title, section.calculationModuleAlt .title {
    border-left: 60px solid #F2C40F !important;
    border-top: none !important;
    border-bottom: none !important;
    border-right: none !important;
    margin-bottom: 2px !important;
    background: #919090 !important;
}

section.calculationModule .content, section.calculationModuleAlt .content {
    margin-top: -2px;
    margin-bottom: 2px;
}

section.calculationModule .title a, section.calculationModuleAlt .title a {
    color: #FFF !important;
} 

#segmentLineComponent, #segmentLineComponentAlt {
    padding-left: 0;
}

.segmentLineComponentFlag {
    background: #F2C40F;
}

span.segmentLineComponentFlag {

 
}

.segmentLineComponentFlag a {
    background: #F2C40F url(/images/calculator_icon.png) center center no-repeat;  
    display: block;  
    margin-right: 10px;
    text-align: center;
    width: 60px;
    height: 50px;
    float: left;   
}

.segmentLineComponentColor a {
    background: #F2C40F;  
    display: block;  
    margin-right: 10px;
    text-align: center;
    width: 60px;
    height: 50px;
    float: left;   
}

@media only screen and (max-width: 1024px) {
    .hide-for-medium {
        display: none !important;
    }    
}


@media only screen and (min-width: 768px) {

  .large-2-5 {
    position: relative;
    width: 20%; }
    
    #loginWrap {
        width: 375px;
    }
}

@media only screen and (max-width: 768px) {
.homeIcon a {
    background: #FFF;
    display: block;
}

.homeIcon a img {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

.homeIcon span 
{
    background: #4e4e4e;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    height: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    text-transform: uppercase;
    
}

.homeIconOrange span {
    background: #d5630f;    
}

.homeIconReports span {
    line-height: 32px;
}    
    
}

@media (min-width:360px) and (max-width: 1024px) and (orientation: portrait), (min-width:360px) and (max-width: 1400px) and (orientation: landscape)  {

    a.leftNavBtn {
        text-align: center;
        padding: 15px 12px;
    }
    a.leftNavBtn img {
        float: none;
        width: 45px;
        margin-right: 0;
    }
    
    .accountDisplay {
        text-align: center;
        padding: 10px 10px 8px 10px;
    }
    
    .accountDisplay img {
        text-align: center;
        float: none;
        margin-right: 0;
    } 
    
    .accountDisplay span {
        padding: 8px 0;
    }   
    
    

    
    
}
/*@media (max-width: 1024px) and (orientation: portrait) {*/
@media all and (max-width: 1400px) {
    
    a#sidebarButton {
        display: inherit !important;
        float: left;
        margin-right: 10px;
    }
    
    #leftNavWrap {
        display: none;
    }
    
    .portrait-12 {
        width: 100%;
    }
}


@media (min-width:520px) and (max-width: 1017px) {
    
    .accountSettings {
        text-align: center;
    }
    
    .accountSettings .title .arrowDown {
        display: none;
    }   
    
}

@media all and (max-width: 1199px) {
    .transactionLogFilter > div{
        padding-left: 0.7em;
    }
    .transactionLogFilter > div > span .button{
        font-size: .5em;
    }
    .transactionLogFilter .dropToggle{
        right: -13px;
        top: 5px;
        font-size: .7em;
    }
}

.failureNotification {
    color: #FF2222;
    display: block;
    font-size: 14px;
    padding: 0 20px;
}

/*Top-Bar Overrides */
.top-bar{
    background:#807E7F !important;
}

.top-bar ul{
    line-height:55px !important;
}

.top-bar ul li{
    padding-right: 5px;
    padding-bottom:5px;
}

.top-bar-section .button:hover{
    background-color: #19222C !important;  
}


.top-bar-section ul li > a.button.secondary{
    background-color:#2D3E50;
}



.top-bar-section ul{
    background:inherit !important;
    line-height: 55px !important;
}

@media only screen and (min-width: 760px){
    .top-bar input, .top-bar .button
    {
        height:inherit !important;
        line-height:normal !important;
    }
}
.top-bar.expanded .title-area {
    background:#807E7F !important;
}

/*
.top-bar .toggle-topbar.menu-icon {
    right: 15px;
    margin-top: 0px !important;
    padding-left: 40px;
}
.top-bar .toggle-topbar {
    position: fixed;
    right: 0;
    top: 0 !important;
}
*/
.top-bar .name {
    
    margin: 0;
    font-size: 16px;
}

.rdocbxHeight 
{
    padding-bottom: 0;
    height: 30px;   
}

.rdocbxHeight input
{
    margin-bottom: 10px;  
}

.centerContent
{
    text-align:center;
}

.rightContent{
    text-align:right;
}
/*
.laborComponentTotalRow{
    border-top:1px solid lightgrey;
}

.totalCell
{
    border-left:1px solid lightgrey;
}
*/

.jobSiteCbx {
    float: right; 
    margin: 0 10px 0 0;
    padding: 0;
}

.jobSiteCbx input[type="checkbox"], .jobSiteCbx label {
    padding:  0;
    margin-bottom: 0;
}

/*--------CHANGE PASSWORD--------------------*/

#changePassword {
    padding: 0;
}

#changePassword fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

p.passwordForm {
    padding: 0;
    margin: 0; 
    font-size: 14px;   
}

p.passwordReq {
    font-size: 13px;
    font-weight: bold;
    padding: 0;
    margin: 0; 
}

.jobHeader {
    margin-top: 15px;
}

.jobCustomerName h3{
    font-size: 1.2em;
}

.showHiddenCbx {
    margin-top:27px;
}

.pushdowncbxrdo {
    margin-top:12px;
}

/*---------------------------------*/
 .m-signature-pad {
            font-size: 10px;
            height: 400px;
            margin-top: 15px;
            border: 1px solid #e8e8e8;
            background-color: #fff;
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
            border-radius: 4px;
        }
        

        
        .m-signature-pad--body
        {
            position: relative;
            border: 1px solid #f4f4f4;
        }
        
        .m-signature-pad--body canvas
        {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border-radius: 4px;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
            min-height: 300px;
        }
        
.m-signature-pad--footer {
    bottom: 20px;
    height: 40px;
    left: 30px;
    position: absolute;
    right: 30px;
}
        
        .m-signature-pad--footer .description
        {
            color: #C3C3C3;
            text-align: center;
            font-size: 1.2em;
            margin-top: 1.8em;
        }
        
        .m-signature-pad--footer .button
        {
            position: absolute;
            bottom: 0;
        }
        
        .m-signature-pad--footer .button.clear
        {
            left: 0;
        }
        
        .m-signature-pad--footer .button.save
        {
            right: 0;
        }
       

.largeNoteInput
{
    height:520px;
}
.reportsMenu a
{
	color: White;
}

.invoice-drop-down a {
    float: none;
}

/* Report Paramters Dialog */

#ReportName 
{
	padding-bottom:20px;
}
#ReportDialog input[type="text"] 
{
	width:120px;
}

#lblTransactionWarning
{
    color:#C92A2A;
}

span.changeOrder
{   
    color:Orange;
}

.callerInformation input, .addressInformation input {
    transition: background-color 2s;
}

.transactionLogFilter a.Active{
    font-weight:bold;
}

.transactionLogFilter .dropToggle.Active{
    color:#46B481;
}

pre {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.customInvoiceBtns a {
    display: inline-block;
}
.customInvoiceRow {
    background-color:white;
    border-bottom: 1px dotted #4E4E4E;
    vertical-align: middle;
    padding:2px;
    padding-top:7px !important;
       
}
.customInvoiceRow.Alt {
    background-color:lightgray;
    border-bottom: 1px dotted #4E4E4E;
}
.customInvoiceMessage {
    color: #C92A2A;
}
.customInvoiceBackground{
    background-color:white;
    border: 1px solid #4E4E4E;
    font-family:  Arial, sans-serif !important;
    line-height: 19px;
}
.customInvoiceHeader{
    padding:13px 0 !important;
    min-height:125px;
    font-size: 14px;
    border-bottom: 1px dotted #4E4E4E;
}
.customInvoiceFooter{
    margin-bottom:25px;
}

.customInvoiceFooter .totalLabel, .customInvoiceFooter .totalAmount {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.customInvoiceRow p, .customInvoiceColumn p 
{
  font-family:  Arial, sans-serif !important;

}
.totalLabel{
    border-bottom: 1px solid #4E4E4E;
    border-left: 1px solid #4E4E4E;
    border-right: 1px solid #4E4E4E;
}
.totalAmount {
    border-bottom: 1px dotted #4E4E4E;
    border-left: 1px dotted #4E4E4E;
    border-right: 1px dotted #4E4E4E;
}
.InfoText{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size:11px;
    font-style:italic;
    margin-bottom:5px;
}
.InfoTextHead{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size:11px;
    font-style:normal;
    font-weight:bold;
}