.primaryColor {
    color: #006DB8;
}

.white-bg {
    background-color: white !important;
}

.redColor {
    color: red;
}

.greenColor {
    color: green;
}

.bg-light {
    background-color: #EEEFF6;
}

.bg-warning {
    /* border: 1.5px solid #F47C3C !important; */
    box-shadow: -3px 1px 20px 6px rgb(159 103 70 / 10%), -3px -3px 5px 0 rgb(217 211 211 / 20%);
    color: white !important;
    background-color: #F47C3C;
}

.light-gray {
    color: black;
    background-color: lightgray;
}

.cursor-pointer {
    cursor: pointer;
}

html,
body {
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Montserrat';
    overflow-x: hidden;
    overflow-y: auto;
    overflow-wrap: break-word;
    background-color: #EEEFF6;
}

b {
    font-weight: bold;
}

hr {
    margin-top: 0;
    margin-bottom: 1rem;
    border-top: 1px solid #afafaf;
}

h1 {
    font-family: 'Montserrat';
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 1rem;
}

h2 {
    font-family: 'Montserrat';
    margin-bottom: 1rem;
    font-size: 22px;
    font-weight: 400;
}

h3 {
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
}

h4 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 18px;
}

h5 {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 700;
}

h6 {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
}

p {
    font-family: 'Montserrat';
    font-size: 12px;
}

li {
    font-family: 'Montserrat';
    font-size: 12px;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: none;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

/* Overlap Text */
.text-overlap {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hideText {
    max-width: 100px;
}

.text-muted {
    color: #7B7B7C !important;
}

.text-small {
    font-size: 0.9rem;
}

.text-medium {
    font-size: 1rem;
}

/* Buttons */
.btn {
    font-family: 'Montserrat';
    border-radius: 6px !important;
    padding: 0.375rem 1rem;
    margin: 0.375rem;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
}

.btn-icon {
    padding: 0.375rem 0.5rem;
}

.btn-group-toggle-full {
    display: flex;
}

.btn-group-toggle-full>.btn {
    flex: 1;
}

.btn-group-toggle>.btn {
    margin: 0.375rem 0;
}

#lblAdvancePaymentAdvance {
    border-top-right-radius: 0% !important;
    border-bottom-right-radius: 0% !important;
}

#lblAdvancePaymentDeduction {
    border-top-left-radius: 0% !important;
    border-bottom-left-radius: 0% !important;
}

#dyeingBleachingLabel {
    border-top-right-radius: 0% !important;
    border-bottom-right-radius: 0% !important;
}

#sizingMillLabel {
    border-top-left-radius: 0% !important;
    border-bottom-left-radius: 0% !important;
}

.btn-group {
    white-space: normal;
}

.btn.focus,
.btn:focus {
    /* box-shadow: 0 0 0 1px #afafaf; */
    box-shadow: none;
}

/* Button Clear */
.btn-clear {
    padding: 0.375rem 0;
    background-color: transparent;
    border: 1px solid transparent;
}


/* Primary Outline */
.btn-primary.btn-outline,
.btn-primary.btn-outline:focus {
    color: #006DB8;
    border-color: #006DB8;
    background-color: white;
}

.btn-primary.btn-outline:hover {
    color: white;
    border-color: #006DB8;
    background-color: #006DB8;
}


/* Primary No Outline Grey */
.btn-no-outline-grey,
.btn-no-outline-grey:focus {
    border-radius: 0px !important;
    color: grey;
    background-color: transparent;
    border-bottom: 2px solid transparent;
}

.btn-no-outline-grey:hover {
    border-radius: 0px !important;
    color: #006DB8;
    background-color: transparent;
    border-bottom: 2px solid #006DB8;
}

.btn-no-outline-grey:not(:disabled):not(.disabled):active,
.btn-no-outline-grey:not(:disabled):not(.disabled).active {
    border-radius: 0px !important;
    color: #006DB8;
    background-color: transparent;
    border-bottom: 2px solid #006DB8;
}


/* Primary No Outline */
.btn-primary.btn-no-outline,
.btn-primary.btn-no-outline:focus {
    color: #006DB8;
    border-color: transparent;
    background-color: transparent;
}

