/*show/hide SQL*/

.small-button {
    font-size: 0.7em !important;
    padding: 0.1em 0.4em !important;
}

/*
#inboxtab {
    table-layout: fixed;
}

#inboxtab th, #inboxtab td  {
    overflow: hidden;
    text-overflow: ellipsis;
}
*/
table.dataTable tbody td {
        vertical-align: top;
}

.edit-body { 
        display:none;
}

.show-body { 
        display:block;
}


#status-msg { 
        position: fixed;
        width: 300px;
        top: 200px;
        left: 50%;
        transform: translateX(-50%);
	background-color: #FFFF88;
        z-index: 1000;
}

#message_container {
	background-color: #FFFF88;
}

.edit-headline { font-weight: bold; padding-bottom: 8px;}
.show-headline { font-weight: bold; padding-bottom: 8px;}

.message {
    position: relative;
    padding: 10px;
    background-color: #ffff88;
    width: 100%;
    text-align: left;
    font: 400 .9em 'Open Sans', sans-serif;
    border: 1px solid #dfd087;
    border-radius: 10px;
}

.message-content {
    padding: 0;
    margin: 0;
}

.message-close {
    position: absolute;
    top: 5px;
    right: 5px;
  cursor: pointer;
	
}

.wrap-text {
        white-space: normal !important;  /* Allow wrapping */
        word-wrap: break-word;           /* Break long words */
        overflow: hidden;                /* Hide overflow text */
}

#reports_table.dataTable tbody tr td {
        word-wrap: break-word;
        word-break: break-all;
}
#url_table.dataTable tbody tr td {
        word-wrap: break-word;
        word-break: break-all;
}

.show_sql{
   opacity: 0;
   z-index: 100;
   position: fixed;
   bottom: 2%;
   right: 1%;
   padding: 20px 8px;
   border-radius: 5px;
   border: none;
   font-size: 1.2em;
   letter-spacing: 2px;
   box-shadow: 1px 1px 1px 1px #333;
   font-weight: bolder;
   background: #f4ffe8;
}

.sql_div {
   display: inline-flex;
   box-shadow: 0px 0px 4px 1px #999191;
   margin-bottom: 10px;
   padding: 10px;
   background: white;
}

span.msg{
    display: none;
    color: green;
    letter-spacing: 2px;
}

.highlight { background-color: yellow }
.limitedview { width: 185px; overflow: hidden;}
.limitedview:hover { width: auto; height: auto; overflow: visible; border: thick solid #2C3E8F; }
.a1 { background-color: #AEF26D; color: #A60000 }
.a2 { background-color: #AEF26D; color: #007B25 }
.a3 { background-color: #AEF26D; color: #000000 }
.b1 { background-color: #FFE773; color: #A60000 }
.b2 { background-color: #FFE773; color: #007B25 }
.b3 { background-color: #FFE773; color: #000000 }
.c1 { background-color: #689AD3; color: #A60000 }
.c2 { background-color: #689AD3; color: #008C36 }
.c3 { background-color: #689AD3; color: #000000 }
.hide { display: none; }
.unhide { position: absolute; float: left; }

span.ui-icon { float: left; }

.byline { margin-top: -10px; padding: 0px 10px 0px 10px;
  font-family : Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size : 9pt;
}

#message {background:url('/images/transp.png') repeat top left;width: 100%; border:1px solid black;}

#logon TABLE { margin: 10px; }
#logon TD {  border: none; font-style: normal; background-color: green; }

.done_message {
        text-align: center;
        font-size: 15pt;
        font-weight:bold;
}



#pickbeat { border: medium solid #2C3E8F }

#sublist,
#edit { 
  border: medium solid #2C3E8F;
  background-color: #DFD999;
}

#trmenu { position: absolute; top: 20px; font-style: normal; }

#trmenu form { margin: 0; }

#helplink { position: fixed; bottom: 0px; left: 0px; }

#inboxtab td.send_curr { background-color: #AEF26D; }

#client_table td.expired {
  background-color: #CC0000;
  color: white;
}

#client_table td.expiring {
  background-color: yellow;
  color: black;
}
#client_table td.current {
  background-color: green;
  color: white;
}

.expired {
  color: white; background: #990000 ; 
}

#triage_tbl .triaged,
#below_tbl .triaged,
#above_tbl .triaged
 {
  background-color: #5FFF66;
  color: #000000;
}

.triaged {
  background-color: #5FFF66;
  color: #000000;
}

.bar {
  background-color: #008080;
  color: #ffffff;
  font-family : Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size : 9pt;
  padding: 2px 0px 2px 0px;
  cursor: pointer;
  margin: 0;
  background-image:url(drag.gif);
  background-repeat:no-repeat;
}

.urlfind {
	left: 60px;
	width: 600px;
	background-color: #DFD1D1;
        border: 3px solid #0040FF;
	padding: 5px;
}

.urllist {
	width: 600px;
	background-color: #A8BACF;
        border: 3px solid #0040FF;
	padding: 5px;
}

#mresults {
	position: absolute;
	left: 260px;
	top: 100px;
	width: 350px;
	background-color: #DFD1D1;
        border: 3px solid #0040FF;
	padding: 5px;
}
#mheads {
	position: absolute;
	left: 660px;
	top: 100px;
	width: 300px;
	background-color: #DFD1D1;
        border: 3px solid #0040FF;
}

#contact_box {
	display: none;
        float:left;
        padding:0 0 0 0;
	background-color: #FFFF00;
	width: 140px;
}
#client_edit {
	display: inline;
}

#popup {
	position: absolute;
	left: 30px;
	top: 200px;
	width: 600px;
	background-color: #FFFD7C;
        border: 6px solid #0040FF;
	padding: 10px;
}

#nav {
        position:relative;
        width:100%;
        padding:0 0 1em 1em;
        margin:0;
        list-style:none;
        line-height:1em;
        font-size: 8pt;
}

