/* Reset.css
------------------------------------------------------------------------------------ */
	html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family: 'Roboto', sans-serif;vertical-align:baseline;}
	body {line-height:1.5;}
	table {border-collapse:separate;border-spacing:0;}
	caption, th, td {text-align:left;font-weight:normal;}
	table, td, th {vertical-align:middle;}
	blockquote:before, blockquote:after, q:before, q:after {content:"";}
	blockquote, q {quotes:"" "";}
	a img {border:none;}


/* Main
------------------------------------------------------------------------------------ */
	html {
		background-color: #c1c1c1;
		background-image: url('../../img/backend/matrix.png');
		background-repeat: no-repeat;
		background-position: bottom center;
		/*font-family: 'Roboto', sans-serif;*/
		min-height: 100%;
	}

	iframe html {
		background-image: none;
		background-color: red;
	}

	body{
		font-family:arial,helvetica;
		font-size:13.5px;
		/*background:#ffffff;*/
		color:#1c1f28;
	}

	h1{
		font-size:1.8em;
		font-weight:bold;
		margin:0 0 0.4em 0;
	}

	h2{
		font-size:1.2em;
		font-weight:bold;
		margin:0 0 1em 0;
	}

	h3{
		font-size:1em;
		font-weight:bold;
		margin:0 0 1em 0;
	}

	p{
		margin:0 0 1em 0;
		line-height:1.5em;
	}

		p em{
			/*font-size:1.2em;*/
			font-style: italic;
		}

	a,
	a:visited{
		color:#1cbbb4;
	}
	a:hover {
		color: #1aaea7;
	}

	.fa{
		font-size: 18px;
	}

	a#logo,
	a#logo:visited{
		background:url('../../img/backend/ci-logo.png') no-repeat top right;
		display:block;
		height:73px;
	}

	div#outer-wrapper{
		background-image: url('../../img/backend/navigation/nav-bg.jpg');
		background-repeat: no-repeat;
		width: 70%;
		margin: 30px auto 0 auto;
		min-width: 800px;
		padding: 4px 52px;
		position: relative;
	}
	div#wrapper{
		background-color: #ffffff;
		border-top: 43px solid #1c1f28;
		margin:24px 0 160px 0;
		padding: 2%;
		position: relative;
	}
	header{
		/*margin-top:20px;
		margin-bottom:20px;*/
		display: inline-block;
		position: relative;
		left: 110px;
	}
		header nav.topnav{
			/*float:right;*/
		}
			header nav.topnav a {
				color: #1c1f28;
				font-size: 0.9em;
				text-decoration: none;
				text-transform: uppercase;
			}

		div#maincontent{
			margin-bottom:20px;
		}

			div#page-top {
				border-bottom: 2px dotted #1c1f28;
				margin-bottom: 10px;
				padding-bottom: 30px;
				position: relative;
			}
			div#maincontent .page-title {
				margin-left: 1%;
				font-size: 1.3em;
				text-transform: uppercase;
			}

		div#banner {
			background-color: #518898;
			color: #ffffff;
			text-align: center;
			padding: 1%;
			margin-bottom: 20px;
		}
		div#banner p {
			margin: 0;
		}
			div#banner p a,
			div#banner p a:visited{
				color:#ffffff;
			}

	div.attention {
		float: left;
	}
		span.attention {
			background-image:url('../../img/backend/icons/attention.png');
			background-repeat:no-repeat;
			padding-left:25px;
			line-height:20px;
			height:20px;
			display:block;
		}

	#footer {
		border-top: 2px dotted #1c1f28;
		text-align: center;
		padding-top: 2%;
	}

		#footer ul {
			display: inline-block;
		}
		#footer li {
			float: left;
			list-style: none;
		}
			#footer li:after {
				content: "|";
				color: #1c1f28;
			}
			#footer li:last-child:after {
				content: "";
			}
		#footer a, #footer p {
			color: #1c1f28;
			display: inline-block;
			margin: 0;
			padding: 0 20px;
			text-decoration: none;
			font-size: 0.9em;
		}
			

