/*
*
*/
/* 
    Created on : 28 Dec, 2021, 12:42:38 PM
    Author     : active webdezign
*/
body {
  margin: 0;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 20px;
}
/*ssssss*/
.badge.dept {
    min-width: 66%;
}
.badge.role {
      min-width: 82%;
}
.roleh {
    padding-left: 16px !important;
}

/*sssssssssssss*/
.wizard > .content > .body input.error {
    background: none;
}

.wizard > .content > .body label.error {
    margin-left: 0;
    margin-top: 8px;
}

label.error {
    color: #8a1f11;
}

.breadcrumb {
    background: #fff;
    padding: 18px;
    border-radius: 1rem;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: #dee2e6;
}


.user-list .actions .col-auto,
.role-list .actions .col-auto,
.products .actions .col-auto,
#archived-users .col-auto{
    margin-left: 24%;
}

.actions .col-auto:last-child {
    margin-right: 0;
}

.card-header,
.card-footer {
    border: none;
}

.badge {
    margin-right: 6px;
    margin-bottom: 6px;
    text-transform: capitalize;
}

.view .badge {
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
}

.deleted {
    color: #ff0000;
}

.back {
    margin-top: 10px;
}

#register span.number {
    display: none;
}

.subscription-wrapper thead th {
    border: none;
}

.pinfo div span {
    font-weight: 450;
    margin-right: 6px;
}

.box-title,
h6.card-title {
    text-shadow: 0.2px 0.2px #000;
}

.role-head .view-btns {
    padding-top: 14px;
}

.wholesaler {
    background-color: pink;
    border-radius: 14px;
    padding: 6px 8px;
}

h4.center {
    font-family: Montserrat, "Open sans", arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-font-smoothing: subpixel-antialiased;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    padding: 0.2em 0;
    margin-top: 10px;
}

h4 {
    font-size: 1.333em;
    color: var(--primary-color);
}


.legend span {
    padding: 4px 10px;
}



.header .header-menu ul.navbar-nav li .nav-sub-menu {
    width: 250px;
}

#search:focus {
    border: none !important;
    transition: none;
}

.menu-body ul li > a:hover,
ul.navbar-nav li.nav-item > a:hover,
.nav-sub-menu ul li > a:hover,
a:hover {
    text-decoration: none !important;
}




.shipping .list-group .list-group-item,
.shipping .list-group {
    border: none;
}


.order .card.widget .card-header {
    background-color: #f5f4fe;
    border-bottom: 20px;
    padding-left: 20px;
    padding-right: 0;
    padding-top: 20px;
    height: auto;
    padding-bottom: 20px;
}

.view-order .desc,
.prod-desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 250px;
}

.products-btns .btn {
    float: right;
}

.email-list .list-group .list-group-item,
.todo-list .list-group .list-group-item {
    padding: 0px 20px;
}

/* 1/2/2022 */
/* start */
.no-footer {
    margin-bottom: 15px !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #dee2e6;
}

.page-link {
    display: flex;
    flex-wrap: nowrap;
}

/* pagination */
.paginate_button {
    color: #006def !important;
    background: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #006def !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    color: #00d991 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #006def !important;
    padding: 0.3rem 0.7rem;
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #00d991 !important;
    border: 1px solid #dee2e6 !important;
    background: #dee2e6 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #fff !important;
    background: #006def !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    background: #006def !important;
    border: none;
}

/* for search bar in orders section */
.card .card-header .row {
    flex-wrap: nowrap !important;
}

.searchbox,
.csv-download {
    width: 50% !important;
}

.csv-download a {
    float: right;
    margin-top: 5px;
    margin-left: 5px !important;
}

div.dt-buttons {
    float: right;
}

.dataTables_wrapper .dataTables_filter {
    float: left;
}

/* for sellers/buyers */
.header .header-menu {
    width: 100%;
}

.justify-content-end li:last-child {
    margin-left: auto !important;
    margin-right: 10px !important;
}

.nav-item {
    list-style: none;
}

form button {
    border: none;
    background: none;
}