#nav li {
        float:left;
        margin:0;
        padding:0;
}

#nav a {
        display:block;
        color:#444;
        text-decoration:none;
        font-weight:bold;
        background:#ddd;
        background:#ddd;
        margin:0;
        padding:0.25em 1em;
        border-left:1px solid #fff;
        border-top:1px solid #fff;
        border-right:1px solid #aaa;
}

#nav,#popup A,
#nav,#popup A:link,
#nav,#popup A:visited {
	padding-left: 5px;
	padding-right: 5px;
        background:#333369;
        color:#fff;
}

#nav,#popup A:hover,
#nav,#popup A:active {
        background:#bbb;
}

#nav,#popup A.here:link,
#nav,#popup A.here:visited {
        background:#91A2B4;
        position:relative;
        z-index:102;
}





ul {
	margin-top: 2px;
}
li {
	margin-top: 2px;
	margin-left: 1px;
}
.column { margin: 11px; padding: 10px 10px 10px 10px; border: solid; border-color: navy; background: white }


#services_box { margin: 11px; padding: 10px 10px 10px 10px; border: solid; border-color: navy; background: white }

#services_box A,
#services_box A:visited,
#services_box A:link { color: navy;
	font-family : "Arial", sans-serif;
        font-size: 8pt;
        text-align: left;
        margin-left: 0px;
        margin-bottom: 3px;
        margin-top: 3px;
        margin-right: 0px;
        padding-left: 10px;
}

#services_box A:hover { 
        background: #9E9893;
        color: white;
}
.description {
	padding: 5px;
	padding-left: 15px;
}
.service_sub { 
	font-family : "Times New Roman", Times, serif;
        font-size: 11pt;
	padding-left: 9px;
	margin-left: 10px;
	font-weight: bold;
}
.service_head { 
        background: yellow;
	color: #00dd11;
	font-family : "Times New Roman", Times, serif;
        font-size: 13pt;
	padding-left: 10px;
	font-weight: bold;
}

.globe {
	position: absolute; 
	top: 0px;
	right: 2px;
}
#footer {
	clear: both;
	margin: 0px;
	text-align: center;
        font-size: 8pt;
}
.sub_agency_heading {
	display: block;
        background: yellow;
	color: #00dd11;
	font-family : "Times New Roman", Times, serif;
        font-size: 13pt;
        text-align: left;
	font-weight: bold;
        margin-left: 20px;
        margin-right: 20px;
        padding-left: 10px;
}

.agency_heading {
	display: block;
        background: #00dd11;
        color: yellow;
	font-family : "Times New Roman", Times, serif;
        font-size: 12pt;
        text-align: left;
	font-weight: bold;
        margin-left: 20px;
        margin-right: 20px;
        padding-left: 10px;
}

.agency_listing {
	display: block;
	background: #ccffff;
	font-family : "Arial", sans-serif;
        font-size: 8pt;
        text-align: left;
        margin-left: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        margin-right: 0px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 1px;
        padding-bottom: 1px;
}

