#navbar {
	
}
#navbar.navbar {
	background: #fff;
	padding: 13px;	
}
.nav-link.active {
	font-weight: bold;
}
.module {
	
	/*padding: 13px;*/
}
.post {
	
	border-bottom: 1px solid #ddd;
	padding: 13px;
}

.post > .head {
	
	display: table;
	table-layout:fixed;
		width: 100%;
}
.post > .head {
	
	display: table;
	table-layout:fixed;
		width: 100%;
}
.post > .head > .check-container {
	
	display: table-cell;
	width: 24px;
	padding-top: 13px;
	vertical-align: top;
}
.post > .head > .profile-photo {
	
	display: table-cell;
	width: 50px;
	vertical-align: top;
}
.post > .head > .profile-photo img {
	width: 45px;
	height: 45px;
}
.post > .head > .info {
	display: table-cell;
	vertical-align: top;
	padding-left: 13px;
}
.post > .head > .info > .posttime{
	font-size: 10px;
	color: #888;
}
.post > .head > .info > .cont{
	overflow: hidden;
}
.post > .head > .edit-container {
	display: table-cell;
	width: 20px;
	vertical-align: top;
	padding-center: 13px;
}
.btn-profile-layout.active {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(48, 151, 209, 0.25);
}


.people-container {
	
}
.people-container .listview {

}
.people-container .listview .people  {
/*
	display: grid!important;
            grid-template-columns: 150px repeat(auto-fill, minmax(120px, 1fr));
            width: 100%;
           
            border-collapse: collapse;
*/
	
	
	width: 100%;
}
.people-container .listview .people .table-cell {
	display: table-cell;
}
.people-container .listview .people .con {
	width: 64px;
	text-align: center;
	
}
.people-container .listview .people .icon img {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	
}

.people-container .listview .people .name {
	min-width: 64px; /* Minimum width */
	max-width: 100px; /* Maximum width */
	
	
}
.people-container .listview .people .position {
	min-width: 130px; /* Minimum width */
	max-width: 300px; /* Maximum width */
	
	
}
.people-container .listview .people .rating {
	width: 64px;
	text-align: center;
}
.people-container .listview .people .description {	
	overflow: hidden;
}
.people-container .listview .people .control {	
	width: 100px;
	
	
	overflow: hidden;
}
.people-container .gridview {
	width: 100%;
	overflow: hidden;
}
.people-container .gridview .people  {
	float: left;
	width: 74px;
	
}
.people-container .gridview .people .icon {
	
	width: 55px;
	height: 55px;
	border-radius: 3px;
}
.people-container .gridview .people  .icon img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.people-container .galleryview .people  {
	float: left;
	width: 220px;

	
	border: 1px solid #ccc;
	margin-right: 6px;
	border-radius: 4px;
	padding: 13px;
}
.people-container .galleryview .people.h240  {
	height: 240px;
}
.people-container .galleryview .people .icon {
	
	margin: auto;
	width: 64px;
	height: 64px;
	border-radius: 3px;
}
.people-container .galleryview .people  .icon img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.people-container .galleryview .people .name {
	width: 100%;
	text-align: center;
	
	
}
.people-container .galleryview .people .position {
	width: 100%;
	text-align: center;
	
	
}
.people-container .galleryview .people .rating {
	margin: auto;
}
.people-container .galleryview .people .description {	
	overflow: hidden;
}
.people-container .gridview {
	width: 100%;
	overflow: hidden;
}
.gallery-photos-container {
	overflow: hidden;
}
.gallery-photos-container .gallery-thumbnail {
	padding: 6px;
	float: left;
}
.gallery-photos-container .gallery-thumbnail img {
	width: 130px;
	height: 130px;
}
.gallery-albums-container {
	overflow: hidden;
}
.gallery-albums-container .gallery-album-thumbnail {
	float: left;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-right: 6px;
}
.gallery-albums-container .gallery-album-thumbnail img {
	width: 130px;
	height: 130px;
}
.each-day-operation-hours:first-child {
	border-top: 1px solid #ccc!important;
}
.each-day-operation-hours {
	border-bottom: 1px solid #ccc;
}
.thumbnail {
	border: 1px solid #ccc;
}
.thumbnail img {
	width: 100%;
}
.style-border {
	border-bottom: 1px solid #ccc;
}
.style-border:last-child {
	border-bottom: 0px;
}
#update_container {
	height: 80px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: #ccc;
	/*
		z-index: 10000000;
	*/
}
.btn-move {
	cursor: move;
}
.inactive-nav-container .list-group-item {
	background: #ccc;
}
.nav-container  {
	padding: 13px;
	border: 2px solid #eee;
}
#banner-container {
	left: 0px; right: 0px;
	height: 300px;
	overflow: visible;
	background-repeat: no-repeat;
	background-size: 100% auto;
	
}	
#profile-photo-container {
	position: relative;
}
#uploaded_image {
	width: 120px;
	height: 120px;
	position: absolute;
	bottom: -150px;
	/*
		z-index: 10000000!important;
	*/
}
#nav-menu-master-container .list-group-item {
	cursor: pointer;
}
.profile_photo {
	width: 200px;
	height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	border-radius: 4px;
	/*
		z-index: 10000;
	*/
}
.listing_item {
	display: table;
}
.listing_item .checkbox-container {
	display: table-cell;
	width: 50px;
}
.listing_item .content-container {
	display: table-cell;
	width: auto;
}
.listing_item .control-container {
	display: table-cell;
	width: 50px;
}
#content {
	min-height: 480px;
}
.highlight {
  /*background-color: #fafafa;*/ /* Change this to your desired highlight color */
  /*font-weight: bold;*/
	border: 2px solid #000;
}
.new-item {
  /*background-color: #fafafa;*/ /* Change this to your desired highlight color */
  /*font-weight: bold;*/
	background: #78B388;
	color: #fff;
}
.selected-main-people-container {
	position: relative;
}
.search-selected-people-container {
	width: 100%;
	overflow: hidden;
	z-index: 1000;
}
.search-selected-people-container .people {
	/*
	float: left;
	*/
	margin-right: 6px;
	cursor: pointer;
	display: flex;
}
.search-selected-people-container .people .people-icon {
	width: 45px;
	height: 45px;
	border-radius: 3px;
	display: inline-block;
}
.search-selected-people-container .people .people-icon img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.search-selected-people-container .people .name {
	display: inline-block;
	padding-left: 13px;
}

