body {
  margin: 0;
  font-family: Inter,Tahoma,Geneva,sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background: #f9fafb;padding-bottom: 1rem;
}
header {
    background-color: #fdfdfe;
    margin-bottom: 1rem;
    height: 4rem;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eaebeb;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #f7f7f7;
}
main {
  padding-bottom:3rem;
}

section#content {
  /*! margin-right: 2rem; */
}
#bildirim {
  position: fixed;
  width: 20rem;
  height: auto;
  bottom: 5rem;
  z-index: 22;
  right: 10%;
  padding: 0.5rem;
  font-size: 0.9rem;
  font-weight: bold;
}

#bildirim.hatali {
  background: #F08080;
  border: 1px solid #BB5959;
  color: #fff;
}
#bildirim.basarili {
  background: #3CB371;
  border: 1px solid #359F64;
  color: #fff;
}
#bildirim.uyari {
  color: #0c5460;
  background-color: #d1ecf1;
  border: 1px solid #bee5eb;
}
.grillmarket-header {
  max-width: 1140px;
  margin:0 auto;
  height: 4rem;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
}
.header-logo {
  width:200px;
  height:3rem;
  float:left;
}
.header-logo img.grillmarket {
  width:150px;
  margin-top:0.1rem;
}

.header-baglanti {
  width: 36rem;
  margin-left: auto;
  display: block;
}
.header-kullanici {
  float: right;
  display: flex;
}
.header-baglanti ul {
  list-style: none;
  display: flex;
  margin: 0;
  margin-left: auto;
  right: 0;
}
.header-baglanti ul li {
  min-width: 3rem;
  line-height: 4rem;
  padding-left: 1rem;
  flex-direction: row-reverse;
}
.header-baglanti ul li a {
  text-decoration: none;
  color: #212529;
}


.miniature-container {
display: flex;flex-wrap: wrap;
}


.miniature-v1 {
  margin-bottom: 1rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  position: relative;
  padding: 1rem;
  width: 50%;
  flex: 0 0 48%;
  max-width: calc(48%);
  margin-bottom:1rem !important;
  margin-right: 2%;
}

.miniature-v1 b {
  font-size: 1.2rem;text-transform: uppercase;
}
.miniature-v1 span {
  display:block;
  font-size: 0.8rem;
}


.beykoz-buton {
  display: inline-block;
  border: none;
  min-width: 3rem;
  padding: 0.3rem 0.5rem;
  font-size: 0.8rem;
  background: #f2f2f2;
  color: #333;
  margin-top: 0.3rem;
  text-indent: 6px;
}


.beykoz-buton-top {
  padding: 0.6rem;
  border: 1px solid #f5f5f5;
}
.beykoz-buton:hover {text-decoration:none}
.feather-icon-img {
  width: 18px;
  height: 18px;
  float: left;background-size:16px 16px;background-repeat: no-repeat;background-size: cover;
}


.page-control {
  height: 4rem;
  padding-bottom: 2rem;
}
h1.page-title {
  display: inline-block;
  font-size: 1.7rem;
  text-transform: uppercase;
  font-weight: 600;
}
.page-butonlar {
  float: right;
}
.beykoz-buton.beykoz-buton-primary {
  background: #c6e2f4;
  padding: 0.6rem;
  border: 1px solid #b5d8ee;
}

.ajax-control input, .ajax-control textarea {
  margin-top: 1rem;outline: none;
  flex-grow: 1;
  box-sizing: border-box;
  width: 100%;
  background-color: transparent;
  border: none;
  height: 46px;
  padding: 7px 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #060606;
  display: flex;
  align-items: center;
  padding: 0 8px;
  background-color: #fff;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  transition: border .1s linear,box-shadow .1s linear;
  cursor: text;
}
.ajax-control textarea {height: 10rem !important;
line-height: 1.4rem;
padding: 0.5rem 8px;}