.odd {
        background: #FFFFFF;
        margin-left: 1em;
        margin-right: 1em;
}
.even {
        background: #CCCCFF;
        margin-left: 1em;
        margin-right: 1em;
}
.subtitle {
        font-size: 11pt;
	font-family : "Arial", sans-serif;
	margin-top : 3px;
	font-weight: bold;
        text-align: left;
        margin-left: 10px;
}
.contact { border: 3px solid #000; }
.cont_date { font-size: 8pt; 
font-family : "Times New Roman", Times, serif; 
font-style: italic; 
}
.cont_text { 
font-size: 10pt; 
}

.menutitle {
  	background-color: #2e27f3;
  	color: #F3FF35;
        height: 20px;
	font-family : "Times New Roman", Times, serif;
        font-size: 11pt;
        text-align: center;
	font-weight: bold;
}


TH {
	color: #F3FF35;
  	background-color: #2e27f3;
}


TD {
	color: navy;
	background: #FFFFF0;
}

TD.front {
	color: #000000;
	background: #FAFAD2;
}

A.bl:link { color: blue }
A.bl:visited { color: blue }
A.bl:active { color: blue }

A.head,
A.head:visited,
A.head:active,
A.head:link { color: blue; text-decoration: none; }

A.head:hover { color: red; text-decoration: none;}

A:link { color: yellow }
A:visited { color: yellow }
A:active { color: yellow }

.db_eagle { color: white; background: purple; }
.eagle { color: white; background: gold; }
.birdie { color: white; background: blue; }
.par { color: black; background: #00ee00; }
.bogie { color: black; background: #ff0000; }
.double { color: white; background: #990000 ; }
.triple { color: white; background: #660000; }
.other { color: white; background: #330000; }

.answer {
	margin-top : 60px;
	background-color : #FFF5EE;
	color : Navy;
	font-family : "Times New Roman", Times, serif;
	font-size : .8em;
}

.question {
	margin-top : 60px;
	background-color : Navy;
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1em;
}

.xsmall {
        font-family : Arial, Helvetica, sans-serif;
        font-size : 7pt;
}

.small {
        font-family : Arial, Helvetica, sans-serif;
        font-size : 9pt;
}

A:link {
color: yellow
}

A:visited {
color: yellow
}

P {
	padding-left: 5px;
        font-family : Arial, Helvetica, sans-serif;
        font-size : 9pt;
}

H3 {
	font-family : "Times New Roman", Times, serif;
        font-size: 11pt;
}

A:active {
color: yellow
}

.headline { 
        text-align: left;
        background-color: #FFFFFF;
        padding: 4px;
        font-size : 10pt;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}
.body_txt1 { 
        font-size : 10pt;
}
.adsense { 
	display: inline; 
	float: right; 
}

.content_right { 
        text-align: right;
}

.fronthed { 
        text-align: left;
        background-color: #FFFFFF;
        padding: 4px;
        font-size: 8pt;
	font-family: "Times New Roman", Times, serif;
}

.prbody { 
  	font-family:arial,helvetica,sans-serif;
        text-align: left;
        background-color: #FFFFFF;
        padding: 6px;
        font-size : 9pt;
}

.pr { 
	padding: 0px 2px 2px 2px;
	margin-right: 15px;
	margin-left: 15px;
}

.blockbox { display: block; }

.textbox {
        text-align: left;
        background-color: #FFFFFF;
        color: black;
        margin-left: auto;
        margin-right: auto;
  	border-style:solid;
  	border-color:blue;
  	border-width:2px;
}

.infobox {
        text-align: left;
        background-color: #FFFFFF;
        color: black;
        margin-left: auto;
        margin-right: auto;
	border:1px solid #000;
        padding: 1em;
}

.toolbar {
	display: inline; 
	position: absolute; 
	left: 0;
	top: 0;
}

.alink_menu {
	display: inline; 
}

.link_menu {
	position: relative; 
	display: inline; 
	top: 17px;
	width: 17px;
        margin-top: 60px;
        margin-left: 0px;
        margin-right: 0px;
        background-color: #00dd11;
}


a.menu,
a.menu:link,
a.menu:active,
a.menu:visited {
position: relative; 
  display: inline; 
  font-family: sans-serif;
  padding: 4px;
  font-size: 10pt;
  font-weight:bold;
  text-decoration:none;
  border-style:solid;
  border-color: white;
  border-width: 2px;
  width: 100px;
  background-color: #c145ff;
  background-color: #2e27f3;
}

a.menu:hover {
  color: yellow;
} 

a.leftnav:link {
  font-size:8pt;
  text-align: center;
  font-weight: bold;
  color:navy;
  padding:1px;
  font-family:arial,helvetica,sans-serif;
}
a.leftnav:active {
  border-style:none;
  text-align: center;
  font-weight: bold;
  font-size:8pt;
  color:navy;
  padding:1px;
  font-family:arial,helvetica,sans-serif;
}
a.leftnav:visited {
  text-align: center;
  font-weight: bold;
  border-style:none;
  font-size:8pt;
  color:navy;
  padding:1px;
  font-family:arial,helvetica,sans-serif;
}
a.leftnav:hover {
  border-style:none;
  text-align: center;
  font-weight: bold;
  border-color:navy;
  color: #400000;
  font-size:8pt;
  font-family:arial,helvetica,sans-serif;
}

body { position: relative; min-width: 600px; width: 98%; margin:5px 5px 0px 5px; padding:0px; color: navy; background: #ffffff } 

	#leftcontent {
		position: absolute;
		display: block;
		left:0px;
		top:130px;
		width:195px;
		background:#fff;
		border:1px solid #000;
		}

	#centercontent {
		background:#fff;
   		margin-top: 15px;
   		margin-left: 199px;
   		margin-right:205px;
		border:1px solid #000;
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 201px;
   		margin-right:205px;
		}
	html>body #centercontent {
   		margin-left: 201px;
   		margin-right:205px;
		}

	#rightcontent {
		position: absolute;
		display: block;
		right:0px;
		top:130px;
		width:195px;
		background:#fff;
		border:1px solid #000;
		}
	
	#banner {
		height:109px;
		width:100%;
		background:white;
		padding:3px;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:108px;
		}
	html>body #banner {
		height:108px;
		}


#top { position: absolute; top: 0; left: 0; min-width: 600px; width: 100%; height: 100px; }
		
	p,h1,pre {
		margin:0px 10px 10px 0px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
	#banner h1 {
		font-size:14px;
		padding:10px 10px 0px 10px;
		margin:0px;
		}
	
	#rightcontent p {
		font-size:10px
		}
