

body #preloader {
    background-color: #f2f5f773 !important;
}

body.fixed-left .ex-page-content.text-center {
    background: transparent !important;
}


.topbar a.logowhite img {
    height: 36px !important;
}
body.fixed-left.fixed-left-void .text-center {
    background: #000 !important;
    height: 70px;
}
body.fixed-left.fixed-left-void a.logowhite {
    display: block;
    line-height: 70px;
}



/***** side bar changes ****/


.left.side-menu .text-center {
    background: #fff !important;
}
.left.side-menu .text-center a img {
    height: 45px !important;
}
.page-title {
    font-size: 26px;
    margin-top: 22px;
    color: #000;
}
#sidebar-menu ul ul li.active a {
    color: #000000;
    font-weight: 700;
}
.form-group.ser-idin {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
div#successmsg {
    background: #c7f3c7;
    padding: 10px;
}
div#successmsg i {
    padding-right: 10px;
}
.search-id {
    position: relative;
}

.search-id input {
    width: 330px;
    max-width: 100%;
}

.search-id button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: 1px solid transparent;
}

.form-group.ser-idin  .search-select {
    width: 200px;
}

.form-group.ser-idin .search-select select {
    width: 100%;
    padding: .375rem .75rem;
    border: 1px solid #ced4da;
    background: #fff;
}

.form-group.ser-idin {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-id {
    position: relative;
}
.search-id label#search_barcode-error {
    font-size: 12px;
    position: absolute;
}
.search-id input {
    width: 360px;
    max-width: 100%;
}
.search-id button:hover {
    background: #8cd7f7;
    color: #000;
}

.search-id button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: 1px solid transparent;
    width: 100px;
    background: #000;
    color: #fff;
}

.form-group.ser-idin  .search-select {
    width: 300px;
    display: flex;
    align-items: center;
    border: 1px solid #ced4da;
}
.form-group.ser-idin .search-select select {
    width: 100%;
    padding: .375rem .75rem;
    border: transparent;
    background: #fff;
}
.form-group.ser-idin .search-select select {
    width: 100%;
    padding: .375rem .75rem;
    border: transparent;
    background: #fff;
}

 .edit-stockin {
    display: flex;
    justify-content: space-between;
}
.st-sq label span {
    padding-left: 5px;
}
.ed-stock img {
    width: 250px;
}
.number-stock .st-qty {
    position: relative;
}
.number-stock p span {
    font-weight: normal;
}
.number-stock p {
    font-weight: 600;
}
.st-qty label {
    font-weight: bold;
}
footer.footer span a {
    color: black;
}
.number-stock .st-qty label.error {
    position: absolute;
    font-size: 12px;
    white-space: nowrap;
    bottom: -28px;
    left: 0;
}
.number-stock {
    display: flex;
    flex-direction: column;
}

.st-sq {
    padding-bottom: 0px;
    font-size: 20px;
}

