
/*---------------------------------------------------- GENEL SATIŞ RAPORU-----------------------------------------------  */
.satis_genelsatisraporu .header1,
.satis_genelsatisraporu .header2,
.satis_genelsatisraporu .header3,
.satis_genelsatisraporu .header4,
.satis_genelsatisraporu .header5,
.satis_genelsatisraporu .header6,
.satis_genelsatisraporu .header7
{
  width: 100%;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* background: linear-gradient(45deg, #007bff, #0056b3); */
	background: #519334;
	color: white;
	font-size: 16px;
	font-weight: bold;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	margin-top: 20px;
	margin-bottom: 2px;
	cursor: pointer;
	transition: all 0.3s ease;
}


/*---------------------------------------------------- iHealth SATIŞ RAPORU-----------------------------------------------  */

/* Progres bar  */
.satis_ihealthsatisraporu #classic-progress-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  max-width: 400px;
  height: 20px;
  background-color: #e0e0e0;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: none;
  z-index: 9999;
}

.satis_ihealthsatisraporu .classic-progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(270deg, #0056b3, #007bff, #3399ff, #66b2ff, #99ccff);
  background-size: 200% 200%;
  animation: gradientMove 1.5s ease-in-out infinite;

  transition: width 0.1s ease;
  border-radius: 10px 0 0 10px;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}


.satis_ihealthsatisraporu .middle-line {
  height: 3px;
  background-color: green;
  border: none;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 10px;
}

.satis_ihealthsatisraporu .bottomControlBtns {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  gap: 1px;
  padding: 1px;
  background-color: #ccc;
  z-index: 9999;
  box-sizing: border-box;
}

.satis_ihealthsatisraporu .bottomControlBtns span {
  font-size: 12px;
}