/* Navigation
------------------------------------------------------------------------------------ */
	div#sidebar{
		background-color: #518898;
		background-color: rgba(81, 136, 152, 0.95);
		min-height:43px;
		width: 50px;
		margin-top: 21px;
		margin-left: 19px;
	}
		div.blue-fold {
			width: 90px;
			margin: 0 auto;
			position: absolute;
			background-image: url('../../img/backend/navigation/blue-fold.png');
			background-repeat: no-repeat;
			height: 91px;
			top: 0;
			left: 0;
			z-index: 100;
		}
		div#sidebar nav{
			
		}
			div#sidebar ul{
				list-style:none;
				display: none;
				padding-bottom: 150px;
				padding-top: 43px;
				background-image: url('../../img/backend/navigation/matrix-small.png');
				background-position: bottom;
				background-repeat: no-repeat;
				background-size: 100% auto;
				opacity: 0;
			}
				div#sidebar ul a.close-menu {
					background-image: url('../../img/backend/navigation/close-menu.png');
					background-repeat: no-repeat;
					height: 43px;
					position: absolute;
					left: 229px;
					top: 21px;
					width: 40px;
				}
				div#sidebar ul li{
					border-top: 1px solid rgba(255, 255, 255, 0.1);
					border-bottom: 1px solid #1c1f28;
				}
					div#sidebar ul li a,
					div#sidebar ul li a:visited{
						color: #ffffff;
						display: block;
						padding: 5px;
						text-decoration: none;
						text-transform: uppercase;
						position: relative;
						z-index: 100;
						left: 0;
						top: 0;
						width: 240px;
					}
						div#sidebar ul li a.current,
						div#sidebar ul li a.current:visited,
						div#sidebar ul li a.current-parent,
						div#sidebar ul li a.current-parent:visited{
							font-weight:bold;
						}
							div#sidebar ul li a.current:before{
								content: '> ';
							}

					/* Submenu
					*/
					div#sidebar ul li ul{
						display:none;
						padding:10px 0 10px 0;
						background:none;
						/*margin:0 0 10px 0;*/
						background-color: #1c1f28; /* Older browsers */
						background-color: rgba(28, 31, 40, 0.8);
					}
						div#sidebar ul li ul li{
							border:0;
							padding:3px 0 3px 15px;

							

							border-top: 1px dotted #000000; /* Older browsers */
							border-top: 1px dotted rgba(0, 0, 0, 0.4);	
						}
							div#sidebar ul li ul li:first-child{
								border-top: none;
							}
							div#sidebar ul li ul li a,
							div#sidebar ul li ul li a:visited{
								padding:0;
							}
								div#sidebar ul li ul li a.current,
								div#sidebar ul li ul li a.current:visited{
									margin-left:5px;
								}

	h4.menu-label {
		font-size: 0.9em;
		left: 42px;
		position: absolute;
		text-transform: uppercase;
	}

	div#menu-pull {
		width: 100%;
		margin: 0 auto;
		position: absolute;
		background-repeat: no-repeat;
		height: 90px;
		top: 28px;
		left: 33px;
		z-index: 100;
	}
	div#menu-pull a.pull {
		background-image: url('../../img/backend/navigation/three-lined-menu.png');
		background-repeat: no-repeat;
		display: block;
		height: 26px;
		left: 10px;
		position: absolute;
		top: 10px;
		width: 26px;
		z-index: 200;
	}
	
	div#main-menu {
	}