.row div.products-btns {
    width: 50% !important;
}

.row div.dt-buttons {
    padding-top: 9px !important;
}

.card-header .row div.dt-buttons {
    padding-top: 13px !important;
    margin-left: auto;
    width: 50% !important;
}


.display-none {
    display: none;
}

#DataTables_Table_0,
.dataTables_wrapper table.table {
    padding-top: 1rem !important;
}

.card-header {
    padding-bottom: 0;
    padding-left: 1rem;
}
.roles .card-header,
.users .card-header{
    padding-bottom: 0.75rem;
}
.roles .badge,
.users .badge {
    color: #212529;
    background: transparent;
  border: 1px solid #007bff;
  padding: 9px;
  font-size: 14px;
  font-weight: normal;
}

.role-list .actions .col-auto {
    margin-left: 14%;
}

#DataTables_Table_0_length {
    width: 100%;
}



.address-card {
    min-height: 262px;
}





.clink {
    color: lightgreen;
}

/* Cookie consent pop up styles ends here */





/* Dashboard styles starts here */
.redcolour {
    color: #ff0000;
}

.greencolour {
    color: #008200;
}

/* Dashboard styles ends here */
/* Notification styles starts here */


.sidebar-content {
    max-height: 380px;
}

.markallasread,
.readiteam {
    cursor: pointer;
}
@media only screen and (max-width: 600px) and (min-width: 350px)  {

	.custome-button{
		padding: 8px;
	}
	.hidediv{
		display: none;
	}

}
@media (max-width: 640px) {
    .notification .dropdown-menu {
        top: 70px;
        left: -0;
        right: 0;
        width: 290px;
    }
}

/* Notification styles ends here */
@media (min-width: 1200px) {
    .dataTables_wrapper {
    overflow-x: hidden;
}
    .bank-details .row {
        width: 40%;
    }

    .frm-container form {
        width: 60%;
    }

    .view-btns {
        margin-left: 20%;
    }

    .role-head .view-btns {
        margin-left: 62%;
    }

    .role-head .col-sm-10 {
        padding-left: 28px;
        width: 80.33333%;
    }

    .products-head .col-auto {
        margin-left: 37%;
    }
    .ppline-product {
        width: 50%;
    }
   
    .table {
        font-size: 14px;
    }
   /* .table-responsive {
        display: inline;
    } */
    table#com td {
    width: 25%;
}
.sales-data #year {
    width: 40%;
}
.letings-data #year {
    width: 60%;
}
.payroll .dropdown,
.letings-data #year {
   margin-left: 10%; 
}
.sales-data #year {
   margin-left: 6%; 
}
.hidediv {
    display: block !important;
}
}

.product-search .table td,
.buyer .table td,
.admin .table td,
.seller .table td {
    white-space: normal;
}
#basket small span.ne_price_wrapper {
    float: none;
    display: inline;
}
.searchbox {
    width: 50%;
}

.searchbox,
.csv-download {
    width: 50% !important;
}

.subscription-list .actions {
    margin-right: 10%;
}

body.product-search .layout-wrapper {
    max-width: 1450px;
}

.product-search .table td,
.buyer .table td,
.admin .table td,
.seller .table td {
    white-space: normal;
}

#basket small span.ne_price_wrapper {
    float: none;
    display: block;
}

.searchbox {
    width: 50%;
}

.cookie-consent {
    width: 78%;
    margin: 0 auto;
    transition: all 500ms ease-out;
    color: #ecf0f1;
    padding: 10px;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 2%;
    position: relative;
    z-index: 1000;
}
.admin .cookie-consent, .auth .cookie-consent{
    display: none !important;
}

/* Changes made according to the MedicycleTesting.xlsx file on 31/3/22 */
.status-center tr td:nth-child(4) span {
    margin-left: 56px;
}

.bi-info::before {
    /* transform: scale(1.3); */
    margin-left: 7px;
    border: 1px solid black;
    border-radius: 50px;
}

select.form-control:not([size]):not([multiple]) {
    height: auto !important;
}

