/* header@charset "UTF-8"; */
/* CSS Document */

html {
	background:#f5f5f5;
}

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px !important;
	/*
	font-family: 'Open Sans', sans-serif !important;
	font-size:14px !important;
	*/
	margin: 0;
	padding: 0;
	background:#f5f5f5;
	/*background:#acacac;*/
}

h1 {
	font-size:20px;
	padding-top:10px;
	margin-top:0px;
}


#header {
	position: fixed;
	top: 0px;
	left: 0;
	display: block;	
	z-index: 1000;
	/*background:#acacac; */
	/*background-image:url(../images/graph_paper.jpg);*/
	background:#f5f5f5; 
	background-image:url(../images/skyline.png);
	background-repeat:repeat-x;
	height: 50px;
	width: 100%;
	border-bottom:1px solid #333333;
}

.header-inner { 
	/*background:#acacac; */
	height: 50px;
	width: 940px;
	margin: 0 auto;
}

.header-shadow {
  -moz-box-shadow: 0em 0.4em 0.4em rgba(0,0,0,0.2);
  -webkit-box-shadow: 0em 0.4em 0.4em rgba(0,0,0,0.2);
  box-shadow: 0em 0.4em 0.4em rgba(0,0,0,0.2);
}

/*.logo {
	float:left;
	width:135px;
	margin:7px 0 0 0;
	padding:0;
	border:0;
	z-index:500;
}*/
.logo {
	float:left;
	width:137px;
	height:40px;
	margin:3px 0 0 0;
	padding:0;
	border:0;
	cursor:url("../images/LODSYSicon-12x12.png"),auto;
	background:#ffffff;
	border-top:1px solid #888888;
	border-right:1px solid #c4c4c4;
	border-bottom:1px solid #c4c4c4;
	border-left:1px solid #888888;
	z-index:500;
}

.logo-static {
	width:137px;
	height:40px;
	margin:3px 0 0 0;
	padding:0;
	border:0;
	z-index:500;
}


.logo-mini {
	float:left;
	width:40px;
	height:40px;
	margin:7px 0 0 0;
	padding:0;
	border:0;
	cursor:pointer;
	z-index:500;
}

#main {
	background:#ffffff;
	width: 100%;
	margin: 0;
	padding: 0;
}

.main-inner { 
	min-height:450px;
	width: 940px;
	margin: 0 auto;
	padding: 0;
	border:1px solid #ffffff;
	background:url(../images/lod_bkgnd.png) top right no-repeat #ffffff;
}

#footer {
	/*background:#acacac;*/
	background:#f5f5f5; 
	/*background-image:url(../images/skyline.png);
	background-repeat:repeat;*/
	height: 135px;
	width: 100%;
	border-top:1px solid #333333;
	padding:0;
	margin:0;
}

.footer-inner {
	width: 940px;
	margin: 0 auto;
	padding:0;
}

.footer-top {
	float:left;
	color:#000000;
}

.footer-top a {
	color:#164c86;
	text-decoration:none;
}

.footer-top a:hover {
	/*color:#ffffff;*/
	color:#000000;
}

.footer-bottom {
	float:left;
	/*color:#ffffff;*/
	color:#000000;
	margin:0;
	padding:0;
}

.footer-bottom h1 {
	font-size:14px;
	margin:0;
	padding:0;
	color:#000000;
}

.footer-bottom ul {
	list-style:none;
	margin:5px 0 0 5px;
	padding:0;
}

.footer-bottom ul li {
}

.footer-bottom a {
	color:#164c86;
	text-decoration:none;
}

.footer-bottom a:hover {
	/*color:#ffffff;*/
	color:#000000;
}

.footer-designby {
	color:#888888;
	font-size:9px;
}

.footer-designby a {
	color:#888888;
	text-decoration:none;
}

.footer-designby a:hover {
	color:#e40000;
}

.footer-shadow {
  -moz-box-shadow: 0px -2px 2px #222222;
  -webkit-box-shadow: 0px -2px 2px #222222;
  box-shadow: 0px -2px 2px #222222;
}

/*========================================
    Navigation header 
  ========================================*/

.nav {
	float:left;
	width: 800px;
	height: 35px;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	color:#acacac;
	/*color:#ffffff;*/
	/*background:#acacac;*/
	z-index:900;
}

