*
{
	outline: none;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border-radius: 0px;
}

div.settings_menu
{
	background: #dfdfdf;
	padding: 2px;
	z-index: 1;
}

	div.settings_menu.absolute
	{
		position: absolute;
	}

	div.settings_menu.left
	{
		top: 0px;
		left: 0px;
	}

	div.settings_menu.right
	{
		top: 0px;
		right: 0px;
	}
	
	div.settings_menu.invisible
	{
		display: none;
	}
	
	div.settings_menu.transparent
	{
		background: none;
	}
	
		.hover-btn
		{
			font-size: 18px;
			display: inline-block;
			cursor: pointer;
		}

			i.custom-ctrl
			{
				display: inline-block;
				font-size: 14px;
				background: rgba(255, 255, 255, 0.8);
				border-radius: 24px;
				margin: 2px;
				padding: 5px;
				cursor: pointer;
			}
			
			i.custom-ctrl.red
			{
				color: #c0392b;
			}
			
			i.custom-ctrl.green
			{
				color: #27ae60;
			}
			
			i.custom-ctrl.grey
			{
				color: #777;
			}
			
			i.custom-ctrl.blue
			{
				color: #2980b9;
			}
			
			i.custom-ctrl.amethyst
			{
				color: #9b59b6;
			}
			
			i.custom-ctrl.carrot
			{
				color: #e67e22;
			}
			
			i.custom-ctrl.wet-asphalt
			{
				color: #34495e;
			}
			
			div.button_small:after
			{
				display: inline-block;
				font: normal normal normal 24px/1 "Material Design Icons";
				font-size: inherit;
				text-rendering: auto;
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale;
			}

			div.button_small.add:after
			{
				content: '\F0419';
			}
			
			div.button_small.rec:after
			{
				content: '\F08D5';
			}
			
			div.button_small.del:after
			{
				content: '\F015A';
			}

			div.button_small.import:after
			{
				content: "\F0048";
			}
			
			div.button_small.export:after
			{
				content: "\F0060";
			}

			div.button_small.conf:after
			{
				content: "\F0493";
			}
			
			div.button_small.invise:after
			{
				content: "\F06D0";
			}

			div.button_small.mail:after
			{
				content: "\F02AB";
			}

			div.button_small.print:after
			{
				content: "\F042A";
			}


div#message_box
{
	background: #fff;
	position: fixed;
	left: 50%;
	top: 100px;
	margin-left: -150px;
	box-shadow: 0px 0px 50px;
	font-size: 15px;
	z-index: 100;
	width: 300px;
	box-sizing: border-box;
	min-height: 80px;
	display: none;
}

div#message_box.accept,
div#message_box.error
{
	padding-left: 80px;
	background: #c22028;
}

	div#message_box:before
	{
		font-family: 'Material Design Icons';
		position: absolute;
		left: 0px;
		height: 100%;
		font-size: 60px;
		line-height: 60px;
		color: #fff;
		padding: 10px;
		box-sizing: border-box;
		background: #c22028;
	}

	div#message_box.accept:before
	{
		content: '\F064E';
	}
	
	div#message_box.error:before
	{
		content: '\F0B50';
	}
	
	div#message_box span
	{
		display: table-cell;
		vertical-align: middle;
		padding: 20px;
		background: #fff;
	}
	
		div.message-product-block
		{
			float: left;
			width: 100%;
			font-size: 14px;
		}
		
			div.product-message
			{
				text-transform: uppercase;
				text-align: center;
				margin-bottom: 10px;
				padding-bottom: 10px;
				border-bottom: 1px solid #000;
			}
			
			div.product-img
			{
				background-position: center;
				background-repeat: no-repeat;
				background-size: cover;
				float: left;
				width: 45px;
				height: 45px;
			}
			
			div.product-name
			{
				margin-left: 55px;
				font-weight: 600;
				margin-bottom: 5px;
			}
			
			div.product-text
			{
				margin-left: 55px;
			}	
	
.scrollbar-mini
{
	scrollbar-gutter: stable;
}

.scrollbar-mini::-webkit-scrollbar
{
	width: 4px;
	background: #e0e0e0;
}

.scrollbar-mini::-webkit-scrollbar-thumb
{
	background: #c2c2c2;
	border-radius: 8px;
}
	
