body{
	background: #fff;
	color: rgba(0,0,0,0.9);
	font-family: arial;
	font-size: 11pt;
	margin: 0;
	padding: 0 8px;
}

h1, h2, h3, h4, h5, h6 {
    color: #005c36;
    font-weight: normal;
    margin: 15px 0;
    text-transform: none;
}

h2{
	line-height: 24px;
}

i{
	box-shadow: none;
}

ul{
	margin: 5px 0;
	list-style: none;
}

li::before{
	content: "• ";
	color: #005c36;
}

a{
	text-decoration: none;
}

table{
	border-collapse: collapse;
}

.fp-tab-head{
	background-color: d6012e;
	border-radius: 3px 3px 0 0;
	border-bottom: 1px solid rgba(0, 92, 54, 0.8);
	margin-bottom: -1px;
}

.fp-tab{
	border-radius: 0 3px 0px 3px;
}

.fp-alert{
	color: #ef5555;
	font-weight: bold;
}

.fp-tab-separator{
	border-right: 1px solid rgba(0, 92, 54, 0.8);
}

td.fp-tab-separator{
	border-right: 1px solid #e9e9e9;
}

td{
	padding: 8px;
}

.sp-flex-1-2 {
	width: 49%; 
}

.sp-flex-40 {
	width: 40%; 
}

.sp-flex-1-3 {
	width: 30%; 
}

.sp-flex-1-5 {
	width: 20%; 
}

.fp-box-padding{
	padding: 8px;
}

.fp-box {
	padding: 10px 0 10px 20px;
	line-height: 24px;
}

.fp-box-border {
	border: 1px solid rgba(0, 92, 54, 0.8);
}

.fp-box-footer {
	font-size: 14px;
	color: rgba( 0,0,0,0.6 );
}

.tcenter{
	text-align: center;
}


.bcenter{
	margin-left: auto;
	margin-right: auto;
}

.cbtn{
	padding: 4px 8px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}

.main-fp-header{
	border-bottom: 1px solid #e9e9e9; 
	margin-bottom: 15px;
}


#wpBox{
	position: absolute;
	background: #ffffff;
	margin-top: 4px;
	box-shadow: 0 0 4px 0 #00825d;
	width: 592px;
	display: none;
	overflow: auto;
	max-height: 400px;
}

.wpitem{
	width: 584px;
	padding: 0 4px;
	transition: all 0.2s ease;
}

.wpitem:hover{
	background: rgba(0, 130, 93, 0.5);
	color: #ffffff;
}

.clogo{
	height: 80px;
}

.cmargint{
	margin-top: 15px;
}
.cmarginb{
	margin-bottom: 15px;
}

.citalic{
	font-style: italic;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.7);
}
.cjustify{
	text-align: justify;
}
.fp-text-primary{
	color: #005c36;
}

.fp-text-secondary{
	color: #d6012e;
}

.flex-content{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flex-content-center{
	align-items: center;
}

.flex-around{
	justify-content: space-around;
}

.flex-grow{
	flex-grow: 1;
}

.half{
	width: 50%;
}

.expand{
	width: 100%;
}

 *::-moz-selection {
    background: none repeat scroll 0 0 #00825D;
    color: #ffffff;
    text-shadow: none;
}

 *::selection {
    background: none repeat scroll 0 0 #00825D;
    color: #ffffff;
    text-shadow: none;
}

.fp-udata{
	padding-top: 15px;
}

.fp-title{
	font-size: 24px;
    font-weight: normal;
    line-height: 24px;
}

.fp-text-r, .fp-text-r:hover, .fp-text-r:focus, .fp-text-r:active {
	color: #ef5555;
}



a{
	color: #005c36;
}

a:hover{
	color: #00825D;
	text-decoration: none;
}


input{
	border: medium none;
    border-radius: 3px;
    box-shadow: 0 0 2px 0 #00825d;
	-webkit-box-shadow: 0 0 2px 0 #00825d;
    padding: 4px 8px;
}

.clabel{
	margin-bottom: 8px;
}

[data-nav]{
	cursor: pointer;
}

.cmeta{
	color: #005c36;
    font-size: 14px;
    font-style: italic;
	margin-top: -10px;
}

.clink{
	text-decoration: none;
}

.cmaincontent{
	border-top: 1px solid #e9e9e9;
	
}

select{
	border: medium none;
    border-radius: 3px;
    box-shadow: 0 0 2px 0 #00825d;
    padding: 3px 6px;
	background: #ffffff;
}

#pt {
	border-collapse: collapse;
}