.footer_settings .content-footer {
    margin-left: 350px;
}

/* disabling horizontal scroll */
/* #roles_wrapper {
    overflow-x: hidden;
} */

/* later change below css for only product type */
.card-body .table-responsive #roles {
    overflow-x: hidden !important;
    overflow: hidden;
}

.view-btns {
    margin-left: 0;
}

/* horizontal scroll */
.content #productlist .card-body {
    overflow: hidden;
    overflow-y: auto;
    min-height: 650px;
    max-height: 650px;
}

.content .search #productlist {
    overflow-y: hidden;
}

/* user activate-deactivate button */
.flex-justify-content-end {
    justify-content: flex-end !important;
    margin-right: 20px;
}

/* users icons */
#profile-tab .bi-person::before,
#addresses-tab .fa-map-marker {
    transform: scale(1.4);
}

/* Promocodes > create */
.row
.form-group
.select2-container--default
.selection
.select2-selection--multiple,
.form-horizontal .promo_col {
    width: 77%;
}

.row
.form-group
.select2-container--default
.selection
.select2-selection--multiple
.select2-search__field {
    margin: 9px 0px 9px 9px;
}

.product-type-list .actions .col-auto,
.rejected-reason-list .actions .col-auto {
    margin-left: 14%;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: none !important;
}

.actions a .fa-trash-o:before {
    font-size: 17px;
    margin: -34px -17px;
}

.actions a .fa-trash-o {
    height: 30px !important;
    margin: 0 !important;
    padding: 9px !important;
    outline: none !important;
    border: none !important;
}

.actions a .fa-trash-o {
    transform: scale(0.9);
}

/* flash messages */
#toast-container {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    margin: auto 0;
    pointer-events: none
}
.buyer #toast-container,
.seller #toast-container {
    margin-top: 50px;
}
.toast-top-right{
    right: unset !important;
    margin: auto 0;
}

/* seller notifications */
.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.5rem;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    background-color: #fff;
    color: #000000 !important;
}
.text-success {
    color: #05b171 !important;
    font-weight: 500 !important;
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.email-list .list-group .list-group-item,
.todo-list .list-group .list-group-item {
    display: flex;
    align-items: center;
    border-radius: 0.5rem;
    margin-bottom: 20px !important;
    padding: 15px 20px;
    margin-top: 0;
    border-width: 0 !important;
}
#notifi_data {
    font-weight: 400;
    font-size: 0.9rem;
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.seller_notify .card,
.buyer_notify .card {
    background: none !important;
}

.table-responsive-my {
    display: block;
    width: 100%;
}

/* buyer cart */
#minicart .border-bottom,
#minicart .border-bottom * {
    color: #ededed !important;
    background-color: #293134 !important;
}
#minicart {
    border-radius: 5px;
    overflow: hidden;
}
#minicart #verify_order {
    width: 90%;
    margin: auto;
    margin-bottom: 10px;
    background-color: #293134 !important;
}
#verify_order a {
    padding: 7px 0px;
}
#minicart #verify_order * {
    color: #ededed !important;
}

.table .fa-sort {
    color: #dddddd;
}
.fa-sort-desc,
.fa-sort-asc {
    color: #7c82de;
}

/* adjusting the product page */
.admin .menu-body {
    width: 94%;
}
.seller_notify table td {
    border: none;
}

/* buyer purchase ui */
.margin_i::before {
    margin-top: 5px;
}

.buyer_relative {
    position: relative;
    top: -25px;
}

/* buyer responsive */
#basket .order-pad {
    overflow: scroll;
}
#basket {
    height: 100%;
    overflow-y: hidden;
    padding-bottom: 25px;
}
.buyer .my_padding {
    margin-bottom: 15px;
}
.buyer .buyer-orders {
    overflow: hidden;
}

