/* general styling formatted for mobile */

a.accordion-toggle{
  outline: none;
  text-decoration: none;
}
.accordion .headr{
  height: 20px;
  font-weight: bold;
  margin-left: 5px;  
  margin-bottom: 6px;
}
.accordion .headr div{
  float: left;
  width: 33.33%;
}
#mbr_accord{
  margin-bottom: 0px !important;
}
#mbr_accord .accordion-group{
  border: 1px solid #BBB;
}
#mbr_accord .accordion-inner{
  padding: 5px !important;
}
#mbr_accord .accordion-heading{
  font-weight: bold;
  background-color: #EFEFEF; /*#DFDFDF*/
  border-radius: 4px;
  border-bottom: none;
}
#mbr_accord .accordion-heading.acc_open{
  border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  border-bottom: 1px solid #8B8B8B;
}

.wrap{
	width: 720px;
	margin: 15px auto;
	padding: 15px 20px;
	background: white;
	border: 2px solid #DBDBDB;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
/*
a{ text-decoration: none; color: #333}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.8em;
	text-align: center;
	margin: 25px 0;
}
h2{font-size: 1.5em; margin: 8px 0}
h3{
	font-size: 1.2em;
	margin: 5px 0;
}
h3 span{
	font-weight: normal;
	font-size: 1em;
}  */
.item{
	clear: both;
	margin:0;
	padding: 10px;
	overflow: hidden;
	border-top: 1px solid #DBDBDB;
}
.item:last-child{border-bottom:1px solid #DBDBDB}
.item:hover{background: #f9f9f9}
.post{
	padding: 10px 0;
	border-bottom: 1px solid #E6E6E6;
}
.comment-block{
  float: left;
  margin: 20px 0 20px 2.8222%;
  width: 98%;
}
.nocomm{
  color: silver;  
}
.comtab{
  table-layout:fixed; 
  width: 100%;  
}
.comtab.root:not(:first-child){
  margin-top: 20px;  
}

.send-block{
  margin: 0px;
  width: 100%;
}
.trend{
  margin-bottom: 10px;
  padding: 5px 5px 5px 5px;
  background: #1D1D1D;
  border: 2px dashed #BBBBBB;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
  
}
.table_title{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;  
  margin-top: 6px;
}
tr.show{
  display: block;  
}
tr.hide{                                     
  display: none;
  background-color: #CADCFF;
}
.comment-item label{
  /*margin: 14px 0 0 10px;*/
}
.date{
  font-size: 12px;
}
.comment-item.root{
  border-color: silver;
}
.comment-item{
	overflow: hidden;
  background: #2B2B2B;
  padding: 10px;
	border: 1px solid #C0C0C0;
	border-radius: 5px;
	margin-bottom: 5px;
}
.comment-item .ico-read{
  width: 30px;
  margin: 0 10px 0 0;
  float: left;
}
.com-lvl1{margin-left:10px;}
.com-lvl2{margin-left:20px;}
.com-lvl3{margin-left:30px;}
.com-lvl4{margin-left:40px;}
.com-lvl5{margin-left:50px;}
.com-p-lvl0{width: 100%;}
.com-p-lvl1{width: 100%;}
.com-p-lvl2{width: 100%;}
.com-p-lvl3{width: 100%;}
.com-p-lvl4{width: 100%;}
.com-p-lvl5{width: 100%;}

.comment-post{
  float: left;
}
.comment-post h3{
  line-height: 20px;
  font-size: 16px;
}
.comment-post p{
  line-height: 20px;
  font-size: 14px;
}
/* over BS */
.btn-small{ 
  height: 22px;
  padding: 0px 10px;  
}
.date{height: 20px;}
/* Comment button modeling*/
.reply-btn, .send_comm{
  font-size: 12.5px;
  padding: 3px 5px 3px 5px;
  margin: 0px;    
}
.btn_group{
  height: 28px;  
}
.btn_group .ui-controlgroup{
  margin: 0;
}
.btn_group .ui-controlgroup-controls:after{
  clear: none;  
}

#form{
	clear: both;
	/*margin: 10px;
	width: 500px;*/
}

/* form styling 
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
	width:100%;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 13px;
	line-height: 20px;
	margin: 0;
	padding: 7px 10px;
	box-shadow: inset 0 1px 2px #eee;
	border:1px solid #CCC;
	margin:0 0 5px;
	border-radius:5px;
}
*/
#comment_form textarea {
	height:100px;
	max-width:100%;
}
/*
input[type="submit"] {
	cursor:pointer;
	width:50%;
	border:none;
	background:#991D57;
	background-image:linear-gradient(bottom, #8C1C50 0%, #991D57 52%);
	background-image:-moz-linear-gradient(bottom, #8C1C50 0%, #991D57 52%);
	background-image:-webkit-linear-gradient(bottom, #8C1C50 0%, #991D57 52%);
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
  flo
	border-radius:5px;
}
input[type="submit"]:hover {
	background-image:linear-gradient(bottom, #9C215A 0%, #A82767 52%);
	background-image:-moz-linear-gradient(bottom, #9C215A 0%, #A82767 52%);
	background-image:-webkit-linear-gradient(bottom, #9C215A 0%, #A82767 52%);
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}
input[type="submit"]:active {
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);
}  */
/*
input:focus, textarea:focus {
  outline:0 !important;
  border-color: #fbb758 !important;
  box-shadow: 0 0 10px #fbb758 !important;  
} */
label{
	display: block;
	margin: 5px 0;
	font-weight: 900;
}

.alert{
	/*display: none;*/
	padding: 8px 14px;
	margin: 20px 0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
/*
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.accordion .headr{
  font-weight: bold;
  margin-left: 5px;
  margin-bottom: 5px;
}

.accordion{
  margin-bottom: 0px !important;
}
.accordion .accordion-group{
  border: 1px solid #BBB;
}
.accordion .accordion-inner{
  padding: 5px !important;
}
.accordion .accordion-heading{
  font-weight: bold;
  background-color: #EFEFEF; /*#DFDFDF*/
  border-radius: 4px;
  border-bottom: none;
}
.accordion .accordion-heading.acc_open{
  border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  border-bottom: 1px solid #8B8B8B;
}

/* Section evaluation member */

.accordion .headr{
  font-weight: bold;
  margin-left: 5px;
  margin-bottom: 5px;
}

#eval_mbr_accord{
  margin-bottom: 0px !important;
}
#eval_mbr_accord .accordion-group{
  border: 1px solid #BBB;
}
#eval_mbr_accord .accordion-inner{
  padding: 5px !important;
}
#eval_mbr_accord .accordion-heading{
  font-weight: bold;
  background-color: #EFEFEF; /*#DFDFDF*/
  border-radius: 4px;
  border-bottom: none;
}
#eval_mbr_accord .accordion-heading.acc_open{
  border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  border-bottom: 1px solid #8B8B8B;
}