.number-stock p {
    font-size: 16px;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.st-qty input[type=number] {
    color: #000;
}
.st-qty label {
    font-size: 16px;
    margin-right: 10px;
}

.st-qty input {
    width: 90px;
    padding: 5px;
    border: 1px solid #c9c9c9;
}

.st-bin {
    border-top: 1px solid #c9c9c9;
    margin-top: 33px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bin-inner p {
    font-weight: 700;
}

.bin-inner p span {
    font-weight: normal;
}
.st-sq label:nth-child(1) {
    padding-right: 10px;
    font-weight: 600;
}
.st-sq label:nth-child(1) span {
    font-weight: normal;
}

.st-sq label:nth-child(2) {
    padding-right: 10px;
    font-weight: 600;
}
.st-sq label:nth-child(2) span {
    font-weight: normal;
}

.st-book input:hover{
    color: #fff;
    background: #000;
}

.bin-inner {
    margin-top: 15px;
    font-size: 16px;
}

.st-book {
    margin-top: 15px;
}

.st-book input {
    border: none;
    background: #000;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    padding: 6px 35px;
    border-radius: 2px;
}

.st-book input:hover{
 background: #91d9f8;
    color: #000;
}

.bin-inner p {
    margin: 0;
}

.col-lg-12.search-result {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 30px;
    row-gap: 50px;
}

.col-lg-12.search-result .card-body h5 {
    margin: 0;
    margin-bottom: 12px;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.col-lg-12.search-result .card-body {
    text-align: center;
}
.col-lg-12.search-result input.btn.btn-primary {
    background: #000;
    border: none;
    color: #fff;
    padding: 6px 19px;
    width: 100%;
    font-size: 17px;
}
.col-lg-12.search-result input.btn.btn-primary:hover {
    background: #8dd8f8;
    color: #000;
}
.search-id input:focus {
    border-color: black;
}
.card-body span {
    font-size: 17px;
    margin-bottom: 10px;
    display: inline-block;
}
.topbar .text-center img {
    height: 45px !important;
}
.list-inline.menu-left {
    background: #000000 !important;
}

nav.navbar-custom .button-menu-mobile {
    background-color: #000000;
}


.navbar-custom {
    padding: 0 !important;
}

.topbar-left.d-none.d-lg-block .text-center {
    background: #000000;
}
.card.post-id img {
    height: 198px;
    width: 288px !important;
    object-fit: contain;
}

/**** audit logs ****/

.fixed-left.audit-logs .form-control {
    font-size: 15px;
    height: 42px;
}
.fixed-left.audit-logs div#datatable_length label {
    width: 100%;
}
.fixed-left.audit-logs div#datatable_filter label {
    width: 100%;
}

.fixed-left.audit-logs .table.table-bordered {
    margin-top: 20px;
    white-space: nowrap;
    overflow-x: scroll;
}
ul.pagination  .page-item.active .page-link {
    background-color: #67a70b;
    color: #fff;
    border-color: #67a70b;
}

ul.pagination .page-link:focus {

    box-shadow: 0 0 0;
}

ul.pagination .paginate_button a.page-link {
    color: #000;
}
.fixed-left.audit-logs .card-body span {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.fixed-left.audit-logs .input-group.stk-date input {
    max-width: 200px;
    background: #000;
    color: #fff;
    border: none;
    margin: 0 auto;
    margin-top: 33px;
}
body.fixed-left.audit-logs .input-group.stk-date input:hover{
    color: #fff;
    background: #67a70b;
}

.download-csv a {
    color: #fff;
    display: flex;
    align-items: center;
    background: #000;
    height: 42px;
    font-size: 15px;
    max-width: 200px;
    margin: 33px auto 0 auto;
    line-height: 40px;
    justify-content: center;
    border-radius: 5px;
}

.download-csv a:hover {
     color: #fff;
    background: #67a70b;
}

.download-csv i {
    padding-right: 5px;
}

body.fixed-left.audit-logs  div#datatable_length {
    max-width: 190px;
}

body.fixed-left.audit-logs  div#datatable_filter {
    max-width: 270px;
    float: right;
}

body.fixed-left.audit-logs  div#datatable_wrapper {
    margin-top: 10px;
    overflow-x: scroll;
}
body.fixed-left.audit-logs  div#datatable_length label {
    margin-bottom: 0;
}






/**** genral setting ****/

 
body.fixed-left.gen-settings form#general-settings {
    max-width: 650px;
}
form.send-main-inner {
    max-width: 650px;
}
.sub-echo .btn, .send-main-echo .btn {
    width: 107px;
    max-width: 100%;
}
body.fixed-left.gen-settings form#general-settings .form-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
#general-settings .form-group span {
    position: absolute;
    right: 0;
    top: 9px;
    bottom: 0;
    margin: auto;
}

body.fixed-left.gen-settings form#general-settings .form-group label {
    font-size: 16px;
}

body.fixed-left.gen-settings form#general-settings .form-group select {
    font-size: 16px;
    height: 42px;
    padding: 0 10px;
    width: 210px;
    border-color: #ced4da;
    margin-right: 24px;
}
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
body.fixed-left.gen-settings .col-lg-12.search-result input.btn.btn-primary {
    background: #8dd8f8;
    border: none;
    color: #000;
    padding: 6px 19px;
    width: 100%;
    font-size: 17px;
}


body.fixed-left.gen-settings button.btn.btn-primary.waves-effect.waves-light{
        background: #000;
    border: none;
    color: #fff;
    padding: 6px 19px;
    font-size: 17px;
}

.search-select label {
    padding: 0 15px;
    margin-bottom: 0;
    border-right: 1px solid #ced4da;
}

