/*--------------------------------------- FONTS ---------------------------------*/

body {
    font-family: 'Nunito Sans', 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625em;
    color: #4b555a;
}

h1,
.h1 {
    font-size: 41px;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
}

h2,
.h2 {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
}

.h2-alt {
    font-size: 30px;
    font-weight: 400;
    color: #000;
}

h3,
.h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    color: #4e822a;
}

h4,
.h4 {
    font-size: 20px;
    line-height: 1.2;
    color: #4e822a;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625em;
    color: #4b555a;
}

a {
    font-size: 16px;
    color: #23408f;
    text-decoration: underline;
}

ol {
    padding-left: 22px;
}

ol li {
    padding-left: 9px;
    line-height: 2;
}

.strong {
    font-weight: bold;
}

.break-line {
    display: block !important;
}

/*------------------------------------------- BUTTONS --------------------------------------*/

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"], 
.btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn {
    border-radius: 0;
    text-decoration: none;
}

a:active,
a:focus,
button:focus,
button:active,
.btn:focus,
.btn:active{
    box-shadow: none !important;
    outline: none !important;
}

.btn-lg {
    text-transform: uppercase;
    font-weight: 800;
    padding: 15px 0;
    width: 220px;
}

.btn-xl {
    width: 300px;
}

.btn-primary {
    background: #23408E;
    border-color: #23408E;
}

.btn-primary:hover {
    background: #4e822a;
    border-color: #4e822a;
}

.btn-inactive {
    background: #A3A7AA !important;
    color: #fff !important;
    cursor: not-allowed !important;
    border-color: #A3A7AA !important;
}

.btn-inactive:hover {
    background: #A3A7AA !important;
    color: #fff !important;
    border-color: #A3A7AA !important;
}

.btn-link {
    text-decoration: underline;
    color: #22418e;
}

.btn-link:hover {
    color: #4b555b; 
}

.btn-icon {
    color: #23408E;
}

.btn-icon:hover {
    color: #4e822a;
}

.btn-add-more {
    background: #edf3f5;
    color: #000;
    font-size: 18px;
    transition: .2s ease-in-out;
    padding: 8px 25px;
}

.btn-add-more i {
    color: #23408f;
    transition: .2s ease-in-out;
}

.btn-add-more:hover {
    background: #4b555a;
    color: #fff;
}

.btn-add-more:hover i {
    color: #fff;
}

/*////////////// Print Page specific /////////////////*/

/* Hide print content on desktop */
.print-content-wrapper {
    display: none;
}

.print-action-wrapper {
    border: 4px solid #43822a;
    background: #EEF3F6;
    padding: 15px;
}

.print-action-wrapper .btn {
    width: 100%;
}

/*--------------------------------------------- NOTIFICATIONS --------------------------------------*/

/*/////////////////// Shared Modal Styles //////////////////////*/
.modal-dialog .modal-content {
    border-radius: 0;
}

.modal-header {
    border-radius: 0;
    padding: 15px 25px 8px 25px;
}

.modal-header i {
    padding-right: 10px;
}

.modal-header .modal-title {
    color: #fff;
    font-weight: 600;
}

.modal-header .close {
    color: #fff;
    opacity: 1;
    padding-right: 0;
}

.modal-body {
    color: #4b555b;
    padding: 15px 25px 15px 25px;
    text-align: left;
}

.modal-body .checkbox-wrapper {
    margin-bottom: 5px;
}

.modal-body .form-group {
    margin-bottom: 15px;
}

.modal-body .label {
    margin: 5px 0 5px 0;
    display: block;
}

.modal-body p {
    white-space: pre-line;
    line-height: 1.4 !important;
}

.modal-footer {
    border-top: 0;
}

.modal-footer .btn-secondary {
    background: #EEF3F6 !important;
    color: #000 !important;
    border: 1px solid #EEF3F6 !important;
}

.modal-footer .btn-secondary:hover {
    background: #dce3e6 !important;
    border: 1px solid #dce3e6 !important;
}

/* Options Modal */

#options-modal .modal-footer {
    text-align: center;
    display: block;
}

#options-modal .modal-footer .btn {
    display: block;
    margin: 0 auto;
    width: 250px;
}

/*/////////////////// Danger Modal (Red) //////////////////////*/

