.mod-list li {
 padding: 0.1em 0;
  font-size:1.2em;
  font-weight:600;
}

.card-header{
  background:#e7fae5;
  color:darkgreen;
}

.card-body{
  background: #e7fae5;
}
.mod-list {
    background: #E7FAE5;
}


.nav-list > li > a {
  display: block;
  vertical-align: middle;
  text-align: left;
  text-decoration-line: none;
  text-decoration-style: solid;
  padding-top: 1px;
  padding-right: 0px;
  padding-bottom: 1px;
  padding-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #cccccc;
  clear: both;
  overflow-x: visible;
  overflow-y: visible;
  /*border-radius: 10px;*/
}

.nav-list ul li a {
  display: block;
  vertical-align: middle;
  text-align: left;
  text-decoration-line: none;
  text-decoration-style: solid;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #cccccc;
  clear: both;
  overflow-x: visible;
  overflow-y: visible;
  /*border-radius: 10px;*/
}

.nav-list ul li a:hover {
  background-color:#ffe;
  
}

.nav > li > a:hover,
.nav > li > a:focus {
	background-color: #ffe;
}



.nav-list ul > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus
{
  color: #703810;
  text-shadow: none !important;
  background-color: #fff;
}

.nav-list > .active > a,

.nav-list > .active > a:focus {
	color: #703810;
	text-shadow: none !important;
	 background-color: #fff !important;
}

.nav-list > .active > a:hover{
  color: #703810 ;
	text-shadow: none !important;
	 background-color: #ffe !important;
}



.nav-list li a:hover {
  background-color:#ffe;
  color: #2F4F4F !important;
  
}

.nav-list {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 20px;
}

#aside .nav .nav-child {
	border-left: 1px solid #ddd;
	padding-left: 15px;
}

/*body {
	margin: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	background-color: #fff;
}*/



a:hover
{
  background-color: #ffe;
    text-decoration-line: underline;
  text-decoration-style: solid;
  color: #A52A2A !important;
  }





p.tip, p.alert, p.info, p.right, p.alarm, p.tell, p.note, p.content, p.question {
	width: auto;
	padding: 12px 30px 12px 50px;
	margin:10px 0;
	background-repeat : no-repeat;
	background-position: 10px center;
	
}
p.tip {
	border-top: 2px solid #ffea51;
	border-bottom: 2px solid #ffea51;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #ffffb0;
	background-image : url(../images/tip.png);
}
p.alert {
	border-top: 1px solid #FF5050;
	border-bottom: 1px solid #FF5050;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #ffe1e1;
	background-image : url(../images/alerts.png);
}
p.info {
	background-image : url(../images/info.png);
}
p.right {
	background-image : url(../images/right.png);
}
p.alarm {
	background-image : url(../images/alert.png);
}
p.tell {
	background-image : url(../images/tell.png);
}
p.content {
	background-image : url(../images/content.png);
}
p.note {
	background-image : url(../images/note.png);
}
p.question {
	background-image : url(../images/question.png);
}


p.hot, p.new, p.top {
	background:#fff;
	padding: 15px;
	border: 1px solid #ccc;
	display:inline-block;
	width: auto;
	color: #555;
	margin:20px 0;
	padding: 15px 50px 15px 15px;
	background-position:right top;
	background-repeat:no-repeat;
}
p.hot {
	background-image : url(../images/icons/hot.gif);
}
p.new {
	background-image : url(../images/icons/new.gif);
}
p.top {
	background-image : url(../images/icons/top.gif);
}

