/******************************************************************************
	Replace These Colors for Branding:
	#DFFFBF -- Darker Rows
	#f0ffde -- Lighter Rows
	#ffffff -- Bottom Color of Gradient
	#8FC400 -- Top Color of Gradient
	#51A800 -- Background of Promoted Buttons
	#ffffff -- Text of Promoted Buttons
******************************************************************************/
body {
	font-family: "Times New Roman", Times, serif;
}


#main_menu {

	position: fixed;
	left: -360px;
	margin-bottom: -100%;
	top: 70px;
	width: 340px;
	z-index:1000;
	padding: 10px;
	background: #ffffff;
	transition: left .2s;
}

#main_menu.main_menu_down{
	left: 0px;
	transition: left .2s;
	height: 100%;
    overflow-y: scroll;
}

#main_menu div {
	text-align:center;
	margin:0;
}

#mynav>div#welcome_name{
	text-shadow: none;
	font-weight: bold;
	margin-bottom: 10px;

	;
}

#main_menu a, #main_menu a:active, #main_menu a:link, #main_menu a:visited, #main_menu a:hover {
	display: inline-block;
	width: 100%;
	margin: 3px -10px;
	background: #8FC400;
	padding: 8px 10px;
	color: white;
	text-shadow: 0.1em 0.1em 0.05em #333 min-height:55px;
	font-size: 1.1em;
	text-align: left;
	text-decoration: none;
}

#main_menu a.disabled, #main_menu a.disabled:active, #main_menu a.disabled:link, #main_menu a.disabled:visited, #main_menu a.disabled:hover {
	text-shadow:none;
	color:#dddddd !important;
	font-style:italic !important;
}

a.nav {
	position:relative;
}

a.subnav {
	width:85% !important;
	
	position:relative;
}

img.nav_expand {
	max-width: 20px;
	z-index: 10;
	position: absolute;
	right: 5px;

	;


}


img.nav_link {
	max-width: 20px;
	z-index: 10;
	position: absolute;
	right: 5px;
}

img.nav_link_promo {
	max-width: 20px;
	z-index: 10;
	float:right;
	margin-top: 6px !important;
    margin-right: 15px;
    margin-bottom: auto;
    margin-left: auto;
}

#mynav {
	padding-bottom: 10px;
	padding-top: 10px;
	z-index:1000;
}

#menu_label {
	text-align:center;
	padding-top:10px;
	height: 50px;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	
	background: #ffffff;

	}

#menu_img {
	width:50px;
}

#header_content	{ text-align:center; margin-bottom:15px; }
#header_content img { border:none;margin-top:10px;width:50%; }
#footer_content	{ text-align:center; margin-top:40px; }
#footer_content img { border:none;width:50%; }
#page-header, #page-footer { border:none; }

#body_content {
	margin-top:0 !important;
}

/**********************************
	Welcome Section
**********************************/
#Welcome h4 {
	text-align:center;
}

#Welcome p {
	text-align:justify;
}

/**********************************
	Join Section
**********************************/
a.join {
	display: inline-block;
	
	border: 5px outset silver;
	padding: 5px;
	font-weight: bold;
	color: blue;
}

/**********************************
	Login Section
**********************************/
*.login label {
	font-weight:bold;
}

#login_message {
	color:#000000;
}

/************************
	Calendar Section
************************/
li.rssRow {
	position:relative;
}

li.rssRow div {
	font-size:1em !important;
}

li.rssRow div a {
	z-index:100;
}

li.rssRow img.expand {
	height:25px;
	width:25px;
	border:none;
	position:absolute;
	bottom:0;
	right:0;
}

#mobile_grab { 
	display: block !important;
	
	border: 4px solid #DFFFBF;
	background-color: #f0ffde;
	padding: 10px 10px 10px 10px;
}

div.c_row {
	
	border: 2px solid #DFFFBF;
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
	background: white;
}

span.c_label {
	display:block;
	font-weight:bold;
}

span.c_data {
	display:block;
	margin-left: 20px;
}

span.c_data a, span.c_data a:hover, span.c_data a:link, span.c_data a:active, span.c_data a:visited {
	color: #6689BB;
	font-weight: bold;
}

.rssFeed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin-top: 3em;
}
.rssFeed a {
	color: #444;
	text-decoration: none;
}
.rssFeed a:hover {
	color: #000;
	text-decoration: underline;
}

.rssHeader { padding: 0.2em 0; }

