/* RTL JQUERY-UI TABS */
@media only screen and (min-width: 800px){
    /*.tr_hover_bg, .tr_hover_bg_stay{*/
        /*background: rgba(230,230,230,1);*/
        /*background: -moz-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(235,235,235,1) 28%, rgba(250,250,250,1) 50%, rgba(235,235,235,1) 74%, rgba(230,230,230,1) 100%);*/
        /*background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(230,230,230,1)), color-stop(28%, rgba(235,235,235,1)), color-stop(50%, rgba(250,250,250,1)), color-stop(74%, rgba(235,235,235,1)), color-stop(100%, rgba(230,230,230,1)));*/
        /*background: -webkit-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(235,235,235,1) 28%, rgba(250,250,250,1) 50%, rgba(235,235,235,1) 74%, rgba(230,230,230,1) 100%);*/
        /*background: -o-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(235,235,235,1) 28%, rgba(250,250,250,1) 50%, rgba(235,235,235,1) 74%, rgba(230,230,230,1) 100%);*/
        /*background: -ms-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(235,235,235,1) 28%, rgba(250,250,250,1) 50%, rgba(235,235,235,1) 74%, rgba(230,230,230,1) 100%);*/
        /*background: linear-gradient(to bottom, rgba(230,230,230,1) 0%, rgba(235,235,235,1) 28%, rgba(250,250,250,1) 50%, rgba(235,235,235,1) 74%, rgba(230,230,230,1) 100%);*/
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#e6e6e6', GradientType=0 );*/

    /*}*/

}

.graphSymbolTR:hover {
    background: rgba(230,230,230,1);
    background: -moz-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(235,235,235,1) 28%, rgba(250,250,250,1) 50%, rgba(235,235,235,1) 74%, rgba(230,230,230,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(230,230,230,1)), color-stop(28%, rgba(235,235,235,1)), color-stop(50%, rgba(250,250,250,1)), color-stop(74%, rgba(235,235,235,1)), color-stop(100%, rgba(230,230,230,1)));
    background: -webkit-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(235,235,235,1) 28%, rgba(250,250,250,1) 50%, rgba(235,235,235,1) 74%, rgba(230,230,230,1) 100%);
    background: -o-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(235,235,235,1) 28%, rgba(250,250,250,1) 50%, rgba(235,235,235,1) 74%, rgba(230,230,230,1) 100%);
    background: -ms-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(235,235,235,1) 28%, rgba(250,250,250,1) 50%, rgba(235,235,235,1) 74%, rgba(230,230,230,1) 100%);
    background: linear-gradient(to bottom, rgba(230,230,230,1) 0%, rgba(235,235,235,1) 28%, rgba(250,250,250,1) 50%, rgba(235,235,235,1) 74%, rgba(230,230,230,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#e6e6e6', GradientType=0 );
}

.menu-img {

    border-radius: 5px;
}

@media only screen and (max-width: 500px) {
    body {
        width: 100% !important;
        /*direction: rtl !important;*/
        margin: 0;
    }

    .ui-icon {
        width: 1px;
        height: 1px;
    }

    #news-wall {
        display: block !important;
        background: #120e69 !important;
        height: 50px;
    }

    #WSDT_single tbody tr td, #WSDT tbody tr td {
        padding: 10px 0px;
        padding-right: 0!important;
        padding-left: 5px !important;
    }

    #WSDT th {
        padding-left: 5px !important;
        padding: 0 !important;
        font-size: 12px !important;
        font: arial;
        font-family: sans-serif;
    }

    table input {
        text-align: center;
        border-style: groove;
        margin-top: 15px;
    }

    ##showMoreBtn {
        display: block;
         font-size: 12px;
         background: none;
     }

     #wallStreetWrapper {
         border-radius: 0px;
     }



    #news {
        display: none;
    }

    .ui-widget {
        font-family: "";
    }

    #wallStreetWrapperData {
        width: 100%;
    }
    /*#WSDT {*/
        /*width: 100%;*/
    /*}*/
    #WSDT tr {
        font-size: 11px !important;
    }

    .menu-img {
        width: 90px;
        height: 30px;
        border-radius: 5px;
    }

    #wallStreetWrapper > ul > li.ui-state-active {
        border-width: 3px !important;
        border-bottom: 0px;
        border-radius: 5px;
    }

    #wallStreetWrapper > ul > li.ui-state-default.ui-corner-top.ui-tabs-selected.ui-state-active {
        margin-top: 0px !important;
        height: 27px !important;
        background: white;
        padding: 3px;
    }

    .indice {
        font-size: 12px !important;
    }

    .ui-tabs .ui-tabs-nav li {
        white-space: inherit;
    }

    #ServerTime {
        line-height: 19px;
        font-size: 9px;
    }

    #indicesbg {
        background: white !important;
    }

    .searchSymbolBtn, .ui-autocomplete-input {
        width: 40%;
        margin-top: 10px;
        font-size: 12px!important;
    }

    /*[id^="tr_"] {*/
        /*position: absolute;*/
    /*}*/

    [id^="graph_"] {
        height: 200px !important;
    }


    /*.highcharts-container {*/
        /*width: 40% !important;*/
    /*}*/

}

	.ui-tabs { direction: rtl; min-height: 450px;}
	.ui-tabs .ui-tabs-nav li.ui-tabs-selected,
	/*.ui-tabs .ui-tabs-nav li.ui-state-default {float: right; }
	.ui-tabs .ui-tabs-nav li a { float: right; }*/

