.td_pading_left {
    padding-left: 50px !important;
}

.btnshippingstatus {
    margin-left: -5px;
    width: 116px;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.caret {
    margin-left: -17px;
    color: white;
}
.border-none {
    border: none !important;
}

.btnorderstatus {
    width: 116px;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#borderstatus {
    border: solid;
    border-width: 1px;
}

#borderstatus li a {
    cursor:pointer;
}
.customer {
    padding-left:0px;
}
.cursor {
    cursor:pointer;
}
.customergroup {
    padding-left: 0px;
    padding-right: 0px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 20px;
    left: 4px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.upload-button {
    border-radius: 5px;
}

.profile-pic {
    border: 1px dashed #b7b7b7;
    width: 170px;
    height: 160px;
}
.file-upload {
    visibility:hidden;
    display: none;
}
.warehousrbook {
    font-size: 12px;
    padding-right: 25px;
}
.ware-idex {
    border: 1px solid #b9b2b2;
    width: 48%;
    margin-left: 20px;
}
.ware-idex-item {
    padding-left: 30px;
}
.ware-index-img {
    height : 40px;
}

.status {
    cursor: pointer;
}

.select2-selection__rendered .select2-selection__choice {
    background-color: #00b1e6 !important;
    color: white;
    border: 0px !important;
}

.select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    color: white;
}

.upload-herf {
    /*padding-left: 35px;*/
    padding-top: 7px;
    color: #0000cc;
}

.stock_item {
    margin: 0;
    float: right;
    margin-right: 20px;
    font-size: 15px;
}
arrow_box {
    position: relative;
    background: #ffffff;
    border: 4px solid #0f0f0f;
}

.has-search .form-control-feedback {
    right: initial;
    left: 0;
    color: #ccc;
}

.has-search .form-control {
    padding-right: 12px;
    padding-left: 34px;
}

.errspan {
    margin-right: -5px;
}

.customer-group {
    background-color: white;
!important;
}
.pic-customer {
    width: 110px; !important;
    height: 110px; !important;
}

.search-customer  {
    width: 100%;
    cursor: context-menu;
}

.modal-danger .modal-header .modal-title, .modal-primary .modal-header .modal-title, .modal-success .modal-header .modal-title, .modal-warning .modal-header .modal-title {
    color: #333;
    float: left;
}
.modal-warning .modal-header {
    background-color : #f9f9f9;
}

.input-group-addon {
    padding: 8px 12px;
}
.client-info {
    margin-left: 5px;
}
