.create-order #customer-list a {
    cursor: pointer;
}

.create-order #customer-list p {
    margin: 0;
}

.create-order .input-group-text {
    background-color: #f8f9fa;
    border-right: 0;
}
.create-order .delete-btn {
    cursor: pointer;
    text-align: center;
}

.create-order #addRowBtn {
    margin-top: 15px;
    float: right;
}

.create-order .deleteRowBtn {
    border: 0;
}

.create-order .numeric-input {
    text-align: right;
}

.create-order .footer-section, .create-order .footer-section td {
    border-top: 0px;
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    color:#000;
}

.date-container {
    position: relative;
}
.date-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #aaa;
}


#order_view .panel-default {
    border: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
}

#order_view .panel {
    margin-bottom: 11px;
    margin-top: 18px;
    background-color: #fff;
     border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    height: 94%;
}
#order_view .panel-default .panel-heading {
    color: #fff;
    border-color: #8392ab;
    background: #8392ab;
    text-shadow: 0 -1px 0 rgba(50, 50, 50, 0);
    font-weight: 700
}

#order_view .panel .panel-heading {
    position: relative;
}
#order_view .panel-heading {
    padding: 12px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    background:#223F56 0% 0% no-repeat padding-box !important;
}
#order_view .panel-heading h3 {
    font-weight: 700;
    display: inline-block;
}
#order_view .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px!important;
    color: inherit;
}
#order_view .panel-heading h3 i {
    margin-right: 5px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#order_view .fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#order_view .table {
    width: 100%;
    max-width: 100%;
}
#order_view .btn-info {
    color: #fff;
    background-color: #54b7d3;
    border-color: #38abcc;
    border: 1px solid #54b7d3;
}
#order_view .fa-fw {
    width: 1.28571429em;
    text-align: center;
}

#order_view .btn-xs, #order_view .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}
#order_view .table > tbody > tr > td {
    font-size: 13px;
    padding: 8px 8px !important;
}

.uploadBox2 label img {
    width: 33px;
    object-fit: cover;
}
.image-div {
    position: relative;
}
.remove-pre-img, .remove-edit-img {
    position: absolute;
    right: 7px;
    top: 32px;
    cursor: pointer;
} 
.alert-danger {
    background-image:none!important;
     background-color:unset!important;
}
 .alert-success {
    background-image:none!important;
    background-color: #e6f7d0!important;
    border-color: #daf3b9!important;
}

.ui-datepicker-calendar tbody td{
    padding: 0px!important;
}

.ui-datepicker-calendar tbody td a{
    text-align: center!important;
}