/**


	* @author:		Design Point (dpoint.cz) & Web7 (web7.cz)
	* @contact:		info@dpoint.cz
	* @created:		2013-10-10 14:08
	* @file:		Industrial theme
	* @copyright:	(c) 2012 Design Point & Web7


	//////////////////////////////////////////////////////////////////////////////////
	////////////////////////////////	INDUSTRIAL THEME							*/


	/**
	 * Extend Segoe UI font-family.
	**/
	@font-face {
	    font-family: "Segoe UI";
	    font-weight: 200;
	    src: local("Segoe UI Light");
	}

	@font-face {
	    font-family: "Segoe UI";
	    font-weight: 300;
	    src: local("Segoe UI Semilight");
	}

	@font-face {
	    font-family: "Segoe UI";
	    font-weight: 400;
	    src: local("Segoe UI");
	}

	@font-face {
	    font-family: "Segoe UI";
	    font-weight: 600;
	    src: local("Segoe UI Semibold");
	}

	@font-face {
	    font-family: "Segoe UI";
	    font-weight: 700;
	    src: local("Segoe UI Bold");
	}

	@font-face {
	    font-family: "Segoe UI";
	    font-style: italic;
	    font-weight: 400;
	    src: local("Segoe UI Italic");
	}

	@font-face {
	    font-family: "Segoe UI";
	    font-style: italic;
	    font-weight: 700;
	    src: local("Segoe UI Bold Italic");
	}


	/**
	 * Global control.
	*/
	* {
		font-family: "Segoe UI", Tahoma, sans-serif;
	}


	/**
	 * Page control.
	*/
	html, body {
		color: #333;
		margin: 0px;
		height: 100%;
		padding: 0px;
		font-size: 10pt;
		background: #fff;
		text-align: left;
	}


	/**
	 * Layout
	*/
	.ui-layout {
		width: 100%;
		min-width: 960px;
		position: absolute;
		top: 0px; left: 0px;
		bottom: 0px; right: 0px;
		border-collapse: collapse;

		height: auto !important; /* real browsers */
		height: 100%; /* IE6: treaded as min-height*/
		min-height:100%; /* real browsers */
	}


	/**
	 * Elements
	*/
	h1, h2, h3, h4, h5, h6 {
		padding: 0px;
		font-weight: 100;
		text-transform: lowercase;
	}

	/* Each heading */
	h1 { font-size: 21pt; margin: 0px; }
	h2 { font-size: 18pt; font-weight: 300; }
	h3 { font-size: 15pt; border-bottom: 2px solid #73b4d2; padding: 5px; margin-top: 0px; }
	h4 {  }
	h5 {  }
	h6 {  }


	a, a:link, a:visited {
		color: #78b428;
		cursor: pointer;
	}

	a:hover, a:active, a:focus {
		color: #648c14;
		text-decoration: none;
	}


	hr { height: 1px; background: #999; border: none; }

	strong, b { font-weight: 900; }
	em, i { font-style: italic; }

	img {
		border: none;
		vertical-align: middle;
	}

	code, pre {
		display: block;
		text-align: left;
		font-size: 11pt;
		font-family: Consolas, Courier, "Courier New", monospace;
	}

	p { margin: 0.7em 0px; }

	canvas, img {
		image-rendering: optimizeQuality;
		image-rendering: -moz-crisp-edges;
		image-rendering: -webkit-optimize-contrast;
		image-rendering: optimize-contrast;
		-ms-interpolation-mode: nearest-neighbor;
	}


	/**
	 * Text selection color.
	**/
	*::selection { color: #fff; background: #78b428; }
	*::-moz-selection { color: #fff; background: #78b428; }


	/*////////////////////////////////////////////////////////////////////////////////
	////////////////////////////////	INPUT STYLES								*/


	label {
		text-align: left;
		position: relative;
		display: block;
		padding-bottom: 12px;
	}

	label span:first-child { display: block; text-transform: uppercase; }
	label span {
		line-height: 24px;
	}

	label em,
	label strong {
		font-size: 8pt;
		text-transform: none;
	}

	label input, label select, label textarea, label button, label a.ui-button { margin: 2px 0px; }


	/**
	 * Global inputs.
	*/
	input,
	select,
	button,
	textarea,
	*.ui-button,
	a.ui-button {
		color: #000;
		width: 240px;
		padding: 6px 10px;
		font-weight: 100;
		outline: none;
		margin: 2px 0px;
		vertical-align: middle;
		display: inline-block;
		border: 1px solid #ddd;
		background: #ddd;

		transition: all 0.25s ease-in-out;
		transition-property: background, border, color, margin, padding, font !important;
	}



	input.ui-float-left,
	input.ui-float-right { margin: 2px; }


	input[type="image"] { padding: 5px; width: auto; }
	input[type="file"] { padding: 4px 10px; }

	input[required="required"]:invalid { border-color: #e51400; }
	input[required="required"]:valid { border-color: #60a917; }

	input:hover,
	select:hover,
	textarea:hover {
		border-color: #eee;
		background: #eee;
	}

	input:focus,
	select:focus,
	textarea:focus {
		border-color: #999;
		background: #eee;
	}

	textarea {
		min-width: 240px;
		min-height: 54px;
		max-width: 400px;
		overflow-y: auto;
		word-wrap: break-word;
	}


	/**
	 * Buttons
	*/
	input[type=button],
	input[type=reset],
	input[type=submit],
	*.ui-button,
	a.ui-button,
	button {
		color: #fff;
		width: auto;
		padding: 7px 25px;
		font-weight: 500;
		text-align: center;
		cursor: pointer;
		display: inline-block;
		text-decoration: none;
		text-transform: lowercase;
		vertical-align: middle;
		background: #999;
		border: none;
	}


	/* Submit button */
	button.ui-submit,
	*.ui-button.ui-submit,
	a.ui-button.ui-submit,
	input[type=submit] { background: #78b428; }


	/**
	 * Button styles
	*/
	input[type=button].ux-create,
	input[type=reset].ux-create,
	input[type=submit].ux-create,
	*.ui-button.ux-create,
	a.ui-button.ux-create,
	button.ux-create { background: #60a917; }

	input[type=button].ux-delete,
	input[type=reset].ux-delete,
	input[type=submit].ux-delete,
	*.ui-button.ux-delete,
	a.ui-button.ux-delete,
	button.ux-delete { background: #e51400; }

	input[type=button].ux-function,
	input[type=reset].ux-function,
	input[type=submit].ux-function,
	*.ui-button.ux-function,
	a.ui-button.ux-function,
	button.ux-function { background: #1ba1e2; }

	input[type=button].ux-disabled,
	input[type=button].ux-disabled:hover,
	input[type=reset].ux-disabled,
	input[type=reset].ux-disabled:hover,
	input[type=submit].ux-disabled,
	input[type=submit].ux-disabled:hover,
	*.ui-button.ux-disabled,
	*.ui-button.ux-disabled:hover,
	a.ui-button.ux-disabled,
	a.ui-button.ux-disabled:hover,
	button.ux-disabled,
	button.ux-disabled:hover {
		cursor: default;
		opacity: .5;
		background: #999;
	}


	/**
	 * Button states
	*/
	input[type=button]:hover,
	input[type=reset]:hover,
	input[type=submit]:hover,
	*.ui-button:hover,
	a.ui-button:hover,
	button:hover { background: #666; }


	/* Buttons focus */
	input[type=button]:focus,
	input[type=reset]:focus,
	input[type=submit]:focus,
	*.ui-button:focus,
	a.ui-button:focus,
	button:focus {
		background: #333;
	}


	/**
	 * Radio and Checkbox
	*/
	input[type="checkbox"],
	input[type="radio"] {
		margin: 0px;
		padding: 0px;
		width: auto;
		height: auto;
		min-width: 0px;
		min-height: 0px;
	}

	input[type="radio"] { border-radius: 50%; }

	label.ux-radio span { padding: 6px 3px; }
	label.ux-radio {
		margin-right: 6px !important;
		display: inline-block;
	}


	/**
	 * Select input control.
	**/
	select { width: 262px; padding: 5px 10px; }
	select.ux-aware { width: auto; }
	select[multiple="multiple"] {
		height: 300px;
	}


	select optgroup[disabled="disabled"] option,
	select option[disabled="disabled"] {
		color: #900;
		font-style: italic;
	}


	select::-ms-value {
		margin: 0px;
		padding: 2px;
		padding-right: 8px;
		padding-bottom: 1px;
	}

	select::-ms-expand {
		border: 0px;
		padding-left: 6px;
		padding-right: 6px;
		color: #fff;
		background-color: transparent;
	}


	/*////////////////////////////////////////////////////////////////////////////////
	////////////////////////////////	GLOBBAL STYLES								*/


	/* Font align styles */
	.ui-float-left { float: left; }
	.ui-float-right { float: right; }
	.ui-float-none { float: none; }


	/* Font align styles */
	.ui-font-left { text-align: left !important; }
	.ui-font-right { text-align: right !important; }
	.ui-font-center { text-align: center !important; }

	/* Font styles */
	.ui-font-italic { font-style: italic; }
	.ui-font-underline { text-decoration: underline; }
	.ui-font-strike { text-decoration: line-through; }

	/* Font weights */
	.ui-font-100 { font-weight: 100; }
	.ui-font-200 { font-weight: 200; }
	.ui-font-300 { font-weight: 300; }
	.ui-font-400 { font-weight: 400; }
	.ui-font-500 { font-weight: 500; }
	.ui-font-600 { font-weight: 600; }
	.ui-font-700 { font-weight: 700; }
	.ui-font-800 { font-weight: 800; }
	.ui-font-900 { font-weight: 900; }

	/* Font colors */
	.ui-font-red { color: #e51400; }
	.ui-font-green { color: #60a917; }
	.ui-font-blue { color: #1ba1e2; }


	.ui-clear { clear: both; }
	.ui-link { width: 280px; display: block; line-height: 24px; }


	.ui-x-separator {  padding: 0px 15px; }
	.ui-y-separator {  padding: 15px 0px; }

	.ui-ellipsis {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}


	/**
	 * Navigation
	**/
	.ui-navigation {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}


	/**
	 * Horizontal navigation
	**/
	.ui-navigation.horizontal {
		margin: 20px 0px;
	}

	.ui-navigation.horizontal li:first-child { padding-left: 0px; }
	.ui-navigation.horizontal li {
		float: left;
		padding: 0px 10px;
	}

	.ui-navigation.horizontal li a {
		display: block;
	}


	/**
	 * Table view
	**/
	.ui-table {
		width: 100%;
		clear: both;
		border-collapse: collapse;
	}

	.ui-table tfoot { bottom: 0px; border-top: 3px solid #ccc; }
	.ui-table thead { top: 0px; border-bottom: 3px solid #ccc; }
	.ui-table tfoot,
	.ui-table thead {
		position: -webkit-sticky;
		position: -moz-sticky;
		position: -ms-sticky;
		position: -o-sticky;
		position: sticky;
		background: #fff;
	}

	.ui-table thead th:first-child { border-left: none; }
	.ui-table thead th {
		text-align: left;
		padding: 0px;
		margin: 0px;
		width: auto;
		background: #fff;
		border-left: 1px solid #ccc;
	}

	.ui-table thead th a {
		padding: 8px 10px;
		font-size: 8pt;
		font-weight: normal;
		text-transform: uppercase;
		display: block;
	}


	.ui-table td { padding: 8px 10px; }

	.ui-table .ui-controls a.ui-float-right { line-height: 29px; margin-top: 2px; }
	.ui-table .ui-controls td,
	.ui-table .ui-controls {
		padding: 6px 10px;
		background: #fff;
		text-align: left !important;
	}


	/**
	 * Table view - Sortable
	**/
	.ux-sortable thead th:not([data-sorter="false"]) a:hover { background: #f0f0f0; }
	.ui-table.ux-sortable thead tr[data-sorter="false"] th a,
	.ui-table.ux-sortable thead tr th[data-sorter="false"] a,
	.ui-table:not(.ux-sortable) thead th a { color: #777 !important; cursor: default !important; }
	.ux-sortable .tablesorter-headerAsc a::before { content: "▲"; }
	.ux-sortable .tablesorter-headerDesc a::before { content: "▼"; }
	.ux-sortable .tablesorter-headerDesc a::before,
	.ux-sortable .tablesorter-headerAsc a::before {
		color: #777;
		font-size: 10pt;
		line-height: 8pt;
		padding-right: 8px;
	}


	/**
	 * Table view - Zebra
	**/
	.ui-table.ux-zebra tbody tr:nth-child(even) td { background: #f0f0f0; }
	.ui-table.ux-zebra tbody tr:not(.ux-empty):hover td a,
	.ui-table.ux-zebra tbody tr:not(.ux-empty):hover td select,
	.ui-table.ux-zebra tbody tr:not(.ux-empty):hover td { color: #fff; background: #6ec8eb; }


	/**
	 * Table view - Bulk
	**/
	.ui-table.ux-bulk td:first-child,
	.ui-table.ux-bulk th:first-child { text-align: center; width: 25px; }

	.ui-table.ux-has-id td:last-child,
	.ui-table.ux-has-id th:last-child,
	.ui-table.ux-bulk td:last-child,
	.ui-table.ux-bulk th:last-child { text-align: right; width: 60px; }

	.ui-table.ux-no-id td:last-child,
	.ui-table.ux-no-id th:last-child { width: auto; }


	/**
	 * Table view - Zebra
	**/
	.ui-table tbody tr.ux-empty td { width: 100% !important; text-align: left !important; }


	/**
	 * Table view - Pager
	**/
	.ui-table.ux-pager tfoot td.ui-pager { text-align: left; }
	.ui-table.ux-pager tfoot td.ui-pager .ui-page-number,
	.ui-table.ux-pager tfoot td.ui-pager .ui-page-size { width: auto; min-width: 0px; }
	.ui-table.ux-pager tfoot td.ui-pager .ui-page-display { width: 60px; }



	/**
	 * List view
	**/
	ul.ui-list,
	ol.ui-list {
		margin: 0px;
		padding: 0px 30px;
	}

	ul.ui-list li,
	ol.ui-list li {
		line-height: 18px;
	}


	/**
	 * Tiles
	**/
	ul.ui-tiles,
	ul.ui-tiles li {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}

	ul.ui-tiles li {
		float: left;
		margin-right: 12px;
	}


	ul.ui-tiles li a:hover { background-color: #648c14; }
	ul.ui-tiles li a {
		color: #fff;
		height: 96px;
		width: 96px;
		display: block;
		position: relative;
		background-color: #78b428;
		background-repeat: no-repeat;
		background-position: center center;
		text-decoration: none;
	}

	ul.ui-tiles li a span {
		left: 5px;
		right: 5px;
		bottom: 5px;
		position: absolute;
	}

	/*////////////////////////////////////////////////////////////////////////////////
	////////////////////////////////	CHARTS STYLES								*/


	.ui-chart {
		padding: 15px;
		margin-right: 6px;
		margin-bottom: 10px;
		display: inline-block;
		vertical-align: top;
	}

	.ui-chart .ui-title {
		border: none;
		margin: 0px;
		padding: 0px;
		margin-bottom: 15px;
		line-height: normal;
	}

	.ui-chart .ui-legend,
	.ui-chart .ui-controls {
		margin: 15px;
		padding: 0px;
		vertical-align: top;
	}

	.ui-chart .ui-legend {
		list-style: none;
		display: inline-block;
	}

	.ui-chart .ui-legend li {
		margin: 2px 5px;
		line-height: 16px;
		padding: 3px 0px;
	}

	.ui-chart .ui-legend li span.ui-icon {
		width: 18px;
		height: 18px;
		background: #ccc;
		margin-top: -2px;
		display: inline-block;
		vertical-align: middle;
	}


	/*////////////////////////////////////////////////////////////////////////////////
	////////////////////////////////	NOTIFICATION STYLES							*/


	.ui-notify {
		margin: 12px 0px;
		margin-bottom: 24px;
		background: #f0f0f0;
		text-align: left;
	}

	.ui-notify .ui-text {
		padding: 0px 12px;
		margin-left: 36px;
		line-height: 36px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	/* Success */
	.ui-notify .ui-icon {
		float: left;
		width: 36px;
		height: 36px;
		background: #60a917;
	}

	/* Warning */
	.ui-notify.warning .ui-icon,
	.ui-notify.war .ui-icon { background: #d8c100; }

	/* Error */
	.ui-notify.error .ui-icon,
	.ui-notify.err .ui-icon { background: #e51400; }

	/* Info */
	.ui-notify.info .ui-icon,
	.ui-notify.tip .ui-icon { background: #1ba1e2; }


	/*////////////////////////////////////////////////////////////////////////////////
	////////////////////////////////	HEADER STYLES								*/


	.ui-header {
		color: #fff;
		height: 40px;
		padding: 0px;
		background: #3c4650;
		text-align: right;
		font-size: 11pt;
		text-transform: lowercase;
	}

	.ui-header a { color: #fff; text-decoration: none; line-height: 40px; display: inline-block; }
	.ui-header a span { padding: 0px 10px; }
	.ui-header img { vertical-align: top; }

	.ui-header .ui-title span { padding-left: 0px; }
	.ui-header .ui-title {
		font-size: 16pt;
		font-weight: 100;
		padding-left: 10px;
		text-transform: none;
		letter-spacing: -1px;
		margin-left: 4px;
		float: left;
	}

	.ui-header a:hover { background: #262d33; }


	.ui-user-panel { width: 388px; }

	.ui-lang-panel .ui-inner,
	.ui-user-panel .ui-inner { margin: 20px; }
	.ui-lang-panel,
	.ui-user-panel {
		top: 40px;
		right: 0px;
		color: #fff;
		display: none;
		position: absolute;
		background: #fff;
		z-index: 9999999999;
		box-shadow: -2px 2px 2px rgba( 60,70,80, .5 );
	}

	.ui-lang-panel .ui-list { margin-left: 0px !important; }
	.ui-lang-panel .ui-list,
	.ui-user-panel .ui-list {
		width: 200px;
		margin: 0px;
		padding: 0px;
		margin-left: 20px;
		list-style: none;
	}

	.ui-lang-panel .ui-list hr { margin: 6px 2px; }
	.ui-lang-panel .ui-list li a:hover,
	.ui-user-panel .ui-list li a:hover { color: #fff; background: #73b4d2; }
	.ui-lang-panel .ui-list li a,
	.ui-user-panel .ui-list li a {
		color: #333;
		margin: 2px;
		display: block;
		padding: 6px 12px;
		background: #f9f9f9;
		text-decoration: none;
		text-transform: uppercase;
	}


	/*////////////////////////////////////////////////////////////////////////////////
	////////////////////////////////	CONTENT STYLES								*/


	.ui-content {
		padding: 30px;
		vertical-align: top;
		background: #fff;
	}

	.ui-content .ui-title { color: #444; }
	.ui-content .ui-title small { color: #777; }

	.ui-content h2:not(.ui-title) { font-size: 16.5pt; }

	.ui-content .ui-article { margin-right: 330px; }
	.ui-content .ui-column {
		width: 300px;
		margin-bottom: 20px;
	}

	.ui-content .ui-column.ux-left { float: left; margin-right: 20px; }
	.ui-content .ui-column.ux-right { float: right; margin-left: 20px; }

	.ui-content .ui-column h3 {
		border: none;
		margin: 0px;
		padding: 0px;
	}


	/**
	 * Menu control
	**/
	.ui-menu {
		width: 200px;
		min-width: 200px;
		padding: 30px 0px;
		background: #73b4d2;
		vertical-align: top;
		transition: width 0.25s ease-in-out;
	}

	.ui-menu .ui-active a:hover,
	.ui-menu .ui-active a { color: #333; background: #fff; border-top-color: #6491aa; border-bottom-color: #b9d7e6; }
	.ui-menu a:hover { background: #509bb4; }
	.ui-menu a {
		color: #fff;
		clear: both;
		display: block;
		font-weight: 600;
		padding: 6px 12px;
		font-size: 11pt;
		text-decoration: none;
		text-transform: uppercase;
		border-top: 1px solid transparent;
		border-bottom: 1px solid transparent;

		transition: all 0.25s ease-in-out;
		transition-property: background, border, color, margin, padding, width, height, font !important;
	}

	.ui-menu a span:nth-child(2) {
		float: right;
		width: 126px;
		display: block;
		padding: 4px 0px;
		line-height: 16px;
	}

	.ui-menu .ui-active .ui-icon { background-position: center right; }
	.ui-menu .ui-icon {
		width: 40px;
		height: 40px;
		float: left;
		display: block;
		background-repeat: no-repeat;
		background-position: center left;
	}


	/**
	 * Submenu control
	**/
	.ui-submenu li { margin-bottom: 20px; }

	.ui-submenu .ui-active a { color: #000; }
	.ui-submenu a:hover { text-decoration: underline; }
	.ui-submenu a {
		color: #777;
		text-decoration: none;
		text-transform: uppercase;
	}


	/*////////////////////////////////////////////////////////////////////////////////
	////////////////////////////////	MESSAGE STYLES								*/


	.ui-message {
		text-align: left;
		background: #f0f0f0;
		margin-bottom: 20px;
	}

	.ui-message span:last-child { font-size: 8pt; color: #666; font-style: italic; }

	.ui-message .ui-author a { color: #333; text-decoration: none; float: right; }
	.ui-message .ui-author a:hover { color: #509bb4; }
	.ui-message .ui-author {
		color: #fff;
		padding: 6px;
		text-align: left;
		background: #73b4d2;
	}

	.ui-message .ui-text {
		width: 100%;
		margin: 0px;
		padding: 10px;
		box-sizing: border-box;
	}

	.ui-message textarea.ui-text {
		border: none;
		resize: vertical;
		max-width: none;
		min-width: 0px;
		min-height: 0px;
		background: transparent;
	}

	.ui-message.ux-insert .ui-button {
		margin: 10px;
	}


	/*////////////////////////////////////////////////////////////////////////////////
	////////////////////////////////	COMPOSITION STYLES							*/


	.ui-content .ui-composition { width: 100%; }

	.ui-composition .ui-column,
	.ui-composition .ui-article {
		vertical-align: top;
	}

	.ui-composition .ui-column:first-child { padding-right: 20px; }
	.ui-composition .ui-column:last-child { padding-left: 20px; }
	.ui-composition .ui-column {
		width: 300px;
	}


	/*////////////////////////////////////////////////////////////////////////////////
	////////////////////////////////	FOOTER STYLES								*/


	.ui-footer {
		color: #fff;
		height: 60px;
		background: #3c4650;
		padding: 0px 30px;
	}


	/*////////////////////////////////////////////////////////////////////////////////
	////////////////////////////////	AUTOCOMPLETE								*/


	.autocomplete-suggestions {
		width: 260px !important;
		background: #eee;
		margin-top: -1px;
		padding-top: 1px;
		border: 1px solid #999;
		border-top: none;
	}

	.autocomplete-suggestions
	.autocomplete-suggestion {
		padding: 6px 10px;
	}

	.autocomplete-suggestions
	.autocomplete-suggestion:hover {
		color: #fff;
		cursor: pointer;
		background: #ffb908;
	}


	/*////////////////////////////////////////////////////////////////////////////////
	////////////////////////////////	RWD											*/


@media screen and (max-width: 1280px)
{

	/**
	 * Page control.
	*/
	html, body { font-size: 9pt; }

	/* Each heading */
	h1 { font-size: 18pt; }
	h2 { font-size: 15pt; }
	h3 { font-size: 12pt; }


	/**
	 * Content
	**/
	.ui-content { padding: 15px; }
	.ui-x-separator { padding: 0px 5px; }


	/**
	 * Menu control
	**/
	.ui-menu { width: 64px; min-width: 64px; }

	.ui-menu a span:nth-child(1),
	.ui-menu a span:nth-child(2) { float: none; display: block; }
	.ui-menu a span:nth-child(2) { width: auto; font-size: 10pt }


	/**
	 * Menu control
	**/
	.ui-menu a { position: relative; }
	.ui-menu a span:nth-child(2)
	{
		width: 200px;
		position: absolute;
		top: -1px;
		bottom: -1px;
		left: 100%;
		padding: 5px;
		line-height: 40px;

		background: #509bb4;
		border-top: 1px solid #509bb4;
		border-right: 1px solid #509bb4;
		border-bottom: 1px solid #509bb4;

		opacity: 0;
		visibility: hidden;
		z-index: 999999999999;
	}

	.ui-menu li.ui-active a span:nth-child(2)
	{
		background: #fff;
		border-top: 1px solid #6491aa;
		border-right: 1px solid #73b4d2;
		border-bottom: 1px solid #b9d7e6;
	}

	.ui-menu a:hover span:nth-child(2) {
		opacity: 1;
		visibility: visible;

		transition: all 0.25s ease-in-out;
		transition-property: opacity, visibility !important;
	}


	/**
	 * Global inputs.
	*/
	input:not(#mainsearch),
	select,
	button,
	textarea,
	*.ui-button,
	a.ui-button {
		font-size: 9pt;
		padding: 6px 15px;
	}

	textarea,
	input:not(#mainsearch) { padding: 6px 10px; }
	select { padding: 4px 10px; }

	input[type="search"]:not(#mainsearch) { padding: 5px 10px !important; }
	input[type="image"] { padding: 3px !important; }


	/**
	 * Table control.
	*/
	.ui-table td,
	.ui-table thead th a,
	.ui-table caption.ui-controls { padding: 4px 6px; }

}


@media screen and (max-width: 1000px)
{

	/**
	 * Global
	**/
	.ui-float-left.ux-aware,
	.ui-float-right.ux-aware { float: none; }


	/**
	 * Inputs
	**/
	input.ui-float-left.ux-aware,
	input.ui-float-right.ux-aware { margin: 2px 0px; }


	/**
	 * Content
	**/
	.ui-x-separator { padding: 0px; }
	.ui-x-newline { display: block !important; }

}


	/*//////////////////////////////	END OF CODE
	////////////////////////////////////////////////////////////////////////////////*/

