:root {
  --main-column-max-width: 800px;
}
.user-name, .group-about-name{ color:black;}
.pi{
  display:inline-block;
  margin-left:10px;
  min-width: 35px;
}
.pi.vw { width: 25px;}
.p-name {
    background-color: yellowx;
    width:250px;
}
.p-type {
  width:180px;

}

.inline { display:inline-block; }
.margin-small { margin: .25em;}
.right{ float: right; }
.larger{ font-size: larger; }
.pointer { cursor: pointer; }
.fb-border { border: 0px;}
.fb-spacer { border-top: solid rgb(233,235,238) 15px;	margin-top: 0px;}
.fb-gray {	background-color: rgb(233,235,238);}
.fb-lightgray {	background-color: rgb(246,247,249);}
.fb-square { border-radius: 0px;}
.profile-item{ cursor: default; }

#main-column{
	max-width: var(--main-column-max-width);
}
.divider { border-bottom: solid lightgray 1px;}
.conversation-header {
	background-color:white;
	border-bottom: solid rgb(233,235,238) 15px;
}
.post {
	background-color:white;
	border:solid lightgray 1px;
}


.comment.author-icon{ margn-left:10px}
.post .info-data-text {
	color:rgb(29, 33, 41)
	font-weight:normal;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif
}
.post-children{
	border-bottom: solid rgb(246,247,249) 15px;
}

#add-post-comment {
	border-bottom:solid rgb(233,235,238) 15px;
	background-color:rgb(246,247,249);
}
.post.media.comment .media-body{
	padding-top:5px  !important;
	padding-bottom:0px !important;
	border:none;
}
.comment .info-data-text {
	color:rgb(29, 33, 41)
	font-weight:normal;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif
}
.comment .info-data-author { font-size: 12px; }
.reply { font-size: 12px;}

.dynamic2 > .post > .post-children{
	border-top: solid lightgray 1px;
}
.comment {
/* 	border: solid blue 3px; */
	border:none;
	background-color: rgb(246,247,249);
	margin-left:0px;
	padding-top: 0px !important;

}

.comment-children .media-body{
	padding-left: 3px !important;
}
.comment > div > h5 { display: inline-block;font-weight:700;style="font-size:12px;"}
.reply > div > h5 { display: inline-block;font-weight:700;style="font-size:12px;"}
#add-comment-reply{
	margin-left: 40px

}
.reply {
	border:none;

	background-color: rgb(246,247,249);
	margin-left:40px;

	border-left: solid lightgray 2px;
	padding-left: 5px
}
.post.reply .media-body h5 { margin-top:3px}
.post.comment .media-body h5 { margin-top: 5px}

.reply .add-comment{ display:none }

.post .author-icon{ width: 45px; }
.comment .author-icon{ width: 35px; }
.reply .author-icon{ width: 25px; }
.comment.author-icon{ width: 45px; }

.role-0 {
	background-color: #e7ef7c !important;
	font-weight: lighter !important;
}
.member-delete-boxx {
	position:absolute;
	width: 15px;
	/*right:150px;*/
	background-color:pink;
}
.un-join.checkbox-inline {
	display:none;
	padding:0px;
	margin-left:5px;

}
.un-join.checkbox-inline span {
	border: solid #cbb956 2px;
}
.delete-button {
	color:default;
	font-weight:700;
	font-size: x-large;

}
.delete-button-active {
	color:red;
	font-weight:700;
	font-size: x-large;
}


/* .show-crud:hover .icon { opacity:1; }
.edit-toggle, .delete-toggle { opacity:0 }
.comment-edit { opacity:0; }
.comment-text { opacity:1; }
.edit-content-toggle .comment-edit { opacity:1; }*/

.edit-field {
	border: solid gray 2px;
	box-shadow: 5px 5px 5px #888888;
	margin-bottom: 10px;
	padding: 10px;
}
.show-crud-tools:hover .crud-toggle { opacity:1; display:inline-block; }
.crud-toggle { opacity:.5; display:none; }


span.auto { border:solid lightgray 1px;margin:10px;padding:2px;}
#group-posts  li.post { border-bottom:solid rgb(233,235,238) 20px;}
#group-posts  li.post .info-data-text li { font-size:14px;font-family:Arial;color:rgb(29,33,41) }
#group-posts  li.comment { font-size:12px; line-height:19.2px; }
#group-posts  li.replie { font-size:12px; line-height:19.2px; }
.dynamic li.sms { font-size:12px;line-height:19.2px }

li.member  { border-bottom:solid rgb(233,235,238) 2px;  }
li.message { border-top:solid rgb(233,235,238) 2px; padding-top: 5px;margin-top: 5px}
.message .date_s {
				font-size:12px;line-height:19.2px; color:red;
				padding: 0px; margin-left: 4px;
			}
/*a hack for modal-dialog on the phone ROB */
@media only screen and (max-width: 550px) {
    .modal-dialog{ margin:0px !important;}
}

.vertical-center {
	height:100px;
	width:50%;
	vertical-align: center;
	text-align:center;

}
.variable-title{
	font-size: 3.2vw;
}


/*#stuff {
    opacity: 0.0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
#hover {
    width:80px;
    height:20px;
    background-color:green;
    margin-bottom:15px;
}
#hover:hover + #stuff {
    opacity: 1.0;
}*/
.width-30{ min-width: 500px;max-width: 500px; }
.questions-row{  }
.questions-row .author{ font-size:x-small; }
.panel { border: none}
.post-comment {
}
.list-inline {
  display: flex;
}
.list-inline li {
  flex: 1;   text-align: center;
}

.comment-reply { background-color: lightyellow; }
.message-body { background-color: lightyellow }

.hidden-submit {
    border: 0 none;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.boxer { border: solid red 1px;}
