.form-box {
    max-width: 575px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 2.2rem 3rem 1.4rem;
    box-shadow: 0 3px 16px rgba(51, 51, 51, 0.1);
    border: 1px solid #ddd;
    border-radius: 7px;
}
.form-box .btn {
    min-width: 115px
}
.form-tab .form-group {
    margin-bottom: 1rem;
}
.form-tab .nav.nav-pills {
    color: #333;
    border-bottom: .1rem solid #ebebeb
}
.form-tab .nav.nav-pills .nav-item {
    margin-bottom: -.1rem
}
.form-tab .nav.nav-pills .nav-item+.nav-item {
    margin-left: 0
}
.form-tab .nav.nav-pills .nav-link {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: -.025em;
    border-bottom-width: .2rem;
    padding: .9rem 1rem;
    border-radius: 0;
    color: inherit;
}
.form-tab .nav.nav-pills .nav-link.active {
    background: none;
    color: inherit;
    border-bottom: 2px solid #bf047a;
}
.form-tab .nav-fill .nav-item {
    flex: 1 1 0
}
.form-tab .tab-content .tab-pane {
    padding: 2rem 0 0
}
.form-tab .form-group {
    margin-bottom: 1.3rem
}
.form-tab .form-footer {
    padding-top: .6rem;
    padding-bottom: 3rem;
    border-bottom: .1rem solid #ebebeb;
    margin-bottom: 2.3rem
}
.form-tab .form-footer .btn {
    margin-left: auto;
    margin-top: 1rem;
    order: 2;
    width: 100%
}
.form-tab .form-footer a {
    color: inherit
}
.form-tab .form-footer a:hover,
.form-tab .form-footer a:focus {
    color: #bf047a
}
.form-tab .form-footer a:not(.forgot-link) {
    text-decoration: underline
}
.form-tab .form-footer .custom-control {
    margin: 0
}
.form-tab .form-footer .forgot-link {
    order: -1;
    width: 100%;
    margin-bottom: .6rem
}
.form-choice {
    color: #333;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.025em
}
.form-choice p {
    margin-bottom: 2.7rem
}
.btn.btn-login {
    color: #333;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: .85rem 1rem;
    border: .1rem solid #ebebeb;
    min-width: 0
}
.btn.btn-login i {
    text-align: left;
    display: inline-block;
    margin-right: 0 !important;
    margin-left: 0 !important;
    min-width: 2rem
}
.btn.btn-login.btn-g i {
    color: #cc3333;
    min-width: 2.6rem
}
.btn.btn-login.btn-f i {
    color: #3366cc
}
.btn.btn-login:hover,
.btn.btn-login:focus {
    background-color: #f5f6f9
}
.form-choice .col-sm-6:not(:last-child) {
    margin-bottom: .6rem
}
.form-control {
    /*padding: 11px;*/
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid #ced4da;
    border-radius: 2px;
    height: 36px;
}
.passwordText {
    text-transform: inherit !important;
}

.form-control::placeholder {
  color: #666 !important;
}
.form-control:focus{
    border: 1px solid #001737;
    box-shadow: none;
}
label{
    font-size: 10px;
    font-weight: 400;
    color: #333333;
    margin: 0 0 0.3rem;
    text-transform: uppercase;
}
.form-footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: .6rem;
    padding-bottom: 3rem;
    border-bottom: .1rem solid #ebebeb;
    margin-bottom: 2.3rem;
}
.form-tab .form-footer .btn{
    padding: 10px 20px;
    border: 1px solid #bf047a;
    margin-top: 0;
}
.form-tab .form-footer .forgot-link{
    margin-bottom: 0;
}
.breadcrumb {
    margin-bottom: 10px;
}
.datepicker thead, tfoot{
    background: #ffffff;
}
.addRowBtn, .addRowBtn:hover{
    padding: 5px;
    color: #10b759;
    line-height: normal;
    background: transparent;
    border: none;
}
.addRowBtn:hover {
    color: #10b759;
}
.removeRowBtn, .removeRowBtn:hover{
    padding: 5px;
    color: #c82333;
    line-height: normal;
    background: transparent;
    border: none;
}
.removeRowBtn:hover{
    color: #a71d2a;
}
.printTable h3 {
    font-size: 16px;
    color: #333333;
    margin: 0;
}
.printTable h4 {
    font-size: 13px;
    color: #333333;
    margin: 0 0 1px;
}
.printTable th,
.printTable td {
    font-size: 11px;
    line-height: 15px;
    white-space: normal;
}
.productTable th{
    text-align: center;
}
.productTable th,
.productTable td {
    background-color: #FFFFFF;
    font-size: 10px;
}