#minicart {
    transform: translate3d(-446.8px, 67.4px, 0px);
    z-index: 100;
}
.input-group input {
    border-radius: 5px;
}
.suborder_flex {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
}
.searchbox #term {
    border-radius: 5px;
}
.notifications td,
.notifications th {
    border-bottom: none !important;
}
.daterange input {
    border: 1px solid #dee2e6;
    padding: 10px;
    margin-right: 10px;
}
footer.content-footer{
    margin-top: 10px;
}
#dynamic-ar{
    margin: 1rem 0;
}
.table_badge .badge{
    min-width: 105px;
}
.contact_form{
    color: gray;
}

.admin .layout-wrapper{
    overflow: hidden !important;
}
.buyer-orders .badge{
    min-width: 117px;
}
.no_wrap_th th{
    white-space: nowrap;

}
#loading-ajax{
    transform: scale(0.5);
}
/* .subscription-list{
    border: 2px solid red;
} */
.responsive_nowrap{
    flex-wrap: nowrap;
}
.eye_margin{
    margin-left: 9%;
}
.btn_rejected_reason div{
    display: inline;
    width: 50% !important;
}
.table_alignment td{
    padding-left: 2% !important;
}
.dataTables_length{
    margin-right: 7%;
}
.enquiries_reply_box{
    width: 60%;
}
.dates_selection{
    display: flex;
    flex-wrap: nowrap;
}
.order_dates{
    display: flex;
    flex-wrap: wrap;
}
.if_is_seller{
    display: flex;
    width: 70%;
}
.user_buttons{
    display: flex;
    flex-wrap: nowrap;
    width: 30%;
}
.if_is_seller label{
    display: inline;
    margin-bottom: 2%;
}
.users_info{
    justify-content: left !important;
}
.display-7{
    min-width: 15%;
}
.admin .layout-wrapper{
    overflow-x: hidden;
}
.admin #recent-products thead tr th{
    padding-bottom: 0;
}
.select_product_type .select2-container .selection .select2-selection--single{
    height: 42px;
}
.seller_pricing_status{
    font-size: 14px;
    min-width: 85px;
    font-weight: 400;
    padding: 6px;
    height: 28px;
}
.seller_suborder_status .badge{
    margin: 0 !important;
    min-width: 140px;
}
.admin_db_responsive_2{
    display: none;
}
.a_dboard_flex{
    display: flex;
    width: 100%;
    padding: 0;
}
.a_dboard_h{
    font-size: 16px;
}
.detailed_pricing {
    width: 100%;
    font-size: 14px;
}
.detailed_pricing tr td:last-child{
    padding-left: 5%;
    width: 51%;
}
.detailed_pricing tr td:first-child{
    width: 51%;
}
.show_seller_price tr th:first-child{
    float: right;
}
.setting_form_input input::-webkit-outer-spin-button,
.setting_form_input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.setting_form_input input[type=number] {
    -moz-appearance: textfield;
}
/*#ui-datepicker-div{
    top: 250px !important;
}*/
.cancelled_note{
    font-size: 16px;
    padding: 1rem;
}

/* To be checked ones */
.view_order_border tr{
    border-bottom: 1px solid #dee2e6;
}