.danger-modal .modal-header {
    background: #d12027;
}

/*/////////////////// Warning Modal (Yellow) //////////////////////*/

.warning-modal .modal-header,
.options-modal .modal-header{
    background: #FFB400;
}

/*/////////////////// Info Modal (Blue) //////////////////////*/

.info-modal .modal-header {
    background: #22428F;
}

/*/////////////////// Mobile Detection //////////////////////*/

#mobile-detection {
        display: none;
}

 /*/////////////////// Loading Modal //////////////////////*/
#loading-image {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.5);
      width: 100%;
      height: 100%;
      z-index: 1051;
}
#loading-image .fas {
    position: absolute;
    left: 50%;
    top: 25%;
    color: #FFF;
}


/*------------------------------------- HEADER -------------------------------------*/

/*/////////////////// Navigation //////////////////////////////*/

header {
    border-bottom: 5px solid #23408f;
}

header .navbar {
    display: block;
    height: 125px;
    padding: 0;
}

header .navbar .navbar-brand {
    margin-right: 0;
}

header .navbar .navbar-brand img {
    width: 128px;
    padding-top: 15px
}

header .navbar .navbar-text {
    margin: 0 auto;
    vertical-align: middle;
    padding-top: 35px;
}

header .navbar .navbar-text h1 {
    font-size: 30px;
    font-weight: 700;
    color: #000 !important;
    line-height: 1.2;
    margin-left: 5%;
}

/*------------------------------------------------- BODY CONTENT ---------------------------------------------*/

/*///////////////// Breadcrumbs ///////////////*/

.breadcrumbs {
    list-style-type: none;
    padding-left: 0;
}

.breadcrumbs li {
    display: inline-block;
    padding-right: 5px
}

.breadcrumbs li:after {
    content: '>';
    margin-left: 8px;
}

.breadcrumbs li:last-child:after {
    content: '';
}

/*//////////////// Progress Bar ///////////////*/

.progressbar {
    counter-reset: step;
    padding-left: 0;
}

.progressbar li {
    list-style: none;
    display: inline-block;
    position: relative;
    text-align: center;
}

.progressbar li .label {
    white-space: nowrap;
}

.progressbar.four-steps {
    margin-left: 5%;
}

.progressbar.five-steps {
    margin-left: 7%;
}

.progressbar.four-steps li {
    width: 18%;
}

.progressbar.five-steps li {
    width: 13%;
}

.progressbar li .step {
    content: counter(step);
    counter-increment: step;
    width: 60px;
    height: 60px;
    line-height : 60px;
    border: 1px solid #A2A6A9;
    border-radius: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    background: #A2A6A9;
    color: #fff;
    font-weight: 800;
    font-size: 20px;
}

.progressbar li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: #A2A6A9;
    top: 28px;
    left: -50%;
    z-index : -1;
}

.progressbar li:first-child:before {
    content: none;
}

.progressbar li a {
    text-decoration: none;
    color: #000;
}

.progressbar li.active .label {
    color: #000;
    font-weight: 700;
}

.progressbar li.active .step,
.progressbar li.completed .step{
    border-color: #4e822a;
    background: #4e822a;
} 

.progressbar li.active:before,
.progressbar li.completed:before {
    background: #4e822a;
}

/*//////////////////////// Plain Content Wrapper //////////////////*/
.content-wrapper {
    border-top: 3px solid #A2A6A9;;
}

/*///////////////////// REPORTING - Getting Started Colour Block /////////////////*/
.info-block {
    background: #23408E;
}

.info-block h2,
.info-block span,
.info-block ul {
    color: #fff !important;
}

.info-block h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2em;
}

.info-block span {
    font-size: 23px;
    line-height: 1.5em;
}

.info-block ul {
    font-size: 19px;
    line-height: 1.5em;
}

/*////////////////////////////// Tables & Datatables ///////////////////////////////*/

.dataTables_wrapper .table thead tr {
    background-color: #4b555a;
    color: #fff;
}

.dataTables_wrapper .table .btn-icon-wrapper {
    white-space: nowrap;
}

.dataTables_wrapper .table-striped tbody tr:nth-of-type(odd),
.dataTables_wrapper .table-striped tbody tr:nth-of-type(odd) td{
    background-color: #fff !important;
}

