@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap');

html {
    font-size: 100%;
}


body {
    font-family: 'Ubuntu', sans-serif;
    overflow-x: hidden;
}

header,
section,
footer,
nav {
    display: block;
}

a:hover {
    text-decoration: none
}

.btn:focus {
    box-shadow: 0 0 0 0.01rem rgb(42 47 56 / 15%);
}

input.form-control,
select.form-control,
textarea.form-control {
    border-radius: 1rem;
}

textarea.form-control {
    border-bottom-right-radius: 0;
}

.credit-currency input,
#inputDiscount {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: none;
}

/******************************************\
               Home Page START
/****************************************** */
.page-wrapper #content {
    margin-top: 1.5rem;
}

.header .bg-light {
    background-color: #fff !important
}

#navbarSupportedContent {
    flex-direction: row-reverse
}

.header .navbar-light .login-link,
.header .navbar-light .back-link,
.header .navbar-light .navbar-nav .nav-link {
    font-size: 0.9rem;
    color: #fff;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 10px;
    border-radius: 20px;
    transition: all 0.5s
}

.header .navbar-light .navbar-nav .lang-link {
    border: 1px solid #2a2f38;
    padding: 8px;
    background: #fff;
    color: #2a2f38;
}

.header .navbar-light .nav-link.login-link,
.header .navbar-light .nav-link.back-link {
    background: #eb3d34;
    color: #fff;
    border: 1px solid #eb3d34;
    margin-left: 1rem;
    display: inline-block
}

.header .navbar-light .nav-link.back-link i {
    transform: rotate(180deg)
}

@media screen and (max-width:767px) {

    .header .navbar-light .nav-link.login-link,
    .header .navbar-light .nav-link.back-link {
        margin-bottom: 0.5rem;
        margin-top: 0.5rem;
        margin-left: 0
    }
}

.header .navbar .container {
    min-width: 100% !important;
    padding: 1rem 0rem 0 0rem
}

.header .navbar-brand img {
    height: 40px
}

.header .navbar-light .navbar-nav {
    background: #2a2f38;
    border-radius: 20px;
}

.header .navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    font-weight: 500;
    background-color: #E4412D;
    border-radius: 20px
}

.header .navbar-light .login-link:hover,
.header .navbar-light .back-link:hover,
.header .navbar-light .navbar-nav .nav-link:hover {
    background: #fff;
    color: #E4412D
}

.header .navbar-light .login-link i,
.header .navbar-light .back-link i,
.header .nav-item i {
    margin-right: 5px
}

.main-page-con {
    padding-top: 5rem
}

.main-page-con .middle-content {
    background: #fcfcfc;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-top: 1.3rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 1rem;
}

.main-page-con .top-content {
    display: flex;
    align-items: center;
    justify-content: space-around
}

.table thead th {
    font-size: 0.8rem;
}

.main-page-con .middle-content .table {
    border-radius: 1rem;
}

.main-page-con .middle-content .table thead th {
    border: none;
}

.main-page-con .middle-content .table td {
    border-width: 0 !important;
    border-bottom-width: 1px !important;
}

.main-page-con .middle-content .table thead th:first-of-type {
    border-top-left-radius: 1rem;
}

.main-page-con .middle-content .table thead th:last-of-type {
    border-top-right-radius: 1rem;
    border-top: none;
}

.main-page-con .middle-content .table tbody tr:last-of-type td:first-of-type {
    border-bottom-left-radius: 1rem;
}

.main-page-con .middle-content .table tbody tr:last-of-type td:last-of-type {
    border-bottom-right-radius: 1rem;
}

.main-page-con .middle-content .table tbody tr:last-of-type td {
    border-bottom: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-primary,
.btn-secondary,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background-color: #E4412D;
    border-color: #E4412D;
}

.main-page-con .middle-content p {
    font-weight: bold
}

.bottom-content {
    text-align: center
}

.bottom-content a {
    text-decoration: none;
    color: #556373;
    font-weight: 500;
    display: inline-block;
    padding: 5px;
    border: 1px solid transparent;
    transition: all 0.5s
}

.bottom-content a:nth-of-type(2) {
    color: #2F2C2C;
    font-weight: normal;
    margin-left: 5px
}

.bottom-content a:hover {
    border-color: #E4412D;
    color: #E4412D
}

/******************************************\
               Home Page End
/****************************************** */

/******************************************\
   Import and CREATE Business Pages START
/****************************************** */
.import-content form {
    border: 1px solid #eee;
    padding: 20px;
    margin-top: 2rem
}

.import-content form input {
    margin-bottom: 20px
}

.create-content form .btn,
.import-content form .btn {
    transition: all 0.8s
}

.create-content form button:hover,
.import-content form button:hover {
    color: #E4412D;
    border-color: #E4412D;
    background: #fff
}

.create-content form a,
.import-content form a {
    color: #3A434E;
    border: 1px solid #eee
}

.create-content form a:hover,
.import-content form a:hover {
    background-color: #3A434E;
    color: #fff;
}

.create-content {
    background: #f9f9f9;
    padding: 1.25rem
}

.form-control:focus {
    box-shadow: none;
    border-color: #E4412D
}

@media screen and (min-width:350px) and (max-width:500px) {
    .create-content {
        width: 90% !important
    }
}

@media screen and (max-width:349px) {
    .create-content {
        width: 100% !important
    }
}

/******************************************\
   Import and CREATE Business Pages START
/****************************************** */
/******************************************\
               Business Page Start
/****************************************** */
.business-page {
    padding: 1rem 1rem 2rem;
}

.business-page-con {
    background: #fff;
    border-radius: 15px
}

.business-page-con .business-header {
    background: #2a2f38;
    color: #fff;
    border-radius: 2.5rem;
    padding: 0.5rem 1.5rem !important
}


.delete-btn,
.add-journal .delete-btn,
.business-page-con .business-header a {
    color: #fff;
    margin-right: 5px;
    transition: all 0.8s;
    display: inline-block
}

.business-page-con .business-header a i {
    font-size: 17px;
}

.business-page-con .business-header .busiHeader-left a:nth-of-type(1) {
    color: #E4412D
}