.btn-primary.btn-no-outline:hover {
    color: white;
    border-color: transparent;
    background-color: #006DB8;
}


/* Primary */
.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #006DB8;
    border-color: #006DB8;
}

.btn-primary:hover {
    background-color: #006DB8;
    border-color: #006DB8;
    color: #FFFFFF;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #006DB8;
    border-color: #006DB8;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #006DB8;
    border-color: #006DB8;
}



/* Warning Outline */
.btn-warning.btn-outline,
.btn-warning.btn-outline:focus {
    color: #f8ac59;
    border-color: #f8ac59;
    background-color: white;
}

.btn-warning.btn-outline:hover {
    color: white;
    border-color: #f8ac59;
    background-color: #f8ac59;
}


/* Warning */
.btn-warning,
.btn-warning:focus {
    color: #ffffff;
    background-color: #f8ac59;
    border-color: #f8ac59;
}

.btn-warning:hover {
    color: #ffffff;
    background-color: #f7a54a;
    border-color: #f7a54a;
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #ffffff;
    background-color: #f7a54a;
    border-color: #f7a54a;
}


.btn-edit-icon {
    color: black;
    border: 1px solid black;
    background-color: transparent;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 0;
}

.btn-delete-icon {
    color: red;
    border: 1px solid red;
    background-color: transparent;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 0;
}

.btn-reset-icon {
    color: #006DB8;
    border: 1px solid #006DB8;
    background-color: transparent;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 0;
}

.btn-disable-icon {
    color: #8989A3;
    border: 1px solid #8989A3;
    background-color: transparent;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 0;
}

/* Input Field Status Border */
.input-field-error {
    border: 2px solid #ED5666;
}

.input-field-success {
    border: 2px solid #1ab394;
}

/* Pagination */
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    border-color: #DDDDDD;
    cursor: default;
    z-index: 2;
}

.pagination>li>a,
.pagination>li>span {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: inherit;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
}

.page-item.active .page-link {
    background-color: #006DB8;
    border-color: #006DB8;
}

.page-link:focus {
    box-shadow: none;
}

.page-link:hover {
    color: #676a6c;
}

.pagination .footable-page.active a {
    background-color: #006DB8;
    border-color: #006DB8;
    color: white;
}

.pagination-input {
    padding: 2px !important;
    border-radius: 4px !important;
}

.pagination-btn {
    padding: 8px !important;
}

/* Modal */
.modal-content {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    outline: 0 none;
    position: relative;
}

.modal-dialog {
    z-index: 2200;
}

.modal-body {
    padding: 0 40px;
    margin: 25px 0px 0px 0px;
}

.modal-header {
    padding: 0 40px;
    margin: 30px 0px 20px 0px;
}

.modal-footer {
    border: none;
}

.inmodal .modal-body {
    background: #f8fafb;
}

.inmodal .modal-header {
    padding: 30px 60px;
    text-align: center;
    display: block;
}

.animated.modal.fade .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.inmodal .modal-title {
    font-size: 26px;
}

.inmodal .modal-icon {
    font-size: 84px;
    color: #e2e3e3;
}

.modal-footer {
    margin-top: 0;
}

.modal-xl {
    max-width: 85% !important;
    ;
}

.modal-lg {
    max-width: 70% !important;
    ;
}

.modal-md {
    max-width: 50% !important;
}

.modal-md-sm {
    max-width: 35% !important;
    ;
}

.modal-sm {
    max-width: 30% !important;
}

/* Right side Modal */
.rightModal {
    transform: translateX(100%);
    transition: all 0.3s;
}

.rightModal.show {
    transform: translateX(0%);
}

.modal-backdrop {
    left: 100%;
    transition: all 0.2s;
}

.modal-backdrop.show {
    opacity: 0.7;
    left: 0;
}

.rightModal .modal-dialog {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    margin: 0;
    max-width: 30vw;
    width: 100%;
}

.rightModal .modal-content {
    min-height: 100%;
}

