@CHARSET "ISO-8859-1";
 
@media (min-width: 980px) {
.subhead{
 padding-top:5px;
}
}

/* Portrait and Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
{   
    a.logo {
       display:none;
    }
}

@media print {
/* All your print styles go here *
#header, #footer, #nav { display: none !important; }
}


/* Large desktop */
@media (min-width: 1200px) { ... }
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { ... }
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { ... }
 
/* Landscape phones and down */
@media (max-width: 480px) { ... }
	
	

html, body, h1, h2, h3, h4, h5, h6 {
  font-family: Arial, sans-serif;  
}

h1, h2, h3, h4, h5, h6{
	word-break: break-all;
	word-wrap: break-word;
}

@media only screen and (max-width: 320px) {
		
   body { 
      font-size: 1.5em; 
   }
	.app-height{
		height:200px;	
	}

}

.app-height{
	height:800px;	
}


.pnlCSS{
	height:300px;
	overflow: auto;
	overflow-x: hidden;
	word-break: break-all;
	word-wrap: break-word;
}

.pnlCSS:hover {
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	background-color: #FFFF77;	
	font-size:14px;
	word-break: break-all;
	word-wrap: break-word;
}
	
label.checked{
	background-color: rgba(141,198,63);	
}
	
	.checked{
	background-color: rgba(141,198,63);	
}	
		
a:link, a:visited, a:hover{
	text-decoration:none;
	}	
	
	
.fp-nav-img {    
    height:64px;
    width:64px;
    max-height: 64px !important;
}

.w3-containerHeader{
	padding-left:10px;
}
	
.w3-container1{	
	padding : 0.01em 4px;
}

.noBorder{
	background-color: transparent;
    border: 0px solid;
    height: 1px;
    width: 1px;
    color: #CCC;	
}

table.noBorder {
    border: 0px solid #CCC;
    border-collapse: collapse;
}

table.noBorder td {
    border: none;
}


 /* The Modal (background) */
.modal {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 4; /* 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.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
} 

input:focus {
    background-color: yellow;
}


.content {
    max-width: 500px;
    margin: auto;
}

label{
	font-size:10px	
}


