* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
    font-family: "Lucida Sans", sans-serif;
}

body {
    background-color: #ddd;
}

.header{
	width: 100%;
}

.wrapper{
	width: 90%;
}

a.select {
	font-family: Arial;
	font-size: 18px;
	width: 150px;
	height: 30px;
	margin: 0px 10px;
	background-color: #66ff99;
}	

a.select:hover {
    background-color: #ffff99;
}


.search {
	width: 100%;
	text-align: center;
}

input + label {
  font-weight: normal;
} 
input:checked  + label{
  font-weight: bold;
}


input.text {
	font-size: 16px;
	width: 200px;
	height: 24px;
	background-color: #eee;
}

input.year {
	font-family: Arial;
	font-size: 16px;
	width: 50px;
	height: 24px;
	text-align: center;
	background-color: #eee;
}


input.goPage {
	font-size: 12px;
	text-align: center;
	width: 30px;
	height: 20px;
	background-color: #eee;
}


.searchForm{
	margin-left: 110px;
}




button.submit {
	font-family: Arial;
	font-size: 16px;
        font-weight: bold;
	width: 100px;
	height: 30px;
	margin: 0px 50px;
	background-color: #66ff99;
}


button.tallBtn {
	font-family: Arial;
	font-size: 16px;
	/* width: 180px; */
	height: 40px;
	margin: 0px 1px;
	/* background-color: #66ff99; */

	overflow: hidden;	
	white-space: nowrap;
}

button.wideBtn {
	font-family: Arial;
	font-size: 16px;
        /* font-weight: bold; */
	width: 180px;
	height: 30px;
	margin: 0px 1px;
	/* background-color: #66ff99; */	
	
	overflow: hidden;	
	white-space: nowrap;
}

button.medium {
	font-family: Arial;
	font-size: 16px;
        /* font-weight: bold; */
	width: 75px;
	height: 30px;
	margin: 0px 1px;
	/* background-color:   #fc6b97  ; #66ff99;   */
}

button.narrow {
	font-family: Arial;
	font-size: 16px;
        /* font-weight: bold; */
	width: 50px;
	height: 30px;
	margin: 0px 1px;
	/* background-color:   #fc6b97 ; #66ff99; */
}

button.tiny {
	font-family: Arial;
	font-size: 16px;
        /* font-weight: bold; */
	width: 30px;
	height: 25px;
	margin: 0px 1px;
	/* background-color:   #fc6b97 ; #66ff99; */
}

button.reset{
	font-family: Arial;
	font-size: 16px;
	width: 50px;
	height: 30px;
	margin: 0px 0px;
	background-color: #ccc;
}

/* navigate records by page */
button.page{	
	font-family: Arial;
	font-size: 16px;
	width: 50px;
	height: 24px;
	margin: 0px 0px;
	background-color: #ccc;
}

button.active{
	//color: yellow;
	outline-style: solid; 
	outline-color: yellow;
}


/* records to display per page */
.qtyPerPage{	
	font-family: Arial;
	width: 35px;
	height: 24px;
	margin: 0px 0px;
	background-color: #eee;
}

/* change mouse pointer on hover
.img-random {
    cursor: crosshair;
} 
*/

/* TOOLTIP ON RANDOM IMAGE HOVER. */
.tooltip {
    position: relative;
    /* display: inline-block;  ** i had to disable this to get the random-images back */
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 20%;
    float: right;
    background-color: lightblue;
    color: black;
    font-size: 14px;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    top: 0px;
    left: 80%
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}



.top-banner{    
    background-color:  #ffffff;
}

 

.navbar {
    width: 100%;
    padding: 2px 2px 4px 2px;
    overflow: hidden;
	color: black;
    background-color: #eadbc8; /* light tan */
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.navbarMin {
    width: 100%;
    padding: 2px 2px 4px 2px;
    overflow: hidden;
    color: black;
    background-color: #eadbc8; /* light tan */
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}
.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: #ffff99; /* light yellow */
}	
.navbarMin a:hover, .dropdown:hover .dropbtn {
    background-color: #ffff99; /* light yellow */
}	

.dropdown .dropbtn {
    font-size: 16px;    
    border: none;
    outline: none;
    color: blue;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0px;
}

.dropdown {
    overflow: hidden;
	border: none;
}

.dropdown-content {
    display: none;
    background-color: #eadbc8; /* light tan */
    min-width: 160px;
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ffff99;  /*  light yellow   */
}

.dropdown:hover .dropdown-content {
    display: block;
    background-color: #ffff99;   /*  light yellow  */
}