.delete-btn:hover,
.add-journal .delete-btn:hover,
.business-page-con .business-header a:hover {
    color: #E4412D;
}

.delete-btn:hover,
.add-journal .delete-btn:hover,
.business-page-con .business-header .busiHeader-left a:nth-of-type(1):hover {
    transform: rotate(360deg)
}

.business-page-con .business-header .busiHeader-left a:nth-of-type(2) i {
    display: none;
    transition: all 1s;
    color: #E4412D
}

.business-page-con .business-header .busiHeader-left a:nth-of-type(2) {
    font-size: 13px
}

.business-page-con .business-header .busiHeader-left a:nth-of-type(2):hover .fa-edit {
    display: inline-block
}

.business-page-con .business-header .busiHeader-right a {
    border: 1px solid #fff;
    padding: 0.5rem;
    border-radius: 20px;
    transition: all 0.5s
}

.business-page-con .business-header .busiHeader-right a:hover {
    background: #eb3d34;
    border-color: #eb3d34;
    color: #fff;
}

.business-page-con .business-header .busiHeader-right {
    position: relative
}

.business-page-con .business-header .busiHeader-right::before {
    content: "";
    width: 0.5rem;
    height: 100%;
    background: #eb3d34;
    border-bottom-right-radius: 1rem;
    border-top-left-radius: 1rem;
    position: absolute;
    top: 0;
    left: -20px;
}

@media screen and (max-width:500px) {
    .business-page-con .business-header {
        padding: 0.5rem !important
    }

    .business-page-con .business-header .busiHeader-right a {
        padding: 0.5rem 3px;
    }
}

@media screen and (max-width:445px) {
    .business-page-con .business-header {
        flex-direction: column;
        align-items: stretch !important;
        border-radius: 1.5rem;
    }

    .header .navbar .container {
        padding: 0;
    }

    .header .navbar-brand img {
        height: 30px;
    }

    .business-page-con .business-header .busiHeader-right {
        text-align: right
    }

    .business-page-con .business-header .busiHeader-right::before {
        display: none
    }

}



/** business content header **/
/** business content main **/

.page-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.page-wrapper #content {
    overflow-x: hidden;
}

.page-wrapper #content,
.page-wrapper #content .bg-light {
    background-color: #fff !important;
}

.page-wrapper #content .business-content {
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border: 1px solid #f0f0f0;
    border-radius: 15px;
}

.page-wrapper #content .business-content .new-journal-btn,
.page-wrapper #content .business-content .edit-btn {
    font-size: 12px;
    color: #fff;
    background: #2a2f38;
    border: 1px solid #fff;
    display: inline-block;
    padding: 4px 8px;
    margin-left: 5px;
    border-radius: 4px;
    transition: all 0.5s
}

.page-wrapper #content .business-content .new-journal-btn:hover,
.page-wrapper #content .business-content .edit-btn:hover {
    background-color: #E4412D;
    color: #fff;
    border-color: #E4412D;
    margin-left: 12px;
    border-radius: 15px
}

/* sidebar */
#sidebar {
    min-width: 275px;
    max-width: 275px;
    transition: all 0.3s;
    border-bottom-right-radius: 5px;
}

#sidebar .sidebar-links {
    background: #2a2f38;
    margin-top: 1.5rem;
    border-radius: 15px;
    padding: 1px;
}


/** sidebar **/

#sidebar.active {
    min-width: 70px;
    max-width: 70px;
    text-align: center;
}

#sidebar .sidebar-links a {
    text-align: left;
    padding: 10px;
    font-size: 0.85rem;
    display: block;
    color: #fff;
    border-radius: 15px
}

#sidebar .sidebar-links a i {
    display: inline-block;
    margin-right: 0.3rem
}

#sidebar .sidebar-links a:hover {
    background: #fff;
    color: #3A434E;
}

#sidebar.active .sidebar-links a {
    text-align: left;
    font-size: 0.85em;
}


#sidebar .sidebar-links a.active {
    color: #3A434E;
    background: #fff;
}

#content .btn-info {
    background: #E4412D;
    border-color: #E4412D
}


#sidebar .Customize-tab {
    color: #282828;
    display: inline-block;
    text-align: center;
    background: #fff;
    padding: 10px;
    border: 1px solid #282828;
    transition: all 1s;
}

#sidebar .Customize-tab:hover {
    color: #fff;
    background: #282828;
}

#sidebar .Customize-tab.active2 {
    color: #fff;
    background: #282828;
}

#sidebar .sidebar-links .parentLink {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #2a2f38;
}

#sidebar .sidebar-links .parentLink.hoverNow:hover {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

}

#sidebar .sidebar-links .childLinks {
    background-color: #fff;
    display: none;
    padding-top: 2px;
    padding-bottom: 2px;
}

#sidebar .sidebar-links .childLinks a {
    color: #2a2f38;
}

#sidebar .sidebar-links .childLinks a:hover {
    color: #fff;
    background-color: #2a2f38;
}

#sidebar .sidebar-links .childLinks a.active {
    color: #fff;
    background-color: #2a2f38;
}

#sidebar .parentLinkSpan {
    display: none;
}

@media screen and (min-width:992px) {
    #sidebar.active .parentLinkSpan {
        display: inline-block;
    }

    #sidebar.active .link-text {
        display: none !important;
    }

    #sidebar.active .sidebar-links a i {
        margin-bottom: 5px;
        margin-right: 0;
        font-size: 1rem
    }

}

@media screen and (max-width: 992px) {
    #content nav .btn-info {
        margin-left: 1rem;
    }

    #sidebar {
        min-width: 120px;
        max-width: 120px;
        text-align: left;
        margin-left: -140px !important;
    }

    #sidebar.active {
        min-width: 40%;
        max-width: 40%;
        margin-left: 0 !important;
    }

    #sidebar .sidebar-links a span {
        font-size: 0.95em;
    }



    #sidebar .sidebar-links a {
        padding: 10px !important;
    }


    #sidebar {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }
}

@media screen and (max-width: 692px) {
    #sidebar.active {
        min-width: 55%;
        max-width: 55%;
    }
}

