body {
  font-family: Roboto, "prompt" !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Roboto, "prompt" !important;
}

.bdr-test {
  border: #EC0000 1px solid;
}

.b {
  font-weight: bold;
}

.txt-xxs {
  font-size: 9px;
}
.txt-xs {
  font-size: 11px;
}
.txt-s {
  font-size: 13px;
}
.txt-sm {
  font-size: 14px;
}
.txt-m {
  font-size: 15px;
}
.txt-ml {
  font-size: 18px;
}
.txt-l {
  font-size: 21px;
}
.txt-xl {
  font-size: 25px;
}
.txt-xxl {
  font-size: 35px;
}

label {
  font-family: Roboto, "prompt" !important;
  font-size: 12px;
  line-height: 10px;
}

table {
  border-collapse: collapse !important;
}
table thead tr th {
  border: #e6e6e6 1px solid !important;
  padding: 10px 2px;
  text-align: center;
  vertical-align: middle;
}
table tbody tr:hover {
  background: #e4eaff !important;
}
table tbody tr td {
  border: #e6e6e6 1px solid !important;
  padding: 5px;
  font-family: Roboto, "prompt";
}
table tbody tr td label {
  font-size: 10px;
  padding: 0px;
  margin: 0px;
  line-height: 7px !important;
}
table.ngrid {
  border: 0px !important;
}
table.ngrid thead tr th {
  border: 0px;
  border-bottom: #333 2px solid;
}

.dataTables_wrapper .dataTables_filter, .ranges, .daterangepicker_input {
  display: none;
}

.sta {
  color: #FFF;
  padding: 10px;
  text-align: center;
  border-top-right-radius: 5px;
}
.sta_DONE {
  background: #01721e !important;
}
.sta_PAID {
  background: #01721e !important;
  color: #FFF !important;
}
.sta_CANCEL {
  background: #ec0000 !important;
}
.sta_CREATE {
  background: #fffb00 !important;
  color: #061465;
}

.product .thumb-mini {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.limitTxt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.remix-m {
  width: 50px;
  height: 50px;
}

ul.simple {
  padding-left: 0px;
  margin-left: 0px;
}
ul.simple li {
  list-style: none;
  margin: 5px;
}
ul#uploadedImg {
  padding-left: 0px;
  margin-left: 0px;
}
ul#uploadedImg li {
  list-style: none;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  margin: 10px 7px !important;
}
ul#uploadedImg li .nclose {
  position: absolute;
  top: -10px;
  right: -10px;
  background: rgba(218, 0, 0, 0.7);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 5px;
  text-align: center;
  color: #FFF;
  line-height: 15px;
  cursor: pointer;
  cursor: hand;
}
ul#uploadedImg li .nclose:hover {
  background: #da0000;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
ul#uploadedImg li img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

input.form-control {
  color: #061465 !important;
}

/* -------------------- loading -----------------------*/
.loadingdot {
  width: 80px !important;
  margin: 0 auto;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 40px 40px;
          transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #383391;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@-webkit-keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* --------------------end loading -----------------------*/
.link {
  cursor: pointer;
  cursor: hand;
}

.btn-light {
  border: #d2d2d2 1px solid;
}
/*# sourceMappingURL=custom.css.map */