﻿* 
{ 
	margin:0;	
	border-collapse:separate;	
	border-spacing:0;
	-moz-box-sizing: border-box; 	
	cursor: default;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;  /*Trebuchet Stack */
	/*font-family:Verdana,Geneva,sans-serif;*/	/*Wide Sans-Serif Stack*/
	/*font-family:Tahoma,Arial,Helvetica,sans-serif;*/	/*Narrow Sans-Serif Stack*/
	/*font-family:Georgia,Utopia,Palatino,'Palatino Linotype',serif;*/	/*Wide Serif Stack*/
	/*font-family:'Times New Roman',Times,serif;*/	/*Narrow Serif Stack*/
	/*font-family:'Courier New','Courier',monospace;*/	/*Mono-Spaced Stack*/
}

body
{
	font-size: 8pt;
	color: #434b4e;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.footer
{
	font-size:8pt;
	font-weight:normal;
	color:#65696a;
}

ul 
{
	margin:0; 
	padding:0;
	list-style-position:inside;
}

li {
	/*color: #68804a;*/
	color: #434b4e; 
	padding:0px;
	margin: 0px;
}

li span
{
	color: #434b4e;
	padding:0px;
	margin:0 0 0 -4px;
}

h1
{
	font-weight: bold;
	font-size: 21px;
	color: #334a8b;
}

h2
{
	font-weight: bold;
	font-size: 17px;
	color: #68804a;
	margin:0 0 4px 0;
}

h3
{
	font-weight: bold;
	font-size: 18px;
	color: #434b4e;
	margin:0 0 4px 0;
}

h4
{
	font-weight: bold;
	font-size: 12pt;
	margin:0 0 4px 0;
}

p
{
	margin: 8px 0px 8px 0px;
}

/* Navbar container */
.navbar {
	overflow: hidden;
	background-color: #F1F3F4;
	/*font-family: Arial;*/
	border: 1px solid #B3C1C7;
	border-radius: 8px;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
}

/* Links inside the navbar */
.navbar a {
	float: left;
	font-size: 12px;
	color: #636869 !important;
	text-align: center;
	padding: 12px 12px;
	text-decoration: none !important;
	text-transform: uppercase;
}

/* Navbar Search */
.navbar .search {
	float:right;
	padding: 9px 12px;
}

.search-btn {
	display:none;
}

input::placeholder {
	font-style:italic;
	opacity: 0.5;
}

/* The dropdown container */
.dropdown {
	float: left;
	overflow: hidden;
}

/* Dropdown button */
	.dropdown .dropbtn {
		font-size: 12px;
		border: none;
		outline: none;
		color: #636869 !important;
		padding: 12px 12px;
		background-color: inherit;
		font-family: inherit; /* Important for vertical align on mobile phones */
		margin: 0; /* Important for vertical align on mobile phones */
		text-transform: uppercase;
	}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
	background-color: #ddd;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #F1F3F4;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	border: 1px solid #B3C1C7;
}

.dropdown-content:last-child {
	border-radius: 0 0 8px 8px;
}

/* Links inside the dropdown */
.dropdown-content a {
	float: none;
	color: black;
	padding: 12px 12px;
	text-decoration: none;
	display: block;
	text-align: left;
}

/* Add a grey background color to dropdown links on hover */
	.dropdown-content a:hover {
		background-color: #ddd;
	}

.dropdown-content a:last-child:hover {
	background-color: #ddd;
	border-radius: 0 0 8px 8px;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
	display: block;
}

table
{ 
	border-collapse: collapse; border-spacing: 0; 
}

table.zebra>tbody>tr:nth-child(even) {
	background-color: #F8F8F8;
}

table.comp th, table.comp td {
	border: 1px solid black;
	border-collapse: collapse;
}

table.comp td {
	padding:2px 4px 2px 4px;
}

table tr.clickable:hover {
	background-color: #D2E4FF !important;
}

table tr.clickable td {
	cursor: pointer !important;
}

	table.table-hover tbody tr:hover {
		background-color: #D2E4FF !important;
	}

.row-danger {
	background-color: rgb(242, 222, 222);
}

.row-success {
	background-color: rgb(223, 240, 216);
}

.row-primary {
	background-color: rgb(217, 237, 247);
}

.bld_lbl {
	font-weight:600;
}