.baledetails th{
    text-align: center;
}
.baledetails th,
.baledetails td {
    background-color: #FFFFFF;
    font-size: 10px;
}
.baledetails thead th {
    background-color: #DDD;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #aaa !important;
    border-radius: 2px !important;
    min-height: 35px !important;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0 !important; 
    font-size: 12px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    position: relative;
    top: 3px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    margin-top: 2px !important; 
}
.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field::placeholder {
    color: #444 !important;
    text-transform: uppercase;
}

#image, #photo{
    height: auto;
}

/*with-sub*/
.nav-aside .nav-link.active-link, .nav-aside .nav-link.active-link svg{
    color: #1b2e4b;
    font-weight: 500;
}
.nav-aside .with-sub .nav-link::after {
    transition: transform 0.3s, opacity 0.3s;
}
.nav-aside .with-sub ul {
    transition: height 0.3s, padding-bottom 0.3s, opacity 0.3s;
}

/*sub-submenu*/
.nav-aside .nav-item ul a{
    padding: 4px 0 0px;
}
.nav-aside .nav-item .sub-submenu.show> a {
    color: #1b2e4b;
    font-weight: 500;
    padding-bottom: 2px;
    border-bottom: 1px solid #EFEFEF;
}
.nav-aside .nav-item .sub-submenu .sub-nav-link {
    display: flex;
    justify-content: space-between;
}
.nav-aside .nav-item .sub-submenu .sub-nav-link::after {
    content: '\f3d1';
    font-family: 'Ionicons';
    font-size: 12px;
    margin-left: auto;
    opacity: .5;
    transform: rotate(0deg);
    transition: transform 0.3s, opacity 0.3s;
}
.nav-aside .nav-item .sub-submenu.show .sub-nav-link::after {
    transform: rotate(90deg);
    opacity: 1;
}
.nav-aside .nav-item .sub-submenu ul {
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding-bottom: 0;
    transition: height 0.3s, padding-bottom 0.3s, opacity 0.3s;
}
.nav-aside .nav-item .sub-submenu.show ul {
    opacity: 1;
    visibility: visible;
    margin-bottom: 5px;
    padding-left: 15px;
    height: auto;
}
.nav-aside .nav-item .sub-submenu.show ul li {
    border-bottom: 1px solid #EFEFEF;
}
.nav-aside .nav-item.with-sub.show ul li a.sub-active-link,
.nav-aside .nav-item.with-sub.show ul li a.sub-inside-link, 
.nav-aside .nav-item .sub-submenu.show ul li a.sub-inside-link {
    color: #be1622;
    font-weight: 500;
}
.table-input{
    padding: 10px;
    min-width: 42px;
    height: 32px;
}
span.select2-selection.select2-selection--single {
    height: 35px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
    text-transform: uppercase;
}
li.select2-results__option {
    text-transform: uppercase;
}

#dynamic-fields-container .form-control{
    padding:5px !important;   
    height: 28px !important;
    font-size:11px !important;
}


#dynamic-fields-container button.btn.btn-danger.btn-remove {
    padding: 0px 10px;
    line-height: 25px;
}