.sticky-nav {
  position: fixed;
  top: 0;  
  width: 100%;
}

.sticky-nav + .content {
  padding-top: 60px;
}

.title{
    width: 100%;
    background-color: lightblue;
    text-align: center;	
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.row::after {
    content: "";
    clear: both;
    display: block;
}

.menu ul {
    list-style-type: none;  
    padding: 0;        
}
.menu li {
    padding: 3px;
    margin-bottom: 3px;
    background-color: #ddd;
    color: black;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.menu li:hover {
    /* cursor: pointer; */
    background-color: #ffff99;  /*  light yellow   */
}

[class*="col-"] {
    float: left;
    padding: 10px;
}


/* PAGE NAVIGATION STYLE */
.page-navigation a {	
    margin: 0 2px;
    display: inline-block;
    //padding: 3px 5px;
    padding: 5px 4px;
    color: #ffffff;
    background-color: #70b7ec;
    //border-radius: 5px;
    border-radius: 8px;
    border: 1px solid #ffffff;
    text-decoration: none;
    font-weight: bold;   
    width: 36px;
    text-align: center;
}
.page-navigation a[data-selected] {
    // background-color: #3d9be0;
    background-color: #333;
}
.page-navigation a:hover {
    color: black;
    border: 1px solid black;	//#4CAF50; /* Green */
    background-color: yellow;	//#3d9be0;
}



table#tblCells {
    text-align: center;
    width: 95%;
    border: 1px solid black;
    /*   border-collapse: collapse;   */
}
#tblCells tr:nth-child(odd){
    background-color: #ccc;
}
#tblCells td:hover {
    background-color: #ffff99; 		/* light yellow  */
    cursor: pointer;
}
#tblCells th {
    background-color: #eadbc8;     /*  light tan   */
}
#tblCells th, #tblCells td {
    padding: 3px 5px;
    /*   border-bottom: 1px solid #black;   */   /*  is this needed here??   */
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}



table#tblData {
    border-collapse: collapse;   
}
#tblData tr:nth-child(odd){
    background-color: #ccc;
}
#tblData tr:hover {
    background-color: #ffff99;  /* light yellow  */
    /* background-color: lightblue; */
}
#tblData th {
    background-color: #eadbc8; /* light tan */
}
#tblData th, #tblData td {
    /* padding: 3px 5px; */
    border-bottom: 1px solid black;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
#tblData td:hover {
    cursor: pointer;
}

/*
tr.topic:hover{
    background-color: #ffff99;  /* light yellow  */
}
*/


table#tblList {
    border-collapse: collapse; 
}
#tblList tr:nth-child(odd){
    background-color: #ccc; 
}
#tblList tr:hover {
    background-color: #ffff99; /*  light yellow  */
    /* background-color: lightblue; */
}
#tblList th {
    background-color: #eadbc8; /*light tan */
}
#tblList th, #tblList td {
    /* padding: 3px 5px; */
    border-bottom: 1px solid black;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}


#tblSimple {
    padding: 0px;
    background-color: lightgray;
   /*  align-left: 100px;   */ 
   /*   ***CHECK is this needed?   */ 
    border-collapse: collapse;
}
#tblSimple th, #tblSimple tr, #tblSimple td {
    padding: 3px 5px;
    background-color: #ddd;
    left: 100px;  /* is this needed? */
    border-bottom: 1px solid black;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}


.center-text {
	text-align: center;
}
.note{
	color: brown;
	font-weight: 600;
}

.label{
        text-align: left;
	color: brown;
	font-weight: 600;
}

.footer {
    background-color: lightblue;   
    color: black;
    text-align: center;
    font-size: 12px;
    padding: 4px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.footerBig {
    background-color: lightblue;   
    color: black;
    text-align: center;
    font-size: 9px;
    padding: 4px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.up-arrow{ 
	width: 25px;
}


.count{
	text-align: left;
	float: left;
}


.pagination{
	text-align: center;
	align-items: center; 		/*   float: center;   */
	white-space: nowrap;
}



/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    /*margin: 5% auto 15% auto; */ /* 5% from the top, 15% from the bottom and centered */
    margin: 5% auto 15% 70%; /* 5% from the top, 15% from the bottom and 70% to right */
    border: 1px solid #888;
    width: 25%; /* Could be more or less, depending on screen size */
}


.mySlides {
   	
}

.numbertext {  
    /* background: black; */
}


.active {
  background: yellow !important;
}


#home_id{
  height: 15px;
  width: 25px; 
  margin: 5px 0px 0px 0px;  
  background: url("http://www.afgsmembers.org/images/upArrow_left.jpg") no-repeat;
  background-size: 100% 100%;
}
#home_id:hover {
  background: url("http://www.afgsmembers.org/images/upArrow_left_yellow.jpg") no-repeat;    
  background-size: 100% 100%;
}





