.card {
    max-width: 100%;
    padding: 0;
    margin-top: 0;
}

.form-group {
    position: relative
}

label {
    display: inline-block;
    margin-bottom: 0rem;
}

.item-header {
    padding: 0.5rem;
    width: 100%;
    font-size: 1rem;
    text-align: left;
}

/*.form-group>label {
    position: absolute;
    top: -13px;
    left: 10px;
    background-color: #ffffff;
    padding: 0px 5px;
    z-index: 99;
}*/

.form-group>label>.required {
    color: red;
    top: 3px;
    position: relative;
}

.w-50 {
    width: 50%;
}

.border-all-default {
    border: .25rem solid #858796!important;
}

.border-all-danger {
    border: .25rem solid #e74a3b!important;
}

.border-all-success {
    border: .25rem solid #1cc88a!important;
}

.border-all-warning {
    border: .25rem solid #f6c23e!important;
}

.border-all-primary {
    border: .25rem solid #4e73df!important;
}

.border-all-default-element {
    border: .10rem solid #858796!important;
    /*color: #858796!important;
    background: #858796;*/
}

.border-all-danger-element {
    border: .10rem solid #e74a3b!important;
    /*color: #e74a3b!important;
    background: #e74a3b;*/
}

.border-all-success-element {
    border: .10rem solid #1cc88a!important;
    /*color: #1cc88a!important;
    background: #1cc88a;*/
}

.border-all-warning-element {
    border: .10rem solid #f6c23e!important;
    /*color: #f6c23e!important;
    background: #f6c23e;*/
}

.border-all-primary-element {
    border: .10rem solid #4e73df!important;
    /*color: #4e73df!important;
    background: #4e73df;*/
}

.border-round-5 {
    border-radius: 0.5rem;
}

img {
    width: 100%;
}

.item-details-section {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
}

.item-image {
    padding: 1px;
    height: 100%;
    min-height: 145px;
    max-height: 145px;
    object-fit: contain;
}

.item-image-sm {
    min-height: 90px;
    max-height: 90px;
}

.col-md-offset-1 {
    margin-left: 8.33333333%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.input-with-icon>i {
    position: absolute;
    top: 10px;
    right: 5px;
}


/*.form-group>label[class=readonly] {
    background: linear-gradient(to bottom, #ffffff 50%, #eaecf4 55%);
}

.double-bg-label {
    background: linear-gradient(to bottom, #f8f9fc 55%, #ffffff 50%);
}

.double-bg-label-readonly {
    background: linear-gradient(to bottom, #f8f9fc 50%, #eaecf4 55%);
}*/

.custom-control-input[type=checkbox] {
    opacity: 1;
    width: 1.5rem;
    height: 1.5rem;
}

.checkbox-for-bulk-action {
    position: absolute;
    top: 85px;
    left: 12px;
}

.input-group>.form-control:not(:first-child) {
    border-top-left-radius: .35rem;
    border-bottom-left-radius: .35rem;
}

.input-group-text {
    cursor: pointer;
}

.card-header-on-border {
    position: absolute;
    top: -12px;
    margin-left: 0.5rem;
    background: #ffffff;
    padding: 0 0.5rem;
}

.card-header-on-border>span>a:not([href]):not([tabindex]) {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.item-action-section {
    position: absolute;
    bottom: 1px;
    right: 2px;
}

.ui-datepicker {
    z-index: 999!important;
}

label.customFileLabel input[type="file"] {
    display: none;
}

.customFileLabel {
    display: inline-block;
    margin-top: 0.2rem;
    width: 100%;
}

.customFileLabel span {
    font-weight: 700;
    font-size: 10pt;
    width: 100%;
}

.items .remove-btn-section {
    position: absolute;
    right: 0;
    z-index: 1;
}

.loader {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('//upload.wikimedia.org/wikipedia/commons/thumb/e/e5/Phi_fenomeni.gif/50px-Phi_fenomeni.gif') 50% 50% no-repeat rgba(249, 249, 249, 0.8);
}

#itemDetailsModal .modal-dialog {
    margin: 2.75rem auto auto auto;
}

#addNewChannelModal .modal-dialog {
    margin: 2.75rem auto auto auto;
}


/* Chrome, Safari, Edge, Opera */

#phone_no::-webkit-outer-spin-button,
#phone_no::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