.satis_ihealthsatisraporu .bottomControlBtn1 {
  flex: 1;
  padding: 15px 0;
  background: linear-gradient(45deg, #007bff, #0056b3);
  color: white;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}




.satis_ihealthsatisraporu .bottomControlBtn2 {
  flex: 1;
  padding: 15px 0;
  background: linear-gradient(45deg, #007bff, #0056b3);
  color: white;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}


.satis_ihealthsatisraporu .bottomControlBtn3 {
  flex: 1;
  padding: 15px 0;
  background: linear-gradient(45deg, #007bff, #0056b3);
  color: white;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}




.satis_ihealthsatisraporu .bottomControlBtn4 {
  flex: 1;
  padding: 15px 0;
  background: linear-gradient(45deg, #007bff, #0056b3);
  color: white;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}


.satis_ihealthsatisraporu .bottomControlBtn5 {
  flex: 1;
  padding: 15px 0;
  /* background: linear-gradient(45deg, #ff4d4d, #b30000, #ff6666, #cc0000); */
  background: linear-gradient(45deg, #007bff, #0056b3);
  background-size: 400% 400%;
  color: white;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, background-position 5s ease infinite;
  animation: gradientButton 10s ease infinite;
}

@keyframes gradientButton {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.satis_ihealthsatisraporu .bottomControlBtn5 button:hover {
  transform: scale(1.05);
}

.satis_ihealthsatisraporu .bottomControlBtn6 {
  flex: 1;
  padding: 15px 0;
  background: linear-gradient(45deg, #007bff, #0056b3);
  color: white;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}


.satis_ihealthsatisraporu .header1,
.satis_ihealthsatisraporu .header2,
.satis_ihealthsatisraporu .header3,
.satis_ihealthsatisraporu .header4,
.satis_ihealthsatisraporu .header5,
.satis_ihealthsatisraporu .header6,
.satis_ihealthsatisraporu .header7
{
  width: 100%;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* background: linear-gradient(45deg, #007bff, #0056b3); */
	background: #519334;
	color: white;
	font-size: 16px;
	font-weight: bold;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	margin-top: 20px;
	margin-bottom: 2px;
	cursor: pointer;
	transition: all 0.3s ease;
}
























/*---------------------------------------------------- PureHealth SATIŞ RAPORU-----------------------------------------------  */

/* Progres bar  */
.satis_purehealthsatis #classic-progress-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  max-width: 400px;
  height: 20px;
  background-color: #e0e0e0;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: none;
  z-index: 9999;
}

.satis_purehealthsatis .classic-progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(270deg, #0056b3, #007bff, #3399ff, #66b2ff, #99ccff);
  background-size: 200% 200%;
  animation: gradientMove 1.5s ease-in-out infinite;

  transition: width 0.1s ease;
  border-radius: 10px 0 0 10px;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}


.satis_purehealthsatis .middle-line {
  height: 3px;
  background-color: green;
  border: none;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 10px;
}

.satis_purehealthsatis .bottomControlBtns {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  gap: 1px;
  padding: 1px;
  background-color: #ccc;
  z-index: 9999;
  box-sizing: border-box;
}

.satis_purehealthsatis .bottomControlBtns span {
  font-size: 12px;
}


.satis_purehealthsatis .bottomControlBtn1 {
  flex: 1;
  padding: 15px 0;
  background: linear-gradient(45deg, #007bff, #0056b3);
  color: white;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}




.satis_purehealthsatis .bottomControlBtn2 {
  flex: 1;
  padding: 15px 0;
  background: linear-gradient(45deg, #007bff, #0056b3);
  color: white;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}


.satis_purehealthsatis .bottomControlBtn3 {
  flex: 1;
  padding: 15px 0;
  background: linear-gradient(45deg, #007bff, #0056b3);
  color: white;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}




.satis_purehealthsatis .bottomControlBtn4 {
  flex: 1;
  padding: 15px 0;
  background: linear-gradient(45deg, #007bff, #0056b3);
  color: white;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}


.satis_purehealthsatis .bottomControlBtn5 {
  flex: 1;
  padding: 15px 0;
  /* background: linear-gradient(45deg, #ff4d4d, #b30000, #ff6666, #cc0000); */
  background: linear-gradient(45deg, #007bff, #0056b3);
  background-size: 400% 400%;
  color: white;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, background-position 5s ease infinite;
  animation: gradientButton 10s ease infinite;
}

@keyframes gradientButton {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.satis_purehealthsatis .bottomControlBtn5 button:hover {
  transform: scale(1.05);
}

.satis_purehealthsatis .bottomControlBtn6 {
  flex: 1;
  padding: 15px 0;
  background: linear-gradient(45deg, #007bff, #0056b3);
  color: white;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}


.satis_purehealthsatis .header1,
.satis_purehealthsatis .header2,
.satis_purehealthsatis .header3,
.satis_purehealthsatis .header4,
.satis_purehealthsatis .header5,
.satis_purehealthsatis .header6,
.satis_purehealthsatis .header7
{
  width: 100%;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* background: linear-gradient(45deg, #007bff, #0056b3); */
	background: #519334;
	color: white;
	font-size: 16px;
	font-weight: bold;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	margin-top: 20px;
	margin-bottom: 2px;
	cursor: pointer;
	transition: all 0.3s ease;
}



/*  --------------------------   MF KULANIMI  ------------------------------           */

/* Progres bar  */
.satis_mfkullanimi #classic-progress-wrapper {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	max-width: 400px;
	height: 20px;
	background-color: #e0e0e0;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	display: none;
	z-index: 9999;
}

.satis_mfkullanimi .classic-progress-bar {
	height: 100%;
	width: 0%;
	background: linear-gradient(270deg, #0056b3, #007bff, #3399ff, #66b2ff, #99ccff);
	background-size: 200% 200%;
	animation: gradientMove 1.5s ease-in-out infinite;

	transition: width 0.1s ease;
	border-radius: 10px 0 0 10px;
}

@keyframes gradientMove {
	0% {
		background-position: 0% 50%;
	}

	100% {
		background-position: 100% 50%;
	}
}





.satis_mfkullanimi #siparisModal .info-row {
	display: flex;
	justify-content: space-between;
	padding: 6px 0;
	border-bottom: 1px solid #eee;
	font-size: 15px;
	color: #333;
  text-align: right;
}
.satis_mfkullanimi #siparisModal .fatura-no-link {
	display: flex;
	justify-content: space-between;
	padding: 6px 0;
	border-bottom: 1px solid #eee;
	font-size: 15px;
	color: #333;
}

.satis_mfkullanimi #siparisModal .info-row:last-child {
	border-bottom: none;
}

.satis_mfkullanimi #siparisModal .info-row .label {
	font-weight: 600;
	color: #555;
	min-width: 150px;
  text-align: left;
}


.satis_mfkullanimi #siparisModal th,
.satis_mfkullanimi #siparisModal td {
	text-align: left;
	padding: 8px;
	border-bottom: 1px solid #ddd;
}

.satis_mfkullanimi #siparisModal th {
	background-color: #f2f2f2;
}




.satis_mfkullanimi #siparisModal .modal-content {
	background-color: #fff;
	margin: 5% auto;
	padding: 20px;
	border-radius: 8px;
	width: 70%;
	max-height: 90vh;
	overflow-y: auto;
}

.satis_mfkullanimi #siparisModal .close {
	float: right;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
}

.satis_mfkullanimi #siparisModal table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 15px;
}

.satis_mfkullanimi #siparisModal th,
.satis_mfkullanimi #siparisModal td {
	text-align: left;
	padding: 8px;
	border-bottom: 1px solid #ddd;
}

.satis_mfkullanimi #siparisModal th {
	background-color: #f2f2f2;
}

/* Detaylı İncele Butonu */
.satis_mfkullanimi #siparisModal #detayliInceleBtn {
	padding: 8px 15px;
	background-color: #007bff;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	float: right;
	margin-top: 15px;
}

.satis_mfkullanimi #siparisModal #detayliInceleBtn:hover {
	background-color: #0056b3;
}
/* Onayla Butonu */
.satis_mfkullanimi #siparisModal #onaylaBtn {
	padding: 8px 15px;
	background-color: #28a745;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	float: right;
	margin-top: 15px;
	margin-right: 10px; /* Sağa yaslı olduğumuz için buraya boşluk */
}

.satis_mfkullanimi #siparisModal #onaylaBtn:hover {
	background-color: #218838;
}
.satis_mfkullanimi #siparisModal #reddetBtn {
	padding: 8px 15px;
	background-color: #ff0000;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	float: right;
	margin-top: 15px;
	margin-right: 10px; /* Sağa yaslı olduğumuz için buraya boşluk */
}
.satis_mfkullanimi #siparisModal #reddetBtn:hover {
	background-color: #aa0000;
}

