/* CSS Document */

html, body
{
	height: 100%;
	min-width: 1300px;
}

#site_title a
{ 
	background: url(images/logo_c.png) center top no-repeat;
	background-size: 90px 68px;
}


#tooplate_wrapper
{
	margin-left: 10%;
	min-height: 89%;
	/* width: 100%; */
}

#tooplate_footer_wrapper
{
	min-height: 10.5%;
	min-width: 1330px;
}

#tooplate_content
{
	width: 100%;
}

#tooplate_menu
{
	width:710px;
}

#login_form
{
		
}

#login_form label
{
	height: 30px;
	margin-bottom: 10px;
	display: inline-block;
}

#login_form input
{
	height: 20px;
	margin-bottom: 5px;
}

#login_form input[type="submit"]
{
	height:30px;	
}

.margin_left_15px
{
	margin-left:15px;
}
.margin_left_10px
{
	margin-left:10px;
}
.margin_left_5px
{
	margin-left:5px;
}

.center_text
{
	text-align:center;
}.italic_text {
	font-style: italic;
}

.reference_list {
	list-style-type:none;
	list-style-position:outside;
	counter-reset:ref_list_item;
}

.reference_list li:before
{
	content:"[" counter(ref_list_item, decimal) "]";
	position:absolute;
	top:1px;
  	left:-24px;
  	width:21px;
	display:inline-block;
}

.reference_list li
{
	position:relative;
	counter-increment:ref_list_item;
	margin-bottom:10px;
	list-style:none;
}

.home_service_box h5
{
	padding-top: 15px;
}

.indent_text
{
	text-indent: 20px;
}

.col_w500
{
	width:500px;
}

.contact_us_titles
{
    margin-bottom: 3px;
}

.header_blue_background
{
	background-color: #1a68b2;
}

.success_message
{
	color: #4F8A10;
}

.error_message
{
	color: #FF0000;
}

img.analysis_image
{
	border:1px solid black;
}

ul.bar-legend li
{
	display: block;
	padding-left: 30px;
	position: relative;
	margin-bottom: 4px;
	border-radius: 5px;
	padding: 2px 8px 2px 28px;
	font-size: 14px;
	cursor: default;
	-webkit-transition: background-color 200ms ease-in-out;
	-moz-transition: background-color 200ms ease-in-out;
	-o-transition: background-color 200ms ease-in-out;
	transition: background-color 200ms ease-in-out;
}

ul.bar-legend span
{
	display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 100%;
  border-radius: 5px;
}

#tooplate_main
{
	float:left;
	width:840px;
	margin-left: 25px;
}

/* Styles for Graph Library vis.js */
.alpha1Style
{
	fill: rgb(0, 0, 225);
	fill-opacity:0;
	stroke-width:2px;
	stroke: rgb(0, 0, 225);
}

.alpha2Style
{
	fill: rgb(70, 130, 180);
	fill-opacity:0;
	stroke-width:2px;
	stroke: rgb(70, 130, 180);
}

.beta1Style
{
	fill: rgb(0, 255, 0);
	fill-opacity:0;
	stroke-width:2px;
	stroke: rgb(0, 255, 0);
}

.beta2Style
{
	fill: rgb(0, 100, 0);
	fill-opacity:0;
	stroke-width:2px;
	stroke: rgb(0, 100, 0);
}

.deltaStyle
{
	fill: rgb(255, 0, 0);
	fill-opacity:0;
	stroke-width:2px;
	stroke: rgb(255, 0, 0);
}

.gamma1Style
{
	fill: rgb(255, 165, 0);
	fill-opacity:0;
	stroke-width:2px;
	stroke: rgb(255, 165, 0);
}

.gamma2Style
{
	fill: rgb(205, 133, 0);
	fill-opacity:0;
	stroke-width:2px;
	stroke: rgb(205, 133, 0);
}

.thetaStyle
{
	fill: rgb(238, 197, 145);
	fill-opacity:0;
	stroke-width:2px;
	stroke: rgb(238, 197, 145);
}
