
html, body {
    height: 100%;
    margin: 0;
}

.wrapper {
    min-height: 100%;
    margin-bottom: 0px;

}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

a:focus, button:focus {
    outline: 0;
    box-shadow: none
}

button, .navbar-btn[type="button"] {
    -webkit-appearance: none; /* WebKit */
    -moz-appearance: none; /* Mozilla */
    appearance: none;
}


.btn:focus, .btn:hover {
    box-shadow: none
}

strong {
    font-weight: 600
}

label.error {
    padding-left: 50%;
    color: red;
    font-size: 12px;
}

.help-block .error {
    color: red;
    font-size: 12px;
    font-weight: 500
}

.success-message {
    color: green;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

a {
    color: #e89514
}

a:hover {
    text-decoration: none;
    border: none;
    color: #666
}

img {
    max-width: 100%;
    height: auto;
    border: none
}

hr {
    background: none;
    border: none;
    border-top: solid 1px #cccccc;
    padding: 0px 0 30px;
    margin: 20px 0 0px;
    float: left;
    width: 100%;
}

a, button {
    transition: all 0.25s ease-in 0s;
    -webkit-transition: all 0.25s ease-in 0s;
    -moz-transition: all 0.25s ease-in 0s;
    -o-transition: all 0.25s ease-in 0s;
    border: none !important
}

header {
    text-align: center;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 10
}

#main {
    transition: margin-left .5s;
    padding: 20px 40px 40px 40px;
    overflow: hidden;
    min-height: 400px;
    z-index: 1;
    min-height: 70vh;
    background: #fff;
}

body {
    overflow-x: hidden;
}

.logo {
    text-align: center;
    max-width: 175px;
    margin: auto;
    padding: 20px 0;
    display: block;
}

.ssl-banner {
    float: left;
    margin: 15px 0 0 30px;
    position: relative;
}

.ssl-banner span {
    position: absolute;
    left: 100%;
    margin-left: 10px;
    top: 5px;
    width: 205px;
}

.ssl-banner span img {
    max-width: 100%;
}

.right-menu {
    float: right;
    position: absolute;
    right: 40px;
    top: 57px;

}

.user-logout {
    text-align: center;
}

.right-menu ul {
    margin: 0;
    padding: 0
}

.right-menu ul li {
    list-style: none;
    float: left;
}

.right-menu ul li a {
    background: #dfdfdf;
    color: #000;
    padding: 8px 15px;
    margin-left: 10px;
    font-size: 18px;
    border-radius: 0px;
    border: solid 1px #000;
}

.right-menu ul li a:hover {
    background: #000;
    color: #fff
}

.right-menu ul li ul {
    display: none
}

.right-menu ul li:hover ul {
    display: block;
    position: absolute;
    left: 10px;
    width: 160px;
    margin-top: 8px;
    background: #dfdfdf;
    padding: 15px 0
}

.right-menu ul li:hover ul li {
    display: block;
    float: none;
    text-align: left;
    padding-bottom: 3px;
}

.right-menu ul li:hover ul li a {
    background: none;
    padding: 6px 10px;
    font-size: 14px;
    display: block;
    float: none;
    line-height: normal;
    text-align: left;
}

.right-menu ul li:hover ul li a:hover {
    color: #e89514;
}

h1 {
    margin: 0 0 25px 0
}

h2 {
    margin: 30px 0
}

.container-inn {
    padding: 10px 0 30px;
}

.content-mid {
    max-width: 100%;
    margin: auto;
    width: 100%;
    padding: 20px 0 0;
}

.social-icon ul {
    float: right;
    margin: 0;
    padding: 0
}

.social-icon ul li {
    list-style: none;
    display: inline-block
}

.social-icon ul li a {
    display: block;
    color: #fff;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    background: #222;
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 16px;

}

.social-icon ul li a .fa {
    line-height: 35px;
}

.social-icon ul li a:hover {
    background: #e89514;
}

#footer {
    padding: 20px 40px 10px 40px;
    background: #fff;
    border-top: 2px solid #888;
    left: 0px;
    right: 0;
    z-index: 0;
    bottom: 0;
}

.footer-content {
    padding-top: 5px;
}

.heading-title {
    position: relative;
    padding: 10px 15px;
    font-size: 22px;
    background: #f3f3f3;
    color: #000;
    text-transform: capitalize;
}

.subheading {
    position: relative;
    padding: 10px 15px;
    background: #f3f3f3;
    color: #000;
}

.login-container {
    align-items: center;
    display: flex;
    align-content: center;
    padding-bottom: 60px;
    min-height: 90vh;
}