.satis_mfkullanimi #siparisModal .siparis-info-card {
	background-color: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 20px;
	font-family: 'Segoe UI', sans-serif;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  width: 100%;
}


.satis_mfkullanimi #siparisModal #siparisModal .info-row {
	display: flex;
	justify-content: space-between;
	padding: 6px 0;
	border-bottom: 1px solid #eee;
	font-size: 15px;
	color: #333;
}

.satis_mfkullanimi #siparisModal #siparisModal .info-row:last-child {
	border-bottom: none;
}

.satis_mfkullanimi #siparisModal #siparisModal .info-row .label {
	font-weight: 600;
	color: #555;
	min-width: 150px;
}




/* Grafikler */
.satis_mfkullanimi .chartplaceholder {
  flex: 0 0 85%;
  max-width: 85%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.satis_mfkullanimi .satischart-div {
  height: 280px;
  width: 32%;
}

.satis_mfkullanimi .satischart-div {
  flex: 1 1 30%;
  min-width: 280px;
  background: #fff;
  /* border-radius: 12px; */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 2px 2px 2px 2px;
}

/* Grafik iç divleri */
.satis_mfkullanimi .chart {
  width: 100%;
  height: 280px;
  border-radius: 12px;
}

/* Mobil uyum */
@media (max-width: 768px) {
  .satis_mfkullanimi .main_container {
    flex-direction: column;
  }

  .satis_mfkullanimi .filters,
  .stok_stokraporu .chartplaceholder {
    flex: 0 0 100%;
    max-width: 100%;
  }


  .satis_mfkullanimi #modalIcerik{
    max-width: 200%;        /* Sağ ve soldan maksimum 400px genişlesin */
    overflow-y: auto;        /* Y ekseninde scroll */
  }


  .satis_mfkullanimi #siparisModal .siparis-info-card {

    width: 200%;
}

}



.satis_mfkullanimi .middle-line {
  height: 3px;
  background-color: rgb(184, 32, 29) ;
  border: none;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 10px;
}











.satischart-div {
  display: inline-block;
  float: left;
  width: 100%;
  height: 100%;
  padding: 10px 10px 10px 10px;
}

.satischart-div.with-filters {
  width: 80%;
}

.satischart-div .chart {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 30px 10px;
  text-align: center;
  background: #fff;
  box-shadow: inset 0 0 5px #999;
}

.satischart-div #monthlist {
  position: absolute;
  z-index: 5;
  width: 100%;
  text-align: center;
  top: 65px;
}

.satischart-div #monthlist i {
  display: inline-block;
  padding: 3px 6px;
  font-style: normal;
  margin: 0 2px;
  border-radius: 3px;
}

.satischart-div .ktgcontainer {
  position: absolute;
  display: inline-block;
  z-index: 10;
  width: 270px;
  height: 18px;
  right: 25px;
  top: 47px;
}

.satischart-div .ktglogo {
  vertical-align: middle;
  display: inline-block;
  font-size: 12px;
  width: 14px;
  height: 18px;
  padding-top: 4px;
  margin-right: 5px;
}

.satischart-div #ktglist {
  width: 250px;
  vertical-align: middle;
  display: inline-block;
  padding: 3px 0;
}

.satischart-div #bottomnote {
  position: absolute;
  z-index: 5;
  width: 100%;
  text-align: center;
  bottom: 65px;
  color: #777;
}



