.noresponse{
	pointer-events: none;
}

.loaderbgd{
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 999;
    -webkit-transition: background-color 300ms linear; /* Safari */
    transition: background-color 300ms linear;
}

.loadershow{
    top: 30%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
    cursor: pointer;
	display: block !important;
}
.loader,
.loader:before,
.loader:after {
  background: #fff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #fff;
  margin: 88px auto;
  position: fixed;
  display: none;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

.label-new{
  background-color: #1dd6c6;
}

.dt-button-warning{
  background-color: #ffc36d !important;
  border-color: #ffc36d !important;
}

.dt-button-danger{
  background-color: #ff7676 !important;
  border-color: #ff7676 !important;
}

.dt-button-default{
  border: 1px solid #e4e7ea !important;
  background-color: #fff !important;
  color: #333 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  transition: all, .5s !important;
}

.dt-button-default:hover{
  background: #e4e7ea !important;
  opacity: .8 !important;
}

.daterangepicker{
  z-index: 9999 !important;
}

.dbox{
    display: none;
    position: absolute;
    z-index: 99999;
    border: 1px solid #e3e3e3;
    background: #fff;
    width: 100%;
    top: 40;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.dbox ul{
    max-height: 100px;
    padding: 0;
    margin: 0;
}

.dbox ul li{
    list-style: none;
    display: list-item;
    padding: 0 4px 0 4px;
    margin: 3px 0;
}

.dbox ul li a{
    list-style: none;
    display: list-item;
    margin: 0;
    padding: 3px 7px 4px;
    cursor: pointer;
    min-height: 1em;
    color: #000;
}

.dbox ul li a:hover{
  background-color: #2cabe3;
}

ul.typeahead{
  width: 100%;
}
ul.typeahead li a{
color: #76838f;
font-weight: 300;
padding: 3px 20px;
line-height: 1.57142857;
}
ul.typeahead li.active a{background-color: #2cabe3;}
ul.typeahead li.active a:hover{background-color: #2cabe3;}

.select2-container .select2-choice .select2-arrow {
    background-image: none!important;
    background: 0 0 !important;
    border: none !important;
    width: 14px !important;
    top: -2px !important;
}

.dataTables_filter input{
    background-color: #fff;
    border: 1px solid #e4e7ea;
    border-radius: 4px;
    box-shadow: none;
    color: #565656;
    height: 38px;
    max-width: 100%;
    padding: 7px 12px;
    transition: all 300ms linear 0s;
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: 400;
}

.dataTables_filter input::placeholder{
  color: #8c8c8c;
}

.dataTables_filter input:-ms-input-placeholder{
  color: #8c8c8c;
}

.dataTables_filter input::-ms-input-placeholder{
  color: #8c8c8c;
}

.dataTables_filter input:focus{
    box-shadow: none;
    border-color: #313131;
}

.select2-results .select2-highlighted{
  background-color: #2cabe3 !important;
}

.select2-results li{
  color: #76838f;
}

.select2-chosen{
  color: #565656;
}

.editDelivery{
    list-style: none;
    display: list-item;
    margin: 0;
    padding: 3px 7px 4px;
    cursor: pointer;
    min-height: 1em;
    color: #000;
}
.editDelivery a:hover{
  text-decoration: underline;
}

.editDelivery a{
    color: #000;
}

.dataTable tr.even{
  background-color: #f1f1f1;
}

@media screen and (min-width: 768px) {
  .dataTables_filter input { width: 320px; }
  #selectedTable_filter input { width: 220px; }
}

a.dt-button.active{
  background-image: none !important;
  background-color: #e4e7ea !important;
  box-shadow: none !important;
  color: #333 !important;
  border: 1px solid #e4e7ea !important;
}

a.dt-button{
  background-image: none !important;
  background-color: #fff !important;
  box-shadow: none !important;
  color: #333 !important;
  border: 1px solid #e4e7ea !important;
}

a.dt-button:hover{
  background: #e4e7ea !important;
  opacity: .8 !important;
}

@media screen and (max-width: 992px) {
  .mobiletable {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .mobiletable .white-box{
    padding: 0px !important;
  }
}

.white-box{
  padding: 10px !important;
}

.dextent-right{
  padding-right: 0 ;
}

.dextent-left{
  padding-left: 0 ;
}

.dextent-middle{
  padding: 10 ;
}

.two-part li:nth-child(1){
  width:24%;
}

.two-part li:nth-child(2){
  width:73.8%;
}

div.dataTables_scrollBody thead {
    display: none;
}

.dataTables_filter{
  margin-bottom: 10px !important;
}

.btn-outline-info{
  border-color: #2cabe3 !important;
}

.btn-outline-info:hover{
  background: #2cabe3 !important;
}

.btn-success, .btn-success.disabled{
  background: #3db354 !important;
}

.btn-outline-success, .btn-success, .btn-success.disabled{
  border-color: #3db354 !important;
  transition: all 200ms linear 0s;
}

.btn-outline-success:hover, .btn-success:hover, .btn-success.disabled:hover{
  background: #3db354 !important;
  color:#fff;
}

.btn-danger, .btn-danger.disabled{
  border-color: #fc5555 !important;
  background: #fc5555 !important;
}

.btn-outline-danger{
  border-color: #fc5555 !important;
  transition: all 200ms linear 0s;
}

.btn-outline-danger:hover, .btn-success:hover, .btn-success.disabled:hover{
  background: #fc5555 !important;
  color:#fff;
}

.btn-outline-warning{
  border-color: #ffc36d !important;
}

.btn-outline-warning:hover{
  background: #ffc36d !important;
}

.btn-complete{
  color: #81b962 !important;
  background-color: transparent !important;
}

.btn-outline-complete{
  border-color: #81b962 !important;
}

.btn-outline-complete:hover{
  background: #81b962 !important;
  color: #fff !important;
}

.btn-awaiting{
  color: #e47fa3 !important;
  background-color: transparent !important;
}

.btn-outline-awaiting{
  border-color: #e47fa3 !important;
}

.btn-outline-awaiting:hover{
  background: #e47fa3 !important;
  color: #fff !important;
}

.btn-outline-return{
  border-color: #6d8aa0 !important;
}

.btn-outline-return:hover{
  background: #6d8aa0 !important;
  color: #fff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background-color: #7c7f88;
  border: 1px solid #7c7f88;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
  border: 1px solid #30333e !important;
  background-color: #30333e !important;
}

@media print {

  .print-border thead tr th, .print-border tbody th{
      background-color: #4c5667 !important;
      color: #fff !important;
      border-bottom: 2px solid #4c5667 !important;
      -webkit-print-color-adjust: exact;
      color-adjust: exact;
  }

  .print-border thead tr th:first-child, .print-border tbody th:nth-last-child(9){
      border-left: 2px solid #4c5667 !important;
  }

  .print-border thead tr th:last-child, .print-border tbody th:last-child{
      border-right: 2px solid #4c5667 !important;
  }

  .print-border tbody tr td{
      border: 1px solid #4c5667 !important;
      -webkit-print-color-adjust: exact;
      color-adjust: exact;
  }
}

.r-margin{
  margin-top: 10px;
}

#memberTable_filter{
  margin-top: 10px;
  margin-bottom: 10px !important;
  padding-right: 25px;
}

#memberTable_filter input{
  width: 200px;
  height: 25px;
}

#memberTable tbody tr{
  cursor: pointer;
}

#transactionTable tbody tr{
  cursor: pointer;
}

#transactionTable_filter{
  margin-top: 10px;
  margin-bottom: 10px !important;
  padding-right: 25px;
}

