﻿@charset "utf-8";

/*---------------------------------------------------------------------------------------------------/ General Styles /----------*/
body {
	background-color: #e7e8e9;
	font: normal 15px/1.6 Tahoma,Yekan,Helvetica,Arial,sans-serif;
	font-size: 9pt;
}

.box {
	background-color: white;
	padding: 10px 15px 10px 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-bottom: 10px;
}

	.box .btn {
		font-family: Yekan;
		font-size: 13px;
	}



.box_content p {
	margin-bottom: 8px;
}

.low-padding {
	padding: 5px;
}

.btn-fontello {
	font-family: fontello !important;
}

.login-container {
	font-family: Yekan;
	position: absolute;
	width: 95%;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
}



	.login-container .css-checkbox {
		margin-top: 7px;
	}

		.login-container .css-checkbox label:not(.lbl-checkbox) {
			top: 0;
		}

@media (min-width : 768px) {
	.login-container {
		width: 450px;
	}
}

.login-container .txt-captcha {
	width: 70px;
	text-align: center !important;
	display: inline-block;
	font-family: 'Yekan';
	font-size: 13px !important;
	height: 30px;
}

.login-container .img-captcha {
	height: 30px;
	width: 70px;
	vertical-align: middle;
}

.login-container hr {
	margin: 10px 0 10px 0;
}

.quick-access-box {
}

	.quick-access-box a {
		padding: 7px;
	}

.txt-quick-access {
	display: inline-block;
	width: 90px;
	border-radius: 0;
	height: 26px;
	font-size: 12px;
}

.pnlGoto {
	display: inline-block;
}

	.pnlGoto .btn {
		font-size: 13px;
		padding: 2px 12px;
		border-radius: 0;
		margin-left: 20px;
		height: 26px;
	}
/***************************** Data Entry *****************************/
.TopGrid {
	background-color: #ccc;
	margin: auto;
	padding: 5px 10px;
}

	.TopGrid div {
		/*display:inline;*/
	}

	.TopGrid input[type=text]:not(.txtDatePicker) {
		height: 25px;
		/*margin-top:3px;
	margin-bottom:3px;*/
		width: 100%;
		max-width: 130px;
	}

	.TopGrid select {
		height: 25px;
		width: 130px;
		/*margin-top:3px;
		margin-bottom:3px;*/
	}

	.TopGrid input[type=submit], .TopGrid .btn {
		font-family: Yekan;
		font-size: 13px;
		padding: 2px 12px;
		/*margin-top:3px;
	margin-bottom:3px;*/
	}



	.TopGrid .btnNextPrev {
		padding: 0 !important;
		font-size: 11px !important;
	}


	.TopGrid .row {
		margin-bottom: 3px;
	}

		.TopGrid .row.single {
			margin-bottom: 0;
		}

	.TopGrid .input_group label {
		width: 50px;
	}

.TopGrid-Cart h6 {
	font-family: Tahoma;
	margin-bottom: 5px;
}

.TopGrid-Cart input[type=text], .TopGrid-Cart select {
	width: 100%;
	max-width: initial !important;
}

.chk-box-list tr {
	width: 25%;
	float: right;
	margin-bottom: 5px;
}

.tblAdsPos {
	border: 1px solid #ddd;
	height: 150px;
	padding: 5px;
	overflow-y: auto;
	overflow-x: hidden;
	border-radius: 4px;
}

	.tblAdsPos tr {
		font-family: Tahoma !important;
		font-size: 9pt;
		width: 260px;
		float: right;
		margin-bottom: 3px;
	}

	.tblAdsPos input[type=checkbox] {
		vertical-align: sub;
	}

.box_content.DataEntry .row, .box_content.DataEntry .row .row {
	margin-bottom: 10px;
}

	.box_content.DataEntry .row.single {
		margin-bottom: 0;
	}

.box_content.DataEntry input[type='text'], .box_content.DataEntry input[type='password'], .box_content.DataEntry textarea {
	width: 100%;
	font-size: 10pt;
}

.box_content.DataEntry select, #divTopGrid select {
	display: inline;
	padding: 4px;
	font-size: 10pt;
}


.box_content.DataEntry input[type=text].small, .input_Group .small {
	width: 15%;
	max-width: 50px;
	font-size: 100%;
}

.box_content.DataEntry input[type=text].xsmall, #divTopGrid input[type=text].xsmall, .input_Group .xsmall {
	width: 35%;
	max-width: 100px;
	font-size: 100%;
}

.box_content.DataEntry label, .box_content.DataEntry th, .box_content.DataEntry input[type=submit], #divTopGrid input[type=submit], #divTopGrid a[data-toggle=modal], .box_content.DataEntry input[type=button], .input_group input[type=submit] {
	font-family: Yekan;
	font-size: 12px;
}

.box_content.DataEntry .btn-lg {
	font-size: 16px !important;
}

.DataEntry .form-group {
	margin-bottom: 2px;
}

	.DataEntry .form-group input[type=text], .DataEntry .form-group select {
		/*font-size:9pt;
	height:30px;*/
	}

	.DataEntry .form-group textarea {
		min-height: 50px;
		max-height: 150px;
	}

.textarea-big {
	min-height: initial !important;
	max-height: initial !important;
}

.DataEntry input[type=checkbox] {
	margin-left: 4px;
}

.DataEntry .nav-tabs a {
	font-family: Yekan,Tahoma;
	font-size: 12px;
	outline: none;
	font-weight: normal;
}

.DataEntry .tab-pane {
	padding-top: 15px;
	min-height: 400px;
}

.image-upload-container {
	padding: 10px;
	height: 170px;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-bottom: 5px;
}

.uploader-box {
	float: right;
}

	.uploader-box input[type=file] {
		display: block;
	}

.image-box {
	float: left;
	border: 1px solid #eee;
	background-color: #f5f5f5;
	height: 150px;
	width: 150px;
	text-align: center;
	overflow: hidden;
	position: relative;
}

	.image-box img {
		height: 100%;
		cursor: pointer;
		object-fit: cover;
	}

	.image-box .btn {
		width: 100%;
		position: absolute;
		right: 0;
		bottom: 0;
		opacity: 0.8;
		filter: alpha(opacity=80);
	}

		.image-box .btn:hover {
			opacity: 1;
			filter: alpha(opacity=100);
		}

.nav-tabs a {
	outline: none !important;
}