.ajax-control input:hover, .ajax-control textarea:hover,{
  border: 1px solid grey;
  box-shadow: 0 0 0 4px #f6f6f6;
}
.ajax-control input:focus, .ajax-control textarea:focus, .ajax-control input:focus-visible {
   border: 1px solid #624ce0;
      box-shadow: 0px 0px 0px 4px #e7e4fa;
} 
.ajax-control input[data-error="1"], .ajax-control textarea[data-error="1"]{
   border: 1px solid #e53935;
   box-shadow: 0px 0px 0px 4px #ffebee;
} 
.ajax-control input:disabled, .ajax-control textarea:disabled {
background-color: #f6f6f6;
color: #a2a2a2;
cursor: no-drop;
}


.wd-100 {
  width: 100%;
}
.select-beykoz {
  margin-bottom: 1rem;
  padding: 0.5rem;
  text-indent: 2px;
}
.offer-product-add input {
  width: 100%;
  height: 2.5rem;
  padding: 1rem;
}



.offer-product-add-sonuclar {
  position: absolute;
  background: #fdfdfe;
  list-style: none;
  border: 1px solid #9e9e9e45;
  width: 100%;
  margin: 0;
  padding: 5px;
  z-index: 99;
  max-height: 300px;
overflow-x: hidden;overflow-y: scroll;display: none;
}
.offer-product-add-sonuclar li {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 70px;
  border-bottom: 1px solid #9e9e9e2b;
  margin-top: 5px;
  display: flex;
}
.offer-product-add-sonuclar li img {
  height: 60px;
  width: 60px;
}
.offer-product-add-sonuclar li b {
  display: block;
  font-size: 0.8rem;
  line-height: 1rem;
  margin-top: 5px;padding-right: 5px;
}

.offer-product-add-sonuclar li i{
  font-style: normal;
  font-size: 0.6rem;display: block;
}
.offer-product-add-sonuclar  li  .ml5 {
  margin-left: 5px;
}

.offer-product-add-sonuclar li i.ml5-stock {
  background: #eee;
  padding: 2px;
  display: table;
  margin: 0;
  font-size: 0.5rem;
}
.offer-product-add-sonuclar li:last-child {border-bottom: 0;}

.offer-product-add {
  position: relative;
}


.offer-urun {
  background: white;
  border: 1px solid #e5e5e5;
  width: 100%;
  display: flex;
  /*! height: 80px; */
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 1rem;
}
.offer-urun-container {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
}
.offer-foto {
  width: 80px;
  height: 60px;
  align-self: flex-start;
}
.offer-foto img {
  width: 60px;
  height: 60px;
  margin-left: 10px;
}

.offer-urunbilgi {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
.offer-urunbilgi input,.offer-urunbilgi textarea {
  width: 100%;
  margin-bottom: 5px;
  border: 1px solid #e5e5e5;
  padding-left: 5px;
}
.offer-adetfiyat input {
  border: 1px solid #e5e5e5;
  width: 55%;
}
.offer-adetfiyat {
  width: 40%;
  display: inline-flex;
  margin-left: auto;align-self: flex-start;
}

.offer-adetfiyat select {
  width: 70%;
  background: #fff;
  border: 2px solid #f2f2f2;
  font-size: 0.8rem;
  padding: 0.5rem 0.1rem;
}

.offer-urunbilgi input[name="code"] {
  width: 40%;
}


.alt-baslik {
  color: #6c757d !important;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  display: block;
}
.offer-totals {
  margin: 0;
  padding: 0;
}


.new-offer-input-row {
  display: flex;
  gap: 1rem;
}
.new-offer-input-col-half {
  width: 50%;
}

.aciklama-kucuk {
  margin-bottom: 0.2rem;
  font-size: 0.9rem;
  color: #6c757d !important;
}

.offer-adetfiyat-container {
  width: 33.33%;
}
.offer-adetfiyat-container i {
  display: block;
  text-align: left;
  font-style: normal;
  color: #6c757d !important;
  font-size: 0.8rem;
}


.offer-urun-butonlari {
  margin-right: 10px;
  display: flex;
  flex-direction: column;
}
.offer-urun-butonlari button {cursor:pointer;}
.offer-urun-butonlari button.offer-urun-sil {
  background-image: url('/app/assets/icon/feather/trash.svg');
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
background-size: 20px 20px;
  background-position: 50%;
  min-width: 26px;
}

.offer-urun-butonlari button.offer-urun-duplicate {
  background-image: url('/app/assets/icon/feather/copy.svg');
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
background-size: 20px 20px;
  background-position: 50%;
  min-width: 26px;margin-top:20px;
}

.offer-label {
  display: inline-block;
  border: none;
  min-width: 3rem;
  padding: 0.3rem 0.5rem;
  font-size: 0.8rem;
  margin-top: 0.3rem;
  font-style: normal;
}
.offer-label.label-test {
  color: #856404;
  background-color: #fff3cd;
}
.offer-label.label-createdby {
  color: #155724;
  background-color: #d4edda;
  text-transform: uppercase;
}


.header-kullanici {
}
button#log-out {
  width: 1.7rem;
  height: 2.6rem;
  border: 0;
  background: #e2dffb;
  float: right;
  margin-top: 0.5rem;
}
.kullanici-area {
  background: #f0f2f4;
  height: 2.6rem;
  margin-top: 0.5rem;
  min-width: 2rem;
  line-height: 1.3;
  padding-left: 0.3rem;
  padding-top: 0.3rem;
  max-width: 10rem;
  padding-right: 1rem;
  margin-right: 0.5rem;
}

