.res-menu{
	display: none;
}
.res-tab{
	display: block;
}
.mobile-header{
	display: none;
	width: 100%;
	height: 50px;
	position: fixed;
	z-index: 1006;
	padding: 10px;
	background-color: #fff;
	border-bottom: 1px solid #f2f2f2;
}
.m-header-left{
	position: relative;
	float: left;
	height: 100%;
	width: 80%;
}
.m-header-right{
	position: relative;
	float: left;
	height: 100%;
	width: 20%;
	text-align: right;
	padding-right:10px;
}
.m-header-left a span {
    color: #3b3b3b !important;
    font-family: 'Roboto', 'Sans-Serif', 'Helvetica';
    font-size: 25px;
}
.m-header-left a{
	font-family: 'Roboto', 'Sans-Serif', 'Helvetica';
    font-size: 25px;
}
.mobile-nav{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color:#fff;
    top: 51px;
    display: none;
    position: fixed;
    z-index: 1006;
    padding-top: 5%;
    padding-left: 20px;
    padding-right: 20px;
    overflow: scroll;
}
.mobile-nav a{
	color:#4d4d4d!important;
	padding: 15px;
}
.link-wpr {
    width: 100%;
    text-align: left;
    height: auto;
}
.link-wpr a{
    width: 100%;
    display: block;
    padding: 15px 15px;
    box-sizing: border-box;
    text-align: left;
    text-decoration: none;
    font-size: 13px !important;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    margin-bottom: 5px;
}
.non-link-wpr {
    width: 100%;
    text-align: center;
    height: auto;
}
.non-link-wpr a{
    width: 100%;
    display: block;
    padding: 15px 15px;
    box-sizing: border-box;
    text-align: center;
    background:#04732b;
    text-decoration: none;
    font-size: 13px !important;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    margin-bottom: 5px;
}
.mobile-margin{
	display: none;
	height: 70px;
	position: relative;
	width: 100%;
}
.dashboard-parent{
	height: auto;
	width: 100%;
	position: relative;
	/*border-top:solid 2px #f2f2f2;*/
	/*background-color: #fbfbfd;*/
}
.profile-parent{
	width: 100%;
	/*background-color: #f7f7f7;*/
	position: relative;
	padding:15px;
	/*border-left:solid 2px #f2f2f2;*/

}
.profile-container{
	width: 100%;
	position: relative;
	height: auto;
	padding:20px;
	background-color: #fff;
	border:solid 2px #f2f2f2;
	border-radius:10px;
	margin-bottom: 15px;
}
.profile-detail{
	position: relative;
	width: 100%;
	height: 70px;
}
.photo-container{
	position: relative;
	height: 100%;
	width: 70px;
	float: left;
	border-radius: 70px;
	overflow:hidden;
}
.photo-container img{
	text-align: center;
	width: 100%;
}
.name-container{
	position: relative;
	height: auto;
	width: auto;
	float: left;
	padding: 5px;
	margin-left:10px;
}
.name-container p{
	color:#999999;
	margin:0;
}
.manage-button{
	width: 100%!important;
	border-radius:5px!important;
	margin-top:25px;
	background: #fff!important;
	border:solid 3px #057ad8;
	color:#057ad8;
}
.manage-button:hover{
	color: darkblue!important;
}
.quicklink-box{
	width: 100%;
	position: relative;
	height: 76vh;
	background-color: #fff;
	border:solid 2px #f2f2f2;
	border-radius:10px;
}
.link-header{
	position: relative;
	width: 100%;
	padding:10px;
	text-align: center;
	border-bottom: solid 2px #f2f2f2;
	color: #999999;
}
.link-content{
	width: 100%;
	position: relative;
	height: auto;
	padding:20px;
}
.link-content ul{
	list-style: none;
}
.link-content a{
	color:#222;
}
.link-counter{
	float: right;
	font-family: 'Roboto';
	font-weight: bold;
	
}
.link-content li{
	padding: 10px;
	border-bottom: 1px solid #e0e0e073;
}
.newsfeed-container{
	width: 100%;
	height: 100%;
	position: relative;
	/*background-color: #fbfbfd;*/
}
.newsfeed-wrapper{
	width: 100%;
	height: auto;
	position: relative;
	padding: 20px;
	padding-top: 15px;
    padding-right: 0;
}
.newsfeed-box{
	width: 100%;
	position: relative;
	height: auto;
	background-color: #fff;
	border:solid 2px #f2f2f2;
	border-radius:10px;
}
.newsfeed-header{
	position: relative;
	width: 100%;
	padding:10px;
	text-align: left;
	border-bottom: solid 2px #f2f2f2;
	color: #999999;
}
.newsfeed-content{
	width: 100%;
	/*height: 100vh;*/
	position: relative;
	padding: 15px;
	background-color: #fff;
	/*overflow-y: scroll;*/
}
.newsfeed-post{
	width: 100%;
	height: auto;
	position: relative;
	background-color: #fbfbfd;
	border-radius:15px;
	padding:20px;
}
.poster{
	height: 70px;
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}
.post-pic{
	width: 70px;
	height: 100%;
	position: relative;
	float: left;
	background-color: #000;
	border-radius: 70px;
	overflow: hidden;
	text-align: center;
	display: flex;
}
.post-pic img{
	width: 100%;
}
.post-name{
	width: auto;
	height: 100%;
	padding: 10px;
	float: left;
}
.post-name p{
	color: #4d4d4d;
	margin:0;
}
.post-content{
	position: relative;
	width: 100%;
	height: auto;
	padding-left:20px;
}
.side-menu-profile{
	width: 100%;
	height: auto;
	padding:10px;
	text-align: center;
	border-bottom: 1px solid #e0e0e073;
	border-top:1px solid #e0e0e0;
}
.side-menu-profile .side-menu-pic{
	width: 70px;
	height: 70px;
	margin:0 auto;
	text-align: center;
	overflow: hidden;
	border-radius: 70px;
	margin-bottom: 15px;
}
.side-menu-pic img{
	width: 100%;
	height: auto;
}
.side-menu-profile p{
	margin:0;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #2199e8;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1d82c3;
}

