/*
#   PLEASE DO NOT REMOVE OR CHANGE THIS COPYRIGHT BLOCK
#   ====================================================================
#
#    Quran Analysis (www.qurananalysis.com). Full Semantic Search and Intelligence System for the Quran.
#    Copyright (C) 2015  Karim Ouda
#
#    This program is free software: you can redistribute it and/or modify
#    it under the terms of the GNU General Public License as published by
#    the Free Software Foundation, either version 3 of the License, or
#    (at your option) any later version.
#
#    This program is distributed in the hope that it will be useful,
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#    GNU General Public License for more details.
#
#    You should have received a copy of the GNU General Public License
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
#
#    You can use Quran Analysis code, framework or corpora in your website
#	 or application (commercial/non-commercial) provided that you link
#    back to www.qurananalysis.com and sufficient credits are given.
#
#  ====================================================================
*/
@CHARSET "UTF-8";



body
{
	font-family: Tahoma;
	margin: 0px;
	/*background-image: url(/images/quran-analysis-bg-cover.png);
	background-position: -140px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size:140%;*/
	
}

A
{
	text-decoration: none;
	color:#3E6FD8;
}

INPUT
{
	border:1px solid #eee;
	color:#052F59;
	min-height: 22px;
	padding:2px;
	outline-color: #0074bc;
}