body.fixed-left.gen-settings button.btn.btn-primary.waves-effect.waves-light:hover {
    background: #8dd8f8;
    color: #000;
}




/***** smtp ******/

body.fixed-left.smtp-in form#smtp-settings {
     max-width: 360px;
}

body.fixed-left.smtp-in .form-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
body.fixed-left.smtp-in .form-group label {
    font-size: 16px;
    margin-bottom: 0;
    margin-right: 10px;
}
body.fixed-left.smtp-in .card-body :nth-child(3) label,  body.fixed-left.smtp-in .card-body :nth-child(6) label {
    margin-right: 10px;
    margin-bottom: 0;
}

body.fixed-left.smtp-in .form-group input{
    font-size: 16px;
    height: 42px;
    padding: 0 10px;

}
body.fixed-left.smtp-in .form-group input[type="text"], 
body.fixed-left.smtp-in .form-group input[type="email"], 
body.fixed-left.smtp-in .form-group input[type="number"],
body.fixed-left.smtp-in .form-group input[type="password"] {
    width: 100%;
}
.card-body label {
    font-size: 16px;
    font-weight: bold;
}

body.fixed-left.smtp-in  button.btn.btn-primary.waves-effect.waves-light{
        background: #000;
    border: none;
    color: #fff;
    padding: 6px 19px;
    font-size: 17px;
}
body.fixed-left.smtp-in  button.btn.btn-primary.waves-effect.waves-light:hover {
    background: #8dd8f8;
    color: #000;
}

body.fixed-left.smtp-in #smtp-settings :nth-child(4), body.fixed-left.smtp-in #smtp-settings :nth-child(7) {
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
}


/*** login account ***/

.fixed-left.acc-login .text-center {
    background: transparent;
}
.fixed-left.acc-login .btn-primary {
    background-color: #000;
    border: 1px solid #000;
}

.fixed-left.acc-login .btn-primary:hover {
    background: #8dd8f8;
    color: #000;
    border-color: #8dd8f8;
}

/**** my accont ***/

.aac-in form {
    max-width: 360px;
}

.aac-in .form-group input {
    font-size: 16px;
    height: 42px;
    padding: 0 10px;
}

.aac-in .form-group  label {
    font-size: 16px;
}
 
.aac-in .form-group  button.btn.btn-primary.waves-effect.waves-light {
    background: #000;
    border: none;
    color: #fff;
    padding: 6px 19px;
    width: 100%;
    font-size: 17px;
}
.aac-in .form-group  button.btn.btn-primary.waves-effect.waves-light:hover {
    background: #8dd8f8;
    color: #000;
}
.aac-in .page-content-wrapper {
    margin: 0 -10px;
    height: 100vh;
    background: #fff;
}

.aac-in .card.m-b-30 {
    box-shadow: 0 0 0;
}


body.fixed-left.gen-settings button.btn.btn-primary.waves-effect.waves-light:focus {
    box-shadow: 0 0 0;
}

.accountbg {
    position: relative;
    height: 100vh;
    background: url("../images/bg-1.jpg") !important;
    background-size: cover;
    background-position: center;
}
.accountbg::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
}

.ex-page-content.text-center h1 {
    font-size: 20px;
}
.left-side-logo.d-block.d-lg-none a.logowhite img {
    max-width: 121px;
}

.fixed-left.audit-logs .form-control:focus {
    border-color: #000;
}
body.fixed-left.audit-logs  .modal-header i {
    color: #ff5151;
    font-size: 24px;
    padding-right: 10px;
}

body.fixed-left.audit-logs .modal-header p {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
}

body.fixed-left.audit-logs .modal-header button span {
    font-size: 35px;
    color: #000 !important;
    opacity: 1;
}

body.fixed-left.audit-logs .modal-header button {
    padding: 11px 20px;
}
body.fixed-left.audit-logs .modal-header .close {
    color: #000 !important;
    opacity: 1;
}

