body {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #393939;
	line-height: 18px;
	margin: 0;
	background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url(../images/texture_new.png);
	background-attachment: fixed;
	/*background-size: 110px 69px;*/
}

	

	.header_body {
		position: relative;
		width: 1240px;
		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; }
	}
	@media screen and (min-width: 993px) and (max-width: 1259px) {
		.header_body { width: 993px; }
	}
	
	
	#logo {
		position: absolute;
		top: 15px;
		left: calc(50% - 190px);
		width: 380px;
		height: auto;
	}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		#logo { width: 244px; left: calc(50% - 122px); top: 33px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		#logo { left: calc(50% - 145px); width: 290px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		#logo { top: 6px; left: calc(50% - 145px); width: 290px; }
	}
	
	.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(--orange);
}

.txteditor {
	color: var(--first_color);
	height: 500px;
}