/* Common
------------------------------------------------------------------------------------ */
	*:focus  
	{  
			outline: none;
	}  

	.clearfix:after { content: ""; display: table; clear: both; } 
	.clearfix { *zoom: 1; }
	.text-error{
		color:#ff0000;
	}
	.image-align-left{float:left;margin:5px 10px 10px 0;}
	.image-align-right{float:right;margin:5px 0 10px 10px;}
	.text-align-centre{text-align:center;}
	.text-align-right{text-align:right;}
	.align-right{float:right;}

	.hidden{
		display:none;
	}

	.sortable:hover{
		cursor:pointer;
	}

	.clicktoclose{
		cursor:pointer;
	}

	div.success,
	div.error,
	div.notice{
		margin:1em 0;
		border:1px solid #f6f2f1;
		background:#f9f9fb;
		font-size:1em;
		padding:10px;
		margin-bottom:20px;
		font-weight:bold;
	}

	div.error{
		background-color:#f7f0f4 no-repeat 10px 10px;
		background:#ddbdc8;
		border:1px solid #970001;
		border:0;
		color:#970001;
	}
	div.notice{
		background-color:#f5f5f5 no-repeat 10px 10px;
		border:1px solid #000000;
		border:0;
		color:#000000;
	}
	div.success{
		background-color:#f0f2f4 no-repeat 10px 10px;
		background:#d6e5e5;
		border:1px solid #077126;
		border:0;
		color:#077126;
		color:#1c1f28;
	}
		div.success h1,
		div.success p,
		div.success a,
		div.success a:visited{
			color:#1c1f28;
			font-weight:normal;
		}

		div.success h1{
			font-size:1.2em;
			font-weight:bold;
			
		}

		div.error p:last-child,
		div.notice p:last-child,
		div.success p:last-child{
			margin-bottom:0;
		}

	div#breadcrumb{
		margin-bottom:10px;
		padding-bottom:10px;
		border-bottom:1px dashed #c0c0c0;
	}

	.drop-shadow,
	div#audio {
		position: relative;
	}

	.drop-shadow:before, 
	div.drop-shadow:after,
	div#audio:before,
	div#audio:after
	{
		z-index: -1;
		position: absolute;
		content: "";
		left: 10px;
		width: 50%;
		bottom: 16px;
		height: 19px;
		max-width:300px;
		-webkit-box-shadow: 0 12px 12px #bbbbbb;
		-moz-box-shadow: 0 12px 12px #bbbbbb;
		box-shadow: 0 22px 12px #848484;
		-webkit-transform: rotate(-5deg);
		-moz-transform: rotate(-5deg);
		-o-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	div.drop-shadow:after,
	div#audio:after
	{
		-webkit-transform: rotate(5deg);
		-moz-transform: rotate(5deg);
		-o-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		transform: rotate(5deg);
		right: 10px;
		left: auto;
	}


/* Forms
------------------------------------------------------------------------------------ */
	form {
		margin:0;
		padding:0;
	}
		form fieldset {
			margin-top: 1em;
			margin-bottom: 1em;
			border: 1px solid #c0c0c0;
			padding: 1% 2%;
			width:96%;
			background:#ffffff;
			padding:15px 2%;
		}
		form legend {
			font-weight: bold;
			margin-bottom: 1em;
			margin-left:15px;
			font-size: 1em;
		}
		form input[type="text"],
		form input[type="password"] {
			padding: 5px 1%;
			border: 1px solid #dcdcdc;
			background: #ffffff;
		}
		form .white-input input[type="text"],
		form .white-input input[type="password"],
		form .white-input select {
			background:#e6e6e6;
		}
		form select{
			padding: 4px 1%;
			border: 1px solid #dcdcdc;
			background: #ffffff;
		}
		form textarea {
			border: 1px solid #dcdcdc;
			background: #ffffff;
		}
		form label {
			display: block;
			font-weight: bold;
		}
		form p.inline label{
			font-weight:normal;
			float:none;
			display:inline;
		}

		form div.row-checkboxlist input{
		}
		form div.row-checkboxlist label{
			font-weight:normal;
			float:none;
			width:100%;
			display:inline;
		}

		form div.form-subsection{
			background:#f5f5f5;
			border:1px solid #e5e5e5;
			padding:10px 14px;
			margin:10px 0 20px 0;
		}
			form div.form-subsection h3{
				font-weight:bold;
				margin:0 0 1em 0;
			}

	form.horizontal fieldset{
		margin:1em 0;
	}
		form.horizontal fieldset div.row {
			margin-top: 1em;
			margin-bottom: 1em;
		}
			form.horizontal div.row label {
				float: left;
				margin-right: 2%;
				text-align:right;
				width: 16%;
				line-height: 1.9em;
				line-height: 26px;
				font-size: 12px;
			}
			form.horizontal div.row label.regular{
				font-weight:normal;
				width:auto;
			}

			form.horizontal fieldset div.row input[type="password"],
			form.horizontal fieldset div.row input[type="text"] {
				width: 66%;
				background:#f5f5f5;
			}
				form.horizontal fieldset.language-specific-content div.row input[type="password"], form.horizontal fieldset.language-specific-content div.row input[type="text"] {
					background: #ffffff;
				}
				form.horizontal fieldset div.row input.small[type="password"],
				form.horizontal fieldset div.row input.small[type="text"] {
					width:100px;
				}
				form.horizontal fieldset div.row input.medium[type="password"],
				form.horizontal fieldset div.row input.medium[type="text"] {
					width:200px;
				}
				/*
				form select,
				form input[type="text"] {
					margin:0;
					/*
					width: 90%;
					border: none;
					-moz-box-sizing: border-box;
			        -webkit-box-sizing: border-box;
			        box-sizing: border-box;
				}
				*/
			form.horizontal fieldset div.row select{
				width: 66%;
				background:#f5f5f5;
				box-sizing: content-box;
			}
			form.horizontal fieldset div.row textarea {
				width: 70.2%;
				background:#f5f5f5;
			}
			form.horizontal fieldset div.row input[type="submit"] {
				margin-left: 18%;
			}
			form.horizontal fieldset div.row p {
				margin-left: 18%;
			}
			form.horizontal fieldset div.margin-left{
				margin-left: 18%;
			}
				form.horizontal fieldset div.margin-left label{
					font-weight:normal;
					float:none;
					display:inline;
				}
			form.horizontal fieldset div.row div.text-error {
				margin-left: 18%;
				padding-bottom:5px;
			}
			form.horizontal div.row-submit {
				/*padding: 0 2%;*/
			}
				form.horizontal fieldset div.row-submit {
					padding: 0;
				}
				form.horizontal div.row-submit .btn{
					margin-top:1em;
					margin-left:18%;
					text-decoration:none;
					display:block;
					text-align:center;
				}
			form.horizontal fieldset div.row-tinymce div.textarea {
				margin-left:18%;
				/*width: 68%;
				width: calc(68% + 2px);*/
				width: auto;
			}

	section.language-specific{
	}
		section.language-specific nav.language-specific-tabs{
			
		}
			section.language-specific nav.language-specific-tabs a,
			section.language-specific nav.language-specific-tabs a:visited{
				color: #1c1f28;
				display:block;
				float:left;
				padding:10px 20px;
				border: 1px solid #c0c0c0;
				border-right:0;
				border-bottom:0;
				background:#f5f5f5;
				position:relative;
				text-decoration: none;
				top:1px;
				z-index:1;
			}
				section.language-specific nav.language-specific-tabs a:last-child,
				section.language-specific nav.language-specific-tabs a:visited:last-child{
					border-right:1px solid #c0c0c0;
				}
				section.language-specific nav.language-specific-tabs a.current{
					background:#e6e6e6;
					z-index:2;
				}
				section.language-specific nav.language-specific-tabs a.en {
					background-image: url('../../img/backend/icons/en.png');
					background-repeat: no-repeat;
					background-position: 20px center;
					padding-left: 63px;
				}
				section.language-specific nav.language-specific-tabs a.cy {
					background-image: url('../../img/backend/icons/cy.png');
					background-repeat: no-repeat;
					background-position: 20px center;
					padding-left: 63px;
				}
				section.language-specific fieldset.language-specific-content{
					background-color: #e6e6e6;
					position:relative;
					z-index:1;
					margin:0;
				}

	/* Form elements
	*/
	.switch-button-label {
			float: left;
			line-height: 26px;
			font-size: 10pt;
			cursor: pointer;
	}

	.switch-button-label.off {
			color: #adadad;
	}

	.switch-button-label.on {
			color: #518898;
	}

	.switch-button-background {
			float: left;
			position: relative;
			top: 6px;

			background: #ccc;
			border: 1px solid #aaa;

			margin: 1px 10px;

			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;

			cursor: pointer;
	}

	.switch-button-button {
			position: absolute;

			left: -1px;
			top : -1px;

			background: #FAFAFA;
			border: 1px solid #aaa;

			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
	}

	form.filter {
		background-color: #e6e6e6;
		margin-bottom: 30px;
		padding: 2%;
		position: relative;
		width: 79%;
	}
		form.filter select, form.filter input[type="text"] {
			margin:0;
			width: 30%;
			-moz-box-sizing: border-box;
	        -webkit-box-sizing: border-box;
	        box-sizing: border-box;
		}
		form.filter input[type="submit"] {
			margin:0;
			width: 20%;
		}
		form.filter div.row {
			margin-bottom: 1%;
		}
			form.filter div.row:last-of-type {
				margin-bottom: 0;
			}
			form.filter div.row label {
				float: left;
				margin-right: 2%;
				width: 8%;
				line-height: 1.9em;
				line-height: 26px;
				font-size: 12px;
			}
			form.filter .btn {
				position: absolute;
				left: 42%;
				bottom: 0;
			}
				form.filter div.row-submit .btn {
					position: static;

				}

	.form-wrapper {
			position: relative;
		}

	/* Filter */
	div#filter-text {
		margin-bottom: 5px;
	}
	div#filter-text p {
		background-color: #518898;
		color: #ffffff;
		padding: 1% 2%;
		line-height: 1.5;
		margin: 0;
		width: 79%;
		float: left;
	}

	div#filter-text a {
		float: right;
	}