.register-container {
    align-items: center;
    display: flex;
    align-content: center;
    padding-bottom: 60px;
    height: auto;
    min-height: 100vh
}

.banner {
    position: relative;
    background-size: 100% auto;
    height: auto;
    padding: 20px 0;
    width: 100%;
    background-repeat: no-repeat;
    vertical-align: middle;

}

.login-form-main {
    height: 100%
}

.login-form {
    max-width: 480px;
    width: 100%;
    margin: auto;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    text-align: center
}

.login-form .btn {
    padding: 15px 25px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    display: inline-block;
}

.btn:focus, .btn:hover {
    box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 0;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 0;
}

.login-form .btn:hover {

}

.login-form .btn-link {
    border-radius: 0;
    border: none
}

.login-form .btn-link:hover {
    border-radius: 0;
    border: none
}


.btn.btn-fb i, .btn.btn-google i {
    float: left;
    font-size: 35px;
    margin-top: 5px;
}


.btn-fb {
    background: #3c66c4;
    border: 2px solid #ddd;
    border-radius: 0 !important
}

.btn-fb:hover {
    background: #274484;
    border: 2px solid #ddd
}

.btn-google {
    background: #cf4332;
    border: 2px solid #ddd;
    border-radius: 0 !important
}

.btn-google:hover {
    background: #af3628;
    border: 2px solid #ddd
}

.btn-orange {
    background: #e89514;
    border: none !important;
    padding: 10px;
}

.btn-orange:hover {
    background: #222;
    color: #fff;
}

.form-group input.form-control {
    padding: 10px;
    font-size: 15px;
    font-weight: 300;
}

select.form-control {
    padding: 10px;
    height: auto !important;
}

.form-group input.form-control.capitalize {
    text-transform: capitalize;
}

.form-group input.form-control.uppercase {
    text-transform: uppercase;
}

.card-header h4 {
    margin: 0;
    font-size: 18px;
}

.btn-lg, .btn-group-lg > .btn {
    font-size: 15px;
    padding: 10px 20px
}

/*============ checkbox switch ==========*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #e89514;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/*==========end checkbox switch ==========*/

.balance-strip {
    border-bottom: solid 1px #ccc;
    padding-bottom: 15px;
    font-size: 25px;
    margin-bottom: 20px;
    color: #000
}

.balance-strip strong {
    color: #fff;
    background: #39c332;
    padding: 5px 10px;
}

.grey-bg {
    background: #f3f3f3
}

.income-bg {
    background: #39c332;
    color: #000
}

.expenses-bg {
    background: #D81025;
    color: #000
}

.income {
    background: #cff6e4;
    font-size: 25px;
}

.income strong {
    background: #39c332;
    color: #fff;
    padding: 3px 15px;
    font-size: 22px;
}

.expenses {
    background: #ffbebc;
    font-size: 25px;
}

.expenses strong {
    background: #d81025;
    color: #fff;
    padding: 3px 15px;
    font-size: 22px;
}

.grid-icon {
    text-align: right
}

.grid-icon a {
    margin-left: 15px;
}

.grid-icon a .fa-plus {
    color: #39c332;
}

.grid-icon a .fa-trash, .table-icon a .fa-trash {
    color: #d81025;
}

.table-icon {
    text-align: right
}

.table-icon a {
    margin-left: 15px;
    font-size: 18px;
    color: #666
}

.table-icon a .fa-check {
    color: #39c332;
}

.grid-icon button[type="submit"], .table-icon button[type="submit"] {
    border: none;
    background: none !important;
    display: inline-block
}

.grid-icon form {
    display: inline-block
}

.income-modal .modal-dialog .modal-content {
    border-radius: 20px;
    border: none
}

.income-modal .modal-dialog .modal-header {
    text-align: center;
    border: none
}

.income-modal .modal-dialog .modal-header .modal-title {
    display: block;
    width: 100%;
    font-size: 25px;
}

.income-modal form {
    padding: 0 25px;
}

.income-modal .modal-footer {
    border: none;
}

.income-modal .btn {
    border-radius: 30px;
    padding: 10px 25px;
    text-transform: uppercase;
    display: inline-block;
}

.btn-video {
    padding: 15px 27px;
    display: block;
    background: #e89514;
    margin-top: 15px;
    color: #fff;
    font-size: 20px;
}

.btn-video:hover {
    background: #f7bb0a;
    color: #000;
}

.btn-video i {
    float: left;
    font-size: 25px;
    margin-top: 3px;
}

.accordion button {
    border: none;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: left;
}

.accordion .btn:focus, .accordion .btn:hover {
    box-shadow: none;
    color: #000;
    text-decoration: none;
}

.accordion .card {
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.125) !important
}