.dataTables_wrapper .table-striped tbody tr:nth-of-type(even),
.dataTables_wrapper .table-striped tbody tr:nth-of-type(even) td{
    background-color: #edf3f5 !important;
}

.dataTables_wrapper table {
    position: relative;
}

.dataTables_wrapper .dataTables_processing {
    height: 50px;
    top: 80px !important;
}

.dataTables_wrapper table thead th {
    white-space: nowrap;
}

.dataTables_wrapper table tbody td {
    vertical-align: middle;
}

.dataTables_wrapper table tbody td a {
    text-decoration: none;
    padding: 6px 15px;
    display: block;
    color: #4b555a;
}

.dataTables_info,
.dataTables_length,
.dataTables_paginate {
    display: inline-block;
}

.dataTables_info:after {
    content: '|';
    margin-left: 5px;
    padding-right: 5px;
}

.dataTables_length {
    margin-top: 13px;
}

.dataTables_paginate {
    float: right;
}

.dataTables_paginate .paginate_button {
    padding: 5px 15px;
    margin-left: 10px;
    cursor: pointer;
    background: #eef3f5;
    border: 1px solid #eef3f5;
    color: #000;
    text-decoration: none;
    transition: .2s ease-in-out;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    cursor: pointer;
    text-decoration: none;
    background: #4b555b;
    color: #fff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #23408E !important;
    border: 1px solid #23408E !important;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #4e822a !important;
    border: 1px solid #4e822a !important;
    color: #fff !important;
}

.table.borderless {
    width: auto;
}

.table.borderless th,
.table.borderless td {
    border: none;
    padding-bottom: 0;
}

.dataTables_wrapper #agreements-table thead th,
.dataTables_wrapper #financial-reports-table thead th,
.dataTables_wrapper #expense-types-table thead th,
.dataTables_wrapper #exports-table thead th {
    word-wrap: break-word;
    white-space: normal;
    vertical-align: top;
}

.dataTables_wrapper #agreements-table tbody tr td:first-child,
.dataTables_wrapper #exports-table tbody tr td:nth-child(3),
.dataTables_wrapper #exports-table tbody tr td:nth-child(6) {
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

/*///////////////////////////////////////////// FORM ELEMENTS /////////////////////////////////////*

/* Remove browser focus style */
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.form-control:focus {
    border-color: #23408E;
    box-shadow: none;
}

.required:before {
    content: '*';
    color: #791213;
    padding-right: 4px;
}

label,
.label {
    font-weight: 600;
    margin-bottom: .25rem;
    color: #6d777c;
}

.input-currency {
    position: relative;
}

.input-currency span{
    position: absolute;
    left: -15px;
    top: 10px
}

.form-control {
    height: 45px;
}

.text-display {
    line-height: 2 !important;
}

::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder {
    color: #eef3f5 !important;
}

.row-border{ 
    display:block;
    border:none;
    color:white;
    height:4px;
    background: #E1E3E2;
    background: -webkit-gradient(radial, 25% 50%, 0, 38% 50%, 350, from(#E1E3E2), to(#fff));
    margin: 25px 0 35px 0;
}
input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}
/*//////////////////////// Opening & Closing Balance Input Wrapper ////////////////////*/
.bank-balance-wrapper #validation-opening-balance {
    margin-right: 2%;
}

.bank-balance-wrapper #validation-closing-balance {
    margin-left: 4%;
}

.bank-balance-wrapper .form-group {
    width: 47%;
}

/*//////////////////////// Start & End Date Input Wrapper /////////////////////*/
.date-range-wrapper #validation-start-date {
    margin-right: 2%;
}

.date-range-wrapper #validation-end-date {
    margin-left: 4%;
}

.date-range-wrapper .form-group {
    width: 47%;
}

/*//////////////////////// Date Picker /////////////////////*/

.bootstrap-datetimepicker-widget {
    width: 315px !important;
}

.datepicker {
    padding: 20px;
    width: 300px !important;
}

.datepicker-days {
    padding: 20px;
}

.datepicker-days table thead .prev,
.datepicker-days table thead .next {
    border: 2px solid #a3a6a8;
    border-radius: 4px;
}

.datepicker-days table thead span {
    color: #a3a6a8;
}