/* Buttons
------------------------------------------------------------------------------------ */
	input[type="submit"].btn {
		background-color: #518898;
	}
	input[type="submit"].btn:hover {
		background-color: #447c8c;
	}

	.btn,
	.btn:visited{
		color: #ffffff!important;
		font-size: 1em;
		padding: 1% 2%;
		background:#1cbbb4;
		text-align: center;
		text-decoration:none;
		cursor:pointer;
		display: inline-block;
		border:none;
		line-height: 1.5;
		min-width: 12%;
	}
		.btn:hover{
			background:#1aaea7;
		}
		a.btn:hover {
			color: #ffffff;
		}
		#page-top .btn,
		#page-top .btn:visited{
			position: absolute;
			bottom: 30px;
		}
	.btn-disabled,
	.btn-disabled:visited{
		border:1px solid #e5e5e5;
		color:#e5e5e5;
	}
		.btn-disabled:hover{
			border:1px solid #e5e5e5;
			cursor:default;
		}

	.logout {
		background-image: url('../../img/backend/icons/lock.png');
		background-repeat: no-repeat;
		display: block;
		height: 18px;
		position: absolute;
		top: -32px;
		right: 2%;
		width: 14px;
		z-index: 250;
	}

	a.edit-faq,
	a.edit-howtostep {
		background-image: url('../../img/backend/icons/edit.png');
		background-repeat: no-repeat;
		display: inline-block;
		width: 20px;
		height: 19px;
	}
	a.delete-faq,
	a.delete-howtostep {
		background-image: url('../../img/backend/icons/delete.png');
		background-repeat: no-repeat;
		display: inline-block;
		width: 17px;
		height: 16px;
	}