.accordion .card-header {
    border: none !important;
    padding: 5px;
}

.accordion .card-body {
    border-top: 1px solid rgba(0, 0, 0, 0.125) !important
}

.text-notification {
    padding-right: 20px !important;
}

/* The container */
.radio-container {
    /*  display: block; */
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    /*  font-size: 22px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
    background-color: #e89514;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.alert.alert-danger p {
    margin-bottom: 0;
    padding-bottom: 0
}

.faq-accordion {
    margin: 0px;
    padding: 0px;
}

.faq-accordion .card-header {
    border: none;
    background: none;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important
}

.faq-accordion .card-header .btn {
    padding: 0px;
    white-space: normal;
}

.faq-accordion .card {
    border: none !important;
    padding: 0;
    margin: 0px;
}

.faq-accordion .card-body {
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
    border-top: none !important;
}

.faq-accordion [aria-expanded="false"] {
    position: relative;
}

.faq-accordion [aria-expanded="false"]:before {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
}

.faq-accordion [aria-expanded="true"]:after {
    content: '';
    width: 10px;
    height: 2px;
    background: #000;
    position: absolute;
    right: 0;
    top: 30px;
    font-size: 20px;
}

.susbcription-box {
    background: #f2f2f2;
    border-radius: 10px;
    max-width: 450px;
    margin: 20px auto;
    padding: 30px 30px;
    width: 100%;
}

.susbcription-box input.form-control, .susbcription-box input {
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.susbcription-box .btn-default {
    border: none;
    margin-top: 15px;
    font-weight: 600;
    background: #e89514;
    color: #000;
    border-radius: 15px;
    padding: 10px 25px;
    float: left;
    cursor: pointer
}

.susbcription-box .payment-errors {
    padding: 0 0 10px 0;
    text-align: center;
    display: block;
    font-size: 14px;
}

.susbcription-box label {
    font-size: 14px;
}


.table-icon {
    min-width: 100px;
}

.table-icon a {
    display: inline-block;
    float: left;
}

.table-icon button {
    display: inline-block;;
    float: left;
}

.registration-checkbox {
    display: inline-block;
    margin-top: 5px;
    vertical-align: top;
}

.contact-information {
    line-height: 30px;
}

.myaccount-form > .row {
    display: block
}

.notification-box {
    float: right;
    display: inline-block;
}

.personal-detail {
    display: inline-block;
}

#userSubscriptionList {
    font-size: 13px;
}

.label-success {
    background: green;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    text-transform: capitalize;
    font-size: 13px;
}

.label-danger {
    background: red;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    text-transform: capitalize;
    font-size: 13px;
}

.refer-form .form-input {
    overflow: hidden;
}

.refer-form button {
    float: right;
    margin-left: 10px;
}

.refer-form label {
    float: left;
    margin-right: 15px;
}

.modal button.close {
    position: absolute;
    right: 5px;
    top: 0px;
    z-index: 1;
    font-size: 30px;
}

.modal-body { /*padding:30px 15px 15px;*/
}

.taxt_year_selection {
    background: #f3f3f3;
}

.taxt_year_selection h1 {
    margin-bottom: 0px;
}

.error {
    color: red;
}


/* .table-scroll > tbody {
    display:block;
    height:350px;
    overflow:auto;
 }
.table-scroll  > thead, .table-scroll  > tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}
.table-scroll  > thead {
    width: calc( 100% - 1em )
} */
.scroll-pane {
    width: 100% !important;
    height: 400px;
    overflow: auto;
}

.jspContainer {
    width: 100% !important;
}

.jspPane {
    width: 100% !important;
}

.expenceimgfield {
    max-height: 37px;
}

.circle-block {
    background: #e89514;
    display: inline-block;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    vertical-align: top;
    color: #fff;
    text-align: center;
    outline: 0px !important;
}

.popover {
    box-shadow: 0px 0px 12px #ccc;
}


@media (max-width: 1199px) {
    #tax_year_income {
        margin-top: 7px;
    }
}

@media screen and (max-width: 767px) {
    .user-logout {
        text-align: left !important;
    }

    .logo {
        margin: 0 0 0 70px !important;
    }

    .guest-register {
    }

    .guest-register a {
        font-weight: bold !important;
        font-size: 14px !important;
        width: auto !important;
        height: auto !important;
        line-height: 1 !important;
        padding: 12px 10px !important
    }
}

.btn-register {
    font-weight: bold !important;
    font-size: 24px !important;
}

.guest-register a {
    font-weight: bold !important;
    font-size: 25px !important;
}

.alert {
    padding: 0.75rem 1.0rem 0.75rem 0.5rem !important;
}