@media screen and (max-width: 445px) {
    #sidebar.active {
        min-width: 65%;
        max-width: 65%;
    }
}

@media screen and (max-width: 576px) {
    #content nav .btn-info {
        margin-left: 0;
    }
}

@media screen and (min-width:992px) {
    #sidebar.active .sidebar-links a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center
    }
}

.summary-title {
    color: #3A434E;
    font-size: 13px;
    border: 1px solid #dedede;
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
}

.summary-title span {
    font-size: 12px
}
.summary-title p{font-size: 15px;}

.summary-item {
    background: #fefefe;
    color: #2F2C2C;
    margin-top: 15px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 11px 0px rgba(240, 240, 240, 1);
    -moz-box-shadow: 1px 1px 11px 0px rgba(240, 240, 240, 1);
    box-shadow: 1px 1px 11px 0px rgba(240, 240, 240, 1);
}

.summary-item-header {
    border-bottom: 1px solid #f0f0f0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #f5f5f5;
    margin-bottom: 0.5rem;
}

.summary-item-header .fas {
    font-size: 14px;
    background: #2a2f38;
    color: #fff;
    border: 1px solid #2a2f38;
    padding: 0.05rem 0.15rem;
    border-radius: 0.1rem;
    display: inline-block;
    margin-right: 0.1rem;
    cursor: pointer;
}

.summary-item-header .fas:hover {
    background-color: transparent;
    color: #2a2f38;
}

.summary-item-body {
    margin-bottom: 0;
    font-size: 12px;
}

.summary-item-body p {
    margin-bottom: 0;
}

#sidebar .badge-light {
    color: #fff;
    background-color: #E4412D;
    float: right;
    font-size: 0.75rem;
    font-weight: 100;
}

#sidebar .badge-light::after {
    content: "";
    display: table;
    clear: both
}

.busi-breadcrumps a {
    color: #556373;
    font-size: 11px;
}

.busi-breadcrumps a.active-bread {
    font-weight: bold;
    color: #2F2C2C
}