/* Lightbox
*/
.lightbox{
	width:735px;
	min-height:580px;
	padding:35px 20px 20px 20px;
	background:#ffffff;

	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
}

	a.lightbox-close,
	a.lightbox-close:visited{
		text-decoration:none;
		color:#ffffff;
		position:absolute;
		top:-5px;
		right:-5px;
		text-align:right;
		margin:0;
		display:block;

		border:2px solid #ffffff;
		width:22px;
		height:22px;
		background:#000000;
		text-align:center;
		line-height:20px;
		font-size:1.4em;
		font-weight:bold;
		color:#ffffff;
		text-decoration:none;

		-webkit-border-radius: 25px; 
		-moz-border-radius: 25px; 
		border-radius: 25px;
	}


/* Admin
------------------------------------------------------------------------------------ */
	.readonly,
	input[readonly=readonly]{
		color:#c0c0c0;
	}

	.delete-confirm{
		font-size:12px;
	}

	.dialog-confirm span.ui-icon { float: left; margin: 0 7px 20px 0; }

	/*.managetable { width: 100%; margin: 10px 0;}*/
	/*.managetable tr th { padding: 5px 4px; text-align: left; font-weight: bold; border-bottom: 1px solid #e5e5e5;}*/
	/*.managetable tr td { padding: 5px 4px; border-bottom: 1px dotted #e5e5e5; }*/
	/*.managetable label { font-weight:normal; }*/