.cashTable .cashaddr{
    display: block;
}
.cashTable .cashlogo img{
    text-align: left;
}
.cashTable .cashtext h2{
    margin-bottom: 0;
}
.printTable.cashTable th, .printTable.cashTable td{
    border: none;
    box-shadow: none;
}
.cashTable .cashlogo img{
    width: 300px;
    margin-bottom: 20px;
}
.cashTable .cashtext{
    font-size: 16px;
}
.cashTable .cashtext h2{
    margin-bottom: 0;
    text-align: center;
    font-size: 50px;
}
.cashTable .cashprint{
    font-size: 20px;
    line-height: 35px;
}
.cashTable .cashcrr, .cashTable .cashvch{
    font-size: 20px;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.cashsymbol{
    border: 1px solid #333;
    width: max-content;
    padding-right: 10px;
    margin-top: 15px;
}
.cashsymbol span{
    color: #fff;
    display: block;
    max-width: 20px;
    background: #333;
    padding-left: 10px;
    padding-right: 25px;
    margin-right: 10px;
}

.printfooter{
    line-height: 20px;
}

@media print {
    table{
        margin: 0 !important;
    }
    .aside-header{
        display: none;
    }
    #printButton {
        display: none;
    }
    .printTable th,
    .printTable td {
        font-size: 17px !important;
        line-height: 26px !important;
        white-space: normal;
        border: 1px solid #ddd;
    }
    h4{
        font-size: 20px !important;
    }
    h3{
        font-size: 23px !important;
    }
    .productTable thead th{
        background-color:#FFFFFF !important;
        color: #000000 !important;
        border: 1px solid #ddd !important;
    }
    .printTable h4{
        font-size: 19px !important;
    }
    .productTable{
        font-size: 14px !important;
    }

    * {
        border: none !important;
    }
    .printTable.cashTable th, .printTable.cashTable td{
        border: none !important;
        box-shadow: none !important;
    }
    .cashTable .cashaddr{
        display: block !important;
        padding-bottom: 40px !important;
    }
    .cashTable .cashlogo img{
        width: 300px !important;
        margin-bottom: 20px;
    }
    .cashTable .cashtext{
        font-size: 20px !important;
        /*line-height: 40px !important;*/
    }
    .cashTable .cashtext h2{
        margin-bottom: 0;
        text-align: center;
        font-size: 50px !important;
    }
    .cashTable .cashprint{
        font-size: 25px !important;
        line-height: 35px !important;
        padding-left: 0 !important;
    }

    .cashTable .cashcrr, .cashTable .cashvch{
        font-size: 25px !important;
        line-height: 40px !important;
        padding-top: 20px !important;
        padding-bottom: 30px !important;
        padding-left: 0 !important;
    }
    .cashTable .cashcrr{
        font-size: 35px !important;
        font-weight: bold;
        line-height: 50px !important;
    }
    .cashsymbol{
        border: 1px solid #333 !important;
        width: max-content !important;
        padding-right: 10px !important;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
        margin-top: 15px !important;
    }
    .cashsymbol span{
        color: #fff !important;
        display: block !important;
        max-width: 20px !important;
        background: #333 !important;
        padding-left: 10px !important;
        padding-right: 35px !important;
        margin-right: 10px !important;
    }

    .cashTable .cashtext .printfooter{
        line-height: 10px !important;
    }

}  
.navbar-menu-sub, .navbar-menu-sub::before{
    left: auto;
    right: 0;
}