div.hr 
{ 
    	margin-top:8px;
    	margin-bottom:8px;
	width: 100%; 
	height: 1px; 
	border-top: dashed 1px #cc9E66; 
} 

div.preload 
{ 
	height: 0; 
	overflow: hidden; 
} 

.sm
{
	font-size:8px;
}

.lg
{
	font-size:13px;
}

.bld
{
	font-weight: bold;
}

.condensed
{
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}

.bldr
{
	font-size: 14px;
	font-weight: bold;
	letter-spacing:-1px;
}

.btn
{
	font-size: 8pt;
	width:64px;
	color: #666666;
}

.btn_danger {
	background-color: firebrick;
	color: #fff;
}
.btn_danger:hover {
	background-color: darkred;
}

.box
{
	color:#555555;
	font-size: 8pt;
	font-weight:normal;
	border-style:solid;
	border-width:1px;
	border-color:#5faac7;
	padding:2px 4px 2px 4px;
	width:180px;
	border-radius:3px;
}

input:focus, textarea:focus {
	outline: none;
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	border: 1px solid rgba(81, 203, 238, 1);
}

.box100 {
	color: #555555;
	font-size: 8pt;
	font-weight: normal;
	border-style: solid;
	border-width: 1px;
	border-color: #5faac7;
	padding: 2px 4px 2px 4px;
	width: 95%;
	border-radius: 3px;
}
.box_watermarked {
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
	color: #dcdcdc;
	border-style: solid;
	border-width: 1px;
	border-color: #5faac7;
	padding: 2px 4px 2px 4px;
	width: 180px;
	border-radius: 3px;
}

.ddl {
	font-size: 10pt;
	font-weight: normal;
	border-style: solid;
	border-width: 1px;
	border-color: #5faac7;
	color: #555555;
	padding: 4px;
	border-radius: 3px;
}

.ddl_mini {
	font-size: 8pt;
	font-weight: normal;
	border-style: solid;
	border-width: 1px;
	border-color: #5faac7;
	color: #555555;
	padding: 2px;
	border-radius: 3px;
}

.badge {
	border-radius: 10px;
	padding: 2px 9px 2px 9px;
	text-align: center;
	font-size:.9em;
	font-weight:800;
	display:inline-block;
}

.badge-primary {
	background: #007bff;
	color: #fff;
}

.badge-secondary {
	background: #6c757d;
	color: #fff;
}

.badge-dark {
	background: #343a40;
	color: #fff;
}

.badge-success {
	background: #28a745;
	color: #fff;
}

.badge-warning {
	background: #ffc107;
	color: #fff;
}

.badge-danger {
	background: #dc3545;
	color: #fff;
}

.badge-info {
	background: #17a2b8;
	color: #fff;
}

.noinput {
	cursor:not-allowed;
}
.valid
{
	font-size: 8pt;
	color:#cc0000;
	font-weight:bold;
	font-style:italic;
}

.error
{
    background-color:#FEE2E2;
}

.mal {
	color: #ee0000;
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
}

.err {
    color: #ee0000;
    font-weight: bold;
    font-size:12px;
}

.err:hover {
    text-decoration:underline;
    cursor:pointer;
}

.msg
{
	font-size: 8pt;
	color:#085aa4;
	font-weight:bold;
	font-style:italic;
}

a:link, a:visited
{
	text-decoration:underline;
	cursor:pointer;
	color: #457b90;
}

a:hover
{
	text-decoration:underline;
	cursor:pointer;
	color:#6ba5bc;
}

a.news:link, a.news:visited
{
	text-decoration:underline;
	cursor:pointer;
	color: #F08827;
}

a.news:hover
{
	text-decoration:underline;
	cursor:pointer;
	color:#F4BA80;
}

a.nav:link, a.nav:visited, a.nav_footer:link, a.nav_footer:visited
{
	color:#636869;
	font-weight:normal;
	font-size: 10pt;
	padding:6px 8px 6px 8px;
	text-align: center;
	white-space:nowrap;
	text-decoration:none;
}

a.nav:hover, a.nav_footer:hover, a.nav_on:link, a.nav_on:visited, 
a.nav_on:hover, a.nav_footer_on:link, a.nav_footer_on:visited, a.nav_footer_on:hover
{
	color:#fa7906;
	font-weight:normal;
	font-size: 10pt;
	padding:6px 8px 6px 8px;
	text-align: center;
	white-space:nowrap;
	text-decoration:none;
}

