#shura_course_details,
#shura_waqf_details{
	display: none;
	background: #f5f5f5;
	padding: 10px;
}

.startshuradiv .formDiv{
	margin:0 auto;
	text-align:center;
}


#shurasetupdiv,
#shuraimagediv,
#shuradescriptiondiv{
	margin:0 auto;
	text-align:center;
}


h5.totalamount{
	font-size:16px;
	padding:10px;
	background:var(--colortwo);
	border:1px solid var(--colorone);
	margin:10px 0;
	text-align:center;
	color:var(--textcolor);
}

h5.totalamount font{
	font-size:22px;
	color:var(--colorone);
}

.shuratimeline{
	font-size:0;
	text-align:center;
	padding-bottom:20px;
	margin-bottom:10px;
}

.shuratimeline .item{
	display:inline-block;
	vertical-align:top;
	margin:10px 2%;
	width:29.33%;	
}

.shuratimeline.single .item{
	margin:10px 0;
	width:100%;	
}

.shuratimeline .item img{
	width:98%;
	max-width:150px;
}

.shuratimeline .item h4{
	font-size:24px;
	margin:5px 0;
	text-align:center;
}

.shuratimeline .item h5{
	font-size:14px;
	color:#666;
	text-align:center;
}

.shuratimeline .item h6{
	font-size:16px;
	font-weight:bold;
	background:var(--colortwo);
	border-radius:10px;
	padding:5px 10px;
}

.addnewentry{
	margin:10px;
}

.commentnewentry,
.coanewentry,
.setcourseofactions{
	overflow:hidden;
	transition:0.5s all;
}

.commentnewentry.closed,
.coanewentry.closed,
.setcourseofactions.closed{
	height:1px;
}

.commentnewentry.opened{
	height:auto;
}

.coanewentry.opened{
	height:auto;
}

.setcourseofactions.opened{
	height:auto;
}

.discussentries .item,
.objectiveentries .item,
.commentreports .item,
.objectivereports .item{
	margin:30px auto;
	padding-bottom:30px;
	border-bottom:1px solid #eee;
}

.discussentries .item,
.objectiveentries .item{
	list-style: none;
	background: #fff;
	padding: 30px;
	border-radius: 5px;
	box-shadow: 0 0 4px #999;
}

.searchresultlabel font{
	padding: 3px 5px;
	background: var(--colorone);
	color: #fff;
	border-radius: 3px;
	font-size: 12px;
}

.replyentries{
	margin:10px 0 0 30px;
}

.replyentries .item{
	margin:10px 1%;
	padding-bottom:5px;
	display: inline-block;
	width: 98%;
}


.commentreports .item .originalcomment,
.objectivereports .item .originalobjective{
	margin:10px 0 0 20px;
	background:#f5f5f5;
	padding:10px;
}

.commentreports .item .deletecomment,
.objectivereports .item .deleteobjective{
	margin-left:20px;
	margin-top:5px;
}

.commentreports .item .ignorecommentreport,
.objectivereports .item .ignoreobjectivereport{
	margin-left:10px;
	margin-top:5px;
}


.userentrycontent{
}

.userentrycontent .leftcol{
	vertical-align:top;
	display:inline-block;
	width:50%;
}

.userentrycontent .rightcol{
	vertical-align:top;
	display:inline-block;
	width:45%;
	margin-left:4%;
}

.userentryattachments,
.userentryattachments2{
	text-align:left;
}

.userentryattachments a{
	display:inline-block;
	vertical-align:top;
	margin:10px 10px 5px 0;
	padding:5px 10px;
	box-shadow:0 0 3px #aaa;
	border-radius:3px;
	max-width:300px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	color:#666;
	transition:0.3s all;
}

.userentryattachments a:hover{
	box-shadow:0 0 3px var(--colorone);
	color:var(--colorone);
}

.userentryattachments .removeattachment,
.userentryattachments2 .removeattachment,
.userentryattachments2 .removewaqffile{
	cursor:pointer;
}

.userentryattachments2 span{
	display:inline-block;
	vertical-align:top;
	margin:10px 10px 5px 0;
	padding:5px 10px;
	box-shadow:0 0 3px #aaa;
	border-radius:3px;	
	color:#666;
	transition:0.3s all;
}