/* vertical tabs */
.dash-v-tab {
    float: left;
    width: 30%;
    min-height: 200px;
    border-top: 1px solid rgba(72, 94, 144, 0.16);
    border-right: 1px solid rgba(72, 94, 144, 0.16);
}
.dash-v-tab button {
    display: block;
    background-color: inherit;
    color: rgb(32, 32, 32);
    padding: 10px 15px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 13px;
    border-bottom: 1px solid #d8d8d8;
    text-transform: uppercase;
    line-height: normal;
}
.dash-v-tab button:hover {
    background-color: #dfdfdf;
}
.dash-v-tab button.active {
    background-color: #efefef;
    font-weight: 600;
}
.tabcontent {
    float: left;
    padding: 0px 12px;
    width: 70%;
    border-left: none;
    min-height: 200px; 
}
.modal-body img{
    text-align: center !important;
    float: left;
    width: 100%;
    object-fit: contain;
}
.navbar-header .navbar-right .dropdown svg, 
.navbar-header .navbar-right .dropdown .nav-link{
    color: #001737;
}
.breadcrumb-style1 .breadcrumb-item.active,
.breadcrumb-style2 .breadcrumb-item.active,
.breadcrumb-style3 .breadcrumb-item.active{
    color: #be1622;
}
.navbar-header .navbar-right .dropdown {
    margin-left: 5px;
}
.navbar-header .navbar-right .dropdown:last-child {
    margin-left: 16px;
}
.navbar-header .navbar-right .dropdown svg{
    width: 22px;
}
.styles_sec table{
    border-left: none;
    border-right: none; 
    border-bottom: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-radius: 0 0 0.25rem 0.25rem;
}
.styles_sec table thead {
    background: none;
}
.styles_sec table.table-bordered.dataTable th:last-child,
.styles_sec table.table-bordered.dataTable th:last-child,
.styles_sec table.table-bordered.dataTable td:last-child,
.styles_sec table.table-bordered.dataTable td:last-child{
    border-right: none;
}
.styles_sec .card{
    overflow: hidden;
}
.styles_sec .dashTabSec table tfoot th{
    border-bottom: 1px solid rgba(72, 94, 144, 0.16);
}
.styles_sec .dashTabSec .tabcontent{
    padding: 0;
}
.printHeader {
    flex: 1 1 33.33%;
}

/*table with print style*/
table {
    width: 100%;
    border-collapse: collapse;
}
th, td {
    border: 1px solid #ddd;
    padding: 8px;
}
table.table-bordered.dataTable th:last-child, 
table.table-bordered.dataTable th:last-child, 
table.table-bordered.dataTable td:last-child, 
table.table-bordered.dataTable td:last-child{
    border-right-width: 0;
}
.printTable{
    width: 100%;
}
.printTable thead th {
    background-color: #666;
    color: #eee;
}
/*print screen*/
@page {
    margin: 5mm;
}
@media print {
    * {
        overflow: visible !important;
        height: auto !important;
        max-height: none !important;
    }
    html, body {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        height: auto !important;
        font-size: 12px;
        line-height: 1.4;
        color: #000;
        background: #fff;
    }
    body {
        zoom: 89% !important;
        transform: none !important;
    }
    table {
        width: 100%;
        border-collapse: collapse !important;
    }
    thead, thead th {
        background-color: #666 !important;
        color: #eee !important;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }
    thead {
        display: table-header-group !important;
    }
    tbody {
        display: table-row-group;
    }
    tr {
        page-break-inside: avoid !important;
        page-break-after: auto;
    }
    th, td {
        border: 1px solid #ddd !important;
        color: #333 !important;
    }
    table.dataTable{
        border: none !important;
        border-collapse: collapse !important;
    }

    /* For nested product tables */
    .printTable .productTable {
        width: 100%;
        border-collapse: collapse !important;
    }
    .printTable thead th, .printTable .productTable thead th {
        background-color: #666 !important;
        color: #eee !important;
    }
    .printTable .productTable th, .printTable .productTable td {
        border: 1px solid #ddd !important;
        padding: 5px;
    }
    table.dataTable thead th:not(.printTable thead th, .printTable .productTable thead th), 
    table.dataTable tfoot th:not(.printTable tfoot th, .printTable .productTable tfoot th){
        background-color: #efefef !important;
        color: #000 !important;
    }

}
.checkbox_hr, .radio_hr{
    display: flex;
}
.checkbox_hr label, .radio_hr label{
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.checkbox_hr label input, .radio_hr label input{
    margin-right: 4px;
    margin-top: -1px;
}
.radio_hr label input{
    margin-top: 0px;
}

div.dataTables_wrapper div.dataTables_length select {
    height: 22px;
    border: 1px solid #ddd;
    margin-top: 10px;
}
.nav-aside .nav-item{
    max-width: 100%;
}


.sfrpl_overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #FFF;
    z-index: 999999;
    opacity: .7;
}

.sfrpl_overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.sfrpl_overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sfrpl_spinner {
    width: 100px;
    height: 100px;
    display: inline-block;
    border-width: 4px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #000;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}