/* 
    Document   : Stock
    Created on : Oct 1, 2013, 3:03:01 PM
    Author     : dkarakurt
    Description:
        Purpose of the stylesheet follows.
*/
body{
    font-family:"Roboto",sans-serif
}

hr{
 color:white!important;
 opacity:0;
}
.shadow {
  -moz-box-shadow:    0px 8px 6px -6px #ccc;
  -webkit-box-shadow: 0px 8px 6px -6px #ccc;
   box-shadow:        0px 8px 6px -6px #ccc;
}
.i{
    background-image: url('../images/i1.png');
    background-repeat: no-repeat;
    padding-left:40px!important;
    background-position:5px -2px;
    
    height:20px;
}
.i1{
    background-image: url('../images/i1.png');   
}
.i2{
    background-image: url('../images/i2.png');   
}
.i3{
    background-image: url('../images/i3.png');   
}
.i4{
    background-image: url('../images/i4.png');   
}
.i5{
    background-image: url('../images/i5.png');   
}
.i6{
    background-image: url('../images/i6.png');   
}
.i7{
    background-image: url('../images/i7.png');   
}
#mainContainer table{
    border: none;
}
#mainContainer table tr{
    vertical-align: middle;
}
.mainBox{    
    height: 90px;
    margin: 10px 0;
}
.innerBox{
    margin: 6px 0 6px 0;
    display:flex;
}
.innerBox div {
    flex: 1;
}
.horizontal,div.mainBox div div{
    display:block;
     
}

div.mainBox div div div{
   height: 24px;
   padding: 10px 0 5px 10px ;
}
div.mainBox div div{
   margin-right:10px;
}
    div.mainBox div div.last, div.mainBox div div.last div {
        margin-right: 0 !important;
    }
.gray,ul.dropDown,#SelectChart div.DRHeader{
    background-color: #f0f1f1;
}
ul.dropDown{
    border-left: 1px solid #dbdbdb;
    border-right:1px solid #dbdbdb;
    border-bottom: 2px solid #dbdbdb;
}
ul.dropDown li{
    padding-top: 5px;
}
.upper {
    width: calc(50% - 12px);
}
.red {
    background-color: #003584;
}
.bg-color {
    background: #f5a623;
}
.yellow {
    background-color: #252d3b;
}
.border,#SelectChart div.DRHeader{
    border: 1px solid #dbdbdb;
}
.akbankTitle {
    color: #fff !important;
}
.lightTitle{
    color: white;
}
.darkTitle,#SelectChart div.DRHeader{
   color: #202020; 
}
.hardTitle{
    color: #454545;
}
.thinBox{
    width:123px;
    height:24px;
}
.lightTitle,.darkTitle,.hardTitle,#SelectChart div.DRHeader{
    font-size:11px;
    font-family: "Roboto",sans-serif;
}
.smallBox,#smallLoader div ul li{
   width:324px;
   padding-left:10px;
   height:35px;
}
#smallLoader div ul li p{
     margin-top:6px!important;
}
#smallselects{
    padding-left:50px;
}
#smallselects .DRHeader{
    width:124px!important;
    height: 20px!important;
    padding-top:4px;
}
.lengthBox,#SelectChart div.DRHeader{
    height:35px;
    width:100%;
   
}
.smallBox{
   height:35px;
   width:334px; 
}
#smallLoader div.DRHeader{
    width: 100%;
}

#comparer ul {
    margin-left: -476px !important;
    width: 600px;
}
#comparer ul li{
    font-size:11px;
    padding-top:0px;
}
#comparer ul li div{
    padding:0;
    margin:0;
    
}
#comparer div.container{
    padding-top:10px;
    position: relative;
    top: -40px;
    left:40px;
    width:550px;
    
}
ul.gstyle{
    width:124px!important;
}
#comparer div.container,#smallLoader li span{
    border-bottom: 1px solid #dbdbdb;
}
#smallLoader li span{
    width:95%;
}
#comparer ul li div div.red{
    width:10px;
    height: 100%;
}
#comparer div.DRHeaderOpen{
  height:24px!important;
  background-position:98% 6px!important;
 
}
#mainContainer{
    width: 100%;
    height:320px;
}
#smallLoader{
    margin-bottom: 6px;
    display:flex;
}
#smallLoader .horizontal {
    flex:1;
}


.lengthBox p,#SelectChart div.DRHeader p{
   
    margin-top: 10px;
    padding-left: 10px;
    
}
.DRHeader{
    cursor: pointer;
}
.single .DRrow{
    cursor: pointer;
}

.DRHeaderDefault{
    background-image: url('../images/arrowDown.png');
    background-repeat: no-repeat;
    background-position:98%;
}
.DRHeaderOpen{
    background-image: url('../images/arrowUp.png');
    background-repeat: no-repeat;
    background-position:98%;
    border-bottom:none!important;
}
#SelectChart ul.single li:hover{
    color: #dc0005;
}

