﻿.site-wide-input-field
{
    -webkit-transition: -webkit-box-shadow 0.3s ease-in;
       -moz-transition: -moz-box-shadow 0.3s ease-in;
        -ms-transition: -ms-box-shadow 0.3s ease-in;
         -o-transition: -o-box-shadow 0.3s ease-in;
            transition: box-shadow 0.3s ease-in;
}

.site-wide-input-field:focus
{
    border-color: #2BA6CB;
    outline: none !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(76,107,153,0.15),0 1px 0 rgba(255,255,255,0),0 0 6px #278DAC;
       -moz-box-shadow: inset 0 1px 1px rgba(76,107,153,0.15),0 1px 0 rgba(255,255,255,0),0 0 6px #278DAC;
        -ms-box-shadow: inset 0 1px 1px rgba(76,107,153,0.15),0 1px 0 rgba(255,255,255,0),0 0 6px #278DAC;
         -o-box-shadow: inset 0 1px 1px rgba(76,107,153,0.15),0 1px 0 rgba(255,255,255,0),0 0 6px #278DAC;
            box-shadow: inset 0 1px 1px rgba(76,107,153,0.15),0 1px 0 rgba(255,255,255,0),0 0 6px #278DAC;
}

/* Buttons START */

.btn {
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    color: #333333;
    background-color: #e6e6e6;
}

.btn:active,
.btn.active,
.btn.x-btn-menu-active
 {
    background-color: #cccccc \9;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
        -moz-transition: background-position 0.1s linear;
        -o-transition: background-position 0.1s linear;
            transition: background-position 0.1s linear;
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    color: #ffffff;
    background-color: #51a351;
}