a.subnav:link, a.subnav:visited, a.subnav:hover
{
	color:#FFFFFF;
	font-weight:bold;
	font-size: 12px;
	cursor: pointer;
	padding:2px 8px 2px 52px;
	text-align: right;
	white-space:nowrap;
	text-decoration:none;
}

.alpha-jump-table {
    width:100%;
    background-color:#dcdcdc;
    font-weight:900;
}

.alpha-jump-td {
    text-align:center;
    width:3.84%;
    border-right:1px solid #ababab;
}

.alpha-jump-td:last-child {
    border-right:0px;
}


a.alpha-jump-a, a.alpha-jump-a:visited, a.alpha-jump-a:link {
    display:block;
    width:100%;
    height:20px;
    line-height:20px;
    text-decoration:none;
}

a.alpha-jump-a:hover {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    background-color: #6ba5bc;
    color:#ffffff;
}

#back-to-top {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 9999;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	background: #679CB1;
	color: #fff;
	font-weight: 900;
	cursor: pointer;
	border: 0;
	border-radius: 2px;
	text-decoration: none;
	transition: opacity 0.5s ease-out;
	opacity: 0;
	border-radius: 8px;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
}

#back-to-top:hover {
    background: #457b90;
}

#back-to-top.show {
    opacity: 1;
}


.chkBoxList td
{
   width:120px;
}

.report-grid .subtotal-row {
    background-color:RGBA(0,99,167,0.1) !important;
    font-weight:900;
    border-bottom:1px solid #efefef;
}

.report-grid .total-row {
    background-color:RGBA(0,99,167,0.6) !important;
    font-weight:900;
    color:#fff;
}

.report-grid th {
    text-align:left;
    white-space:nowrap;
}

.report-grid .num {
    text-align:right;
    width:5%;
}

.report-grid tr:nth-child(2n+1) {
    /*background-color:#f8f8f8;*/
}

.report-grid .header {
    background-color:#6E737F !important;
    color:#fff;
}

.report-grid .data-row {
    border-bottom:1px solid #efefef;
}

.report-filters {
    width:100%;
    margin-bottom:24px;
}

.report-filters td {
    padding-right:8px;
}

.report-filters td:last-child {
    padding-right:0;
}

.report-analysis .num {
    text-align:right;
}

.report-analysis .bl {
    font-weight:900;
}

.report-analysis tr {
    border-bottom:1px solid #efefef;
}

.report-analysis tr:last-child {
    border-bottom:1px solid transparent;
}

.tbl_compensation {
    width:100%;
    border:1px solid #cccccc;
    border-collapse:collapse;
}

.tbl_compensation th {
    font-weight:bold; 
    background-color:#666666; 
    color:#ffffff;
    text-align:left;
}

.tbl_compensation tr {

}

.tbl_compensation td {
    border: 1px solid #cccccc;
}

.tbl_compensation td.zebra {
    background-color:#f3f3f3;
}

.tbl_compensation tr.top_rule td {
    border-top:2px solid #aaa !important;
}

ol.ol-instructions {
    margin-left:-14px;
}

.ol-instructions li {
    font-size: 14px;
    color: #334A8B;
}

.instruct {
    font-size: 14px;
    color: #334A8B;
}

.instruct-red {
    font-size: 14px;
    color: #cc0000;
}


.nav-spc {
	display: none;
}

.tt {
	/*color: #000;*/
	text-decoration: none;
}


.tt:hover {
	/*color: green;*/
	position: relative;
}


.tt[data-tt]:hover:after {
	/* add a "data-tt" attribute to any tag that will use this for their ToolTips */
	content: attr(data-tt);
	padding: 6px 8px;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: absolute;
	left: 100%;
	top: 120%;
	white-space: nowrap;
	z-index: 9999;
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
	background: #000;
}



@media only screen and (min-width: 1025px) {

	.nav-tbl {
		width:100%;
	}
	.nav-spc {
		display: inline-table;
		padding: 4px 8px 5px 8px;
	}

}

@media screen and (max-width: 1400px) {
	.search {
		display: none;
	}
}