.add-journal .checkbox-wrap {
    background: #f1f1f1;
    text-align: center;
    height: 27px;
    padding: 2px 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.add-journal .reference-field input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.add-journal .add-line .dropdown-menu a {
    display: block;
    color: #556373;
    padding: 5px 10px;
    font-size: 0.75rem;
    transition: all 0.25s;
}

.add-journal .add-line .dropdown-menu a:hover {
    background-color: #556373;
    color: #fff
}

.add-journal .add-line .dropdown-toggle-split {
    border-left-color: #fff;
    background-color: #E4412D;
    color: #fff;
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    transition: all 0.3s;
}

.add-journal .add-line .dropdown-toggle-split:hover {
    background-color: #fff;
    color: #E4412D;
    border-color: #E4412D;
}

.add-journal .last-row p,
.add-journal .last-row input {
    font-size: 14px;
    cursor: not-allowed;
    background: #e9ecef;
    color: #000;
    text-align: left;
    padding: 2px 5px;
    border-radius: 0rem;
    opacity: 0.85;
    margin-bottom: 0;
    width: 80%;
    border: 1px solid #ced4da;
    border-right: 0;
}


.add-journal .last-row .last-span {
    color: #E4412D;
    display: inline-block;
    background: #fff;
    padding: 4px 9px;
    border-radius: 13px;
}

.summary-edit .btn {
    color: #fff;
    background: #E4412D
}

.summary-edit .crtAddBtn,
.crtAddBtn,
.add-journal .crtAddBtn,
.add-journal .crtBtn {
    transition: all 0.8s
}

.summary-edit .crtAddBtn,

.crtAddBtn,
.add-journal .crtAddBtn {
    background: #556373;
    border-color: #556373;

}

.summary-edit .crtAddBtn:hover,
.crtAddBtn:hover,
.add-journal .crtAddBtn:hover {
    background: #fff;
    border-color: #fff;
    color: #556373
}

.add-journal .crtBtn:hover {
    background: #fff;
    border-color: #fff;
    color: #E4412D
}

/******************************************\
               Business Page End
/****************************************** */
/******************************************\
               Journal Entry Item Page view Start
/****************************************** */
.entry-view {
    overflow-x: hidden;
}

.entry-view-btns a {
    background: #fff;
    display: inline-block;
    padding: 0.2rem 0.5rem;
    border-radius: 1rem;
    margin-right: 5px;
    color: #282828;
    border: 1px solid #282828;
    transition: all 0.25s;
}

.entry-view-btns .dropdown-menu {
    padding: 0;
    border-radius: 14px;
}

.entry-view-btns .dropdown-menu a {
    border-color: #fff;
    font-size: 13px;
}

.entry-view-btns a:hover {
    background: #292929;
    color: #fff
}

.entry-view-date {
    text-align: right;
    font-size: 14px;
    width: 40%;
    padding-right: 0.5em;
}

.entry-view-content .business_details {
    width: 60%;
    border-left: 1px solid #666;
    padding-left: 0.5em
}

.entry-view-title {
    float: left;
    width: 50%;
}

.entry-view-title p {
    font-size: 16px;
}

.entry-view-content h6 {
    font-weight: bold;
}

.entry-view-desc {
    text-align: left;
    font-size: 14px;
    width: 75%;
}

.entry-view-content {
    background: #fff;
    color: #292929
}

.date_busiDetailsWrap {
    width: 40%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    float: right;
}

.date_busiDetailsWrap h6,.signturedWrap h6{font-size: 17px;}
.date_busiDetailsWrap p ,.signturedWrap p{
    font-size: 16px;
    margin-bottom: 0.25rem;
}
.signturedWrap{
    width: 90%;
    display: flex;
    justify-content: space-between;
    float: left;
    margin-top: 26px;
}
.signturedWrap .received-in-wrap{
    width: 14.33%;
    padding-left: 0.5em;
}
.signturedWrap .delivered_to{
    width: 27.33%;
    padding-left: 0.5em;
}
.signturedWrap .created_by{
    width: 33.33%;
    padding-left: 0.5em;
}
h6.inv_title{direction: ltr}


/******************************************\
               Journal Entry Item view Page End
/****************************************** */

/******************************************\
               Journal Entries Page start
/****************************************** */
.business-page-entries .top-form {
    justify-content: flex-end;
    height: 35px;
    margin-right: 22px
}
.date_filter  input{
    height: 25px;
    width: 34%;

}
.date_filter button{
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -4px;
    margin-left: 13px;
}
button.show_filter{
    margin-left: 30px;
    margin-top: -30px;

}
.form_display{display: none;}
.business-page-entries .top-form input.keyword_input{
    height: 100%;
    border-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none
}

.business-page-entries .top-form .keyword_btn {
    border-radius: 15px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #fff;
    transition: all 0.5s;
    background: #E4412D;
    color: #fff
}

.business-page-entries .top-form .keyword_btn:hover {
    background: #fff;
    color: #E4412D;
}

.business-page-entries-content {
    background: #fff;
    color: #292929
}

.business-page-entries-content a {
    background: #2a2f38;
    color: #fff;
    padding: 5px;
    font-size: 13px;
    border: 1px solid #2a2f38;
    border-radius: 4px;
    transition: all 0.7s
}

.business-page-entries-content .table a {
    white-space: nowrap;
    font-size: 11px;
    padding: 3px;
}

.business-page-entries-content a:hover {
    background: #fff;
    color: #292929;
}

.summary-edit label {
    cursor: pointer
}

.summary-edit .from-toDates {
    display: none;
    background: #fff;
    color: #282828;
    padding: 1rem;
}

.dropdown-item:focus,
.dropdown-item:hover,
.summary-edit .from-toDates .dropdown-item:focus,
.summary-edit .from-toDates .dropdown-item:hover {
    background: #3A434E;
    color: #fff
}

.dropdown-menu,
.summary-edit .from-toDates .dropdown-menu {
    border: 1px solid #282828;
}

.customDate-input {
    opacity: 0
}

/******************************************\
               Journal Entries page Page End
/****************************************** */
/******************************************\
              Reports Page Start
/****************************************** */
.reports-page .reportsType {
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.reports-page h5 {
    background: #f8f8f8;
    color: #282828;
    font-size: 1.1rem;
    margin-bottom: 0;
    border-bottom: 1px solid #fefefe;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.reports-page .reports-link {
    background: #fff;
    padding: 0.25rem 0.5rem;
    border: none;
    border-radius: 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-bottom: 1px solid #ddd;
    display: block;
    color: #282828;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
}

.reports-page .reports-link:last-of-type {
    border-bottom: none
}

.reports-page .reports-link:hover {
    background-color: #f3f3f3;
    color: #E4412D
}

/******************************************\
               Reports Page End
/****************************************** */
/******************************************\
              Settings Page start
/****************************************** */
.settings-page .import-btn {
    float: right;
}

.settings-page .import-btn::after {
    content: "";
    display: table;
    clear: both
}

.settings-page .settings-content {
    background: #fff;
    box-shadow: rgba(255, 255, 255, 0.32) 0px 2px 8px 0px;
}

.settings-page .settings-content .settings-item a {
    display: block;
    color: #3A434E;
    padding: 0.6rem 0 0.6rem 0.6rem;
    transition: all 0.05s
}

.settings-page .settings-content .settings-item a i {
    display: inline-block;
    margin-right: 5px
}

.settings-page .settings-content .settings-item a:hover {
    background-color: #E4412D;
    color: #fff;
    padding-left: 15px
}

/*removing arrows from input[type='number']*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

/******************************************\
               settings Page End
/****************************************** */


.single-rate-input input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    width: 75px;
}

.single-rate-input span {
    display: flex;
    align-items: center;
    background: #dedede;
    color: #282828;
    padding: 3px 7px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.add-line-btn {
    border: 1px solid #E4412D;
    transition: all 0.6s
}

.add-line-btn:hover {
    background: #fff;
    color: #E4412D
}

.single-rate-input,
.sinMultiRate {
    display: none;
}

.currency-rate,
.flat-rate-wrap,
.flat-rate-content,
.custom-credit-note,
.custom-sales-invoice,
.single-rate-wrap,
.CTA-wrap,
.taxCodeEdit .inputTaxAccount {
    display: none
}

.tax-codes-page .table td,
.tax-codes-page .table th {
    border-left: 1px solid #dee2e6
}

.select2-container {
    width: 100% !important;
    font-size: 14px;
}


.backup-wrap span,
.interval-field span:first-of-type,
.SMTP-cred-wrap span:first-of-type,
.SMTP-cred-wrap last:first-of-type,
.SMTP-server-wrap span:last-of-type,
.SMTP-server-wrap span:first-of-type,
.currency-rate span:first-of-type {
    background: #dedede;
    padding: 5px 10px;
    color: #000;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.backup-wrap span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.backup-wrap input {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.SMTP-server-wrap .port-wrap {
    margin-left: 1rem
}

.interval-field input,
.SMTP-cred-wrap input,
.SMTP-cred-wrap select,
.SMTP-server-wrap select,
.SMTP-server-wrap input {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.currency-rate input {
    border-radius: 0
}

.currency-rate span:last-of-type {
    background: #dedede;
    padding: 5px 10px;
    color: #000;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.interval-field select {
    margin-left: 1rem
}


@media screen and (max-width:767px) {

    .account-row .form-group {
        margin-left: 1rem
    }

    .account-row .form-group:first-of-type {
        margin-left: auto
    }
}

.account-row .delete-btn {
    display: none;
    text-align: center;
    border-radius: 0;
    font-size: 13px;
    padding: 0 0.5rem;
    background: #fff;
    border: 1px solid #2a2f38;
    margin-bottom: 16px;
}

.credit-currency span {
    background-color: #dedede;
    color: #282828;
    /*border-bottom-right-radius: 1.5rem;
    border-top-right-radius: 1.5rem;*/
    font-size: 13px;
    padding: 3px 0.35rem;
}

.last-row .form-group:nth-of-type(4) p,
.credit-currency input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0px;
}

#script-area {
    background: url(http://i.imgur.com/2cOaJ.png), #fff;
    background-attachment: local;
    background-repeat: no-repeat;
    padding-left: 35px;
    padding-top: 10px;
    border-color: #ccc;
    line-height: 1
}

.themes-page .active {
    font-weight: bold;
    color: #E4412D
}

.VatFormLabel-content {
    display: none;
    background: #fff;
    color: #292929;
    padding: 1rem;
    margin-top: 1rem;
    border-radius: 3px;
}

.middle-content a {
    display: block;
    color: #282828;
    padding: 0.5rem 0;
    font-weight: bold;
    transition: all 0.3s;
}

.middle-content a:hover {
    transform: scale(1.02, 1);
    color: #E4412D;
}

.middle-content li {
    border-bottom: 1px solid #ddd;
}

.preferences a {
    display: inline-block;
    padding: 0.5rem;
    color: #E4412D
}

.customize-page .form-check {
    background: #fefefe;
    color: #282828;
    padding: 10px 1.5rem;
    border-radius: 4px;
    transition: all 0.5s
}

.customize-page .form-check:hover {
    background: #e0e0e0;
    color: #2a2a2a;
}

.customize-page .form-check label {
    display: block
}

.bank-accounts-page .table th {
    font-size: 13px
}

.bank-accounts-page .table th,
.bank-accounts-page .table td {
    border: 1px solid #dee2e6
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #E4412D !important;
    color: white;
}

.payRcptAccount-wrap .payRcptLabel {
    background-color: #dedede;
    color: #282828;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    font-size: 13px;
    padding: 5px 5px;
}

#account_status_con,
#paid_account_status_con,
#received_account_status_con {
    display: flex;
}

.payRcptAccount-wrap select,
.payRcptAccount-wrap .select2-container--default .select2-selection--single {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;

}

.new-receipt-payment-page .account-rows-wrap .form-row,
.empContrib-rows-wrap .form-row {
    flex-wrap: nowrap;
    height: 47px;
}


/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #232f3d;
    border-radius: 10px
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #f1f1f1;
    border-radius: 10px
}