#transactionTable_filter input{
  width: 200px;
  height: 25px;
}

.qr img{
  padding: 6px;
  cursor: url("remove.png"),pointer;
}

.qr-wrap{
  width: 97px;
  display: inline-block;
}

.qr-wrap div:nth-child(2){
  text-align: center;
}

.qr{
  width: 97px;
  display: inline-block;
}

.emptyqr{
  width: 97px;
  height: 111px;
  display: inline-block;
  cursor: url("remove.png"),pointer;
}

.message{
  padding: 15px;
}

.addempty{
  margin-bottom: 10px;
  display: inline-block;
}

.vertical-align {
    display: flex;
    align-items: center;
}

/*#selectedTable.dt-rowReorder-float tbody tr td.sorting_1{
  width: 17px !important;
}

#selectedTable.dt-rowReorder-float tbody tr:first-child td:nth-child(2){
  width: 211px !important;
}*/

.card {
    margin-bottom: 30px;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid transparent;
    border-radius: 0;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.57rem;
}

.card .card-title {
    position: relative;
    font-weight: 500;
    font-size: 16px;
}

.card .card-subtitle {
    font-weight: 300;
    margin-bottom: 10px;
    color: #8898aa;
}

.card-subtitle {
    margin-top: -.375rem;
}

.card-header, .card-subtitle, .card-text:last-child {
    margin-bottom: 0;
}

