
.dx-box-decorated {
	height: auto;
	background-color: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, .05)
}

.dx-box-decorated2 {
	min-height: 100vh;
	background-color: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, .05)
}
.dx-box-decorated_fixed{
	height: 100vh;
	background-color: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, .05)
}
.sidebar_link{
	background-color: #f5f5f5;
	padding: 1.5vh 2% 1.5vh 5%;
	font-size: 19px;
	font-weight: 600;
	margin-top: -10px;
	border-radius: 5px;
}
.sidebar_active{
	background: #2b72e6;
	color: #fff;
}
.sidebar_link:hover{
	background: #2b72e6;
	color: #fff;
}
.moderator_title{
	margin-left: 16%;
	padding-top: 32px;
}
.moderator_title span:nth-child(1){
	color: #2b72e6;
	padding-right: 2%;
	border-right: 1px solid #222;
}
.moderator_title span:nth-child(2){
	padding-left: 1%;
}
.action_btn span:nth-child(1){
	
    padding:4px 17px; 
    border-radius: 5px;
    float:left;
    font-size: 15px;
    cursor: pointer;
}
.action_btn span:nth-child(2){
	
    padding:4px 13px;
    border-radius: 5px; 
    float:left;  
    margin-top: 5px;
    cursor: pointer;
}
.dashboard_container{
	float: left;
	width: 100%;
	height: 100vh;
	background: #fff;
}
.dashboard_box{
	width: 31.3%;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 13vh;
	margin-right: 1%;
	background: #444;
	border-radius: 5px;
	box-shadow: 2px 4px 4px #ccc;
	margin-top: 1vh;
	margin-left: 1%;
}
.dashboard_box span:nth-child(1){
  margin-top: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 23px;
}
.dashboard_box span:nth-child(2){
  margin-top: 2vh;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

.dashboard_chart_title{
	float: left;
	width: 100%;
	margin-top: 16vh;
	padding-left: 6%;
}

.dashboard_chart{
	float: left;
	width: 90%;
	height: 60vh;
	overflow-y: hidden;
	margin-top: 1vh;
	margin: 3vh 2% 0px 5%;
}

.dashboard_chart table{
	overflow-y: hidden;
}
.header_active a{
	color: #2b72e6!important;
}


.dx-comment-cont{
	float: left;
	width: 100%;
	display: inline-block;

}



.comment_wrapper{
   float: left;
   width: 100%;
   padding: 7vh 5% 7vh 10%; 
   border-bottom: 5px solid #f9f9f9;
}
.comment_image_container{
   float: left;
   width: 12%;
}
.comment_image_container img{
	width: 60%;
	height: 8vh;
	object-fit: cover;
	-o-object-fit: cover;
	border-radius: 5px;  
}
.comment_content_wrapper{
   float: left;
   width: 88%;
}
.comment_content_1{
   float: left;
   width: 100%;
   margin-bottom: 3vh;
}
.comment_content_1 a:nth-child(1){
	font-weight: 600;
	color: #525252;
	font-size: 20px;
}
.comment_content_1 a:nth-child(2){
	padding: 3px 9px;
	border-radius: 50px;
	color: #fff;
	margin-left: 3%;
}
.comment_content_1 a:nth-child(3){
	padding: 3px 15px;
	border-radius: 50px;
	color: #fff;
	margin-left: 3%;
}
.comment_content_2{
   float: left;
   width: 100%;
}
.comment_content_3{
   float: left;
   width: 100%;
   margin-top: 2vh;
}
.comment_content_3 span:nth-child(3){
 margin-right: 3%;
 margin-top: 0vh;
}

.comment_content_3 span:nth-child(2){
 margin-right: 10%;
 cursor: pointer;
 font-size: 28px;
 margin-top: -.7vh
}
.comment_content_3 span:nth-child(2) i{
	float: right;
}
.comment_content_4{
   float: left;
   width: 100%;
}
.reply_action {
	float: left;
	width: 100%;
	margin-top: 4vh
}
.reply_action span{
	padding:5px 12px;
	background: #f9f9f9;
}
.reply_action span:nth-child(2){
   float: left; 
   margin-right: 1%;
   margin-top: -1vh;
   color: green;
   font-size: 14px;
}

.reply_action span:nth-child(1){
  float: left; 
  margin-right: 1%; 
  margin-top: -1vh;
  color: tomato;
  font-size: 16px;

}
.dx-comment-date{
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: stretch;
}

.likedcolor{
  color: tomato; 

}

.unliked {
  color: #ccc;
}
.profilepiclist img{
	width: 60px;
	height: 60px;
	object-fit: cover;
	margin-top: -1vh;
}
.discussiontopic{
	margin-left: -18%;
}
  #calendar-container {
    position: relative;
    float: left;
    width: 80%;
    height: 80vh;
    margin-left: 10%;
  }

  .fc-header-toolbar {
    /*
    the calendar will be butting up against the edges,
    but let's scoot in the header's buttons
    */
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }
#eventdetails{
	margin-left: 20%;
	float: left;
	background-color: red;
}