.birth-date-box {
	text-align: center;
	padding: 0px 0px;
	border: none;
}

	.birth-date-box .form-control {
		width: 33%;
		display: inline-block;
		float: right;
		padding: 3px 12px;
		height: 32px;
		margin-left: 1px;
	}
/***************************** End Of Data Entry *****************************/
.text-en {
	font-family: Tahoma;
}

.text-small {
	width: 75px;
}

.modal-body {
	max-height: 550px;
	overflow-y: auto;
	overflow-x: hidden;
}


/*---------------------------------------------------------------------------------------------------/ Main Header /------*/
#main_navigation {
	box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	border: none;
}

	#main_navigation i {
		vertical-align: middle;
		margin-left: 3px;
	}

	#main_navigation .admin-menu a {
		background-color: #9e00a2;
		color: #fff;
		padding: 10px 20px;
	}

.navbar-nav {
	width: initial;
}

	.navbar-nav > li > a {
		color: white;
	}

.navbar {
	background-color: white;
	margin-bottom: 0;
	min-height: initial;
	border: none;
	border-bottom: 1px solid rgba(104, 104, 104, 0.25);
	border-top: 0;
	border-radius: 0;
}

#main_navigation .navbar-default {
	border: none;
	background-color: #f1f2f3;
}

.navbar .navbar-nav > li > a {
	padding: 13px 10px;
	position: relative;
}

