﻿@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700);

/** global **/
body {
	margin:0px auto;
	padding:0;
	/*background: #222;*/
	    font-family: "Source Sans Pro","sans-serif";
	font-size: 1.0em;
	color:#666;
}
* {
	margin:0;
	padding:0;
}


/** element defaults **/
table {
	
	text-align:left;
	border-collapse:collapse;
	 padding-bottom:30px;
}
 td {
	padding:4px 3px;
	border-collapse:collapse;
}
.tbllist
{
	width:500px;
}


.tbllist th 
{
	
	color:#fff;
	border-top:1px solid #80B763;
	background-color:#80B763;
	padding:4px 3px 4px 3px;
	border-collapse:collapse;
	text-align:center;
	
}
.tbllist td 
{
	text-align:center;
	padding:4px 3px;
	border-collapse:collapse;
}


.tbllist td .hint
{
	font-family:Arial,Helvetica,sans-serif;
	border:0px;
	font-size:0.8em;
}

.tblmsg
{
	width:600px;
}


.tblmsg th 
{
	
	color:#fff;
	border-top:1px solid #80B763;
	background-color:#80B763;
	padding:4px 3px 4px 3px;
	border-collapse:collapse;
	text-align:center;
	
}
.tblmsg td 
{
	text-align:center;
	padding:4px 3px;
	border-collapse:collapse;
}



.tblReqList
{
	width:500px;
}

.tblReqList td input[type="text"], input[type="file"]
{
	 width:180px;
	 
}

.tblReqList td  select, textarea, label
{
	 width:191px;
	 
}

.filenote{font-size:0.55em; padding-top:0px; padding-bottom:0px; margin-top:0px; margin-bottom:0px; font-family:"Source Sans Pro","sans-serif";}
.Capitalize {  text-transform:lowercase; color:#80B763; font-weight:bold;}
.Capitalize:first-letter{text-transform:uppercase;}
.culomn1
{
	width:160px;
	height:20px;
	
}
.culomn2
{
	
	 text-align:left;
}
.culomn3
{
	
	 text-align:left;
}

code, blockquote {
	display:block;
	border-left:5px solid #ddd;
	padding:10px;
	margin-bottom:20px;
}
blockquote p {
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	height: 1%;
}
p {
	line-height:2.0em;
	margin-bottom:20px;
}
a {
	color:#6FAB4F;
}
a:hover {
	color:#000;
}
a:focus {
	outline:none;
}
a.button { 
    background-color: #80B763;
    border-radius: 5px;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    padding: 8px 22px;
    font-size: 0.8em;
    letter-spacing: 0.25px;
    text-decoration: none;
    text-transform: uppercase;
}

a.button-reversed { 
    background-color: #333;
}

a.button:hover {
	background-color: #669D48;
}

a.button-reversed:hover {
	background-color: #222;
}
fieldset {
	display:block;
	border:none;
	border-top:1px solid #e0e0e0;
	padding-bottom:50px;
}
fieldset legend {
	font-weight:bold;
	font-family:"Source Sans Pro","sans-serif";
	padding-left:10px;
	color:#80B763;
}
form fieldset {
	padding-top:10px;
}
fieldset p label {
	float:left;
	width:150px;
	font-family:"Source Sans Pro","sans-serif";
	
}
fieldset table td {
	
	
	font-family:Arial,Helvetica,sans-serif;
	border:0px;
	font-size:0.8em;
	
}

form fieldset table td input, select, textarea, input[type="file"], input[type="text"],input[type="password"]  {
	padding:5px;
	color:#333333;
	font-size:11px;
	font-family: Arial,Helvetica,sans-serif;
	border:1px solid #ddd;
	
}
form fieldset  table td input[type="submit"] {
border:none;
    background-color: #80B763;
    border-radius: 5px;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    
    font-size: 0.9em;
    letter-spacing: 0.25px;
    text-decoration: none;
    width:100px;
    margin-top:10px;
   
}

input[type="text"],input[type="password"]{width:180px; }
h1 {
	font-size:2.0em;
}
h2 {
	color:#2f2f2f;
	font-size:1.8em;
	font-weight:bold;
	padding:0 0 5px;
	margin:0;
	
	
}
h3 {
	color:#80B763;
	font-size:1.2em;
	font-family:"Source Sans Pro","sans-serif";
	padding-bottom:0px;
}
h4 {
	padding-bottom:10px;
	font-size:1.4em;
	color:#000;
}
h5 {
	padding-bottom:10px;
	font-size:1.2em;
	color:#666666;
}
ul, ol {
	margin:0 0 35px 35px;
}
li {
	padding-bottom:5px;
}


/** wrapper **/
div#wrapper {
	margin:0px auto;
	padding:0;
}