.datepicker-days table thead tr th {
    border-top: 0;
    border-bottom: 0;
}

.datepicker-days table thead tr th.dow {
    font-size: 12px;
}

.datepicker-days table thead .picker-switch {
    font-size: 18px;
    font-weight: 900;
}

.datepicker-days table tbody tr td {
    border: 1px solid #000;
    font-size: 12px;
    padding: .5rem;
}

.datepicker-days table tbody tr td.old,
.datepicker-days table tbody tr td.new{
    border: 1px solid #a3a6a8;
    color: #a3a6a8;
}

.datepicker-days table tbody tr td.old {
    border-bottom: 1px solid #000;
}

.datepicker-days table tbody tr td.new {
    border-top: 1px solid #000;
}

/*//////////////////////// Radio Buttons /////////////////////*/

/* Customize the label (the container) */
.radio-wrapper {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    color: #4b555a;
    font-weight: 700;
}

/* Hide the browser's default radio button */
.radio-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.radio-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    font-weight: 700;
    border: 1px solid #a3a6a8;
}

/* On mouse-over, add a grey background color */
.radio-wrapper:hover input ~ .radio-checkmark {
    background-color: #ccc;
    border: 1px solid #b1aeae;
}

/* When the radio button is checked, add a blue background */
.radio-wrapper input:checked ~ .radio-checkmark {
  background-color: #4e822a;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-wrapper input:checked ~ .radio-checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-wrapper .radio-checkmark:after {
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

/*//////////////////////// Checkboxes //////////////////////*/

/* The container */
.checkbox-wrapper {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 5px;
    color: #4b555a;
}

/* Hide the browser's default checkbox */
.checkbox-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #a3a6a8;
    transition: .2 ease-in-out;
}

/* On mouse-over, add a grey background color */
.checkbox-wrapper:hover input ~ .checkmark {
    background-color: #ddd;
}

/* When the checkbox is checked, add a green border */
.checkbox-wrapper input:checked ~ .checkmark {
    border: 1px solid #4e822a;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-wrapper input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-wrapper .checkmark:after {
    left: 6px;
    top: 1px;
    width: 8px;
    height: 14px;
    border: solid #4e822a;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*////////////////////////// Form Input Popovers (Helper Text) //////////////////*/

.popover {
    top: 12px !important;
    left: -25px !important;
    font-size: 16px;
    border-radius: 0;
    border: 1px solid #a3a6a8;
    padding: 10px 10px 10px 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.bs-popover-auto[x-placement^=left]>.arrow::before, 
.bs-popover-left>.arrow::before {
    right: -15px;
    border-left-color: #a3a6a8 !important;
    border-width: 1rem 0 1rem 1.5rem;
}

.bs-popover-auto[x-placement^=left]>.arrow::after, 
.bs-popover-left>.arrow::after {
    right: -13px;
    border-width: 1rem 0 1rem 1.5rem;
}

.popover-body {
    color: #4b555b;
}


/*//////////////////////////// Parsley Form Validation //////////////////////////////*/

.input-helper {
    text-decoration: none !important;
}

.parsley-error input {
    border: 2px solid #d12027 !important;
}

.parsley-errors-list {
    padding-left: 0;
    position: relative;
    margin-bottom: 0;
    list-style-type: none;
}

.parsley-errors-list li p {
    color: #fff;
}

.parsley-required,
.parsley-custom-error-message,
li[class*="parsley"]{
    background: #d12027;
    color: #fff;
    border-radius: 4px;
    padding: 7px 15px;
    margin-top: 15px;
    display: block;
}

.parsley-required:before,
.parsley-custom-error-message:before,
li[class*="parsley"]:before {
    content: "\A";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 14px solid #d12027;
    position: absolute;
    top: -14px;
    left: 35px
}

/* ////////////////////////////// Accordions /////////////////////////// */

#accordion .panel-title a {
    text-decoration: none;
    display: block;
}

#accordion.alert-warning {
    transition: .2s ease-in-out;
}

#accordion.alert-warning:hover {
   background: #f5e2a7;
}

#accordion.alert-warning .panel-title a {
    color: #856404;
}

#accordion.alert-warning .panel-title a i {
    padding-right: 12px;
}

