@import url(https://fonts.googleapis.com/css?family=Comfortaa);

.ul_add_items, .ul_form, .ul_form_sales, .ul_super_listview, ul {
    list-style-type: none;
}

body {
    font-family: Comfortaa,cursive;
}

.dash_next_icon {
    font-size: 60px;
    position: absolute;
    right: 3%;
    top: 10%;
}

.login_box {
    position: absolute;
    top: 16%;
    left: 32%;
    box-shadow: 0 0 28px 5px rgba(0,0,0,.1);
    overflow: hidden;
    width: 45%;
    height: auto;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #fff;
    padding: 3%;
}

.button-group {
    text-align: center;
}

.project-div {
    padding-left: 1px;
    padding-right: 23px;
}

.ul_add_items, .ul_form, .ul_form li {
    margin: 0;
    padding: 0;
}

.card {
    display: grid;
}

.ul_add_items li, .ul_form li, .ul_form_sales li {
    display: inline-block;
    height: auto;
}

.breadcrumb-small {
    font-size: 13px;
    text-transform: none;
}

.ul_form {
    width: 100%;
    height: auto;
}

    .ul_form li {
        width: 49%;
    }

ul.dropdown-menu li {
    width: 100%;
}

.ul_add_items {
    width: 100%;
    height: auto;
}

    .ul_add_items li {
        width: 23%;
        margin: 0 1px;
        padding: 0 6px;
    }

.ul_form_sales {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

    .ul_form_sales li {
        width: 24%;
        margin: 0;
        padding: 0 10px;
    }

.inline_block {
    display: block;
}

.td_align {
    text-align: right;
}

.header_view_project, .sales_tax_report_table, .sales_tax_report_table thead tr th, .thumb {
    text-align: center;
}

.table_view_project {
    border: 1px solid #f5f5f5;
}

.header_view_project h4 {
    text-decoration: underline;
}

.badge_manage_user {
    position: absolute;
    top: 28%;
    right: 15px;
    border: 2px solid transparent;
    border-radius: 40px;
    padding: 0 12px;
    font-size: 15px;
    font-weight: 600;
    background: #f1f1f1;
    color: #000;
}

.table-bordered, .table-bordered tbody tr td {
    border: 1px solid #dedede;
}

    .table-bordered tbody tr th {
        background-color: #f1f1f1;
        text-align: center;
    }

    .table-bordered thead tr th {
        background-color: #f1f1f1;
    }

    .table-bordered tfoot tr td {
        border: 1px solid #dedede;
        background-color: #f1f1f1;
    }

.thumb {
    margin: 8% auto 0;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 2%;
}

.ul_super_listview {
    height: auto;
    margin: 0;
    padding: 0;
}

    .ul_super_listview li {
        width: 20%;
        height: auto;
        padding: 5px;
        display: inline-block;
    }

.inner-page-holder {
    padding: 6% 0;
}

#error_div {
    position: fixed;
    bottom: 10%;
    left: 35%;
    z-index: 9999;
}

.btn_asp {
    background-color: #2196F3 !important;
    padding: 0;
    border: 1px solid #2196F3;
    color: #fff;
    border-radius: 3px;
}

.position_relative {
    position: relative;
}

.black_overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.1);
    z-index: 1;
}

.empty_table {
    padding: 5% 0;
    background-color: #f1f1f1;
    border: 2px dashed #dedede;
    margin-top: 2%;
}

.inner_table {
    width: 100%;
}

    .inner_table tbody tr td {
        padding: 2%;
    }

.sales_tax_report_table {
    margin-bottom: 5%;
    padding: 0;
}

    .sales_tax_report_table thead tr:nth-child(1) th:nth-child(1) {
        background-color: #2196F3;
        color: #fff;
        font-size: 16px;
    }

    .sales_tax_report_table tbody tr td:nth-child(6), .sales_tax_report_table tbody tr td:nth-child(7), .sales_tax_report_table tbody tr td:nth-child(8) {
        width: auto;
        padding: 0;
    }

        .sales_tax_report_table tbody tr td:nth-child(6) table tbody tr td, .sales_tax_report_table tbody tr td:nth-child(7) table tbody tr td, .sales_tax_report_table tbody tr td:nth-child(8) table tbody tr td {
            padding: 2px 5px;
        }

    .sales_tax_report_table tbody tr td {
        vertical-align: middle;
    }

.no_result_found {
    background-color: #f9f6f6;
    border: 1px dashed #000;
    padding: 20px;
    font-size: 16px;
}

.tax_report_heading {
    background-color: #2196F3;
    color: #fff;
    width: 100%;
}

    .tax_report_heading tbody tr td {
        padding: 10px;
    }

add_other_income_expn, add_other_income_expn li {
    width: 100%;
    padding: 0;
    margin: 0;
}

.options-drp {
    font-size: 25px;
}

.kubic_footer {
    position: absolute;
    bottom: 5%;
    left: 23%;
}

    .kubic_footer h4 {
        color: #000;
    }

    .kubic_footer a {
        color: #fff;
    }

.logo_holder {
    /*position: absolute;
    top: 10%;
    left: 44%;*/
    text-align: center;
}

    .logo_holder img {
        height: 100px;
        width: 130px;
        border-radius: 80px;
        margin: 0 auto;
    }

.grd_table tbody tr:nth-last-child(-n+2) td table tr td span {
    color: #2196F3;
    font-size: 14px;
    font-weight: bold;
}

.grd_table tbody tr:nth-last-child(-n+2) td table tr td {
    background-color: #fff;
    border-radius: 40px;
    border: none;
    padding: 7px 12px;
    display: initial;
    margin-right: 3px;
    border: 1px solid #dedede;
}


/*K Edited*/
/*.drp_index{
    z-index:99;
}*/

.btn_asp_danger {
    background-color: #F44336 !important;
    padding: 0;
    border: 1px solid #F44336;
    color: #fff;
    border-radius: 3px;
}


.unpaid_css {
    background-color: #f6675d;
    color: white;
    padding: 3px;
    border-radius: 3px;
}

.paid_css {
    background-color: #93c39e;
    color: white;
    padding: 3px;
    border-radius: 3px;
}

.mini-charts-item-payment-status {
    position: relative;
    margin-bottom: 5px;
}

.filter_date_textbox .form-group {
    margin-bottom: 0px !important;
}

.dashboard_card .card .card-body.card-padding {
    padding: 12px 15px;
}

.print_btn_main_div {
    position: relative;
}

.print_btn_inner_div {
    position: absolute;
    right: 100px;
    top: 16px;
}