/* Track on hover */
::-webkit-scrollbar-track:hover {
    background: #585f6f;
}

.new-receipt-payment-page .credit-currency span {
    background: #fff;
    border-left: 1px solid #ddd;
    border-radius: 0;
    text-align: right;
    background-color: #f3f3f3;
    display: inline-block;
    padding: 2px 5px;
}

.new-receipt-payment-page .delete-btn i,
.delete-btn i {
    color: #282828
}

.round-total-content,
.input-discount-wrap,
.sales-discount-content,
.payer-type-wrap .selectSupplier-wrap,
.payer-type-wrap .selectCustomer-wrap,
.payer-type-wrap .otherPayer-wrap,
.custom-title-div {
    display: none;
}

.last-rcpt-pymnt-row td:nth-of-type(4),
.last-rcpt-pymnt-row td:nth-of-type(5) {
    border: 1px solid #ddd
}

.new-journal-btn {
    margin: 2px 0
}

.amount-wrap span {
    background-color: #dedede;
    color: #282828;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 13px;
    padding: 4px 7px;
}

.amount-wrap input {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.last-expense-claim-row td:nth-of-type(3),
.last-expense-claim-row td:nth-of-type(4) {
    border: 1px solid #dedede;
    font-weight: bold
}

.deposedFixedAsset-content,
#written-OffDate,
.nonInvenCostProd-content,
.customExpense-account-content,
.customIncome-account-content,
.TrackingCode-wrap,
.latePaymentFeeAmountWrap,
.selectInvoice-wrap,
.latePay-fees-content,
.earlyPay-discount-content,
.earlyPayDscntAmount-wrap,
.deduct-tax-content,
.amount-input-wrap,
.dueNetDays-wrap {
    display: none
}

.rate-input-wrap,
.dueDate-wrap {
    display: flex
}

.debit-currency span,
.dateOfDisposal-wrap span,
.deprecRate-wrap span,
.items-doubles-wrap span,
.lateFees-rate-wrap span,
.paid-days-wrap span,
.rate-input-wrap span,
.dueNetDays-wrap span {
    display: inline-block;
    background: #ddd;
    color: #282828;
    padding: 3px 5px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 14px;
}

.debit-currency input,
.deprecRate-wrap input,
.items-doubles-wrap input,
.rate-input-wrap input,
.dueNetDays-wrap input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.lateFees-rate-wrap span:first-of-type,
.paid-days-wrap span:first-of-type {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.lateFees-rate-wrap input,
.paid-days-wrap input {
    border-radius: 0
}

@media screen and (max-width:576px) {
    .paid-days-wrap {
        margin-top: 0.5rem
    }
}

.last-rows {
    font-weight: bold
}

.dateOfDisposal2-wrap p,
.spent-time-wrap span {
    display: inline-block;
    background: #ddd;
    color: #282828;
    padding: 3px 5px;
    font-size: 14px;
}

.spent-time-wrap span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.spent-time-wrap input {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px
}

.billableTime-status span {
    display: inline-block;
    padding: 1rem;
    border: 5px solid #E4412D;
    color: #E4412D;
    font-weight: 900;
}

.dateOfDisposal2-wrap p,
.dateOfDisposal-wrap span {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.dateOfDisposal-wrap input {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.summary-item-body p span {
    float: right;
    margin-right: 2rem
}

.summary-item-body p span::after {
    content: "";
    clear: both;
    display: table
}

table {
    background-color: #f9f7f7 !important
}

tr:nth-of-type(even) {
   /* background-color: #e8e8e8 !important;*/
}

tr:nth-of-type(odd) {
    /*background-color: #f9f7f7 !important;*/
}

.dateOfClearedAcc {
    margin-left: 0.5rem
}

.text-red-600 {
    color: red;
}

@media print {
    .noprint {
        display: none;
    }
}

.view-table .table,
.view-table .last-rows {
    background-color: transparent !important;
    margin-bottom: 0;
}

.view-table .table td,
.view-table .table th {
    border: 2px solid #000;
    font-size: 16px;
    padding: 0.2rem;
}

.view-table .last-rows td:nth-last-child(1) {
   /* background-color: #f9f7f7 !important;*/
    white-space: nowrap;
    border: 2px #000 solid !important;
}

.view-table .last-rows td:nth-last-child(2) {
    text-align: right;
    border: none;
}

input[type="date"] {
    position: relative;
}

/* create a new arrow, because we are going to mess up the native one
see "List of symbols" below if you want another, you could also try to add a font-awesome icon.. */
input[type="date"]:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f073";
    color: #555;
    padding: 0 5px;
    top: 3px;
    right: 5px;
    position: absolute;
}



/* make the native arrow invisible and stretch it over the whole field so you can click anywhere in the input field to trigger the native datepicker*/
input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}

/* adjust increase/decrease button */
input[type="date"]::-webkit-inner-spin-button {
    z-index: 1;
}

/* adjust clear button */
input[type="date"]::-webkit-clear-button {
    z-index: 1;
}

.select2-container .select2-selection--single {
    font-size: 14px;
    border-radius: 1.5rem;
}

.select2-container .select2-selection--single:focus {
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 2px;
}

#attachedFiles-wrap {
    padding: 1rem 0.5rem;
    background: #f3f3f3;
    margin-top: 0.5rem;
    border-radius: 1rem;
    display: none;
}

#attachedFiles-wrap p {
    margin-bottom: 0;
    background: #fff;
    display: inline-block;
    padding: 0 0 0 0.5rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
}