#accordion.alert-warning .panel-title a span {
    display: inline-block;
    margin-top: -10px;
    vertical-align: middle;
}

#accordion a:after,
#accordion a.collapsed:after,
#accordion a[aria-expanded="false"]:after {
    position: absolute;
    right: 15px;
    font-family: "Font Awesome 5 Free"; 
    font-weight: 400; 
    content: "\f0fe";
    font-size: 18px;
    margin-top: 8px;
}

#accordion a[aria-expanded="true"]:after {
    position: absolute;
    right: 15px;
    font-family: "Font Awesome 5 Free"; 
    font-weight: 400; 
    content: "\f146";
    font-size: 18px;
    margin-top: 8px;
}

#accordion .panel-collapse ul {
    margin-left: 35px;
}



/*------------------------------------------------------- TWITTER TYPEAHEAD-----------------------------------------*/
.twitter-typeahead {
    display: block !important;
}
.tt-hint {
    color: #999;
}

.tt-menu, .tt-dropdown-menu {
    max-height: 200px;
    width: 422px;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    overflow-y: auto;
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

.tt-suggestion.tt-cursor { 
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion p {
    margin: 0;
}


/*/////////////////////////// REPORTING - Floating Helper ///////////////////*/
.sticky {
    position: fixed;
    top: 0;
    right: 15%;
}

.helper-wrapper {
    width: 100%;
    position: absolute;
    right: 15%;
    z-index: 999;
}

#helper {
    border-radius: 100px;
    background: #FCB414;
    width: 80px;
    height: 80px;
    text-align: center;
    padding: 15px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    float: right;
    margin-top: 45px;
    cursor: pointer;
    text-decoration: none !important;
    transition: .2s ease-in-out;
}

#helper:hover {
    background: #F7921E;
}

#helper img,
#helper span{
    display: block;
    margin: 0 auto;
}

#helper img {
    width: 55%;
}

#helper span {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600; 
}

/*//////////////////////////// EXPENSE DETAIL Page specific ////////////////////////*/

.expense-info-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.expense-info-wrapper .input-helper {
    width: 205px;
}

.steps-wrapper {
    text-align: center;
    padding: 15px;
}

.steps-wrapper .heading {
    text-transform: uppercase;
    color: #4e822a;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    display: block;
    margin-bottom: 25px;
}

.steps-wrapper .number {
    display: block;
    color: #23408f;
    font-size: 42px;
    font-weight: 700;
}

.transaction-info-wrapper {
    flex-grow: 1;
    background: #edf3f5;
    padding: 15px 25px;
}

.transaction-info-wrapper .row {
    margin-bottom: 15px;
}

.transaction-info-wrapper .title {
    color: #6d777b;
    font-weight: 600;
}

.transaction-info-wrapper .info {
    color: #000;
}

.remove-expense-wrapper,
.clear-expense-wrapper {
    position: relative !important;
}

.remove-expense,
.clear-expense {
    position: absolute !important;
    top: 38px !important;
    right: -15px !important;
    display: block !important;
    color: #d12027 !important;
    cursor: pointer !important;
}

.clear-expense {
    color: #FCB414 !important;
}

.remove-expense:hover {
    color: #790000 !important;
}

.clear-expense:hover {
    color: #d09920 !important;
}

.detail-total-wrapper {
    margin-top: 25px;
}

/*///////////////////////// STANDARD AGREEMENT Confirmation Page specific ////////////////////////*/

#balance-overview-table tr td {
    text-align: right;
}

#balance-overview-table tr:first-child th,
#balance-overview-table tr:first-child td {
    border-top: none;
}

#balance-overview-table tr:nth-child(2) th,
#balance-overview-table tr:nth-child(2) td,
#balance-overview-table tr:nth-child(3) th,
#balance-overview-table tr:nth-child(3) td {
    border-top: 1px dotted #000;
}

#balance-overview-table tr:nth-child(2) th,
#balance-overview-table tr:nth-child(3) th {
    color: #A2A6A9;
}

#balance-overview-table tr:last-child {
    font-weight: 700;
}

#balance-overview-table tr:last-child th,
#balance-overview-table tr:last-child td {
    border-top: 1px solid #000;
}

#transaction-details-table tbody tr td {
    border-top: 2px solid #A3A6A8;
}