.selected-people-container {
	width: 100%;
	overflow: hidden;
}
.selected-people-container .people {
	width: 45px;
	height: 45px;
	border-radius: 3px!important;
	float: left;
	margin-right: 6px;
	cursor: move;
	
	
}
.selected-people-container .people img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.search-selected-people-container {
	position: absolute;
	height: 240px;
	overflow-x: hidden;
	overflow-y: auto;
}
.selected-people-container .people {
	position: relative;
	margin: 6px;
}
.selected-people-container .people .btn-people-delete {
	position: absolute;
	top: 0px;
	right: 0px;
	background: #ccc;
	width: 13px;
	height: 13px;
	z-index: 100;
	padding: 0px;
	margin: 0px;
	border-radius: 0px;
}
.selected-people-container .people .btn-people-delete .tm-times:before {
	position: absolute;
	font-size: 13px;
	top: -3px;
	right: -1px;
	
}
.selected-main-items-container {
	position: relative;
}
.search-selected-items-container {
	width: 100%;
	overflow: hidden;
	z-index: 1000;
}
.search-selected-items-container .item {
	/*
	float: left;
	*/
	width: 100%;
	margin-right: 6px;
	cursor: pointer;
	display: flex;
}
.search-selected-items-container .item .item-icon {
	width: 45px;
	height: 45px;
	border-radius: 3px;
	display: inline-block;
}
.search-selected-items-container .item .item-icon img {
	width: 45px;
	height: 45px;
	border-radius: 50%;
}
.search-selected-items-container .item .name {
	display: inline-block;
	padding-left: 13px;
	width: calc(100% - 65px);
}

.selected-items-container {
	width: 100%;
	overflow: hidden;
}
.selected-items-container .item {
	width: 100%;
	height: 45px;
	border-radius: 3px!important;
	
	margin-right: 6px;
	cursor: move;
	
	display: table;
	
}
.selected-items-container .item .item-icon {
	width: 45px;
	height: 45px;
	display: table-cell;
}
.selected-items-container .item .item-icon img {
	width: 100%;
	height: 100%;
	border-radius: 4%;
}
.selected-items-container .item .name {
	width: calc(100% - 45px);
	border-radius: 4%;
	padding-left: 13px;
	display: table-cell;
	vertical-align: middle;
	
}
.search-selected-items-container {
	position: absolute;
	height: 240px;
	overflow-x: hidden;
	overflow-y: auto;
}
.selected-items-container .item {
	position: relative;
	margin: 6px;
}
.selected-items-container .item .btn-item-delete {
	position: absolute;
	top: 0px;
	right: 13px;
	background: #ccc;
	width: 13px;
	height: 13px;
	z-index: 100;
	padding: 0px;
	margin: 0px;
	border-radius: 0px;
}
.selected-items-container .item .btn-item-delete .tm-times:before {
	position: absolute;
	font-size: 13px;
	top: -3px;
	right: -1px;
	
}
.user-block {
	overflow: hidden;
    /*
	border: 1px solid #000;
	*/
    
    margin: 10px 0;
    
}
.user-item {
    margin: 5px 0;
}
.delete-button {
    margin-left: 10px;
    color: red;
    cursor: pointer;
}
.pagination-controls {
    margin-top: 20px;
}