﻿#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    color:#b30000;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 autocomplete
	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	width: 100%;
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}


.scroll 
{
	height: 200px;
	width: 500px;
	overflow: auto;
	padding:1em;
	margin:1em;
}

table.data-table
{
	background-color: white
}

table.display-table
{
	background-color: white;
	width: 1600px;
	height: 800px;
}


td.left-column
{
	font-size:small;
	font-weight:bold;
	font-family:Verdana,"Times New Roman", Times , Serif;
	color:White;
	width:200px;
	padding:1em;	
	font-size:smaller;	
	/*background-color: #666666;*/
}

td.right-column
{
	font-family:Verdana,"Times New Roman", Times , Serif;
	padding:0.5em;
	padding-left: 2em;
	width:400px;
	/*max-width: 1200px;*/ /*or whatever*/

	font-size:smaller;
	color:white;
	/*background-color: #666666;*/
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 grid table
	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

table.grid
{
	margin:0.5em;
	width: 650px;
}

.grid tbody
{
	
}

tr.gridrow
{
	font-family:Verdana,"Times New Roman", Times , Serif;
	padding-top:0.5em;
	padding-bottom:0.5em;
	margin:0.5em;
	background-color: #b35a00;
}

.grid th
{
	padding:1em;
	font-size:smaller;
	text-align:center;
	color:Black;
}

.gridrow td
{
	padding:1em;
	font-size:smaller;
	text-align:center;
	max-width: 300px; /*or whatever*/
	word-wrap: break-word;
}

.gridrow_alternate td
{
	padding:1em;
	font-size:smaller;
	text-align:center;
	max-width: 300px; /*or whatever*/
	word-wrap: break-word;
}

tr.gridrow_alternate
{
	font-family:Verdana,"Times New Roman", Times , Serif;
	padding-top:0.5em;
	padding-bottom:0.5em;
	margin:0.5em;
}

/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: white;
    font-size: .75em;
    font-family: Verdana,"Times New Roman", Times , Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link
{
    color: #D08504;
    text-decoration: underline;
}
a:visited
{
    color: #D74B4B;
}
a:hover
{
    color: #FF542E;
    text-decoration: none;
}
a:active
{
    color: #475F77;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
    color:White;
    font-family: Verdana,"Times New Roman", Times , Serif;
    font-size:small;
}

img
{
    margin: 1em 1em 1em 1em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color:white;
    font-family: Verdana,"Times New Roman", Times , Serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
    color:white
}
h2
{
    border-bottom: 1px solid #5c87b2;
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    background-color:#fff;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Verdana,"Times New Roman", Times , Serif;
    font-size: 32px !important;
}

#main
{
    padding: 10px 30px 15px 30px;
    background-color: #98abc5;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #475F77 solid;
    padding: 0 0 2px 4px;
    position: relative;
    margin: 0;
    text-align: left;
    background-color: #5C87B2;
}

ul#menu li
{
    display: inline;
    list-style: none;
    white-space: nowrap;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 5px 5px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #475F77;
    text-decoration: none;
    border: solid 1px #e8eef4;
}

ul#menu li a:active
{
    background-color: #ADC1D6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #D74B4B;
    color: #000;
}


/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:10px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 D3.JS
	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#tooltip {
        color: white;
        opacity: .9;
        background: #8a89a6;
        padding: 5px;
        border: 1px solid lightgrey;
        border-radius: 5px;
        position: absolute;
        z-index: 10;
        visibility: hidden;
        white-space: nowrap;
        pointer-events: none;
      }
      #circle circle {
        fill: none;
        pointer-events: all;
      }
      path.group {
        fill-opacity: .8;
      }
      path.chord {
        fill-opacity: .6;
        stroke: #000;
        stroke-width: .25px;
      }
      #circle:hover path.fade {
        display: none;
      }
      
.chord path {
  fill-opacity: .67;
  stroke: #000;
  stroke-width: .5px;
}
.node {
  font: 17px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.link {
  stroke: steelblue;
  stroke-opacity: .4;
  fill: none;
}

#circle circle {
fill: none;
pointer-events: all;
}
 
.group path {
fill-opacity: .5;
}
 
path.chord {
stroke: #000;
stroke-width: .5px;
}
 
#circle:hover path.fade {
display: none;
}

.node {
  cursor: pointer;
}

.node:hover {
  stroke: #000;
  stroke-width: 1.5px;
}

.node--leaf {
  fill: white;
}

.label {
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: Black;
  text-anchor: middle;
  text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff;
}

.label,
.node--root,
.node--leaf {
  pointer-events: none;
}


/*** SWJS Custom styles*/
.ajax-loader {
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px;  /* -1 * image height / 2 */
    display: block;     
}