.nav-mini {
	float:left;
	width: 900px;
	height: 35px;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	color:#acacac;
	/*color:#ffffff;*/
	/*background:#acacac;*/
	z-index:900;
}

.nav-secondary {
	float:left;
	width: 940px;
	height: 35px;
	margin: 0px 0px 0px  0px;
	padding: 0px 0px 0px 0px;
	color:#000000;
	z-index:900;
}

.nav-secondary-gap {
	height:30px;
}

.navvert {
	float:left;
	width: 160px;
	height: auto;
	margin: 5px 0px 5px 0px;
	padding: 0;
	color:#ffffff;
	background:#ededef;
	z-index:10;
	border:1px solid #000000;
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.navvert h1 {
	color:#ffffff;
	background-color:#acacac;
	width:100%;
	margin: 0;
	padding: 0;
	font-size:14px;
	height:18px;
	text-align:center;
	border-bottom:1px solid #000000;
}

.gap {
	height:50px;
}

.gap2 {
	height:80px;
}

/* --- */

/*========================================
    Login header 
  ========================================*/
.login {
	font-size:12px;
	width:300px;
	margin:40px auto;
	padding:10px 10px 10px 10px;
	
	border:1px solid #000000;
	/* curve */
	border-radius: 1em; /* CSS3 */
	-moz-border-radius: 1em; /* firefox */
	-webkit-border-radius: 1em; /* Safari & Chrome */
	-khtml-border-radius: 1em; /* Linux */
	/* drop shadow */
	box-shadow: #555555 0.2em 0.2em 0.3em;  /* CSS3 */
	-moz-box-shadow: #555555 0.2em 0.2em 0.3em;  /* firefox 3.5+ */
	-webkit-box-shadow: #555555 0.2em 0.2em 0.3em;  /* Safari3+ & Chrome */
	filter: progod:DXImageTransform.Microsoft.Shadow(Strength=2,Direction=135,Color='#555555');  /* IE 5.5-7 */
	-ms-filter: progod:DXImageTransform.Microsoft.Shadow(Strength=2,Direction=135,Color='#555555');  /* IE 8 */	
}

/* --- */

/*========================================
    Columns 
  ========================================*/
  
.col-2thirds {
	width:65%;
	margin: 0 10px 0 0;
	padding: 0 0 0 0;
}

.col-1third {
	float:right;
	width:32%;
	margin: 0 0px 0 10px;
	padding: 0 0 0 0;
}


/* --- */


.section-left {
	float:left;
	margin:0px 10px 0px 0px;
}

.section-right {
	float:right;
	margin:0px 0px 0px -10px;
}

.image-left {
	float:left;
	margin:5px 5px 5px 0px;
	border:0;
}

.image-right {
	float:right;
	margin:5px 0px 5px 5px;
	border:0;
}

.border {
	border:1px solid #000000;
}

.border-gray {
	border:1px solid #7f7f7f;
}

.vtop {
	vertical-align:top;
}

.vbottom {
	vertical-align:bottom;
}

.vmiddle {
	vertical-align:middle;
}

.alarm-text {
	color:#ff3333;
}

.text-small {
	font-size:9px;
}

a {
	color:#ed6619;
	text-decoration:none;
}

a:hover {
	color:#3e57ab;
	text-decoration:none;
}

a img {
	border:0;
}

a.invaild-link {
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(../images/icons/alert-bw.png) left top no-repeat;
}

a.html-link
{
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(../images/icons/pdf.png) left top no-repeat;
}

a[href$=".pdf"], a[href$=".PDF"]
{
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(../images/icons/pdf.png) left top no-repeat;
}

a[href$=".ppt"], a[href$=".pptx"]
{
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(../images/icons/powerpoint.png) left top no-repeat;
}


a[href$=".doc"], a[href$=".docx"]
{
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(../images/icons/word.png) left top no-repeat;
}

a[href$=".jpg"], a[href$=".jpeg"], a[href$=".JPG"], a[href$=".JPEG"]
{
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(../images/icons/jpg.png) left top no-repeat;
}


a[href$=".png"]
{
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(../images/icons/png.png) left top no-repeat;
}

a[href$=".gif"]
{
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(../images/icons/gif.png) left top no-repeat;
}

a[href$=".tif"], a[href$=".tiff"]
{
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(../images/icons/tif.png) left top no-repeat;
}


a[href$=".mov"]
{
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(../images/icons/mov.png) left top no-repeat;
}

a[href$=".mp3"]
{
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(../images/icons/mp3.png) left top no-repeat;
}


a[href$=".mpeg4"], a[href$=".mp4"]
{
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(../images/icons/video.png) left top no-repeat;
}

a[href$=".svg"]
{
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(../images/icons/svg.png) left top no-repeat;
}


a[href$=".txt"]
{
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(../images/icons/word.png) left top no-repeat;
}

a[href$=".xls"], a[href$=".xlsx"]
{
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(../images/icons/excel.png) left top no-repeat;
}

.text-white {
	color:#ffffff;
}

.text-red {
	color:#e91919;
}

.text-green {
	color:#08ab08;
}

.text-blue {
	color:#1919e9;
}

.text-cyan {
	color:#19e9e9;
}

.text-magenta {
	color:#d116d1;
}

.text-yellow {
	color:#e9e919;
}

.text-orange {
	color:#ed7a39;
}

.text-gold {
	color:#bd8d00;
}

.text-gray {
	color:#888888;
}

.text-black {
	color:#000000;
}

.text-red-dark {
	color:#b31414;
}

.text-green-dark {
	color:#056605;
}

.text-blue-dark {
	color:#0e0e80;
}

.text-cyan-dark {
	color:#119999;
}

.text-magenta-dark {
	color:#991199;
}

.text-yellow-dark {
	color:#bfbf14;
}

/*========================================
    Tables 
  ========================================*/
  
.row-selected {
	color:#000000;
	background-color:#f0936b;
	text-decoration: none;
}
  
.row-even {
	background-color:#f4f4f4;
	text-decoration: none;
}

.row-odd {
	background-color:#eaeaea;
	text-decoration: none;
}

.redcell {
	background-color:#ffcccc;
}

.greencell {
	background-color:#ccffcc;
}

.bluecell {
	background-color:#ccccff;
}

.cyancell {
	background-color:#ccffff;
}

.magentacell {
	background-color:#ffccff;
}

.yellowcell {
	background-color:#ffffcc;
}

.orangecell {
	background-color:#ffa500;
}

.tancell {
	background-color:#faebd7;
}

.tealcell {
	background-color:#b2d8d8;
}

.lightgraycell {
	background-color:#d8d8d8;
}

.graycell {
	background-color:#c4c4c4;
}

.whitecell {
	background-color:#ffffff;
}

.blackcell {
	background-color:#000000;
}

.dkredcell {
	background-color:#ff8080;
}

.dkgreencell {
	background-color:#80ff80;
}

.dkbluecell {
	background-color:#8080ff;
}

.dkcyancell {
	background-color:#80ffff;
}

.dkmagentacell {
	background-color:#ff80ff;
}

.dkyellowcell {
	background-color:#ffff80;
}

/* --- */

/*========================================
    Forms 
  ========================================*/

.form-detail {
	margin:0px 5px 5px 0px;
	padding:10px 10px 10px 10px;
	color:#000000;
	background-color:#dddddd;
	/* curve */
	border-radius: 1em; /* CSS3 */
	-moz-border-radius: 1em; /* firefox */
	-webkit-border-radius: 1em; /* Safari & Chrome */
	-khtml-border-radius: 1em; /* Linux */
	/* drop shadow */
	box-shadow: #555555 0.2em 0.2em 0.3em;  /* CSS3 */
	-moz-box-shadow: #555555 0.2em 0.2em 0.3em;  /* firefox 3.5+ */
	-webkit-box-shadow: #555555 0.2em 0.2em 0.3em;  /* Safari3+ & Chrome */
	filter: progod:DXImageTransform.Microsoft.Shadow(Strength=2,Direction=135,Color='#555555');  /* IE 5.5-7 */
	-ms-filter: progod:DXImageTransform.Microsoft.Shadow(Strength=2,Direction=135,Color='#555555');  /* IE 8 */	
}

.select-menu {
	width:20px;
}

.input-readonly {
	padding:2px 3px 2px 3px;
	max-width:350px;
	border:1px solid #a6a6a6;
	color:#555555;
	background:#eeeeee;
}

.label-on {
	font-weight:bold;
	
}

.label-off {
	font-weight:bold;
	color:#bbbbbb;
}

/* --- */

.picture-frame {
	border:1px solid #444444;
	background:#eeeeee;
	padding:5px 5px 5px 5px;
	/* drop shadow */
	box-shadow: #555555 0.2em 0.2em 0.3em;  /* CSS3 */
	-moz-box-shadow: #555555 0.2em 0.2em 0.3em;  /* firefox 3.5+ */
	-webkit-box-shadow: #555555 0.2em 0.2em 0.3em;  /* Safari3+ & Chrome */
	filter: progod:DXImageTransform.Microsoft.Shadow(Strength=2,Direction=135,Color='#555555');  /* IE 5.5-7 */
	-ms-filter: progod:DXImageTransform.Microsoft.Shadow(Strength=2,Direction=135,Color='#555555');  /* IE 8 */	
}

.alertbox {
	border-style:solid;
	border-width:1px;
	border-color:#ee0000;
	background-color:#eeeeee;
	font-size:12px;	
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	/* curve */
	border-radius: 1em; /* CSS3 */
	-moz-border-radius: 1em; /* firefox */
	-webkit-border-radius: 1em; /* Safari & Chrome */
	-khtml-border-radius: 1em; /* Linux */
}

.alertbox h4 {
	font-size:14px;
	padding:0px 0px 5px 0px;
	margin:0;
}

.msgbox {
	background-color:#164c86;
	color:#ffffff;
	font-size:12px;	
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	/* curve */
	border-radius: 1em; /* CSS3 */
	-moz-border-radius: 1em; /* firefox */
	-webkit-border-radius: 1em; /* Safari & Chrome */
	-khtml-border-radius: 1em; /* Linux */
}

.banner-logo {
	float: left;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*
	-moz-box-shadow: 3px 0px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 3px 0px 0px rgba(0,0,0,0.2);
	box-shadow: 3px 0px 0px rgba(0,0,0,0.2);
	*/
}

.banner {
	width:940px;
	height:100px;
	margin:10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: #000000 1px solid;
	background-image: url(../_id/images/CLIENT_banner.jpg);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}

.banner h1 {
	text-align:right;
	text-transform:uppercase;
	vertical-align:bottom;
	font-size:24px;
	font-weight:bold;
	color:#ffffff;
	padding: 32px 30px 0px 0px;
}

.banner h2 {
	text-align:right;
	text-transform:uppercase;
	vertical-align:bottom;
	font-size:20px;
	font-weight:normal;
	color:#ffffff;
	padding: 30px 20px 0px 0px;
	margin:0;
}

.banner h3 {
	text-align:right;
	text-transform:uppercase;
	vertical-align:bottom;
	font-size:18px;
	font-weight:normal;
	color:#ffffff;
	padding: 0px 20px 0px 0px;
	margin:0;
}

.banner img {
	float:right;
	width:80px;
	height:80px;
	padding: 0px 0px 0px 0px;
	margin:10px 10px 0 10px;
}

.company {
	text-transform:none;
}


.search {
	float:right;
	margin:0 13px 3px 5px;
}

.search input {
	font-size:12px;
	padding: 0px 0px 0px 23px;
	height: 20px;
	background: transparent url(../images/search.png) 0px 0px no-repeat;
}

.search span {
	font-size:16px;
}

.clear {
	clear:both;
}


/*========================================
    Center 
  ========================================*/
  
.center-billboards {
	float:left;
 	width:430px;
 	height:320px;
 	color:#000000;
 	margin: 5px 0px 0px 5px;
 	padding: 0;
	border:1px solid #000000;
	z-index:0;
	border:1px solid #000000;
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.center-overview-full {
	float:right;
	width: 330px;
	/*height: 540px;*/
	height: 470px;
	margin: 5px 0px 5px 0px;
	padding: 0;
	color:#ffffff;
	background:#ededef;
	z-index:0;
	overflow:scroll;
	border:1px solid #000000;
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.center-overview-full h1 {
	color:#ffffff;
	background-color:#acacac;
	width:100%;
	margin: 0;
	padding: 0;
	height:18px;
	line-height:17px;
	font-size:14px;
	font-weight:bold;
	/*line-height:18px;*/
	text-align:center;
	border-bottom:1px solid #000000;
}

.center-overview-full h2 {
	font-size:13px;
	font-weight:bold;
	color:#000000;
	padding-left: 5px;
	padding-right: 5px;
}

.center-overview-full li {
	color:#000000;
}

.center-overview-full p {
	font-size:12px;
	line-height:15px;
	text-align:justify;
	color:#000000;
	padding-left: 10px;
	padding-right: 10px;
}

.center-overview-full table {
	margin:0;
	padding:0;

}

.center-overview-full th {
	text-align:left;
	color:#000000;
	margin:0 10px 0 10px;
	padding:0 10px 0 10px;
}

.center-overview-full td {
	text-align:left;
	color:#000000;
	margin:0;
	padding:0;
}


.center-overview {
	float:right;
	width: 330px;
	height: 370px;
	margin: 5px 0px 5px 0px;
	padding: 0;
	color:#ffffff;
	background:#ededef;
	z-index:0;
	overflow:scroll;
	border:1px solid #000000;
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.center-overview h1 {
	color:#ffffff;
	background-color:#acacac;
	width:100%;
	margin: 0;
	padding: 0;
	height:18px;
	line-height:17px;
	font-size:14px;
	font-weight:bold;
	/*line-height:18px;*/
	text-align:center;
	border-bottom:1px solid #000000;
}

.center-overview h2 {
	font-size:13px;
	font-weight:bold;
	color:#000000;
	padding-left: 5px;
	padding-right: 5px;
}

.center-overview p {
	font-size:12px;
	line-height:15px;
	text-align:justify;
	color:#000000;
	padding-left: 10px;
	padding-right: 10px;
}

.center-bio {
	float:right;
	width: 330px;
	height: 165px;
	margin: 0px 0px 0px 0px;
	padding: 0;
	color:#000000;
	background:#ededef;
	z-index:0;
	border:1px solid #000000;
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.center-bio p {
	font-size:12px;
	line-height:15px;
	text-align:justify;
	color:#000000;
	margin: 0;
	padding: 5px 10px 0px 10px;
}

.center-demographics {
	float:left;
	width:600px;
	border: 0px solid #000000;
	background-color: #ededef;
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.center-demographics th {
	font-size:13px;
	font-weight:bold;
	text-decoration: none;
	color: #ffffff;
	background-color: #acacac;
	text-align:center;
	padding: 3px 7px 3px 7px;
}

.center-demographics td {
	font-size:13px;
	font-weight:normal;
	text-decoration: none;
	text-align:center;
	color: #000000;
	background-color: #ededef;
	padding: 3px 7px 3px 7px;
}

/* --- */

/*========================================
    Lease Plan 
  ========================================*/
.lease-plan {

	
}

.lease-plan-wrapper {
	float:left;
	width:450px;
	margin:0px 8px 5px 0px;
	padding:5px 5px 5px 5px;
	border:1px solid #e0e0e0;
	overflow:auto;
}

.lease-plan-wrapper2 {
	float:left;
	width:920px;
	margin:0px 0px 5px 0px;
	padding:5px 5px 5px 5px;
	border:1px solid #e0e0e0;
	overflow:auto;
}

.lease-plan-wrapper3 {
	float:left;
	width:440px;
	margin:0px 8px 5px 0px;
	padding:5px 5px 5px 5px;
	border:1px solid #e0e0e0;
	overflow:auto;
}

.lease-plan h1 {
	color:#000000;
	margin: 0;
	padding: 0;
	font-size:17px;
	font-weight:bold;
}

.lease-plan h2 {
	color:#000000;
	margin: 0;
	padding: 0;
	font-size:15px;
	font-weight:bold;
}

.lease-plan h3 {
	color:#000000;
	margin: 0;
	padding: 0;
	font-size:13px;
	font-weight:bold;
}

.lease-plan ul {
	list-style:none;
	padding-left:5px;
	padding-bottom:5px;
	line-height:18px;
}

.lease-plan ul li {
	list-style:none;
	color:#000000;
	font-weight:normal;
	font-size:15px;
	line-height:18px;
	text-decoration: none;
	padding-bottom:5px;
	padding-left:10px;
}

.lease-plan a {
	color:#000000;
	font-weight:normal;
	font-size:15px;
	line-height:18px;
	text-decoration: none;
}

.lease-plan a:hover {
	color: #f04e09;
}

/* --- */

/*========================================
    Columns 
  ========================================*/
.table-border {
	border:1px solid #000000;
}
.table-width {
	width:100%;
}

.table-scroll {
	height: 10em;
	vertical-align:top;
	overflow:auto;
	/*overflow-x: hidden;*/
}

/*========================================
    Document 
  ========================================*/
  
.document {
}

.document ul {
	padding:0px 20px 20px 20px;
	margin: 0;
}
  
.document li {
	list-style:none;
	padding-left:10px;
	padding-bottom:10px;
	margin:0;
}

.document ul li ul {
	padding:0px 10px 0px 10px;
	margin: 0px 20px 0px 20px;
}

.document ul li ul li {
	list-style:disc;
	padding:5px 0px 0px 0px;
	margin: 0;
}

.document p {
	padding:0px 10px 10px 10px;
	margin: 0;
}

.document ul li ul li ul li {
	list-style:circle;
}

/* *** */
.popup {
	border:0;
	margin:0;
	padding:0;
	background:transparent;
	cursor: pointer;
}

/* *** */
table.reports {
	border:0px solid #000000;
}

td.reports {
	color:#ffffff;
	background-color:#acacac;
	padding: 5px 10px 5px 10px;
	border:0px solid #000000;
	cursor:pointer;
	font-weight:bold;
	white-space: nowrap;
	text-align:center;
	vertical-align:middle;
}

td.reports:hover {
	color:#000000;
	background-color:#e36f1e;
	cursor:pointer;
	font-weight:bold;
	white-space: nowrap;
	text-align:center;
	vertical-align:middle;
}

td.reports a {
	color:#000000;
	text-decoration:none;
}

td.reports a:hover {
	display:inline;
	color:#000000;
	text-decoration:none;
}

/* *** */
.break-word {
  word-wrap: break-word;
}

.dropshadow {
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.anchor {
	display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}

/* *** */
#usr_info {
    /*
    position:absolute;
    bottom:-75px;
    bottom: -115px\9; /* IE Specific */
    /*
    right:55px;*/
    
    width:200px;
    padding:15px;
    background:#fefefe;
    font-size:.875em;
    border-radius:5px;
    box-shadow:0 1px 3px #ccc;
    border:1px solid #ddd;
}

#usr_info h4 {
    margin:0 0 10px 0;
    padding:0;
    font-weight:normal;
}

#usr_info ul {
    margin:0 0 0 10px;
    padding:0;
}

#usr_info li {
    margin:0 0 0 10px;
    padding:0;
}

#usr_info::before {
    /*content: "\25B2";*/
    /*position:absolute;*/
    top:-12px;
    left:45%;
    font-size:14px;
    line-height:14px;
    color:#ddd;
    text-shadow:none;
    display:block;
}

#usr_info {
    display:none;
}

/* *** */
#pswd_info {
    /*
    position:absolute;
    bottom:-75px;
    bottom: -115px\9; /* IE Specific */
    /*
    right:55px;*/
    
    width:200px;
    padding:15px;
    background:#fefefe;
    font-size:.875em;
    border-radius:5px;
    box-shadow:0 1px 3px #ccc;
    border:1px solid #ddd;
}