.userentryattachments2 a{
	display:inline-block;
	max-width:300px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	color:#666;
}

.userentryattachments2 span:hover{
	box-shadow:0 0 3px var(--colorone);
	color:var(--colorone);
}

.objectiveentries .item h3{
	margin:15px 0 5px;
}

.objectiveentries .item h5{
	margin:0;
}

.respondoptions span{
	display:inline-block;
	vertical-align:top;
	margin:10px 10px 0 0;
	color:#aaa;
	font-size:12px;
	padding-left:25px;
	line-height:20px;
	background-position:left top;
	background-repeat:no-repeat;
	cursor:pointer;
	height:20px;
}

.respondoptions span.likecomment{
	background-image:url(../images/like-icon.png);
}

.respondoptions span.dislikecomment{
	background-image:url(../images/dislike-icon.png);
}

.respondoptions span.replycomment{
	background-image:url(../images/reply-icon.png);
}

.respondoptions span:hover{
	color:var(--colorone);
	background-position:left -20px;
}

.respondoptions span.active{
	color:var(--colorone);
	background-position:left -40px;
}

.replyblock{
	margin-left:30px;
	overflow:hidden;
	transition:0.5s all;
	height:1px;
}

.replyblock.opened{
	height:auto;
}

.shuragrid{
	font-size:0;
	margin-bottom:50px;
	min-height:400px;
}

.shuragrid .item{
	display:inline-block;
	vertical-align:top;
	width:29.33%;
	margin:15px 2%;
	box-shadow:0 0 3px var(--colortwo);
	border-radius:3px;
}

.shuragrid .item .shura_list_img{
	display: block;
    height: auto;
    overflow: hidden;
    padding: 56.25% 0 0;
    position: relative;
    width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.shuragrid .item h4{
	margin:10px;
	font-size:18px;
	font-weight:400;
	line-height:22px;
	min-height:44px;
	max-height:44px;
	overflow: hidden;
	color:var(--colorone);
	white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.shuragrid .item h5{
	margin:5px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}

.shuragrid .item p.shura_desc{
	margin:0;
	font-size:0;
	line-height:0;
}

.shuragrid .item .phase{
	font-size:14px;
	background:var(--colortwo);
	padding-left:10px;
	text-align:left;
	color:#fff;
	text-transform:uppercase;
}

.shuragrid .item .phase .typetag{
	float: right;
	padding: 0 10px;
	background: #8bc48b;
	color: #fff;
}

.shuragrid .item .privacy{
	font-size:12px;
	margin:10px;
	color:#666;
}

.shuragrid .item .coursefee font{
	color: var(--textcolor);
	font-weight: bold;
}

.decidevotingdiv label.radiotext{
	font-size:20px;	
}

.decidevotingdiv .formField h6{
	margin:30px 0;
}

.decidevotingdiv label .votecount{
	display:inline-block;
	vertical-align:middle;
	margin:5px 10px 0 0;
	line-height:25px;
	text-align:center;
	border-radius:3px;
	background:var(--colortwo);
	color:var(--colorone);
	font-size:13px;
	padding:0 10px;
}

.accessrequestedusers{
	font-size:0;
}

.accessrequestedusers .item{
	display:inline-block;
	vertical-align:top;
	width:31.33%;
	margin-right:2%;
	margin-bottom:20px;
}

.accessrequestedusers .acceptrequest{
	color:#339966;
}

.accessrequestedusers .rejectrequest{
	color:#cc3333;
}

.setcourseofactions{
	font-size:0;
}

.selectedcoas{
	display:inline-block;
	vertical-align:top;
	width:60%;
	margin-right:5%;
}

.proposedcoas{
	display:inline-block;
	vertical-align:top;
	width:35%;
	border:1px solid var(--coloronedark);
	height:300px;
	overflow-y:auto;
	margin:20px 0;
	border-radius:3px;
}

.proposedcoas h3{
	padding:5px 5px 0 5px;
	margin:0;
}

.proposedcoas label {
    display: block;
    font-size: 14px;
    font-style: italic;
    color: #777;
    text-align: left;
    margin-bottom: 3px;
	padding:0 5px;
}

.proposedcoas p{
	font-size:20px;
	line-height:30px;
	cursor:pointer;
	padding:10px 5px;
	margin:0;
	border-bottom:1px solid #ccc;
}

.proposedcoas p.selected{
	background:#e0fbef;
	color:#339966;
}

.proposedcoas p span{
	font-family: 'Merriweather', 'Georgia', serif;
	font-weight: 300;
}

.proposedcoas p:hover span{
	color:var(--coloronedark);
}

.proposedcoas p font{
	color:#777;
}

#removeleadercoa{
	float:right;
	color:#cc3333;
	font-size:12px;
	cursor:pointer;
}

.removeactionrow{
	cursor:pointer;
	color:#cc3333;
}

#achieverate{
	margin-top:15px;
}