#container { margin: 11px; padding: 10px 10px 10px 2px; border: solid; border-color: navy; background: white;}

H1 { padding: 3px 10px 3px 10px; font-size: 14pt; font-weight: bold; }

.story_body { font-size: 11pt;  padding: 3px 10px 3px 2px; margin: 11px}
.story_body A { color: #000; 
        text-decoration: underline;
        font-weight: bold;
}
.story_body A:hover {
        background: #9E9893;
        color: white;
}

.dateline { font-style: italic; font-size: 11pt;  padding: 3px 0px 0px 0px; margin-left: 10px}

A.more,
A.more:visited,
A.more:active,
A.more:link { font-size:10px;
        padding: 3px 3px 3px 3px;
        margin: 10px;
        color: navy;
}

A.more:hover {
        background: #9E9893;
        color: white;
}

A.prev,
A.prev:visited,
A.prev:active,
A.prev:link,
A.next,
A.next:visited,
A.next:active,
A.next:link { font-size:10px;
        padding: 2px 2px 2px 2px;
        margin: 4px;
        color: blue;
}

A.prev:hover,
A.next:hover {
        background: #9E9893;
        color: white;
}
.prev { float: left; }
.next { float: right; }

A.mt,
A.mt:visited,
A.mt:active,
A.mt:link { 
font-size: 10px;
padding: 2px 2px 2px 2px;
margin: 4px;
color: blue;
}

A.mt:hover,
A.mt:hover {
        background: #9E9893;
        color: white;
}
.mt { display: inline;}
.up {
        font-size: 7pt;
        height: 8px;
        vertical-align: top;
        position: relative;
        top: 0;
        padding: 0px;
        margin: 0px;
        background: #C6C6C6 url('/up.gif') repeat-x top left;
        ;
}
.dn {
        font-size: 7pt;
        height: 8px;
        margin: 0px;
        padding: 0px;
        background: #C6C6C6 url('/dn.gif') repeat-x bottom left;
}

.link {
text-decoration:underline;
cursor: pointer;
}

.pradd td {
	color: navy;
	background: #FFFFF0;
        font-size: 9pt;
        margin: 0px 2px 0px 2px;
        padding: 0px;
}

 
.pradd th {
	color: yellow;
	background: #00dd11;
        font-size: 9pt;
        margin: 0px 2px 0px 2px;
        padding: 0px;
}


.flex_container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: start;
        align-items: auto;
        align-content: start
      }

.flex_item {
        flex: 0 0 auto;
        margin: 5px;
}