/* JQUERY-UI TABS TABLE */
.ltr, #showMoreNum{direction: ltr;text-align: right;}

td.center{text-align: center;}

/* AJAX ANIMATION SPINNER */
.spinner {
  margin: 100px auto;
  width: 20px;
  height: 20px;
  position: relative;
}
.OpenGood
{
	display:none;
	/*display:none;*/
}
.container1 > div, .container2 > div, .container3 > div {
  width: 8px;
  height: 6px;
  background-color: #333;

  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/* OTHER */
#wallStreetWrapper > ul > li.ui-state-active{
border-width: 6px;
border-bottom: 0px;
}
	#TopBtnWrapper{float: left; clear: left; }
	#WSsearchWrapper{float: left;}


	#WSDT tbody tr{cursor: pointer;}
	#WSDT_single tbody tr td,#WSDT tbody tr td{
        padding: 10px 0px;
        border-bottom: 1px solid #cecece;
        padding-left: 70px;

    }
	#WSDT_single, #WSDT{font-size: 14px; direction: ltr; width: 100%}
	#WSDT th .ui-icon{display: inline-block;}

	#WSDT_single td,#WSDT td{padding: 0 5px;}
	#WSDT_single td:first, #WSDT td:first{padding: 0 0px;}
	#WSDT_single td.red, #WSDT td.red{color: #BE1E1E; font-weight: bold}
	#WSDT_single td.green, #WSDT td.green{color: #0E580E; font-weight: bold}





	.active{background: #29CE29;}
	.ui-autocomplete {
		z-index: 100;
	}

	#newsRss{
		font-size: 0.8em;
		width: 100%;
        color: #120e69;
        border: 1px solid #b6b6b6;
	}
	#newsRss #divRss {direction: ltr;font-weight: bold }
	#newsRss #divRss li{border-bottom: 1px dotted #c6c6c6; }


#wallStreetWrapperData{ color: #000; }

.show-icon{
    float: center;
}
.tr-odd{
background: #ffffff;
/*background: rgba(153, 151, 151, 0.7);*/
}
.tr-even{
    background: white;
/*background: rgba(83, 81, 81, 0.7);*/
}
#WSDT th{padding: 2px 3px 1px 3px; font-size: 1.15em;padding-left: 70px;}
#WSDT tr{font-size: 1.05em;}

#wallStreetWrapper > ul > li.ui-state-default.ui-corner-top.ui-tabs-selected.ui-state-active{
margin-top: 5px;
height: 40px;
background: white;
}
#wallStreetWrapper > ul{
/*background-image: url('../images/top-bg.jpg');*/
    background: gray;
}