.navbar .navbar-brand {
	padding: 9px 15px;
	height: initial;
	line-height: initial;
	font-size: 12px;
	color: white;
	width: 180px;
	margin: 10px;
}
/*-----------------------------------------------------------/ Main Navigation /------*/
.navbar-default .navbar-brand {
	background-color: #808080;
	width: initial;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > span {
	padding: 10px 15px;
	display: inline-block;
	color: #555;
	outline: none;
}

.navbar-default .navbar-nav > li > .logout {
	color: #d00;
}

	.navbar-default .navbar-nav > li > .logout:hover {
		color: #f00;
	}

.navbar-default .navbar-brand {
	padding: 12px 15px;
	background-color: #333;
	margin: 5px;
}

	/*@-moz-document url-prefix() {
	.navbar-default .navbar-brand {
		padding: 11px 15px;
	}
}*/

	.navbar-default .navbar-brand:hover {
		background-color: #222;
		color: white;
	}

.navigation_categories a {
	font-family: Yekan;
	font-size: 13px !important;
	color: #000;
	/*text-shadow:1px 1px 5px #000;*/
}
/*----------------------------------------------------------/ Categories /----------*/
.Alarms {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 1px;
	width: 16px;
	height: 14px;
	line-height: 14px;
	border-radius: 0;
	text-align: center;
	background: red;
	color: white;
	font-weight: bold;
	float: left;
	font-family: Tahoma;
	font-size: 10px;
	box-shadow: 0px 1px 3px rgba(0,0,0,.8);
}

.navbar-brand-title {
	text-align: right;
	color: #000 !important;
	text-shadow: 0px 0px 0px #000;
}

	.navbar-brand-title i {
		height: 20px;
		vertical-align: middle;
		margin-left: 10px;
		font-size: 18px;
	}

	.navbar-brand-title img {
		height: 28px;
		vertical-align: middle;
		margin-left: 5px;
	}

.navigation_categories .navbar-nav a {
	font-family: Yekan;
	font-size: 13px !important;
	color: #000 !important;
	/*text-shadow:1px 1px 5px #000;*/
}
/*

#FFD1EB , #FF6EC0 --> PINK
#ebc6ff , #DF54E3 --> PURPLE
#b1d6ff , #61ACFF --> BLUE
#68edff , #00E1FF --> AQUA
#00FFBF , #00DEA6 --> MINT
#c4ff85 , #6ED500 --> GRASS
#ffe6a6 , #FFCF00 --> ORANGE
*/

/********************** color_pink *************************/
/*#region color_pink*/
.color_pink.navbar {
	background-color: #FFD1EB;
}

.color_pink .navbar-brand-title {
	background-color: #FFBCE2;
}

.color_pink .nav > li > a:hover,
.color_pink .nav > li > a:focus,
.color_pink .nav .open > a,
.color_pink .nav .open > a:hover,
.color_pink .nav .open > a:focus {
	background-color: #fff;
}

.categories.main_body .color_pink {
	background-color: #FF6EC0;
}

.color_pink.main_body .main_body_header {
	border-bottom: 5px solid #FF6EC0;
}

	.color_pink.main_body .main_body_header h1 i {
		color: #FF6EC0;
		margin-left: 5px;
	}

	.color_pink.main_body .main_body_header h4 {
		padding: 10px;
	}

		.color_pink.main_body .main_body_header h4 i {
			margin-left: 5px;
			font-size: 14px;
		}

.color_pink.main_body .inner_header {
	background-color: #FF6EC0;
}

.color_pink.main_body .grid_table tr th {
	background-color: #ddd;
}

.color_pink.main_body .grid_table tr:nth-child(2n) {
	background-color: #f2f2f2;
}

.color_pink.main_body .pagination > .active > a,
.color_pink.main_body .pagination > .active > span,
.color_pink.main_body .pagination > .active > a:hover,
.color_pink.main_body .pagination > .active > span:hover,
.color_pink.main_body .pagination > .active > a:focus,
.color_pink.main_body .pagination > .active > span:focus {
	background-color: #FF6EC0;
	border-color: #FF6EC0;
	color: white;
}
/*#endregion*/

/********************** color_purple *************************/
/*#region color_purple*/
.color_purple.navbar {
	background-color: #ebc6ff;
}

.color_purple .navbar-brand-title {
	background-color: #de9fff;
}

.color_purple .nav > li > a:hover,
.color_purple .nav > li > a:focus,
.color_purple .nav .open > a,
.color_purple .nav .open > a:hover,
.color_purple .nav .open > a:focus {
	background-color: #fff;
}

.categories.main_body .color_purple {
	background-color: #DF54E3;
}

.color_purple.main_body .main_body_header {
	border-bottom: 5px solid #DF54E3;
}

	.color_purple.main_body .main_body_header h1 i {
		color: #DF54E3;
		margin-left: 5px;
	}

.color_purple.main_body .inner_header {
	background-color: #DF54E3;
}

.color_purple.main_body .grid_table tr th {
	background-color: #ddd;
}

.color_purple.main_body .grid_table tr:nth-child(2n) {
	background-color: #f2f2f2;
}

.color_purple.main_body .pagination > .active > a,
.color_purple.main_body .pagination > .active > span,
.color_purple.main_body .pagination > .active > a:hover,
.color_purple.main_body .pagination > .active > span:hover,
.color_purple.main_body .pagination > .active > a:focus,
.color_purple.main_body .pagination > .active > span:focus {
	background-color: #DF54E3;
	border-color: #DF54E3;
	color: white;
}
/*#endregion*/

/********************** color_blue *************************/
/*#region color_blue*/
.color_blue.navbar {
	background-color: #b1d6ff;
}

.color_blue .navbar-brand-title {
	background-color: #9eccff;
}

.color_blue .nav > li > a:hover,
.color_blue .nav > li > a:focus,
.color_blue .nav .open > a,
.color_blue .nav .open > a:hover,
.color_blue .nav .open > a:focus {
	background-color: #fff;
}

.categories.main_body .color_blue {
	background-color: #61ACFF;
}

.color_blue.main_body .main_body_header {
	border-bottom: 5px solid #61ACFF;
}

	.color_blue.main_body .main_body_header h1 i {
		color: #61ACFF;
		margin-left: 5px;
	}

.color_blue.main_body .inner_header {
	background-color: #61ACFF;
}

.color_blue.main_body .grid_table tr th {
	background-color: #ddd;
}

.color_blue.main_body .grid_table tr:nth-child(2n) {
	background-color: #f2f2f2;
}

.color_blue.main_body .pagination > .active > a,
.color_blue.main_body .pagination > .active > span,
.color_blue.main_body .pagination > .active > a:hover,
.color_blue.main_body .pagination > .active > span:hover,
.color_blue.main_body .pagination > .active > a:focus,
.color_blue.main_body .pagination > .active > span:focus {
	background-color: #61ACFF;
	border-color: #61ACFF;
	color: white;
}
/*#endregion*/

/********************** color_aqua *************************/
/*#region color_aqua*/
.color_aqua.navbar {
	background-color: #68edff;
}

.color_aqua .navbar-brand-title {
	background-color: #26e5ff;
}

.color_aqua .nav > li > a:hover,
.color_aqua .nav > li > a:focus,
.color_aqua .nav .open > a,
.color_aqua .nav .open > a:hover,
.color_aqua .nav .open > a:focus {
	background-color: #fff;
}

.categories.main_body .color_aqua {
	background-color: #00E1FF;
}

.color_aqua.main_body .main_body_header {
	border-bottom: 5px solid #00E1FF;
}

	.color_aqua.main_body .main_body_header h1 i {
		color: #00E1FF;
		margin-left: 5px;
	}

.color_aqua.main_body .inner_header {
	background-color: #00E1FF;
}

.color_aqua.main_body .grid_table tr th {
	background-color: #ddd;
}

.color_aqua.main_body .grid_table tr:nth-child(2n) {
	background-color: #f2f2f2;
}

.color_aqua.main_body .pagination > .active > a,
.color_aqua.main_body .pagination > .active > span,
.color_aqua.main_body .pagination > .active > a:hover,
.color_aqua.main_body .pagination > .active > span:hover,
.color_aqua.main_body .pagination > .active > a:focus,
.color_aqua.main_body .pagination > .active > span:focus {
	background-color: #00E1FF;
	border-color: #00E1FF;
	color: white;
}
/*#endregion*/

/********************** color_mint *************************/
/*#region color_mint*/
.color_mint.navbar {
	background-color: #00FFBF;
}

.color_mint .navbar-brand-title {
	background-color: #00f2b5;
}

.color_mint .nav > li > a:hover,
.color_mint .nav > li > a:focus,
.color_mint .nav .open > a,
.color_mint .nav .open > a:hover,
.color_mint .nav .open > a:focus {
	background-color: #fff;
}

.categories.main_body .color_mint {
	background-color: #00DEA6;
}

.color_mint.main_body .main_body_header {
	border-bottom: 5px solid #00DEA6;
}

	.color_mint.main_body .main_body_header h1 i {
		color: #00DEA6;
		margin-left: 5px;
	}

.color_mint.main_body .inner_header {
	background-color: #00DEA6;
}

.color_mint.main_body .grid_table tr th {
	background-color: #ddd;
}

.color_mint.main_body .grid_table tr:nth-child(2n) {
	background-color: #f2f2f2;
}

.color_mint.main_body .pagination > .active > a,
.color_mint.main_body .pagination > .active > span,
.color_mint.main_body .pagination > .active > a:hover,
.color_mint.main_body .pagination > .active > span:hover,
.color_mint.main_body .pagination > .active > a:focus,
.color_mint.main_body .pagination > .active > span:focus {
	background-color: #00DEA6;
	border-color: #00DEA6;
	color: white;
}
/*#endregion*/

/********************** color_grass *************************/
/*#region color_grass*/
.color_grass.navbar {
	background-color: #c4ff85;
}

.color_grass .navbar-brand-title {
	background-color: #aff960;
}

.color_grass .nav > li > a:hover,
.color_grass .nav > li > a:focus,
.color_grass .nav .open > a,
.color_grass .nav .open > a:hover,
.color_grass .nav .open > a:focus {
	background-color: #fff;
}

.categories.main_body .color_grass {
	background-color: #6ED500;
}

.color_grass.main_body .main_body_header {
	border-bottom: 5px solid #6ED500;
}

	.color_grass.main_body .main_body_header h1 i {
		color: #6ED500;
		margin-left: 5px;
	}

.color_grass.main_body .inner_header {
	background-color: #6ED500;
}

.color_grass.main_body .grid_table tr th {
	background-color: #ddd;
}

.color_grass.main_body .grid_table tr:nth-child(2n) {
	background-color: #f2f2f2;
}

.color_grass.main_body .pagination > .active > a,
.color_grass.main_body .pagination > .active > span,
.color_grass.main_body .pagination > .active > a:hover,
.color_grass.main_body .pagination > .active > span:hover,
.color_grass.main_body .pagination > .active > a:focus,
.color_grass.main_body .pagination > .active > span:focus {
	background-color: #6ED500;
	border-color: #6ED500;
	color: white;
}
/*#endregion*/

/********************** color_orange *************************/
/*#region color_orange*/
.color_orange.navbar {
	background-color: #ffe6a6;
}

.color_orange .navbar-brand-title {
	background-color: #ffd979;
}

.color_orange .nav > li > a:hover,
.color_orange .nav > li > a:focus,
.color_orange .nav .open > a,
.color_orange .nav .open > a:hover,
.color_orange .nav .open > a:focus {
	background-color: #fff;
}

.categories.main_body .color_orange {
	background-color: #FFCF00;
}

.color_orange.main_body .main_body_header {
	border-bottom: 5px solid #FFCF00;
}

	.color_orange.main_body .main_body_header h1 i {
		color: #FFCF00;
		margin-left: 5px;
	}

.color_orange.main_body .inner_header {
	background-color: #FFCF00;
}

.color_orange.main_body .grid_table tr th {
	background-color: #ddd;
}

.color_orange.main_body .grid_table tr:nth-child(2n) {
	background-color: #f2f2f2;
}

.color_orange.main_body .pagination > .active > a,
.color_orange.main_body .pagination > .active > span,
.color_orange.main_body .pagination > .active > a:hover,
.color_orange.main_body .pagination > .active > span:hover,
.color_orange.main_body .pagination > .active > a:focus,
.color_orange.main_body .pagination > .active > span:focus {
	background-color: #FFCF00;
	border-color: #FFCF00;
	color: white;
}
/*#endregion*/


/*------------------------------------------------------------------------------------------/ Navigation Category /------*/
.navigation_categories {
	display: none;
	position: absolute;
	width: 100%;
	left: 0px;
	right: 0px;
	margin: auto;
	z-index: 99;
	box-shadow:0 3px 5px rgba(0, 0, 0, 0.4);
}

	.navigation_categories .navbar-toggle {
		background-color: rgba(0, 0, 0, 0.55);
		padding: 7px;
		margin-top: 10px;
	}

		.navigation_categories .navbar-toggle .icon-bar {
			background-color: rgba(255, 255, 255, 0.5);
			width: 16px;
		}

/*---------------------------------------------------------------------------------------------------/ Main Body /------*/

.main_body {
	margin-top: 10px;
	margin-bottom: 30px;
	border-radius: 4px;
}

/*--------------------------------------------------------------------/ Home page Main Category /------*/

.categories.main_body .each_row {
	min-height: 130px;
	padding: 15px;
	border: 3px solid white;
}

	.categories.main_body .each_row:not(:last-child) {
		border-bottom: 0;
	}

	.categories.main_body .each_row a {
		color: white;
	}

	.categories.main_body .each_row .title {
		height: 100%;
		border-bottom: 1px solid #fff;
		margin-bottom: 15px;
	}

		.categories.main_body .each_row .title h3 {
			height: 100%;
			text-align: center;
			line-height: 100px;
			text-shadow: 1px 1px 5px #000;
			color: #FFF;
		}

	.categories.main_body .each_row .links {
		height: 100%;
	}



		.categories.main_body .each_row .links ul li {
			display: block;
		}

			.categories.main_body .each_row .links ul li a {
				padding: 5px 10px;
				transition: 0.3s all ease-in-out;
				-webkit-transition: 0.3s all ease-in-out;
				-moz-transition: 0.3s all ease-in-out;
				-o-transition: 0.3s all ease-in-out;
				text-shadow: 0px 0px 3px #000;
			}

				.categories.main_body .each_row .links ul li a:hover {
					color: #333;
				}



			.categories.main_body .each_row .links ul li .icon {
				display: inline-block;
				width: 20px;
				height: 20px;
				vertical-align: middle;
				background: url(../Images/links_icons.png) no-repeat left top;
				background-size: 20px;
				/*border-radius:50%;*/
			}

			.categories.main_body .each_row .links ul li .icon_sysinfo {
				background-position: 0px 0px;
			}

			.categories.main_body .each_row .links ul li .icon_statistics {
				background-position: 0px -200px;
			}

			.categories.main_body .each_row .links ul li .icon_setting {
				background-position: 0px -160px;
			}

			.categories.main_body .each_row .links ul li .icon_usermng {
				background-position: 0px -240px;
			}

			.categories.main_body .each_row .links ul li .icon_sections {
				background-position: 0px -140px;
			}

			.categories.main_body .each_row .links ul li .icon_theme {
				background-position: 0px -220px;
			}

			.categories.main_body .each_row .links ul li .icon_ads {
				background-position: 0px -40px;
			}

			.categories.main_body .each_row .links ul li .icon_sendnews {
				background-position: 0px -60px;
			}

			.categories.main_body .each_row .links ul li .icon_reporter {
				background-position: 0px -20px;
			}

			.categories.main_body .each_row .links ul li .icon_editor {
				background-position: 0px -80px;
			}

			.categories.main_body .each_row .links ul li .icon_newsletter {
				background-position: 0px -100px;
			}

			.categories.main_body .each_row .links ul li .icon_callmng {
				background-position: 0px -120px;
			}

			.categories.main_body .each_row .links ul li .icon_comments {
				background-position: 0px -220px;
			}

			.categories.main_body .each_row .links ul li .icon_sms {
				background-position: 0px -180px;
			}

/*--------------------------------------------------------------------/ Eelemnt Style /------*/

.main_body .main_body_header {
	padding: 15px;
	margin: 10px auto;
	border-bottom: 1px solid #ddd;
	overflow: auto;
}

	.main_body .main_body_header h1 {
		font-size: 22px;
	}

		.main_body .main_body_header h1 i {
			font-size: 12px;
		}

.main_body .inner_header {
	padding: 15px;
	color: #fff;
	margin: -15px -15px 15px;
	background-color: #eee;
	border-radius: 4px 4px 0 0;
}

	.main_body .inner_header.small {
		padding: 5px;
		color: white;
		margin: -15px -15px 15px;
		/*background-color: #eee;*/
		border-radius: 4px 4px 0 0;
		overflow: auto;
	}

		.main_body .inner_header.small h4 {
			height: 32px;
			line-height: 32px;
		}

.main_body .input-group,
.main_body .dropdown,
.main_body .textarea,
.main_body .checkbox_container,
.main_body .radio_container {
	margin-bottom: 15px;
}

.radiolist li {
	display: inline-block;
	margin-left: 15px;
}

.alert [class^="fa-"], .alert [class*=" fa-"] {
	font-size: 16px;
}

/*----------------------------------------------------/ Grids /------*/
.grid_table {
	border: 1px solid #ddd;
}

	.grid_table td {
		vertical-align: middle !important;
	}

	.grid_table img {
		max-width: 50px;
		max-height: 50px;
		vertical-align: middle;
	}

	.grid_table input[type=image] {
		vertical-align: middle;
	}

	.grid_table tr {
		text-align: center;
	}

		.grid_table tr th a {
			color: #333;
		}

		.grid_table tr th {
			font-family: Yekan;
			font-size: 12px;
			text-align: center;
			font-weight: normal;
		}

			.grid_table tr th a:hover {
				text-decoration: underline;
			}

		.grid_table tr th {
			background-color: #ddd;
		}

		.grid_table tr:nth-child(2n) {
			background-color: #eee;
		}

		.grid_table tr:hover {
			background: url(../Images/cover.png) !important;
		}

.main_body .pagination > li > a {
	color: #333;
}
/*------------------------------------------*/

.storage_color_mint dt {
	width: 220px;
	line-height: 40px;
	font-weight: normal;
}

.storage_color_mint dd {
	line-height: 40px;
	color: #396500;
	border-bottom: 1px solid #DDD;
}

/*------------------------------------------------------------------------------ SideBar */
.main_body .sidebar {
	/*margin-bottom: 15px;*/
}

	.main_body .sidebar .box {
		border-radius: 0;
	}

		.main_body .sidebar .box:not(:last-child) {
			border-bottom: 0;
			margin-bottom: 0;
		}

		.main_body .sidebar .box:not(:first-child) {
			border-top: 0;
		}

		.main_body .sidebar .box:first-child {
			border-radius: 5px 5px 0 0;
		}

		.main_body .sidebar .box:last-child {
			border-radius: 0 0 4px 4px;
		}

	.main_body .sidebar .part .inner_header {
		padding: 5px 15px;
		border-radius: 0;
	}

	.main_body .sidebar .part .content table.discription {
		width: 100%;
	}

		.main_body .sidebar .part .content table.discription td {
			width: 50%;
		}

	.main_body .sidebar .part .inner_header {
		cursor: pointer;
	}

		.main_body .sidebar .part .inner_header .caret {
			float: left;
			margin-top: 6px;
			display: inline-block;
		}
/*------------------------------------------*/
/*--------------------------------------------------------------------------------- footer */
.shine_circle {
	width: 174px;
	height: 174px;
	display: block;
	position: absolute;
	top: 250px;
	border-radius: 50%;
	left: 50%;
	margin-left: -91px;
	margin-top: -84px;
	z-index: 3;
	overflow: hidden;
	cursor: pointer;
}


span.shine {
	content: '';
	position: absolute;
	height: 400px;
	width: 20px;
	background: rgba(255, 255, 255, 0.77);
	top: -70px;
	left: -40px;
	display: block;
	opacity: 0.8;
	-webkit-box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.3);
	box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.3);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	z-index: 2;
}

