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; */
}

.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: 25rem;
  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: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;
  text-indent: 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-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;
}


.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-sil 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;margin-right:10px;
}


.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;} 

.offers-miniature-list .miniature-wd-30 {width:30%}
.offers-miniature-list .miniature-wd-20 {width:20%}
.offers-miniature-list .miniature-wd-15 {width:15%}
.offers-miniature-list .miniature-wd-10 {width:10%}
.offers-miniature-list .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 {
  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 {
  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;}



.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;}


.input-group.offer-input-discount .input-group-text {padding: 0 5px;font-size: 12px;}
.input-group.offer-input-discount {width: 65% !important;}
.input-group.offer-input-discount input.form-control {color: #212529; font-size:0.9;padding:1px 5px;}
.input-group.offer-input-discount input.form-control.iskontolu {color: #8b1011 !important;}



.input-group.offer-input-discount .form-control:focus {box-shadow:none !important;}