#wallStreetWrapper{
    background: white;
	/*background: #ccc;
	background:
		-webkit-radial-gradient(center, circle farthest-corner, rgba(255,255,255,0) 50%, rgba(200,200,200,1)),
		-webkit-radial-gradient(center, circle, rgba(255,255,255,.35),
		rgba(255,255,255,0) 20%, rgba(255,255,255,0) 21%),
		-webkit-radial-gradient(center, circle, rgba(0,0,0,.2),
		rgba(0,0,0,0) 20%, rgba(0,0,0,0) 21%),
		-webkit-radial-gradient(center, circle farthest-corner, #f0f0f0, #747272);*/

	/*background: -moz-radial-gradient(center, circle farthest-corner, rgba(255,255,255,0) 50%, rgba(200,200,200,1)), -webkit-radial-gradient(center, circle, rgba(255,255,255,.35), rgba(255,255,255,0) 20%, rgba(255,255,255,0) 21%), -webkit-radial-gradient(center, circle, rgba(0,0,0,.2), rgba(0,0,0,0) 20%, rgba(0,0,0,0) 21%), -webkit-radial-gradient(center, circle farthest-corner, #f0f0f0, #747272);*/
	/*background: -ms-radial-gradient(center, circle farthest-corner, rgba(255,255,255,0) 50%, rgba(200,200,200,1)), -webkit-radial-gradient(center, circle, rgba(255,255,255,.35), rgba(255,255,255,0) 20%, rgba(255,255,255,0) 21%), -webkit-radial-gradient(center, circle, rgba(0,0,0,.2), rgba(0,0,0,0) 20%, rgba(0,0,0,0) 21%), -webkit-radial-gradient(center, circle farthest-corner, #f0f0f0, #747272);*/
	/*background: -o-radial-gradient(center, circle farthest-corner, rgba(255,255,255,0) 50%, rgba(200,200,200,1)), -webkit-radial-gradient(center, circle, rgba(255,255,255,.35), rgba(255,255,255,0) 20%, rgba(255,255,255,0) 21%), -webkit-radial-gradient(center, circle, rgba(0,0,0,.2), rgba(0,0,0,0) 20%, rgba(0,0,0,0) 21%), -webkit-radial-gradient(center, circle farthest-corner, #f0f0f0, #747272);*/
	/*background: radial-gradient(center, circle farthest-corner, rgba(255,255,255,0) 50%, rgba(200,200,200,1)), -webkit-radial-gradient(center, circle, rgba(255,255,255,.35), rgba(255,255,255,0) 20%, rgba(255,255,255,0) 21%), -webkit-radial-gradient(center, circle, rgba(0,0,0,.2), rgba(0,0,0,0) 20%, rgba(0,0,0,0) 21%), -webkit-radial-gradient(center, circle farthest-corner, #f0f0f0, #747272);*/
}

.ui-autocomplete a{display:block}
.classBtnSelect{background-color:red !important}
/*.searchSymbolBtn {color: #000; background: url(../images/search_icon.png) no-repeat scroll 7px 7px;padding-left:30px;height: 40px;}	*/
.searchSymbolBtn {
	//background: transparent;
	border-style: groove;
	background-image: url('../images/Search-icon.png');
	background-repeat: no-repeat;
	background-position: 5px 3px;
	//background: url(../images/Search-icon.png) no-repeat 7px 7px;
    padding-left: 21px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #2B1818;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #2B1818;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #2B1818;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #2B1818;
}

#TopGainerBtn{
/*background: url('../images/TopGainer.png');*/
/*height: 30px;*/
width: 72px;
/*text-indent: -9999px;*/
border: 0;}

#TopLooserBtn{
/*background: url('../images/TopLosser.png');*/
/*height: 30px;*/
width: 72px;
/*text-indent: -9999px;*/
border: 0;}
#TopBtnWrapper .ui-state-active{
	background-position-y: -44px;
	border: 0;
}
.ui-tabs .ui-tabs-nav {
/*margin: 0;
padding: 1.2em .2em 0;*/
}

thead{
	cursor: pointer;
}


#showMoreBtn{
background: url('../images/show_stocks.png');
height: 28px;
width: 94px;
border: 0;
}
#showMoreBtn:hover{background-position-y: 30px; cursor: pointer}

#GainerTopLoose{
font-size: 18px;display: inline-block;width: 100%;
}
.indice{position: absolute; font-size: 0.85em; direction: ltr!important; left:0; top: 50px; font-family: britannic;
}
.indice span{margin-left: 0.2em; padding-left: 0.2em; position: initial;}
.green{color: #0E580E }
.red{color: #BE1E1E }
.green1{color: #0E580E;font-family:Arial; font-weight: bold }
.red1{color: #BE1E1E ;font-family:Arial; font-weight: bold}
#indicesbg{height: 2em; background: #fff; background: rgb(247, 237, 237) 100%); /* Old browsers */
background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgb(247, 233, 233) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */};

a:hover {
    box-shadow: 10px 30px 5px #030303;
}

#showMoreBtn {
    display: none;
}

#wallStreetWrapperData {
    width: 100%;
}

#news {
    min-width: 250px;
}

td.graphSymbol {
    font-weight: bold;
}

#newsRss1 a {
    color: gray;
}

#news-line li {
    padding-right: 50px;

}

marquee {
    color: #ffffff;
    height: 35px;
    background: #120e69;
    font-weight: bold;

}

#showMoreBtn {
    background: none;
    height: 28px;
    width: 94px;
    /* text-indent: -9999px; */
    border: 0;
    color: gray;
    font-size: 14px;
    display: -webkit-inline-box;
}


a {
    color: white !important;
    text-decoration: none !important;
}
