@charset "utf-8";
/* CSS Document */

/* Below line is used for online Google font */
/*@import url(http://fonts.googleapis.com/css?family=Droid+Serif);*/
body { 
	background-color: #ffffff;
 /*   margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px; */
	height: 100%;
	background-repeat: repeat-x; 
}

.container { margin:5px ; padding: 10px; width: 99%;  z-index: -999;
  min-height: 100%;
 border: 0px solid #cbcbcb; 
 -moz-border-radius: 10px;
  -webkit-border-radius:10px;
   background:#ffffff; }
   
.containersmall { margin: 10px ; padding: 15px; width:65%; height:5%; border: 0px solid #cbcbcb; -moz-border-radius: 10px; -webkit-border-radius:0px; background:#ffffff; }

   
   
div.main{
width: 308px;
margin-top: 35px;
float:left;
border-radius: 5px;
Border:2px solid #999900;
padding:0px 50px 20px;
}
p{
margin-top: 5px;
margin-bottom: 5px;
color:green;
font-weight: bold;
}


h2{
background-color: #ffffff;
padding: 25px;
margin: 10 -50px;
text-align: center;
border-radius: 5px 5px 0 0;
	color: #59700d;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: -10px;
}
h3{
background-color: #ffffff;
padding: 25px;
margin: 10 -50px;
text-align: center;
border-radius: 5px 5px 0 0;
	color: #59700d;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: -10px;
}
hr{
margin: 0 -50px;
border: 0;
border-bottom: 1px solid #ccc;
margin-bottom:25px;
}
span{
font-size:13.5px;
}
label{
 
text-shadow: 0 1px 0 #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #59700d;
autocapitalize="none";
}
.heading{
font-size: 14px;
}

input[type=checkbox]{
margin-bottom:10px;
margin-right: 10px;

}
input[type=submit]{  /* submit (search) button */
padding: 10px;
text-align: center;
font-size: 14px;
background:#9FCC41;  /* dark Green #3e5718; ligth green #9FCC41;*/
border: 2px solid #e5a900;
color: #ffffff;
font-weight: bold;
cursor: pointer;
text-shadow: 0px 1px 0px #13506D;
width: 100px;
border-radius: 5px;
margin-bottom: 15px;
}
input[type=submit]:hover{
background: linear-gradient(#ffdd7f 5%, #3e5718;100%);
}
.pgreencriteria {
	text-shadow: 0 1px 0 #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #59700d;
	background-color: #FFF;
	border: thin  #59700d;
	width: 200px;
}
/* Original 07/27
input[type=submit]{
padding: 10px;
text-align: center;
font-size: 18px;
background: linear-gradient(#ffbc00 5%, #ffdd7f 100%);
border: 2px solid #e5a900;
color: #ffffff;
font-weight: bold;
cursor: pointer;
text-shadow: 0px 1px 0px #13506D;
width: 100%;
border-radius: 5px;
margin-bottom: 15px;
}
input[type=submit]:hover{
background: linear-gradient(#ffdd7f 5%, #ffbc00 100%);
}

*/

table {
    border:none;
    border-collapse: collapse;
}

tr td {
    border: none;
	border-right: none;
	text-shadow: 0 1px 0 #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #59700d;
	
	
}
           
		   .btn-primary {                         
		   			outline: 0;
                    grid-gap: 8px;
                    align-items: center;
                    background: 0 0;
                    border: 1px solid #000;
                    border-radius: 4px;
                    cursor: pointer;
                    display: inline-flex;
                    flex-shrink: 0;
                    font-size: 10px;
                    gap: 8px;
                    justify-content: center;
                    line-height: 1;
                    overflow: hidden;
                    padding: 4px 4px;
                    text-decoration: none;
                    text-overflow: ellipsis;
                    transition: all .14s ease-out;
                    white-space: nowrap;
					margin-left:5px;
					margine-right:5px;
                    :hover {
                        box-shadow: 4px 4px 0 #000;
                        transform: translate(-4px,-4px);
                    }
                    :focus-visible{
                        outline-offset: 1px;
                    }