#attachedFiles-wrap p i {
    display: inline-block;
    background-color: #2a2f38;
    color: #fff;
    font-size: 13px;
    padding: 0.5rem;
    border-top-right-radius: 5px;
    margin-left: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}

#attachmentFile-btn {
    font-size: 14px;
    padding: 0.5rem;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 2rem;
    transition: all 0.5s;
}

#attachmentFile-btn:hover {
    background-color: #2a2f38;
    border-color: #2a2f38;
    color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.table-list thead th:last-of-type {
    min-width: 133px;
}

.table td,
.table th {
    padding: 0.5rem;
    border: 1px solid #dee2e6;
    vertical-align: middle;
}

.table td {
    font-size: 0.8rem;
}

#inputDiscount.percentDisc {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: none
}

#inputDiscount.exactDisc {
    border-right: 1px solid #ced4da
}

.account-rows-wrap .form-row:first-of-type label {
    font-size: 0.85rem;
}

.account-row .form-row div .select2-container {
    width: 150px !important;
}

.account-row .form-row .account_container .select2-container {
    width: 100% !important;

}

.account-row .form-row div.tax_elelmnt .select2-container {
    width: 120px !important;
}



.total-neighboor.journalCon div {
    width: 118px !important;
    transition: all 0.5s;
}

.total-neighboor.yesDiscount div {
   /* width: 540px;*/
    width:700px;
    transition: all 0.5s;
}

.total-neighboor.noneDiscount div {
    width: 564px;
    /* width: 450px; */
    transition: all 0.5s;
}

.total-neighboor.widthForExactDiscDiv div {
    /* width: 540px;*/
    width:700px;
}
.total-neighboor.withUnits div {
    width: 610px;
    transition: all 0.5s;
}

select.form-control:focus {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}


.login-page .loginPage-links {
    display: inline-block;
    font-size: 15px;
    color: #2a2f38;
    margin-left: 5px;
    transition: all 0.3s;
    font-weight: bold;

}

.login-page .loginPage-links:hover {
    color: #eb3d34;
}

.primary-btn {
    background: #556373;
    border-color: #556373;
    color: #fff;
    border-radius: 1.5rem;
    transition: all 0.25s;
}

.primary-btn:hover {
    background-color: #fff;
    color: #556373;
    border-top-left-radius: 0rem;
}

.secondary-btn {
    background-color: #E4412D;
    border-color: #E4412D;
    color: #fff;
    border-radius: 1.5rem;
    transition: all 0.25s;
    font-size: 14px;
    font-weight: bold;
}

.secondary-btn:hover {
    background-color: #fff;
    color: #eb3d34;
    border-top-left-radius: 0rem;
}
.dropdown button.secondary-btn:hover{
    border-radius:1.5rem !important;
}
.dropdown button.secondary-btn:hover  a.back-link{
    color:#eb3d34 !important ;

}



.top-content .dropdown .dropdown-menu {
    border-color: rgba(0, 0, 0, .15);
    border-radius: 1rem;
    padding: 0;
    top: -1px;
}

.view-header .view-logo {
    padding-right: 2px;
    float: right;
}

.view-header .view-logo img {
    width: 150px;
    margin-bottom: 25px;
    display: block;
    margin-left: auto;
}

@media screen and (max-width:374px) {
    .view-header .view-logo img {
        width: 100%;
    }
}

.view-header h3 {
    float: left;
}

.new-receipt-payment-page .account-row .credit-currency span,
.account-row .select2-container .select2-selection--single,
.account-row input.form-control,
.account-row select.form-control,
.account-row textarea.form-control {
    border-radius: 2px;

}

input.form-control,
select.form-control,
textarea.form-control {
    padding: 2px 5px;
    font-size: 14px;
    transition: all 0.25s;
}

.credit-currency input,
.account-rows-wrap label {
    transition: all 0.25s;
}

.account-row textarea {
    font-size: 14px;
    resize: none;
     height:30px;
}

/* Clearable text inputs */
.clearable {
    position: relative;
    display: inline-block;
}

.clearable__clear {
    display: none;
    position: absolute;
    right: 0;
    top: 5px;
    padding: 0 8px;
    font-style: normal;
    font-size: 1.2em;
    user-select: none;
    cursor: pointer;
}

.clearable input::-ms-clear {
    /* Remove IE default X */
    display: none;
}

.pagination .page-item .page-link {
    color: #2a2f38;
    background-color: #fff;
    border-color: #2a2f38;
    border-radius: 0px !important;
    transition: all 0.25s;
    padding: 5px 10px !important;
    line-height: 16px;
}

.pagination .page-item .page-link:hover,
.pagination .page-item.active .page-link {
    background-color: #2a2f38;
    color: #fff;
    border-color: #2a2f38;
    font-size: 12px !important;
}