#transaction-details-table tbody tr:first-child td {
    border-top: none;
}

#transaction-details-table tbody tr.expense-header-row th,
#transaction-details-table tbody tr.expense-header-row td {
    border-top: 2px solid #A3A6A8 !important;
}

#transaction-details-table tbody tr.expense-data-row td {
    border-top: 1px solid #A3A6A8;
}

#transaction-details-table tr th:nth-child(4),
#transaction-details-table tr td:nth-child(4),
#transaction-details-table tbody tr.expense-header-row th:nth-child(3),
#transaction-details-table tbody tr.expense-data-row td:nth-child(3),
#transaction-details-table tbody tr.expense-header-row td:nth-child(3),
#transaction-details-table tr th:last-child,
#transaction-details-table tr td:last-child{
    text-align: right;
}

#transaction-details-table thead tr th {
    background: #4B545B;
    color: #fff;
}

#transaction-details-table tbody tr.expense-header-row th{
    background: #A3A6A8;
    color: #fff;
}

#transaction-details-table tbody tr td.empty {
    border-top: none;
}

#transaction-details-table tbody tr td span.expense-number {
    margin-right: 35px;
}

#transaction-details-table tfoot {
    font-weight: 700;
}

#transaction-details-table tfoot tr th,
#transaction-details-table tfoot tr td {
    border-top: 2px solid #A3A6A8;
    border-bottom: 8px solid #edf3f5;
}

#calculated-closing-balance {
    background-color: #fff18e;
}

#calculated-closing-balance.valid {
    background-color: #b4eda1;
}

/* ////////////////////////////// AGREEMENTS PAGE specific /////////////////////// */

#agreements-nav {
    background: #23408E;
    color: #fff;
    padding: 0;
    margin-top: -5px;
}

#agreements-nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    padding: 20px 25px
}

#agreements-nav li a {
    margin-right: 8px;
    border-left: 3px solid #23408E;
    border-right: 3px solid #23408E;
}

#agreements-nav li a:hover {
    background: #4e822a;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
}

#agreements-nav li .active {
    background: #4e822a;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    position: relative;
}

#agreements-nav li .active:after {
    content: "\A";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid #4e822a;
    position: absolute;
    bottom: -14px;
    left: 43.4%;
}

#filters {
    border-top: 1px solid #a3a6ab;
    border-bottom: 1px solid #a3a6ab;
    margin-bottom: 15px;
}

#filters .hidden {
    display: none;
}

#filters .filter-group {
    display: inline-block;
}

.dataTables_filter {
    position: relative;
}

.dataTables_filter .navbar-form {
    position: absolute;
    right: 0px;
    top: -50px;
}

.dataTables_filter i {
    position: absolute;
    z-index: 99;
    left: 20px;
    top: 11px;
    color: #a3a6a8;
}

.dataTables_filter input {
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    margin-left: 8px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-indent: 25px;
}


#filters .filter-group .dropdown.show .btn {
    border: 2px solid #23408E;
    -webkit-box-shadow: inset 0px 0px 8px #898989 !important;
     -moz-box-shadow: inset 0px 0px 8px #898989 !important;
          box-shadow: inset 0px 0px 8px #898989 !important; 
}

#filters .filter-group .dropdown .btn {
    color: #4b555a;
    font-size: 15px;
    padding: 15px 8px;
    margin-right: 35px;
    border: 2px solid #fff;
    margin-bottom: 5px;
    margin-top: 5px;
}

#filters .filter-group.active .dropdown .btn {
    font-weight: 700;
}

#filters .filter-group.active .dropdown .btn i {
    color: #4e822a;
    font-size: 13px;
    margin-right: 8px;
}

#filters .dropdown-menu {
    border: none;
    -webkit-box-shadow: 0px 3px 12px #898989;
     -moz-box-shadow: 0px 3px 12px #898989;
          box-shadow: 0px 3px 12px #898989;
    border-radius: 0;
}

#filters .dropdown-menu .title {
    padding: 0 15px;
    margin-bottom: 8px;
    display: block;
    color: #4e822a;
    font-size: 14px;
    font-weight: 700;
}

#filters .dropdown-menu ul{
    list-style-type: none;
    padding-left: 15px;
    margin-bottom: 0;
}