table
{
	font-size: 14px;
}

table.form_info
{
	width: 100%;
}

	table.form_info td
	{
		width: 50%;
		vertical-align: top;
	}
	
		div.form-line
		{
			display: table;
			float: left;
			width: 100%;
			border-collapse: collapse;
		}
		
			div.form-cell
			{
				display: table-cell;
				vertical-align: middle;
				padding-right: 2px;
			}
			
			div.form-cell.quarter
			{
				width: 25%;
			}
			
			div.form-cell.thirty
			{
				width: 30%;
			}
			
			div.form-cell:last-child
			{
				padding: 0px;
			}
			
			div.form-cell.control
			{
				width: 34px;
				vertical-align: bottom;
			}
			
				i.form-btn
				{
					font-size: 20px;
					padding: 7px;
					background: #ddd;
					cursor: pointer;
					float: left;
					transition: 0.2s;
					-o-transition: 0.2s;
					-webkit-transition: 0.2s;
				}
				
				i.form-btn:hover
				{
					background: #ccc;
				}
				
				i.form-btn:active
				{
					background: #ddd;
				}
	
table.data-table
{
	width: 100%;
	border-spacing: 0px;
}

	table.data-table td
	{
		max-width: 300px;
		line-height: 22px;
		padding: 5px;
		vertical-align: middle;
		text-align: left;
		border-bottom: 1px solid #eee;
	}
	
	table.data-table td.text-right
	{
		text-align: right;
	}
	
	table.data-table tr:last-child td
	{
		border: none;
	}
	
	table.data-table tr.data-table-head td
	{
		position: sticky;
		top: 100px;
		font-weight: 600;
		border-bottom: 1px solid #ccc;
		white-space: nowrap;
		background: #fff;
	}
	
	div.modal table.data-table tr.data-table-head td
	{
		top: 0px;
	}
	
	table.data-table tr.data-table-footer td
	{
		font-weight: 600;
	}

	td.data-table-id
	{
		width: 50px;
	}
	
	td.data-table-img
	{
		width: 40px;
	}
	
	td.data-table-icon
	{
		width: 22px;
	}
	
		.table-img
		{
			float: left;
			width: 40px;
			height: 40px;
			border: 1px solid #eee;
			box-sizing: border-box;
			border-radius: 40px;
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
		}
		
	td.data-table-control
	{
		width: 22px;
	}
	
		i.ctrl-btn
		{
			font-size: 22px;
			display: inherit;
			cursor: pointer;
		}
		
		i.ctrl-btn.red
		{
			color: #c0392b;
		}
		
		i.ctrl-btn.green
		{
			color: #27ae60;
		}
	
	div.tabs-list
	{
		float: left;
		width: 100%;
		border-bottom: 1px solid #eee;
	}
	
		div.tabs-list .ui-tabs-nav
		{
			float: left;
			border: none;
		}
		
		i.tabs-ctrl
		{
			float: left;
			font-size: 20px;
			margin: 7px 0px 5px;
			cursor: pointer;
		}
		
		span.tab-label
		{
			float: left;
			line-height: 16px;
		}
		
	div.tabs-content
	{
		float: left;
		width: 100%;
	}

	div.table-overflow
	{
		float: left;
		width: 100%;
		overflow: hidden;
		overflow-x: auto;
	}
	
	input
	{
		border: 1px solid #ddd;
		background: #fafafa;
		padding: 0px 5px;
		width: 100%;
		height: 34px;
		font-size: 14px;
		transition: 0.2s;
		-o-transition: 0.2s;
		-webkit-transition: 0.2s;
	}
	
	div.input-file-wrap
	{
		position: relative;
	}
	
	span.load-progress
	{
		position: absolute;
		height: 1px;
		background: #c22028;
		left: 0px;
		top: -1px;
		width: 0%;
		transition: 0.2s;
		-o-transition: 0.2s;
		-webkit-transition: 0.2s;
	}
	
	input[type=file]
	{
		padding: 0px;
	}
	
	input[type=file]::-webkit-file-upload-button
	{
		line-height: 28px;
		background: none;
		border: none;
		outline: none;
	}
	
	
	div.radio-wrap
	{
		float: left;
		width: 100%;
		margin: 5px 0px;
	}
	
	label.field-label
	{
		display: block;
		line-height: 24px;
		font-size: 14px;
		font-weight: 600;
	}
	
		label.field-label span
		{
			font-weight: 400;
		}
		
		label.field-label span.bold
		{
			font-weight: 800;
		}
		
		label.field-label span.red
		{
			color: #f00;
		}
		
		label.field-label span.green
		{
			color: #27ae60;
		}
	
	label.radio-field
	{
		float: left;
		line-height: 24px;
		margin-right: 10px;
	}
	
		label.radio-field input
		{
			display: none;
		}
		
		label.radio-field i
		{
			float: left;
			font-size: 20px;
			margin: 2px 0px;
		}
		
		label.radio-field span.radio-title
		{
			float: left;
			margin-left: 5px;
		}
		
	div.check-wrap
	{
		float: left;
		width: 100%;
	}
	
		label.check-field
		{
			float: left;
			line-height: 24px;
		}
		
			label.check-field input
			{
				display: none;
			}
			
			label.check-field i
			{
				float: left;
				font-size: 20px;
				margin: 2px 0px;
			}
			
			label.check-field i.form-btn
			{
				margin: 0px;
			}
			
			label.check-field i.disabled
			{
				opacity: 0.4;
			}
			
			label.check-field span.check-title
			{
				float: left;
				margin-left: 5px;
			}
	
	label.image-label
	{
		display: table;
	}
	
		div.label-cell
		{
			display: table-cell;
			vertical-align: middle;
		}
	
			label.image-label input
			{
				margin-right: 5px;
			}
			
			label.image-label span.label-cell-img
			{
				width: 30px;
				height: 30px;
				float: left;
				display: block;
				margin-right: 5px;
				background-position: center;
				background-repeat: no-repeat;
				background-size: contain;
			}
			

		input[type=radio]
		{
			width: 14px;
			height: 14px;
			float: left;
			margin: 0px 5px 0px 0px;
		}
	
	select
	{
		border: 1px solid #ddd;
		background: #fafafa;
		width: 100%;
		height: 34px;
		font-size: 14px;
		padding: 0px 5px;
		transition: 0.2s;
		-o-transition: 0.2s;
		-webkit-transition: 0.2s;
	}
	
	textarea
	{
		border: 1px solid #ddd;
		background: #fafafa;
		width: 100%;
		height: 200px;
		font-size: 14px;
		padding: 10px;
		resize: none;
		transition: 0.2s;
		-o-transition: 0.2s;
		-webkit-transition: 0.2s;
	}
	
	div.star-line
	{
		display: flex;
		justify-content: space-evenly;
		width: 100%;
		margin: 10px auto;
	}
	
		i.star-item
		{
			font-size: 30px;
			color: #aaa;
			cursor: pointer;
			transition: 0.2s;
			-o-transition: 0.2s;
			-webkit-transition: 0.2s;
		}
		
		i.star-item.hover
		{
			color: #f7ca18;
		}
		
		i.star-item.active
		{
			color: #f7ca18;
		}
	
	input.error,
	select.error,
	textarea.error
	{
		border: 1px solid #f26d4f;
		background: #f1c9c0;
	}
	
	input[type="hidden"][data-type="mark"].error ~ div.star-line i.star-item
	{
		color: #f26d4f;
	}
	
	input[type="hidden"][data-type="mark"].error ~ div.star-line i.star-item.hover
	{
		color: #f7ca18;
	}
	
	input[type="hidden"][data-type="mark"].error ~ div.star-line i.star-item.active
	{
		color: #f7ca18;
	}
	
	.field-toggle
	{
		display: none;
	}
	
	.field-toggle.active
	{
		display: block;
	}
	
	div.field-separator
	{
		float: left;
		width: 100%;
		margin: 5px 0px;
	}
	
	div.field-line
	{
		display: table;
		width: 100%;
	}
	
		div.field-cell
		{
			display: table-cell;
			vertical-align: bottom;
			padding-right: 2px;
		}
		
		div.field-cell.half
		{
			width: 50%;
		}
		
		div.field-cell:last-child
		{
			padding: 0px;
		}

	div.control-list
	{
		float: right;
		display: table;
	}

		div.control-cell
		{
			display: table-cell;
			vertical-align: middle;
			border-right: 1px solid #fff;
		}
		
		div.control-cell:last-child
		{
			border: none;
		}
		
		div.control-cell.group
		{
			padding-left: 10px;
			border: none;
		}


	form.filter-header
	{
		position: relative;
		float: left;
		width: 100%;
		display: table;
		margin-bottom: 10px;
	}

		div.filter-cell
		{
			border-left: 1px solid transparent;
			display: table-cell;
			vertical-align: top;
		}
		
		div.filter-cell:first-child
		{
			border: none;
		}
		
		div.filter-cell.ctrl
		{
			width: 34px;
		}
		
			.page-ctrl-btn
			{
				position: relative;
				font-size: 16px;
				padding: 8px;
				border-right: 1px solid #fff;
				display: inherit;
				cursor: pointer;
				background: #c22028;
				color: #fff;
				transition: 0.2s;
				-o-transition: 0.2s;
				-webkit-transition: 0.2s;
			}
			
			.page-ctrl-btn:last-child
			{
				border: none;
			}
			
			.page-ctrl-btn:hover
			{
				background: #a91920;
			}
			
			.page-ctrl-btn:active
			{
				background: #c22028;
			}
			
			span.label-red
			{
				color: #c0392b;
				border: 1px solid #c0392b;
				border-radius: 3px;
				padding: 0px 10px;
			}
		
			div.filter-cell input
			{
				height: 40px;
			}
			
			div.filter-cell select
			{
				height: 40px;
			}
		