/*	.managetable tr:last-child td { border: 0; }*/
	/*.managetable tr.last td { border: 0; }*/
	/*.managetable tr.totals td { font-weight: bold; font-size: 1.2em; border: 0; border-top: 1px solid #cccccc; padding-top: 10px; }*/


/* Table
*/

	table.managetable{
		border-collapse: collapse;
    	border-style: hidden;
    	color: #1c1f28;		
		font-size: 0.9em;
		margin: 10px 0;
		width: 100%;
	}
	table.managetable a, table.managetable a:visited {
		color: #1c1f28;		
	}
	table.managetable td, table.managetable th {
		border: 5px solid #ffffff;
	}
	.managetable tr th {
		background-color: #1c1f28;
		color: #ffffff;
		font-weight: normal;
		padding: 8px 4px;
	}
		.managetable tr td.actions,
		.managetable tr th.actions {
			text-align:center;
		}

	.managetable tr td {
		background-color: #e6e6e6;
		padding: 8px 4px;
	}

	td.actions a,
	div.actions a {
		background-repeat: no-repeat;
		display: inline-block;
		margin: 0 auto;
	}
	div.actions a{
		padding-right:10px;
	}
		td.actions a.edit,
		div.actions a.edit{
			background-image: url('../../img/backend/icons/edit.png');
			height: 19px;
			width: 20px;
		}
		td.actions a.delete,
		div.actions a.delete {
			background-image: url('../../img/backend/icons/delete.png');
			height: 16px;
			width: 17px;
		}
		td.actions a.password,
		div.actions a.password{
			background-image: url('../../img/backend/icons/password.png');
			height: 19px;
			width: 20px;
		}
		td.actions a.order {
			background-image: url('../../img/backend/icons/order.png');
			height: 17px;
			width: 21px;
		}
		td.actions a.resources {
			background-image: url('../../img/backend/icons/resources.png');
			height: 20px;
			width: 18px;
		}
		td.actions a.video {
			background-image: url('../../img/backend/icons/video.png');
			height: 18px;
			width: 20px;
		}
		td.actions a.video-generating {
			background-image: url('../../img/backend/icons/video-generating.gif');
			height: 11px;
			width: 16px;
		}
		td.actions a.image {
			background-image: url('../../img/backend/icons/image.png');
			height: 20px;
			width: 20px;
		}
		td.actions a.audio {
			background-image: url('../../img/backend/icons/audio.png');
			height: 19px;
			width: 19px;
		}
		td.actions a.download {
			background-image: url('../../img/backend/icons/download.png');
			height: 19px;
			width: 20px;
		}
		td.actions a.pin {
			background-image: url('../../img/backend/icons/pin.png');
			height: 20px;
			width: 15px;
		}

	.managetable tr td.tbl-btn {
		padding: 0;
		width: 14%;
	}
	td.tbl-btn a, td.tbl-btn a:visited {
		background-color: #518898;
		color: #ffffff;
		display: block;
		text-align: center;
		text-decoration: none;
		line-height: 36px;

	}
	td.tbl-btn a:hover {
		background-color:#437888;
	}

/* Pagination */
	.pagination {
		text-align: right;
	}
		.pagination a, .pagination span {
			color: #1c1f28;
			display: inline-block;
			font-size: 1em;
			text-align: center;
			width: 20px;
			height: 20px;
			line-height: 20px;
			vertical-align: middle;
			margin: 0 1px;
		}
		.pagination span.first-link, 
		.pagination a.first-link,
		.pagination span.last-link, 
		.pagination a.last-link {
			background-repeat: no-repeat;
			width: 12px;
			margin: 0;
		}
		.pagination span.first-link {
			background-image: url('../../img/backend/icons/first-disabled.png');
			margin-right: 6px;
		}
		.pagination a.first-link {
			background-image: url('../../img/backend/icons/first.png');
			margin-right: 6px;
		}
		.pagination span.last-link {
			background-image: url('../../img/backend/icons/last-disabled.png');
			margin-left: 6px;
		}
		.pagination a.last-link {
			background-image: url('../../img/backend/icons/last.png');
			margin-left: 6px;
		}