.shine {
	-webkit-animation: shine_over 4s infinite ease-in-out;
	-moz-animation: shine_over 4s infinite ease-in-out;
	-o-animation: shine_over 4s infinite ease-in-out;
	animation: shine_over 4s infinite ease-in-out;
}

.footer_logo_container {
	position: relative;
	margin-top: 50px;
}

	.footer_logo_container .copyright {
		position: relative;
		bottom: 0;
		margin: 0;
		padding: 0 15px;
	}

.footer_logo {
	margin: 0;
	position: absolute;
	display: block;
	left: 5%;
	top: 50%;
	margin-top: -60px;
}


	.footer_logo .shine_circle {
		width: 51px;
		height: 50px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -25px;
		margin-top: -25px;
		z-index: 3;
		overflow: hidden;
		cursor: pointer;
	}

	.footer_logo .shine {
		-webkit-animation: shine_over 10s infinite ease-in-out;
		-moz-animation: shine_over 10s infinite ease-in-out;
		-o-animation: shine_over 10s infinite ease-in-out;
		animation: shine_over 10s infinite ease-in-out;
		-webkit-animation-delay: 1s;
		-moz-animation-delay: 1s;
		-o-animation-delay: 1s;
		-ms-animation-delay: 1s;
		animation-delay: 1s;
	}

