body {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #393939;
	line-height: 18px;
	margin: 0;
	/*background: url(../images/texture.png) top left repeat;
	background-size: 110px 69px;*/
	/*background: rgba(var(--first_rgb), 0.1);*/
	background: rgba(138, 153, 159, 0.2);
}

	

	.header_body {
		position: relative;
		width: 980px;
		height: 160px;
	
		margin: 0 auto;
		text-align: center;
	
		background: #FFFFFF;
	}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		.header_body { width: 320px; height: 122px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		.header_body { width: 480px; height: 122px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		.header_body { width: 768px; height: 112px; }
	}
	
	#logo {
		position: absolute;
		top: 25px;
		left: calc(50% - 160px);
		width: 320px;
		height: auto;
	}
	@media screen and (min-width : 320px) and (max-width : 479px) {
		#logo { width: 214px; left: calc(50% - 107px); top: 35px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		#logo { left: calc(50% - 115px); width: 230px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		#logo { top: 20px; left: calc(50% - 115px); width: 230px; }
	}
	
	.header_name {
		position: absolute;
		top: 120px;
		width: 980px;
		text-align: center;
	}
	
	.header_role {
		float: left;
		padding-top: 61px;
		padding-left: 40px;
		text-transform: capitalize;
	}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		.header_role { padding-top: 10px; padding-left: 10px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		.header_role { padding-top: 10px; padding-left: 10px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		.header_role { padding-top: 47px; padding-left: 20px; }
	}
	
		.header_role .fa {
			margin-left: 5px;
		}
	
	.logout {
		float: right;
		padding-top: 61px;
		padding-right: 40px;
	}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		.logout { padding-top: 10px; padding-right: 10px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		.logout { padding-top: 10px; padding-right: 10px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		.logout { padding-top: 47px; padding-right: 20px; }
	}
	
		.logout .fa {
			margin-right: 5px;
		}
		
	.pg_title {
		font-size: 18px;
		font-weight: 500;
		color: var(--first_color);
	}
	
	
	/* btts */
	.btt_main_solid {
		background: var(--first_color);
		color: #FFFFFF;
		border: 1px solid var(--first_color);
		padding: 5px 0;
		font-weight: 300;
		text-transform: capitalize;
		cursor: pointer;
	}
	
	.btt_main_solid:hover {
		text-decoration: underline;
	}
	
	.btt_main_outline {
		background: #FFFFFF;
		color: var(--first_color);
		border: 1px solid var(--first_color);
		padding: 5px 0;
		font-weight: 300;
		text-transform: capitalize;
		cursor: pointer;
	}
	
	.btt_main_outline:hover {
		text-decoration: underline;
	}

strong {
	font-weight: 500;
}

.link {
	color: var(--first_color);
	text-decoration: none;
}

.link:hover {
	text-decoration: underline;
}

.c1 {
	color: var(--first_color);
}

.c2 {
	color: var(--second_color);
}

.c3 {
	color: var(--third_color);
}

.c4 {
	color: var(--fourth_color);
}

.c5 {
	color: var(--fifth_color);
}

.txteditor {
	color: rgba(var(--first_rgb), 0.4);
	height: 500px;
}