.lot-container{
    width: 100%;
    border-right: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.grid_container{
    display: flex;
}
.grid_container .stock_attributes {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.stock_attributes {
    width: 94%;
}
.grid_items > *{
    display: inline;
}
.panel-heading dt, .card-body .legend{
    margin-bottom: 0.5rem !important;
}
#productdata .lot-container {
    background: #fbf9f6;
}
.actions .if_is_seller .col-auto {
    margin-right: 0;
}
/* RESPONSIVE */




/*** 576px _________________________________________**/
@media only screen and (max-width: 576px) {
    /* BUYER */
    .products .searchbox {
        width: 100% !important;
    }
    .content .products .cart-list {
        width: 100% !important;
    }
    #basket strong {
        width: 64%;
    }
    #productlist dd input.pqty,
    #basket input.bqty {
        width: 45px;
    }
    #basket a {
        margin: 5px 0px 0 0;
    }
    #basket input.ne_price {
        width: 50px !important;
    }


    .my_order_details {
        margin-bottom: 18px !important;
        flex-wrap: wrap;
    }
    .badge {
        margin-right: 0px !important;
    }
    .badge.role {
      min-width: 100%;
    }
    .buyer .content .table-responsive tr td {
        font-size: 0.82rem;
    }
   

    .style_contact {
        margin: 0 auto !important;
        width: 95%;
    }
    .buyer .ph-0 {
        padding: 1rem 0.2rem;
    }
    .buyer .ph-0 .text-success .justify-content-between .d-flex {
        padding: 0rem !important;
    }
    .email-list .issues-list .text-success {
        padding-right: 6px !important;
        padding-left: 11px !important;
    }
  
  

    /* seller */
    .card .card-header .top-seaction {
        flex-wrap: wrap !important;
    }
    .content .importdata {
        padding: 0;
    }
    .top-seaction .searchbox {
        width: 100% !important;
        padding: 0;
    }
    .searchbox #term {
        min-width: 174px !important;
        border-radius: 5px;
    }
    .searchbox .input-group {
        flex-wrap: nowrap;
    }

    .top-seaction .input-group .mr-5 {
        margin-right: 10px !important;
    }



    .row div.products-btns {
        width: 100% !important;
    }
    .seller_notify .notifications tbody tr {
        padding: 0 !important;
    }
    .seller_notify .notifications tbody tr td {
        padding: 12px;
    }
    .seller_notify .notifications tbody tr .text-truncate {
        width: 137%;
    }
    .seller_notify .notifications tbody tr .text-nowrap {
        white-space: normal !important;
    }
    .seller_notify .notifications tbody tr .dropdown {
        margin-left: 0 !important;
        margin-right: 1rem;
    }
    .seller_notify .card-body {
        padding: 1rem 0 !important;
    }
    .my_flex_wrap {
        flex-wrap: wrap !important;
    }
    .my_padding_reflexive {
        padding: 0% 3% !important;
    }
    .contact_us_reflexive {
        width: 90%;
        margin: 0 auto;
    }
    .email-list .last-item h6 {
        width: 53% !important;
    }
    
    .menu {
        width: 80% !important;
    }
    .content #productlist .card-body,
    .product-search .card.widget .card-body
    {
        min-height: 350px !important;
    }
    .modal-dialog{
        margin-top: 3rem;
    }
    .product-search .cart-list h4.center {
        margin-top: 23px;
    }
    .f-left-responsive{
        float: left !important;
    }
    .responsive_block{
        display: block;
    }
    .order_dates input{
        width: 70%;
    }
    .get_report_btn{
        padding-left: 3%;
        padding-right: 3%;
        width: 29%;
    }
    .dataTables_wrapper .dt-buttons{
        display: inline;
    }
    .dataTables_wrapper #roles_filter input{
        width: 256px;
    }
    .dataTables_wrapper #roles_filter{
        margin: 0;
        margin-right: 5px;
    }
    #roles_wrapper .dataTables_length label{
        float: left;
    }
    .padding_status_def{
        padding-left: 0;
        padding-right: 0;
    }
    .padding_status_def .col-sm-8{
        width: 86%;
    }
    .setting_th1{
        width: 43% !important;
    }
    .setting_th3{
        width: 30% !important;
    }
    .settings #unit, .settings .form-control{
        padding-left: 5%;
        padding-right: 5%;
    }
    .eye_margin{
        margin-left: 22%;
    }
 
    .role-head{
        width: 78%;
    }

    .role-head .col-sm-2{
        width: 100px;
    }
    .notification .dropdown-menu {
        right: 18px !important;
        left: -18px;
    }
    .table_alignment td{
        padding-left: 5% !important;
    }
    .table_value{
        padding-left: 0 !important;
        padding-right:0 !important;
    }
    .table_unit{
        padding-right: 0 !important;
    }
    .enquiries_reply_box{
        width: 100%;
    }
    .order_dates .get_report_btn{
        width: 120%;
        margin-top: 9px;
    }
    .if_is_seller{
        display: block;
    }
    .my_padding_0{
        padding: 0;
    }
    .my_padding_reflexive .container-xl{
        padding: 0;
    }
    .add_comment_hide{
        display: none;
    }
    .admin .my_padding_reflexive .products-head .col-sm-5, .admin .my_padding_reflexive .products-head .col-sm-1{
        width: 50%;
    }
    .a_dboard{
        padding-bottom: 4%;
    }
    .a_dboard_h{
        margin-bottom: 0 !important;
    }
    .admin_db_responsive_1{
        display: none;
    }
    .admin_db_responsive_2{
        display: flex;
        flex-direction: column;
    }
    #generate-promocode{
        margin-top: 18% !important;
        width: 72% !important;
    }
}






