body {
	padding-top: 55px;
	padding-bottom: 70px;
}


.footerrow { 
    height: 50px;
    min-height: 50px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	text-align: center;
	background-color: #DDE2CD;
}

#loginerror:empty{
    display: none;
}

#logininfobar:empty{
    display: none;
}

.greyBgColor {
	 background-color: #DDE2CD;
}

.whiteBgColor {
	 background-color: #FFFFFF;
}

.row-divider {
	padding-top: 4px;
	margin-bottom: 10px;
}

.nobull {
	list-style-type: none;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
	background-color: #123776;
	border-color: #123776;
}

.menuLink, .menuLink:hover, .menuLink:active, .menuLink:visited {
	color: #123776;
	font-weight: bold;
}

.loginInfo {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
}


/* change the background color */
.navbar-custom {
    background-color: #DDE2CD;
}
/* change the brand and text color */
.navbar-custom .navbar-brand, .navbar-custom .navbar-text {
    color: #000000;
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: #000000;
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link, .navbar-custom .nav-item:focus .nav-link, .navbar-custom .nav-item:hover .nav-link {
    color: #000000;
}

.navbar-brand-small {
	font-size: 9pt;
}

#memberlist thead td:nth-child(1){width: 75px;}
#memberlist thead td:nth-child(2){width: 75px;}
#memberlist thead td:nth-child(3){width: 400px;}
#memberlist thead td:nth-child(4){width: 400px;}
#memberlist thead td:nth-child(5){width: 50px;}
#memberlist thead td:nth-child(6){width: 125px;}

.add-member-error:empty{
    display: none;
}

.add-member-error {
	margin-bottom: 1px;
	height: 30px;
	line-height: 25px;
	padding: 0px 15px;
}

.card-header-link-custom, .card-header-link-custom:hover, .card-header-link-custom:active, .card-header-link-custom:visited
{
  display: inline-block;
  width: 100%;
  color: #123776;
  font-size: 16pt;
  padding: 0.75rem 1.25rem;
}

.card-header-sm {
	line-height: 10px;
	background-color: #DDE2CD;
}

.card-header {
  padding:0;
}

.card-header > a:before {
    float: right !important;
	font-family: monospace;
	font-weight: bold;
	font-size: 20pt;
    content:"-";
    padding-right: 5px;
}
.card-header > a.collapsed:before {
    float: right !important;
	font-family: monospace;
	font-weight: bold;
	font-size: 20pt;
    content:"+";
	padding-right: 5px;
}
/*
.card-header > a:hover, 
.card-header > a:active, 
.card-header > a:focus  {
    text-decoration:none;
}
*/

input:disabled {
  background-color:#FFFFFF !important;
  border: 0; 
  padding: 0 !important;
}

.newMember {
	color: darkgreen;
}

.form-control-sm-custom {
	font-size: 16px;
}

.label-custom {
	margin-bottom: 0px;
}