#phone_no {
    -moz-appearance: textfield;
}

.err-phone {
    font-size: 12px;
    color: red;
}

.view-order-checkbox-section {
    position: absolute;
    left: -23px;
    top: 75px;
}

.checkbox-lg {
    width: 25px!important;
    height: 25px!important;
    padding: 5px!important;
}

.option-disabled {
    background: #dddddd!important;
    cursor: not-allowed;
}

.order-date {
    margin-right: 1rem;
    right: 0;
    background: orange;
    border-radius: 4px;
    padding: 0.10rem 1rem;
    top: -14px;
}

.order-date span {
    color: #ffffff;
}

.order-date span.date {
    color: #ffffff!important;
    font-weight: 600;
}

.order-date span.daysOld {
    color: blue;
    font-weight: bold;
}

.modal-backdrop {
    z-index: 9995;
}

.modal {
    z-index: 9999;
}

.vendor-view-order-id {
    cursor: text!important;
    text-decoration: none!important;
    font-weight: bold;
}

.vendor-view-filter-section {
    border-bottom: solid 1px #ddd;
    margin: 0 -1.3rem 2rem -1.3rem;
    padding: 0 1.3rem;
}

.achItemImage {
    cursor: pointer;
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 9990;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

.lightbox-content {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    background-color: #fefefe;
}

.lightbox-close {
    color: white;
    position: absolute;
    top: -20px;
    right: -30px;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .lightbox-content {
        width: 95%;
    }
    .lightbox-close {
        top: -40px;
        right: -2px;
    }
}


/* The Modal (background) */

.imageviewmodal .modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}


/* Modal Content (image) */

.imageviewmodal .modal-content {
    margin: auto;
    display: block;
    width: 20%;
    max-width: 700px;
}


/* Caption of Modal Image */

.imageviewmodal #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}


/* Add Animation */

.imageviewmodal .modal-content,
.imageviewmodal #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}


/* The Close Button */

.imageviewmodal .close {
    position: absolute;
    top: 60px;
    right: 60px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.imageviewmodal .close:hover,
.imageviewmodal .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .imageviewmodal .modal-content {
        width: 100%;
    }
}

.additional-remark,
.vendor-remark {
    background-color: #ffff0078!important;
    color: red !important;
}



/*pagination start*/

.pull-left {
    float: left;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.pagination {
    margin: 20px 0;
}

.pagination ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul>li {
    display: inline;
}

.pagination ul>li>a,
.pagination ul>li>span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
}

.pagination ul>li>a:hover,
.pagination ul>li>a:focus,
.pagination ul>.active>a,
.pagination ul>.active>span {
    background-color: #f5f5f5;
    cursor: pointer;
}

.pagination ul>.active>a,
.pagination ul>.active>span {
    color: #999999;
    cursor: pointer;
}

.pagination ul>.disabled>span,
.pagination ul>.disabled>a,
.pagination ul>.disabled>a:hover,
.pagination ul>.disabled>a:focus {
    color: #999999;
    background-color: transparent;
    cursor: not-allowed;
}

.pagination ul>li:first-child>a,
.pagination ul>li:first-child>span {
    border-left-width: 1px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}

.pagination ul>li:last-child>a,
.pagination ul>li:last-child>span {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
    justify-content: flex-end;
}

.pagination-large ul>li>a,
.pagination-large ul>li>span {
    padding: 11px 19px;
    font-size: 17.5px;
}

.pagination-large ul>li:first-child>a,
.pagination-large ul>li:first-child>span {
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-large ul>li:last-child>a,
.pagination-large ul>li:last-child>span {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-mini ul>li:first-child>a,
.pagination-small ul>li:first-child>a,
.pagination-mini ul>li:first-child>span,
.pagination-small ul>li:first-child>span {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-mini ul>li:last-child>a,
.pagination-small ul>li:last-child>a,
.pagination-mini ul>li:last-child>span,
.pagination-small ul>li:last-child>span {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
}

.pagination-small ul>li>a,
.pagination-small ul>li>span {
    padding: 2px 10px;
    font-size: 11.9px;
}

.pagination-mini ul>li>a,
.pagination-mini ul>li>span {
    padding: 0 6px;
    font-size: 10.5px;
}


/*pagination end*/