.assistant {
	position: fixed;
	width: 80px;
	height: 80px;
	right: 2%;
	bottom: 2%;
	z-index: 9999;
	background-color: #1d9bd7;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 1px 1px 10px 0 #333;
	padding: .5em;
}
.assistant img{
	width: 100%;
	height: auto;
	/*box-shadow: 4px 4px 13px 0px #000;*/
	/*border-radius: 80px;*/
}
.project-d-container{
	width: 100%;
	position: relative;
	height: 100vh;
	padding:30px;
}
.content-box{
	position: relative;
	width: 100%;
	height: auto;
	border:solid 2px #f2f2f2;
	border-radius: 10px;
	margin-bottom: 20px;
}
.content-box .content-box-header{
	width: 100%;
	height: auto;
	padding: 5px;
	text-align: center;
	border-bottom:solid 2px #f2f2f2;
	color:#999999;
}
.content-box .content-box-content{
	width: 100%;
	height: auto;
	padding: 10px;		
}
.project-listing{
	list-style: none;
}
.project-listing li{
	padding:5px;
	font-size: 14px;
}
.content-box-content img{
	width: 70%;
	text-align: center;
}
.content-box-content p{
	margin:0;
	color:#222;
}
.circular-graph{
	width: 100%;
	height: auto;
	padding: 10px;
	text-align: center;
}
.line-graph{
	width: 100%;
	height:  auto;
	text-align: center;
}
.near{
	color:#ff0000;
}
.project-listing span{
	float: right;
}
@media only screen and (min-width:320px) and (max-width:1024px){
	#main-side-menu-container{
		/*margin-left: -222px!important;*/
		display: none;
	}
	#content-container{
		width: 100%!important;
	}
	.subheader{
		display: none;
	}
	.top-bar{
		display: none;
	}
	.mobile-header{
		display: block;
	}
	.mobile-margin{
		display: block;
	}
	.newsfeed-post{
		padding: 0;
	}
	.res-menu{
		display: block;
	}
	.res-tab{
		display: none;
	}
}