/*---------------------------------------------------------------------------------------------------/ Media Queries /--------*/
/*For small screen devices, like phones, held in portrait mode.*/
@media (min-width: 320px) {
}
/*For small screen devices, like phones, held in landscape mode.*/
@media (min-width: 480px) {
}
/* Smaller tablets, like the Amazon Kindle (600×800) and Barnes & Noble Nook (600×1024), held in portrait mode. */
@media (min-width: 600px) {
	.categories.main_body .each_row .links ul li {
		display: inline-block;
	}
}
/* Ten-inch tablets like the iPad (768×1024) held in portrait mode. */
@media (min-width: 768px) {
	.storage_color_mint dd {
		border-bottom: 0;
		margin-right: 250px;
	}

	.navbar .navbar-brand {
		margin: 0px;
		border-left: 1px solid rgba(104, 104, 104, 0.25);
	}

		.navbar .navbar-brand.Admin {
			display: initial;
			border-radius: 0;
		}
}
/* Tablets like the iPad (1024×768) held in landscape mode, as well as certain laptop, netbook, and desktop displays. */
@media (min-width:992px) {
	.modal-dialog-large {
		margin: 30px auto;
		width: 800px;
	}

	.uploadIframe {
		padding-top: 30px;
	}

	.main_body .main_body_header h1 {
		font-size: 32px;
	}

		.main_body .main_body_header h1 i {
			font-size: 14px;
		}

	.categories.main_body .each_row .title {
		border-left: 1px solid #fff;
		border-bottom: 0;
		margin-bottom: 0;
	}

	.categories.main_body .each_row .links ul {
		width: 50%;
	}

		.categories.main_body .each_row .links ul li {
			width: 49%;
			line-height: 40px;
		}

	.categories.main_body .each_row .links {
		padding-right: 60px;
	}

	.TopGrid .input_group label {
		width: 50px;
	}
}
/* For widescreen displays, primarily laptop and desktop browsers. */
@media (min-width: 1200px) {
}

.tblDataEntry .input_group {
	margin-bottom: 0;
}

.colinput_group10 .input_group {
	margin-bottom: 15px;
}

.tblDataEntry .input_group label {
	margin: 3px;
	min-width: 90px;
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
}

.tblDataEntry select {
	display: block;
	font-size: 9pt;
}

input[type=file] {
	display: inline;
}

.tblDataEntry input[type=text] {
	display: inline-block;
	/*width: 100%;*/
	height: 27px;
	padding: 6px 12px;
	font-size: 9pt;
	line-height: 1.42857143;
	color: #555;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #CCC;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	width: 100%;
}

	.tblDataEntry input[type=text].required {
		border-left: 3px solid red;
	}

	.tblDataEntry input[type=text].small, .input_Group .small {
		width: 15%;
		max-width: 50px;
		font-size: 100%;
	}

	.tblDataEntry input[type=text].xsmall, #divTopGrid input[type=text].xsmall, .input_Group .xsmall {
		width: 35%;
		max-width: 100px;
		font-size: 100%;
	}

