body {-webkit-text-size-adjust: none;position:relative;}.aligncenter,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body,html{font-size:100%}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;}table{border-collapse:collapse;border-spacing:0}.alignright{float:right;margin-left:10px}.alignleft,.wp-caption{float:left;margin-right:10px}.aligncenter{margin:0 auto}.clear{clear:both;height:0;overflow:hidden}*{font-family:Calibri,Arial,San-Serif;font-weight:400}body{line-height:1;margin:0;padding:0}h1,h2,h3,h4,h5,h6,strong{font-weight:700;margin-top:0}p{margin-top:0;margin-bottom:15px}hr{height:1px;border-width:0;background-color:#9a9a9a;color:#9a9a9a}a{text-decoration:none;font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;color:inherit}a:hover{text-decoration:underline}

body{
    background-color: #fafafa;
}

* {
    font-family: "Open Sans", Arial;
    font-weight: 400;
    line-height:22px;
}

acronym {text-decoration: none;}

br {line-height:normal;}

div,p,input,a {

    font-size: 15px;
}

.clear {
    clear:both;
}

h1,h2,h3,h4,h5,h6,strong {
    font-weight: 700;
    margin:0; margin-bottom:15px;
}

h1 {font-size: 22px; background-color: #3399FF; color:white; padding:5px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}

h3 a {
    font-size: 18px; color: inherit ;
}

hr {
    margin:13px 0 24px 0;
    background-color: rgb(220,220,220);
    height:1px;
}

i.fa {
    margin-right:10px;
}

.rightalign {
    float:right;
}

.panel {
    background-color: rgb(250,250,250);
    border:1px solid #3399FF;
}

.padding {
    padding:2%;
    padding-top: 80px;
    position:relative;
    padding-bottom:200px;
}

.jobcount {
    background-color: orange;
    border-radius:5px;
    padding:0 5px;
    font-size:75%;
    color:black;
}
.half {
    margin:0 auto;
    width:50%;
}

.blue-text {
    color:#3399FF;
}
.green-text {
    color:rgb(0,120,0);
}
.green-back {
    color:white;
    background-color:rgb(0,120,0);
}
.orange-back {
    color: white;
    background-color: #CC6600;
}
.black-text {
    color:black;
}

.red-text {
    color:rgb(220,0,0);
}
.red-back{
    background-color:rgb(220,0,0);
    color:white;
}
.grey-text {
    color:rgb(200,200,200);
}

.textright {
    text-align:right !important;
}
.textleft{
    text-align:left !important;
}

/* SIDEBAR */

.sidebar,.home-sidebar {
    position:fixed;
    top:0; left:0; bottom:0;
    width: 200px;
    background-color: rgb(0,82,155);
    height:100%;

}

.bar {
    height:50px;
    display:block;
    overflow:hidden;
    border-bottom:1px solid rgba(0,0,0,.2);
    padding:0 15px;


}
.home-sidebar .bar:first-child {
height:auto;text-align:center;padding:10px 0;
}

.bar span {
    color:white;
    line-height:50px;font-size:20px;
    margin:0;
    padding:0;
    background-color: transparent;
    font-weight:400;
}
.bar span img {
    margin-right:10px;
    vertical-align:middle;
}

.bar a {
    font-size:18px;
    height:50px;
    display:block;
    color:white;
    text-decoration: none;
    line-height:50px;
}
.bar a.mobileMenu {
    display:none;
}
.bar i {
    font-size:18px;
    color:white;
    margin-right:10px;
    margin-top:-3px;
    position:relative;
}

.dim a, .dim i{
    color: rgb(140,140,140);
}

.interactive {transition: all .5s;}

.interactive:hover {
    background-color:#3399FF;
}
.interactive:hover a, .interactive:hover i {
    color:white;
}

/* Page Area */

.page-area {
    position:relative;
    margin-left:200px;
    background-color: rgb(250,250,250);
    height:100%;
}
.options-bar {
    height:50px;
    background-color: rgb(220,220,220);
    overflow:hidden;
    padding:0 15px;
    line-height:50px;
    position: fixed;
    z-index:1000;
    width: calc(100% - 200px);
}


.floating-totals {
	position:fixed;
	bottom:-10px;
	left:0px;
	right:0;
	margin-left:200px;
	background-color: #fafafa;
	border-top: 1px solid #dcdcdc;
	padding:30px;
}




@media all and (max-width:1080px) and (min-width:600px){
    .options-bar{
        width: calc(100% - 51px);
    }
}

.options-bar .button {
    height:50px;
    display:inline-block;
    font-size: 16px; line-height:inherit;
    margin-right: 25px;
    text-decoration: none;
    color:black;
    opacity:0.6;
    transition: all .5s;
}
.options-bar .button i {
    font-size:18px;
}
.options-bar .button:hover {
	color:#3399FF;
	opacity:1;
}

.title-bar {
    background-color:white;
    border-bottom:1px solid rgb(240,240,240);
    font-size: 20px;
    color:#3399FF;
    height:auto;
}

.title-bar a:last-child{
    margin-right:0;
}

.display-panel {
    border:1px solid rgb(220,220,220);
    border-radius: 4px;
    background-color:white;
    padding:15px;
}

.third-panel{
    width:33%;
    margin-right:0.5%;
    margin-bottom:15px;
    border:1px solid rgb(220,220,220);
    border-radius:4px;
    background-color:white;
    padding:1%;
    float:left;
}
.third-panel:nth-child(3n+3){
    margin-right:0;
}

.half-panel-inset {
    border:1px solid rgb(220,220,220);
    border-radius:4px;
    background-color:white;
    padding:1%;
}

.half-panel {
    width:49%;
    float:left;
}
.half-panel:nth-child(2n+2){
    float:right;
}
.half-panel:after{
    content:"";
    clear:both;
    display:table;
}

.plain-panel {
    border-width:0;
    background-color: transparent;
    padding:0;
}

.message-box {
    border:1px solid rgb(220,220,220);
    padding:5px 10px;
    margin:10px 0;
    line-height:40px;
    background-color:white;
    clear:both;
}
.message-box-ok {
    border-left:5px solid green;
}
.message-box-bad {
    border-left:5px solid red;
}

/* form elements */
label {
    display:block;
    margin-bottom:5px;
    font-weight: 600;
}

input[type=text],input[type=password],textarea, select, input[type=number],input[type=file],input[type=date] {
    width:100%;
    font-size:15px;
    line-height:20px;
    padding:5px;
    margin-bottom:10px;
}

form div,form button {
    margin-bottom:10px !important;
}

.iconpicker {
    font-size:32px;
}

select {
    width:50%;
}

input[type=submit],input[type=button], .submitbutton{
    float:right;
    border-width:0px;
    background-color: #3399FF;
    color:white;
    padding:5px 10px;
    margin-right:5px;
    margin-bottom:2px;
    transition:all .5s;
	border-radius:5px;
}
.submitbutton:hover {
    color:white;
    text-decoration:none;
    background-color:black;
}

form:after {
    clear:both;
    content:"";
    display:table;
}

.select2-selection {
    border-radius: 0 !important;
    height:36px !important;
    line-height:32px !important;
}
.select2-selection>span {
    line-height:32px !important;
}
.select2 {
        margin-bottom:10px;
}

/* tables */
table {
    width:100%;
    border:1px solid rgb(220,220,220);
    background-color:white;
}
table * {
    font-size:14px;
}
.transaction-listing {
    margin-bottom:15px;
}

.transaction-listing th {
    font-weight:700; text-align:left;
}

.transaction-listing tr {
    height: 35px;
    border-bottom:1px solid rgb(220,220,220);
}
.transaction-listing tr:hover {
	background-color: rgb(221, 234, 254) !important;
}
.transaction-listing td, table.transaction-listing th {
    padding:0 15px 0 0;
}

.transaction-listing td.tags span {
    display: inline-block;
    background-color: rgb(240,240,240);
    margin:2px 5px 2px 0;
    padding:2px 5px;
}
.transaction-listing td.tags span:last-child{
    margin-right:0;
}

.transaction-listing .pending {
    height:40px;width:5px;
    background-color:orange;
    float:left;
}
.transaction-listing .cleared {
    height:40px;width:5px;
    background-color:green;
    float:left;
}
.transaction-options,.transaction-listing .transaction-options:hover {
    background-color: rgb(240,240,240) !important;
}

.transaction-options .padding {padding-bottom:23px !important;}

.transaction-options .button {
    padding:0 10px;
    border-right:1px solid rgb(220,220,220);
    height:30px;
    display:table-cell;
    vertical-align: middle;
    background-color:whitesmoke;
    transition: all .5s;
}
.transaction-options .button:hover{
    text-decoration:none;
    color:white;
    background-color: gray;
}


.text_allUnpaid td {
    color:red;
	background-color: rgba(255,0,0,.05) !important;
}

.text_allUnpaid.flip td {

	background-color: rgba(255,0,0,.025) !important;
}

.text_unpaid td {
    color: rgb(200,100,0);
}

.row-trans {
	transition:all .5s;
}
.row-trans.flip td{
	background-color: rgba(0,0,0,.01);
}

.row-trans .jobicon {
    font-size:14px;
}

.overlay-add-transaction,.overlay-add {
    background-color: white;
    border-bottom:1px solid rgb(220,220,220);
}
.tokenize-sample {
    width:100%; height:auto;
}
.running-total span {
    font-size:10px;
    color:gray;
    display:block;
    padding-top:3px;
}

.payee-list {
    display: inline-block;
    background-color: rgb(240,240,240);
    margin-right:5px;
    margin-bottom:5px;
    padding:5px 10px;
}
.payee-list:hover {
    background-color:#3399FF;
    color:white;
}

.payee-list .delete {
    color:rgb(200,200,200);
    margin-left:5px;
}
.payee-list:hover .delete {
    color:white;
}

.payee-list i {
    margin:0;
}

.bar h1 a {
    display:none;
}

.transaction-listing tr td:first-child{
    width:15px;
}

.transaction-listing .cleared, .transaction-listing .pending {
        width:15px; height:15px;
        margin-left:5px;
    }

.toggle-arrow {
    width:15px;
}
.toggle-arrow i {
    margin:0;
}

.ui-autocomplete {
    border-radius:0px;
    padding:4px 0;
}
.ui-autocomplete a {
    border-radius:0px;
    display:block;
    padding:4px 7px;

}

.ui-autocomplete a:hover {
    background-color: #3399FF !important;
    color:white;
    text-decoration:none;
}

.ui-autocomplete .ui-state-focus {
    display:block;
    background-color: #3399FF;
    border-width:0px;

}
.ui-menu .ui-menu-item {
    padding:0;
    margin-bottom:4px;
    line-height:24px;
}

.account-icon {
    font-size:24px;
    margin-right:0 !important;
}

.chart {
    border:1px solid rgb(220,220,220);
}

.payee-list a:hover {
    text-decoration: none;
    color:white;
}

.btn-default i {
    margin-right:0;
}

.transarrow {
    cursor: pointer;
}

#jobTitle, #quoteTitle, .invoice-project-title {
	font-size: 200%;
	background-color: transparent;
	border:0px solid rgb(240, 240, 240);

}
#jobTitle:focus, #quoteTitle:focus {
	outline-color: #e5e5e5;
	outline-width: 1px;
	outline-style: solid;
}

