.paraia-multi-select {
  position: relative;
}
.paraia-multi-select > .expandone {
  display: block;
}

.paraia-multi-select > .expandtwo {
  display: block;
}

.paraia-multi-select > .expandtwo > .filter {
  background-color: #ffffff;
}

.paraia-multi-select > .expandtwo > .items {
  background-color: #ffffff;
}

#selectData {
  padding: 5px;
}

.loaders {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(https://cdn.dribbble.com/users/45321/screenshots/3069364/deliverybot_loader.gif)
    50% 50% no-repeat #1e2025;
}

input {
  margin-bottom: 10px;
}
select {
  margin-bottom: 10px;
}
#odeme_tip {
  width: 100%;
  margin-left: 0px;
}
#adres {
  height: 66px;
}
#customer_id {
  width: 100%;
}
#aciklama {
  height: 66px;
}
.kdv_span {
  float: left;
  display: inline-block;
  margin-top: 6px;
  margin-right: 11px;
}
.positions {
  float: left;
}
#ns-op {
  line-height: 33px;
}

.col-md-6 {
  float: left;
}

.custom-file-input {
  color: #000;
  opacity: 1 !important;
  height: 47px;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: "Dosyaları Seç";
  color: black;
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active {
  outline: 0;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.text_size {
  width: 75% !important;
  float: right !important;
}
.cari_bd {
  width: 90%;
  margin-top: -31px;
  margin-bottom: 15px;
  border-bottom: 1px solid;
  line-height: 44px;
}
#quick_label {
  float: left;
  font-size: 16px;
  margin-left: 11px;
}
#quick_switch {
  float: left;
}

.detail-div .row .detail-div.fullw {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  padding: 0;
  margin-bottom: 5px;
}
.detail-div .row .detail-div.fullw span.detay-baslik {
  border-right: 0;
  width: 160px;
  margin-right: -4px;
  vertical-align: top;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  height: 100%;
}
.detail-div .row .detail-div.fullw span {
  font-weight: normal;
  display: inline-block;
  width: calc(100% - 161px);
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #d3d3d3;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  left: 160px;
  min-height: 32px;
}