.card-title {
    margin-bottom: .75rem;
}

.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.text-yellow{
  color:#f0e497;
}

.bg-title{
  background:#fefefe;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #2cabe3;
    background-color: #2cabe3;
    box-shadow: none;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 2px;
}
.custom-control-label::after, .custom-control-label::before {
    top: .35rem;
}
.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-control-label::before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd;
    box-shadow: none;
}
.custom-control-label::after, .custom-control-label::before {
    position: absolute;
    left: -1.5rem;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    content: "";
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")}

.custom-control-label::after, .custom-control-label::before {
    top: .2rem;
}
.custom-control-label::after {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.custom-control-label::after, .custom-control-label::before {
    position: absolute;
    left: -1.5rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    content: "";
}

.custom-control-label {
    position: relative;
    vertical-align: top;
    padding-left: 8px;
}
.btn-group-toggle>.btn, .btn-group-toggle>.btn-group>.btn, .custom-control-label, .custom-file, .dropdown-header, .input-group-text, .nav {
    margin-bottom: 0;
}

input[type=radio], input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.3125rem;
    padding-left: 1.5rem;
}

.fa-stack, .flag-icon, .mdi-set, .mdi:before, .wi, label, output {
    display: inline-block;
}

label {
    font-weight: 400;
}

@media screen and (max-width: 768px) {
  .logo-mobile{
    position: fixed;
    top: 13px;
    left: 2px;
    width: 55px;
  }
}

.col-in li.col-full{
  width: 70%;
}

.panel-pic{
  background: url(background.jpg) center center/cover no-repeat!important;
  width: 500px;
  height: 100%;
  position: fixed;
}

.custom-select{
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #525f7f;
  vertical-align: middle;
  background: url(custom-select.png) right .75rem center/8px 10px no-repeat #fff;
  border: 1px solid #e9ecef;
  border-radius: 2px;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-size: none;
}

.p-4{
  padding:1.5rem!important;
}

.tab-content.tabcontent-border {
    border: 1px solid rgba(120,130,140,.13);
    border-top: 0;
}

.tab-content {
    background: #fff;
    margin-top:0;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav {
    display: flex;
    padding-left: 0;
}
.nav, .navbar {
    flex-wrap: wrap;
}

.btn-group-toggle>.btn, .btn-group-toggle>.btn-group>.btn, .custom-control-label, .custom-file, .dropdown-header, .input-group-text, .nav {
    margin-bottom: 0;
}
.dropdown-menu, .nav, .navbar-nav {
    list-style: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #525f7f;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-link:hover {
    color: #007bff;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link {
    color: #313131;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.nav-link {
    display: block;
}
.nav-link, .navbar {
    padding: .5rem 1rem;
}

.card {
    margin-bottom: 30px;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid transparent;
    border-radius: 0;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.57rem;
}

.card .card-title {
    position: relative;
    font-weight: 500;
    font-size: 16px;
}
.card-title {
    margin-bottom: .75rem;
}

.card .card-subtitle {
    font-weight: 300;
    margin-bottom: 10px;
    color: #8898aa;
}
.card-subtitle {
    margin-top: -.375rem;
}
.card-header, .card-subtitle, .card-text:last-child {
    margin-bottom: 0;
}