#redBar *{
    margin-top: 0!important;
    
}
.multiple{
    
}
#redBar{
    margin-bottom:6px;
}
.checkLine ul{
    list-style:none;
    height:35px;
    width:100%;
    padding-left: 0;
}
.checkLine{
    position: relative;
    z-index: 1;
}
.checkLine .red{
    width:10%;
    height:35px;
}
li.red{
    padding-top:0!important;
    padding-left: 40px;
}
.checkLine li.first{
    padding-left:10px;
}
.checkLine li{
    float: left;
    padding-top:12px;
    
   
}
#chartCont{
    min-height:670px;
    position: relative;
    top:-50px;
    background: none;
   z-index: 0;
}

.highcharts-input-group{
   /* display:none;*/
}
text[y='25'] ,tspan[x='10']{
    display: none;
}
text[y="537"]{
    fill:white!important;
}
.highcharts-button{
  /*display:none;*/
}
g[title='Chart context menu']{
   
   
   
    
}
#bckground{
    width:100%;
    height:80px;
    min-height:88px;
    background-color: #f0f1f1;
    margin-left:10px;
    position:relative;
    top: -210px;
    z-index: -1;
    
}
clipPath{
    z-index: -1!important;
}
.highcharts-navigator path[stroke="#444"]{
    stroke-width:0;
}
.highcharts-navigator rect{
    fill:#f0f1f1;
}
.highcharts-scrollbar rect {
    fill: #252d3b;
    stroke-width: 0;
}
g[style='cursor:e-resize;'] path {
    fill: #252d3b;
    stroke: #252d3b;
}
.checkLine label{
    display: inline-block;  
    cursor: pointer;  
    position: relative;  
    padding-left: 25px;  
    margin-right: 15px;  
    font-size: 10px;
}
.checkLine input[type=radio] {  
    display: none;  
} 
.checkLine  label:before {  
        content: "";  
        display: inline-block;  
      
        width: 16px;  
        height: 15px;  
        margin-right: 10px;  
        position: absolute;  
        left: 0;  
        bottom: 1px;  
        background-color: white; 
        border: 1px solid #dbdbdb;
 }
.checkLine input[type=radio]:checked + label:before {
    background-color:#252d3b;
    font-size: 19px;
    text-align: center;
    line-height: 18px;
}
.preloader {
    background: white url('../images/287.gif') no-repeat;
    background-position: 5px center;
    border: 1px solid #ccc;
    border-radius: 2px;
    opacity: 0.8;
    text-align: center;
    z-index: 120;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 48px;
    transform: translate(-50%, -50%);
}
.preloader p{
    margin-left:40px;
    margin-right:20px;
}
#fromTo{
  font-family: sans-serif;
  font-size: 11px;
  color: #202020;
  display:none;
  position:relative;
  z-index:30;
  top:10px;
}
#fromTo input{
  margin-left:5px;
  margin-right:5px;
}
#print {
    background: url("../images/h-menu.png") no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);
    display: block;
    height: 32px;
    margin: -10px 0 0 20px;
    text-indent: -1000px;
    width: 32px;
}
#formSubmit{
  display:none;
}
#print{
 display:none;
}
/*div.gray.darkTitle{
 height:30px;
}*/
/*M -1.5 4 L 8.5 10  L 8.5 0 L -1.5 4*/
#compareHead .horizontal {
    display: inline-block;
}
.btnClose {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55px !important;
    background-color: #ccc !important;
    padding: 5px !important;
    cursor: pointer;
}
#comparer_1, #comparer_2, #comparer_3{
    height:45px;
}

ul#exchange {
    display: none;
	}

@media screen and (max-width: 480px) {
    .checkLine ul{
        height:60px;
    }
    .checkLine .red{
        height:100%;
    }
    #exchange li {
        padding-left: 10px;
    }
    #intraday ul {
        height:90px;
    }
        #intraday ul li:not(:nth-child(1)) {
            padding-left: 10px;
            width: 80px;
        }
        
        #intraday ul li {
            padding-left: 5px;
            width:60px;            
        }
    #currency ul {
        height: 40px;
    }

    #intraday ul li.akbankTitle p {
        height: 90px;
        vertical-align: middle;
        display: table-cell;
        padding: 0 10px;
    }
    #fromTo label {
        padding:0 20px 10px 0;
        width:100px;
        display:inline-block;
    }
    .mainBox {
        height: 170px;
        margin: 10px 0;
    }
    .innerBox {       
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: space-around;
    }
    .innerBox div {
        width: 140px !important;
        height: 90px;
    }
    .mainBox div div {
        margin-right:10px;
    }
    .mainBox div div.last, div.mainBox div div.last div{
        margin-right:10px !important;
    }
    #comparer div.container{
        border:none;
    }
    #comparer ul {
        margin-left: -226px !important;
        width: 350px;
    }
    #comparer #comparer_2{
        height:25px;
    }
    #comparer div.container {
        width: 350px;
    }
    #comparer .container td {
        display: block;
        float: left;
        height: 20px;
    }
	
}