#pswd_info h4 {
    margin:0 0 10px 0;
    padding:0;
    font-weight:normal;
}

#pswd_info ul {
    margin:0 0 0 10px;
    padding:0;
}

#pswd_info li {
    margin:0 0 0 10px;
    padding:0;
}

#pswd_info::before {
    /*content: "\25B2";*/
    /*position:absolute;*/
    top:-12px;
    left:45%;
    font-size:14px;
    line-height:14px;
    color:#ddd;
    text-shadow:none;
    display:block;
}

#pswd_info {
    display:none;
}

.invalid {
    /*background:url(../images/invalid.png) no-repeat 0 50%;*/
    padding-left:22px;
    line-height:12px;
    color:#ec3f41;
}
.valid {
    /*background:url(../images/valid.png) no-repeat 0 50%; */
    padding-left:22px;
    line-height:12px;
    color:#3a7d34;
}

.button-okta {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6px 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
  border-radius: 6px;
  border: none;

  color: #fff;
  background: linear-gradient(180deg, #082c75 0%, #367AF6 100%);
   background-origin: border-box;
  box-shadow: 0px 0.5px 1.5px rgba(8, 44, 117, 0.10), inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-okta:hover {
  box-shadow: inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2), 0px 0.5px 1.5px rgba(8, 44, 117, 0.10), 0px 0px 0px 3.5px rgba(58, 108, 217, 0.5);
  outline: 0;
}