ul.dropdown-menu.form
{
	width: 100%;
	max-height: 250px;
	overflow-y: auto;
}

	ul.dropdown-menu.form li
	{
		float: left;
		width: 100%;
		border-bottom: 1px solid #eee;
	}
	
	ul.dropdown-menu.form li:hover
	{
		background: #f5f5f5;
	}
	
	ul.dropdown-menu.form li:last-child
	{
		border: none;
	}
	
		div.drop-list-wrap
		{
			display: table;
			float: left;
			width: 100%;
			border-collapse: collapse;
		}
		
			div.drop-list-cell
			{
				display: table-cell;
				vertical-align: middle;
			}
			
			div.drop-list-cell.control
			{
				width: 20px;
				padding: 0px 10px;
			}
			
				i.list-btn
				{
					font-size: 20px;
					display: inherit;
					cursor: pointer;
				}
	
		label.dropdown-item-label
		{
			display: table;
			width: 100%;
		}
		
			div.dropdown-cell
			{
				display: table-cell;
				vertical-align: top;
				word-break: break-word;
				padding: 10px;
			}
			
			div.dropdown-cell.checkbox-icon
			{
				width: 20px;
				padding: 10px 0px 10px 10px;
			}
			
				input.dropdown-item
				{
					display: none;
				}
				
				div.dropdown-cell i
				{
					font-size: 20px;
					float: left;
				}
				
				span.dropdown-title
				{
					float: left;
					font-size: 14px;
					line-height: 20px;
				}
				
			div.dropdown-cell.img
			{
				width: 30px;
				padding: 5px 0px 5px 10px;
			}
			
				span.dropdown-img
				{
					display: block;
					width: 30px;
					height: 30px;
					border: 1px solid #c22028;
					border-radius: 30px;
					box-sizing: border-box;
					background-position: center;
					background-repeat: no-repeat;
					background-size: cover;
				}		
		
	div.color-wrap
	{
		position: relative;
		display: flex;
		float: left;
		width: 100%;
	}
	
		div.color-wrap i
		{
			margin-left: 2px;
		}
		
		
div.clear
{
	clear: both;
}

tr.ui-sortable-helper
{
	display: table;
}

span.modal-icon
{
	float: left;
    font-size: 20px;
    margin-right: 5px;
    color: #000;
}

iframe.print-frame
{
	width: 100%;
	height: 700px;
	border: none;
}

@-webkit-keyframes zoom
{
    0%
	{
		transform: scale(1);
	}
	
    50%
	{
		transform: scale(1.2);
	}
	
	100%
	{
		transform: scale(1);
	}
}

@-webkit-keyframes rotation
{
    from
	{
		-webkit-transform: rotate(0deg);
	}
	
    to 
	{
		-webkit-transform: rotate(359deg);
	}
}