 body{

 background-color:#006e34;

 padding-top:60px;

 }

 

 

.bs-docs-sidenav {

  width: 100%;

  margin: 0px;

  padding: 0px;

  background-color: #fff;

  -webkit-border-radius: 6px;

     -moz-border-radius: 6px;

          border-radius: 6px;

  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);

     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);

          box-shadow: 0 1px 4px rgba(0,0,0,.065);

}

.bs-docs-sidenav > li > a {

  display: block;

  width: 190px \9;

  margin: 0 0 -1px;

  padding: 8px 14px;

  border: 1px solid #e5e5e5;

  color:#006e34;

}

.bs-docs-sidenav > li:first-child > a {

  -webkit-border-radius: 6px 6px 0 0;

     -moz-border-radius: 6px 6px 0 0;

          border-radius: 6px 6px 0 0;

}

.bs-docs-sidenav > li:last-child > a {

  -webkit-border-radius: 0 0 6px 6px;

     -moz-border-radius: 0 0 6px 6px;

          border-radius: 0 0 6px 6px;

}

.bs-docs-sidenav > .active > a {

  position: relative;

  z-index: 2;

  padding: 9px 15px;

  border: 0;

  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);

     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);

          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);

}

/* Chevrons */

.bs-docs-sidenav .icon-chevron-right {

  float: right;

  margin-top: 2px;

  margin-right: -6px;

  opacity: .25;

}

.bs-docs-sidenav > li > a:hover,

.bs-docs-sidenav .activeside {

  background-color:#f7931e;

  color:#fff;

  text-shadow:none;

}

.bs-docs-sidenav a:hover .icon-chevron-right {

  opacity: .4;

}

.bs-docs-sidenav .active .icon-chevron-right,

.bs-docs-sidenav .active a:hover .icon-chevron-right {

  background-image: url(img/glyphicons-halflings-white.png);

  opacity: 1;

}



 

 .home-main {

 background-color:#fff;

 padding:40px;

 padding-bottom:30px;

 }

 

 .home-sub-main{

 padding:80px;

 margin-top:25px;

 margin-bottom:25px;

 

  -webkit-border-radius:6px;

     -moz-border-radius:6px;

		border-radius:6px;

 }

 

 .home-main-section{

 background:white;

 padding:50px;

 border-top:5px solid #f7931e;

 margin-top:10px;

 }

 

 .home-main-section h2{

 color:#468847;

 }

 

 .footermain{

 background-color:black;

 padding:20px;

 border-top:5px solid #f7931e;

 }

 

 .main-section{

 background:white;

 border-top:5px solid #f7931e;

 padding:40px;

 }

 

 

 .textgreen{

 color:#006e34;

 }

 

 .textorange{

 color:#f7931e;

 }

 

 .textwhite{

 color:#ffffff;

 }

 

 .textgray{

 color:gray;

 }

 

 .bgred{

 background:red;

 }

 

 .table th{

 color:#663300;

 }

 

 .success1{

 background:#91bb59;

 color:#fff;

 }

 

 .warning1{

 background:#fad766;

 color:#000;

 }

 

.dropdown-menu > li > a:hover,

.dropdown-menu > li > a:focus,

.dropdown-submenu:hover > a,

.dropdown-submenu:focus > a {

  color:#ffffff;

  text-decoration: none;

  background-color: #f7931e;

  background-image: none; 

  filter:none;

}





@media screen and (max-width:767px){

	body{padding-top:0px;}

	.home-main-section{

	border:none;

	margin-top:none;

	-webkit-border-radius:6px;

	-moz-border-radius:6px;

	border-radius:6px;}

	

	.main-section{

	border:none;

	margin-top:none;

	-webkit-border-radius:6px;

	-moz-border-radius:6px;

	border-radius:6px;	

	}

	

	

	.bs-docs-sidenav {

	  margin:0px;

	  }

	

	.footermain{

	border:none;

	-webkit-border-radius:6px;

	-moz-border-radius:6px;

	border-radius:6px;

	}

}





@media screen and (max-width:979px){

	body{padding-top:0px;}

	

	

	.bs-docs-sidenav {

	  margin:0px;

	  }

	

	.footermain{

		margin: 0px;

	}

}








 