.rssBody { border: 1px solid #999; }
.rssBody ul { list-style: none; }
.rssBody ul, .rssRow, .rssRow h4, .rssRow p {
	margin: 0;
	padding: 0;
}

.rssRow { padding: 0.8em; }
.rssRow h4 { font-size: 1.1em; }
.rssRow div {
	font-size: 90%;
	color: #666;
	margin: 0.2em 0 0.4em 0;
}

.odd { background-color: #DFFFBF; }
.even { background-color: #f0ffde; }

.rssRow .rssMedia {
	padding: 0.5em;
	font-size: 1em;
}

/************************
	Member Section
************************/
td.workit {
	font-size:1.25em;
	padding:5px;
	border: 0px !important;
}

td.workit img.expand {
	height:25px;
	width:25px;
	border:none;
	float:right;
}

td.workit:last-child {
    border-top-right-radius: 0px !important; 
    border-bottom-right-radius: 0px !important;
    border-left: none;
}
td.workit:first-child {
    border-top-left-radius: 0px !important; 
    border-bottom-left-radius: 0px !important;
    border-right: none;
}

div.member-entry {

	border: 4px solid #DFFFBF;
	background-color: #f0ffde;
	padding: 10px 10px 10px 10px;
}

div.member-entry span {
	display:block;

	border: 2px solid #DFFFBF;
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
	background: white;
}

div.member-entry span.employer {
	font-weight:bold;
}

div.member-entry span.name {
	font-style:italic;
}

div.member-entry span.email, div.member-entry span.url {
	font-size:0.75em;
}

#members_table_mlist_wrapper {
	margin-bottom:60px;
}

/* override because of iOS 3G and other small dispalys having issues. */
.ui-btn-inner {
	padding:0.6em 20px !important;
}

/* * * * * * * * * *
 *	Row BG's
 * * * * * * * * * */
tr.odd {
	background-color: #DFFFBF;
}

tr.even {
	background-color: #f0ffde;
}

/* * Sorting classes for columns * */
/* For the standard odd/even */
tr.odd td.sorting_1 {
	background-color: #DFFFBF;
}

tr.odd td.sorting_2 {
	background-color: #DFFFBF;
}

tr.odd td.sorting_3 {
	background-color: #DFFFBF;
}

tr.even td.sorting_1 {
	background-color: #f0ffde;
}

tr.even td.sorting_2 {
	background-color: #f0ffde;
}

tr.even td.sorting_3 {
	background-color: #f0ffde;
}


/* * * * * * * * * *
 * Not sure this is
 * needed for mobile
 * * * * * * * * * */
#mybody .portrait #div1 {
	display:block;
}
#mybody .landscape #div1 {
	display:none;
}

#mybody .portrait #div2 {
	display:none;
}
#mybody .landscape #div2 {
	display:block;
}

.dataTables_wrapper {
	position: relative;
	min-height: 302px;
	_height: 302px;
}

.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
}

.paginate_button_disabled,
.paginate_button_enabled,
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
	width: 80px;
	height: 50px;
	background-image: none;
	display: inline-block;
}

.paginate_disabled_previous, .paginate_enabled_previous {
	float: left;
}

.paginate_disabled_next, .paginate_enabled_next {
	float: right;
}

a.paginate_disabled_previous span, 
a.paginate_enabled_previous span, 
a.paginate_disabled_next span, 
a.paginate_enabled_next span, 
a.paginate_button_disabled span, 
a.paginate_button_enabled span {
	width: 30px;
	display: inline-block;
}


/* * * * * * * * * * *
 * DataTables display
 * * * * * * * * * * */
table.display {
	margin: 0 auto;
	clear: both;
	width: 100%;
}

table.display thead th {
	padding: 3px 18px 3px 10px;
	border-bottom: 1px solid black;
	font-weight: bold;
	cursor: pointer;
	* cursor: hand;
}

table.display tfoot th {
	padding: 3px 18px 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
}

table.display tr.heading2 td {
	border-bottom: 1px solid #aaa;
}

table.display td {
	padding: 3px 10px;
}

table.display td.center {
	text-align: center;
}

/* * * * * * * * * * * * *
 * DataTables sorting
 * * * * * * * * * * * * */
.sorting_asc {
	background: url('../img/sort_asc.png') no-repeat center right;
}

.sorting_desc {
	background: url('../img/sort_desc.png') no-repeat center right;
}

.sorting {
	background: url('../img/sort_both.png') no-repeat center right;
}