.divFileUploader {
	margin-bottom: 15px;
	margin-right: 15px;
}

.hasYScroll {
	height: 150px;
	/*overflow-y:scroll;*/
	overflow: auto;
	border: 1px solid #ccc;
	padding: 10px;
}

/*.tblDataEntry tr {
        padding: 15px;
    }

        .tblDataEntry tr td {
            vertical-align: middle;
            padding: 10px 0;
        }*/
.tblDataEntry input[type=submit] {
	-webkit-appearance: button;
	border-radius: 0;
	/*color: #FFF;
	background-color: #5CB85C;
	border-color: #4CAE4C;*/
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 9pt;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0);
}
/*.tblDataEntry .inline_controls_container label
{display:block;
}
.tblDataEntry .inline_controls_container input[type="text"]
{
	width: 50%;
}*/

.tblDataEntry input_group label {
	display: inline-block;
}

.btnExcelOrg {
	display: none;
}

td {
	vertical-align: top;
}

/*.tblDataEntry td:nth-child(1)
{
	width:140PX;
}
.tblDataEntry td:nth-child(2)
{
	padding-left:15px !important;

}
.tblDataEntry td
{
	padding-bottom:5px;
	vertical-align:top !important;
}*/

.input_group * {
	/*font-family:Tahoma;
	font-size:11px;*/
}



h1, h2, h3, h4, h5, h6 {
	font-family: Yekan;
}

.PollResult {
	text-align: right;
}

.box.lowmargin {
	margin-bottom: 3px;
}

.list-box-fit {
	width: 100%;
	height: 150px !important;
}

.DataEntry.Role .row label {
	font-family: Tahoma;
	font-size: 9pt;
}

.line-height-1 {
	line-height: 100%;
}

.line-height-2 {
	line-height: 200%;
}

.line-height-3 {
	line-height: 300%;
}

.line-height-4 {
	line-height: 400%;
}

.line-height-5 {
	line-height: 500%;
}

.system-info {
	font-family: Yekan;
	font-size: 20px;
}
/*************************************************/
.GridPager {
	min-width: 135px;
	text-align: center;
	/*background: #bbb;*/
	height: 25px;
	max-width: 100%;
	width: 183px;
	float: right;
	/*border:1px solid #999;*/
}

@media (min-width:992px) {
	.GridPager {
		margin-top: 3px;
		float: left;
	}
}

@media (min-width:1373px) {
	.GridPager {
		margin-top: 0;
	}
}

.GridPager input[type=text] {
	width: 35px !important;
	height: 20px !important;
	text-align: center;
	margin-top: 2px !important;
}

.GridPager [id*="btnNextPage"] {
	float: left;
}

.GridPager [id*="btnPrevPage"] {
	float: right;
}

#divGridPageSize {
	float: left;
	padding: 5px;
}

#divTopGrid {
	width: 100%;
	overflow: auto;
	background-color: #ccc;
	padding: 5px;
}

	#divTopGrid label {
		/*color:white;*/
	}

	#divTopGrid div {
		display: inline;
	}
/***************************************************************************************************/
#divProductDetails {
	/*background: #333;*/
	width: 100%;
	margin: auto;
}

	#divProductDetails .product-tab {
		background: #EB65A0;
		border: 1px solid #fff;
		width: 16.66%;
		text-align: center;
		float: right;
		padding: 2px 0;
		min-width: 80px;
	}

		#divProductDetails .product-tab:hover {
			background: #93134D;
		}

			#divProductDetails .product-tab:hover a {
				color: #fff;
			}

		#divProductDetails .product-tab a {
			color: white;
			display: block;
			font-family: Yekan;
			font-size: 13px;
		}

	#divProductDetails div.selected {
		background: #93134D;
		color: #FFFFFF;
		position: relative;
		z-index: 2;
	}

		#divProductDetails div.selected a {
			color: #FFFFFF;
		}
/***************************************************************************************************/
#ulProductDetails li {
	background: #EB65A0;
}

#ulNewsDetails li {
	background: #9B539C;
}

#ulNewsDetails li, #ulProductDetails li {
	display: inline;
	padding: 3px 8px;
	border-radius: 3px 3px 0 0;
	border: 1px solid #ccc;
	margin: 0 5px 0 0;
}

	#ulNewsDetails li a, #ulProductDetails a {
		color: white;
	}

	#ulNewsDetails li h6, #ulProductDetails li h6 {
		display: inline;
	}

	#ulNewsDetails li.selected, #ulProductDetails li.selected {
		background: white;
		color: #333;
		border-bottom: 0px;
		position: relative;
		z-index: 2;
	}

		#ulNewsDetails li.selected a, #ulProductDetails li.selected a {
			color: #333;
		}

.PictureProperties {
	direction: ltr;
}

.PictureGalleryImage {
	max-height: 150px;
	max-width: 150px;
}

.btnExcel {
	background-image: url('../Images/Excel-icon.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 25px;
	height: 25px;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
}

.input_group textarea {
	min-height: 50px;
}

.modal-header {
	background-color: #58C9F3;
	color: #FFFFFF;
}

.btnInGrid {
	cursor: pointer;
}

#divContentEdit {
	/*padding:20px 12px;*/
	width: 100%;
	/*border:solid 1px #ccc;*/
	margin: 1px 0 0 0;
}



#divPreview {
	width: 100%;
	padding: 20px;
}

.spn-grid-share {
	padding: 5px 2px 1px 2px;
}

	.spn-grid-share img {
		width: 30px;
		height: 30px;
	}

	.spn-grid-share.vertical a {
		display: block;
	}

.drag_drop_grid td {
	cursor: move;
	width: 200px;
}

.drag_drop_grid .gridPager td {
	width: initial;
}

.pnlDetails {
	width: 100%;
}

	.pnlDetails th {
		color: #0b0;
		padding-top: 20px;
	}

	.pnlDetails tr:first-child th {
		padding-top: 0px;
	}

	.pnlDetails td {
		padding: 6px 5px;
		vertical-align: middle;
		background-color: #F3F3F3;
		margin: 2px;
		border: 2px solid #fff;
	}

		.pnlDetails td span {
			font-family: Yekan;
			font-size: 13px;
		}

