/**************************************************************************************************
 * Main Site Layout 
 **************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,700&subset=latin,greek);
* {
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}
@font-face {
    font-family: 'source_sans_proregular';
    src: url('../fonts/sourcesanspro-regular-webfont.eot');
    src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_proitalic';
    src: url('../fonts/sourcesanspro-it-webfont.eot');
    src: url('../fonts/sourcesanspro-it-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-it-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-it-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-it-webfont.svg#source_sans_proitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_probold_italic';
    src: url('../fonts/sourcesanspro-boldit-webfont.eot');
    src: url('../fonts/sourcesanspro-boldit-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-boldit-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-boldit-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-boldit-webfont.svg#source_sans_probold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_probold';
    src: url('../fonts/sourcesanspro-bold-webfont.eot');
    src: url('../fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-bold-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	text-align: center;
	background: #36424a;/*#d3d7d9;*/
	font-family: Verdana, Geneva, sans-serif;
}

input, select{
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	margin-bottom: 10px;
	margin-right: 5px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	line-height: 1.5;
}

input[type="submit"], input[type="button"] {
	background: rgb(106,119,128);
	border-radius: .3rem;
	color: white;
	padding: 5px 10px;
    line-height: 1.5;
	cursor:pointer;
}

input[type="button"].invisible{
	background: transparent;
    border-color: transparent;
    box-shadow: none;
    cursor: inherit;
}

@media (max-width: 575px){
	input:not([type=checkbox]), select {
		width: 148px !important;
	}
}

div.container {
    box-sizing: border-box;
    display: inline-block;
	  width: 100%;
    text-align: left;
    vertical-align: top;
}

@media (min-width: 1200px) {
	div.container {
		width: 1150px;
	}
}

