﻿#newscontent.newsdemo{
	padding: 0 5px;
}
div#content {
  width:100%;
  margin: 0 auto;
  padding: 0px;  
  min-height: 1000px;
  background: #fff;
}

div#content.newsdemo > div#placeHolder {
  /*margin-top: 50px;*/
    height: 45px;
    background-color: #e9eaec;
	color:black;
}

.newsdemo > ul#newscontainer { 
  list-style: none; 
    margin: 8px 0px;
  padding: 7px;
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}
.newsdemo > ul#newscontainer > li { 
    width: 100%;
    display: inline-block; 
    *display: inline; 
    *zoom: 1; 
    /*background: #f1f1f1;
    background: rgba(0, 0, 0, 0.3);*/
    vertical-align: top;
    margin: 8px 0px;
    padding: 0px;
    border-bottom: solid 1px #c5c5c5;
    position: relative;
}
.newsdemo > ul#newscontainer > li > a{
  width: 100%;
  height: auto;
  float: left;
  margin: 0;
  padding: 0px;
}
.newsdemo > ul#newscontainer > li > a > img {
  width: 130px;
  height: 84px;
  float: right;
  margin: 0px 0px 15px 7px;
}
.newsdemo > ul#newscontainer > li > a > p{
  margin: 0;
  padding: 0;
  display: table;

  font-size: 14px;
  color: #d30000;
  font-family:"Segoe UI",Tahoma !important;
  /*font-weight: bold;*/
  
}
.newsdemo > ul#newscontainer > li > a > span{
  margin: 0;
  padding: 0;
  display: table;
  margin-top: 5px;
  font-size: 12px;
  color: #333;
  font-family: "Segoe UI",Tahoma !important;
  line-height: 20px !important;
  /*font-weight: bold;*/  
}
.newsdemo > ul#newscontainer > li > a > .date-wrapper{
  width: auto;
  height: 15px;
  position: absolute;
  left: 0px;
  bottom: 15px;
  font-size: 12px;
  color: #333;
  font-family: "Segoe UI",Tahoma !important;
}

div#content.newsdemo > div#legend {
  margin-top: 30px;
}
div#content.newsdemo > div#legend > p > span {
  margin-right: 15px;
}
div#content.newsdemo > div#legend > p > em {
  margin-right: 5px;
  color: #2D3743;
}

div#content.newsdemo > div#triggers {
  margin-top: 30px;
}
div#content.newsdemo > div#triggers > strong {
  font-style: italic;
  margin-right: 20px;
}
div#content.newsdemo > div#triggers > span {
  margin-right: 30px;
  cursor: pointer;
}

div#content.newsdemo > div#reset {
  margin-top: 30px;
}
div#content.newsdemo > div#reset > span {
  cursor: pointer;
}

div#content.newsdemo > p + pre {
  margin-top: 30px !important;
}

/* Print */

