﻿#list ul {
	background-color: rgb(242,242,242);}
#list li:not(:first-child) {
	background-color: rgb(242,242,242);
	margin-top: 2px;}
#list li {
	border-radius: 0px;
	border-left: none;
    border-right: none;}

#list li a {
	color: rgb(107,107,107);}

#list li.selected {
	border-right: solid 1px #ddd;
    margin-right: 1px;
	padding:0px;
	background-color: #fff;}
#list li.selected a {
	color: rgb(75,75,75);
	font-weight: 600;}
#list li.selected span{
	color: rgb(184,1,1);
	margin-left: 10px;}
#list ul li.list-group-item span {
	visibility: hidden;}
#panel {
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05); 
 	box-shadow: 0 0px 0px rgba(0, 0, 0, .05);}

span.more {
	color: #000000;
	border: solid 1px #ddd;
	border-radius: 12px;
	width: 52px;
	display: inline-block;
	text-align: center;
	margin-left: 10px;}
#main-content {
	overflow: hidden;}
#rightContent {
	margin-bottom: -9999px;
	padding-bottom: 9999px;}

#rightContent div.row {
	margin-bottom: 10px;}

.panel-title {
	color: rgb(190,29,29);}

.row-bg {
	background-color: white;
	background-color: rgb(242,242,242);
	margin-left: 0px;margin-right: 0px;
	border: solid 1px #ddd;}
div.col-md-3 {
	padding-left: 0px;
	padding-right: 0px;}

#rightContent {
	background-color: white;}
#rightContent div.row {
	border: solid 1px #ddd;
	margin-left: 10px;}

#rightContent div.top {
	margin-left: 10px;
	margin-top: 30px;
	border: none;}

#rightContent div.col-md-4 {
	padding: 0px;}

#rightContent div.thumbnail {
	margin-bottom: 0px;
	border-radius: 0px;}
#rightContent div.col-md-8 {
	padding-left: 0px;
	border: none;
	padding-right: 0px;}
#panel  {
	border: none;}
/*#panel div.panel-footer {
	padding:0px;
	position: absolute;
	right: 20px;
	bottom: -40px;
	background-color: white;
	border: none;
}*/

#rightContent  {
	background-color: white;
	border-left: solid 1px #ddd;}
#rightContent div.thumbnail {
	margin-bottom: 0px;
	border-radius: 0px;
	border: none;}
/*#rightContent div.rg-bor {
	border-right: solid 1px #ddd;
}*/
div.caption p {
	color: red;
	word-break: break-all;}
#rightContent div#article{
	border:none;
	margin-right: 10px;}
#detail  {
	/*background-color: white;*/
	margin-left: 0px;
	margin-right: 0px;
	overflow: hidden;}
#detail div.top p {
	text-align: center;
    margin-top: 20px;
    color: rgb(183,22,22);
    font-size: 20px;
    font-weight: bold;}
#detail div.thumbnail {
	margin-bottom: 0px;
	border-radius: 0px;
	border: none;}
#detail div.caption p {
	color: red;
	word-break: break-all;}
#detail div#article{
	border:none;
	margin-right: 10px;}
#rightContent #list-page.row {
	border: none;}
footer.page-num {
	text-align: right;}
footer.page-num ul {
	list-style: none;
	margin-right: 15px;
	border:none;
	font-weight: bold;}
footer.page-num ul li{
	cursor: pointer;
	display: inline-block;
	margin-right: 5px;}
footer.page-num ul li>a {
	color: rgb(183,22,22);}
footer.page-num ul li.selected {
	color: black;}

#list li {
	list-style: none;}
p.article-detail {
	font-size: 13px;}
.panel-default > .panel-heading {
	background-color: rgb(247,247,247);}