.sorting_asc_disabled {
	background: url('../img/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
	background: url('../img/sort_desc_disabled.png') no-repeat center right;
}

/* * * * * * * *
 * Misc
 * * * * * * * */
.dataTables_scroll {
	clear: both;
}

.dataTables_scrollBody {
	*margin-top: -1px;
}

.top, .bottom {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

.top {
	float: none;
}

.clear {
	clear: both;
}

.dataTables_empty {
	text-align: center;
}

tfoot input {
	margin: 0.5em 0;
	width: 100%;
	color: #444;
}

tfoot input.search_init {
	color: #999;
}

td.group {
	background-color: #d1cfd0;
	border-bottom: 2px solid #A19B9E;
	border-top: 2px solid #A19B9E;
}

td.details {
	background-color: #d1cfd0;
	border: 2px solid #A19B9E;
}


.example_alt_pagination div.dataTables_info {
	width: 40%;
}

.paging_full_numbers {
	width: 400px;
	height: 22px;
	line-height: 22px;
}

.paging_full_numbers span.paginate_button,
 	.paging_full_numbers span.paginate_active {
	border: 1px solid #aaa;

	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
}

/* * Myster stuff * */
div.box {
	height: 100px;
	padding: 10px;
	overflow: auto;
	border: 1px solid #8080FF;
	background-color: #E5E5FF;
}



/* Definition list styling */
.dlinput dt {
	font-weight: bold;
	padding: 0;
}
.dlinput dd {
	margin: 0 0 1em 0;
	padding: 0 0 0 10px;
}
.dlinput dt small {
	font-weight:normal;
	font-size:.5em;
	color:red;
}

/* Styling for the calendar */
.calendar tr {border-spacing:1px;}
.calendar tr:nth-child(even) {background: #f0ffde;}
.calendar tr:nth-child(odd) {background: #DFFFBF;}

/*
stuff below here (up to  next comment) is pulled from zzzz_one_time_stuff.js
and was done in order to simplify things and speed up the app.
other stuff was moved to index.html for the same purpose.
*/
#page-content {
	margin-top:75px;
	background-color: #FFF;
}

.menu_up {
	position:fixed;
	top:0;
	left:0;
	width:100%;
}

.menu_down {
	position:relative;
}

#menu_label img {
	z-index:11;
}

#menu_label {
	z-index:10;
}

img.logo {
	max-width: 250px;
}

#menu_label {
	padding-bottom:10px;
}

#force_menu {
	background: url('../img/burger.png') no-repeat center right;

	position: absolute;
	top: 10px;
	color:#fff;
	font-weight:bold;
	font-size:1.5em;
	text-align:center;	
	width:50px;	
	left:10px;

	filter: invert(1);;
}

#force_left {
	display:none;
	position:absolute;
	left:10px;
	top:0;
	
	padding:5px;
	color:#fff;
	font-weight:bold;
	font-size:1.5em;
	margin:0 auto;
	width:20%;
	text-align:center;
}

#force_right {
	display:none;
	position:absolute;
	right:10px;
	top:0;
	
	
	padding:5px;
	color:#fff;
	font-weight:bold;
	font-size:1.5em;
	margin:0 auto;
	width:20%;
	text-align:center;
}

/* everything below here is new as of 3.2 */
button.table_search_button_icon, button.table_search_button_clear {
	font-size:1em;
	padding: 10px !important;
}

/* NEW May 2020 */

#org_caption {
/*  Changed position to fixed to keep it from interfering with the clickability of the hamburger
	position: relative;
    top: -50px; */
    position: fixed;
    top: 10px;
    left: 100px;
   
}

@media (max-width: 450px) {
	#menu_label {
		padding: 0;
		height: 70px;
	}
	#force_menu {

		top:20px;
	}
	#org_caption img {
		/* max-width: calc(100% - 60px); was smushing images*/
		padding-top: 8px;
	}

}

@media (max-width: 400px){
	.promo-nav a {
		padding: 10px 5px !important;
	}
}

/* ---------------------Override the default rounded jQuery styles----------------- */

/*input boxes */
.ui-corner-all {
	border-radius: 0em !important;
	-webkit-border-radius: 0em !important;
}

/*buttons*/
.ui-btn-corner-all {
    -moz-border-radius: 0em !important;
    -webkit-border-radius: 0em !important;
    border-radius: 0em !important; 
}

.ui-shadow {
    -moz-box-shadow: 0px !important;
    -webkit-box-shadow: 0px !important;
    box-shadow: 0px !important; 
}

.ui-btn-inner {
    border-top: 0px !important; 
    border-color: #FFFFFF !important;
}

#table_div {
    background-color: #FFF !important;
    padding: 10px;
    border: 1px;
    border-radius: 0px !important;
}


div.member-entry {
    margin-bottom: 20px;
    box-shadow: 0px 0px 0px #FFF !important;
    border: 0px solid #FFF !important;
    background-color: #F6F4EF !important;
}

div.member-entry span {
    display: block;
    border: 0px solid #FFFFFF !important;
    padding: 5px 5px 5px 5px;
    margin-bottom: 5px;
    background: #F6F4EF !important;
}

/* ---------------------Promoted Buttons----------------- */

#promo-nav {
 overflow: hidden;
  position: relative; /* Set the navbar to fixed position */
  width:100%;
}

#promo-nav a.disabled, #promo-nav a.disabled:active, #promo-nav a.disabled:link, #promo-nav a.disabled:visited, #promo-nav a.disabled:hover {
	color:#B9B9B9 !important;
	font-style:italic !important;
}

a.promo-button {
  border-radius: 0px;
  padding: 20px;
  background-color: #51A800;
  color: #ffffff;
  text-align: left;
  font-size: 24px;
  text-decoration: none;
  display: block;
  width: 80%;
  cursor: pointer;
  margin: 10px auto;
}

a.promo-button:active {
	outline: #ffffff;
	background-color: #ffffff;
}

span.right_tri{
	float: right;
	font-size: 24px;
}