/* cq 2/4/2024 my tools for LTWCMB mailings and dues admin */
/* this first section came with yii download */
main>.container {
	padding: 70px 15px 20px;
}

.footer {
	background-color: #f5f5f5;
	font-size: .9em;
	height: 60px;
}

.footer>.container {
	padding-right: 15px;
	padding-left: 15px;
}

.not-set {
	color: #c55;
	font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
	content: '';
	left: 3px;
	display: inline-block;
	width: 0;
	height: 0;
	border: solid 5px transparent;
	margin: 4px 4px 2px 4px;
	background: transparent;
}

a.asc:after {
	border-bottom: solid 7px #212529;
	border-top-width: 0;
}

a.desc:after {
	border-top: solid 7px #212529;
	border-bottom-width: 0;
}

.grid-view th {
	white-space: nowrap;
}

.hint-block {
	display: block;
	margin-top: 5px;
	color: #999;
}

.error-summary {
	color: #a94442;
	background: #fdf7f7;
	border-left: 3px solid #eed3d7;
	padding: 10px 20px;
	margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li>form>button.logout {
	padding-top: 7px;
	color: rgba(255, 255, 255, 0.5);
}

@media ( max-width :767px) {
	.nav li>form>button.logout {
		display: block;
		text-align: left;
		width: 100%;
		padding: 10px 0;
	}
}

.nav>li>form>button.logout:focus, .nav>li>form>button.logout:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.75);
}

.nav>li>form>button.logout:focus {
	outline: none;
}

/* below this is cq changes */
table.menu_tbl {
	width: 800px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid black;
}

td.menu_tbl_td {
	padding: 10px 10px 10px 10px;
	font-size: 11pt;
	font-weight: normal;
	color: black;
	text-align: center;
	border: 1px solid black;
}
/* border-top: 1px solid black;
	border-bottom: 1px solid black;
 */
.menu_tbl_td  a {
	text-decoration: underline;
	font-weight: normal;
	color: blue;
}

.menu_tbl_td  a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: blue;
}

table.home_tbl {
	width: 400px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
	text-align: center;
}

td.home_tbl_td {
	padding: 10px 10px 10px 10px;
	font-size: 11pt;
	font-weight: normal;
	color: black;
	text-align: center;
	border: 0;
}

table.footertbl {
	width: 800px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid black;
}

td.footertblcell {
	padding: 10px 10px 10px 10px;
	font-size: 10pt;
	font-weight: normal;
	color: black;
	text-align: left;
}
/* from the ltwcmb.css file */
h1 {
	color: navy;
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

h2 {
	color: navy;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

h3 {
	color: navy;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

h4 {
	color: navy;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

p {
	color: navy;
	font-size: 15px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

i {
	color: navy;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

li {
	color: navy;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

body {
	background-color: #ccffcc
}

table {
	background-color: #ffff66
}

.navbar-brand {
	color: #339933;
}

table.charts_tbl {
	background-color: #ffffcc;
	margin-left: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid black;
	text-align: left;
}
td.chartstblcell {
	padding: 5px 10px 5px 10px;
	font-size: 15px;
	font-weight: normal;
	color: black;
	text-align: left;
}
td.chartstblhdr {
	padding: 5px 10px 5px 10px;
	font-size: 15px;
	font-weight: bold;
	color: black;
	text-align: left;
}