.kullanici-area span {
  display: block;
  font-size: 0.9rem;
  overflow:hidden; 
  white-space:nowrap; 
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.kullanici-area i {
  font-size: 0.6rem;
  font-style: normal;
  display: block;
}


.duplicate-info {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  display: block;
  text-align: center;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 2rem;
}


.offers-miniature-list {list-style: none;width: 100%;margin: 0;margin-top: 0px;display: block;padding: 0;margin-top: 1rem;display: flex;flex-wrap: wrap;}
.offers-miniature-list li, .offers-miniature-list dl {display: flex;width: 100%;flex: 100%;align-items:center;padding-top: 4px;padding-bottom:4px;font-size: 0.9rem;}

.offers-miniature-list li:nth-child(odd){background-color: #f2f2f2;}
.offers-miniature-list li:hover {background-color: #ddd !important;}
.offers-miniature-list li div {padding: 8px; } 
.offers-miniature-list li div span {display:block;}

.offers-miniature-list dl {text-align: left;background-color: #00629B;color: white;margin-bottom: 0;height: 4rem;font-size: 1rem;font-weight: 600;}
.offers-miniature-list dl div {padding: 8px;} 


.miniature-wd-45 {width:45%}
.miniature-wd-40 {width:40%}
.miniature-wd-35 {width:35%}
.miniature-wd-30 {width:30%}
.miniature-wd-25 {width:25%}
.miniature-wd-20 {width:20%}
.miniature-wd-15 {width:15%}
.miniature-wd-10 {width:10%}
.miniature-wd-5 {width:5%}


a.offers-of-customer {
  font-size: 0.9rem;
  color: #00629b;
  text-decoration: none;
}
a.offers-of-customer:hover {
  color: #03466c;
  font-weight: 600;
}


.offer-pdf-buton.beykoz-buton, .list-pdf-buton.beykoz-buton {
  display: block;
  width: 28px;
  height: 28px;
  text-indent: 0;
  min-width: 28px;
  background: #e6e6e6;
  padding-left: 0.3rem;
}


.offer-label-uppercase {
  text-transform: uppercase;
}
.offer-label.label-pending {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.offer-label.label-completed {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}

.offer-label.label-cancelled {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
}

.offers-miniature-setting-button, .list-miniature-setting-button {
  display: block;
  width: 28px;
  height: 28px;
  text-indent: 0;
  min-width: 28px;
  padding-left: 0.3rem;cursor:pointer;
}


.select2-selection.select2-selection--single {background: #f0f0f0;height:2.5rem !important;}
.select2-container { margin-bottom:1rem !important;}
.select2-selection #select2-musteri-sec-container {line-height: 2.5;}
.select2-results {font-size: 0.8rem;}
.select2-selection__arrow {top: 7px !important;right: 6px !important;}

.barcode-modal-buton {position: absolute;right:0;width:38px;height: 38px;border: 0;background:#c6e2f4; border-left: 1px solid #b5d8ee;margin-right: 1px;margin-top:1px;}
.barcode-modal-buton i.feather-icon-img {width:24px; height:24px;margin-left:3px;}



.new-offer-barcode-products.tablo-ul {border: 1px solid #dedede;list-style: none;width: 100%;margin: 0;margin-top: 0px;margin-top: 0;margin-top: 0;display: block;padding: 0;margin-top: 1rem;display: flex;flex-wrap: wrap;}
.new-offer-barcode-products.tablo-ul dl.tablo-dl-row, .new-offer-barcode-products.tablo-ul li.tablo-li-row{display: flex;width: 100%;flex: 100%;align-items: center;font-size: .9rem;}
.new-offer-barcode-products.tablo-ul div.tablo-dl-col, .new-offer-barcode-products.tablo-ul div.tablo-li-col{padding: 8px;}
.new-offer-barcode-products.tablo-ul div.tablo-li-col.barcode-productline-foto img {width:30px;height:30px;}
.new-offer-barcode-products.tablo-ul div.tablo-li-col input[name="barcode-qty"] {width:100%;}
.new-offer-barcode-products.tablo-ul dl.tablo-dl-row {text-align:left;background-color:#82b4d5;color:#fff;margin-bottom:0;height:3rem;font-size:1rem;font-weight:600;overflow:hidden}
.new-offer-barcode-products.tablo-ul dl div:not(:first-child) {border-left:1px solid #6fabd0;}
.new-offer-barcode-products.tablo-ul li div:not(:first-child) {border-left:1px solid #dedede}
.new-offer-barcode-products.tablo-ul li.tablo-li-row:not(:last-child) {border-bottom:1px solid #dedede}
.new-offer-barcode-products.tablo-ul li.tablo-li-row {list-style:none;font-size:.8rem}
.new-offer-barcode-products.tablo-ul .tablo-li-row:nth-child(odd) {background-color:#f2f2f2}
.new-offer-barcode-products.tablo-ul #barcode-productline-remove {background: #dde7ee;min-width: 16px;width: 25px;height: 24px;padding: 3px;}

.barcode-modal-add {background: #dadadb;padding: 10px;border: 1px solid #8a8a91;}
.barcode-modal-add input {width: 100%;}




.offer-urun.ui-sortable-handle:hover {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.offer-urun.ui-sortable-handle:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}



.eposta-request-modal-body-row {margin-bottom: 1.4rem;}

.eposta-request-modal-alici-modal-container {
  display:flex; 
  flex-grow: 0;
}

.eposta-request-modal-alici-modal-container div.eposta-request-modal-alici-modal {
  background: #e6e6e6; width: auto; font-size:0.7rem; margin-right:1rem; border-radius: 0.4rem;
  padding: 0.4rem 1rem;
  border-left: 3px solid #cecbcb;
}
.eposta-request-modal-body-row input {
  width: 100%;
  font-size: 0.8rem;
  padding: 0.5rem 0.2rem;
}
.eposta-request-modal-body-row textarea {
     width: 100%;
  display: block;
  font-size: 0.8rem;
    min-height: 160px;
}


.eposta-request-modal-sent-already-info {
  background: red;
  color: #856404;
  background-color: #fff3cd;
  display: inline-block;
  font-size: 0.8rem;
  width: 100%;
  padding: 0.3rem;
  margin: 1rem 0;
  text-align: center;
  margin-top: 0;
}



.attachment-modal-container {display: flex;}
.attachment-modal {width: 15rem;height: 4rem;font-size: 0.8rem;background: #eeecec;display: flex;align-content: center;border: 1px solid #b7b2b2;overflow: hidden;}
.attachment-modal .attachment-modal-icon {width: 3rem;height: 4rem;}
.attachment-modal .attachment-modal-name {margin-top: 0.4rem;display: block;}
.attachment-modal .attachment-modal-details {width: 12rem;height: 4rem;padding: 0.5rem;font-size: 0.7rem;}
.attachment-modal .attachment-modal-type-PDF {text-align: center;display: inline-block;align-self: center;width: 100%;height: 4rem;line-height: 4rem;text-align: center;background: #db544a;color: #dbdbdb;font-style: normal;}
.attachment-modal .attachment-modal-link {color: #424040;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 11rem;height: 1rem;display: block;}

ul.list-miniature {list-style: none;width: 100%;margin: 0;margin-top: 0px;display: block;padding: 0;margin-top: 1rem;display: flex;flex-wrap: wrap;}
ul.list-miniature li, ul.list-miniature dl {display: flex;width: 100%;flex: 100%;align-items:center;padding-top: 4px;padding-bottom:4px;font-size: 0.9rem;}
ul.list-miniature li:nth-child(odd){background-color: #f2f2f2;}
ul.list-miniature li:hover {background-color: #ddd !important;}
ul.list-miniature li div, ul.list-miniature dl div  {padding: 8px; } 
ul.list-miniature li div span {display:block;}
ul.list-miniature dl {text-align: left;background-color: #B1AFC8;color: white;margin-bottom: 0;height: 3rem;font-size: 0.8rem;font-weight: 600;}
ul.list-miniature li div.list-miniature-img-container {}
ul.list-miniature li img.list-miniature-cover-img {width: auto;height: auto;max-height: 2.5rem;max-width: 2.5rem;}
ul.list-miniature li div span.miniature-long-text-block {width: 100%;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}

.beykoz-buton.beykoz-buton-tertiary {background: #e2dffb;padding: 0.6rem;padding-bottom:0.4rem;border:0;border-bottom: 4px solid #dcd9f7;text-shadow: 0px -2px #DFDCF0;text-decoration: none;  transition: all 0.1s;-webkit-transition: all 0.1s;}
.beykoz-buton.beykoz-buton-tertiary:hover {color:black;  border-bottom: 4px solid #bdbadb;}



.ajax-control-form-row {display: flex;gap: 1rem;margin-bottom: 1.3rem;}
.ajax-control-form-row div.ajax-control-form-col-20 {width: 20%;}
.ajax-control-form-row div.ajax-control-form-col-60 {width: 60%;}
.ajax-control-form-row div.ajax-control-form-col-50 {width: 50%;}
.ajax-control-form-row div.ajax-control-form-col-100 {width: 100%;}
.ajax-control-form-row input, .ajax-control-form-row select {margin: 0;}
.ajax-control-form-row label {padding-left: 3px;margin-bottom: 0.2rem;font-size: 0.9rem;color: #6c757d !important;}
.ajax-control-form-row textarea { margin-top: 0 !important; }

.ajax-control-form-upload-row {width: 100%;background: #e9e9ed;border: 1px solid #bcbcca;height: 6rem;align-items: center;display: flex;}
.ajax-control-form-upload-row input#proforma-pdf-upload { width: 90%; margin:1rem; height: 3rem;line-height: 3rem;padding: 0 1rem;}
.ajax-control-form-upload-row .ajax-control-form-col-upload-info {background:#fdfdfd;height: 100%;align-content: center;align-items: center;display: inline-flex;padding: 1rem;}
.ajax-control-form-col-gray-bg span.not-uploaded-yet {font-size: 0.9rem;color: #6c757d; }

.ajax-control-form-row.ajax-control-form-product-img-upload-row { position:relative; }
.ajax-control-form-row.ajax-control-form-product-img-upload-row div.form-photo-upload { margin-top:1.7rem;}

.form-photo-upload input[name="photo"] {height: 64px;text-indent: 60px;line-height: 64px;}
.form-photo-upload .product-photo-preview {position: absolute;top: 1px;left:1px;width: 62px;height: 62px;margin-right: 10px;border-right: 1px solid #c7c7c7;}
.form-photo-upload {position: relative;}
.form-photo-upload input#product-photo-upload {position: absolute;top: 0;right: 0;background: #ececec;width: 260px;height: 64px;margin-top: 0;line-height: 64px;font-size: 15px;border-left: 1px solid #c7c7c7;border-radius: 0;}