/*** 376px _________________________________________**/
@media only screen and (max-width: 376px) {
    /* BUYER */
   
    .buyer .my_padding {
        padding: 0px 6px;
        margin-bottom: 15px;
    }
    .buyer .my_padding .card .card-body {
        padding: 1rem 0.8rem;
    }
 
   

    /* seller */
 
 
    .seller .card .card-header .top-seaction > * {
        transform: scale(0.9);
    }
    .justify-content-between .badge {
        width: 37%;
        padding: 9px 7px;
    }
    .notification .dropdown-menu {
        left: -78px;
        width: 350px;
    }

}

.btn.btn-primary,
.btn.btn-info,
.btn.btn-danger,
.dt-buttons .dt-button {
    font-weight: bold !important;
}


.auth .card {
    border: 1px solid #cdc3cd;
}

#log_in_register .btn,
.signup-btn {
    margin: 0 auto;
}
.snwrap {
    border-top: 1px solid #cdc3cd;
    padding-top: 30px;
}
#log_in_register  input,
.resetfrm input {
    box-shadow: inset 2px 2px 1px 0px rgba(87, 87, 87, 0.1);
}
.auth .card .row .col {
    padding: 30px;
    min-height: auto;
}
.tnc {
    text-align: center;
}
#log_in_register.mb-5 {
    margin-bottom: 38px !important;
}
.loginfrmwrap h1 {
    font-size: 34px;
}

.loginfrmwrap .signup-btn  {
    margin-top: 10px;

    width: 30%;
}
.auth {
    background: #fff url(../images/bg.gif) repeat top center;
}
.ltf-block-logo img {
    height: auto;
    width: 90%;
    margin-left: -20px;
}
.signup .logo img {
    height: auto;
    width: 43%;
}
.logo img,
.menu-header-logo img {
    height: auto;
    width: 240px;
}
header .header-menu {
    width: 100%;
}

.resetfrm .sign_in_flex {
    min-height: 660px;
}
.icon.plus {
    width: 28%;
    height: 53px;
    text-indent: 10px;
    background: none;
    word-wrap: break-word;
    text-align: center;
    font-weight: bold;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 6px;
    border-radius: 20px;
    color: #000000;
}
a.icon.plus:hover {
    background: none;
    color: #000000 !important;
}
#productdata .dt {
    border: 1px solid #333;
    border-radius: 10px;
    background-color: #6c757d;
    color: #fff;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bolder;
}
#productdata .pi {
    border: 1px solid pink;
    border-radius: 10px;
    background-color: pink;
    color: #000;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bolder;
    margin-left: 4px;
}
.seller-sub #subscription-frm .card {
    border-radius: 0px;
    border: none;
    font-size: 20px;
}
.seller-sub #subscription-frm .card-header {
    background-color: rgb(94, 23, 235);
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-radius: 0px;
    padding-bottom: 5px;
}
.seller-sub #subscription-frm .card-body {
    text-align: center;
}
.seller-sub #subscription-frm .card-body.subcon {
    padding: 0;
    background-color: rgb(244, 244, 244);
    min-height: 560px;
}
.seller-sub #subscription-frm .card-footer .btn {
    margin-top: 20px;
}
.seller-sub #subscription-frm .desc {
    min-height: 144px;
}
#subscription-frm .desc p {
    width: 50%;
    margin: 0 auto;
    line-height: 31px;
}
.seller-sub #subscription-frm .charges,
.seller-sub #subscription-frm .card-body.subcon .card-header .card-title,
.seller-sub #subscription-frm  .saving {
    font-weight: bold;
}
.subcontainer h5.head-text {
    margin-bottom: 22px;
    margin-top: 5px;
}
.seller-sub #subscription-frm  .saving {
    color: #4caf50;
}
.neprnon {
    text-indent: -9999px;
}
.stockcheckbox {
    margin-right: 4px;
}
.seller_notify .flex-grow-1,
.seller_notify .d-flex {
    display: none;
}
@media (min-width: 1200px) {
    .auth .form-wrapper {
        width: 760px;
        margin: auto;
    }

    #log_in_register .btn {
        width: 47%;
    }

    .seller-sub #subscription-frm .card-footer .btn {
        position: absolute;
        bottom: 27px;
        left: 35%;
    }
    .bdetail {
        width: 60%;
    }
    #summaryContainer .col-sm-4 {
        width: 38%;
    }
    #summaryContainer .col-sm-8 {
        width: 62%;
    }
    #summaryContainer td {
        font-size: 12px;
    }
      #year {
          width : 60%;
      }
      
