/*@import url(http://fonts.googleapis.com/earlyaccess/opensanshebrew.css);*/

body { font-family: Arial, 'Open Sans Hebrew', sans-serif; /*font-family: Helvetica, sans-serif;*/ font-size:small; color:#000000; background-color:#fefaf0;}
table { width:100%; border:0px; padding:0; border-spacing:0; border-collapse:collapse; }
img { border:0px; }
/*Bloomer box for article page*/
/*#BloomerArticles { padding-left:0px; padding-right:0px; }
.blooImageBox {
	border: 1px solid #f2e7d1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.brdNone { border:0px; }
.blooImageBoxTit { padding:10px; height:90px; }*/
.bdleft { border-left: 5px solid #f2e7d1; }
.aSocialIcons .fb-icon, .aSocialIcons .whatsapp-icon { width:35px; }
.aSocialIcons .glyphicon { top: 16px; left:0px; }
.aSocialIcons .greenIcon .glyphicon { top: 10px; }
.aSocialIcons .text-warning .gi-3x { font-size: 32px!important;
    top: 13px; }
.aSocialIcons .text-warning { color: #FF8C00; padding:0 7px; }
.aSocialIcons .greenIcon {  color: #7ca330; }
/*new index page css*/
.newartTopBox { padding:8px; }
.newartBox {
	border: 1px solid #e8d5bb;
    float: left;
   /* border-radius: 6px;*/
	/*border-top-left-radius: 6px;
	border-top-right-radius: 6px;*/
}
.newart2H2 {
    min-height: 50px;
    margin: 10px 7px 3px 0;
    font-size: 14px;
    font-weight: bold;
    overflow-wrap: break-word;
}
.newart21H2 {
    font-size: 14px;
    font-weight: bold;
    overflow-wrap: break-word;
	margin: 5px 0;
	min-height: 37px;
}
.newartBline {
	width: 63%;
    float: right;
    margin-right: 7px;
    margin-bottom: 5px;
	font-size:12px;
}
.newartBline2 {
	width: 30%;
    float: right;
    text-align: left;
    margin-left: 7px;
    margin-top: 3px;
    margin-bottom: 5px;
}
.adpart .newartBline { width:32%; }
.adpart .newartBline2 { margin-top:0px; }
.newarticlesec #articleImage { max-width: 70%; margin: auto; }
.newarticlesec .artImgtitle { width: 85%; float: left; }
.fnt16 { font-size:16px; }
.desk_pad_none { padding:0 8px; }
.natext { font-size:18px; font-weight:normal; }
.natext2 { font-size:15px; font-weight:normal; margin-bottom:10px; }
.newarticleSec2 .media-left { width:35%; }
.newart4H2 { font-size:14px; min-height: 60px; }
.newartsec3Box {
	padding: 5px 8px;
	margin-bottom:5px;
    /*border: 1px solid #e8d5bb;*/
}

.fn12 { font-size:12px; }
.pb8 { padding-bottom:8px!important; }
.mtp75 { margin-top:75px;  margin-bottom:75px; }
.newBoxDesktop { padding-top: 10px; border: 1px solid #f1e6ce; }	
@media (max-width:420px) {
	.newartsec3Box .col-xs-5 { padding-left:15px; }
	.desk_pad_none { padding-left:15px; padding-right:15px; }
	.artH2top { font-size:16px!important; }
	.newartBline {
    	width: 55%;
	}
	.newartBline2 {
    	width: 35%;
	}
	.mtp75 { margin-top:0px;  margin-bottom:0px; }
	.newartBox { border:0px; }
	.bdleft { border:0px; }
}	
/*Bg color change start*/
.bytab { background: #2b2b2b;
    color: #c5b737;
}	
.panel {
    background-color: #fefaf0;
}
.articleAuthImg { position: absolute;
    width: 48px;
    top: 8px;
    left: 95px;
    padding: 5px;
}	
.lh35 { line-height:35px; }	
.lh43 { line-height:43px; }	
.hmt0 { margin-top:0;px }
.hmb0 { margin-bottom:0px; }
.form-control { background-color: #f8f1e1; border-color: #e8d5bb; }
.form-control:focus { border-color: #e8d5bb; box-shadow: none; }
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li>a:hover { background-color:#e8d5bb; }
table.dataTable tbody tr.even {
    background-color: #fefaf0!important;
}
table.dataTable tbody tr.odd {
    background-color: #f9f1e1!important;
}
table.dataTable thead, .table.dataTable thead th {
    background-color: #e6d5b4!important;
}
table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #fefaf0!important;
}
table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #f5ebd6!important;
}
.panel-default>.panel-heading {
    background-image: -webkit-linear-gradient(top,#f1e5cd 0,#f9f1e1 100%);
    background-image: -o-linear-gradient(top,#f1e5cd 0,#f9f1e1 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f1e5cd),to(#f9f1e1));
    background-image: linear-gradient(to bottom,#f1e5cd 0,#f9f1e1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1e5cd', endColorstr='#f9f1e1', GradientType=0);
    background-repeat: repeat-x;
}
.panel-default {
    border-color: #f2e7d1;
}
.btn-default {
    text-shadow: 0 1px 0 #e6d5b4;
    background-image: -webkit-linear-gradient(top,#e6d5b4 0,#fefaf0 100%);
    background-image: -o-linear-gradient(top,#e6d5b4 0,#fefaf0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#fefaf0));
    background-image: linear-gradient(to bottom,#e6d5b4 0,#fefaf0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6d5b4', endColorstr='#fffefaf0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-color: #e6d5b4;
}
.well { background-image: -webkit-linear-gradient(top,#f3e9d4 0,#f9f3ea 100%);
    background-image: -o-linear-gradient(top,#e8e8e8 0,#f3e9d4 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f3e9d4),to(#f9f3ea));
	background-image: linear-gradient(to bottom,#f3e9d4 0,#f9f3ea 100%); 
}
.star_box { background-color: #f9f1e1!important; border: 1px solid #f1e5cd!important; }
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f1e1;
}
.funderTickers {
    background: #f7efde!important;
    border: 1px solid #f2e7d1!important;
}	
.panel-default>.panel-heading {
    border-color: #f2e7d1!important;
}
hr { border-top: 1px solid #f1e6ce!important; }	
/*bg color end*/

select { direction:rtl; }
.bdrnone { border:none; }
a { color:#000000; }
a:hover { color:#333333; }

.border-b { border-bottom: 1px solid #dddddd; }
.font14 { font-size:14px; }
.artImgSectionN { margin-top:15px; margin-bottom:15px; }
.artImgSectionN img{ margin:0 auto; width:100%;}
.artImgSectionN .img1{ height:260px; }
.artImgSectionN .img2{ height:180px; }

.input-sm { font-size:16px; }
.owl-carousel .item {
    float: right;
    padding:0 5px;
}
.adv-header-logo { width:36%; float:left; margin-right:5px; border-radius: 5px; }
.blm-header-logo { width:29%; float:left; margin-right:5px; border-radius: 5px; }

.tableHeading { color:Black;background-color:#D3D8CD;font-size:14px; }
.newsBxoMrg { margin: 40px 0 15px 0; }
.mt-5 { margin-top:5px; }
.mt-10 { margin-top:10px; }
.w50pr { width:50%!important; }
.w25pr { width:25%!important; }
.w33pr { width:31%!important; border-bottom: none!important }
.w11pr { width:11%!important; border-bottom: none!important }
.w14pr { width:14%!important; border-bottom: none!important }
#index-userPortfolio { border:none; }
.pad5 { padding:5px; }
.aTit { font-size:25px; font-weight:bold; color:#000000; }
.font22 { font-size:24px; }
.font28 { font-size:28px; font-weight:bold; }
.fb-logo {
	width:25px;
	float:left;
	margin-right:5px;
}
.tw-logo {
	width:25px;
	float:left;
	margin-right:5px;
}
.adv-logo { width: 33px;
    float: left;
    margin-left:0px;
	margin-top:1px;
    border: 0px solid #99ca3b;
    /*border-radius: 15px;*/
}	
.comment-box { word-break: break-all; }
.fundH2 { font-size: small;
    display: inline;
    vertical-align: bottom;
}
.pb-5 { padding-bottom:5px; }
.dsinh { display:inherit; }
.titleH1 { font-size:18px; }
.title2H1 { font-size:22px; }
.menuH1 { margin: 0;
    font-size: 18px;
	font-weight:bold;
}	
.artH2 { margin-top: 0;
    font-size: 18px;
	font-weight:bold;
}
.artH2mob { margin-top: 0;
    font-size: 16px;
	font-weight:bold;
}
.artH2top { margin-top: 0;
    font-size: 22px;
	font-weight:bold;
}
.art2H2 { min-height: 65px;
	margin: 0 0 10px 0;
    font-size: 14px;
	font-weight:bold;
	overflow-wrap: break-word;
}
.art3H2 { 
	margin: 0;
    font-size: 14px;
}
.art4H2 { 
    font-size: 16px;
}
.fh2 { font-size:small; }
.searchBoxHeader { background: #84ad33;
    height: 50px;
    padding: 9px 6px 10px 7px;
    margin-top: -9px; border-radius: 4px; }
.searchRdBtn { 
	margin-top: 7px;
    font-size: 14px;
    font-weight: bold;
    color: white;
}	
.serachBoxPanel .ui-state-default, .serachBoxPanel .ui-widget-content .ui-state-default, .serachBoxPanel .ui-widget-header .ui-state-default {
    border: 1px solid #6c8f2b;
    background: #6c8f2b;
    font-weight: 400;
    color: #212121;
}

.serachBoxPanel .ui-widget-header {
    border: 1px solid #aaa;
    background: #97c83b;
    font-weight: 700;
}
/* The container */
.searchRdBtnBox {
  /*display: block;*/
  position: relative;
  padding-right: 16px;
  padding-left:13px;
  /*margin-bottom: 12px;*/
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.searchRdBtnBox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmarkR {
  position: absolute;
  top: 4px;
  right: 0;
  height: 12px;
  width: 12px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.searchRdBtnBox:hover input ~ .checkmarkR {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.searchRdBtnBox input:checked ~ .checkmarkR {
  background-color: #323330;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.searchRdBtnBox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.searchRdBtnBox input:checked ~ .checkmarkR:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.searchRdBtnBox .checkmarkR:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.htmlTitleFormat div { font-size:20px!important; color:#000000!important; }
.htmlTitleFormat2 { font-size:19px!important;  color:#000000!important; }
.htmlTitleFormat div span { color:#000000!important; }
.htmlTitleFormat div span:first-child { font-size:14px!important; color:#FFF!important; }
.bannerLeft { position:absolute; float:left; left:1%;  z-index: 1; margin:0; padding:0; height:640px; }
.bannerRight { position:absolute; float:right; right:1%;  z-index: 1; }
/*@media (min-width:1050px)
{
	.container{width:1070px;}
}*/

.h1 { font-size: 24px;}
.h2 { font-size: 18px;}
.mb20 { margin-bottom:20px; }
.paginate_button {
    padding: 0.2em 0.6em!important;
    font-weight: bold!important;
    font-size: 12px!important;
}
.checkboxCC label:after {
  content: '';
  display: table;
  clear: both;
}

.checkboxCC .cr {
  position: relative;
  display: inline-block;
  border: 2px solid #089ee6;
  border-radius: .25em;
  width: 1.4em;
  height: 1.4em;
  float: left;
  margin-right: .5em;
}

.checkboxCC .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 15%;
}

.checkboxCC label input[type="checkbox"] {
  display: none;
}

.checkboxCC label input[type="checkbox"]+.cr>.cr-icon {
  opacity: 0;
}

.checkboxCC label input[type="checkbox"]:checked+.cr>.cr-icon {
  opacity: 1;
}

.checkboxCC label input[type="checkbox"]:disabled+.cr {
  opacity: .5;
}
.help-block { margin-bottom:0px; }
.discText { padding:10px 0 0 0; font-size:12px; }
.pad_none_left, .plNone { padding-left:0px; }
.whatsapp-icon { width: 72%; padding: 5px 0 0 7px; }
.whatsapp-icon:hover { opacity:0.8; }
.iwhp { border-radius: 10px;
    border: 1px solid #eae5e5; }
@media only screen and (min-width:375px) and (max-width:419px) {

	/* owl carouselRTL - START*/
	.owl-carousel .owl-stage-outer {margin:0px!important;}
	.owl-carousel.owl-rtl { width:100%!important; padding: 10px 16px 0 16px;}
	.item { text-align:center; width:auto;font-weight: bold;}
	.owl-prev { width:17px; height:17px; float:right; margin-right: -15px; margin-top: -17px; font-family: arial;font-weight:bold; background:#99ca3b; font-size: 13px; color:#fff;    z-index: 9; position: relative;}
	.owl-next {  width:17px; height:17px; float:left; margin-left: -15px; margin-top: -17px; font-family: arial; font-weight: bold;background:#99ca3b; font-size: 13px; color:#fff;    z-index: 9; position: relative;}
	.owl-controls { display:inline!important; }
	/* owl carouselRTL - END*/

}

@media (max-width:420px) {
	#MostPopArticles2 .img-responsive { margin:auto; }
	.adv-header-logo { width:53%; }
	.blm-header-logo { width:41%; }
	#vmvideo iframe { width:100%; height:100%; }
	.fb-logo {
		padding: 5px 0px;
		margin:0 auto;
	}
	.tw-logo { position: absolute;
    	right: 46%;
    	padding-top: 11%;
	}
	.adv-logo {
		padding: 5px 0px;
	}
	.apps-logo {
		width: 36%;
		height:30px;
    	margin: 1% 2%;
		float:left;
	}
	.plNone { padding-left:15px; }
	
	.gmtabs { padding-right:0%!important; padding-top:10px; }
	.gmtabs li { margin-bottom: 0px; width:25%!important; }
	.gmtabs li a { font-size: 12px!important; font-weight:normal;
		text-align: center;
		padding: 7px;
		border-radius: 0px; margin:0px; 
	}
		
	.nav-tabs>li>a { padding: 5px!important; font-size: 10px; }
	/*.table-scrollable thead tr th { width:60px!important;  }
	.table-scrollable tbody tr td { width:auto!important; padding:10px!important; }
	.table-scrollable2 thead tr th { width: 64px!important;  }
	.table-scrollable2 tbody tr td { padding: 9px!important; }*/
	.logo img { float: none !important; }
	footer { margin-top:0px!important; float:left;}
	.datePickerM {float: right; width: 80%; z-index: 999999; position: inherit;}
	.star_box {width:100%!important;}
	.star_box img {width:16%;}
	#bnrid3 iframe { width:100%;}
	.nav>li { border-bottom: 0px solid #80a933!important;}
	
	.pdt-10 { padding-top:10px!important; }
	.topFundTabs .nav>li {
		width: 50%;
		text-align: center;
	}
	
	.topFundTabs>li {
	   width:50%;
	   text-align:center;
	   border-bottom:0px!important;
	}
	.topFundTabs>li>a {
		font-size: 18px;
	}
	.topFundTabs>li.active>a {  }
	.mb-mrg-hdr { margin:5px 0;}
	
	#scrtable .table-scrollable thead tr th.index_hd1, .scrtable .table-scrollable thead tr th.index_hd1 {width:45%!important; padding-right:8px!important;}	
	#scrtable .table-scrollable thead tr th.index_hd3, .scrtable .table-scrollable thead tr th.index_hd3 {width: 20%!important; text-align: right!important;}
	#scrtable .table-scrollable tbody tr td.index_cnt1, .scrtable .table-scrollable tbody tr td.index_cnt1 {width: 44%!important;}
	#scrtable .table-scrollable thead tr th.index_hd5, .scrtable .table-scrollable thead tr th.index_hd5 {padding-right:8px!important;}
	
	.img_box h5 { min-height:auto!important;}
	#index-exp img { width:auto!important; height:auto!important;}
	#indexTop2Article img { width:auto!important; height:auto!important;}
	#indexNewsArticle img { width:auto!important; height:auto!important;}
	.navbar-toggle {float: right; margin: 12px 0px 13px 0;}
	/*.navbar-brand {width: 265px; float: left;}
	.navbar-brand img {width:90%;float: left;}*/
	#indexTopArticle h4, #indexTop2Article h5, #indexNewsArticle h5, #indexFundsArticle h5, #index-gemel h5, #index-exp h5, #index-etf h5 { margin-top:0px;}	
	.pad_mob, .pad_none_mob { padding:0px;}
	.pad_mob1 { padding:0 15px 0 0!important;}
	.pad_mob_top { padding:10px 0px 0 0;}
	.pad_mob_top2 { padding: 10px 0px 0 0!important; }
	#articleSubTitle { margin-top:0px;}
	.ftr_botm_text { position:inherit!important; margin-top:0px!important; width:auto!important;}
	.indexArticles .thumbnail { margin-bottom:0px;}
	.navbar-brand { height: auto; padding: 10px 15px 5px 0;}
	.paddding_none_lt { padding-left:0px;}
	#navbar { width: 100%;}
	#articleDesc img { max-width: 100%!important; height: auto!important;}
	.hide_hr:last-child { display:none!important;}
	
	/* owl carouselRTL - START*/
	.owl-carousel .owl-stage-outer {margin:0px!important;}
	.owl-carousel.owl-rtl { width:100%; padding: 10px 16px 0 16px;}
	.item { text-align:center; width:auto;font-weight: bold;}
	.owl-prev { width:17px; height:17px; float:right; margin-right: -15px; margin-top: -17px; font-family: arial;font-weight:bold; background:#99ca3b; font-size: 13px; color:#fff;    z-index: 9; position: relative;}
	.owl-next {  width:17px; height:17px; float:left; margin-left: -15px; margin-top: -17px; font-family: arial; font-weight: bold;background:#99ca3b; font-size: 13px; color:#fff;    z-index: 9; position: relative;}
	.owl-controls { display:inline!important; }
	/* owl carouselRTL - END*/

	#articleImage { margin:auto; }
	.fb-icon2, .whatsapp-icon2, .tw-icon2 { width:30px; margin: 6px 17px; }
	.gi-3x2{ font-size: 35px; margin:5px 17px; top:14px!important; }
	#printaArtID .glyphicon-print { font-size: 30px; top: 12px!important; }
	
	#articleIcon .fb-icon {width:98%!important; padding:16px 0 0 0px;}
	#articleIcon .glyphicon { top: 16px; left:0px;}
	#articleIcon .gi-3x { font-size: 22px!important;}
	.mauto { margin:auto; }
	.h3, h3 { font-size: 20px;}
	.h4, h4 { font-size: 14px;}
	#divscrollableG .index_cnt4cn { width:18%!important; }
	
	.navbar-inverse .nav>li>a.icon-login { width:100%!important;}
	.navbar-inverse .nav>li>a.icon-login .gi-3x { line-height: normal!important;}
	.fundlist .fld_btn { width:auto!important; }
	
	.ui-daterangepicker .ranges { margin-left:0px!important;}
	.ui-daterangepicker .range-start, .ui-daterangepicker .range-end { float: none!important;}
	.ui-daterangepicker ul, .ui-daterangepicker .ranges, .ui-daterangepicker .range-start, .ui-daterangepicker .range-end {float: none!important;}
	
	.search_btn {float: left; margin-top: 33px; padding: 2px 0px; margin-left: -7px; border-radius: 4px; border: 0;}
	.serch_box_mob {border-bottom: 1px solid #909090; padding-bottom: 20px!important;}
	.rateBox { padding-top:9px;}	
	/*.parent {
		overflow-y: scroll;  has to be scroll, not auto 
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive .table {
		max-width: none;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch !important;
	}
	 .table-responsive{
		width:100%;
		overflow-x:scroll;
		overflow-y:hidden;
		-webkit-overflow-scrolling: touch;
	}*/
.funderTickers { height: auto!important;}
/*.funderTickers table { margin-top: 10px;}*/	
.funderTickers .col-xs-3 { padding-left:2px!important; padding-right:2px!important;}
.funderTickers .col-xs-3 th { font-size:10px; }
.funderTickers .col-xs-3 td { font-size:8px; font-size:0.85rem; }
.funderTickers .sep-pad { padding: 0 2px!important;}
.mobCenter { text-align:center;}
.icon-login { width: 100%;}
.customWidth { /*width:120px; float:left;*/ }
#fundReviewFormMob { z-index:999999; }
.dataTables_wrapper .dataTables_paginate {
    margin-bottom: 0.7em;
}
}
@media only screen and (min-width:421px) and (max-width:767px)
{
	.table-scrollable thead tr th { width:100px!important;  padding:10px!important; text-align:center; }
	.table-scrollable tbody tr td {width:100px!important;  padding:10px!important; }
	.logo img { float: none !important; }
	.nav>li { border-bottom: 1px solid #80a933!important;}
	.mb-mrg-hdr { margin:5px 0;}
	#scrtable .table-scrollable thead tr th.index_hd1, .scrtable .table-scrollable thead tr th.index_hd1 {width: 36%!important; padding-right:8px!important; text-align: right;}
	#scrtable .table-scrollable thead tr th.index_hd2, .scrtable .table-scrollable thead tr th.index_hd2 {width: 20%!important; text-align: right!important;}
	#scrtable .table-scrollable thead tr th.index_hd3, .scrtable .table-scrollable thead tr th.index_hd3 {width: 20%!important; text-align: right!important;}
	#scrtable .table-scrollable thead tr th.index_hd4, .scrtable .table-scrollable thead tr th.index_hd4 {width: 20%!important; text-align: right!important;}
	#scrtable .table-scrollable tbody tr td.index_cnt1, .scrtable .table-scrollable tbody tr td.index_cnt1 {width:36%!important;}
	#scrtable .table-scrollable tbody tr td.index_cnt2, .scrtable .table-scrollable tbody tr td.index_cnt2 {width:20%!important;text-align: right;}
	#scrtable .table-scrollable tbody tr td.index_cnt3, .scrtable .table-scrollable tbody tr td.index_cnt3 {width:20%!important;text-align: right;}
	#scrtable .table-scrollable tbody tr td.index_cnt4, .scrtable .table-scrollable tbody tr td.index_cnt4 {width:20%!important;text-align: right;}
	
	#scrtable .table-scrollable thead tr th.index_hd5, .scrtable .table-scrollable thead tr th.index_hd5 {width:65%!important; padding-right:8px!important;text-align: right;}
	#scrtable .table-scrollable thead tr th.index_hd6, .scrtable .table-scrollable thead tr th.index_hd6 {width:35%!important;text-align: right;}
	#scrtable .table-scrollable tbody tr td.index_hd5, .scrtable .table-scrollable tbody tr td.index_hd5 {width:65%!important;}
	#scrtable .table-scrollable tbody tr td.index_hd6, .scrtable .table-scrollable tbody tr td.index_hd6 {width:35%!important;}
	.img_box h5 { min-height:auto!important;}
	#index-exp img { width:auto!important; height:auto!important;}
	#indexTop2Article img { width:auto!important; height:auto!important;}
	#indexNewsArticle img { width:auto!important; height:auto!important;}
	
	#indexTopArticle h4, #indexTop2Article h5, #indexNewsArticle h5, #indexFundsArticle h5, #index-gemel h5, #index-exp h5, #index-etf h5 { margin-top:0px;}
	.indexArticles .thumbnail { margin-bottom:0px;}
	.pad_mob { padding:0px;}
	.pad_mob1 { padding:0 15px 0 0!important;}
	.pad_mob_top { padding:0 15px 0 0!important;}
	.navbar-toggle { float: right; margin: 12px 0px 13px 0;}
	.navbar-brand { height: auto; padding: 13px 50px 0 0;}
	#navbar { width: 100%;}
	#articleDesc img { max-width: 100%!important; height: auto!important;}
	.hide_hr:last-child { display:none!important;}
	/* owl carouselRTL - START*/
	.owl-carousel .owl-stage-outer {margin:0px!important;}
	.owl-carousel.owl-rtl { width:100%!important; padding: 10px 16px 0 16px!important;}
	.item { text-align:center; width:auto;}
	/*.owl-prev { width:auto; height:auto; float:right; margin-right: -15px; margin-top: -17px; font-family: arial; font-weight: bold;}
	.owl-next { width:auto; height:auto; float:left; margin-left: -15px; margin-top: -17px; font-family: arial; font-weight: bold;}*/
	.owl-prev { width:17px; height:17px; float:right; margin-right: -15px; margin-top: -17px; font-family: arial;font-weight:bold; background:#99ca3b; font-size: 13px; color:#fff;    z-index: 9; position: relative;}
	.owl-next {  width:17px; height:17px; float:left; margin-left: -15px; margin-top: -17px; font-family: arial; font-weight: bold;background:#99ca3b; font-size: 13px; color:#fff;    z-index: 9; position: relative;}
	.owl-controls { display:inline!important; }
	/* owl carouselRTL - END*/
	
	#articleIcon .fb-icon {width:74%!important; padding:40px 0 0 0px;}
	#articleIcon .glyphicon { top:40px; left:0px;}
	#articleIcon .gi-3x { font-size: 22px!important;}
	.h3, h3 { font-size: 20px;}
	.h4, h4 { font-size: 14px;}
	
	footer { margin-top: 85px!important; float:left; width:100%;}
	.ftr_botm_text { position: absolute; margin-top: -85px!important; width: 93%!important;}
	#divscrollableG .index_cnt4cn { font-size:12px!important; width:18%!important; }
	
	.navbar-inverse .nav>li>a.icon-login { width:100%!important;}
	.navbar-inverse .nav>li>a.icon-login .gi-3x { line-height: normal!important;}
	.fundlist .fld_btn { width:auto!important; }
	
	.ui-daterangepicker .ranges { margin-left:0px!important;}
	.ui-daterangepicker .range-start, .ui-daterangepicker .range-end { float: none!important;}
	.ui-daterangepicker ul, .ui-daterangepicker .ranges, .ui-daterangepicker .range-start, .ui-daterangepicker .range-end {float: none!important;}
	
	.search_btn {float: left; margin-top: 33px; padding: 2px 0px; margin-left: -7px; border-radius: 4px; border: 0;}
	.serch_box_mob {border-bottom: 1px solid #909090; padding-bottom: 20px!important;}
	.funderTickers .col-xs-3 { padding-left:2px!important; padding-right:2px!important;}
.funderTickers .col-xs-3 th { font-size:12px; }
.funderTickers .col-xs-3 td { font-size:11px; }
.funderTickers .sep-pad { padding: 0 2px!important;}
}
@media (max-width:420px) {
	.whatsapp-icon {
		width: 96%!important;
	}
	.pad_mob { margin-bottom:10px;}
	.border-b2 {
		border-bottom: 1px solid #f2e7d1;
		margin-bottom: 5px;
    	margin-top: 5px;
	}
	.iwhp { width:100%; border-radius: 0px;
    border: 0px solid #eae5e5; }
}	
@media (max-width:767px) {
	.navbar-inverse2 .nav>li>a { padding: 10px 15px !important; }
	.navbar-inverse2 .nav>li>a:hover, .navbar-inverse .navbar-nav>.active>a:hover { padding: 10px 15px !important; }
	.navbar-inverse2 .navbar-nav>.active>a { padding: 10px 15px !important; }
	.my-table thead th { font-size:12px!important; }
	/*h3 { font-size:14px!important; }*/
	.pd-rt-none { padding-right:15px!important;}
}
@media (max-width:768px) {
	.mt-10 { margin-top:0px; }
	.articleBodyText { border:none; }
	.whatsapp-icon {
		width: 75%;
		padding: 5px 0 0 0px!important;
	}
	.fb-icon {
		width: 75%!important;
	}
	.input-sm { font-size:16px; }
}

@media only screen and (min-width:768px) and (max-width:959px)
{
	.fb-icon {
		width: 75%!important;
		padding: 2px 0 0 0px!important;
	}
	/*.container{width:768px;}*/
	.table-scrollable thead tr th { width:50px!important;  padding:5px 3px!important; text-align:center; }
	.table-scrollable tbody tr td { padding:5px 3px!important; }
	.nav-tabs>li>a { padding: 5px!important; font-size: 10px; }
	.star_box {width:84%!important;}
	
	#scrtable .table-scrollable thead tr th.index_hd1, .scrtable .table-scrollable thead tr th.index_hd1 {width: 36%!important; padding-right: 7px!important; text-align: right;}
	#scrtable .table-scrollable thead tr th.index_hd2, .scrtable .table-scrollable thead tr th.index_hd2 {width: 20%!important; text-align: right!important;}
	#scrtable .table-scrollable thead tr th.index_hd3, .scrtable .table-scrollable thead tr th.index_hd3 {width: 20%!important; text-align: right!important;}
	#scrtable .table-scrollable thead tr th.index_hd4, .scrtable .table-scrollable thead tr th.index_hd4 {width: 20%!important; text-align: right!important;}
	#scrtable .table-scrollable tbody tr td.index_cnt1, .scrtable .table-scrollable tbody tr td.index_cnt1 {width:36%!important;}
	#scrtable .table-scrollable tbody tr td.index_cnt2, .scrtable .table-scrollable tbody tr td.index_cnt2 {width:20%!important;text-align: right;}
	#scrtable .table-scrollable tbody tr td.index_cnt3, .scrtable .table-scrollable tbody tr td.index_cnt3 {width:20%!important;text-align: right;}
	#scrtable .table-scrollable tbody tr td.index_cnt4, .scrtable .table-scrollable tbody tr td.index_cnt4 {width:20%!important;text-align: right;}
	
	#scrtable .table-scrollable thead tr th.index_hd5, .scrtable .table-scrollable thead tr th.index_hd5 {width:62%!important; padding-right:3px!important;text-align: right;}
	#scrtable .table-scrollable thead tr th.index_hd6, .scrtable .table-scrollable thead tr th.index_hd6 {width:38%!important;text-align: right;}
	#index-exp img { width:auto!important; height:auto!important;}
}
@media only screen and (min-width:1170px)
{
.col-my-1 { width:11%;}
.rangeSlider_tlt { min-height:36px; text-align:center;}
}

footer { /*margin-top:70px;*/ margin-top:95px;}
.mrg_top { margin-top:10px;}
.pad_mob, .pad_mob1 { padding:0px;}
.pad_none { padding:0; }
.topbarNav { background-color:#666666; }
.topbar_nav { background-color:#666666; }
.header { padding:0px 0; background:#6C8F2B url(../img/hdr_bg.jpg) left top repeat-x; }
.header .row { padding:0px; }
.header .logo-img { display: inline-block; }
.header2 { padding:0px 0; background-color: transparent; }
.header2 .row { padding:5px 0; }
.header2 .pb10 { padding-bottom:10px; }
.row { padding: 5px 0; }
.navbar-inverse { background-color: #CCC; border-color: #6D8F2B; background-image: none; border:none; }
#navbar { border-top:0px solid #99CA3B; border-bottom:0px solid #99CA3B; }
.navbar { min-height:20px; margin-bottom:0px; }
.navbar-inverse { background-color:transparent; }
.navbar-inverse .nav>li>a { color:#FFFFFF; font-size:large; font-weight:bold; padding:10px;  text-shadow:none;  }
.navbar-nav>li>a { padding-top: 3px; padding-bottom: 3px;}
.navbar-inverse .nav>li>a:hover, .navbar-inverse .navbar-nav>.active>a:hover { background-color:#99ca3b; color:#000000; padding:10px; text-shadow:none; /*border-radius:5px 5px 0 0; */}
.navbar-inverse .navbar-nav>.active>a { background-color:#99ca3b; box-shadow:none; color:#000000;background-image:none; padding:10px; text-shadow:none; /*border-radius:5px 5px 0 0;*/ }
.navbar-inverse .navbar-toggle { background-color:#4E544D; }

#navbar.navbar2 { border-top: 1px solid #99CA3B; border-bottom: 1px solid #99CA3B; }
.navbar-inverse2 { background-color: #E6E4EC; border-color: #6D8F2B; background-image: none; border: none; }
.navbar-inverse2 .nav>li>a { color: #3C3838; font-size: 14px; font-weight: bold; padding: 15px 15px; }
.navbar-inverse2 .navbar-nav>li>a { text-shadow: 0 -1px 0 rgba(0,0,0,.25); }
.navbar-inverse2 .nav>li>a:hover, .navbar-inverse2 .navbar-nav>.active>a:hover { background-color: #99CA3B; border-bottom: 2px solid #99CA3B; color: #FFFFFF; padding: 15px 15px; }
.navbar-inverse2 .navbar-nav>.active>a { background-color: #99CA3B; box-shadow: none; color: #FFFFFF; border-bottom: 2px solid #99CA3B; background-image: none; padding: 15px 15px; }

.close_img { vertical-align:top; margin-top: 3px; }

.logo img { float: left; }

.bg-black { background-color:#fefaf0; }
.bg-grey { background-color:#f3e9d4; }
.text-black { color:#080808; }
.nav_sub { line-height:30px; }
.nav_sub a { color:#000000; padding:0 10px; font-weight:bold; }
.nav_sub a:hover { color:#333333; padding:0 10px; text-decoration:none; }
.nav_submenu a { font-size:medium; font-weight:normal; }
.ml10 { margin-left:13px; }
.mr10 { margin-right:10px; }
.mr20 { margin-right:20px; }
.pd5 { padding:0 5px; }
.pb10 { padding-bottom:10px; }
.pb20 { padding-bottom:20px; }
.pdb3 { padding-bottom:3px; }

.btn-banner { border:1px solid #f1e6ce; }
.btn-banner img { margin-bottom:5px; }
.box { border:1px solid #f1e6ce; padding:5px; }
.table thead tr th { padding:4.5px; }
.medium { font-size:90%; }
.btn-sm { padding-bottom: 3.5px; margin-top: 1px; }

.table-scrollable { margin-bottom:5px; }
.table-scrollable thead {
  width: 100%;
}
.table-scrollable tbody {
  height: /*176px*/194px;
  overflow-y: auto;
  width: 100%;
}
.table-scrollable thead, .table-scrollable tbody, .table-scrollable tr, .table-scrollable td, .table-scrollable th {
  display: block;
  direction:ltr;
}
.table-scrollable tbody td, .table-scrollable thead > tr > th {
  float: right;
  border-bottom-width: 0;
}

/*.table-scrollable thead tr th { width:78px; padding:10px 2px; }
.table-scrollable tbody tr td { padding:5px 16px; }
.table-scrollable2 thead tr th { width:67px; padding:10px 4px; }
.table-scrollable2 tbody tr td { padding:5px 9px; }*/

.nav-tabs>li>a { padding:10px; }
.nav-tabs2>li>a { padding:8px; }
.wd80 { width:80px; }
h4.media-heading { font-size:16px; }
.lh150 { height:150px; }
.pd4_5 { padding: 6px 5px; }
.brd3 { border:3px solid red; padding:3px; }
.text-danger { color:#FF0000; }
.text-info { color: #089EE4; }
.text-success { color:#008000; }
.text-warning { color:#FF8C00; }
.c_hr { border:1px solid #333333; }
.bg-grey1 { background-color:#f1e5cd; }
.bg-grey2 { background-color: #f9f1e1; }
.box_text { font-size:12px; font-weight:bold; }
.mg2_all { margin:1px; }
.dir_ltr { direction:ltr; }

.brd_rht { border-right:2px solid #FFF; margin-bottom:2px; }
.brd_rht:nth-child(2n+1) { border-right:none; }

.brd_rht2 { border-left:2px solid #FFF; }
.brd_rht2:nth-child(2n+1) { border-right:none; }

.brd_rht3 { border-right:2px solid #FFF; margin-bottom:2px; }
.brd_rht3:nth-child(3n+1) { border-right:none; }

.brd_rht4 { border-right:2px solid #FFF; margin-bottom:2px; }
.brd_rht4:nth-child(4n+1) { border-right:none; }

.cfBox .bg-grey1, .cfBox .bg-grey2, .cfBox .bg-grey3 { padding:6px 0px; }
table.dataTable tbody th, table.dataTable tbody td { padding:10px!important; }

.c3 { direction:ltr; }
.star_box { background-color:#F7F7F7; /*text-align:right;*/ border:1px solid #EDEDED; width:74%; height:38px; padding:2px;}

.bdrBtm { border-bottom: 1px solid #e8d5bb; line-height:32px; }
.tspMenu {
    padding: 10px 15px;
    font-weight: bold;
}	
.tspMenu:hover, .activeTs { background-color: #e8d5bb; text-decoration:none; }
.mb15 { margin-bottom: 15px; }

.my-table thead th { height: 30px; vertical-align: middle!important; background: #D0D1D6; font-size: 14px; border-bottom:none!important; }
.my-table>tbody>tr:nth-of-type(even) { background-color:#F9F9F9; }
.my-table>tbody>tr:nth-of-type(odd) { background-color:#FFFFFF; }

.fullwidth { width:100%; float:left;}
.mrg-hdr { margin: 5px 0px;}
.mrg-hdr2 { margin: 10px 0px;}
.icon-box { margin:0 5px; color:#FFFFFF;}
.icon-box .gi-3x { font-size:14px; line-height:32px;}
.icon-box1 { margin:0 5px; color:#FFFFFF; float:right;}
.icon-box1:hover { text-decoration:none!important;}
.icon-box1 img { margin-top:9px;}
.icon-box1 .gi-3x { font-size:14px; line-height:32px;}
.icon-box1 .gi-4x { font-size:16px; line-height:32px; text-align:right;}
.icon-box1 .gi-5x { font-size:20px; line-height:32px;}
.pd-rt-none { padding-right:0px;}
.mr-botm { margin-bottom:5px; }
/*.img_box .media .media-left img { width:200px; height:140px;}*/
.footer_top { background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%); background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%); background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8)); background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); background-repeat: repeat-x; padding:20px 10px; border-top:1px solid#6c8f2b;}
.footer_botm { background:#99ca3b; padding:10px;}
.ftr_banner {background:#6c8f2b; padding:10px; text-align:center; margin:8px auto 0 auto;}
.ftr_banner iframe {margin: 0 auto;}
.footer_top .link-box { border-right:1px solid #FFFFFF;}
.footer_top .link-box:first-child { border-right:none;}
.footer_top .link-box h4 { margin-top:0px;}
.footer_top .link-box a { width:100%; float:left;}

/*---------------------- Ticker ------------------------*/
.fndtab .tab-content { margin: 15px 5px 0 5px; }
.img_box1s { padding:15px;}
.img_box { padding:15px 0;}
.img_box h5 { min-height:65px;}
.art_box h5 { min-height:0px;}
.fnd_logos { text-align:center; padding:10px 0 30px 0;}
.fnd_logos .col-lg-1 { float:none; display:inline-block; width:auto; padding:0 2px;}
.fnd_logos .col-lg-1 a { padding:0;}
.fnd_logos .col-lg-1 a img { width:120px;}
.table-2-col thead tr th { width:130px; padding:5px 10px; text-align:center;}
.table-2-col tbody tr td { width:130px; padding:5px 10px;}
.navbar-inverse .nav>li>a.font16 { font-size:16px; padding:10px 15px;}

/*---------------------- HoldingList ------------------------*/
.tbl_top { margin-bottom:20px;}
.tbl_top h4, h5 { margin:10px 0; font-weight:bold;}
.tbl_box_pad { padding:3px;}
.minusNumb { /*float:right;*/ direction:ltr; display:block;}
.ltr { direction:ltr; }

/*---------------------- 17MAy2016 ------------------------*/
.smallText { font-size:16px; vertical-align:middle; display:inline-block; }
#MehakotMena-table .minusNumb, #MehakotAga-table .minusNumb, #kaspit-table .minusNumb, #Ksherot-table .minusNumb { float: none;}
.no-sort::after { display: none!important; }
.no-sort { pointer-events: none!important; cursor: default!important; background: none!important;}
#chart_fund1 svg, #chart_fund2 svg , #chart_fund3 svg , #chart_fund_all svg { height:350px;}
.fundChart { margin-bottom:20px; }
.fundChartA { margin-bottom:40px; }

.fld_btn { width: 170px; height: 34px; margin-bottom: 5px; }
.fld_btn1 { /*width: 170px;*/ height: 34px; margin-bottom: 5px; float:left; }
.fld_btn2 { width: 100%; height: 34px; float:left; }
.fld_btn3 {width:auto; padding:5px 15px;}
.fld_btn4 { width: 210px; height: 34px; margin-bottom: 5px;}
.tlb_btn { width:180px; float:right; margin-left:10px; margin-bottom:5px;}
#holdingList2Table1_wrapper .dataTables_paginate, #holdingList2Table2_wrapper .dataTables_paginate, #holdingList2Table3_wrapper .dataTables_paginate, #holdingList2Table4_wrapper .dataTables_paginate, #holdingList2Table5_wrapper .dataTables_paginate, #holdingList2Table6_wrapper .dataTables_paginate, #holdingList2Table7_wrapper .dataTables_paginate, #holdingList2Table8_wrapper .dataTables_paginate, #holdingList2Table9_wrapper .dataTables_paginate { display:none;}

#fundMngHoldingListTable1_wrapper .dataTables_paginate, #fundMngHoldingListTable2_wrapper .dataTables_paginate, #fundMngHoldingListTable3_wrapper .dataTables_paginate, #fundMngHoldingListTable4_wrapper .dataTables_paginate, #fundMngHoldingListTable5_wrapper .dataTables_paginate, #fundMngHoldingListTable6_wrapper .dataTables_paginate, #fundMngHoldingListTable7_wrapper .dataTables_paginate, #fundMngHoldingListTable8_wrapper .dataTables_paginate, #fundMngHoldingListTable9_wrapper .dataTables_paginate 
{ 
	display:none;
}

#holdingList2Table1_wrapper #holdingList2Table1 a, #holdingList2Table2_wrapper #holdingList2Table2 a, #holdingList2Table3_wrapper #holdingList2Table3 a, #holdingList2Table4_wrapper #holdingList2Table4 a, #holdingList2Table5_wrapper #holdingList2Table5 a, #holdingList2Table6_wrapper #holdingList2Table6 a, #holdingList2Table7_wrapper #holdingList2Table7 a, #holdingList2Table8_wrapper #holdingList2Table8 a, #holdingList2Table9_wrapper #holdingList2Table9 a { color: #337ab7;}
#FundList-table a { /*color: #337ab7;*/ }
#holdingListTable1 a, #holdingListTable2 a, #holdingListTable3 a, #holdingListTable4 a, #holdingListTable5 a, #holdingListTable6 a, #holdingListTable7 a, #holdingListTable8 a, #holdingListTable9 a {color: #337ab7;}
.mrg-botm {margin-bottom:20px;}
.mrg-botm5 {margin-bottom:5px;}
.mrg-botm12 {margin-bottom:12px;}
.field-auto{width:auto; float:left;}
.text_linehgt {line-height:30px;}
.pad2 {padding: 2px 2px;}
.mrg_lt { margin-right:15px;}
.mrg_rt { margin-left:15px;}

#rangeSlider_v1, #rangeSlider_v2, #rangeSlider_v3, #rangeSlider_v4, #rangeSlider_v5, #rangeSlider_v6, #rangeSlider_v7, #rangeSlider_v8, #rangeSlider_v9 { -webkit-appearance: slider-vertical; width: 20px; height: 100px;}
.ui-widget-content { background:#97C83B; }
.hd_fundGraphPeriod, .hd_fundGraphPeriodEtf, .hd_fundGraphPeriodGemel, .hd_fundGraphPeriodPensiya, .hd_fundGraphPeriodPolisa { display:none; }
.rangeSlider_tlt { text-align:center;}
.padNone { padding:0; }
.mrgNone { margin:0; }
#chart_fund1 td.name, #chart_fund2 td.name, #chart_fund3 td.name, #stockMng td.name { display:none;}
#chart_fund_all .c3-legend-item { transform: translateY(40px); }
#chart_fund_all .c3-legend-item text { transform: translateX(-30px); }
.borderOrg{ border: 1px solid #1f77b4; padding:0 3px 0px 5px;}
.fieldValue1{ border:0; color:#f6931f; font-weight:bold; width:55%; margin-top: -4px; outline:0px; padding-right:5%;}
.fieldValue2{ border:0; color:#f6931f; font-weight:bold; width:51%; margin-top: -14px; outline:0px; padding-right:5%;}
.preBox1 { width:60%; float:right;color:#f6931f; font-weight:bold;}
.preBox2 { width:60%; float:right;color:#f6931f; font-weight:bold; position: absolute; bottom: 0;}
#graphPeriodPicker .caret { margin-left: 0; float: left; margin-top: 9px;}
.ranges ul li:nth-child(1) { display:none; }
/*.ranges ul li:nth-child(6) { background: #99ca3b; border: 1px solid #6c8f2b; color: #fff; }*/

.pad_none_lt { padding-left:0px; padding-right:0px;}
.news_thumbnail {padding: 4px; margin-bottom: 20px; background-color: #fff; border: 1px solid #ddd; border-radius: 4px;  -webkit-transition: border .2s ease-in-out;  -o-transition: border .2s ease-in-out;  transition: border .2s ease-in-out; position:relative; overflow:hidden; /*width:auto;	display:inline-block;*/} 
.caption { position:absolute; top:0; right:0; background:rgba(0, 0, 0, 0.75); width:100%; height:100%; padding:38% 2% 2% 2%; display: none; text-align:center; color:#fff !important; z-index:2;}
.btn-success { background:#99ca3b; border:#97d61e; display: table;}
.btn-success:hover { background:#6c8f2b; border:#648f14;}
.login_lb { padding-top:6px; padding-bottom:6px;}
#stockMng { margin-bottom:40px;}
#stockMng svg { height:370px; box-sizing: initial;}
.tbl_box_pad .table-responsive { margin-bottom:0px;}

#scrtable .table-scrollable thead tr th.index_hd1, .scrtable .table-scrollable thead tr th.index_hd1 {width:44%; padding-right:7px;}
#scrtable .table-scrollable thead tr th.index_hd2, .scrtable .table-scrollable thead tr th.index_hd2 {width:18%;}
#scrtable .table-scrollable thead tr th.index_hd3, .scrtable .table-scrollable thead tr th.index_hd3 {width:19%;}
#scrtable .table-scrollable thead tr th.index_hd4, .scrtable .table-scrollable thead tr th.index_hd4 {width:17%;}

#scrtable .table-scrollable thead tr th.index_hd5, .scrtable .table-scrollable thead tr th.index_hd5 {width:65%; padding-right: 7px;}
#scrtable .table-scrollable thead tr th.index_hd6, .scrtable .table-scrollable thead tr th.index_hd6 {width:35%;}

#scrtable .table-scrollable tbody tr, .scrtable .table-scrollable tbody tr {border-bottom:1px solid #EDEDED; float:right; width: 100%;}

#scrtable .table-scrollable tbody tr td.index_cnt1, .scrtable .table-scrollable tbody tr td.index_cnt1 {width:43%; border:none; text-align: right; padding:2px 8px; line-height:14px;}
#scrtable .table-scrollable tbody tr td.index_cnt2, .scrtable .table-scrollable tbody tr td.index_cnt2 {width:18%; border:none; text-align: right; padding:2px 8px; line-height:14px;}
#scrtable .table-scrollable tbody tr td.index_cnt2pn, .scrtable .table-scrollable tbody tr td.index_cnt2pn {width:18%; border:none; text-align: right; line-height:14px; padding:0px;}
#scrtable .table-scrollable tbody tr td.index_cnt3, .scrtable .table-scrollable tbody tr td.index_cnt3 {width:19%; border:none; text-align: right; padding:2px 8px; line-height:14px;}
#scrtable .table-scrollable tbody tr td.index_cnt4, .scrtable .table-scrollable tbody tr td.index_cnt4 {width:19%; border:none; text-align: right; padding:2px 8px; line-height:14px;}

#scrtable .table-scrollable tbody tr td.index_hd5, .scrtable .table-scrollable tbody tr td.index_hd5 {width:62%;}
#scrtable .table-scrollable tbody tr td.index_hd6, .scrtable .table-scrollable tbody tr td.index_hd6 {width:38%;}

#index-exp img { width:124px; height:124px;}
.img_center { margin:0 auto;}
.img-rounded {border-radius:10px;}

#divexample1 { overflow:auto; /*height:300px;*/}
#scrtable .table-scrollable tr, .scrtable .table-scrollable tr { padding-right:4px;}
#select-mFundSearch, #select-mFundSearch2, #select-mFundSearch3 { height: 28px; padding: 1px 12px 4px 12px;}

#accessbility { background:#313131; padding:5px; border:1px solid #313131; font-size:14px; font-weight:bold; width:235px; position: absolute; z-index: 9; left: 0;border-radius: 0px 6px 6px 0px;}
#accessbility_hd {background:#000; position:absolute; left: 0; font-size:12px; color:#FFFFFF; border: 0px; font-weight: bold; padding: 5px 10px; width: auto;border-radius: 0px 6px 6px 0px;}
.acc_text_hd { color:#FFFFFF; border: 0px; padding: 5px 10px; width:228px; margin-bottom: 5px;}
.acc_text_box {float: right; width: 100%; background: white; margin: 5px 0 0 0; font-weight: normal; padding:5px;}
.acc_text_box h4 { font-size:14px; font-weight: bold; margin:0 0 8px 0;}
.acc_text_box a { cursor:pointer; padding:5px; text-decoration:none; font-size:12px; border:1px solid #365896; margin-left: 5px; float: right;}
.acc_text_box a:hover { color:#FFFFFF; background:#365896; border:1px solid #365896; padding:5px;}
.cancel_btn { background:#E83733; font-size:14px; color:#FFFFFF; border: 0px; font-weight: bold; padding: 5px 10px; width: auto;}
.acc_link {float: right; margin: 5px 0 0 0;}
.acc_link a { margin: 5px 0 0 0; color:#FFFFFF; cursor:pointer;}
.acc_link a:hover { margin: 5px 0 0 0; color:#365896;}

/*Accessbility box - STARY*/
.selectedLink { border:1px dashed #FF0000; }
.selectedHeading { border:1px dashed #FF9900; }

/*Accessbility box - light theme*/
.brightCont #sidebar-wrapper { border-color:#000000!important; }
.brightCont input { background-color:#FFFFFF!important; border-color:#e2d9d9!important; color:#000000!important; }
.brightCont .list-group-item { border-color:#000000!important; }
.brightCont .drawingtool button { background-image: linear-gradient(to bottom,#f5f3f0 0,#c5c3bf 100%)!important; color:#000000!important; background: #efedea!important; }
.brightCont .drawingtool a { background-image:linear-gradient(to bottom,#f5f3f0 0,#c5c3bf 100%); background: #efedea!important; }
.brightCont select { background-color: #FFFFFF;
    border-color: #e2d9d9;
    color: #000000; }
.brightCont button { background: white;
    border-color: #e2d9d9; }
.brightCont #mdlFrame .item { border-right: 1px solid #e2d9d9!important; }
.brightCont .nav-tabs, .brightCont .btn-banner {
    border-color: #e2d9d9;
}
.brightCont .btn-primary { background-image:none; background: #d5d6dc; border-color: #e2d9d9; }

.brightCont .header { border-bottom: 1px solid #000000; }
.brightCont, .brightCont iframe, .brightCont tr, .brightCont td { background-color:#FFFFFF!important; color:#000000; background: none;}
.brightCont ul li a, .brightCont a, .brightCont span, .brightCont iframe a { color:#000000!important; }
.brightCont ul li.active a, .brightCont ul li a:hover { color:#fff!important; background-color:#000000!important; }
.brightCont a:hover { color:#666666; }
.brightCont img, .brightCont canvas, .brightCont iframe { -webkit-filter: grayscale(100%); filter: grayscale(100%); }
.brightCont .bg-grey, .brightCont .bg-grey1 { background-color: #a7a7a7!important;}
.brightCont .bg-grey2 { background-color: #d0d0d0!important;}
.brightCont .logo img {background: #484848; padding: 0 10px;}
.brightCont .logo-img {background: #484848; padding: 0 10px;}
.brightCont .c3-line { stroke: #1b1b1b!important;}
.brightCont .c3-bar { stroke: #1b1b1b!important;}
.brightCont .c3-circle, .brightCont .c3-bar { fill: #1b1b1b!important;}
.brightCont input { color:black; }
.brightCont .ui-widget-header { background:#444444; }
.brightCont .ui-widget-content { border: 1px solid #444444;}
.brightCont .ui-state-default { border: 1px solid #444444!important; background: #2f2f2f!important;}
.brightCont .footer_top {border-top: 1px solid #444444;}
.brightCont .btn-success { background: #2f2f2f; border: #2f2f2f;}
.brightCont a.ui-state-default, .brightCont .ui-datepicker-title span { color:#FFFFFF!important; }
.brightCont .c3-tooltip th { background-color:#212121!important; }
.brightCont .panel { border-color:#e8e5e5; }
.brightCont .panel .panel-heading { background-color: #f2f2f2!important;
    background-image: none;
    border-color: #e8e5e5!important; }
.brightCont .box { border-color:#e8e5e5; }
.brightCont hr { border-top-color:#e8e5e5!important; }
/*Accessbility box - dark theme*/
.darkCont #sidebar-wrapper { border-color:#FFFFFF!important; }
.darkCont input { background-color:#000000!important; border-color:#FFFFFF!important; color:#FFFFFF!important; }
.darkCont .list-group-item { background-color:#000000; border-color:#FFFFFF!important; }
.darkCont .drawingtool button, .darkCont .drawingtool a { background-image: linear-gradient(to bottom,#171616 0,#757471 100%)!important; color:#FFFFFF!important; background: #000000!important; }
.darkCont button { background: #000000;
    border-color: #FFFFFF; color:#FFFFFFF; }
.darkCont select { background-color: #333131;
    border-color: #4a4747;
    color: white; }
.darkCont #mdlFrame .item { border-right: 1px solid #FFFFFF!important; }
.darkCont .nav-tabs, .darkCont .btn-banner {
    border-color: #FFFFFF;
}
.darkCont .btn-primary { background-image:none; background: #353434; border-color: #4c4a4a; }
.darkCont .acc_text_box a, .darkCont .acc_text_box h4 { color:#94959c!important; }
.darkCont .header { border-bottom: 1px solid #CCCCCC; }
.darkCont, .darkCont iframe, .darkCont tr, .darkCont td { background-color:#000000!important; color:#FFFFFF; background: none;}
.darkCont ul li a, .darkCont a, .darkCont span, .darkCont th, .darkCont iframe a, .darkCont .panel-title { color:#FFFFFF!important; }
.darkCont ul li.active a, .darkCont ul li a:hover { color:#000000!important; background-color:#FFFFFF!important; }
.darkCont a:hover { color:#666666; }
.darkCont img, .darkCont canvas, .darkCont iframe { -webkit-filter: grayscale(100%); filter: grayscale(100%); }
.darkCont .bg-grey, .darkCont .bg-grey1 { background-color: #212121!important;}
.darkCont .bg-grey2 { background-color: #656363!important;}
.darkCont .c3-axis-x text, .darkCont .c3-axis-y text { fill:#FFFFFF; }
.darkCont .c3 path, .darkCont .c3 line { stroke:#FFFFFF; }
.darkCont .c3-grid { stroke:#FFFFFF; fill:#FFFFFF; }
.darkCont .panel { border-color:#4c4a4a; }
.darkCont .box { border-color:#4c4a4a; }
.darkCont hr { border-top-color:#4c4a4a!important; }
.darkCont .panel .panel-heading { background-image:none; background-color:#212121!important; border-color:#4c4a4a!important; }
.darkCont .dataTable th { background-color:#0e0e0e; }
.darkCont .c3-line { stroke: #fff!important;}
.darkCont .c3-circle, .darkCont .c3-bar { fill: #fff!important;}
.darkCont input { color:black; }
.darkCont .ui-widget-header { background:#444444; }
.darkCont .ui-widget-content { border: 1px solid #444444;}
.darkCont .ui-state-default { border: 1px solid #444444!important; background: #2f2f2f!important;}
.darkCont .footer_top {border-top: 1px solid #444444;}
.darkCont .btn-success { background: #2f2f2f; border: #2f2f2f;}
.darkCont .ui-widget-content { background:#000000; }
.darkCont .c3-tooltip th { background-color:#212121!important; }
.darkCont .ui-daterangepicker button.btnDone, .darkCont #graphPeriodPicker { color:#FFFFFF; }

/*Accessbility box - END*/
h6.media-heading, h3.media-heading { font-size:14px; font-weight: bold; margin-top: 5px; }
#MostPopArticles .media { border-bottom:1px solid #eee;}
#MostPopArticles .media:last-child { border-bottom:none;}
.postcomment hr { margin:5px 0;}
a.repAcc { border:none; font-weight:bold; }
a.repAcc:hover { color:#99CA3B; background:none; border:none;}
#articleSubTitle { margin-top:0px;}
.ftr_botm_text { position:absolute; /*margin-top:-55px;*/ margin-top:-80px; width:70%;}

hr { margin:10px 0;}
.pad_mob_top { padding:0 15px 0 0;}
#indexTopArticle h4, #indexTop2Article h5 { margin-top:0px;}

/* owl carouselRTL - START*/
.item { text-align:center; width:auto;font-weight: bold;}
.owl-controls { display:none; }
/* owl carouselRTL - END*/

#articlePrintPreview { color: #000000; margin: 0 auto; width: 650px;}
#headerArt { border-bottom:5px double #CCCCCC;}
.glyphicon { top:3px; left:3px; }
.gi-3x { font-size:30px; }
.fb-icon { width: 72%; padding: 2px 0 0 7px; }
.tw-icon { padding-top:5px!important; }
.fb-icon:hover { opacity:0.8; }
.listTd { padding:0!important; }
.greenIcon { color:#7ca330; }

#MostPopArticles2 hr:last-child { display:none;}
.bootstrap-tagsinput .tag { font-size: 12px; line-height: 26px; font-weight:normal;}
#divscrollableG .index_cnt4cn { font-size:11px; }
.linkCursor { cursor:pointer;}

.caret { margin-right: 2px; margin-left: 0; position: absolute; left: 30px; top: 15px; z-index:-1;}
#startDateNw {float: left; text-align: right; width: 75%;}
#endDateNw {float: left; text-align: right; width: 75%;}

.ui-datepicker-prev {right: 2px;}
.ui-datepicker-next {right: 88%!important;}
.highcharts-container { direction:ltr; }

.icon-login { margin: 6px 0px 0 0px; color: #6c8f2b; float: left; font-weight: bold;}
.icon-login .gi-3x { font-size: 14px; line-height: 27px;}
.c3 svg {
/*background:linear-gradient( #777777,#333333 );
background:linear-gradient( #333,rgba(237, 45, 54, 0.86) );*/
 /*background-color:#00CCCC;*/
  /*background: linear-gradient(rgba(0,255,0,0.2), rgb(0, 85, 156));*/
  /*background:linear-gradient(rgba(108, 143, 43, 0.97), #333);*/
  /*background:linear-gradient(#333333, #f11e3b);*/
  /*background:linear-gradient( rgb(51, 51, 51),rgb(43, 144, 143) );*/
  
 /*border:2px solid #6c8f2b;
 fill:#FFF;*/
 /*stroke:#FFF;
 border-radius:10px;*/
}
/*.c3 .c3-axis path, .c3 .c3-axis line  { stroke: #FFFFFF;  }*/
#FundList-table tfoot th, #FundList-table tfoot td { padding: 10px 8px 6px 8px!important;}
.totalRow { /*background-color:#d3d8cd;*/ font-size:14px; }
.totalRow th { border-bottom: 0px solid; }
.totalRow th:nth-child(3) { border-right: 0px solid; }
.c3-tooltip th { background-color:#6c8f2b!important; }

.datePickerM .form-control { background-color: transparent; cursor: pointer;}
.pad_right { padding-right:8px!important; }
.c3-circle { display: none; }

.marquee { width:100%; overflow: hidden; direction:ltr;}
/*.marquee .js-marquee a { float:right; width:auto;direction: rtl; }*/
.marquee .js-marquee a { float:right; width:auto; direction: rtl; }

/* --------------- New Class 13June2017-------------- */
.form-group { /*display: -webkit-box;*/ }
/* --------------- New Class 22June2017-------------- */
.MsoNormalTable { width:100%!important;}
.comment-box pre { background:none; border:0px; padding-left: 0; padding-right: 0; padding-bottom: 0; font-family:Arial, Helvetica, sans-serif; font-size:14px;}
.dateBox { color: #c0c0c0; }
/* --------------- New Class 23June2017-------------- */
#search_concept { padding-right: 10px;}
.search-panel .caret { left:80%; z-index:1;}
.aList_btn { width: 100%; height: 31px;}
#articleDesc, .articleBodyText {font-size:medium; font-weight:normal;}
.articleBodyText a { color:#0d55ea; text-decoration:underline; }
#articleDesc table { width:100%!important;}
#articleDesc table tr, #articleDesc table td span { font-size:12px!important; }
.mrg-botm20 { margin-bottom:30px;}
.text_red { color:#FF0000; font-size:12px;}
.about_box { font-size:14px;}
.text-primary { color: #1a0dab;}
#success_message{ display: none;}
.comment-text {float: left; margin-left: 10px; color: #1a0dab;}
#newsPaperTitle { font-weight:bold; margin-top: 10px;}

.mrg-top {margin-top:20px;}
.fundRatehd {margin-top:0px; margin-bottom:20px;}
.footer_text { display:-webkit-inline-box;}
.modal-header .close {
    margin-top: -16px;
}
.rateTextBox { padding-top:9px;}
.rateCountBox { padding-top:18px;}
.rateDateBox { padding-top:9px;}
.caretArrow { z-index: auto;}
.mrg-rt { margin-right:4px;}

.positive{
	fill: lightsteelblue;
	fill-opacity: 0.9;
}
.negative{
	fill: darkred;
	fill-opacity: 0.9;
}
#indexTopArticle h4 a { /*word-break: break-all;*/ font-size:16px;}
#indexTop2Article h5 a { /*word-break: break-all;*/ font-size:16px;}
.close_img1 { vertical-align:top; margin-top: 3px; float:right; margin-right: 8%; cursor: pointer; }
#WebViewModal .close { margin-top: 0px; }
#WebViewModal .modal-header { padding: 7px 15px;}
#WebViewModal .modal-body { display: flow-root;}
#articleDesc div img { width:100%; }
#acc_box { z-index: 1; position: relative;}
.newsletterBtn { width:100%; padding:8px 0; font-size:18px;}
.fw-normal { font-weight:normal; }
.img_box1 h4.media-heading {
    font-size: 14px;
}
.articleListImg { width:40px; max-width:none; }
#articleList .align-middle { vertical-align:middle; }
.text-size-16 { font-size:16px; }
.moreArticles {
    background-color: #f8f0df;
    margin-top: 5px;
}
.moreArticles p { 
	margin:5px 0;
	text-align:right;
}
.dataTables_empty { display:none; }
.articleTopLine { font-size:14px; }
.articleTitleClr { /*color:#0033CC;*/ }
.portfolioTab { margin-bottom:10px; }
.portfolioTab > li > a {
    color: #6c8f2b;
    font-size: 14px;
}
.funderTickers
{ 
	/*background-image: url(../img/tickerBarBg.png); */
    /* height: 45px; */
    padding: 7px 0px 5px 0px;
    background: white;
    border: 1px solid #dddddd;
    margin-bottom: 8px;
}
.funderTickers .col-lg-3
{ 
	border-left: 1px dashed #dddddd;
    height: 45px;
	padding-left:5px;
	padding-right:5px;
}
.funderTickers .col-lg-3:last-child
{ 
	border-left:none;
    height: 45px;
}	
.funderTickers th {
	/*color:#FFFFFF;*/
	text-align:center;
	padding-bottom:5px;
}
.funderTickers table tr
{
	text-align:center;
}
.funderTickers table tr td
{
	text-align:center;
	display: inline-block;
}
.funderTickers .sep-pad { padding:0 5px;}
.funderTickers table tr td span
{
	float:right;
}	
.form-horizontal .control-label {
    text-align: right;
}
.mrgTop50 {margin-top:50px;}

/* --------------- New Class 13June2017-------------- */
.zsmaof_box {
	width:700px;
	margin:0 auto;
}
.zSpnr_box {
	width:900px;
	margin:0 auto;
}
.zSpnr_rt_box { }
.zSpnr_rt_box .tab-content { border:1px solid #EDEDED; padding:5px; border-top:0px;}
.zSpnr_lt_box { border:1px solid #EDEDED; padding:5px; display:grid; margin-top:68px; direction:rtl;}
.zSpnr_tbl_box { display: flex;}
.fundDetailsBox { font-size:13px; font-weight:bold; }
#indexTop2Article .thumbnail, #indexTopArticle .thumbnail {margin-bottom:0px;}
#FundList-table tfoot th { text-align:right; }
table.dataTable tfoot th { text-align:center; }
.linkSec { margin:5px 0 0 0!important;}
.caption h4 {display: inline-block;}
.cube_box { background: #f3e9d4;
    padding: 5px 10px;
    float: right;
    margin-left: 5px;
	margin-bottom: 5px;
}	
/*----------- Main Banner page ----------------*/
.modal-header .bannerClose { margin-top: -10px;}
#bannerMain iframe { width: 100%;} 
#bannerMain iframe img { width: 100%; height: auto;} 
#mobileBanner { pointer-events:none; }
#mobileBanner .modal-dialog { margin:0px; pointer-events:visible; }
#mobileBanner .modal-content { border-radius:0px; }
#mobileBanner .modal-body { padding:0px;}
#mobileBanner .bannerClose { background: white; opacity: 1; color: black; padding:3px 0px 0px 0px; border-radius:15px; text-shadow: none; font-weight: bold;position: absolute; z-index: 1; left: 7px; top: 7px; width: 30px; height: 30px;line-height: normal;}	
.webViewBox {width: 100%; margin-bottom: 10px; float: left; margin-top: 2px;}
#changeView { background: #000;
    position: absolute;
    right: 0;
    font-size: 12px;
    color: #FFFFFF;
    border: 0px;
    font-weight: bold;
    padding: 5px 10px;
    width: auto;
    border-radius: 6px 0px 0px 6px; 
}
/*.table-responsive td a { word-break: break-all; }*/
.fundFinalTotalBox .panel-title {
    font-size: 15px;
}
/*#FundList-table { width:1320px!important; }*/
.funderNewsBoxHL { 
	padding:0;
	border: 3px solid #000;
    background: #88b236;
	box-shadow:0px 12px 22px 1px #999;
}
.articleBotmDesc { font-size:small; width:100%; margin-bottom:10px; margin-top:20px;}
@media (min-width:768px)
{
	.topFundTabs { display:none; }
	.topFundTabsContent > .tab-pane {
		display: block;
		width:100%;
	}
	.table-responsive { overflow-x:hidden;word-wrap: break-word; }
}
@media (max-width:500px) 
{
	.mob-right { float:right!important; }
}
.starImg {background:url(../img/star-bg.png) center  center no-repeat; text-align:center; padding-top: 12px!important; font-weight: bold;}
.starImgDull {background:url(../img/star-bg-dull.png) center  center no-repeat; text-align:center; padding-top: 12px!important; font-weight: bold;}
.font16 { font-size:16px; font-weight:bold; }
.mrgtop7 { margin-top:7px; }
.mrgbtmnone { margin-bottom:0px; }
.panelpadnone { padding:0 5px; }

#joinClubForm .form-group { display: inherit;}
.acc_text_box p { margin: 0 0 3px; }

.close { left:10px; }
[data-notify="container"][class*="alert-pastel-"] {
	background-color: rgb(255, 255, 238);
	border-width: 0px;
	border-top: 5px solid rgb(255, 240, 106);
	border-radius: 0px;
	box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
	/*width:auto;*/
}
[data-notify="container"].alert-pastel-info {
	border-top-color: #7fa932;
}
[data-notify="container"].alert-pastel-danger {
	border-left-color: rgb(255, 103, 76);
}
[data-notify="container"][class*="alert-pastel-"] > [data-notify="title"] {
	color: #000;
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	font-size:15px;
}
[data-notify="container"][class*="alert-pastel-"] > [data-notify="message"] {
	font-weight: 400;
}
.topRad { padding-right:15px; }
.nav-tabs {
    border-color: #e8d5bb;
}
.gmtabs {
    padding-right: 25%;
	margin-top:5%;
}
.gmtabs .tab-pane { padding-top:15px; }
.gmtabs li {
    width: 17rem;
    text-align: center;
}
.gmtabs li a {
    font-size: 18px;
    font-weight: bold;
}
.incZind { z-index:9999; }
/*Article like2 section*/
.outer {
  width:100%;
  overflow-x: auto;
  margin-bottom:15px;
}
.wfix { width:2000px; }
.inner {
  width:190px;
  float:right;
  border: 1px solid #ccc;
  margin: 5px;
  min-height:304px;
  border-radius:4px;
}
.inner h4 a { font-weight:bold; }
.inner .apad { padding:8px; min-height:90px; margin-bottom:0px; }
.apad2 { padding:5px 8px; }
.aimgh { width:100%; height:130px; border-radius:4px; }
.aleft{	
	position: absolute;
    top: 40%;
    right: 2%;
    width: 28px;
	opacity:0.3;
}
.aright{	
	position: absolute;
    top: 40%;
    left: 1%;
    width: 28px;
	opacity:0.3;
}	
/*Article like2 section*/