INPUT[type="button"]
{
	cursor: pointer;
	color:#000;
	background-color:#efefef;
	padding:5px;
	font-size: 14px;
	font-weight: bold;
	
	
	  background-color: hsl(203, 100%, 37%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#23aafe", endColorstr="#0074bc");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#23aafe), to(#0074bc));
  background-image: -moz-linear-gradient(top, #23aafe, #0074bc);
  background-image: -ms-linear-gradient(top, #23aafe, #0074bc);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #23aafe), color-stop(100%, #0074bc));
  background-image: -webkit-linear-gradient(top, #23aafe, #0074bc);
  background-image: -o-linear-gradient(top, #23aafe, #0074bc);
  background-image: linear-gradient(#23aafe, #0074bc);
  border-color: #0074bc #0074bc hsl(203, 100%, 32%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}
	
}
INPUT[type="button"]:HOVER
{
	cursor: pointer;
	color:#000;
	background-color:#cacaca;
	padding:4px;
	font-size: 14px;
	font-weight: bold
}

TEXTAREA
{
	border:1px solid #eee;
	width:400px;
	color:#052F59;
}


#main-container
{
	width:90%;
	margin: 10px 5% 0px 5%;
	min-height: 400px;
}
#mainpage-maincontainer
{
    width: 98%;
    margin: 10px 1% 0px 1%;
    min-height: 400px;
}

#options-area
{
  background-color: #8FBB0F;
  margin: 40px 25% 10px 25%;
  padding: 10px;
  border-radius: 5px;
  vertical-align: top;
  position: relative;
  width: 50%;
  max-width: 700px;
}
#search-results-options
{
  margin: 0px 25%;
  width: 800px;
  font-size: 10px;
  color: #bbb;
  padding-bottom: 10px;
  min-width: 450px;
}

#search-results-options SELECT
{
	background-color: #fff;
	border:0px;
	outline-color: #fff;
	width: auto;
	margin-right: 10px;

}


#search-results-options OPTION
{
	background-color: #fff;
	border:0px;
	outline-color: #fff;
	font-size: 11px;


}

#content-area
{
	margin: 10px auto;
    width: 100%;
}
#options-area table
{
	border-spacing: 0px;
	width:100%;
}

#options-area.oa-analysis
{
	background-color: #4CA5FF;
}

#options-area.oa-explore
{
	background-color:#FFD11A;
}

#main-sections
{
	display: table;
	background-color: #f8f8f8;
	position: absolute;
	top:-41px;
}

.section-item
{
	display: table-cell;	
	
	border-right: 1px dotted #999;
	cursor: pointer;
	font-size:16px;

}
#section-item-search
{
	background-color: #8FBB0F;
	border-top-left-radius:5px;
	
}
#section-item-explore
{
	background-color: #FFD11A;

}

#section-item-analysis
{
	background-color: #4CA5FF;
	border-top-right-radius:5px;

}

#section-item-search A
{
	color:#fff;
	text-decoration: none;
	padding:10px;
	display: inline-block;
	font-size: 20px;
		
}
#section-item-explore A
{
	color:#000;
	text-decoration: none;
	padding:10px;
	display: inline-block;
	font-size: 20px;
		
}

.section-item:HOVER
{
	filter: brightness(1.1);
	-webkit-filter: brightness(1.1);
	-moz-filter: brightness(1.1);
	
	filter: drop-shadow(0px 0px 3px #000);
	-webkit-filter: drop-shadow(0px 0px 3px #000);
	-moz-filter: drop-shadow(0px 0px 3px #000);

}
#section-item-analysis A
{
	color:#fff;
	text-decoration: none;
	padding:10px;
	display: inline-block;
	font-size: 20px;
}


#search-field
{
	padding:12px;
    color:#888;
    font-size:20px;
	border: 1px solid #888;
	min-width:200px;
	width:100%;
	display: inline-block;
	margin:0px;
	height: 21px !important;


}

#doSearch 
{
	/*
	 background-color: #A0D012;
	 background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#A0D012", endColorstr="#628105"); 
	 background-image: -khtml-gradient(linear, left top, left bottom, from(#A0D012), to(#628105));
	 background-image: -moz-linear-gradient(top, #A0D012, #628105);
	 background-image: -ms-linear-gradient(top, #A0D012, #628105); 
	 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A0D012), color-stop(100%, #628105)); 
	 background-image: -webkit-linear-gradient(top, #A0D012, #628105);
	 background-image: -o-linear-gradient(top, #A0D012, #628105);
	 background-image: linear-gradient(#A0D012, #628105); 
	 
	 background-image: linear-gradient(#A0D012, #628105);
	 border-color: #888 ; 
	 border-left:0px;
	 border-radius:0px 5px 5px 0px;
	 color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.26); 
	 -webkit-font-smoothing: antialiased; 
	 */
	 
 
  background-color: hsl(0, 0%, 59%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fefefe", endColorstr="#969696");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fefefe), to(#969696));
  background-image: -moz-linear-gradient(top, #fefefe, #969696);
  background-image: -ms-linear-gradient(top, #fefefe, #969696);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #969696));
  background-image: -webkit-linear-gradient(top, #fefefe, #969696);
  background-image: -o-linear-gradient(top, #fefefe, #969696);
  background-image: linear-gradient(#fefefe, #969696);
  border-color: #969696 #969696 hsl(0, 0%, 49%);
  color: #333 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.66);
  -webkit-font-smoothing: antialiased;


	 cursor: pointer;
	 padding: 10px;
	 margin-left: 20px !important;
	 margin-top: 0px !important;
	 font-size: 20px;
	 height:auto !important;
	 line-height:1.3;
	 
	 border-left:0px;
	 border-radius:0px 5px 5px 0px;
	 
	 
	 outline-width: 0px;

}

#doSearch:HOVER
{
	opacity: 0.95;
	filter: alpha(opacity =     95);
}

#footer-section
{
	width: 50%;
	margin:auto;	
	text-align: center;
	color:#444;
	font-size: 12px;
}



#copyr-statement
{
	color:a8a8a8;
	font-size: 12px;
	margin-top: 5px;
	
}

#header-panel
{
	padding:0px;
	width:100%;

}

#header-panel table
{
	margin-left:auto;
	
	width:500px;;
}

#header-panel TR TD
{
	border-right:1px dashed #a8a8a8;
	padding:0px 2px;
	
}

#header-panel  A
{
	text-decoration: none;
	color:#1597FE;
	font-size: 12px;
	
}

#header-panel  A:HOVER
{
	color:#0D5E9B;
}

.analysis-table
{
	background-color: #FAFAFA;
	width:auto;
	margin:2%;
	text-align: left;
	
	
}
.analysis-table thead th
{
	color: #222;
	background-color: #C0DE22;
	padding:5px;
}
.analysis-table  td
{

	padding:5px;
}

.analysis-table  td:FIRST-CHILD
{
	width:200px;
}

fieldset
{
	float: left;	
	width:44%;
	min-height: 300px;
	margin-bottom: 100px;
	  border: 1px solid #eee;
}
fieldset legend
{
	font-weight: bold;
	foont-size:18px;
}

#word-frequency-fs
{
	width:80%;
	margin:10px 0px;
	float:none;
	
}

#quran-full-text-fs
{
	width:100%;
	margin:10px 0%;
	float:none;
}

.fqt-verse
{
	border-collapse: collapse;;
	border:1px solid black;
}

#result-count
{
	color: #C0DE22;
	background-color: #222;
	padding:2px;
	min-width:80px;
	height:30px;
	display:inline;
}

#fqt-search-area
{
		margin:10px 0px;
		width:100%;
}
marked
{
	background-color:#0095CC;
	color:#fff;
	font-weight: bold;
}

marked_fg
{
	color:#0095CC;
	
	font-weight: bold;
}

marked_prospect_answer
{
    color: rgb(255, 0, 0);
    font-weight: bold;
    /* color: #fff; */
    /* opacity: 0.4; */
}

.marked_for_concordance
{
	color:red;
	
	font-weight: bold;
	display: inline-block;

}
marked_for_concordance_right_left
{
	color:#0095CC;
	
	font-weight: bold;
	display: inline-block;

}
marked_for_initials
{
	color:red;
	
	font-weight: bold;
	display: inline-block;

}

#filterSearch
{
	height:30px;
		border:1px solid black;
}



.wordfreq-item
{
	padding:1px;
	margin:0px;
	display: inline-block;
	color:#191919;
	text-decoration:none !important;
	cursor:default;
	line-height: 0;
}

.wordfreq-item-for-sura
{
		padding:4px;
	margin:0px;
	display: inline-block;
	color:#191919;
	text-decoration:none !important;
	cursor:default;
	line-height: 0;
}

.cloud-div *
{

}

.word-cloud-fs
{
	width:100%;
	margin:10px 0%;
	float:none;
	padding:20px 10px;

}

.word-cloud-fs label
{
	font-weight: bold;
	font-size: 14px;
}

.word-cloud-fs legend
{
	font-weight: bold;
	font-size: 20px;
}

#stop-words-reload-button-area
{
		margin-left:20px;
		margin-top:10px;
		width:30%;
}

#stop-words-reload-button-area input
{

 background-color: hsl(33, 85%, 36%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ec8f1c", endColorstr="#a9630d"); background-image: -khtml-gradient(linear, left top, left bottom, from(#ec8f1c), to(#a9630d)); background-image: -moz-linear-gradient(top, #ec8f1c, #a9630d); background-image: -ms-linear-gradient(top, #ec8f1c, #a9630d); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ec8f1c), color-stop(100%, #a9630d)); background-image: -webkit-linear-gradient(top, #ec8f1c, #a9630d); background-image: -o-linear-gradient(top, #ec8f1c, #a9630d); background-image: linear-gradient(#ec8f1c, #a9630d); border-color: #a9630d #a9630d hsl(33, 85%, 32%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.26); -webkit-font-smoothing: antialiased;
 	 cursor: pointer;
	 padding: 11px;
	 font-size: 20px;
}

#loading-layer
{
	color:#000;
	width:200px;
	margin:0px auto;
	display: none;
	padding:20px;
	
}

.result-aya
{
	background-color: #FFF;
	color:#222;
	font-size:14px;
	font-weight:lighter;
	width: 100%;
	margin:auto;
	border-top:0px dotted green;
	padding-top:5px;
	padding-bottom: 5px;
	direction: rtl;
}

.result-aya-info
{
	height: 30px;
	border-bottom:1px dotted green;
	width: 100%;
	margin:auto;
	padding:2px;
}
	
.result-sura-info
{
	background-color: #FFCA1C;
	color:#000;
	padding:5px;
	padding-bottom:4px;
	min-width:100px;
	font-size:12px;


	text-align: left;
	direction:rtl;
	
	float:left;
	
	
}


.search-error-message
{
		
	color:#234;
	padding:4px;
	
	
	text-align: center;
}

.search-word-suggestion
{
		
	color:#444;
	padding:4px;
	
	margin:20px 0px;
	
	text-align: center;
}

.search-word-suggestion A
{
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}

.result-translated-text
{
	display: none;
	padding: 10px;
	border-top: 1px solid #eee;
	font-weight: normal;
	direction: ltr;
}

.result-aya-showtranslation
{
	background-color: #E4F0FB;
  color: #000;
  padding: 4px;

  font-size: 12px;
  text-align: left;
  direction: rtl;
  float: left;
  -webkit-box-shadow: 1px 1px 1px #aaa;
-moz-box-shadow: 1px 1px 1px #aaa;
  box-shadow: 1px 1px 1px #aaa;
    margin: 0px 1px;
}
.result-aya-showtranslation A
{
	text-decoration: none;
	color:#000;
		font-size:12px;
}
.result-aya-showtranslation:HOVER
{

	opacity: 0.90;
	filter: alpha(opacity =     90);
	cursor: pointer;	
}

#result-graph-area
{
	  position: relative;
  border: 1px solid black;
  min-height: 400px;
  width: 640px;


	
}
#visualization-area
{
	max-width:45%;
	min-width:640px;
	float:left;
}

#visualization-table
{
    width: 100%;

}

#analysis-switch-lang-button
{
	background-color: #000;
	color:#fff;
	height: 40px;
	width: 60px;
	float: left;
	margin:5px;
	padding:10px;
	cursor: pointer;
	text-align: center;
}

#analysis-main-message
{
	margin:auto;
	width:100%;
	color:#202930;
	padding-left: 20px;
	margin-top:0px;
}

#analysis-main-message P
{
	font-size:22px;
	margin-top:10px;
}

#analysis-switch-lang-button:HOVER
{
	opacity: 0.90;
	filter: alpha(opacity =     90);

}

#analysis-switch-lang-button span
{
	font-weight: bold;

	
}


/** Graph RECT **/
rect 
{
  fill: none;
  pointer-events: all;
}

.graph-node {
  fill: #eee;
  color:#222;
  cursor: pointer;
  
}

.graph-cursor {
  fill: none;
  stroke: brown;
  pointer-events: none;
}

.graph-link {

    stroke: #efefef;
    /* icrease for better hover */
  stroke-width: 2px;
  
  /*stroke-dasharray:1,1;*/
  
  cursor: pointer;
  marker-end: url(#blueArrow);
  padding:10px;
}
.graph-link:HOVER
{
	   stroke: red;
}

.graph-link g text{

   
stroke:#000;
stroke-width:0.1px;
  font-weight: normal;
  font-size: 16px;
  text-decoration:underline;

  fill:#000;
    stroke-dasharray:none;
  
}


.graph-link rect{
fill:#000;
}

.graph-link text tspan{

    display: block;
	background-color: #000;
   stroke: #fff;
   fill:fff;
}


.graph-words
{
 fill: #2E7FBA;

font-weight: bold;

}

#result-stats-chart-area
{
margin: 20px 0px 0px 0px;;
  width: 100%;
  min-height: 200px;
  border: 1px solid black;
  width:640px;
}

#result-verses-area
{
  
  width: auto;
    min-width: 400px;
    min-height: 600px;
    float: left;
    padding: 10px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    margin-top: 3px;
    max-width: 45%;
}
	
}


#results-stats-table table
{
	border-spacing: 10px;
}


#results-stats-table th
{
	background-color: #fafafa;
	color:#000;
	padding:5px;

	
}

#results-stats-table table td
{
	background-color: #fff;
	border:1px solid #eee;
	color:green;
	font-weight:bold;
	padding:5px;
}

#results-chart-area
{
	padding:10px;
}

.main text 
{
    font: 12px sans-serif;	
}

.chart-axis line, .chart-axi path {
    shape-rendering: crispEdges;
    stroke: black;
    fill: red;
}


.chart-tooltip
{
  position: absolute;
  width: 200px;
  height: 30px;
  pointer-events: none;
  font-size: 11px;
}

.graph-tooltip
{
  position: relative;
  width: 642px;
  height: 100px;
  font-size: 11px;
  border:1px;
  background-color: #000;
  display:none;
  border-radius:0px;
  border-top-left-radius:0px;
  border-bottom-left-radius:0px;
   border-top-right-radius:0px;
   

  z-index:1;;

  
  
  
}



.graph-tooltip-close
{
	position: absolute;
	top:0px;
	right:0px;
	cursor:pointer;
}

.graph-tooltip DIV
{
	opacity:0.9 !important;
	filter: alpha(opacity =     90)  !important;
	
	 background-color: #000;
	   color:#fff;
	   padding:10px;
}

.graph-link-tooltip
{
  position: absolute;
  min-width: 40px;
  min-height: 10px;
  font-size: 12px;
  border:1px;
  background-color: #000;
	color:#fff;
  border-radius:5px;
	padding:5px;
  z-index:100;

  
  
}

.graph-tooltip-text-area
{
	 background-color: #000;
	 width:auto;
	 height: 200px;
	 padding:10px;
	   color:#fff;
}



#graph-maingraph-area
{

min-height: 400px;
height:100%;
width: 100%;
margin: 10px auto;
}

#graph-verse-selection
{
	width:400px;
	font-size: 16px;
}
#graph-verse-or-text-selection
{
	text-align: center;
}

#graphing-iframe
{
	width: 100%;
	height: 100%;
	min-height: 600px;
	overflow: none;
	border:1px solid black;
}

#graph-verse-selection optgroup label
{
	 background-color: #222;
	 color:#fff;
	 padding:2px;
}
#graph-verse-selection optgroup option[value='ALL_SURA']
{
     color:#2E7FBA;
}

#pos-options-area
{


height:auto;
width: 50%;
margin: 0px auto;
text-align: center;

}
#pos-options-table
{
	text-align: right;
}

#pos-selection
{
	width:200px;
}

.pos-value-div
{

	margin:auto;
	padding:10px;
	font-size:20px;
	text-align: center;
	direction: rtl;
}

#pos-data-area
{
	min-height:200px;
	width: 80%;
	margin: 10px auto;
	text-align: center;
}

.note
{
	color:#aaa;
	font-size:11px;
}

.starnote
{
	color:#cf0000;
	font-size:11px;
}

.pos-sura-info
{
	color:#aaa;
}

#main-credits-area
{
	margin:auto;
	width:50%;
	
}

#main-page-main-message
{
	margin:none;
    width: 550px;
    /* min-width: 500px; */
    color: #0051AB;
    font-family: 'Tahoma';
    font-weight: lighter;
    padding: 30px 0px;
    font-size: 24px;
    padding-left: 10px;
    padding-bottom: 50px;
    text-align: left;
}

#main-page-try
{
	color:#000717;
	text-align: left;
	    padding-left: 30px;
   
}



.main-page-example-item
{
	text-decoration: none;
	color:#5A7313;
	font-size: 18px;
	padding:0px;
	font-family: Arial;
	font-weight: lighter;
	
}

.main-page-example-item:HOVER
{
	color:#4D82BD;
}

#main-page-examples-area
{
    margin: 10px auto;
    width: 50%;
    margin-top: 0px;
    text-align: center;
    min-width: 500px;
	
}

#main-page-examples-table
{
	width:90%;
	margin-top:20px;
	border:0px solid #eee;
	min-width:540px;
	   margin-left: 20px;

	
	
}


#main-page-examples-table TD
{
	text-align: left;
	  border-bottom: 1px solid #fafafa;
	padding:10px 0px;

}

#main-page-examples-table TD:first-child
{
	text-align: left;
background-color: #fff;
	padding: 0px 10px;
	font-size:18px;
	color:#000;
}

#info-pages-main-table
{
	width:90%;
	margin:5%;
}
#info-pages-main-table TR TD
{
	padding:10px;
}
#info-pages-main-table TR TD:first-child
{
	border-right: 1px solid #345;

}

.info-page-text
{
	
	font-family: arial;
	font-size:20px;
}

#info-pages-title-column
{
	width:100px;
	text-align:center;
	vertical-align:top;
	padding:31px 10px 30px 10px !important;
	font-weight: bold;
	font-size: 18px;
}

.credits-hr
{
	width:50%;
}
.credits-fs
{
	margin:10px;
	padding:10px;
}
.credits-fs legend
{
	color:#052F59;
}
.info-page-section-title
{
	font-size:20px;
	margin-top:0px;
	color:#052F59;
}
.general-error-color
{
	color:#8c0000;
}
.general-success-color
{
	color:#3B890B;
}
.general-loading-color
{
	color:#ED9912;
}
#feedback_user_text
{
	height: 100px;
}
#feedback_type_area
{
	margin:10px 0px;
}
#feedback_type_area label
{
	color:#1E3807;
}
#ontology-title
{
	margin: 0px auto;
	width: 400px
}
#ontology-main-area
{

	margin: 0px auto;
	width: 800px
}
#ontology-container-table 
{
	width:80%;
	margin:auto;
	
	margin-top:10px;
}

#ontology-container-table  TD 
{
	vertical-align: top;
}

#ontology-concepts-table
{
	   width:auto;
	border:1px;
	margin:auto;
	    margin-right: 100px;
}
#ontology-concepts-table TD
{
	vertical-align: top;
	background-color: #fafafa;
	
}
#ontology-concepts-table TH
{

	background-color: #C0DE22;
	color:#000;
	padding:2px;
	vertical-align: middle;
	white-space: nowrap;
}

#pos-words-verses-table
{
	width:100%;
	border:1px;
	margin:auto;
	
}

#pos-words-verses-table TD
{
	vertical-align: top;
	background-color: #fafafa;
}

#pos-words-verses-table TH
{

	background-color: #C0DE22;
	color:#000;
	padding:2px;
	vertical-align: middle;
	white-space: nowrap;
}


#pos-words-verses-statistics
{
	direction: ltr;
	font-weight: lighter;
	font-size: 20px;
	background-color: #C0DE22;
	color:#222;
	padding:2px;
	width:400px;
	margin:auto;
	margin-bottom:10px;
	
}


#uts-mapping-table
{
	width:40%;
	border:1px;
	margin:auto;
	
}

#uts-mapping-table TD
{
	vertical-align: top;
	background-color: #fafafa;
}

#uts-mapping-table TH
{

	background-color: #C0DE22;
	color:#000;
	padding:2px;
	vertical-align: middle;
	white-space: nowrap;
}

#uts-mapping-statistics
{
	direction: ltr;
	font-weight: lighter;
	font-size: 14px;

	padding:2px;
	width:400px;
	margin:auto;
	margin-bottom:10px;
	
}

#plotting-frame
{
	width:100%;
	min-height: 600px;
}

#ngrames-options
{
	margin:auto;
	width:320px;
	
}

#ngrames-options SPAN
{
	width:300px;
	text-align: center;
	

}

#ngrams-results-table
{
	margin:auto;
	width:500px;
	margin-top:20px;
}



#ngrams-results-table TD
{
	vertical-align: top;
	background-color: #fafafa;
}

#ngrams-results-table TH
{

	background-color: #C0DE22;
	color:#000;
	padding:2px;
	vertical-align: middle;
	white-space: nowrap;
	text-align: left;
}

#grams-number
{
	width:20px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	border-radius:20px;
	
}
#grams-number:FOCUS
{

	 outline: 0px;
}

#ngrames-radio
{

	height: 40px;
	background-color: #fafafa;

	margin-bottom: 10px;
}

#ngrames-radio input[type=radio]
{
	vertical-align: middle;
}
#ngrames-radio label
{
	vertical-align: middle;
}



#repeated-results-table
{
	margin:auto;
	width:80%
	margin-top:20px;
}




#repeated-results-table TD
{
	vertical-align: top;
	background-color: #fafafa;
}

#repeated-results-table TH
{

	background-color: #C0DE22;
	color:#000;
	padding:2px;
	vertical-align: middle;
	white-space: nowrap;
	text-align: left;
}



#words-info-options
{
	margin:auto;
	width:400px;
	
}

#words-info-area
{

	margin: 0px auto;
	width: 100%;
}


#words-info-table
{
	margin:auto;
	width:100%;
	margin-top:20px;
}



#words-info-table TD
{
	vertical-align: top;
	background-color: #fafafa;
}

#words-info-table TH
{

	background-color: #C0DE22;
	color:#000;
	padding:2px;
	vertical-align: middle;
	white-space: nowrap;
	text-align: left;
}

#technical-error
{
	background-color: #fff;
	color:#dd1111;
	padding:2px;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	margin:auto;
	width:40%;
	margin-top:20px;
}

#pause-marks-area
{
		margin:0px auto;
	width:200px;
}
#pause-marks-selection
{
	margin:0px auto;
	width:50px;
	font-size: 32px !important;
	padding:2px 10px;

}

.pausemarks-style
{
	font-size:32px; 
	 vertical-align: bottom;
	 display: inline-block;
	 height: 25px;
	 padding:0px 10px;
	 background-color: #000;
	 color:#fff;
}


#pausemarks-verses-table
{
	width:80%;
	border:1px;
	margin:auto;
	margin-top:10px;
	
}

#pausemarks-verses-table TD
{
	vertical-align: top;
	background-color: #fafafa;
}

#pausemarks-verses-table TH
{

	background-color: #C0DE22;
	color:#000;
	padding:2px;
	vertical-align: middle;
	white-space: nowrap;
}

#words-context-options
{
	margin:auto;
	width:400px;
	
}

#words-context-area
{

	margin: 0px auto;
	width: 100%;
}


#words-pos-context-table
{
	margin:auto;
	width:90%;
	margin-top:20px;
}

#words-pos-context-table TD
{
	vertical-align: top;
	background-color: #fafafa;
}

#words-pos-context-table TH
{

	background-color: #C0DE22;
	color:#000;
	padding:2px;
	vertical-align: middle;
	white-space: nowrap;
}

#target-pos-level-zero-cell
{
	font-size: 32px;
	
	background-color: #000 !important;
	color:#fff;
	padding:10px;
	padding-top:30px;
	text-align: center;
}

.analysis-title-header
{
	margin:auto;
	width:50%;
	margin:10px auto;
	text-align: center;
}

#words-pos-concordance-table
{
	margin:auto;
	width:90%;
	margin-top:20px;
}

#words-pos-concordance-table TD
{
	vertical-align: top;
	background-color: #fafafa;
}

#words-pos-concordance-table TH
{

	background-color: #C0DE22;
	color:#000;
	padding:2px;
	vertical-align: middle;
	white-space: nowrap;
}

.concordance-list
{
	list-style-type: none;
	color:#aaa;
}

#analysis-main-table
{
	  width: 90%;
  margin:0px 5%;
}
#left-menu-area
{
	display: block;
	  margin-left: 10px;
}
#analysis-component-cell
{
	text-align: left;
	vertical-align: top;
}
#analysis-left-menu-cell
{
	border-right:1px  dotted #eee;
	vertical-align: top;
	width: 200px;
}


A.analysis-links
{
	color:#000;
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
	display: block;
	  border-bottom: 1px solid #eee;
  padding: 2px;
	
}
A.analysis-links:BEFORE
{
	content:"۞ ";
}

A.analysis-links:ACTIVE
{
	color:#000;
	outline-width:2px;
	outline-color: #fff;
	outline-style: dotted;
}

A.analysis-links:HOVER
{

	background-color:#4CA5FF;
	color:#fff;

}

A.analysis-links[selected="1"]
{
	background-color:#4CA5FF;
	color:#fff;
}


.analysis-sub-title
{

	color:#000;
	font-size: 14px;
}

.treemap-node 
{
  border: solid 1px white;
  font: 14px sans-serif;
  line-height: 20px;
  overflow: hidden;
  position: absolute;
  text-indent: 10px;
  color:#fff;
  cursor: pointer;
 
 
}


.treemap-node:HOVER
{
	filter: brightness(1.1);
	-webkit-filter: brightness(1.1);
	-moz-filter: brightness(1.1);
	font-weight: bold;
	

}

.svg-button
{
	border:1px solid #eee;
	border-radius:5px;
	cursor: pointer;
	
}

#search-results-summary
{
  border-bottom: 1px dashed #fafafa;
  margin-bottom: 10px;
  color: #aaa;
  font-weight: lighter;
  font-size: 10px;
}
#search-results-summary-table
{
	width:auto;
}

#main-logo
{
	position: relative;
	width:auto;
	height:110px;
  top: 0px;
  left: 0px;
  margin-left: -125px;
  display: inline-block;
  float: left;
  margin-top: -50px;
  /** needed for IE **/
  border:0px;
}

#browser-support-issue-msg
{
	margin:30px auto;
	width:50%;
	padding:10px;
	font-size: 14px;
	border:1px solid #222;
	border-radius:10px;
}

.result-more-about-aya
{
  background-color: #fefefe;
  display: inline-block;
  height: 23px;
  padding: 0px 6px;
  
  -webkit-box-shadow: 1px 1px 1px #aaa;
-moz-box-shadow: 1px 1px 1px #aaa;
  box-shadow: 1px 1px 1px #aaa;
    margin: 0px 1px;
	
}
.result-more-about-aya:HOVER
{
	opacity: 0.90;
	filter: alpha(opacity =     90);
}
.result-more-about-aya A
{
font-size: 12px;
  color: #000;
  padding: 2px;
	
	
}
.result-match-type
{
	color:#eee;
}

#question-answering-area
{
    background-color: #fff;
    width: 95%;
    margin: 10px auto;
    min-height: 40px;
    text-align: inherit;
    font-size: 18px;
    padding: 5px;
    /* padding-left: 70px; */
    border-radius: 5px;
    border: 1px dashed #eee;
    
}
#question-answering-area-answer-title
{
	color: #fff;
  background-color: red;
  padding: 5px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 20px;

}

#question-answering-area-noanswer-msg
{

  padding: 5px;
  border-radius: 5px;
  font-weight: lighter;
  font-size: 20px;
}

#truth-area
{
	margin:30px auto;
	width:80%;
	font-size: 12px;
	color:#ccc;
	text-align: center;
	clear: both;
}

#full-ontology-graph-area
{
  margin: 0px auto;
  width: 100%;
}

#quran-full-ontology-header-panel
{
	background-color: #000;
	color:#fff;
	padding:10px 0px;
}

.explore-node
{
	cursor: pointer;
	
	    
	
}

.explore-node circle 
{
	
}

.explore-node text 
{
	  fill: #fff;
	  text-anchor:middle;
	  font-size:12px;
	  font-weight: bold;
}

.explore-node:HOVER circle
{
	

  stroke: #fff;
  stroke-width:3px;
  r:50px;
  transition-delay:0.5s;
   transition: 1s r;

	
}

#explore-guide-msg
{
  /* margin: 10px auto; */
  width: auto;
  /* min-width: 900px; */
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
}

#explore-result-verses
{
	background-color: #fff;
	padding:10px;	
	border-radius:10px;
	border:5px solid #333;
	overflow: auto;
    height: 400px;
    /** needed for safari **/
    position: relative;
   
}

#explore-result-verses-container
{
	
}


.explore-verses-close
{
	position: relative;
	top:15px;
	left:0px;
	cursor:pointer;
	background-color: #fff;
	border-radius:10px;
	    z-index: 10;
	
}

A#home-beta-button 
{
	background-color:red;
	color:#fff;
	padding:1px;
	border-radius:3px;
	font-size: 11px;
	font-weight: bold;
}
A#home-beta-button:HOVER
{
		color:#fff;
}

#homepage-important-messages-area
{
	width:50%;
	min-wdith:700px;
	margin:30px auto 50px auto;
	padding:10px;
	font-size: 20px;
	color:#0D5E9B;
	display: none;
	height: 80px;
	border:1px solid #333;
}

#analyze-title
{
	color:#0357AA;
	font-weight: normal;
}

.search-wordcloud-item
{
		padding:4px;
	margin:0px;
	display: inline-block;
	color:#191919;
	text-decoration:none !important;
	cursor:pointer;
	line-height: 0;
}

.initials-wordcloud-item
{
	padding:4px;
	margin:0px;
	display: inline-block;
	color:#191919;
	text-decoration:none !important;
	cursor:pointer;
	line-height: 0;
}

#result-wordcloud-area
{
    margin: 20px 0px 0px 0px;
    width: 640px;
    min-height: 100px;
 
    border: 1px solid black;
}
#result-wordcloud-title
{
	background-color: #000;
	color:#fff;
	margin-top:0px;
	padding:5px;
}
#result-wordcloud-content
{
	   padding: 30px 10px 20px 10px;
}
.buckwalter-trans-result-header
{
	font-size: 16px;
	padding:20px 0px;
}

#initials-cloud-area
{
	padding:40px;
}

#language-selection
{
	margin-left:20px;
}

#explore-lang-select-area
{
	margin:0px 20%;
	padding-left:30px;
}

#main-page-click-icon
{
	/*-ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    */
    position:absolute;
    left:-10px;
    top:25px;
    display: inline-block;
    
     -webkit-transition: opacity 1s ease-in-out;
	  -moz-transition: opacity 1s ease-in-out;
	  -ms-transition: opacity 1s ease-in-out;
	  -o-transition: opacity 1s ease-in-out;
	  transition: opacity 1s ease-in-out;
	  

	  
	 
	  filter: alpha(opacity=30);
	  opacity: 0.3;
}
    
 
    
.help-icon
{
	width:25px;
	height: 25px;

/*
  -webkit-box-shadow: 1px 1px 1px #555;
-moz-box-shadow: 1px 1px 1px #555;
  box-shadow: 1px 1px 1px #555;
  */
	cursor:pointer;
	
}
.help-icon:HOVER 
{
		filter: brightness(1.2);
	-webkit-filter: brightness(1.2);
	-moz-filter: brightness(1.2);
}

#graph-help-icon
{
		position:absolute;
	top: 55px;
    right: 8px;
}
.help-message-area
{
	display: block;
	padding:10px;
	font-size: 14px;
}

#help-message-graph
{
 background-color: #fefefe;
    border: 1px solid #eee;
    /* margin-left: 2px; */
    width: 620px;
        
}

#result-statistics-title
{
	background-color: #000;
	color:#fff;
	margin-top:0px;
	padding:5px;
}

.analyze-help-icon
{
	position:relative;
	right:0px;
	top:0px;
	float:right;
	background-color: #fff;
}
.analysis-help-area
{
	
}

#analysis-help-message
{
	text-align: left;
	border:1px solid #eee;
	margin:10px 0px;
	padding:10px;
	min-height: 50px;
	font-size:16px;
	width: 700px;
	
}

.transliteration-separator
{
	
    border: 0px solid #fff;
    height: 1px;
    background-color:#fafafa;
     -webkit-box-shadow: 1px 1px 1px #eee;
-moz-box-shadow: 1px 1px 1px #eee;
  box-shadow: 1px 1px 1px #eee;
}

.transliteration-verse-text-area
{
	maring:10px;
	
}

#answer-verse-location
{
	font-size: 14px;
	color:#aaa;
}

#footer-sharing-section
{
	margin:10px 0px 30px 0px;;
	vertical-align: middle;
	
}

.twitter-button-fixer
{
	    display: inline-block;
    /* margin-bottom: -5px; */
    position: relative;
    bottom: 0px;
}

select[id=subscriber_title]
{
	height: 28px;
}

#result-share-link-area
{
width:100%;	
text-align: right;
display: block;
    height: 2px;
}
#result-share-link
{
	    color: #0095CC;
    font-weight: normal;
    position: relative;
    top:-15px;
    
}

DIV#sharing-link-panel
{
	position: relative;
	right:0px;
	top:10px;
	color:#222;
	font-size: 12px;
	background-color: #fcfcfc;
	border:3px solid #FFCA1C;
	display: none;
	width: 90%;
	min-height: 60px;
	padding:10px;
	margin-bottom:10px;

	
}

DIV#sharing-link-panel IMG
{
	cursor: pointer;
	
}

#sharing-link-panel-linkholder
{
	color:#333;
	font-size: 14px;
	font-weight: lighter;;
}
#sharing-link-title
{
	color:#0095CC;
	font-size: 16px;
	border-bottom:1px dotted #ddd;
}

#sharing-link-panel-close-buttom
{
	position: absolute;
	right:0px;
	top:0px;
	cursor: pointer;
	float: right;
}
