body{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #E2E2E2;
	font-size: 18px;
	font-family: 'trebuchet_msregular';
}
@font-face {
    font-family: 'trebuchet_msregular';
    src: url('fonts/trebuchet_msregular/trebuchet_ms-webfont.eot');
    src: url('fonts/trebuchet_msregular/trebuchet_ms-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/trebuchet_msregular/trebuchet_ms-webfont.woff2') format('woff2'),
         url('fonts/trebuchet_msregular/trebuchet_ms-webfont.woff') format('woff'),
         url('fonts/trebuchet_msregular/trebuchet_ms-webfont.ttf') format('truetype'),
         url('fonts/trebuchet_msregular/trebuchet_ms-webfont.svg#trebuchet_msregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.header{

}
.header img{
	width: 100%;
}
.title{
	margin-top: -4%;
}
.title p{
	display: table;
	margin: 0 auto;
	float: none;
	color: #006940;
	text-align: center;
	font-size: 22px;
}
.table{
	width: 100%;
}
.table thead tr th:first-child{
	border-right: 4px solid #FFFFFF;
}
.table tbody tr td:first-child{
	border-right: 4px solid #FFFFFF;
}
.table thead tr th{
	padding: 12px !important;
	font-size: 25px;
}
.text-mycenter{
	text-align: center;
}
.text-myleft{
	text-align: left;
}
.table thead tr, .table tbody tr:last-child{
	background: #006940;
	color: #FFFFFF;	
}
.table tbody tr:last-child{
	font-size: 20px;
}
.table tbody tr:first-child, .table tbody tr:nth-child(6),.table tbody tr:nth-child(10){
	background: #808080;
	color: #FFFFFF;
	font-size: 20px;
}
.table tbody tr:nth-child(2),.table tbody tr:nth-child(4),.table tbody tr:nth-child(7),.table tbody tr:nth-child(9),.table tbody tr:nth-child(11),.table tbody tr:nth-child(13){
	background: #CCCCCC;
	color: #4D4D4D;
}
.table tbody tr:nth-child(3),.table tbody tr:nth-child(5),.table tbody tr:nth-child(8),.table tbody tr:nth-child(12),.table tbody tr:nth-child(14){
	background: #FFFFFF;
	color: #4D4D4D;
}
.content .survey{
	display: table;
	margin: 0 auto;
	float: none;
	width: 80%;
}
.text-footer{
	float: right;
	margin-right: 50px;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
	padding: 2px;
}
.table p{
	margin-bottom: 0px;
}
.table tbody p{
	margin-left: 20px;
}
.table{
	font-size: 14px;
	margin-bottom: 20px;
	-webkit-box-shadow: 10px 10px 0px 0px rgba(179,179,179,1);
-moz-box-shadow: 10px 10px 0px 0px rgba(179,179,179,1);
box-shadow: 10px 10px 0px 0px rgba(179,179,179,1);
}
.content{
	margin-top: 20px;
}
.table select{
	width: 80%;
}
.content-footer button{
	float: right;
	color: #4D4D4D;
	display: table;
	padding: 10px 26px;
}
.footer{
	margin-top: 40px;
	padding-left: 0px;
	padding-right: 0px;
}
.footer div{
	width: 100%;
	height: 10px;
}
.footer .dark-green{
	background: #006940;
}
.footer .clear-green{
	background: #96C030;
}
#myModal .modal-dialog .modal-body .confirm .error-input{
	color: #FF0000;
	margin-top: 12px;
	display: table;
}
#myModal .modal-dialog .modal-footer .btn-primary{
	background-color: #006940;
	border-color: #006940;
}
#myModal .modal-dialog .modal-footer .btn-primary:hover{
	background-color: #008F57;
	border-color: #008F57;
}
#myModal .modal-dialog .modal-body .confirm .msg{
	color: #006940;
}
#myModal .modal-dialog .modal-body .confirm .camps{
	margin-top: 10px;
}