/*
.homeArrow {
    height: 15px;
    width: 25px;
    left: -25px;
    margin: 0px 0px 0px 0px;
    border: 0px;
}
*/

/*
.resultcount {
  width: 27%;
}
.paginationdisplay {
  width: 38%;
}
.gopagedisplay {
  width: 10%;
}
.selectordisplay {
  width: 24%;
}
*/






@media only screen and (min-width: 600px) {
    /* Column Spans For tablets: */
    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
    /* Column Spans For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}




/* show logo, but hide random image */
@media only screen and (max-width: 800px) {
	.img-logo{
		display: block;
		width:	100%; 
	}
  	.img-random{
		display: none;
	}	
 	.img-caption{
		display: none;
	}	
	.title{
		font-size: 18px;
		font-weight: 400;
	}	
        .navbar{
		display: none;
        }
        .navbarMin{
		display: inline-block;
        }
               
        button.tallBtn{
        	font-size: 12px;
        }
        
        .short-text { display: inline-block; }
    	.full-text { display: none; }
    	
    	#house_search_box {
	  overflow-y: hidden;  
	  height: 24px;
	  width: 120px; 
	  float: right;
	  padding: 0px;
	  margin-left: -16%;
	   /*   margin-left: -100px;   */
	}
	#house_search_input {
	  width: 80px;
	  background-color: #eee;
	  margin-bottom: -21px;	
	}
	#house_search_button {
	  background-color: #66ff99;  
	  margin-bottom: -21px;		 
	}
}
/* show both logo and random image */
@media only screen and (min-width: 800px) {
	.top-banner{			
		max-height: 175px;
		//max-height: 170px;
		//height:170px;
		overflow:hidden;
	}
	
	.img-logo{
		display: inline-block;		
		float: left;	
		max-width: 81%;
		//max-width: 80%;
  		height: auto;  	
    
	}
	.img-random{		
		display: inline-block;				
		float: right;
		max-width: 19%;							
		//max-width: 20%;				
		max-height: 175px;						
		//max-height: 170px;						
	}
	.img-caption {
                position: absolute;
                text-align: center;
                color: white;
		font-size: 12px;
		/* display: inline-block; */
		/* width:	19%;  */
		/* height: 175px; */
	}
	.title{
		font-size: 24px;
		font-weight: 600;
	}	
        .navbar{
		display: inline-block;
        }
        .navbarMin{
		display: none;
        }
        
        .short-text { display: none; }
        
        
        #house_search_box {
	  overflow-y: hidden;  
	  height: 28px;
	  width: 200px; 
	  float: right;
	  padding: 0px;
	  margin-left: -18%;	
	}
	#house_search_input {
	  width: 160px; 
	  background-color: #eee;
	  margin-bottom: -24px;	  	 
	}
	#house_search_button {
	  background-color: #66ff99;  
	  margin-bottom: -24px;
	}
     
        
}


.nowrap_span{
	white-space:nowrap;
}



#hid {
	display: none;
}

#hid_table {
	display: none;
}







button.selector.active {
	font-weight: bold;
	//  border: 1px solid black;
}

button.selector {
	width: 150px;
	height: 30px;
	border-radius: 5px;
	border: 1px solid grey;
	
	//text-align: center;
	//font-family: Arial;
	//font-size: 16px;		
	// margin: 1px;
	// background-color: #66ff99;
	//float: none;
}


/*
.typeTable {
	margin-left: 1px; 			
}
.languageTable {
	margin-left: 1px;	
}

.selector{
	//text-align: right;
	//float: right;
}

button.select .hover {
	font-family: Arial;
	font-size: 16px;
	width: 150px;
	height: 30px;
	margin: 0px 10px;
	background-color: #66ff99
}

button.selector.book_list_search {
	// background-color: #66ff99;
}

button.selector.contents_search {
	// background-color: #66ff99;
}

button.selector.type {
	// background-color: #fdf7f7;   // very-light brownish
}

button.selector.language {
	// background-color: #f9f5f0;   // very-light tanish
}
button.selector:hover {
	//background-color: #ffff00;
}
*/


/*      **********     */
.navmenubutton {
	border: 1px solid #000;
	overflow: visible;
}