#InvoiceDetails {border:1px solid #e5e5e5;}

@media all and (max-width:600px){

	.floating-totals {
		margin-left:0px;
	}

	.floating-totals h2 {
		font-size: 15px;margin-bottom:0;
	}

	.floating-totals .third-panel {height:55px !important;}

    .options-bar {
        width:100%;
        position:relative;
    }

    p {
        font-size: 14px;
    }

    .sidebar,.home-sidebar{
        position:relative;
        height:auto;
        width:100%;
    }
    .home-sidebar .bar:first-child {
        height:auto;text-align:center;padding:10px 0;
    }


    .bar h1 a {
        display:inline;
    }

    .bar a.mobileMenu {
        display:inline;
        float:right;
    }
    .bar a.mobileMenu i {
line-height:50px;
    }

    .calc {
        display:none;
    }
    #calculator {
        display:none;
    }


    .mobile-container{
        display:none;
    }

    .page-area{
        margin-left:0;
        height:auto;
    }

    .third-panel {
        width:98%;margin-right:0;
    }

    .transaction-listing .tags, .transaction-listing .payee, .transaction-listing .running-total {
        display:none;
    }

    .transaction-options a {
        font-size:13px;
        text-align:center;
        line-height: 15px;
        padding:2px 10px !important;
        display:block;
    }
    .transaction-options a i {
        display:block;
        text-align:center;
        margin:0;
    }
    .transaction-listing tr td:nth-child(4n+4){
        border-right:1px solid rgb(220,220,220);
    }
    .transaction-listing tr th:nth-child(4n+4){
        border-right:1px solid rgb(220,220,220);
    }

    .search-listing tr th:nth-child(4n+4){
        border-right:0px solid rgb(220,220,220);
    }

    .search-listing tr th:nth-child(5n+5){
        border-right:1px solid rgb(220,220,220);
    }
    .search-listing tr td:nth-child(4n+4){
        border-right:0px solid rgb(220,220,220);
    }

    .search-listing tr td:nth-child(5n+5){
        border-right:1px solid rgb(220,220,220);
    }

    .pending-listing tr th:nth-child(4n+4){
        border-right:0px solid rgb(220,220,220);
    }

    .pending-listing tr th:nth-child(6n+6){
        border-right:1px solid rgb(220,220,220);
    }
    .pending-listing tr td:nth-child(4n+4){
        border-right:0px solid rgb(220,220,220);
    }

    .pending-listing tr td:nth-child(6n+6){
        border-right:1px solid rgb(220,220,220);
    }

    .reminders-listing tr th:nth-child(4n+4){
        border-right:0px solid rgb(220,220,220);
    }

    .reminders-listing tr td:nth-child(4n+4){
        border-right:0px solid rgb(220,220,220);
    }

    .reminders-listing tr th:nth-child(8n+8){
        border-right:1px solid rgb(220,220,220);
    }

    .reminders-listing tr td:nth-child(8n+8){
        border-right:1px solid rgb(220,220,220);
    }




    .half-panel {
        float:none;
        width:100%;
    }

    table * {
        font-size:12px;

    }

    .transaction-listing .cleared, .transaction-listing .pending {
        width:10px; height:10px;
        margin-left:5px;
    }

    .transaction-listing tr td:first-child{
        padding-right:0;
    }

}