/* Select2 Layout changes */
.select2-container--default .select2-selection--single {
    display: block;
    height: calc(1.5em + 0.75rem + 2px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: black;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-floating>.select2-container--default .select2-selection--single {
    height: calc(1em + 1.5rem + 2px);
    padding: 1.25rem 0.75rem 0.25rem 0.75rem;
    line-height: 1.3;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    top: 50%
}

.select2-selection--single {
    height: 100% !important;
}

.select2-selection__rendered {
    word-wrap: break-word !important;
    text-overflow: inherit !important;
    white-space: normal !important;
}


/* table */
tfoot td {
    border: 1px solid transparent !important;
}

tfoot tr {
    margin-top: 20px !important;
}

.table {
    margin-bottom: 0rem;
}

.tfoot-align {
    padding-top: 30px;
}

/* table tr td table {
    border: none;
}
  
table tr td table td {
    border-left: none;
    border-right: none;
}

table tr td table tr:first-child td {
    border-top: none;
}

table tr td table tr:last-child td {
    border-bottom: none;
} */

.report-sub-table tr:first-child td {
    border-top: none;
}

.report-sub-table tr td:first-child {
    border-left: none;
}

.report-sub-table tr td:last-child {
    border-right: none;
}

.report-sub-table-child tr:first-child td {
    border-top: none;
}

.report-sub-table-child tr:last-child td {
    border-bottom: none;
}

.report-sub-table-child tr td:first-child {
    border-left: none;
}

.report-sub-table-child tr td:last-child {
    border-right: none;
}


/* Pace */
.pace-done {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

/* Sweet Alert */
/* .sweet-alert button {
    background-color: #006DB8 !important;
} */

.sweet-alert button.cancel {
    background-color: #6c757d !important;
}


/* form floating label */
.form-floating {
    position: relative;
}

.form-floating>.form-control,
.form-floating>.form-select {
    /* height: calc(3.5rem + 2px); */
    height: calc(1.25em + 1.5rem + 2px);
    padding: 0.5rem 0.75rem;
}

.form-floating>label {
    font-size: 1rem;
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    padding: 0.6rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    white-space: nowrap;
}

.form-floating>.form-control::-webkit-input-placeholder {
    color: transparent;
}

.form-floating>.form-control::-moz-placeholder {
    color: transparent;
}

.form-floating>.form-control::placeholder {
    color: transparent;
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    font-size: 0.9rem;
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.mandatory::after {
    content: '*';
    color: red;
    margin-left: 2px;
}

.dateFormat::after {
    content: '(dd/mm/yyyy)';
    font-size: 10px;
}

/* App CSS */
.wrapper {
    width: 100%;
    height: 100%;
}

.body-wrapper {
    position: relative;
    flex-shrink: 1;
    margin: 0px;
    height: calc(100vh - 100px);
    width: 100%;
    overflow: auto;
    padding: 32px 16px;
}

.navbar {
    /* height: 70px; */
    background-color: white;
    border-radius: 0px 0px 15px 15px;
    padding: 0.5rem 1rem;
}

.arrow-down {
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.arrow-up {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.arrow-icon {
    margin-top: -5px;
    transition: all 0.6s;
}

.nav-size {
    font-size: 14px !important;
    padding: 7px 10px;
}

.nav-dropdown {
    padding: 0px;
}

.navbar-brand img {
    max-height: 40px;
}

.nav-item.active .nav-link {
    font-weight: bold;
}

.btn-lg {
    font-size: 12px !important;
    margin: 5px;
    padding: 8px 12px 8px 12px;
}

.btn-sm {
    font-size: 11px !important;
    margin: 2px;
    padding: 3px 5px
}

.btn-right-pad {
    margin-right: 20px !important;
}

.btn-outline-info {
    color: #006db8;
    border-color: #006db8;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #006db8;
    border-color: #006db8;
}

.btn-outline-red {
    color: 	#D2042D;
    border-color: #D2042D;
}

.btn-outline-red:hover {
    color: #fff;
    background-color: 	#D2042D;
    border-color: #D2042D;
}

.btn-outline-green {
    color: #4CBB17;
    border-color: #4CBB17;
}

.btn-outline-green:hover {
    color: #fff;
    background-color: #4CBB17;
    border-color: #4CBB17;
}

/* To offset for bottom margin and center vertically */


td {
    padding: 2px !important;
    vertical-align: middle !important;
}

.master-table td,
.master-table th {
    padding: .75rem !important;
}

.report-table td {
    padding: .25rem !important;
}

.report-table th {
    padding: .75rem !important;
}

.centerText {
    text-align: center !important;
}

.tab-pane {
    /* margin-top: 80px !important; */
    /* padding-bottom: 40px !important; */
    background-color: #EEEFF6;
}

.btn {
    text-transform: uppercase !important;
}

.tooltip {
    text-transform: uppercase !important;
}

.modal2 {
    z-index: 2060 !important;
}

.modal2 .datepicker {
    z-index: 2070 !important;
}

.pageSelect {
    margin: 2px;
    height: calc(100% - 4px);
}

textarea.form-control {
    height: 100px !important;
}

textarea {
    height: 75px !important;
}


.text-lowercase {
    text-transform: lowercase !important;
}

.itemCard {
    margin-top: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    padding: 20px;
}

.table-overflow td {
    min-width: 80px;
}

.table-col-small {
    min-width: 0 !important;
}

.addItemModal-xl {
    max-width: 100% !important;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-borderless td,
.table-borderless th {
    background-color: transparent !important;
}

.actions-col {
    text-align: center;
    min-width: 80px;
}

.preprocessor-row {
    padding: 2px 3px !important;
}

.preprocessor-row>.col,
.preprocessor-row>[class*="col-"] {
    padding: 0 2px 0 0 !important;
}

.card {
    border-radius: 6px;
}

.card-body {
    padding: 20px;
}

button.close {
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}


.form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

.footer {
    box-shadow: -4px -6px 12px 0px rgb(219 217 217);
    border-radius: 15px 15px 0px 0px;
    background: white;
    font-size: 0.75rem;
    padding: 4px;
}

.fix-col-1 {
    position: sticky;
    top: auto;
    left: 0;
    min-width: 200px;
    background-color: white !important;
}

.fix-col-2 {
    position: sticky;
    top: auto;
    left: 200px;
    min-width: 150px !important;
    background-color: white !important;
}

/* Material Icon*/
.material-icons {
    font-size: 16px !important;
    line-height: 0 !important;
    vertical-align: middle !important;
    position: relative;
    top: -1px !important;
}

.mi-sm {
    font-size: 18px !important;
}

.mi-md {
    font-size: 20px !important;
}

.mi-lg {
    font-size: 24px !important;
}

.mi-xl {
    font-size: 32px !important;
}

/*Login Page*/
.loginForm {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logo-img {
    margin-bottom: -20px;
    height: 70px
}

.login-header {
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    letter-spacing: 0px;
    color: #2a2899;
    opacity: 1;
}

.login-label {
    text-align: center;
    font: normal normal normal 12px/22px Montserrat;
    letter-spacing: 0px;
    color: #64686D;
    opacity: 1;
}

.login-box {
    background: linear-gradient(95deg, #138FA7, #138FA7);
    padding: 15px;
}

.email-form {
    margin-left: 38%;
}

.btn-login {
    width: 100%;
    background: transparent linear-gradient(90deg, #2a2899 0%, #292796 100%) 0% 0% no-repeat padding-box;
    border: 1px solid transparent;
    line-height: 2.5;
    margin: 0px !important;
}

.login-change-btn {
    width: 100%;
    line-height: 2.5;
    margin: 0px !important;
}

@-webkit-keyframes btn-spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes btn-spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.btn-spinner {
    display: inline-block;
    margin-left: 10px;
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    border: .15em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: btn-spinner .75s linear infinite;
    animation: btn-spinner .75s linear infinite;
}

.spare-btn {
    width: 25%;
    height: 80%;
}

/* Select layout changes */
select {
    padding: 10px;
}

/* Select2 Layout changes */
.select2-selection--single,
.select2-selection--multiple {
    height: 100% !important;
}

.select2-container .select2-selection--multiple {
    min-height: 50px;
}

.select2-selection__rendered {
    word-wrap: break-word !important;
    text-overflow: inherit !important;
    white-space: normal !important;
}

.select2-container .select2-selection--multiple {
    min-height: 30px !important;
    padding-top: 0px !important;
}


/* Form-control */
.form-group>.form-control {
    padding: 8px 12px 8px 12px;
}

.select2-container--default .select2-selection--single {
    padding: 8px 12px 8px 12px;
}

.form-control:disabled {
    background-color: #f2f2f2 !important;
    border-color: grey !important;
}

.form-control:disabled~label {
    bottom: 52px !important;
}

.form-group {
    position: relative;
    padding: 16px 0;
}

.form-group>label {
    font-size: 16px;
    position: absolute;
    top: 28px;
    left: 11px;
    padding: 0px 5px;
    pointer-events: none;
    border: 0px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
    white-space: nowrap;
    color: #162350;
    opacity: 0.4;
}

.form-group>.form-control::placeholder,
.select2~label {
    color: transparent;
}

.form-group>.form-control:focus~label,
.form-group>textarea:not(:placeholder-shown)~label,
.form-group>input:not(:placeholder-shown)~label,
.select2-placeholder-hidden~label {
    opacity: 1;
    transform: scale(0.8);
    top: 5px !important;
    left: 11px !important;
    z-index: 10;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    color: #006DB8;
}

.iti input:not(:placeholder-shown):not(:disabled),
.form-group>input:not(:placeholder-shown),
.form-group>textarea:not(:placeholder-shown),
.form-group>.select2-placeholder-hidden .select2-selection--single,
.form-group>.select2-placeholder-hidden .select2-selection--multiple {
    border-color: #006DB8;
}

span.select2-selection.select2-selection--single,
span.select2-selection.select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field,
.iti--separate-dial-code .iti__selected-flag {
    outline: none !important;
    /* prevent outline on focus */
}

.form-control:focus,
.select2-selection--single:focus,
.select2-search__field:focus,
.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #006DB8 !important;
    box-shadow: none;
}

.select2-placeholder-hidden .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--single:focus .select2-selection__arrow b,
.select2-placeholder-hidden .select2-selection--multiple .select2-selection__arrow b,
.select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__arrow b,
.select2-container--default .select2-selection--multiple:focus .select2-selection__arrow b {
    border-color: #006DB8 transparent transparent transparent;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow b,
.select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__arrow b,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #006DB8 transparent;
}

.form-group>.form-control:disabled,
.form-group>.form-control[readonly],
.select2-container--default.select2-container--disabled .select2-selection--single,
.select2-container--default.select2-container--disabled .select2-selection--single:focus,
.select2-container--default.select2-container--disabled .select2-selection--multiple,
.select2-container--default.select2-container--disabled .select2-selection--multiple:focus {
    border-color: grey !important;
    background-color: #f2f2f2 !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder,
::placeholder {
    color: #162350;
    opacity: 0.4;
}

.form-group>.form-control:disabled~label,
.form-group>.form-control[readonly]~label {
    color: grey;
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    cursor: default !important;
}

.form-check-input[type=checkbox]~.form-check-label {
    cursor: pointer;
}

.form-check-input:checked[type=checkbox]::after,
input[type=checkbox]:checked:after {
    font-family: 'Material Icons';
    font-size: 14px;
    color: white;
    position: relative;
    top: -2px;
    left: 1px;
}

ul.location-view li:not(:last-child) {
    border-bottom: 1px solid rgba(175, 175, 175, 0.25);
    margin-bottom: 0.5rem;
}

.show-loader {
    background: url('/img/page_loading.svg') 50% 50% no-repeat;
}

.page-overlay-loader {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffb3;
    z-index: 9999;
}

.loder-center {
    width: 12rem;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.alert-modal {
    width: 25%;
    position: absolute;
    top: calc(100vh - 60px - 100px);
    left: 50%;
    transform: translateX(-50%) !important;
    margin: 0 auto;
    border-radius: 8px;
    padding: 10px 20px;
    z-index: 99999;
    align-items: center;
}

#successAlertModal {
    background-color: green;
    color: white;
}

#errorAlertModal {
    background-color: red;
    color: white;
}

.form-checkbox {
    min-height: 0px !important;
    padding: 0px !important;
}

/* Attendance screen */
.attendance-table-view {
    height: 40px;
    padding-right: 25px;
    border-right: 1px solid #BCBCBC;
}

.attendance-search-view {
    margin-left: 27px;
    margin-top: 16px !important;
}

.ui-datepicker {
    z-index: 2070 !important;
}

.table-col-small {
    min-width: 0 !important;
}




#dashboardLoomdiv {
    width: 100%;
    height: 500px;
}

#dashboardLoading {
    height: 790px !important
}

/** Dashboard Page **/
.dashboard-loom-details-card {
    background-color: white;
    box-shadow: 0px 12px 24px #ECEEF5;
    border-radius: 8px;
    margin: 1px;
}

.dashboard-details-card {
    background-color: white;
    box-shadow: 0px 12px 24px #ECEEF5;
    border-radius: 8px;
    height: 600px;
    margin: 1px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.dashboard-details-card::-webkit-scrollbar {
    display: none;
}

.form-check-inline {
    margin-right: 0rem !important;
}

.print-table-bordered {
    border: 1px solid rgb(175, 175, 175);
}

.print-table-bordered th,
.print-table-bordered td {
    border: 1px solid rgb(175, 175, 175);
    padding: 5px !important;
}

.print-table-bordered thead th,
.print-table-bordered thead td {
    border-bottom-width: 2px;
}

.login-out-btn-text {
    color: blue;
}

/** stock report new **/
.stock-main {
    margin: 0;
}

.col1-size {
    display: inline-block;
}

.col2-size {
    padding-left: 30px;
    padding-top: 5px;
    display: inline-block;
}

.ostock {
    display: inline-block;
    background-color: #00A65A;
    color: white;
    padding: 16px;
    border-radius: 15px;
}

.for-margin {
    margin-bottom: 0px;
    margin-top: 10px;
}

.chart {
    padding-left: 0px;
}

.img-stock {
    width: 43px;
    height: 43px;
    padding-right: 8PX;
    margin-top: 5px;
}

.oamount {
    display: inline-block;
    background-color: #F39C10;
    color: white;
    padding: 16px;
    border-radius: 15px;
}

.stock-name {
    display: inline-block;
    padding-top: 35px;
    padding-left: 18px;
}

.stock-detail {
    display: inline-block;
}

.col-color {
    background-color: #D8F3EDC9;
    color: #4F4F4FEB;
    border-radius: 8px;
    margin-top: 20px;
}

.mabox-common {
    display: inline-block;
    vertical-align: middle;
    width: 105px;
    height: 61px;
    border-radius: 9.42044px;
    margin-top: 18px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-top: 5px;
}

.meter-box {
    background: rgba(102, 185, 233, 0.24);
    color: #008BDB;
}

.vr {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
    height: 30px;
    border-left: 2px solid #5f5f5f42;
}

.amount-box {
    background-color: #FF948645;
    color: #EB1E04;
}

.mimg {
    width: 17px;
}

.mpara {
    display: inline;
    padding-left: 5px;
    font-size: 10px;
}

.mhead {
    padding-top: 3px;
}

.apara {
    display: inline;
    padding-left: 5px;
    font-size: 10px;
}

.ahead {
    height: 20px;
    width: 120px;
    font-size: 13px;
    padding-top: 2px;
}

.arrow {
    padding-left: 32px;
}

.arrow-prop {
    width: 24px;
}

.highlight {
    background-color: white;
}

.stock-high {
    transition: all .2s ease-in-out;
}

.stock-high:hover {
    background-color: white;
    cursor: pointer;
    transform: scale(0.95);
}

.stock-high .arrow { 
    display: none;
}

.stock-high.highlight .arrow {
    display: inline;
}

/* table style-stock report */
.display {
    display: none;
}

.table-common {
    border: hidden;
    background-color: #D3EFFB;
}

.table-cus {    
    height: calc(100vh - 170px);
    overflow-y: auto;
}

.table-cus::-webkit-scrollbar {
    display: none;
}

.head-table {
    position: sticky;
    top: 0;
    text-align: center;
    color: #1E1E1E;
    /* font-size: 15px; */
}

.body-table {
    text-align: center;
    background-color: #FFFFFF;
    color: #5F5F5F;
    /* font-size: 12px;
    font-weight: 600; */
}

.space-common {
    height: 40px;
}
.cursor-pointer {
    cursor: pointer;
}
.editimg{
    width: 24px;
    height: 24px;
}
/** Stock Report **/
.stock-report-card {
    background-color: white;
    box-shadow: 0px 12px 24px #ECEEF5;
    border-radius: 8px;
    height: 450px;
    margin: 1px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.stock-report-card::-webkit-scrollbar {
    display: none;
}

.col-medium {
    width: 12%;
}

.col-small {
    width: 4%;
}

.table-card {
    border: solid 1px lightgrey;
    background-color: #f8f9fa;
    width: 150%;
    overflow-x: scroll;
}

.entries-table-card {
    padding-left: 1rem !important;
    padding-right: 0.5rem !important;
    padding-bottom: 1rem !important;
}

.entries-table-card-scroll {
    width: 150%;
}

.star-rating {
    color: rgb(244, 124, 60);
}

.dyeing-table-card {
    border: solid 1px lightgrey;
    background-color: #f8f9fa;
}

/* userRole */

.btn-cus{
    padding-bottom: 8px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 8px;
    margin-top: 16px;
    background-color: #f7f8f9;
    border-color: #676a6c;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button:not(.collapsed){
    color: #818585;
    background-color: #f7f8f9;
}
.accordion-button {
    color: #818585;
    background-color: #f7f8f9;
}
.display-inline{
    display: inline;
}
.btn-style{
    text-decoration: none;
}
.btn-style:hover{
    text-decoration:underline;
}
/** Mobile view **/
@media only screen and (max-width: 768px) {
    .modal-xl {
        max-width: 100% !important;
        ;
    }

    .modal-lg {
        max-width: 100% !important;
        ;
    }

    .modal-md {
        max-width: 100% !important;
    }

    .modal-md-sm {
        max-width: 100% !important;
        ;
    }

    .modal-sm {
        max-width: 100% !important;
    }

    .modal-body {
        padding: 0 10px;
        margin: 15px 0px 0px 0px;
    }

    .modal-header {
        padding: 0 10px;
        margin: 15px 0px 10px 0px;
    }

    .card-body {
        padding: 20px 0px;
    }

    .alert-modal {
        width: 80%;
    }

    .table-card {
        padding: 0px;
        width: auto;
        border: solid 1px lightgrey;
        background-color: #f8f9fa;
        overflow: hidden;
    }

    .entries-table-card {
        width: auto;
        border: solid 1px lightgrey;
        padding: 0.5rem !important;
        background-color: white;
        border-radius: 8px;
        margin: 0.5rem !important;
    }

    .col-medium {
        width: 100%;
    }

    .col-small {
        width: 100%;
    }
}

/** Tablet View **/
@media (min-width: 768px) and (max-width: 1024px) {
    .modal-xl {
        max-width: 60% !important;
        ;
    }

    .modal-lg {
        max-width: 60% !important;
        ;
    }

    .modal-md {
        max-width: 60% !important;
    }

    .modal-md-sm {
        max-width: 60% !important;
        ;
    }

    .modal-sm {
        max-width: 60% !important;
    }

    .modal-body {
        padding: 0 10px;
        margin: 15px 0px 0px 0px;
    }

    .modal-header {
        padding: 0 10px;
        margin: 15px 0px 10px 0px;
    }

    .card-body {
        padding: 20px 0px;
    }

    .alert-modal {
        width: 80%;
    }

    .table-card {
        padding: 0px;
        border: solid 1px lightgrey;
        background-color: #f8f9fa;
        width: auto;
        overflow: hidden;
    }

    .entries-table-card {
        width: auto;
        border: solid 1px lightgrey;
        padding: 0.5rem !important;
        background-color: white;
        border-radius: 8px;
        margin: 0.5rem !important;
    }

    .col-medium {
        width: 100%;
    }

    .col-small {
        width: 100%;
    }
}

/* Image Css */
.choose-image-view {
    width: 100%;
    min-width: 150px;
    max-width: 150px;
    min-height: 150px;
    max-height: 150px;
    object-fit: fill;
    border-radius: 10px;
    border: none;
}

.table-image-view {
    width: 100%;
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
}

.view-log-image {
    width: 100%;
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
}