.btn-failure
{    
    color: white;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);    
    border: 1px solid rgba(0, 0, 0, .2);
    background-color: #d02222;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#dd5555),to(#b41111));
    background-image: -webkit-linear-gradient(top,#dd5555,#b41111);
    background-image: -moz-linear-gradient(top,#dd5555,#b41111);
    background-image: -ms-linear-gradient(top,#dd5555,#b41111);
    background-image: -o-linear-gradient(top,#dd5555,#b41111);
    background-image: linear-gradient(top,#dd5555,#b41111);

}

.btn-failure:hover,
.btn-failure:focus,
.btn-failure:active,
.btn-failure.active,
.btn-failure.disabled,
.btn-failure[disabled]
{
    color: #ffffff;
    background-color: #b41111;
}

.btn-failure .x-btn-text,
.btn-failure.x-item-disabled .x-btn-text,
.btn-success.x-item-disabled .x-btn-text
{
    color: white !important;
}

.css_Home_SignUpLink,
.css_Home_LinkButton_Red
{
    background-color: #555;
    text-decoration: none;
    display: inline-block;
    padding: 0px 12px;
    margin-bottom: 0;
    font-size: 14px;
    color: white;
    text-align: center;
    cursor: pointer;
    background-image: -moz-linear-gradient(top, #555, #444);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555), to(#444));
    background-image: -webkit-linear-gradient(top, #555, #444);
    background-image: -o-linear-gradient(top, #555, #444);
    background-image: linear-gradient(to bottom, #555, #444);
    
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); 
    
    -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
            border-radius: 4px;
            
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    font-weight: normal;
    font-family: Arial, helvetica, Sans-Serif;   
}

.css_Home_LinkButton_Red
{
    font-size:17px;
    width: 215px;
    padding: 10px 10px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);    
    background-color: #d02222;
    
    background-image: -webkit-gradient(linear,left top,left bottom,from(#CF5353),to(#b41111));
    background-image: -webkit-linear-gradient(top,#CF5353,#CF1616);
    background-image: -moz-linear-gradient(top,#CF5353,#CF1616);
    background-image: -ms-linear-gradient(top,#CF5353,#CF1616);
    background-image: -o-linear-gradient(top,#CF5353,#CF1616);
    background-image: linear-gradient(top,#CF5353, #CF1616);
}

.css_Home_SignUpLink:hover {
    background: #444;
}

.css_Home_LinkButton_Red:hover {
    background: #CF1616;
}

.css_Home_SignUpLink:active,
.css_Home_LinkButton_Red:active
{
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.css_Home_SignUpLink:visited,
.css_Home_LinkButton_Red:visited
{
    color: #fff;
}

.css_Home_LinkButton_Red div
{
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    margin-top:7px;
}

.css_Home_LoadingButton,
.css_Home_LoadingButton2
{
    color:#999 !important;
    pointer-events: none;
    cursor: not-allowed;
    text-shadow: none !important;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    opacity: .85;
    filter: alpha(opacity=85);
}

.css_Home_LoadingButton2
{
    color: #FFC0C0 !important;
}

.css_Home_LoadingButton .fa-spinner
{
    margin-right: 7px;
}

.css_Home_LoadingButton2 .fa-spinner
{
    margin-right: 7px;
}

.site-wide-disabled-btn
{
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
            box-shadow: none;
}

.css_Signup_GoogleBtn
{
    display: block;
    font-size: 13px;
    position: relative;
    padding: 13px 0px;
    text-align: right;
    padding-right: 33px;
    width: 180px;
}

.css_Signup_GoogleBtn div
{
    position: absolute;
    top: -8px;
    left:1px;
    width:35px;
    height:40px;
    border-right: 1px solid rgba(0, 0, 0, .2);
    background: url(/img/button-gplus.png) no-repeat left center;
}

.css_Home_SignUpButton
{
    margin:0px auto; 
    float:none;
    width:143px;
    padding:13px 34px;
    display: block;
    font-size: 13px;
    margin-top:20px;
}
/* Buttons END */

.css_ClientInfo_ClearClientIcon
{
    background:url(/img/edit_delete.png?56dff404c379a6914716e1b481465004==) 0px -157px no-repeat !important;
    border:none !important;
    height:20px !important;
    border-bottom:1px solid #bbb !important;
}
    
.css_ClientInfo_ClearClientIcon:hover
{
    background-position: 0px -173px !important;
}

.x-form-arrow-trigger
{
    background: url(/img/edit_delete.png?56dff404c379a6914716e1b481465004==) 0px -128px no-repeat !important;
    border: none !important;
    margin-left: -20px;
}

.x-form-arrow-trigger:hover 
{
    background-position: 0px -144px !important;
}

.x-form-text, textarea.x-form-field
{
    background: white;
    border-color: #bfbfbf;
}

.x-combo-list
{
    color: #555;
}

.x-mcombo-text
{
    margin-top: 1px;
}

.x-combo-list .x-combo-selected
{
    background: #2BA6CB !important;
    border: 1px solid #2BA6CB !important;
    color: White;
}

.x-combo-selected .css_OutgoingInvoices_IconBulletBlue
{
    background: #1C7C99 !important;
}

.x-grid3-row-selected
{
    position: relative;
    background: #efefef !important;
    border-style: solid;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    border-bottom-color: #dfdfdf !important;
}

.x-grid3-row-over
{
    background: #f3f3f3;
    border-top-color: transparent !important;
    position: relative;
}

.x-combo-list
{
    border: none;
    border-top: 1px solid #ddd;
    padding: 5px 0px;
    background: white;
}

.x-combo-list .x-combo-list-item
{
    padding: 6px;
}

.css_InvoicesMenu_SendLaterCal,
.css_InvoicesMenu_SendLaterCal .x-menu-list
{
    border:none !important;
    background:none !important;
    padding: 0px !important;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.css_InvoiceQuote_Editor_Grid,
.x-combo-list,
.css_InvoicesMenu_BtnDDMenu,
.x-menu.x-menu-floating.x-layer
{
    box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 30px -6px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    border: none;
}

.x-tbar-page-next,
.x-tbar-page-prev,
.x-item-disabled .x-tbar-page-prev,
.x-item-disabled .x-tbar-page-next,
.x-date-mp-ybtn a
{
    background:none !important;
}

.x-tbar-page-next:before,
.x-tbar-page-prev:before,
.x-date-mp-ybtn a.x-date-mp-prev:before,
.x-date-mp-ybtn a.x-date-mp-next:before
{
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;    
    font-size: 20px;
    color: #2BA6CB;
    cursor: pointer;
    margin-top: -3px;
}

.x-tbar-page-next:hover:before,
.x-tbar-page-prev:hover:before,
.x-date-mp-ybtn a.x-date-mp-prev:hover:before,
.x-date-mp-ybtn a.x-date-mp-next:hover:before
{
    color: #278dac;
}

.css_InvoiceQuote_Editor_Grid .x-tbar-page-next:before,
.css_InvoiceQuote_Editor_Grid .x-tbar-page-prev:before
{
    color: White;
    margin-top: -2px;
}

.css_InvoiceQuote_Editor_Grid .x-toolbar div.xtb-text
{
    padding: 0px 2px 0;
}

.quotes .x-tbar-page-next:before,
.quotes .x-tbar-page-prev:before
{
    color: #64BE64;
}

.quotes .x-tbar-page-next:hover:before,
.quotes .x-tbar-page-prev:hover:before
{
    color: #51a351;
}

.customers .x-tbar-page-next:before,
.customers .x-tbar-page-prev:before
{
    color: #fbdc4e;
}

.customers .x-tbar-page-next:hover:before,
.customers .x-tbar-page-prev:hover:before
{
    color: #d0c232;
}

.plans .x-tbar-page-next:before,
.plans .x-tbar-page-prev:before
{
    color: #e97b30;
}

.plans .x-tbar-page-next:hover:before,
.plans .x-tbar-page-prev:hover:before
{
    color: #d9732f;
}

.subscriptions .x-tbar-page-next:before,
.subscriptions .x-tbar-page-prev:before
{
    color: #eb443c;
}

.subscriptions .x-tbar-page-next:hover:before,
.subscriptions .x-tbar-page-prev:hover:before
{
    color: #bf403a;
}

.payments .x-tbar-page-next:before,
.payments .x-tbar-page-prev:before
{
    color: #9C27B0;
}

.payments .x-tbar-page-next:hover:before,
.payments .x-tbar-page-prev:hover:before
{
    color: #7a218a;
}

.x-item-disabled .x-tbar-page-prev:before,
.x-item-disabled .x-tbar-page-next:before
{
    color: #aaa;
    pointer-events: none;
}

.x-grid3-hd-over .x-grid3-hd-btn,
.x-grid3-hd-menu-open .x-grid3-hd-btn
{
    border-radius: 50% 50%;
    display: block;
    width: 15px !important;
    height: 15px !important;
    top:3px;
}

.invoices .x-grid3-hd-over .x-grid3-hd-btn,
.invoices .x-grid3-hd-menu-open .x-grid3-hd-btn
{
    background: #2BA6CB;
    margin-right: 10px;
}

.quotes .x-grid3-hd-over .x-grid3-hd-btn,
.quotes .x-grid3-hd-menu-open .x-grid3-hd-btn
{
    background: #64BE64;
    margin-right: 10px;
}
    
.customers .x-grid3-hd-over .x-grid3-hd-btn,
.customers .x-grid3-hd-menu-open .x-grid3-hd-btn
{
    background: #e3d338;        
}
    
.plans .x-grid3-hd-over .x-grid3-hd-btn,
.plans .x-grid3-hd-menu-open .x-grid3-hd-btn
{
    background: #e97b30;
    margin-right: 10px;
}
    
.subscriptions .x-grid3-hd-over .x-grid3-hd-btn,
.subscriptions .x-grid3-hd-menu-open .x-grid3-hd-btn
{
    background: #eb443c;        
}        
    
.payments .x-grid3-hd-over .x-grid3-hd-btn,
.payments .x-grid3-hd-menu-open .x-grid3-hd-btn
{
    background: #9C27B0;        
}

.css_OutgoingInvoices_Grid .x-grid3-hd-inner.x-grid3-hd-InvoiceEmailStatus,
.css_OutgoingInvoices_Grid .x-grid3-hd-inner.x-grid3-hd-InvoiceReminderStatus,
.css_OutgoingInvoices_Grid .x-grid3-hd-inner.x-grid3-hd-InvoiceThankyouStatus,
.css_OutgoingInvoices_Grid .x-grid3-hd-inner.x-grid3-hd-cancel_at_period_end
{
    display: none;
}
    
.x-grid3-hd-btn:after
{
    content:"\A";
    width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 6px solid white;
	position: absolute;
	top: 6px;
	left: 5px;
}

.css_InvoiceQuote_Editor_Grid .x-item-disabled .x-tbar-page-prev:before,
.css_InvoiceQuote_Editor_Grid .x-item-disabled .x-tbar-page-next:before
{
    color: #d7d7d7;
}

.x-tbar-page-next:before,
.x-date-mp-ybtn a.x-date-mp-next:before
{
    content: "\f0da";
}
.x-tbar-page-prev:before,
.x-date-mp-ybtn a.x-date-mp-prev:before
{
    content: "\f0d9";
}

.x-toolbar-cell .x-btn-over td
{
    background: none;
}

.x-progress-bar
{
    background: #2BA6CB;
    border-color: #2BA6CB;    
}

.x-progress-wrap
{
    border: none;
}

.x-progress-text
{
    font-weight: normal;
    text-shadow: none;
}

.x-progress-text-back
{
    color: #666;
}

.x-progress-inner
{
    background: none;
    border:1px solid #2BA6CB;    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 20px;
    overflow: hidden;
}

.css_InvoiceQuote_Editor_Grid .x-toolbar,
.css_ItemsGrid_ESCtoClose
{
    background-color: #2BA6CB;
    background-image: -moz-linear-gradient(top, #2BA6CB, #278DAC);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2BA6CB), to(#278DAC));
    background-image: -webkit-linear-gradient(top, #2BA6CB, #278DAC);
    background-image: -o-linear-gradient(top, #2BA6CB, #278DAC);
    background-image: linear-gradient(to bottom, #2BA6CB, #278DAC);
    color: white;
}

.css_InvoiceQuote_Editor_Grid .x-toolbar a,
.css_InvoiceQuote_Editor_Grid .x-toolbar .css_Memorandum_Common_MsgText
{
    color: White !important;
}

.css_InvoiceQuote_Editor_Grid .x-panel-body, 
.css_InvoiceQuote_Editor_Grid .x-panel-bbar .x-toolbar, .x-panel-tbar .x-toolbar
{
    border: none;
}

.css_ItemsGrid_TaxesGridPanel .x-panel-body, 
.css_ItemsGrid_TaxesGridPanel .x-panel-bbar .x-toolbar, .x-panel-tbar .x-toolbar,
.css_ItemsGrid_DropDown .x-panel-body, 
.css_ItemsGrid_DropDown .x-panel-bbar .x-toolbar, .x-panel-tbar .x-toolbar
{
    border-top: 1px solid #ddd;
}

.x-grid3-row.css_ClientInfo_DropDownRowClass.x-grid3-row-last,
.x-grid3-row.css_ItemsGrid_TaxesGridRow.x-grid3-row-last,
.x-grid3-row.css_ItemsGrid_DropDownRowClass.x-grid3-row-last
{
    border-bottom: none;
}

.x-grid3-row-selected:before,
.x-grid3-row-over:before
{
    position: absolute;
    height: 0px;
    width: 100%;
    content: '';
    top: -2px;
    left: 0px;
    border-top: 1px solid #e2e2e2;
}

.css_SideWide_SymbolStyle {
    margin:0px;
}

    .css_SideWide_SymbolStyle_Left {
        margin-right:1px;
    }

    .css_SideWide_SymbolStyle_Right {
        margin-left:1px;
    }
           
   .x-tip .x-tip-tc,
   .x-tip .x-tip-tl,
   .x-tip .x-tip-tr,
   .x-tip .x-tip-bc,
   .x-tip .x-tip-bl,
   .x-tip .x-tip-br,
   .x-tip .x-tip-ml,
   .x-tip .x-tip-mr
   {
       background: none;
       padding: 0px;
   }
   
    .x-tip .x-tip-ml
    {
        padding: 1px;
    }
   
   .x-tip-anchor
   {
       background: none;
       border-color: transparent;
       border-width: 7px;
       border-style: solid;
       opacity: 0.95;
       width: 0px;
       height: 0px;
   }
   
   .x-tip-anchor-bottom
   {
       border-top-color: #333;
   }
   
   .x-tip-anchor-top
   {
       border-bottom-color: #333;
   }
   
   .x-tip-anchor-left
   {
       border-right-color: #333;
   }
   
   .x-tip-anchor-right
   {
       border-left-color: #333;
   }
   
   .x-tip .x-tip-tl,
   .x-tip .x-tip-bl
   {
       display: none;
   }
   
   .x-tip-bwrap
   {
    background: #333;
    opacity: 0.95;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 15px gba(0, 0, 0, 0.3);
   }
   
   .x-tip .x-tip-body
   {
       padding: 10px;
       color: #fff;
       line-height: 1.4em;
   }

   .css_OutgoingInvoices_TotalsHelp,
   .css_NetInfo_CustomTriggerHelp
    {
        cursor: help;
        position: relative;
        content: '';
    }

   .css_InvoiceQuoteMenu_ScheduleEmailHelp {
        position: absolute;
        top: 39px;
        left: 410px;
   }

   .css_InvoiceQuoteMenu_ScheduleReminderHelp {
       position: absolute;
       top: 37px;
       left: 540px;
   }

   .css_InvoiceQuoteMenu_ScheduleThankYouHelp {
       position: absolute;
       top: 39px;
       left: 500px;
   }
    
    .css_NetInfo_CustomTriggerHelp
    {
        padding-bottom: 4px;
        background: none !important; 
        border: none !important;
        border-bottom: 1px solid #bbb !important;
        cursor: help !important;
    }

   .css_OutgoingInvoices_TotalsHelp:before,
   .css_NetInfo_CustomTriggerHelp:before
    {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f059";
        color: #bbb;
        font-size: 16px;
        /*text-shadow: 0px -1px 0px #999;*/
    }        

    .css_OutgoingInvoices_TotalsHelp:hover:before,
    .css_NetInfo_CustomTriggerHelp:hover:before
    {
        color: #999 !important;
    }
    
    .css_Memorandum_Common_SaveCancelDiv .css_OutgoingInvoices_TotalsHelp:before
    {
        color: white;
    }
    
    .css_Memorandum_Common_SaveCancelDiv .css_OutgoingInvoices_TotalsHelp:hover:before
    {
        color: #d7d7d7 !important;
    }
    
    .css_Memorandum_Common_MsgBody .css_OutgoingInvoices_TotalsHelp:before,
    .css_ActivityHistory_Title .css_OutgoingInvoices_TotalsHelp:before
    {
        color: #999;
    }
    
    .css_Memorandum_Common_MsgBody .css_OutgoingInvoices_TotalsHelp:hover:before,
    .css_ActivityHistory_Title .css_OutgoingInvoices_TotalsHelp:hover:before
    {
        color: #666 !important;
    }
    
    .css_Common_Placeholder_Grid
    {
        background: white;
        border-top: 1px solid #dfdfdf;
        padding-bottom: 0px;
    }
    
    .css_Common_Placeholder_Grid .x-btn-text
    {
        color:White;
    }
    
    .css_Common_Placeholder_Grid .x-btn-text:hover
    {
        text-decoration: underline;
    }
    
    .css_Common_Placeholder_Grid .x-grid3-row-selected
    {
        background: #efefef !important;
        border-style: solid;
        border-left-color: transparent !important;
        border-top-color: transparent !important;
        border-bottom-color: #dfdfdf !important;
    }
    
    .css_PlaceholdersGrid_Name
    {
        font-weight:bold;
        margin-bottom:3px;
    }
    
    .css_PlaceholdersGrid_Placeholder
    {
        color:#888;
        font-size:10px;
    }
    
    .css_PlaceholdersGrid_Val
    {
        float:right;
        width:160px;
    }   
    
    .css_PlaceholdersGrid_Note
    {
        display: block;
        width:300px;
        height:auto;
        font-weight:bold;
        text-align:center;
        padding:5px 15px;
        position:absolute;
        top:0px;
        left:0px;
        z-index:9075;
        display:none;
        border:3px solid #eb593c;
        color:#444;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background: white;
    }
    
    .css_InvoicesMenu_Window_HelpTextCnt
    {
        margin-top: -16px;
        height: 16px;
        position: absolute;
        right: 15px;
    }
    
    .css_InvoicesMenu_Window_HelpTextCnt:first-child div
    {
        margin-right: 8px;
        float:right;
    }
    
    .css_InvoicesMenu_Window_HelpTextCnt:last-child div
    {
        float: right;
    }
    
    /* date picker START */
    
    .x-date-inner th
    {
        background-image: none;
        color: #4D4D4D;
        background-color: #E2E2E2;
        text-shadow: white 0px 1px 0px;
        color: #666;
        border-bottom: 1px solid #ccc;
    }

    .x-date-inner .x-date-selected a,
    td.x-date-mp-sel a
    {
        background: #2BA6CB !important;
        border-color: #2BA6CB !important;
        color: White !important;
    }
    
    .x-date-picker .x-date-bottom td
    {
        background: none;
    }
    
    .x-date-bottom
    {
        background-color: #dbdbde;
        background-image: -webkit-linear-gradient(#e6e6e7, #dcdcdf);
        background-image: -moz-linear-gradient(#e6e6e7, #dcdcdf);
        background-image: -ms-linear-gradient(#e6e6e7, #dcdcdf);
        background-image: linear-gradient(#e6e6e7, #dcdcdf);
        border-top: 1px solid #ccc;
    }
    
    .x-date-inner a:hover,
    td.x-date-mp-month a:hover,
    td.x-date-mp-year a:hover
    {
        background: #e9e9e9;
        color: #666;
    }

    .x-date-inner .x-date-disabled a,
    .x-date-inner .x-date-disabled a:hover
    {
        background-color: #eee;
        color: #cdcdcd;
    }
    
    .x-date-mp-btns td
    {
        border-top-color: #e2e2e2;
    }
    
    
    .x-date-mp-btns {
        background: #f5f5f5;
    }

    .x-date-mp
    {
        width: 175px !important;
        height: 163px !important;
    }
    .x-date-mp > table
    {
        width: 175px !important;
        height: 164px !important;
    }

    td.x-date-mp-month a, td.x-date-mp-year a
    {
        color: #424242;
    }
    
    .x-date-middle, .x-date-left, .x-date-right
    {
        background: #278DAC;
        /*
        background-image: -moz-linear-gradient(top, #2BA6CB, #278DAC);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2BA6CB), to(#278DAC));
        background-image: -webkit-linear-gradient(top, #2BA6CB, #278DAC);
        background-image: -o-linear-gradient(top, #2BA6CB, #278DAC);
        background-image: linear-gradient(to bottom, #2BA6CB, #278DAC);
        */
    }
    
    .x-date-mp-btns button
    {        
        padding:0px 3px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        border: none;
        background: none;
    }
    
    .x-date-mp-cancel
    {
        background: none;
        border: none;
        color: #0B91CF !important;
        text-decoration: none;
    }
    
    .x-date-mp-cancel:hover
    {
        text-decoration:underline !important;
    }
    
    .x-date-mp-ok
    {
        background-color: #5bb75b !important;
        background-repeat: repeat-x !important;
        background-image: linear-gradient(to bottom, #62c462, #51a351) !important;
        border: 1px solid !important;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05) !important;

        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }        
    
    .x-date-mp-ok:hover
    {
            background: #51a351 !important;
    }
    
    .x-date-mp-ok:active
    {
        outline: 0 !important;
        -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important;;
            -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important;;
                box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important;;
    }
    
    .x-date-bottom .x-btn.x-btn-noicon
    {
        background: none;
    }
    .x-date-bottom .x-btn.x-btn-noicon .x-btn-text
    {
        text-decoration: none;
        color: #0B91CF !important;
        text-shadow: 1px 1px 1px white !important;
    }
    
    .x-date-bottom .x-btn.x-btn-noicon .x-btn-text:hover
    {
        text-decoration: underline !important;
    }

    .x-date-left
    {
        -webkit-border-top-left-radius: 2px;
        -moz-border-radius-topleft: 2px;
        border-top-left-radius: 2px;
    }
    
    .x-date-right
    {
        -webkit-border-top-right-radius: 2px;        
        -moz-border-radius-topright: 2px;        
        border-top-right-radius: 2px;
    }
    
    .x-menu .x-date-picker
    {
        -webkit-border-top-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        border-top-left-radius: 4px;
        
        -webkit-border-top-right-radius: 4px;        
        -moz-border-radius-topright: 4px;        
        border-top-right-radius: 4px;
        border: 1px solid #B5B8C8;
        -webkit-box-shadow: 0px 0px 10px #A5A5A5;
        -moz-box-shadow: 0px 0px 10px #A5A5A5;
        -ms-box-shadow: 0px 0px 10px #A5A5A5;
        -o-box-shadow: 0px 0px 10px #A5A5A5;
        box-shadow: 0px 0px 10px #A5A5A5;
        
    }
    
    .x-date-left a
    {
        background:url(/img/arrow-left-white.gif?b04e859bdcbd21ad1f06b8bfa7881df8==) 10px no-repeat;
    }
    
    .x-date-right a
    {
        background:url(/img/arrow-right-white.gif?714eb00f8134dde3a65c83f3f71ad2c4==) 3px no-repeat;
    }
    
    .x-date-mp-ybtn a.x-date-mp-prev:before,
    .x-date-mp-ybtn a.x-date-mp-next:before
    {
        font-size: 17px;
        margin-top: 0px;
    }           
    
    .x-shadow
    {
        display: none !important;
    }
    /* date picker END */
    
    .css_InvoicesMenu_Window_SaveCancelSeparator
    {
        width:1px;
        height:13px;
        background: #eb593c;
        margin:0px 9px;
    }
    
    @font-face {
    font-family: 'ProximaNovaSoftB';
    src: url('/css/proximanovasoft-bold-webfont.eot');
    src: url('/css/proximanovasoft-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/proximanovasoft-bold-webfont.woff') format('woff'),
         url('/css/proximanovasoft-bold-webfont.ttf') format('truetype'),
         url('/css/proximanovasoft-bold-webfont.svg#proxima_nova_softbold') format('svg');
    font-weight: normal;
    font-style: normal;

    }

    @font-face {
        font-family: 'ProximaNovaSoftR';
        src: url('/css/proximanovasoft-regular-webfont.eot');
        src: url('/css/proximanovasoft-regular-webfont.eot?#iefix') format('embedded-opentype'),
             url('/css/proximanovasoft-regular-webfont.woff') format('woff'),
             url('/css/proximanovasoft-regular-webfont.ttf') format('truetype'),
             url('/css/proximanovasoft-regular-webfont.svg#proxima_nova_softregular') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    
.x-window-dlg .ext-mb-text, 
.x-window-dlg .x-window-header-text
{
    line-height: 1.5em;
}

.css_ActivityHisotory_UnderlinedSpan
{
    border-bottom: 1px dotted #888;
    cursor: help;
}

.css_ActivityHisotory_UnderlinedSpan:hover
{
    border-color: #111;
}

.css_AutopilotOptn_RemoveReminder
{
    background: url(/img/edit_delete.png?56dff404c379a6914716e1b481465004==) -5px -157px;
    width: 8px;
    height: 14px;
    display: inline-block;
    cursor: pointer;
}

.css_AutopilotOptn_RemoveReminder:hover
{
    background-position: -5px -173px !important;
}

.css_Memorandum_Common_EnabledField
{
    border: none;
    border-bottom: 1px solid #b5b8c8;
    background: none;
    font-size: 12px;
    margin-bottom: 3px !important;
    font-family:Tahoma, Arial, Sans-Serif;
}

.css_ClientInfo_CobmoBoxCustomTrigger
{
    background:url(/img/edit_delete.png?56dff404c379a6914716e1b481465004==) 0px -128px no-repeat !important;
    border:none !important;
    height:20px !important;
    border-bottom:1px solid #bbb !important;
}

.css_ClientInfo_CobmoBoxCustomTrigger:hover
{
    background-position: 0px -144px !important;
}

/* email status icons  START */

.css_OutgoingInvoices_EmailStatus
    {
        color: #bbb;
        margin-bottom: -6px;
        margin-left:-2px;
        opacity: 0.85;
        cursor: help;
    }    
    
    .x-grid3-row-over .css_OutgoingInvoices_EmailStatus,
    .x-grid3-row-selected .css_OutgoingInvoices_EmailStatus
    {
        opacity: 1;
    }
    
    .css_OutgoingInvoices_EmailStatus .fa-usd
    {
        margin-left: 5px;
    }
    
    .css_OutgoingInvoices_EmailStatus .fa-envelope,
    .css_OutgoingInvoices_EmailStatus .fa-bell
    {
        font-size: 13px;
    }
    
    .css_OutgoingInvoices_EmailStatus .fa-star,
    .css_OutgoingInvoices_EmailStatus .fa-comments,
    .css_OutgoingInvoices_EmailStatus .fa-usd,
    .css_OutgoingInvoices_EmailStatus .fa-check-circle.accepted:before,
    .css_OutgoingInvoices_EmailStatus .fa-times-circle    
    {
        font-size: 15px;
    }
    
    .css_OutgoingInvoices_EmailStatus .fa-file-text
    {
        font-size: 17px;
    }
    
    .css_OutgoingInvoices_EmailStatus .fa-circle
    {
        font-size: 18px;
    }
    
    .css_OutgoingInvoices_EmailStatus .fa-clock-o:before,
    .css_OutgoingInvoices_EmailStatus .fa-exclamation-circle:before,
    .css_OutgoingInvoices_EmailStatus .fa-check-circle:before,
    .css_OutgoingInvoices_EmailStatus .fa-arrow-circle-right:before,
    .css_OutgoingInvoices_EmailStatus .fa-arrow-circle-left:before,
    .css_OutgoingInvoices_EmailStatus .fa-eye:before,
    .css_OutgoingInvoices_EmailStatus .fa-thumbs-up:before,
    .css_OutgoingInvoices_EmailStatus .fa-minus-circle:before
    {
        border-radius: 50%;
        background: white;
    }

    .css_OutgoingInvoices_EmailStatus .fa-clock-o:before    
    {
        color: #777;
    }
    
    .css_OutgoingInvoices_EmailStatus .fa-minus-circle:before
    {
        color: #888;
    }
    
    .css_OutgoingInvoices_EmailStatus .fa-arrow-circle-right:before
    {
        color: #2ba6cb;
    }

    .css_OutgoingInvoices_EmailStatus .fa-arrow-circle-left:before {
        color: #DA7F18;
    }

    .css_OutgoingInvoices_EmailStatus .fa-eye:before {
        color: #444;
    }
    
    .css_OutgoingInvoices_EmailStatus .fa-check-circle:before,
    .css_OutgoingInvoices_EmailStatus .fa-thumbs-up:before,
    .css_OutgoingInvoices_EmailStatus .fully_paid
    {
        color: #62A862;
    }
   
    .css_OutgoingInvoices_EmailStatus .fa-exclamation-circle:before,
    .css_OutgoingInvoices_EmailStatus .fa-times-circle:before,
    .css_OutgoingInvoices_EmailStatus .payment_reversed
    {                
        color: #eb593c;
    }
    
    .css_OutgoingInvoices_EmailStatus .fa-clock-o:before,
    .css_OutgoingInvoices_EmailStatus .fa-arrow-circle-right:before,
    .css_OutgoingInvoices_EmailStatus .fa-arrow-circle-left:before,
    .css_OutgoingInvoices_EmailStatus .fa-eye:before,
    .css_OutgoingInvoices_EmailStatus .fa-check-circle:before,
    .css_OutgoingInvoices_EmailStatus .fa-exclamation-circle:before,    
    .css_OutgoingInvoices_EmailStatus .fa-thumbs-up:before,
    .css_OutgoingInvoices_EmailStatus .fa-minus-circle:before
    {
        font-size:11px;    
    }

    .css_OutgoingInvoices_EmailStatus .fa-arrow-circle-right.fa-stack-1x,
    .css_OutgoingInvoices_EmailStatus .fa-arrow-circle-left.fa-stack-1x,
    .css_OutgoingInvoices_EmailStatus .fa-eye.fa-stack-1x,
    .css_OutgoingInvoices_EmailStatus .fa-check-circle.fa-stack-1x,
    .css_OutgoingInvoices_EmailStatus .fa-exclamation-circle.fa-stack-1x,        
    .css_OutgoingInvoices_EmailStatus .fa-thumbs-up.fa-stack-1x,
    .css_OutgoingInvoices_EmailStatus .fa-minus-circle.fa-stack-1x
    {
        top:2px;
        left:3px;
    }
 
    .css_OutgoingInvoices_EmailStatus .fa-clock-o.fa-stack-1x    
    {
        top:2px;
        left:4px;
    }
    
    .css_OutgoingInvoices_EmailStatus .fa-usd.fa-stack-1x
    {
        left: -9px;
        color: white;
        font-size: 11px;
        top: -2px;
    }
    
    .css_OutgoingInvoices_EmailStatus .fa-pencil.fa-stack-1x:before
    {
        color: white;
        position: relative;
        top: -3px;
        left: -4px;
        font-size: 12px;
    }
    
    .css_ActivityHistory_NoLinesGrid .css_OutgoingInvoices_EmailStatus
    {
        opacity: 1;
        cursor: default;
    }

/* email status icons END */

    .x-menu.x-menu-floating.x-layer.x-date-menu .x-menu-list
    {
        padding: 0px;
    }

.small_btn
{
    margin-left: 10px;
    padding: 0px;
    width: 70px;
    font-size: 11px;
    border-radius: 3px;
    margin-top:-2px;
}

/* autopiliot optns START */
    .css_AutoPilotOptns
    {
        font-family: Tahoma, Arial, helvetica, Sans-Serif;
        font-size: 12px;
        padding: 10px;
    }
    
    .css_AutoPilotOptns a
    {
        font-size: 12px;
    }
    
    .css_AutoPilotOptns div
    {
        margin-top: 5px;
    }
    
     .css_Autopilot_Desc
    {
        margin-left: 15px;
    }
    
    .css_AutopilotOpts_Email,
    .css_AutopilotOpts_Reminder,
    .css_AutopilotOpts_ThankYou
    {
        cursor: pointer;
    }
    
    .css_AutopilotOpts_Reminder:hover,
    .css_AutopilotOpts_ThankYou:hover
    {
        color: #444;
    }
    
    .css_AutopilotOpts_Linethrough,
    .css_AutopilotOpts_Linethrough2
    {
        text-decoration: line-through;
        color: #a6a6a6 !important;
        border: none !important;
    }

/* autopilot optns END */

.ib-fix-scrollbar {
    position:fixed !important;
    width:100% !important;
    overflow-x:hidden !important;
    overflow-y:scroll !important;
}

.ext-el-mask-msg {
    z-index:1095 !important;
}