/*      .table#showTotal {
    margin-top: 16%;
}*/
        
}

  @media (min-width: 1300px) {
		 #income_graph {
            width: 700px !important;
            height: 400px !important;

}
}



@media only screen and (max-width: 768px) {
     .card .card-body {
        padding: 1rem;
    }
    .loginfrmwrap .signup-btn  {
        margin-top: 10px;

        width: 80%;
    }
    .roles .btn {
          font-size: 10px;
    }
    button.dt-button, div.dt-button, a.dt-button, input.dt-button {
        padding: 0.675rem 1.25rem;
    }
  .ml-auto, .mx-auto {
  margin-left: 0 !important;
  margin-bottom: 14px;
}
.full-width-m {
    width: 100%;
}
.lrtypes {
    margin-bottom: 16px;
}

#com .btn {
  padding: 3px 5px;
}
#com .actions {
  padding: 14px !important;
  padding-left: 20px !important;
}
#incomeSummary td,
#incomeSummary th {
    padding: 4px !important;
}
.income-data th {
  font-size: 10px !important;
}
.signup-btn,
.rebtn {
    width: 40% !important;
}
}


@media only screen and (max-width: 820px) {
    .icon.plus {
        width: 24px;
        height: 24px;
        text-indent: -999em;
        background: transparent url(../images/icons.svg) no-repeat 0 0;
        text-align: center;
        font-weight: bold;
        border: none;
        padding: 0;
        border-radius: 0;
    }
    .full-width {
        width: 100%;
        margin-bottom: 14px;
    }
    .payroll-title {
        font-size: 12px;
    }
    .badge.role {
      min-width: 100%;
    }
    .dasincome {
  margin-bottom: 5%;
}
.income-data .section-heading,
.payroll .section-heading{
    padding-left: 5px;
}
.editable-clear-x {
  right: 22px !important;
}
.editable-input input {
  width: 67% !important;
  padding-right: 20px !important;
}
.sales-data #year,
.letings-data #year,
.emp-data #year {
  width: 38%;
}
.emp-data  .mx-auto {
    margin-left: 0 !important;
}
}

.income-list .btn-primary,
.income-list .btn-primary:hover,
.income-list .btn-danger,
.income-list .btn-danger:hover {
    color: #000 !important;
    background-color: transparent;
    border: none;
}


.nav-tabs.allmonths {
    margin-bottom: 2%;
}
#income_length {
    margin-left: 1%;
}
.emp-income table td, th{
    padding: 4px !important;
}

#income .tab, .emp-income .tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
#income .tab button, .emp-income .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
#income .tab button:hover, .emp-income .tab button:hover  {
    background-color: #ddd;
}

/* Create an active/current tablink class */
#income .tab button.active, .emp-income .tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
#income .tabcontent, .emp-income .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
.emp-income  table td, th{
    padding: 4px !important;
}