.selectedTab a, .tab a, .disabledTab a, .chromeButton a, .redButton a, .greenButton a{
	padding: 0px 0px 0px 7px;
	display: inline-block;	
	background: rgb(106,119,128);
	border-radius: 8px 8px 0px 0px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

.selectedTab a span, .tab a span, .disabledTab a span, .chromeButton a span, .redButton a span, .greenButton a span{
	padding: 10px !important;
	color: white;
}

p.lede {
    margin: 10px 0px 10px 0px;
    font-size: 1em;
    border-bottom: 2px solid #77b800;
	color: #36424a;
	line-height: 1.5em;
}

.contentbody {
	box-sizing: border-box;
    display: inline-block;
    width: 100%;
	padding: 20px;
	color: #36424a;
    background: #d3d7d9;
}

div.contentbody div.container {
    padding: 0px 20px 40px 20px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    background: #fff;
}

.listgrid {
	font-weight: bold;
	padding-bottom: 5px;
}
.detailsgrid {
	color: black;
}
.listgrid .posseband_2, .listgrid .posseband_1{
	background: none !important;
	border: none !important;
}

.editpane th {
	width: 40%;
}
.editpane {
	width: 100%;
    color: #000000;
    font-size: 10pt;
    font-weight: normal;
    white-space: normal;
    line-height: 1.5;
}
.pagetitle span{
	color: black !important;	
	font-weight: bold;
	line-height: 1em;
}
.pagetitle {
    text-align: center;	
}
.page { /* main content of page */
    text-align: left; 
    margin: auto;
    padding: 0px 14px;
    /*background-color: #FFFFFF; DO NOT UNCOMMENT THIS! THIS BREAKS THE TITLE TEXT FOR THE PAGE -- Daryl W.*/
    
}

.dbName { /* dbname and user name in header */
    margin: 0px;
    height: 30px;
    color: #02779D;
    font: bold 9pt Calibri,Arial,helvetica,sans-serif;
    display: block;
    line-height: 30px;
    float: right;
    margin-right: 20px;
}

.welcomeUser { /* Welcome user on main page */
    font-size: 1.6em;
    line-height: 1.5;
}

.userProfile
{
    padding: 10px 0px 10px 0px;
}
.welcomeMessage
{
    font: bold 10pt Calibri,Arial,helvetica,sans-serif;
    padding-top: 3px;
}
.todolistHeader
{
    font: bold 11pt Calibri,Arial,helvetica,sans-serif;
    margin: 20px 0px 10px 0px;
    width: 80px;
    border-bottom: 1px dotted #858585;
    clear: both;
}

.loginfields { /* Login fields on Login.aspx */
    margin-top: 80px;
    height: 325px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    display: block;
    line-height: 45px;      
}

.loginMessage
{
    line-height: 15px;  
}

.loginMessage {
    color: #707070;
    font-size: 14px;
}

.loginButton{
    background-image: url(../images/buttons/green-login.png); 
    background-repeat: no-repeat;    
    background-color: transparent;
    color: #487204;
    font-weight: bold;
    cursor:pointer; 
    width: 79px;
    height: 30px;
    border: none;    
}


.loginButton:hover {
    /*
    background-image: url(../images/buttons/green-login-hover.png); 
    background-repeat: no-repeat;    
    */
    background-color: transparent;
    color: #FFFFFF;
    font-weight: bold;
    cursor:pointer; 
    width: 79px;
    height: 30px;
    border: none;   
}

a.loginHelp:link, a.loginHelp:visited, a.loginHelp:hover {
    font: bold 10pt Calibri,Arial,helvetica,sans-serif;;
    color: #AEE0FF;
    font-size: 12px;
    text-decoration:none;
}




.versionheader { /* Welcome message in header */
    margin: 0px;
    height: 30px;
    color: #02779D;
    font: bold 10pt Calibri,Arial,helvetica,sans-serif;
    //font-weight: bold;
    //font-size: 12px;
    display: block;
    line-height: 30px;
    float: left;
    padding-left: 100px;
  text-transform: uppercase;
  margin-left: 5px;
}


.SimpleHeader {	
    margin: 0px;
	Font-Size: 1.2em;
}

.RedLabel {
	color: #FF0000;
	font-weight: bold;
}

.RedLabel:link {
	color: #FF0000;
	font-weight: bold;
}
.RedLabel:hover {
  color: #FF0000;
	font-weight: bold;
}
.RedLabel:visited {
  color: #FF0000;
	font-weight: bold;
}

/**************************************************************************************************
 * Global Search Box
 **************************************************************************************************/
.sitesearch { /* container for global search box */
    width: 185px;
    float: right;
}

.searchtext { /* text box for global search */
    float: left;
}

/**************************************************************************************************
 * Presentation Title
 **************************************************************************************************/
.title { /* Presentation Title Container */
    font: bold 24px Calibri,Arial, Helvetica, sans-serif;
    color: #000000;
    margin: 5px 0px 5px 0px;
    //border-bottom : 1px solid #F3F3F3; /* blend with background color of body */
}

.title img { /* If there is an image for the presentation */
    height: 32px;
    padding: 0px 5px 0px 0px;
    vertical-align: middle;
}

.titlepopup { /* presentation title container in popup*/
	font: bold 24px Calibri,Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding-bottom: 10px;
}
.titlepopup  div {
    border-bottom : 1px solid #4f6f19;
	width: 100%;
}

.breadcrumb { /* Breadcrumbs above the title */
    font: bold 12px Calibri,Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    margin: 0px 0px 5px 0px;
}

/**************************************************************************************************
 * Footer
 **************************************************************************************************/
.footer { /* footer container */
	border-top: 4px solid #77b800;
	background: #36424a;
  width: 100%;
}
div.footer ul {
    display: block;
    padding-left: 0px;
    line-height: 1.5em;
    list-style-type: none;
}
div.footer a {
	background-color: transparent;
	border: none;
    position: relative;
    display: inline-block;
    padding: 5px 10px 5px 20px;
    color: #fff;
    text-decoration: none;
}
div.footer h3 {
    box-sizing: border-box;
    margin: 20px 0px 10px 0px;
    padding: 0px 5px 10px 5px;
    border-bottom: 1px solid #77b800;
    color: #e5e5e5;
    font-size: 1.1em;
}
div.footer a:before{
    position: absolute;
    top: 50%;
    left: 5px;
    width: 8px;
    height: 14px;
    margin-top: -7px;	
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14'%3E%3Cpath fill='%2377b800' d='M0 2 L2 0 L8 7 L2 14 L0 12 L4 7 Z' /%3E%3C/svg%3E") no-repeat center center;
    content: '';
}
.footer img { /* POSSE logo in footer */
    border: none;
    float: right;
    margin: 0px;
}

.footertext { /* copyright in footer */
    color:#000000;
    font: 12px Calibri,sans-serif;
    font-weight: bold;
    display: block;
    line-height: 54px;
    float: left;
}

/**************************************************************************************************
 *  To Do List
 **************************************************************************************************/
#todolist { /* extJS To Do List */
    margin-top: 10px;
}

span.toDoHeader { /* from global */
	font-family: Calibri,Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #4f6f19;
	display: block;
}

div.toDoLabel {
        padding-bottom: 5px;
        color: #000000;
	font-weight: bold;
	float: left;
	width: 100px;
	clear: both;
}

div.toDoField { /* from global */
	font-weight: normal;
	color: #000000;
	float: left;
	width: 300px;
}
.toDoButtonContainer  .button { /* make buttons on the todo list loook better */
    float: left;
    clear: both;
    margin-top: 15px;
}

/**************************************************************************************************
 * Misc layout
 **************************************************************************************************/
#fullPageMapC ontrol { /* map container */
    width: 100%;
    height: 100%;/*687px;*/
    border: 1px solid #575757;
}

#AddressSearchMap { /* map container */
    position: relative;
    width: 650px;
    height: 600px;
    border: 1px solid #575757;
}

ul.mapSearchOptionList { /* map options list */
    list-style: none;
}

ul.mapSearchOptionList li { /* map options list item */
    margin: 4px 0 4px 0;
    height: 18px;
}

ul.mapSearchOptionList li a { /* map options list item link*/
    background: url(../images/icons/searchicon16.png) top left no-repeat;
    padding-left: 20px;
    height: 18px;
}

/**************************************************************************************************
 * Help Icon
 **************************************************************************************************/
.helpicon { 
    width: 185px;
    float: right;
    text-align: right;
}

/**************************************************************************************************
 * Reports
 **************************************************************************************************/
.ReportPane {
  height: 100%;
  width: 100%;
}

td.ReportPane {
  height: 550px;
}

.centeredSpan {
  display:table;
  margin:0 auto;
}