.account-row .form-row .select2-container,
.account-row .select2-container .select2-selection--single {
   /* height: 100%;*/
    padding: 0;
}

.account_items_container {
    padding: 20px;
    overflow-x: auto;
    background: #f3f3f3;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 2%) 0px 1px 3px 0px, rgb(27 31 35 / 15%) 0px 0px 0px 1px;
    margin: 1rem 5px;
}

.account_items_container .credit-currency span {
    background-color: #fcfcfc;
}

/* width */
.view-table::-webkit-scrollbar,
.account_items_container::-webkit-scrollbar {
    height: 7px;
}

/* Track */
.view-table::-webkit-scrollbar-track,
.account_items_container::-webkit-scrollbar-track {
    background: #232f3d;
    border-radius: 8px;

}

/* Handle */
.view-table::-webkit-scrollbar-thumb,
.account_items_container::-webkit-scrollbar-thumb {
    background: #cdcdcd;
    border-radius: 8px
}

hr {
    margin-top: 0.5rem;
}

.account_items_container .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
    line-height: 24px;
}



.new-receipt-payment-page .account-row .credit-currency span {
    padding: 2px 5px;
}

label {
    font-size: 15px;
    font-weight: bold;
}

.view-notes {
    text-align: left;
}

.view-notes p {
    font-size: 15px;
    white-space: break-spaces;
    direction: ltr;
}

.business_details h6 {
    font-weight: bold;
}

.business_details p {
    font-size: 16px;
    white-space: break-spaces;
}

.quote-form .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #2a2f38;
}

.custom-control-label {
    cursor: pointer;
}

.single-rate-input input {
    padding: 3px 5px;
}

.loading {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(42, 47, 56, 0.45);
    display: none;
    justify-content: center;
    align-items: center;
}

.sk-cube-grid {
    width: 60px;
    height: 60px;
    margin: 100px auto;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #fff;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

.withoutRadius {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.withRadius {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
}

.custom-title-wrap .custom-title-content {
    display: none;
}

.clear-date {
    font-size: 10px;
    display: inline-block;
    width: 15px;
    margin-left: 3px;
    cursor: pointer;
    padding: 0.25rem;
}

.paySlipItemSide h4,
.balanceSheet-wrap h4,
.proLossSttmnt-wrap h4 {
    font-size: 1rem;
}

.paySlipItemSide .new-journal-btn,
.page-wrapper #content .balanceSheet-wrap .new-journal-btn,
.page-wrapper #content .proLossSttmnt-wrap .new-journal-btn {
    margin: 0;
    padding: 0.25rem 0.3rem;
    border-radius: 0.5rem;
}

.paySlipItemSide .new-journal-btn:hover,
.page-wrapper #content .balanceSheet-wrap .new-journal-btn:hover,
.page-wrapper #content .proLossSttmnt-wrap .new-journal-btn:hover {
    margin-left: 0;
    transform: translateY(-2px);
}

.balanceSheet-wrap .group-name td:first-of-type,
.proLossSttmnt-wrap .group-name td:first-of-type {
    font-size: 14px;
    font-weight: bold;
}

.balanceSheet-wrap .account-name td:first-of-type,
.proLossSttmnt-wrap .account-name td:first-of-type {
    font-size: 12px;
    padding-left: 2rem;
}

.balanceSheet-wrap .subGroup-name td:first-of-type,
.proLossSttmnt-wrap .subGroup-name td:first-of-type {
    font-weight: bold;
}

.balanceSheet-wrap .subGroup-account td:first-of-type,
.proLossSttmnt-wrap .subGroup-account td:first-of-type {
    padding-left: 3rem;
}

@media (min-width: 576px) {
    .proLossSttmnt-wrap {
        margin-right: 1.5rem;
    }

    .balanceSheet-wrap {
        margin-left: 1.5rem;
    }

    .paySlipItemSide {
        margin: 0 0.75rem;
    }
}

.balanceSheet-wrap .table td,
.proLossSttmnt-wrap .table td {
    padding: 0 0.5rem;
}

.balanceSheet-wrap .table th:first-of-type,
.proLossSttmnt-wrap .table th:first-of-type {
    padding-left: 1rem;
}

.balanceSheet-wrap .name-border,
.proLossSttmnt-wrap .name-border {
    border-left: 1px dotted #000;
    padding: 0.5rem;
    padding-left: 1rem;
    display: inline-block;
    position: relative;
}

.balanceSheet-wrap .name-border::before,
.proLossSttmnt-wrap .name-border::before {
    content: "";
    width: 10px;
    height: 2px;
    position: absolute;
    border-bottom: 1px dotted #000;
    left: 1px;
    top: 50%;
    transform: translateY(-50%);
}

.balanceSheet-wrap .account-name,
.proLossSttmnt-wrap .account-name {
    display: none;
}

.accounts-toggle {
    display: inline-block;
    cursor: pointer;
}

.group-name .main_group .name-border {
    margin-left: 12px;
}

.balanceSheet-wrap .subGroup-name .accounts-toggle {
    margin-left: -11px;
}

.proLossSttmnt-wrap .subGroup-name .accounts-toggle {
    margin-left: -10px;
}

select.form-control:not([size]):not([multiple]) {
    height: 28px;
}


.creditNoteDesc-wrap input {
    margin-left: 1rem
}

@media screen and (min-width:577px) {
    .creditNoteDesc-wrap select {
        width: 185px;
    }
}