@media (max-width: 1600px){
.col-lg-12.search-result {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
}

@media (max-width: 1499px){
.col-lg-12.search-result {
    grid-template-columns: 1fr 1fr 1fr;
}
}
@media (max-width: 1199px){
.col-lg-12.search-result {
    grid-template-columns: 1fr 1fr ;
}
}



@media (max-width: 991px){
.search-id input {
    width: 100%;
    max-width: 100%;
}
.form-group.ser-idin {
    display: block;
    align-items: center;
}
.form-group.ser-idin  .search-select {
    width: 100%;
    display: flex;
    margin-top: 30px;
}
.download-csv a {
    margin: 13px auto 0 auto;
}
body.fixed-left.audit-logs .input-group.stk-date input {
    margin-top: 13px;
}
div#datatable_wrapper .col-sm-12.col-md-6 div#datatable_length {
    width: 80%;
    max-width: 100%;
}
body.fixed-left.audit-logs  div#datatable_filter {
    max-width: 80%;
    float: none;
}
body.fixed-left.audit-logs  div#datatable_wrapper {
    margin-top: 10px;
}
.content-page {
    min-height: auto;
}
.card.post-id img {
    width: 100% !important;
    object-fit: contain;
}
.col-lg-12.search-result .card {
    width: 15rem !important;
}
}



@media (max-width: 767px){

body.fixed-left.gen-settings form#general-settings .form-group select {
    font-size: 16px;
    height: 42px;
    padding: 0 10px;
    width: 100%;
    margin: 0 1px;
}
body.fixed-left.gen-settings form#general-settings .form-group {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}
body.fixed-left.smtp-in form#smtp-settings {
    max-width: 100%;
    margin: 0 1px;
}
.button-menu-mobile-topbar {
    font-size: 20px;
    height: 32px;
    width: 32px;
    line-height: 31px;
    right: -32px;
}
.button-menu-mobile-topbar i.ion-close {
    font-size: 19px;
}
.aac-in form {
    max-width: 100%;
}
.col-lg-12.search-result {
    grid-template-columns: 1fr;
    row-gap: 20px;
}
.col-lg-12.search-result .card.post-id {
    margin: 0 auto 30px auto;
    width: 100% !important;
    max-width: 363px;
}
.page-content-wrapper {
    overflow-y: scroll;
}
.content-page > .content {
    padding: 0 15px;;
}
.card.post-id img {
    width: 100% !important;
}
#wrapper {
    overflow: scroll !important;
}

h3.text-center.mt-0.m-b-15 a img {
    max-width: 190px;
}
.fixed-left.acc-login .card-body label {
    font-size: 13px;
    line-height: normal;
}
.fixed-left.acc-login .card-body label {
    font-size: 13px;
    line-height: normal;
}
div#datatable_info {
    text-align: center;
    padding-bottom: 5px;
}
div#datatable_paginate {
    margin: 0 auto;
    text-align: center;
    display: table;
}
#general-settings .form-group span {
    top: 40px;
}
body.fixed-left.gen-settings form#general-settings .form-group select {
    width: 95%;
}
.page-title {
    font-size: 20px;
    margin-top: 18px;
    color: #000;
    margin-bottom: 18px;
}
.footer {
    padding: 11px 15px;
}
.left.side-menu .text-center a img {
    height: 35px !important;
}
}




@media (max-width: 575px){

    .edit-stockin {
    display: block;
}
.number-stock {
    margin-top: 30px;
}
.ed-stock img {
    width: 100%;
}
.st-book input {
    font-size: 14px;
    padding: 6px 20px;
}
.st-sq label {
    display: block;
    margin: 0;
    font-size: 18px;
}
div#datatable_wrapper .col-sm-12.col-md-6 div#datatable_length {
    width: 100%;
    max-width: 100%;
}
body.fixed-left.audit-logs  div#datatable_filter {
    max-width: 100%;
    float: none;
}
#general-settings .form-group span {
    right: -9px;
}
}






/***** package and size *****/



.package-main .table-responsive {
    background: #f0f0f0;
    padding: 0px 8px;
    border-radius: 10px;
    margin-bottom: 20px;
        box-shadow: 0px 0px 4px #000;
}
.table-responsive thead > tr > th, .old-new thead > tr > th {
    width: 100%;
    border: none;
}

.table-responsive .table {
    margin-bottom: 0;
}


.old-new {
    padding: 0px 8px;
    background: #f5ffe6;
    border-radius: 10px;
     margin-bottom: 20px;
     box-shadow: 0px 0px 4px #000000;
}