@media all and (min-width: 601px) and (max-width:1081px){

    p,p strong, p a {font-size:14px;line-height:16px;}

    .floating-totals {
		margin-left:50px;
	}

    .sidebar,.home-sidebar  {
        overflow:hidden;
        width: 50px;
    }
    .sidebar .bar,.home-sidebar .bar {
        width:200px;
    }
    .sidebar a i,.home-sidebar a i {
        margin-right:20px;
    }

    .sidebar h1,.home-sidebar h1 {
        display:none;
    }

    .page-area {
        margin-left:51px;
    }

    .transaction-listing .cleared, .transaction-listing .pending {
        width:15px; height:15px;
        margin-left:5px;
    }

    table * {
        font-size:13px;

    }

    .home-sidebar {
        width:200px;
    }
    .home-pagearea {
        margin-left:200px;
    }

}

.smallbar {height:44px;line-height:44px !important; }
.smallbar span {
    font-size:17px;line-height:44px !important;
}
.smallbar a {
    font-size:17px;line-height:44px !important;
}

small {
font-size: 70%;
font-style: italic;
color:gray;
}

#uinv {
	background-color:red;
	padding:2px 5px;
	color:white;
	font-size: 50%;
	position: absolute;
    line-height: normal !important;
	top: -8px;
    right: -9px;
    padding: 0px 4px 0 2px;
}

#ainv {
	background-color:darkorange;
	padding:2px 5px;
	color:white;
	font-size: 50%;
	position: absolute;
    line-height: normal !important;
	top: -8px;
    right: -9px;
    padding: 0px 4px 0 2px;
}