#filters .dropdown-menu ul li {
    font-size: 14px;
}

#filters .dropdown-menu .checkbox-wrapper {
    font-size: 14px;
    font-weight: 400;
    padding-left: 30px;
}

#filters .dropdown-menu .checkbox-wrapper .checkmark {
    height: 20px;
    width: 20px;
}

#filters .dropdown-menu .checkbox-wrapper .checkmark:after {
    left: 5px;
    top: 2px;
    width: 7px;
    height: 12px;
}

/*/////////////////////////////// SETTINGS & CONFIG ////////////////////////////*/

#settings-menu {
    list-style-type: none;
    padding-left: 0;
}

#settings-menu li a {
    display: block;
    background: #4b555a;
    color: #fff;
    line-height: 1.1em;
    padding: 16px 15px 16px 25px;
    border-bottom: 2px solid #fff;
    transition: all .25s;
    text-decoration: none;
}

#settings-menu li a:hover {
    background: #22418e;
}

#settings-menu li.active a {
    background: #fff;
    position: relative;
    color: #4b555a;
}

#settings-menu li.active a:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #6dae00;
    border-radius: 50%;
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -6px;
}

/*------------------------------------------------------- FOOTER ---------------------------------------------------*/

footer {
    border-top: 5px solid #43822a;
    background: #edf3f5;
    padding: 25px 0 15px 0;
}

footer .footer-links {
    text-align: right;
}

footer ul {
    padding-left: 0;
}

footer ul li {
    display: inline-block;
}

footer ul li:first-child:after {
    content: '|';
}


/* ---------------------------------- TABLET & MOBILE DEVICES ---------------------------- */



@media only screen and (max-width: 1200px) { 
    /* Header Logo */
    header .navbar .navbar-brand {
        text-align: left !important;
    }
    
    .progressbar.four-steps,
    .progressbar.five-steps {
        margin-left: 0;
    }
    
    .progressbar.four-steps li {
        width: 24%;
    }

    .progressbar.five-steps li {
        width: 19%;
    }

    
}

@media only screen and (max-width: 1024px) { 
/* Tablet Header & Navigation */    
    header .navbar .navbar-brand img {
        width: 50%;
        min-width: 130px;
        padding-top: 0;
    }
/* Tablet Sticky Helper */
    .sticky {
        position: fixed;
        top: 0;
        right: 5%;
    }

/* Tablet Footer */
    footer .footer-links {
        text-align: left;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 768px) {
/* Show recommended view */
    #mobile-detection {
        display: block;
    }    
    
/* Tablet Header & Navigation */
    header .navbar  {
        height: 75px;
    }
    
    header .navbar .navbar-brand {
        width: 32%;
        margin-right: 0;
        padding-right: 0;
    }
    
    header .navbar .navbar-brand img {
        width: 80%;
        max-width: 95px;
        min-width: auto;
    }
    
    header .navbar .navbar-text {
        width: 64%;
        padding-top: 15px;
    }
    
    header .navbar .navbar-text h1{ 
        font-size: 22px;
    }
    
/* Tablet Progress Bar */  
    
    .progressbar.four-steps li {
        width: 24%;
    }
    
    .progressbar li .label {
        display: block;
        height: 40px;
    }
    
/* Tablet Sticky Helper */
    .sticky {
        position: fixed;
        top: 0;
        right: 15px;
    }

    .helper-wrapper {
        width: 100%;
        position: absolute;
        right: 15px;
    }
    
/* Tablet Expense Details */
    .expense-info-wrapper {
        float: none;
    }
    
}

@media only screen and (max-width: 767px) { 
    /* Navbar Title */   
    header .navbar .navbar-text h1 { 
        font-size: 18px;
    }
    
    /* Progress Bar Labels */  
    .progressbar li .label {
        font-size: 12px;
        width: auto;
    } 

}

@media only screen and (max-width: 576px) {
    
    /* Standard Agreement Statement Details */
    .steps-wrapper {
        padding-left: 0;
        margin-left: -15px
    } 
    
    /* Mobile Sticky Helper */
    .helper-wrapper {
        display: none;
    }
}

@media only screen and (max-width: 320px) { 
    
    /* Progress Bar Labels */
    .progressbar li .label {
        width: 98px;
    }
}