@media screen and (max-width: 814px){
.dx-navbar {
	min-height: 7vh !important;
}
.dx-nav-logo img{
  width: 20% !important;
}

.dx-box-decorated {
	height: auto;
}
.moderator_title{
	margin-left: 5%;
	padding-top: 20px;
}

.dashboard_box{
	width: 100%;
	height: 20vh;

}
.dashboard_box span:nth-child(1){
  font-size: 21px;
}
.dashboard_box span:nth-child(2){

  font-size: 14px;
}
.dashboard_box span:nth-child(3){

  font-size: 12px;
}

.dashboard_chart_title{
  display: none;
}

.dashboard_chart{
	float: left;
	width: 90%;
	height: 60vh;
	overflow-y: hidden;
	margin-top: 1vh;
	margin: 3vh 2% 1vh 5%;
	position: relative;
	display: none;
}


.dx-box-decorated2 {
	min-height: auto;
}
.dx-box-decorated_fixed{
	height: auto;
}





.comment_wrapper{
   float: left;
   width: 100%;
   padding: 7vh 5% 7vh 5%; 
   border-bottom: 5px solid #f9f9f9;
}
.comment_image_container{
   float: left;
   width: 12%;
}
.comment_image_container img{
	width: 100%;
	height: 6vh;
	object-fit: cover;
	-o-object-fit: cover;
	border-radius: 5px;  
}
.comment_content_wrapper{
   float: left;
   width: 78%;
   margin-left: 4%;
}
.comment_content_1{
   float: left;
   width: 100%;
   margin-bottom: 3vh;
}
.comment_content_1 a:nth-child(1){
	font-weight: 600;
	color: #525252;
	font-size: 15px;
}
.comment_content_1 a:nth-child(2){
	padding: 3px 9px;
	border-radius: 50px;
	color: #fff;
	margin-left: 3%;
	font-size: 13px;
}

.comment_content_1 a:nth-child(3){
	padding: 3px 9px;
	border-radius: 50px;
	color: #fff;
	margin-right: 10%;
	font-size: 13px;
	float: right;
	margin-top: 1vh;
}
.comment_content_2{
   float: left;
   width: 100%;
}
.comment_content_3{
   float: left;
   width: 100%;
   margin-top: 2vh;
}
.comment_content_3 span:nth-child(3){
 margin-right: 3%;
 margin-top: .0vh;
 font-size: 12px;
}

.comment_content_3 span:nth-child(2){
 margin-right: 10%;
 cursor: pointer;
 font-size: 19px;
 padding: none;

}
.comment_content_3 span:nth-child(1){
  font-size: 11px;
}
.comment_content_4{
   float: left;
   width: 100%;
}
.reply_action {
	float: left;
	width: 100%;
	margin-top: 4vh
}
.reply_action span{
	padding: 4px 8px;
	background: #f9f9f9;
}
.reply_action span:nth-child(1){
   float: left; 
   margin-right: 4%;
   margin-top: -1vh;
   color: green;
   font-size: 12px;
}

.reply_action span:nth-child(2){
  float: left; 
  margin-right: 1%; 
  margin-top: -1vh;
  color: tomato;
  font-size: 13px;

}
.dx-comment-date{
	font-size: 12px;
}
.discussiontopic{
	margin-left: -7%;
}

  #calendar-container {
    position: relative;
    float: left;
    width: 96%;
    height: 80vh;
    margin-left: 2%;
  }

  .fc-header-toolbar {
    /*
    the calendar will be butting up against the edges,
    but let's scoot in the header's buttons
    */
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

}