.coupon-chk-list {
	height: 150px;
	border: 1px solid #ccc;
	overflow: auto;
	padding: 5px;
}

.price-excel {
	margin-bottom: 20px;
}

.grid-edit-price {
	width: 150px;
}

	.grid-edit-price input {
		display: inline;
		float: right;
		margin-left: 2px;
	}

		.grid-edit-price input[type=text] {
			width: 85px;
		}
/*=======================================================================================/ Footer Logo =================*/

.footer_logo_container {
	position: relative;
}

	.footer_logo_container .copyright {
		position: absolute;
		bottom: 20px;
		margin-top: 15px;
	}

		.footer_logo_container .copyright p {
			padding: 15px;
			border: 1px solid #ddd;
			width: 100%;
			background-color: #eee;
			padding-left: 120px;
		}

.footer_logo {
	width: 120px;
	height: 120px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	padding: 10px;
}

	.footer_logo .logo_main_circle {
		width: 46px;
		height: 46px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-top: -23px;
		margin-left: -23px;
		z-index: 1;
		border-radius: 50%;
	}

	.footer_logo .logo_outer_circle {
		width: 96px;
		height: 96px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-top: -48px;
		margin-left: -48px;
		z-index: 5;
	}

	.footer_logo .logo_middle_circle {
		width: 76px;
		height: 76px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-top: -38px;
		margin-left: -38px;
		z-index: 4;
	}

	.footer_logo .logo_inner_circle {
		width: 60px;
		height: 60px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-top: -30px;
		margin-left: -30px;
		z-index: 3;
	}

.spin.logo_outer_circle {
	-webkit-animation: spin 10s infinite ease-in-out;
	-moz-animation: spin 10s infinite ease-in-out;
	-o-animation: spin 10s infinite ease-in-out;
	animation: spin 10s infinite ease-in-out;
}

.spin.logo_middle_circle {
	-webkit-animation: spin 10s infinite ease-in-out reverse;
	-moz-animation: spin 10s infinite ease-in-out reverse;
	-o-animation: spin 10s infinite ease-in-out reverse;
	animation: spin 10s infinite ease-in-out reverse;
}

.spin.logo_inner_circle {
	-webkit-animation: spin 10s infinite ease-in-out;
	-moz-animation: spin 10s infinite ease-in-out;
	-o-animation: spin 10s infinite ease-in-out;
	animation: spin 10s infinite ease-in-out;
}

.footer_logo .shine_circle {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	margin-left: -15px;
	margin-top: -15px;
	z-index: 3;
	overflow: hidden;
	cursor: pointer;
}

span.shine {
	content: '';
	position: absolute;
	height: 400px;
	width: 10px;
	background: rgba(255, 255, 255, 0.77);
	top: -80px;
	left: -30px;
	display: block;
	opacity: 0.8;
	-webkit-box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.3);
	box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.3);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	z-index: 2;
}

.shine {
	-webkit-animation: shine_over 10s infinite ease-in-out;
	-moz-animation: shine_over 10s infinite ease-in-out;
	-o-animation: shine_over 10s infinite ease-in-out;
	animation: shine_over 10s infinite ease-in-out;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	-ms-animation-delay: 1s;
	animation-delay: 1s;
}


@-webkit-keyframes shine_over {
	0% {
		top: -80px;
		left: -50px;
	}

	70% {
		top: -80px;
		left: -50px;
	}

	100% {
		left: 170px;
		top: -300px;
	}
}

.product-statistics-box {
	background-color: #f5f5f5;
	padding: 0px 10px;
	margin-bottom: 15px;
	line-height: 2;
}

	.product-statistics-box input[type=radio] {
		vertical-align: sub;
		margin-left: 5px;
	}

.product-title-box {
	width: 49%;
	display: inline-block;
	font-family: Yekan;
	font-size: 15px;
}

.product-info-box {
	width: 49%;
	text-align: left;
	display: inline-block;
}

	.product-info-box .btn {
		width: 32%;
		margin: 0px 2px;
		text-align: right;
		display: inline-block;
		padding: 6px 8px;
	}

	.product-info-box span {
		width: 20px;
		height: 20px;
		text-align: center;
		line-height: 20px;
		padding: 0;
	}

	.product-info-box i {
		margin-left: 3px;
		font-size: 12px;
	}

.grid-summary-box, .grid-summary-box .btn-link {
	font-weight: bold !important;
	text-decoration: none;
	font-family: Yekan;
	padding: 0 !important;
	font-size: 13px;
}

	.grid-summary-box a:hover, .grid-summary-box .btn-link:hover {
		color: #000 !important;
	}

.add-product-grid-box {
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 4px;
	height: 200px;
	overflow: scroll;
	overflow-x: hidden;
}

	.add-product-grid-box .input-group {
		margin-bottom: 0;
	}

	.add-product-grid-box .btn {
		font-family: fontello !important;
		font-size: 14px !important;
	}

.chklist-container {
	border: 1px solid #ddd;
	border-radius: 4px;
	height: 150px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 5px;
}

.chklist {
	/*border: 1px solid #ddd;
	border-radius: 4px;
	height: 150px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 5px;*/
}

	.chklist td input[type=checkbox] {
		display: inline;
	}

	.chklist td label {
		display: inline;
	}

.color_aqua .news-detail-box hr {
	margin-top: 7px;
	margin-bottom: 7px;
	border-top: 1px solid transparent;
}

.color_blue .news-detail-box hr {
	margin-top: 7px;
	margin-bottom: 7px;
	border-top: 1px solid transparent;
}

.color_aqua .news-detail-box h5, .color_blue .news-detail-box h5 {
	font-size: 14px;
}

.color_aqua .news-detail-box a {
	color: #000;
}

.color_blue .news-detail-box a {
	color: #000;
}

.color_aqua .news-detail-box .news-info-title {
	color: #000;
}

.color_blue .news-detail-box .news-info-title {
	color: #000;
}

.color_blue .news-detail-box .news-info-value {
	color: #000;
	margin-right: 5px;
}

.color_aqua .news-detail-box .news-info-value {
	color: #000;
	margin-right: 5px;
}



.message-des-box {
	font-size: 14px;
	text-align: justify;
	line-height: 2;
	font-family: Yekan;
}

.txt-product-id {
	display: inline-block;
	width: 70px;
	direction: ltr;
	text-align: center;
	padding: 0;
	height: 23px;
}

.analysis-box {
	font-family: Yekan;
	font-size: 13px;
}