#loadingSpinner, .spinner {
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border-radius: 4px;
    font-size: 30px;
}
#loadingSpinner {
    top: 60%;
}
.spinner {
    top: 40%;
}
.income-data .table-bordered tr td {
    padding: 8px;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 6px 3px;
}

h1.logo-text {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.header .logo {
    display: none;
    margin-right: 22px;
    width: 21%;
}


table#com .col-auto {
    margin-right: 5%;
}
table#com th {
    border:none;
}
#commission .user_buttons {
    display: block;
    width: 100%;
}
#commission .user_buttons #addCommission {
    float:right;
}
#loadingSpinner {
    position: fixed;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border-radius: 4px;
    font-size: 50px;
}
.editable-input input {
    width: 59%;
    padding-right: 2px;
}
.editable-cancel {
    display: none;
}
.editable-clear-x {
    right: 29px !important;
}
.editable-buttons {
    position: relative;
}
.editable-submit {
    left: -26px;
    position: absolute;
    background: url('../images/checked.png') center center no-repeat;
    display: block;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    top: 5px;
}
.editable-click, a.editable-click, a.editable-click:hover {
    width: 60px;
    display: block;
    text-align: center;
}
.btn-secondary,
.btn-check:focus + .btn-secondary, .btn-secondary:focus, .btn-secondary:hover {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
/*.btn {
    padding: 0.65rem 1rem;
}*/
.nav-tabs .nav-link {
  cursor: pointer;
}
.user-list .btn-primary,
#old-users .btn-primary,
#archived-users .btn-primary {
  color: #000 !important;
  background: transparent;
  border: none;
  padding: 0;
}
table#com th {
  padding-left: 1rem !important;
 padding-bottom: 1rem !important;
}
.header-cls {
    padding: 12px;
}

/* Changes */

.section-heading{
	text-align: left;
	text-transform: uppercase;
	font-weight: bolder;
	padding:20px;
}

.btn {

padding: 8px 10px;

}

.pad{
	padding: 8px 10px;
}

.income-data .header-cls {
    padding-bottom: 0 !important;
}
.rebtn,
.signup-btn {
    display: block;
    margin: 0 auto;
}
.rebtn {
    width: 38%;
}
.signup-btn {
   width: 25%; 
}
.income-data .table thead th {
    border-top: 2px solid #dee2e6;
}

.lrtypes {
    padding-top: 8px;
}
.btn-secondary, .btn-check:focus + .btn-secondary, .btn-secondary:focus, .btn-secondary:hover {
  background-color: #fff;
  border-color: #ced4da;
  color: #000 !important;
}
.payroll .dropdown-toggle {
    width: 40%;
}
.income-data .section-heading,
.payroll .section-heading{
    padding-bottom: 10px;
}
.hidediv {
    display: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
    border-bottom: none;
}

.wrapper {
    position:relative;
    margin:0 auto;
    overflow:hidden;
    padding:5px;
    height:50px;
}

.navlist {
    position:absolute;
    left:0px;
    top:0px;
    min-width:3500px;
    margin-top:0px;
}

.navlist li{
    display:table-cell;
    position:relative;
    text-align:center;
    cursor:grab;
    cursor:-webkit-grab;
    color:#efefef;
    vertical-align:middle;
}

.scroller {
  text-align:center;
  cursor:pointer;
  display:none;
  padding:7px;
  padding-top:13px;
  white-space:no-wrap;
  vertical-align:middle;
  background-color:#fff;
}

 /* league table-layout */
    .league-table-list .btn-primary,
    .league-table-list .btn-primary:hover,
    .league-table-list .btn-danger,
    .league-table-list .btn-danger:hover {
        color: #000 !important;
        background-color: transparent;
        border: none;
    }

 /* league */
/* 
 .league-data th {
    font-size: 10px !important;
  }

*/

  .league-data .header-cls {
    padding-bottom: 0 !important;
}

.league-data .table thead th {
    border-top: 2px solid #dee2e6;
}
    