.heading {
    text-align: left;
    font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 20px;
	margin: 0;
}

.nav_opts {
    color: white !important;
}

.nav_opts:hover, .nav_opts:focus {
    color: black !important;
}

body {
    background-color: #ECECEC !important;
    padding-bottom: 1em;
}

.footer {
    background-color: white; 
    margin-top:1em; 
    margin-bottom:1em; 
    padding: 1em 1em 1em 1em;
    color: darkgray;
}

div.sub_section {
	background-color: white;
	padding: 1.5em 1.5em;
	margin-bottom: 2em;
}

div.sub_heading {
	font-weight: bold; 
	background-color: #66B032; 
	color: white; 
	margin: 0; 
	padding: 1.5em 1.5em;
}

ul.remarks {
    border-left: 0.5em solid #FE2712;
    background-color: white;
    list-style-type: none;
    padding: 1.5em 1.5em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

li.remarks {
    padding-bottom: 0.5em;
}

button,.ncfa_btn {
    background-color: #ffffff !important; 
    border-radius: 4px;
    cursor: pointer;
	padding: 15px;
	font-size: 15px;
    color: #8f8f8f !important; 
    border: 1px solid #A9A9A9 !important;
}

button:hover,.ncfa_btn:hover {
    background-color: #66B032 !important;
    color: white !important;
}

.btn_gp {
    margin-right: 0.5em;
    margin-bottom: 0.5em;
}

.cfa_btn {
    border: none !important;
    border-radius: 4px;
    cursor: pointer;
	padding: 15px;
	font-size: 15px;
    background-color: #FE2712 !important; 
    color: #ffffff !important;
}

.cfa_btn:hover {
    background-color: #66B032 !important;
}

input[type=text],input[type=number],input[type=date],select,textarea {
    padding: 10px 20px;
    margin: 13px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	width: auto;
}

input[type="checkbox"].qc {
    margin-right: 0.5em;
}

th {
	background-color: #66B032 !important;
	color: white !important;
}

.table tbody tr:hover td, .table tbody tr:hover {
    background-color: #E9F6DF;
}

.list {
    border: 1px solid #d8d8d8;
}

tr:nth-child(even){
    background-color: white;
}

.warnings {
    color: #FE2712;
    font-size: 2.5em;
    font-weight: bold;
}

@media print{
	table a:after{
		content: "p" !important;
	}
}