.analysis-box {
	font-family: Yekan;
	font-size: 14px;
}

	.analysis-box i {
		margin-left: 5px;
	}

	.analysis-box p {
		margin-bottom: 10px;
	}

.seo-help-box {
	overflow: auto;
	line-height: 3;
}

	.seo-help-box i {
		vertical-align: middle;
		margin-left: 5px;
	}



#topLevelHEader {
	top: 0px;
	width: 100%;
	position: fixed;
	z-index: 0000;
	background: #333 !important;
	color: white !important;
	margin: 0px auto;
	left: 0px;
	right: 0px;
	height: 20px;
	overflow: hidden;
	display: none;
	overflow: hidden;
}

.grid_tableCopy td, .grid_tableCopy th {
	padding: 0px !important;
	text-align: center;
	background: #333 !important;
	color: white !important;
}

.category-tree img {
	max-width: initial;
}

.category-tree .tree-node {
	color: #555;
	outline: none;
	display: inline-block;
	font-family: 'Yekan';
	font-size: 14px;
	margin-bottom: 5px;
}

	.category-tree .tree-node:hover {
		color: #000;
		position: relative;
	}

		.category-tree .tree-node:hover:before {
			content: "˗";
			font-family: fontello;
			color: #fff;
			position: absolute;
			left: -20px;
			top: 2px;
			background-color: #00aa38;
			font-size: 10px;
			width: 15px;
			height: 15px;
			line-height: 15px;
			text-align: center;
			border-radius: 3px;
			opacity: 0.2;
			filter: alpha(opacity=20);
		}

.selected-node, .selected-node:hover, .selected-node:focus, .selected-node:active {
	color: #008f2f !important;
	position: relative;
	text-decoration: none !important;
}

	.selected-node:before, .selected-node:hover:before {
		content: "˗";
		font-family: fontello;
		color: #fff;
		position: absolute;
		left: -20px;
		top: 2px;
		background-color: #00aa38 !important;
		font-size: 10px;
		width: 15px;
		height: 15px;
		line-height: 15px;
		text-align: center;
		border-radius: 3px;
		opacity: 1 !important;
		filter: alpha(opacity=100) !important;
	}

.product-selected-cat-box {
	font-size: 13px;
}

	.product-selected-cat-box i {
		vertical-align: middle;
		font-size: 16px;
		margin: 0 5px;
		color: #999;
	}
/************************ Product Tabs ****************************/
.product-tabs {
	margin-top: 15px;
	background-color: #f8f8f8;
}


	.product-tabs.nav-justified > li > a {
		padding: 15px;
		color: #999;
		text-align: center;
		border-bottom: 2px solid #f8f8f8;
		font-size: 14px;
	}

		.product-tabs.nav-justified > li > a:focus {
			background-color: #f8f8f8;
		}

	.product-tabs.nav-justified > li.active a, .product-tabs.nav-justified > li.active a:active, .product-tabs.nav-justified > li.active a:focus, .product-tabs.nav-justified > li.active a:hover {
		color: #FF6EC0;
		border-bottom: 2px solid #FF6EC0;
	}

	.product-tabs.nav-justified > li a:hover {
		color: #FF6EC0;
		border-bottom: 1px #FF6EC0 solid;
	}

	.product-tabs a i {
		vertical-align: middle;
		margin-left: 5px;
	}

	.product-tabs .btn-add {
		border-radius: 0;
		height: 53px;
		width: 100%;
		padding: 0;
		font-size: 16px !important;
		clear: both;
	}

.product-data-entry {
	position: relative;
}

.goto-edit-box {
	position: absolute;
	left: 0;
	top: -13px;
}

.btn-select-cat, .btn-select-cat:focus, .btn-select-cat:active, .btn-select-cat:visited {
	color: #0094ff;
	font-family: Yekan;
	outline: none;
	text-decoration: none;
	margin-bottom: 3px;
	display: inline-block;
	font-size: 13px;
	transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
}

	.btn-select-cat:hover {
		color: #0026ff;
		text-decoration: underline;
	}

.drp-rule-time {
	display: inline-block;
	width: 50px;
	margin-bottom: 7px;
}

.chk-rule-day {
	display: inline-block;
	margin-top: 6px;
}
/******************************* Carts *********************/
.cart-product-box {
	display: table;
	width: 100%;
}

.cart-product-img {
	outline: none;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 25%;
}

	.cart-product-img img {
		max-width: 70px;
		max-height: 70px;
	}

.cart-product-color {
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin-left: 5px;
	border-radius: 4px;
}

.cart-product-info {
	display: table-cell;
	font-family: Tahoma;
	vertical-align: middle;
	width: 75%;
	text-align: right;
}

	.cart-product-info p {
		font-size: 11px;
	}

		.cart-product-info p i {
			margin-left: 5px;
			color: #333;
			font-size: 7px;
			vertical-align: middle;
		}

	.cart-product-info a {
		color: #333;
		display: block;
		width: 100%;
	}


		.cart-product-info a:hover {
			color: #f00;
		}

	.cart-product-info h5 {
		margin-bottom: 15px;
		line-height: 1.5;
	}

.cart-gift-container:not(:empty) {
	margin-top: 15px;
}

.cart-gift-box {
	display: block;
}

	.cart-gift-box i {
		color: #ff0065;
		font-size: 16px;
		vertical-align: sub;
	}

	.cart-gift-box img {
		height: 24px;
		vertical-align: middle;
		margin-right: 5px;
	}

.cart-gift-title {
	display: inline-block;
	margin-right: 5px;
	font-size: 11px;
	color: #555;
	font-family: Tahoma;
}

.cart-gift-box:hover .cart-gift-title {
	color: #000;
}


.cart-cost,.cart-coupon-cost,.cart-discount-cost,.cart-shipping-cost{
	padding:7px 10px;
	text-align:center;
	margin-bottom:10px;
	float:right;
	width:24%;
	margin-left:11.5px;
}
.cart-cost{
	background-color:#e7e8e9;
	color:#333;
}
.cart-coupon-cost{
	background-color:#b7ffff;
	color:#0026ff;
}
.cart-discount-cost{
	background-color:#ffd2e5;
	color:#ff006e;
}
.cart-shipping-cost{
	background-color:#fff09d;
	color:#ff6a00;
	margin-left:0;
}
.cart-final-cost {
	padding: 10px;
	text-align: left;
	margin-bottom: 10px;
	background-color: #90ff9f;
	color: #079d1b;
	float:right;
	width:100%;
}