@media only screen and (min-width: 35em) {
  

}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/**SAJIN**/
.common-search{
	width: 33.33%;
	height: 45px;
	float: right;
	margin: 0px;
	padding:7px 5px;
	background-color: #e9eaec;
	color:black;
	/*margin-left: 5px;*/

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
.common-search input{
    width: 100%;
    height: 25px;
    float: left;
    background-color: #fff;
    border: 0px;
    font-size: 14px;
   border:1px solid #414141;
    text-indent: 5px;
	color:#414141;
    /*outline: 0px;*/
}
.common-search input::-webkit-input-placeholder {  
    font-size: 14px;
    color: #31312f;
}

/* Bashar */

/* reset */
ul.ft-menu,
ul.ft-menu * { 
	margin: 0; 
	border: 0; 
	padding: 0;
	line-height: 1;
	position: relative;
	text-align: right;
    font-family: 'Segoe UI' !important;
	font-size: 12px;
}


ul.ft-menu { 
	list-style: none;
	width: 66.66%;
	min-height: 45px;
	float: left;
	background-color: #e9eaec;
	color:black;
}

ul.ft-menu > li.ft-field { 
	width: 50%;
    height: 27px;
    float: right;
	display: inline-block; 
	*display: inline; 
	*zoom: 1;
	position: relative !important;
    /*background: #fff;*/
    border: 0px;
    font-size: 14px;
    color: #31312f;
    text-indent: 5px;
    padding: 7px 5px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;

}
ul.ft-menu > li.ft-field:first-child + li + li{
	display: none;
}

ul.ft-menu > li.ft-field > span.ft-label { 
background: #fff;	
    cursor: pointer; 
    width: 100%;
	height: auto;
	float: left;
	line-height: 23px;
	padding: 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	text-align: left;
	font-size: 0px;
}
ul.ft-menu > li.ft-field > span.ft-label:before { 
    /*font-family:'Segoe UI', tahoma;*/
    font-size: 12px;
  /*  content: "اختار";*/
    display: inline-block; 
    *display: inline; 
	*zoom: 1;
    width: 20px;
    float:right
}
ul.ft-menu > li.ft-field > span.ft-label:after { 
    font-size: 14px;
	content: " \25bc";
	color: #d40003;
	/*float: right;*/
}
ul.ft-menu > li.ft-field > span.ft-label.ft-active:before { 
    content: ""; 
    color: #2D3743; 
}
ul.ft-menu > li.ft-field > span.ft-label.ft-opened:after { 
    content: " \25b2"; 
}

ul.ft-menu > li.ft-field > div.ft-panel { 
	position: absolute;
	min-width: 200px;
	background-clip: padding-box;
	top: 100%;
	margin-top: 8px;
	left: 50%;
	margin-left: -100px;
	z-index: 9999;
}
ul.ft-menu > li.ft-field > div.ft-panel:before,
ul.ft-menu > li.ft-field > div.ft-panel:after {
	position: absolute;
	content: " ";
	height: 0;
	width: 0;
	left: 50%;
}
ul.ft-menu > li.ft-field > div.ft-panel:before {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #333333;
	border-bottom: 10px solid rgba(0, 0, 0, 0.3);
	top: -15px;
	margin-left: -10px;
	display: none;
}
ul.ft-menu > li.ft-field > div.ft-panel:after {
	content: " ";
	height: 0;
	width: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #7e7e7e;
	top: -8px;
	margin-left: -8px;
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected {
	padding: 10px 10px 0 10px;
	background: #7e7e7e;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected > li {
	font-size: 12px;
	display: inline-block;
	*display: inline; 
	*zoom: 1;
	margin: 1px;
	cursor: pointer;
	padding: 0px 5px 1px 5px;
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
	border: 1px solid #d40000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	background: #d40000;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected > li:after {
	content: " \00D7";
	color: white;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected > li:active {
	background: #999;
	border: 1px solid #000;
}

ul.ft-menu > li.ft-field > div.ft-panel > fieldset.ft-search { 
	padding: 10px;
	background: #7e7e7e;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#F5F3EE", EndColorStr="#D0CDC9");
}
ul.ft-menu > li.ft-field > div.ft-panel > fieldset.ft-search:before {
	font: normal normal 12px 'Segoe UI';
	position: absolute;
    width: 20px;
	bottom: 15px;
	left: 18px;
	color: #BBB;
	text-shadow: none;
	z-index: 1;
}
ul.ft-menu > li.ft-field > div.ft-panel > fieldset.ft-search > input { 
	outline: none;
	display: block;
	width: 140px;
	padding: 4px 10px 4px 25px;
	color: #414141;
	background-color: white;
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags { 
	position: relative !important; 
	max-height: 200px !important; 
	border-top: 1px solid #7e7e7e;
	overflow-x: hidden; 
	overflow-y: auto; 
	width: 100%;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li { 
    font-size: 12px;
	display: block;
	border-bottom: 1px solid #7e7e7e;
	display: block;
	font-weight: bold;
	color: white;
	padding: 8px 15px 8px 35px;
	cursor: pointer;
	background: #595959;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li:after { 
	content: attr(data-count);
    font-size: 11px;
    font-weight: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -9px;
	padding: 3px 6px;
	color: white;
	background: #48515C;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li.ft-highlight { 
	box-shadow: none;
	background: #7f7f7f;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li.ft-highlight:active {
	background: #d40000;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li.ft-highlight:after {
	background: #d40001;
}

ul.ft-menu > li.ft-field > div.ft-panel > div.ft-mismatch {
    font-size: 11px;
	padding: 10px 15px;
	color: white;
	background: #555555;
	background: -webkit-linear-gradient(#555555, #333333);
	background: -moz-linear-gradient(#555555, #333333);
	background: -o-linear-gradient(#555555, #333333);
	background: -ms-linear-gradient(#555555, #333333);
	background: linear-gradient(#555555, #333333);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#555555", EndColorStr="#333333");
}

/* REQUIRED! */
.ft-hidden { display: none !important; }


/* Custom webkit scrollbars */
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags::-webkit-scrollbar {
    width: 10px;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
    background: #DDD;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags::-webkit-scrollbar-thumb {
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(0,0,0,0.7);
    background: #EEE;
}

.newsdemo > ul#newscontainer > li a input[type="button"]{
	background: #d8181f;
	border: 0px;
	color: #fff;
	margin-right: 0px;
	margin-bottom: 10px;
}

/***************Decell***************/
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li:after{
	display: none;
}
.common-search{
	width: 22%;
}
ul.ft-menu > li.ft-field{
	width: 29%;
}
ul.ft-menu{
	width: 78%;
}
.common-search label{
	display:none;
}