#achieverate label{
	font-size:14px;
	color:#999;
}

.achieveprogressbar{
	margin:5px 0;
	width:100%;
	max-width:600px;
	height:25px;
	border:1px solid #ddd;
	background:#eee;
	border-radius:3px;
	overflow:hidden;
	position:relative;
	text-align:center;
}

.achieveprogressbar span{
	background:#66cc66;
	display:inline-block;
	width:20%;
	height:25px;
	position:absolute;
	left:0;
	z-index:1;
}

.achieveprogressbar font{
	font-size:14px;
	color:var(--textcolor);
	position:relative;
	z-index:2;
	line-height:25px;
	display: inherit;
}

#remindinvitetable{
	width:100%;
}

#remindinvitetable td{
	padding:5px;
	border-collapse:collapse;
	text-align:left;
}

textarea.action_step{
	width:100%;
	height:150px;
}

.actionsteprowactions{
	text-align:left;
	margin-top:10px;
	background: #eee;
	padding: 5px 0;
}

.actionsteprowactions span{
	margin:0 10px;
}

.actionsteprowactions .removeactionrow{
	float:right;
}

.actionsteprow{
	border-bottom:1px solid #aaa;
}

.actionsteprow td{
	padding:30px 10px;
}

.coadisplay{
	font-size: 18px;
	border: 1px solid #ddd;
	padding: 5px;
	background:#f5f5f5;
	border-radius: 5px;
}

.readtruncatedcomment,
.readtruncatedreply,
.collapsetruncatedcomment,
.collapsetruncatedreply{
	color: var(--colorone);
	cursor: pointer;
}

.searchdiv .searchvalue{
	max-width: 500px;
	margin: 10px 0;
	width: 80%;
}

.searchdiv .searchbutton{
	margin: 10px 0;
	width: 35px;
	height: 35px;
	line-height: 30px;
	background: var(--colorone);
	color: #fff;
	cursor: pointer;
}

.initiatorphoto{
	text-align: center;
	margin-bottom: 20px;
}

.initiatorphoto img{
	width: 150px;
	border-radius: 10px;
	box-shadow: 0 0 4px #ccc;	
}

.initiatorphoto h5{
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin: 5px 0;
}

.actionsteprow td.newaction,
.actionsteprow td.modifiedaction,
.discussentries .item.newobj,
.replyentries .item.newcomment{
	background-color: #fffbf3;
	position: relative;
}

.discussentries .item.newobj{
	background-color: #fff;
}

.actionsteprow td.newaction:before,
.actionsteprow td.modifiedaction:before,
.discussentries .item.newobj:before,
.replyentries .item.newcomment:before{
	content: "Newly Added";
  background: var(--colortwo);
  color: var(--textcolor);
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 10px;
  padding: 3px 10px;
  border-radius: 0 0 5px 5px;
  font-size: 12px;
}

.actionsteprow td.modifiedaction:before{
	content: "Recently Modified";
}


@media screen and (max-width: 959px) {
	
.shuragrid .item{
	width:46%;
}
	
}

@media screen and (max-width: 659px) {
	
.shuragrid .item{
	width:100%;
	margin:20px 0;
}	

.accessrequestedusers .item{
	width:48%;
}

.userentrycontent .leftcol{
	width:100%;
}

.userentrycontent .rightcol{
	width:100%;
	margin-left:0;
	margin:15px 0;
}

.replyentries .item{
	margin:10px 2%;
	width:96%;
}
	
}

@media screen and (max-width: 599px) {
	
.shuratimeline .item{
	margin:10px 0;
	width:100%;	
}

}

@media screen and (max-width: 459px) {
	
.accessrequestedusers .item{
	width:100%;
	margin-right:0;
}	
	
}