#pt thead {
	background-color: rgba(0, 92, 54, 0.8);
	color: #fafafa;
	text-align: center;
	text-shadow: 0 1px 1px rgba( 0,0,0, 0.7 );
}

#pt th {
	padding: 10px 5px;
}

#pt td {
	text-align: center;
	padding: 10px 5px;
}

#pt td:first-child{
	font-weight: bold;
	text-align: left;
	width: 30%;
}

#pt tr.even {
	background: #fafafa;
}

#pt tr.odd {
	background: rgba( 0,0,0, 0.1 );
}

li {
	margin-top: 10px;
}

.odd {
	padding: 8px;
	background: rgba( 0,0,0, 0.1 );
}

.even {
	padding: 8px;
	background: #fafafa;
}

@media (max-width: 667px ) {
	
}

@media (max-width: 568px ) {
	
}


@media (max-width: 414px) {
	
}


@media (max-width: 375px) {

}

@media (max-width: 320px) {
	
}

.ua-icon {
	font-size: 28px;
	margin-bottom: 2px;
}

.sp-padding {
	padding: 0 15px;
}

.sp-flex-25 {
	width: 25%;
}

.btn {
	background: #00825D;
    background: -webkit-gradient( linear, to bottom, #00825D, #005c36) repeat scroll 0 0 #005c36;
    background: linear-gradient(to bottom, #00825D, #005c36) repeat scroll 0 0 #005c36;
    background: -webkit-linear-gradient(to bottom, #00825D, #005c36) repeat scroll 0 0 #005c36;
    background: -moz-linear-gradient(to bottom, #00825D, #005c36) repeat scroll 0 0 #005c36;
	
}

 .btn:hover {
	background: #005c36;
    background: -webkit-gradient( linear, to bottom, #005c36, #00825D) repeat scroll 0 0 #00825D;
    background: linear-gradient(to bottom, #005c36, #00825D) repeat scroll 0 0 #00825D;
    background: -webkit-linear-gradient(to bottom, #005c36, #00825D) repeat scroll 0 0 #00825D;
    background: -moz-linear-gradient(to bottom, #005c36, #00825D) repeat scroll 0 0 #00825D;
	
}

#maincontent {
	max-width: 800px;
	margin: auto;
	max-height: 1000px;
	overflow-x: auto;
}

[data-logout] {
	cursor: pointer;
	margin-top: 2px;	
}
.pBoxTitle, th{
	background-color: rgba(0, 92, 54, 0.8);
	color: #fafafa;
	text-shadow: 0 1px 1px rgba( 0,0,0, 0.7 );
	padding: 8px;
	height: 18px;
	font-weight: normal;
}

.pBoxRow{
	padding: 4px;
	background: #fafafa;
}

.pBoxRow.even {
	background: #fafafa;
}

.pBoxRow.odd {
	background: rgba( 0,0,0, 0.1 );
}

.pBox{
	border: 1px solid rgba(0, 92, 54, 0.8);
	box-sizing: border-box;
	margin: 4px 0;
	border-radius: 3px;
}

.fp-higlights {
	color: #d70825;
	line-height: 22px;
}

.fp-higlights a{
	text-decoration: none;
}


.fp-higlights a i{
	color: #d70825;
	width: 20px;
	text-align: center;
}

.fp-books{
	padding: 8px;
	
}

.fp-books img{
	height: 100px;
}

.fp-tab-footer{
	background-color: #d6012e;
	border-radius: 0px 0px 3px 3px;
	border-top: 1px solid rgba(0, 92, 54, 0.8);
	margin-top: -1px;
}

.fp-box-secondary{
	background-color: #d6012e;
}

.fp-args tbody tr:not(last-child){
	border-bottom: 1px solid #e9e9e9;
}

table img{
	width: 150px;
}

.resimg {
	float: left;
	margin-right: 10px;
	width: 32%;
	border-radius: 3px;
}

.rescontent {
	display: inline-block;
}

.rescontent > p {
	margin-top: 0;
}

.materialRow {
	padding-bottom: 10px;
}