/* ========================================
   PIYEKS - Responsive Market Screen CSS
   Version: 2.0
======================================== */

/* Base Styles */
html,body {
    width: 100%;
    height: 100%;
	font-family: 'Arial', sans-serif;
	font-size:12px;
	cursor:default;
}

* {
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}

ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

a{
	text-decoration:none;
}

body {
    margin: 0;
    padding: 0;
    overflow-x:hidden;
    overflow-y:auto;
    color:#FFF;
    background-color:#242B3F;
	font-family: 'Arial', sans-serif;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	background: url(../images/tm.png) center no-repeat #000020;
}

.fontlato{font-family: 'Lato', sans-serif;}
.fontsize8{font-size:8px;}
.fontsize9{font-size:9px;}
.fontsize10{font-size:10px;}
.fontsize12{font-size:12px;}
.fontsize14{font-size:14px;}
.fontsize16{font-size:16px;}
.fontsize18{font-size:18px;}
.fontsize20{font-size:20px;}
.fontsize24{font-size:24px;}
.fontsize26{font-size:26px;}
.fontsize28{font-size:28px;}
.fontsize30{font-size:30px;}
.fontsize32{font-size:32px;}
.fontsize34{font-size:34px;}
.fontcolorwhite{color:#FFF;}
.fontcolorblack{color:#000;}
.fontcolorkirmizi{color:#FF0000;}
.backgroundcolorkuyu{background-color:#000020;}
.fontcolorwhite{color:#FFF;}
.fontcolorlightblue{color:#0CFF00;}
.fontcolororange{color:#F77300;}
.fontcolormiddleblue{color:#327DB6;}
.bgcolormiddleblue{background-color:#327DB6;}

.select2-container {
   z-index: 99999;
   font-family: 'Lato', sans-serif;
}

.clear {
    clear: both;
}

main{
    height: calc(100% - 50px);
    overflow: hidden;
    margin-bottom:35px;
}

header{
    position:relative;
    width:100%;
    height:33px;
    border-bottom:1px solid #5D616C;
    margin:0;
    padding:0;
}

.bosluk5{
	width:10px;
	float:right;
}

.MainLeft{
	border-right:1px solid #5D616C;
}

.marketWatchMainTop{
	border-bottom:1px solid #5D616C;
	height: 25px;
}

.marketWatchBox{
	background-color:#191F30;
}

.PanelNN {
	font-family: sans-serif;
    background: #242B3F;
	padding-left:0px;
	color:#FFFFFF;
	border-radius: 5px;
	cursor:hand; cursor:pointer;
}

.PanelUP {
	font-family: sans-serif;
    background: #0CFF00;
    padding: 0px; 
	color:#000000;
	border-radius: 5px;
	cursor:hand; cursor:pointer;
}

.PanelDN {
	font-family: sans-serif;
    background: #FF0000;
    padding: 0px; 
	color:#FFFFFF;
	border-radius: 5px;
	cursor:hand; cursor:pointer;
}

.PanelNNMini {
    background: #242B3F;
	padding-left:0px;
	color:#FFFFFF;
	border-radius: 2px;
}

.PanelUPMini {
    background: #0CFF00;
    padding: 0px; 
	color:#000000;
	border-radius: 2px;
}

.PanelDNMini {
    background: #FF0000;
    padding: 0px; 
	color:#FFFFFF;
	border-radius: 2px;
}

.GUP{background: #0CFF00;}
.GDN{background: #FF0000;}
.GNN{background: #ABABA9;}

.MainLeftMW{
	position: relative;
    height: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #5D616C;
	width:100%;
	overflow-y:scroll;
}

.MainLeftMW:hover{
	overflow-y:scroll;
}

.MainLeftMW::-webkit-scrollbar{width:0.4em}
.MainLeftMW::-webkit-scrollbar-track{background:#242B3F}
.MainLeftMW::-webkit-scrollbar-thumb{background:#3E465D;border-radius:0.2em}

.scrolldiv{
	position: relative;
    max-height: 100%;
    box-sizing: border-box;
	width:100%;
	overflow-y:scroll;
}

.scrolldiv:hover{
	overflow-y:scroll;
}

.scrolldiv::-webkit-scrollbar{width:0.6em}
.scrolldiv::-webkit-scrollbar-track{background:#242B3F}
.scrolldiv::-webkit-scrollbar-thumb{background:#3E465D;border-radius:0.0em}

.mavibg{
	background-color:#0CFF00;
}

.lightmavibg{
	background-color:#0CFF00;
}

.kirmizibg{
	background-color:#FF0000;
}

.acikgribg{
	background-color:#ABABA9;
}

.PriceTableBg{
	background-color:#394462;
}

.PriceTableBgKoyu{
	background-color:#191F30;
}

.Normalbg{
	background-color:#242B3F;
}

.Normalbgeffect{
	background-color:#00B4FF;
}

.DD2{
	background-color:#242C45;
}

.DD1{
	background-color:#394462;
}

.DDP{
	background-color:#67718C;
}

.bankalarborder{
	border-right:1px solid #5D616C;
	border-bottom:1px solid #5D616C;
}

.HaberList{
    max-height:460px;
	overflow:scroll;
	-webkit-overflow-scrolling:touch;
	width:100%;
	margin:0px;
	padding:0px;
}

.HaberList li{
	padding:3px;
	border-bottom:1px solid #5D616C;
	cursor:hand; cursor:pointer;
}

.HaberList li:hover{
background-color:#000020;
cursor:hand; cursor:pointer;
}

.HaberList li a{
	text-decoration:none;
	color:#FFFFFF;
}

.HaberList::-webkit-scrollbar{width:0.6em}
.HaberList::-webkit-scrollbar-track{background:#242B3F}
.HaberList::-webkit-scrollbar-thumb{background:#3E465D;border-radius:0.0em}

.UyariList{
    max-height:740px;
	overflow:scroll;
	-webkit-overflow-scrolling:touch;
	width:100%;
	margin:0px;
	padding:0px;
}

.UyariList::-webkit-scrollbar{width:0.6em}
.UyariList::-webkit-scrollbar-track{background:#242B3F}
.UyariList::-webkit-scrollbar-thumb{background:#3E465D;border-radius:0.0em}

.UyarilarTeknikbg{
	background-color:#52618D;
	font-family: sans-serif;
	font-size:14px;
	color:#FFFFFF;
}

.UyarilarParitebg{
	background-color:#00B4FF;
	font-family: sans-serif;
	font-size:14px;
	color:#000000;
}

.UyarilarGundembg{
	background-color:#FF7800;
	font-family: sans-serif;
	font-size:14px;
	color:#FFFFFF;
}

.UyarilarEkonomibg{
	background-color:#94FFFF;
	font-family: sans-serif;
	font-size:14px;
	color:#000000;
}

ul#menu, ul#menu ul{
  padding: 0;
  margin: 0;
  list-style: none;
  z-index:999999;
  }

ul#menu li {
	top:-1px;
	position: relative;
	width: 300px;
}

ul#menu li ul {
	display: none;
	position: absolute; 
	top: 19px;
	left: 0;
}

ul#menu li > ul {
top: auto;
left: auto;
}

ul#menu li a { 
font: bold 11px arial, helvetica, sans-serif;
margin: 0;
padding: 0px 0px;
color: #000;
text-decoration: none;
}

ul#menu li a:hover {
color: #a00;
}

ul#menu li:hover ul { 
	display: block;
}

ul#menu li > ul > li a{
  width:300px;
  height:22px;
  display:block;
  padding-left:15px;
  padding-top:5px;
  background-color:#098DC4;
  color:#FFFFFF;
  font: bold 14px arial, helvetica, sans-serif;
  border-bottom: 1px solid #5D616C;
  border-right: 1px solid #5D616C;
}

ul#menu li > ul > li a:hover{
  background-color:#67718C;
  color:#FFFFFF;
}

ul#menu li > ul > li a i{margin-right:10px; width:24px; text-align:center;}

ul#menu li ul li ul.AltMenuUL{
  position:absolute;
  left:316px;
  top:1px;
  display:none;
}

ul#menu li ul li:hover ul.AltMenuUL { 
	display: block;
}

ul#menu li > ul > li > ul > li a{
  width:220px;
  height:22px;
  display:block;
  padding-left:15px;
  padding-top:5px;
  background-color:#098DC4;
  color:#FFFFFF;
  font: bold 14px arial, helvetica, sans-serif;
  border-bottom: 1px solid #5D616C;
  border-right: 1px solid #5D616C;
}

.circleblue{
	color:#6E83BF;
}

.circlegreen{
	color:#0CFF00;
}

.circlered{
	color:#FF0000;
}

.marketWatchMenu{
    list-style-type: none;
    padding: 0;
    margin:0;
    margin-right:0px
}

.marketWatchMenu li{
    float:left;
}

.MWMiniList{
    font-size:12px;
    font-family: 'Lato', sans-serif;
    text-decoration:none;
    display:inline-block;
    padding: 6px 6px 5px;
    border-left:1px solid #5D616C;
    color:#FFF;
    text-align: center;
}

.MWMiniList span{
    padding:0;
    margin:0;
}

.MWMiniList:hover{
    background-color:#327DB6;
    color:#FFF;
}

.MWMiniList2{
    font-size:12px;
    font-family: 'Lato', sans-serif;
    text-decoration:none;
    display:inline-block;
    padding: 6px 6px 5px;
    border-left:1px solid #5D616C;
    text-align: center;
    background-color:#327DB6;
    color:#FFF;
}

.MWMiniList2 span{
    padding:0;
    margin:0;
}

.MWMiniListkapat{
    font-size:12px;
    font-family: 'Lato', sans-serif;
    text-decoration:none;
    display:inline-block;
    padding: 6px 6px 5px;
    color:#FFF;
    text-align: center;
	background-color:#FF0000;
}

.MWMiniListkapat span{
    padding:0;
    margin:0;
}

.MWMiniListkapat:hover{
    background-color:#FFF;
    color:#000;
	cursor:hand; cursor:pointer;
}

.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -400px;
    width: 800px;
    
    background-color: #000020;
    color: #FAFAFA;
    border: 2px solid white;
    padding: 2px;
    animation: fadeIn 0.5s;
}

.jqmOverlay { background-color: #000; }

/* ========================================
   RESPONSIVE GRID LAYOUT
======================================== */

.ticker-container {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	width: 100%;
	padding: 2px;
	box-sizing: border-box;
}

.ticker-item {
	flex: 0 0 calc(20% - 4px);
	box-sizing: border-box;
	min-width: 0;
	width: calc(20% - 4px);
}

.ticker-item > div {
	padding: 2px;
}

.ticker-item .marketWatchBox {
	width: 100% !important;
	height: 95px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

.ticker-item .marketWatchBox > div {
	width: 100% !important;
	max-width: 100%;
	height: 95px;
	position: relative;
	box-sizing: border-box;
}

.ticker-item .marketWatchBox > div > div[style*="position: absolute"] {
	transform-origin: left top;
}

/* ========================================
   NEW TICKER TEMPLATE STYLES
======================================== */

.ticker-content {
	position: relative;
	width: 100%;
	height: 95px;
	padding: 4px;
	box-sizing: border-box;
}

.ticker-symbol {
	position: absolute;
	top: 0;
	left: 4px;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}

.ticker-levels {
	position: absolute;
	top: 2px;
	left: 80px;
	right: 80px;
	display: flex;
	justify-content: space-between;
	gap: 2px;
}

.level {
	flex: 1;
	height: 19px;
	font-family: 'Oswald', sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border-radius: 3px;
	padding: 3px 4px;
	text-align: center;
	box-sizing: border-box;
}

.level-s2 { background: #242C45; }
.level-s1 { background: #394462; }
.level-pivot { background: #67718C; }
.level-r1 { background: #394462; }
.level-r2 { background: #242C45; }

.ticker-percent {
	position: absolute;
	top: 20px;
	right: 80px;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.ticker-price-panel {
	position: absolute;
	top: 24px;
	left: 4px;
	width: 210px;
	height: 52px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 4px;
	box-sizing: border-box;
	border-radius: 3px;
}

.price-bid, .price-ask {
	font-family: 'Fjalla One', sans-serif;
	font-size: 24px;
}

.price-bid { text-align: left; }
.price-ask { text-align: right; }

.ticker-day-range {
	position: absolute;
	top: 78px;
	left: 6px;
	right: 6px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 11px;
	color: #FFFFFF;
}

.day-low, .day-high { flex: 1; }
.day-high { text-align: right; }

.spread {
	width: 60px;
	height: 20px;
	font-family: 'Fjalla One', sans-serif;
	font-size: 11px;
	color: #000000;
	background: #FF7800;
	border-radius: 5px;
	text-align: center;
	line-height: 20px;
}

.ticker-chart {
	position: absolute;
	top: 24px;
	right: 6px;
	display: flex;
	align-items: center;
	gap: 5px;
}

.sparkline { width: 80px; height: 20px; }
.chart-icon { width: 20px; height: 20px; }
.chart-icon img { cursor: pointer; transition: transform 0.2s; }
.chart-icon img:hover { transform: scale(1.1); }

.ticker-signals {
	position: absolute;
	top: 48px;
	right: 6px;
	display: flex;
	gap: 2px;
}

.signal-box {
	width: 69px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.signal-indicator {
	width: 100%;
	height: 14px;
	font-size: 18px;
	text-align: center;
	line-height: 14px;
}

.signal-label {
	width: 100%;
	height: 15px;
	background-color: #57585A;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	line-height: 15px;
	border-radius: 2px;
	margin-top: 2px;
}

.signal-bar {
	width: 100%;
	height: 5px;
	margin-top: 1px;
	display: none;
}

.signal-bar.active { display: block; }

/* Section Headers */
.section-header {
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 2px;
}

.section-header .marketWatchBox {
	padding: 5px 10px;
	background: #1a1f2e;
}

.section-header h2 {
	margin: 0;
	padding: 3px 0;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
}

/* News Section */
.news-section {
	padding: 2px;
}

.news-section .marketWatchBox {
	padding: 15px;
	min-height: 200px;
}

.news-section p {
	margin: 0;
}

/* Ticker Band */
.ticker-band {
	margin-top: 20px;
	padding: 10px 0;
	background: #191F30;
	overflow: hidden;
}

.ticker-band ul {
	padding: 5px;
}

/* ========================================
   RESPONSIVE BREAKPOINTS
======================================== */

/* Extra Large Screens (1920px+) - 5 ticker/satır */
@media (min-width: 1920px) {
	.ticker-item {
		flex: 0 0 calc(20% - 4px);
		width: calc(20% - 4px);
		min-width: 0;
		max-width: none;
	}
}

/* Large Desktop (1400px - 1919px) - 5 ticker/satır */
@media (max-width: 1919px) and (min-width: 1400px) {
	.ticker-item {
		flex: 0 0 calc(20% - 4px);
		width: calc(20% - 4px);
		min-width: 0;
		max-width: none;
	}
}

/* Desktop (1200px - 1399px) - 4 ticker/satır */
@media (max-width: 1399px) and (min-width: 1200px) {
	.ticker-item {
		flex: 0 0 calc(25% - 4px);
		width: calc(25% - 4px);
		min-width: 0;
		max-width: none;
	}
}

/* Desktop (1024px - 1199px) - 3 ticker/satır */
@media (max-width: 1199px) and (min-width: 1024px) {
	.ticker-item {
		flex: 0 0 calc(33.333% - 4px);
		width: calc(33.333% - 4px);
		min-width: 0;
		max-width: none;
	}
}

/* Tablet Landscape (768px - 1023px) - 3 ticker/satır */
@media (max-width: 1023px) and (min-width: 768px) {
	.ticker-item {
		flex: 0 0 calc(33.333% - 4px);
		width: calc(33.333% - 4px);
		min-width: 0;
		max-width: none;
	}
	
	.marketWatchBox {
		width: 100% !important;
	}
	
	.modal_content {
		padding: 30px 40px;
		width: 90%;
	}
}

/* Tablet Portrait (600px - 767px) - 2 ticker/satır */
@media (max-width: 767px) and (min-width: 600px) {
	.ticker-item {
		flex: 0 0 calc(50% - 4px);
		width: calc(50% - 4px);
		min-width: 0;
		max-width: none;
	}
	
	.marketWatchBox {
		width: 100% !important;
	}
	
	#loginPanel {
		width: 95%;
	}
	
	.modal_content {
		padding: 20px;
		width: 95%;
		font-size: 14px;
	}
}

/* Mobile Landscape (480px - 599px) - 1 ticker/satır */
@media (max-width: 599px) and (min-width: 480px) {
	.ticker-item {
		flex: 0 0 100%;
		width: 100%;
		min-width: 0;
		max-width: none;
	}
	
	.ticker-item .marketWatchBox {
		height: auto;
		min-height: 95px;
	}
	
	.modal_content {
		padding: 15px;
		width: 95%;
		font-size: 13px;
	}
}

/* Mobile Portrait (< 480px) - 1 ticker/satır TAM GENİŞLİK */
@media (max-width: 479px) {
	.ticker-container {
		gap: 2px;
		padding: 1px;
	}
	
	.ticker-item {
		flex: 0 0 100%;
		width: 100%;
		min-width: 0;
		max-width: none;
	}
	
	.ticker-item > div {
		padding: 1px;
	}
	
	.ticker-item .marketWatchBox {
		height: auto;
		min-height: 95px;
		width: 100% !important;
	}
	
	.ticker-band {
		padding: 5px 0;
	}
	
	#loginPanel {
		width: 95%;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.modal_content {
		padding: 10px;
		width: 95%;
		font-size: 12px;
		left: 2.5%;
	}
	
	.textBox button {
		width: 140px;
	}
}

/* ========================================
   LOGIN & MODAL STYLES
======================================== */

#loginPanel {
	width: 90%;
	max-width: 500px;
	height: auto;
	left: 50%;
	top: 30%;
	position: absolute;
	transform: translateX(-50%);
	-webkit-animation: bounceInDown 1s;
	animation: bounceInDown 1s;
}

.textBox {
	text-align: center;
	width: 100%;
	height: 45px;
	margin-top: 25px;
}

.textBox img {
	padding-top: 15px;
	padding-bottom: 15px;
}

.textBox input {
	height: 35px;
	width: 85%;
	background: transparent;
	color: #fff;
	border: 0;
	outline: none;
	border-bottom: 1px solid #fff;
}

.textBox button {
	width: 180px;
	padding: 5px 0;
	cursor: pointer;
	background: transparent;
	border: 1px solid #fff !important;
	color: #fff;
	font-weight: bold;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.textBox button:hover {
	cursor: pointer;
}

.textBox input:focus {
	border-bottom: 1px solid #888;
}

.textBox input::-webkit-input-placeholder {
	color: #b7b7b7;
	padding-left: 5px;
}

.textBox input::-moz-placeholder {
	color: #b7b7b7;
	padding-left: 5px;
}

.textBox input:-ms-input-placeholder {
	color: #b7b7b7;
	padding-left: 5px;
}

.textBox input:-moz-placeholder {
	color: #b7b7b7;
	padding-left: 5px;
}

.alert {
	width: 85%;
	padding: 10px 5px 10px;
	margin-left: 5%;
}

.alert-danger {
	background: #ce1212;
	border: 1px solid #aa0d0d;
	color: #fff;
}

.alert-success {
	background: #03a54c;
	border: 1px solid #028c40;
	color: #fff;
}

.sagmenu {
	width: 250px;
	border-style: solid;
	border-width: 1px;
	border-color: white;
	border-radius: 0px;
	position: fixed;
	display: none;
	z-index: 99999999;
	background-color: #098DC4;
}

.sagmenu-item {
	height: 24px;
	padding-left: 4px;
	padding-top: 4px;
}

.sagmenu-item:hover {
	background-color: #67718C;
	cursor: pointer;
}

.sagmenu-item2 {
	height: 24px;
	padding-left: 4px;
	padding-top: 4px;
	background-color: #27698A;
}

.sagmenu-item2:hover {
	background-color: #44AEE3;
	cursor: pointer;
}

.modalBody {
	background-color: rgba(0, 0, 0, .5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
}

.modal_content {
	position: fixed;
	top: 17%;
	left: 3%;
	background-color: #000020;
	padding: 60px 90px;
	padding-bottom: 50px;
	border: 1px solid #fff;
	width: 85%;
	font-size: 15px;
	line-height: 1.6;
}

.modal_content h1 {
	font-size: 36px;
	margin-top: 0;
	padding-top: 0;
}

.createAccount {
	padding: 15px 40px;
	color: #fff;
	background-color: #098DC4;
	cursor: pointer;
	border: 1px solid #FFFFFF;
	transition: all ease-in-out .3s;
}

.createAccount:hover {
	padding: 15px 40px;
	color: #fff;
	background-color: #098DC4;
	cursor: pointer;
	letter-spacing: 2px;
	border: 1px solid #FFFFFF;
}

#info_close {
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
}