.width {
	width:auto;
	margin: 0 auto;
}




/** header **/
header {
	padding:25px 0px 25px 40px; 
	margin:0 auto;
}
header h1 { 
	text-align: left;
}

header h1 a,
header h1 a:hover,
header h1 a:visited {
	color: #fff;
	font-size: 1.3em;
	text-decoration: none;
	letter-spacing:-2px;
}

header h2 {
	color:#C4DDB6;
	text-align: left;
	font-size: 0.9em;
	font-weight:bold;
	padding-top:0px;
	padding:0px 5px 0px 12px; 
	letter-spacing: 5.5px;
}


/** body **/
section#body {
	padding: 0;
	background: #80B763;
}


/** content+sidebar styles **/
section#content {
	margin-left: 300px;
	padding: 20px;
	background-color: #fff;
}
section#content #content_baner
{
	min-height:100px;
	width:100%;
	
}
section#content #content_text
{
	min-height: 76vh;
	 position: relative;
}
.column-left {
	float:left;
}
.column-right {
	float:left;
}

aside#sidebar {
	width:300px;
	max-width:300px;
	min-width:300px;
	 position: relative;
	
}
nav#mainnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

nav#mainnav li {
	padding:0;
	border-bottom: 1px solid #99C581;
	border-top: 1px solid #6FAB4F;
}
nav#mainnav li.selected-item  {
	border-bottom:none;
}
nav#mainnav li.selected-item a,
nav#mainnav li a:hover {
	color:#80B763;
	font-weight:bold;
	background: #fff;
}

nav#mainnav li a:hover {
	background:#669D48;
	color: #fff;
	text-decoration:none;
}
nav#mainnav li a {
	color: #f0f0f0;
	display: block;
	padding: 13px 17px;
	text-align: left;
	font-weight:  bold;
	text-decoration: none;
}




article {
    padding: 10px 10px 30px;
	font-size: 1.2em;
border-bottom: 1px solid #eee;
 }

article h2 {
    padding-bottom: 0;
	line-height: 1.1em;
	letter-spacing: -2px;
   font-size: 2.5em;
}

article .article-info {
  color: #C0c0c0;
font-size: 0.92em;
padding: 0px 0px 10px;
}

article .article-info a { 
	color: #ccc;
}



/** footer **/
footer {
	padding:20px 0px;
	font-size:0.9em;
	text-align: center;
}

footer p {
	color:#666;
	margin:0;
	font-size:0.8em;
	text-align: center;
}
footer p a {
	color:#666;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #999;
}
footer p a:hover { color:#333; border-bottom-color: #333; }


/** clear fix **/
.clear:after {
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clear {
	clear: both;
	display: inline-block;
}
.clear {
	display: block;
}


.notification{ background-color: #FAF3C0; font-weight:bold ; color:#D4BF8C; font-size:9.5pt; font-family: Arial,Helvetica,sans-serif; width:100%; text-align:center; }  
.hint{color:#abb0a2; font-weight:bold;}

.error_notification{ background-color: White; font-weight:bold ; color:Red; font-size:9.5pt; font-family: Arial,Helvetica,sans-serif; width:100%; text-align:center; }  


@media screen and (max-width: 740px) {

	body { font-size: 0.9em; }	


	.width { width:auto; padding-left: 10px; padding-right: 10px; }

	.column-left, .column-right { margin:0px; }

	header h1, header h2, nav#mainnav li a { text-align:center; }
	
	section#content, aside#sidebar { position: relative; float: none; width: auto; margin-left: 0; }

	
}


@media screen and (max-width: 540px) {

	body { font-size: 0.8em; }

	header, header h1 a, header h1 a:hover { text-align: center; padding: 10px 0 0 0; font-size: 1.1em; }


	nav#mainnav ul li a { margin-top: 0; padding: 1em; }


}