@media screen and (max-width:576px) {
    .creditNoteDesc-wrap {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .creditNoteDesc-wrap input {
        margin-left: 0;
        margin-top: 0.5rem;
    }
}

.entry-view-table .inventView-TopTb tr,
.entry-view-table .inventView-bttmTb tr {
    background-color: transparent !important;
}

.entry-view-table .inventView-TopTb th,
.entry-view-table .inventView-bttmTb th,
.entry-view-table .inventView-TopTb td,
.entry-view-table .inventView-bttmTb td {
    border: none !important;
}

.accountSelWrap {
    height: 100%;
}

.help-block {
    color: #dc3545;
    font-size: 14px;
}

span.accept_condition {
    font-weight: bold;
    font-size: 15px;
}

.forget_hint {
    text-align: left;
    font-size: 16px;
}

.form-group.required .control-label:after {
    content: "*";
    color: red;
}

.sumItemBodyWrap {
    display: none;
}

.noTaxStngsLink {
    font-size: 0.9rem;
}

.noTaxStngsLink a {
    color: #fff;
    background: #2a2f38;
    display: inline-block;
    padding: 0 0.75em;
    border-radius: 0.15em;
    border: 1px solid #2a2f38;
    transition: all 0.25s;
}

.noTaxStngsLink a:hover {
    background-color: #fff;
    color: #2a2f38;
}

a.attributeValue {
    background: none;
    border: none;
    color: #0b2e13;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot');
    src: url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.exchage_rate_con {
    direction: lrt;
}

.notDisplay {
    display: none
}

.customDate-wrap {
    display: none;
}

.CusTStatmntsView {
    width: 100%;
}
/****simplified invoice*/
#invoice-POS {
    padding: 4mm;
    margin: 0;
    font-weight: 600;
    font-size: 10px;
    width: 80mm !important;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border: 1px solid #ddd;
}


#invoice-POS h1 {
    font-size: 20px;
    color: #222;
}

#invoice-POS .info .invceNum {
    font-size: 18px;
    margin: 5px 0;
    border: 2px solid #333;
    display: inline-block;
    padding: 2px 4px
}

#invoice-POS .info p {
    margin: 0;
    font-weight: 500;
}

#invoice-POS #top,
#invoice-POS #mid,
#invoice-POS #bot {
    border-bottom: 1px solid #333 !important;
}

#invoice-POS div#top {
    min-height: 100px;
    text-align: center;
}

#invoice-POS div#mid {
    min-height: 80px;
    padding-top: 10px;
    text-align: center;
}

#invoice-POS div#bot {
    min-height: 50px;
}

#invoice-POS div#top div.logo {
    height: 60px;
    width: 60px;
    margin: auto;
}

img {
    max-width: 100%;
}

#invoice-POS table.table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0;
    background-color: #fff !important;
}

#invoice-POS table.table th {
    font-size: 11px !important;
    text-align: left;
    border: none;
    padding-left: 0;
    border-bottom: 1px solid #333 !important;
    padding-bottom: 3px;
    background-color: #fff !important;
}

#invoice-POS table.table .item {
    min-width: 24mm;
}

#invoice-POS table.table tbody tr {
    border-bottom: 1px solid #333 !important;
    background-color: transparent !important;
}

#invoice-POS table.table tbody td {
    font-size: 10px !important;
    padding: 5px 2px;
    border: none !important;

}

#invoice-POS table.table tbody tr:last-of-type {
    border: none !important;
}

#invoice-POS table.table tbody .total-row {
    font-weight: 900;
}

#invoice-POS table.table tbody .rate {
    text-align: right;
    padding-right: 5px;
}

#qrCode {

    text-align: center;
    width: 60mm;
    /*height: 60mm;*/
    margin: auto;
}
.reportsLinks a{font-size:14px;}
.customer_summary_report tr{border-bottom: 1px solid #000;}
.customer_summary_report tr th,.customer_summary_report tr td{border:none !important;}
h6#access_message{text-align: left}
h6#access_message span{float:right;}
.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    z-index: 1;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    list-style: none;
    width:225px
}

li.dropdown:hover .dropdown-content {display: block;}

li.dropdown a:hover + ul.dropdown-content  a{
   z-index: 1;
}
ul.dropdown-content{
    background: #2a2f38;
    margin-top: 1.5rem;
    border-radius: 15px;
    padding: 1px;
    right: -76px;
    top:16px;
}
ul.dropdown-content a:hover{
    color: #3A434E;
    background: #fff;}
ul.dropdown-content a
{    text-align: left;
    padding: 10px;
    font-size: 0.85rem;
    display: block;
    color: #fff;
    border-radius: 15px;
}
.ajax-loader {
    display: none;
    background-color: rgba(255,255,255,0.7);
    position: absolute;
    z-index: +100 !important;
    margin-top: 3px;
    height: 18px;

}

.ajax-loader img {
    position: relative;
    margin-left: 51px;
    margin-top: -13px;
}
.entry_status_con input,.entry_status_con span{
    font-size: 14px;
    cursor: not-allowed;
    background: #e9ecef;
    color: #000;
    text-align: left;
    padding: 2px 5px;
    border-radius: 0rem;
    opacity: 0.85;
    margin-bottom: 0;
    border: 1px solid #ced4da;
}
a.export_link{
    margin-top: 44px;
    font-size: 26px;
    color: #ffffff;
    border: 1px solid #2a2f38;
    background-color: #2a2f38;
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    right: 60px;
    font-size: 18px;
}
a.invoice_export{
    margin-top: -33px !important;
    right:99px !important;
}
.created_by_con{
    width: 26%;
    position: absolute;
    margin-top: 29px;
    margin-left: 587px;
}
form#ecommerce_form input{display:none;}
.trans_inv_con{direction: ltr;}
p.invoices_list_note{
    direction:ltr;
    color: #E4412D;
    font-size: 18px;
    text-align: center;
    margin-top: 11px;
}
.inv_con{direction: ltr;}
.inv_con h6,.inv_con p{display: inline-block}
a#update_pluck_item{right: 151px;position: absolute;top: 317px}
a#update_pluck_invoice{right: 210px;position: absolute;top: 18px;}
h6.main_group_title,h6.main_group_title i{color: #E4412D;font-size: 18px;}
h6.main_group_title i{background:#E4412D !important;border: 1px solid #E4412D !important;}
h6.main_group_title i:hover{color:#fff !important}
h6.main_group_account_title,h6.sub_group_account_title{font-size:18px;font-weight: 200 !important;}
.main_group_account_con,.sub_group_con{padding-left: 40px;}
.sub_group_account_con{padding-left: 50px;}

.disabled-select {
    background-color: #d5d5d5;
    opacity: 0.5;
    border-radius: 3px;
    cursor: not-allowed;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow,
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
    display: none;
}




