/*
Theme Name: Master Theme
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
.menu-toggle:focus,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
/*
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
*/
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
}
.main-navigation .assistive-text:focus,
.site .screen-reader-text:hover,
.site .screen-reader-text:active,
.site .screen-reader-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	height: auto;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0 24px;
	padding: 0 1.714285714rem;
	background-color: #fff;
}
.site-content {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/* Header */
.site-header {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area .widget a:visited {
	color: #9f9f9f;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	border-top: 1px solid #ededed;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 960px;
	max-width: 68.571428571rem;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content a:visited,
.comment-content a:visited {
	color: #9f9f9f;
}
.entry-content .more-link {
	white-space: nowrap;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	border-bottom: 4px double #ededed;
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* Tables
-------------------------------------------------------------- */
th.wordWrap {
	white-space: -o-pre-wrap;
  word-wrap: break-word;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
}

/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 960px;
		/*max-width: 68.571428571rem;*/
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 65.104166667%;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 26.041666667%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 3.692307692;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #000;
	}
	.main-navigation li {
		margin: 0 40px 0 0;
		margin: 0 2.857142857rem 0 0;
		position: relative;
	}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #636363;
		font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #e6e6e6;
	}
	body .site {
		padding: 0 40px;
		padding: 0 2.857142857rem;
		margin-top: 48px;
		margin-top: 3.428571429rem;
		margin-bottom: 48px;
		margin-bottom: 3.428571429rem;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}

	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}

/* fix jquery mobile last tab right side problem */
.ui-navbar li:last-child .ui-btn{
	margin-right:0px !important;
	border-right-width:1px !important;
}

 /*!
* jQuery Mobile Icon Pack - Font Awesome version 1.4.0
*
* Copyright 2013 Andy Matthews
* http://andyMatthews.net
* Released under the GPL/MIT license.
*
*/

.ui-icon-edit:after { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%20Tiny%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11-tiny.dtd%22%3E%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22tiny%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%20500%20500%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20d%3D%22M247.768%20330.357l32.366-32.366-42.411-42.411-32.366%2032.366v15.625h26.786v26.786h15.625zM370.536%20129.464q-4.464-4.464-9.208%200.279l-97.656%2097.656q-4.743%204.743-0.279%209.208t9.208-0.279l97.656-97.656q4.743-4.743%200.279-9.208zM392.857%20295.201v53.013q0%2033.203-23.577%2056.78t-56.78%2023.577h-232.143q-33.203%200-56.78-23.577t-23.577-56.78v-232.143q0-33.203%2023.577-56.78t56.78-23.577h232.143q17.578%200%2032.645%206.976%204.185%201.953%205.022%206.417%200.837%204.743-2.511%208.091l-13.672%2013.672q-3.906%203.906-8.929%202.232-6.417-1.674-12.556-1.674h-232.143q-18.415%200-31.529%2013.114t-13.114%2031.529v232.143q0%2018.415%2013.114%2031.529t31.529%2013.114h232.143q18.415%200%2031.529-13.114t13.114-31.529v-35.156q0-3.627%202.511-6.138l17.857-17.857q4.185-4.185%209.766-1.953t5.581%208.091zM366.071%2089.286l80.357%2080.357-187.5%20187.5h-80.357v-80.357zM489.956%20126.116l-25.669%2025.669-80.357-80.357%2025.669-25.669q7.813-7.813%2018.973-7.813t18.973%207.813l42.411%2042.411q7.813%207.813%207.813%2018.973t-7.813%2018.973z%22%20fill%3D%22%23ffffff%22%20%2F%3E%3C%2Fsvg%3E') }
.ui-nosvg .ui-icon-edit:after { background-image: url('png_images/edit.png'); }


.ui-icon-file-o:after { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%20Tiny%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11-tiny.dtd%22%3E%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22tiny%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%20500%20500%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20d%3D%22M35.714%20428.571h285.714v-214.286h-116.071q-11.161%200-18.973-7.813t-7.813-18.973v-116.071h-142.857v357.143zM214.286%20178.571h104.911q-2.79-8.091-6.138-11.44l-87.333-87.333q-3.348-3.348-11.44-6.138v104.911zM357.143%20187.5v250q0%2011.161-7.813%2018.973t-18.973%207.813h-303.571q-11.161%200-18.973-7.813t-7.813-18.973v-375q0-11.161%207.813-18.973t18.973-7.813h178.571q11.161%200%2024.554%205.581t21.206%2013.393l87.054%2087.054q7.813%207.813%2013.393%2021.206t5.581%2024.554z%22%20fill%3D%22%23ffffff%22%20%2F%3E%3C%2Fsvg%3E'); 
background-repeat: no-repeat;
    background-position: 5px 2px;}
.ui-nosvg .ui-icon-file-o:after { background-image: url('png_images/file-o.png'); }


.ui-icon-file-text-o:after { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%20Tiny%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11-tiny.dtd%22%3E%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22tiny%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%20500%20500%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20d%3D%22M285.714%20330.357v17.857q0%203.906-2.511%206.417t-6.417%202.511h-196.429q-3.906%200-6.417-2.511t-2.511-6.417v-17.857q0-3.906%202.511-6.417t6.417-2.511h196.429q3.906%200%206.417%202.511t2.511%206.417zM285.714%20258.929v17.857q0%203.906-2.511%206.417t-6.417%202.511h-196.429q-3.906%200-6.417-2.511t-2.511-6.417v-17.857q0-3.906%202.511-6.417t6.417-2.511h196.429q3.906%200%206.417%202.511t2.511%206.417zM35.714%20428.571h285.714v-214.286h-116.071q-11.161%200-18.973-7.813t-7.813-18.973v-116.071h-142.857v357.143zM214.286%20178.571h104.911q-2.79-8.091-6.138-11.44l-87.333-87.333q-3.348-3.348-11.44-6.138v104.911zM357.143%20187.5v250q0%2011.161-7.813%2018.973t-18.973%207.813h-303.571q-11.161%200-18.973-7.813t-7.813-18.973v-375q0-11.161%207.813-18.973t18.973-7.813h178.571q11.161%200%2024.554%205.581t21.206%2013.393l87.054%2087.054q7.813%207.813%2013.393%2021.206t5.581%2024.554z%22%20fill%3D%22%23ffffff%22%20%2F%3E%3C%2Fsvg%3E') }
.ui-nosvg .ui-icon-file-text-o:after { background-image: url('png_images/file-text-o.png'); }


.ui-icon-file-text:after { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%20Tiny%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11-tiny.dtd%22%3E%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22tiny%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%20500%20500%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20d%3D%22M285.714%20383.929v-17.857q0-3.906-2.511-6.417t-6.417-2.511h-196.429q-3.906%200-6.417%202.511t-2.511%206.417v17.857q0%203.906%202.511%206.417t6.417%202.511h196.429q3.906%200%206.417-2.511t2.511-6.417zM285.714%20312.5v-17.857q0-3.906-2.511-6.417t-6.417-2.511h-196.429q-3.906%200-6.417%202.511t-2.511%206.417v17.857q0%203.906%202.511%206.417t6.417%202.511h196.429q3.906%200%206.417-2.511t2.511-6.417zM357.143%20214.286v223.214q0%2011.161-7.813%2018.973t-18.973%207.813h-303.571q-11.161%200-18.973-7.813t-7.813-18.973v-375q0-11.161%207.813-18.973t18.973-7.813h151.786v151.786q0%2011.161%207.813%2018.973t18.973%207.813h151.786zM356.306%20178.571h-142.020v-142.020q22.879%204.185%2036.831%2018.136l87.054%2087.054q13.951%2013.951%2018.136%2036.831z%22%20fill%3D%22%23ffffff%22%20%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; background-position: 5px 3px; background-color: #00C000; }
.ui-nosvg .ui-icon-file-text:after { background-image: url('png_images/file-text.png'); }


.ui-icon-file:after { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%20Tiny%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11-tiny.dtd%22%3E%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22tiny%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%20500%20500%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20d%3D%22M357.143%20214.286v223.214q0%2011.161-7.813%2018.973t-18.973%207.813h-303.571q-11.161%200-18.973-7.813t-7.813-18.973v-375q0-11.161%207.813-18.973t18.973-7.813h151.786v151.786q0%2011.161%207.813%2018.973t18.973%207.813h151.786zM356.306%20178.571h-142.020v-142.020q22.879%204.185%2036.831%2018.136l87.054%2087.054q13.951%2013.951%2018.136%2036.831z%22%20fill%3D%22%23ffffff%22%20%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; background-position: 5px 3px; background-color: #C0C000;}
.ui-nosvg .ui-icon-file:after { background-image: url('png_images/file.png'); }


.ui-icon-folder:after { background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%20Tiny%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11-tiny.dtd%22%3E%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22tiny%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%20500%20500%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20d%3D%22M464.286%20169.643v196.429q0%2025.669-18.415%2044.085t-44.085%2018.415h-339.286q-25.669%200-44.085-18.415t-18.415-44.085v-267.857q0-25.669%2018.415-44.085t44.085-18.415h89.286q25.669%200%2044.085%2018.415t18.415%2044.085v8.929h187.5q25.669%200%2044.085%2018.415t18.415%2044.085z%22%20fill%3D%22%23ffffff%22%20%2F%3E%3C%2Fsvg%3E"); background-repeat: no-repeat; background-position: 3px 3px;}

.ui-nosvg .ui-icon-folder:after { background-image: url("png_icons/folder.png"); }


.ui-icon-folder-open:after { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%20Tiny%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11-tiny.dtd%22%3E%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22tiny%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%20500%20500%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20d%3D%22M524.274%20265.625q0%208.649-8.649%2018.415l-93.75%20110.491q-11.998%2014.23-33.622%2024.135t-40.039%209.905h-303.571q-9.487%200-16.88-3.627t-7.394-11.998q0-8.649%208.649-18.415l93.75-110.491q11.998-14.23%2033.622-24.135t40.039-9.905h303.571q9.487%200%2016.88%203.627t7.394%2011.998zM428.571%20169.643v44.643h-232.143q-26.228%200-54.966%2013.253t-45.759%2033.343l-95.424%20112.165q0-1.116-0.14-3.488t-0.14-3.488v-267.857q0-25.669%2018.415-44.085t44.085-18.415h89.286q25.669%200%2044.085%2018.415t18.415%2044.085v8.929h151.786q25.669%200%2044.085%2018.415t18.415%2044.085z%22%20fill%3D%22%23ffffff%22%20%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; background-position: 3px 3px; }
.ui-nosvg .ui-icon-folder-open:after { background-image: url('png_images/folder-open.png'); }


.ui-icon-folder-open-o:after { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%20Tiny%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11-tiny.dtd%22%3E%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22tiny%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%20500%20500%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20d%3D%22M496.931%20259.766q0-9.766-14.788-9.766h-303.571q-11.161%200-23.856%205.999t-19.95%2014.648l-82.031%20101.284q-5.022%206.696-5.022%2011.161%200%209.766%2014.788%209.766h303.571q11.161%200%2023.996-6.138t19.81-14.788l82.031-101.284q5.022-6.138%205.022-10.882zM178.571%20214.286h214.286v-44.643q0-11.161-7.813-18.973t-18.973-7.813h-160.714q-11.161%200-18.973-7.813t-7.813-18.973v-17.857q0-11.161-7.813-18.973t-18.973-7.813h-89.286q-11.161%200-18.973%207.813t-7.813%2018.973v238.002l71.429-87.891q12.277-14.788%2032.366-24.414t39.063-9.626zM532.645%20259.766q0%2017.299-12.835%2033.482l-82.31%20101.284q-11.998%2014.788-32.366%2024.414t-39.063%209.626h-303.571q-25.669%200-44.085-18.415t-18.415-44.085v-267.857q0-25.669%2018.415-44.085t44.085-18.415h89.286q25.669%200%2044.085%2018.415t18.415%2044.085v8.929h151.786q25.669%200%2044.085%2018.415t18.415%2044.085v44.643h53.571q15.067%200%2027.623%206.836t18.694%2019.671q4.185%208.929%204.185%2018.973z%22%20fill%3D%22%23ffffff%22%20%2F%3E%3C%2Fsvg%3E');
background-repeat: no-repeat;
    background-position: 5px 3px; }
.ui-nosvg .ui-icon-folder-open-o:after { background-image: url('png_images/folder-open-o.png'); }


.ui-icon-folder-o:after { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%20Tiny%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11-tiny.dtd%22%3E%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22tiny%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%20500%20500%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20d%3D%22M428.571%20366.071v-196.429q0-11.161-7.813-18.973t-18.973-7.813h-196.429q-11.161%200-18.973-7.813t-7.813-18.973v-17.857q0-11.161-7.813-18.973t-18.973-7.813h-89.286q-11.161%200-18.973%207.813t-7.813%2018.973v267.857q0%2011.161%207.813%2018.973t18.973%207.813h339.286q11.161%200%2018.973-7.813t7.813-18.973zM464.286%20169.643v196.429q0%2025.669-18.415%2044.085t-44.085%2018.415h-339.286q-25.669%200-44.085-18.415t-18.415-44.085v-267.857q0-25.669%2018.415-44.085t44.085-18.415h89.286q25.669%200%2044.085%2018.415t18.415%2044.085v8.929h187.5q25.669%200%2044.085%2018.415t18.415%2044.085z%22%20fill%3D%22%23ffffff%22%20%2F%3E%3C%2Fsvg%3E');
background-repeat: no-repeat;
    background-position: 5px 3px; }
.ui-nosvg .ui-icon-folder-o:after { background-image: url('png_images/folder-o.png'); }


.ui-icon-envelope:after { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%20Tiny%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11-tiny.dtd%22%3E%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22tiny%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%20500%20500%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20d%3D%22M500%20198.103v221.54q0%2018.415-13.114%2031.529t-31.529%2013.114h-410.714q-18.415%200-31.529-13.114t-13.114-31.529v-221.54q12.277%2013.672%2028.181%2024.274%20101.004%2068.638%20138.672%2096.261%2015.904%2011.719%2025.809%2018.276t26.367%2013.393%2030.692%206.836h0.558q14.23%200%2030.692-6.836t26.367-13.393%2025.809-18.276q47.433-34.319%20138.951-96.261%2015.904-10.882%2027.902-24.274zM500%20116.071q0%2022.042-13.672%2042.132t-34.040%2034.319q-104.911%2072.824-130.581%2090.681-2.79%201.953-11.858%208.51t-15.067%2010.603-14.509%209.068-16.043%207.534-13.951%202.511h-0.558q-6.417%200-13.951-2.511t-16.043-7.534-14.509-9.068-15.067-10.603-11.858-8.51q-25.391-17.857-73.103-50.921t-57.199-39.76q-17.299-11.719-32.645-32.227t-15.346-38.086q0-21.763%2011.579-36.272t33.063-14.509h410.714q18.136%200%2031.39%2013.114t13.253%2031.529z%22%20fill%3D%22%23ffffff%22%20%2F%3E%3C%2Fsvg%3E'); background-color: #C000C0; }
.ui-nosvg .ui-icon-envelope:after { background-image: url('png_images/envelope.png'); }


.ui-icon-envelope-o:after { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%20Tiny%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11-tiny.dtd%22%3E%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22tiny%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%20500%20500%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20d%3D%22M464.286%20419.643v-214.286q-8.929%2010.044-19.252%2018.415-74.777%2057.478-118.862%2094.308-14.23%2011.998-23.159%2018.694t-24.135%2013.532-28.599%206.836h-0.558q-13.393%200-28.599-6.836t-24.135-13.532-23.159-18.694q-44.085-36.831-118.862-94.308-10.324-8.371-19.252-18.415v214.286q0%203.627%202.651%206.278t6.278%202.651h410.714q3.627%200%206.278-2.651t2.651-6.278zM464.286%20126.395v-6.836t-0.14-3.627-0.837-3.488-1.535-2.511-2.511-2.093-3.906-0.698h-410.714q-3.627%200-6.278%202.651t-2.651%206.278q0%2046.875%2041.016%2079.241%2053.851%2042.411%20111.886%2088.449%201.674%201.395%209.766%208.231t12.835%2010.463%2012.417%208.789%2014.090%207.673%2011.998%202.511h0.558q5.581%200%2011.998-2.511t14.090-7.673%2012.417-8.789%2012.835-10.463%209.766-8.231q58.036-46.038%20111.886-88.449%2015.067-11.998%2028.042-32.227t12.974-36.691zM500%20116.071v303.571q0%2018.415-13.114%2031.529t-31.529%2013.114h-410.714q-18.415%200-31.529-13.114t-13.114-31.529v-303.571q0-18.415%2013.114-31.529t31.529-13.114h410.714q18.415%200%2031.529%2013.114t13.114%2031.529z%22%20fill%3D%22%23ffffff%22%20%2F%3E%3C%2Fsvg%3E') }
.ui-nosvg .ui-icon-envelope-o:after { background-image: url('png_images/envelope-o.png'); }


.ui-icon-list-ol:after { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%20Tiny%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11-tiny.dtd%22%3E%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22tiny%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%20500%20500%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20d%3D%22M106.306%20452.009q0%2022.321-15.207%2035.156t-37.807%2012.835q-29.576%200-47.991-18.415l15.904-24.554q13.672%2012.556%2029.576%2012.556%208.091%200%2014.090-4.046t5.999-11.858q0-17.857-29.297-15.625l-7.254-15.625q2.232-2.79%209.068-12.137t11.858-15.067%2010.324-10.742v-0.279q-4.464%200-13.532%200.279t-13.532%200.279v14.788h-29.576v-42.411h92.913v24.554l-26.507%2032.087q14.23%203.348%2022.601%2013.672t8.371%2024.554zM106.864%20277.065v44.364h-101.004q-1.674-10.044-1.674-15.067%200-14.23%206.557-25.949t15.765-18.973%2018.415-13.253%2015.765-12.137%206.557-12.556q0-6.976-4.046-10.742t-11.021-3.767q-12.835%200-22.601%2016.183l-23.716-16.462q6.696-14.23%2019.95-22.182t29.437-7.952q20.368%200%2034.319%2011.579t13.951%2031.39q0%2013.951-9.487%2025.53t-20.926%2017.997-21.066%2014.090-9.905%2014.648h35.435v-16.741h29.297zM500%20366.071v53.571q0%203.627-2.651%206.278t-6.278%202.651h-339.286q-3.627%200-6.278-2.651t-2.651-6.278v-53.571q0-3.906%202.511-6.417t6.417-2.511h339.286q3.627%200%206.278%202.651t2.651%206.278zM107.143%20115.234v27.623h-93.471v-27.623h29.855q0-11.44%200.14-34.040t0.14-33.761v-3.348h-0.558q-2.232%204.743-13.951%2015.067l-19.81-21.206%2037.946-35.435h29.576v112.723h30.134zM500%20223.214v53.571q0%203.627-2.651%206.278t-6.278%202.651h-339.286q-3.627%200-6.278-2.651t-2.651-6.278v-53.571q0-3.906%202.511-6.417t6.417-2.511h339.286q3.627%200%206.278%202.651t2.651%206.278zM500%2080.357v53.571q0%203.627-2.651%206.278t-6.278%202.651h-339.286q-3.627%200-6.278-2.651t-2.651-6.278v-53.571q0-3.627%202.651-6.278t6.278-2.651h339.286q3.627%200%206.278%202.651t2.651%206.278z%22%20fill%3D%22%23ffffff%22%20%2F%3E%3C%2Fsvg%3E') }
.ui-nosvg .ui-icon-list-ol:after { background-image: url('png_images/list-ol.png'); }


.ui-icon-list-ul:after { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%20Tiny%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11-tiny.dtd%22%3E%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22tiny%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%20500%20500%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20d%3D%22M107.143%20392.857q0%2022.321-15.625%2037.946t-37.946%2015.625-37.946-15.625-15.625-37.946%2015.625-37.946%2037.946-15.625%2037.946%2015.625%2015.625%2037.946zM107.143%20250q0%2022.321-15.625%2037.946t-37.946%2015.625-37.946-15.625-15.625-37.946%2015.625-37.946%2037.946-15.625%2037.946%2015.625%2015.625%2037.946zM500%20366.071v53.571q0%203.627-2.651%206.278t-6.278%202.651h-339.286q-3.627%200-6.278-2.651t-2.651-6.278v-53.571q0-3.627%202.651-6.278t6.278-2.651h339.286q3.627%200%206.278%202.651t2.651%206.278zM107.143%20107.143q0%2022.321-15.625%2037.946t-37.946%2015.625-37.946-15.625-15.625-37.946%2015.625-37.946%2037.946-15.625%2037.946%2015.625%2015.625%2037.946zM500%20223.214v53.571q0%203.627-2.651%206.278t-6.278%202.651h-339.286q-3.627%200-6.278-2.651t-2.651-6.278v-53.571q0-3.627%202.651-6.278t6.278-2.651h339.286q3.627%200%206.278%202.651t2.651%206.278zM500%2080.357v53.571q0%203.627-2.651%206.278t-6.278%202.651h-339.286q-3.627%200-6.278-2.651t-2.651-6.278v-53.571q0-3.627%202.651-6.278t6.278-2.651h339.286q3.627%200%206.278%202.651t2.651%206.278z%22%20fill%3D%22%23ffffff%22%20%2F%3E%3C%2Fsvg%3E') }
.ui-nosvg .ui-icon-list-ul:after { background-image: url('png_images/list-ul.png'); }


.ui-icon-list:after { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%20Tiny%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11-tiny.dtd%22%3E%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22tiny%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%20500%20500%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20d%3D%22M71.429%20366.071v53.571q0%203.627-2.651%206.278t-6.278%202.651h-53.571q-3.627%200-6.278-2.651t-2.651-6.278v-53.571q0-3.627%202.651-6.278t6.278-2.651h53.571q3.627%200%206.278%202.651t2.651%206.278zM71.429%20258.929v53.571q0%203.627-2.651%206.278t-6.278%202.651h-53.571q-3.627%200-6.278-2.651t-2.651-6.278v-53.571q0-3.627%202.651-6.278t6.278-2.651h53.571q3.627%200%206.278%202.651t2.651%206.278zM71.429%20151.786v53.571q0%203.627-2.651%206.278t-6.278%202.651h-53.571q-3.627%200-6.278-2.651t-2.651-6.278v-53.571q0-3.627%202.651-6.278t6.278-2.651h53.571q3.627%200%206.278%202.651t2.651%206.278zM500%20366.071v53.571q0%203.627-2.651%206.278t-6.278%202.651h-375q-3.627%200-6.278-2.651t-2.651-6.278v-53.571q0-3.627%202.651-6.278t6.278-2.651h375q3.627%200%206.278%202.651t2.651%206.278zM71.429%2044.643v53.571q0%203.627-2.651%206.278t-6.278%202.651h-53.571q-3.627%200-6.278-2.651t-2.651-6.278v-53.571q0-3.627%202.651-6.278t6.278-2.651h53.571q3.627%200%206.278%202.651t2.651%206.278zM500%20258.929v53.571q0%203.627-2.651%206.278t-6.278%202.651h-375q-3.627%200-6.278-2.651t-2.651-6.278v-53.571q0-3.627%202.651-6.278t6.278-2.651h375q3.627%200%206.278%202.651t2.651%206.278zM500%20151.786v53.571q0%203.627-2.651%206.278t-6.278%202.651h-375q-3.627%200-6.278-2.651t-2.651-6.278v-53.571q0-3.627%202.651-6.278t6.278-2.651h375q3.627%200%206.278%202.651t2.651%206.278zM500%2044.643v53.571q0%203.627-2.651%206.278t-6.278%202.651h-375q-3.627%200-6.278-2.651t-2.651-6.278v-53.571q0-3.627%202.651-6.278t6.278-2.651h375q3.627%200%206.278%202.651t2.651%206.278z%22%20fill%3D%22%23ffffff%22%20%2F%3E%3C%2Fsvg%3E'); background-color: #00C0C0; }
.ui-nosvg .ui-icon-list:after { background-image: url('png_images/list.png'); }


.ui-icon-pencil:after { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%20Tiny%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11-tiny.dtd%22%3E%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22tiny%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%20500%20500%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20d%3D%22M101.284%20428.571l25.391-25.391-65.569-65.569-25.391%2025.391v29.855h35.714v35.714h29.855zM247.21%20169.643q0-6.138-6.138-6.138-2.79%200-4.743%201.953l-151.228%20151.228q-1.953%201.953-1.953%204.743%200%206.138%206.138%206.138%202.79%200%204.743-1.953l151.228-151.228q1.953-1.953%201.953-4.743zM232.143%20116.071l116.071%20116.071-232.143%20232.143h-116.071v-116.071zM422.712%20142.857q0%2014.788-10.324%2025.112l-46.317%2046.317-116.071-116.071%2046.317-46.038q10.044-10.603%2025.112-10.603%2014.788%200%2025.391%2010.603l65.569%2065.29q10.324%2010.882%2010.324%2025.391z%22%20fill%3D%22%23ffffff%22%20%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; background-position: 4px 2px; background-color: #008000;}
.ui-nosvg .ui-icon-pencil:after { background-image: url('png_images/pencil.png'); }


.ui-icon-list-alt:after { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%20Tiny%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11-tiny.dtd%22%3E%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22tiny%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%20500%20500%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20d%3D%22M107.143%20330.357v17.857q0%203.627-2.651%206.278t-6.278%202.651h-17.857q-3.627%200-6.278-2.651t-2.651-6.278v-17.857q0-3.627%202.651-6.278t6.278-2.651h17.857q3.627%200%206.278%202.651t2.651%206.278zM107.143%20258.929v17.857q0%203.627-2.651%206.278t-6.278%202.651h-17.857q-3.627%200-6.278-2.651t-2.651-6.278v-17.857q0-3.627%202.651-6.278t6.278-2.651h17.857q3.627%200%206.278%202.651t2.651%206.278zM107.143%20187.5v17.857q0%203.627-2.651%206.278t-6.278%202.651h-17.857q-3.627%200-6.278-2.651t-2.651-6.278v-17.857q0-3.627%202.651-6.278t6.278-2.651h17.857q3.627%200%206.278%202.651t2.651%206.278zM428.571%20330.357v17.857q0%203.627-2.651%206.278t-6.278%202.651h-267.857q-3.627%200-6.278-2.651t-2.651-6.278v-17.857q0-3.627%202.651-6.278t6.278-2.651h267.857q3.627%200%206.278%202.651t2.651%206.278zM428.571%20258.929v17.857q0%203.627-2.651%206.278t-6.278%202.651h-267.857q-3.627%200-6.278-2.651t-2.651-6.278v-17.857q0-3.627%202.651-6.278t6.278-2.651h267.857q3.627%200%206.278%202.651t2.651%206.278zM428.571%20187.5v17.857q0%203.627-2.651%206.278t-6.278%202.651h-267.857q-3.627%200-6.278-2.651t-2.651-6.278v-17.857q0-3.627%202.651-6.278t6.278-2.651h267.857q3.627%200%206.278%202.651t2.651%206.278zM464.286%20383.929v-232.143q0-3.627-2.651-6.278t-6.278-2.651h-410.714q-3.627%200-6.278%202.651t-2.651%206.278v232.143q0%203.627%202.651%206.278t6.278%202.651h410.714q3.627%200%206.278-2.651t2.651-6.278zM500%2080.357v303.571q0%2018.415-13.114%2031.529t-31.529%2013.114h-410.714q-18.415%200-31.529-13.114t-13.114-31.529v-303.571q0-18.415%2013.114-31.529t31.529-13.114h410.714q18.415%200%2031.529%2013.114t13.114%2031.529z%22%20fill%3D%22%23ffffff%22%20%2F%3E%3C%2Fsvg%3E') }
.ui-nosvg .ui-icon-list-alt:after { background-image: url('png_images/list-alt.png'); }


.ui-icon-files-o:after { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%20Tiny%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11-tiny.dtd%22%3E%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22tiny%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%20500%20500%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20d%3D%22M473.214%20107.143q11.161%200%2018.973%207.813t7.813%2018.973v339.286q0%2011.161-7.813%2018.973t-18.973%207.813h-267.857q-11.161%200-18.973-7.813t-7.813-18.973v-80.357h-151.786q-11.161%200-18.973-7.813t-7.813-18.973v-187.5q0-11.161%205.581-24.554t13.393-21.206l113.839-113.839q7.813-7.813%2021.206-13.393t24.554-5.581h116.071q11.161%200%2018.973%207.813t7.813%2018.973v91.518q18.973-11.161%2035.714-11.161h116.071zM321.429%20166.574l-83.426%2083.426h83.426v-83.426zM142.857%2059.431l-83.426%2083.426h83.426v-83.426zM197.544%20239.956l88.169-88.169v-116.071h-107.143v116.071q0%2011.161-7.813%2018.973t-18.973%207.813h-116.071v178.571h142.857v-71.429q0-11.161%205.581-24.554t13.393-21.206zM464.286%20464.286v-321.429h-107.143v116.071q0%2011.161-7.813%2018.973t-18.973%207.813h-116.071v178.571h250z%22%20fill%3D%22%23ffffff%22%20%2F%3E%3C%2Fsvg%3E') }
.ui-nosvg .ui-icon-files-o:after { background-image: url('png_images/files-o.png'); }


.ui-icon-bar-chart-o:after { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%20Tiny%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11-tiny.dtd%22%3E%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22tiny%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%20500%20500%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20d%3D%22M142.857%20285.714v107.143h-71.429v-107.143h71.429zM250%20142.857v250h-71.429v-250h71.429zM357.143%20214.286v178.571h-71.429v-178.571h71.429zM464.286%20107.143v285.714h-71.429v-285.714h71.429zM500%20419.643v-339.286q0-3.627-2.651-6.278t-6.278-2.651h-446.429q-3.627%200-6.278%202.651t-2.651%206.278v339.286q0%203.627%202.651%206.278t6.278%202.651h446.429q3.627%200%206.278-2.651t2.651-6.278zM535.714%2080.357v339.286q0%2018.415-13.114%2031.529t-31.529%2013.114h-446.429q-18.415%200-31.529-13.114t-13.114-31.529v-339.286q0-18.415%2013.114-31.529t31.529-13.114h446.429q18.415%200%2031.529%2013.114t13.114%2031.529z%22%20fill%3D%22%23ffffff%22%20%2F%3E%3C%2Fsvg%3E'); background-color: #FF953F; }
.ui-nosvg .ui-icon-bar-chart-o:after { background-image: url('png_images/bar-chart-o.png'); }


.ui-icon-archive:after { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%20Tiny%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11-tiny.dtd%22%3E%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22tiny%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%20500%20500%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20d%3D%22M303.571%20232.143q0-7.254-5.301-12.556t-12.556-5.301h-71.429q-7.254%200-12.556%205.301t-5.301%2012.556%205.301%2012.556%2012.556%205.301h71.429q7.254%200%2012.556-5.301t5.301-12.556zM464.286%20178.571v267.857q0%207.254-5.301%2012.556t-12.556%205.301h-392.857q-7.254%200-12.556-5.301t-5.301-12.556v-267.857q0-7.254%205.301-12.556t12.556-5.301h392.857q7.254%200%2012.556%205.301t5.301%2012.556zM482.143%2053.571v71.429q0%207.254-5.301%2012.556t-12.556%205.301h-428.571q-7.254%200-12.556-5.301t-5.301-12.556v-71.429q0-7.254%205.301-12.556t12.556-5.301h428.571q7.254%200%2012.556%205.301t5.301%2012.556z%22%20fill%3D%22%23ffffff%22%20%2F%3E%3C%2Fsvg%3E') }
.ui-nosvg .ui-icon-archive:after { background-image: url('png_images/archive.png'); }


.ui-icon-book:after { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%20Tiny%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11-tiny.dtd%22%3E%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22tiny%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%20500%20500%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20d%3D%22M457.31%20133.371q11.161%2015.904%205.022%2035.993l-76.73%20252.79q-5.301%2017.857-21.345%2029.995t-34.18%2012.137h-257.534q-21.484%200-41.434-14.927t-27.762-36.691q-6.696-18.694-0.558-35.435%200-1.116%200.837-7.534t1.116-10.324q0.279-2.232-0.837-5.999t-0.837-5.441q0.558-3.069%202.232-5.859t4.604-6.557%204.604-6.557q6.417-10.603%2012.556-25.53t8.371-25.53q0.837-2.79%200.14-8.371t-0.14-7.813q0.837-3.069%204.743-7.812t4.743-6.417q5.859-10.044%2011.719-25.669t6.976-25.112q0.279-2.511-0.698-8.929t0.14-7.813q1.116-3.627%206.138-8.51t6.138-6.278q5.301-7.254%2011.858-23.577t7.673-26.925q0.279-2.232-0.837-7.115t-0.558-7.394q0.558-2.232%202.511-5.022t5.022-6.417%204.743-5.859q2.232-3.348%204.604-8.51t4.185-9.766%204.464-10.044%205.441-8.929%207.394-6.557%2010.044-3.208%2013.253%201.535l-0.279%200.837q10.603-2.511%2014.23-2.511h212.333q20.647%200%2031.808%2015.625t5.022%2036.272l-76.451%20252.79q-10.044%2033.203-19.95%2042.829t-35.854%209.626h-242.466q-7.534%200-10.603%204.185-3.069%204.464-0.279%2011.998%206.696%2019.531%2040.179%2019.531h257.534q8.091%200%2015.625-4.325t9.766-11.579l83.706-275.391q1.953-6.138%201.395-15.904%2010.603%204.185%2016.462%2011.998zM160.435%20133.929q-1.116%203.627%200.558%206.278t5.581%202.651h169.643q3.627%200%207.115-2.651t4.604-6.278l5.859-17.857q1.116-3.627-0.558-6.278t-5.581-2.651h-169.643q-3.627%200-7.115%202.651t-4.604%206.278zM137.277%20205.357q-1.116%203.627%200.558%206.278t5.581%202.651h169.643q3.627%200%207.115-2.651t4.604-6.278l5.859-17.857q1.116-3.627-0.558-6.278t-5.581-2.651h-169.643q-3.627%200-7.115%202.651t-4.604%206.278z%22%20fill%3D%22%23ffffff%22%20%2F%3E%3C%2Fsvg%3E'); background-color: #005FC0; }
.ui-nosvg .ui-icon-book:after { background-image: url('png_images/book.png'); }


.ui-icon-clipboard:after { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%20Tiny%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11-tiny.dtd%22%3E%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22tiny%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%20500%20500%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20d%3D%22M214.286%20464.286h250v-178.571h-116.071q-11.161%200-18.973-7.813t-7.813-18.973v-116.071h-107.143v321.429zM285.714%2062.5v-17.857q0-3.627-2.651-6.278t-6.278-2.651h-196.429q-3.627%200-6.278%202.651t-2.651%206.278v17.857q0%203.627%202.651%206.278t6.278%202.651h196.429q3.627%200%206.278-2.651t2.651-6.278zM357.143%20250h83.426l-83.426-83.426v83.426zM500%20285.714v187.5q0%2011.161-7.813%2018.973t-18.973%207.813h-267.857q-11.161%200-18.973-7.813t-7.813-18.973v-44.643h-151.786q-11.161%200-18.973-7.813t-7.813-18.973v-375q0-11.161%207.813-18.973t18.973-7.813h303.571q11.161%200%2018.973%207.813t7.813%2018.973v91.518q5.859%203.627%2010.044%207.812l113.839%20113.839q7.813%207.813%2013.393%2021.206t5.581%2024.554z%22%20fill%3D%22%23ffffff%22%20%2F%3E%3C%2Fsvg%3E') }
.ui-nosvg .ui-icon-clipboard:after { background-image: url('png_images/clipboard.png'); }


.ui-icon-home:after { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%20Tiny%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11-tiny.dtd%22%3E%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22tiny%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%20500%20500%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20d%3D%22M392.857%20276.786v133.929q0%207.254-5.301%2012.556t-12.556%205.301h-107.143v-107.143h-71.429v107.143h-107.143q-7.254%200-12.556-5.301t-5.301-12.556v-133.929q0-0.279%200.14-0.837t0.14-0.837l160.435-132.254%20160.435%20132.254q0.279%200.558%200.279%201.674zM455.078%20257.534l-17.299%2020.647q-2.232%202.511-5.859%203.069h-0.837q-3.627%200-5.859-1.953l-193.081-160.993-193.081%20160.993q-3.348%202.232-6.696%201.953-3.627-0.558-5.859-3.069l-17.299-20.647q-2.232-2.79-1.953-6.557t3.069-5.999l200.614-167.132q8.929-7.254%2021.206-7.254t21.206%207.254l68.081%2056.919v-54.409q0-3.906%202.511-6.417t6.417-2.511h53.571q3.906%200%206.417%202.511t2.511%206.417v113.839l61.105%2050.781q2.79%202.232%203.069%205.999t-1.953%206.557z%22%20fill%3D%22%23ffffff%22%20%2F%3E%3C%2Fsvg%3E') }
.ui-nosvg .ui-icon-home:after { background-image: url('png_images/home.png'); }


.ui-icon-medkit:after { background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%20Tiny%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11-tiny.dtd%22%3E%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22tiny%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%20500%20500%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20d%3D%22M357.143%20312.5v-53.571q0-3.906-2.511-6.417t-6.417-2.511h-62.5v-62.5q0-3.906-2.511-6.417t-6.417-2.511h-53.571q-3.906%200-6.417%202.511t-2.511%206.417v62.5h-62.5q-3.906%200-6.417%202.511t-2.511%206.417v53.571q0%203.906%202.511%206.417t6.417%202.511h62.5v62.5q0%203.906%202.511%206.417t6.417%202.511h53.571q3.906%200%206.417-2.511t2.511-6.417v-62.5h62.5q3.906%200%206.417-2.511t2.511-6.417zM178.571%20107.143h142.857v-35.714h-142.857v35.714zM71.429%20107.143v357.143h-8.929q-25.669%200-44.085-18.415t-18.415-44.085v-232.143q0-25.669%2018.415-44.085t44.085-18.415h8.929zM401.786%20107.143v357.143h-303.571v-357.143h44.643v-44.643q0-11.161%207.813-18.973t18.973-7.813h160.714q11.161%200%2018.973%207.813t7.813%2018.973v44.643h44.643zM500%20169.643v232.143q0%2025.669-18.415%2044.085t-44.085%2018.415h-8.929v-357.143h8.929q25.669%200%2044.085%2018.415t18.415%2044.085z%22%20fill%3D%22%23ffffff%22%20%2F%3E%3C%2Fsvg%3E"); background-repeat: no-repeat; background-color: #FF4136;}

.ui-nosvg .ui-icon-medkit:after { background-image: url("png_images/medkit.png"); }


.ui-icon-camera:after { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%20Tiny%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11-tiny.dtd%22%3E%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22tiny%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%20500%20500%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20d%3D%22M267.857%20187.5q33.203%200%2056.78%2023.577t23.577%2056.78-23.577%2056.78-56.78%2023.577-56.78-23.577-23.577-56.78%2023.577-56.78%2056.78-23.577zM464.286%2071.429q29.576%200%2050.502%2020.926t20.926%2050.502v250q0%2029.576-20.926%2050.502t-50.502%2020.926h-392.857q-29.576%200-50.502-20.926t-20.926-50.502v-250q0-29.576%2020.926-50.502t50.502-20.926h62.5l14.23-37.946q5.301-13.672%2019.392-23.577t28.878-9.905h142.857q14.788%200%2028.878%209.905t19.392%2023.577l14.23%2037.946h62.5zM267.857%20392.857q51.618%200%2088.309-36.691t36.691-88.309-36.691-88.309-88.309-36.691-88.309%2036.691-36.691%2088.309%2036.691%2088.309%2088.309%2036.691z%22%20fill%3D%22%23ffffff%22%20%2F%3E%3C%2Fsvg%3E') }
.ui-nosvg .ui-icon-camera:after { background-image: url('png_images/camera.png'); }


.ui-icon-trash-o:after { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%20Tiny%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11-tiny.dtd%22%3E%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22tiny%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%20500%20500%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20d%3D%22M142.857%20205.357v160.714q0%203.906-2.511%206.417t-6.417%202.511h-17.857q-3.906%200-6.417-2.511t-2.511-6.417v-160.714q0-3.906%202.511-6.417t6.417-2.511h17.857q3.906%200%206.417%202.511t2.511%206.417zM214.286%20205.357v160.714q0%203.906-2.511%206.417t-6.417%202.511h-17.857q-3.906%200-6.417-2.511t-2.511-6.417v-160.714q0-3.906%202.511-6.417t6.417-2.511h17.857q3.906%200%206.417%202.511t2.511%206.417zM285.714%20205.357v160.714q0%203.906-2.511%206.417t-6.417%202.511h-17.857q-3.906%200-6.417-2.511t-2.511-6.417v-160.714q0-3.906%202.511-6.417t6.417-2.511h17.857q3.906%200%206.417%202.511t2.511%206.417zM321.429%20407.366v-264.509h-250v264.509q0%206.138%201.953%2011.3t4.046%207.534%202.93%202.372h232.143q0.837%200%202.93-2.372t4.046-7.534%201.953-11.3zM133.929%20107.143h125l-13.393-32.645q-1.953-2.511-4.743-3.069h-88.449q-2.79%200.558-4.743%203.069zM392.857%20116.071v17.857q0%203.906-2.511%206.417t-6.417%202.511h-26.786v264.509q0%2023.159-13.114%2040.039t-31.529%2016.88h-232.143q-18.415%200-31.529-16.323t-13.114-39.481v-265.625h-26.786q-3.906%200-6.417-2.511t-2.511-6.417v-17.857q0-3.906%202.511-6.417t6.417-2.511h86.216l19.531-46.596q4.185-10.324%2015.067-17.578t22.042-7.254h89.286q11.161%200%2022.042%207.254t15.067%2017.578l19.531%2046.596h86.216q3.906%200%206.417%202.511t2.511%206.417z%22%20fill%3D%22%23ffffff%22%20%2F%3E%3C%2Fsvg%3E') }
.ui-nosvg .ui-icon-trash-o:after { background-image: url('png_images/trash-o.png'); }


.ui-icon-times-circle:after { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%20Tiny%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11-tiny.dtd%22%3E%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22tiny%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%20500%20500%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20d%3D%22M320.591%20313.058q0-7.254-5.301-12.556l-50.502-50.502%2050.502-50.502q5.301-5.301%205.301-12.556%200-7.534-5.301-12.835l-25.112-25.112q-5.301-5.301-12.835-5.301-7.254%200-12.556%205.301l-50.502%2050.502-50.502-50.502q-5.301-5.301-12.556-5.301-7.534%200-12.835%205.301l-25.112%2025.112q-5.301%205.301-5.301%2012.835%200%207.254%205.301%2012.556l50.502%2050.502-50.502%2050.502q-5.301%205.301-5.301%2012.556%200%207.534%205.301%2012.835l25.112%2025.112q5.301%205.301%2012.835%205.301%207.254%200%2012.556-5.301l50.502-50.502%2050.502%2050.502q5.301%205.301%2012.556%205.301%207.534%200%2012.835-5.301l25.112-25.112q5.301-5.301%205.301-12.835zM428.571%20250q0%2058.315-28.739%20107.562t-77.985%2077.985-107.562%2028.739-107.562-28.739-77.985-77.985-28.739-107.562%2028.739-107.562%2077.985-77.985%20107.562-28.739%20107.562%2028.739%2077.985%2077.985%2028.739%20107.562z%22%20fill%3D%22%23ffffff%22%20%2F%3E%3C%2Fsvg%3E') }
.ui-nosvg .ui-icon-times-circle:after { background-image: url('png_images/times-circle.png'); }


.ui-icon-times:after { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%20Tiny%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11-tiny.dtd%22%3E%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22tiny%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%20500%20500%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20d%3D%22M362.165%20368.862q0%2011.161-7.813%2018.973l-37.946%2037.946q-7.813%207.813-18.973%207.813t-18.973-7.813l-82.031-82.031-82.031%2082.031q-7.813%207.813-18.973%207.813t-18.973-7.813l-37.946-37.946q-7.813-7.813-7.813-18.973t7.813-18.973l82.031-82.031-82.031-82.031q-7.813-7.813-7.813-18.973t7.813-18.973l37.946-37.946q7.813-7.813%2018.973-7.813t18.973%207.813l82.031%2082.031%2082.031-82.031q7.813-7.813%2018.973-7.813t18.973%207.813l37.946%2037.946q7.813%207.813%207.813%2018.973t-7.813%2018.973l-82.031%2082.031%2082.031%2082.031q7.813%207.813%207.813%2018.973z%22%20fill%3D%22%23ffffff%22%20%2F%3E%3C%2Fsvg%3E') }
.ui-nosvg .ui-icon-times:after { background-image: url('png_images/times.png'); }


.ui-icon-sign-in:after { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%20Tiny%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11-tiny.dtd%22%3E%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22tiny%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%20500%20500%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20d%3D%22M178.571%20401.786q0%201.116%200.279%205.581t0.14%207.394-0.837%206.557-2.79%205.441-5.72%201.813h-89.286q-33.203%200-56.78-23.577t-23.577-56.78v-196.429q0-33.203%2023.577-56.78t56.78-23.577h89.286q3.627%200%206.278%202.651t2.651%206.278q0%201.116%200.279%205.581t0.14%207.394-0.837%206.557-2.79%205.441-5.72%201.813h-89.286q-18.415%200-31.529%2013.114t-13.114%2031.529v196.429q0%2018.415%2013.114%2031.529t31.529%2013.114h87.054t3.208%200.279%203.208%200.837%202.232%201.535%201.953%202.511%200.558%203.767zM437.5%20250q0%207.254-5.301%2012.556l-151.786%20151.786q-5.301%205.301-12.556%205.301t-12.556-5.301-5.301-12.556v-80.357h-125q-7.254%200-12.556-5.301t-5.301-12.556v-107.143q0-7.254%205.301-12.556t12.556-5.301h125v-80.357q0-7.254%205.301-12.556t12.556-5.301%2012.556%205.301l151.786%20151.786q5.301%205.301%205.301%2012.556z%22%20fill%3D%22%23ffffff%22%20%2F%3E%3C%2Fsvg%3E') }
.ui-nosvg .ui-icon-sign-in:after { background-image: url('png_images/sign-in.png'); }


.ui-icon-sign-out:after { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%20Tiny%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11-tiny.dtd%22%3E%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22tiny%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%20500%20500%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20d%3D%22M330.357%20250q0%207.254-5.301%2012.556l-151.786%20151.786q-5.301%205.301-12.556%205.301t-12.556-5.301-5.301-12.556v-80.357h-125q-7.254%200-12.556-5.301t-5.301-12.556v-107.143q0-7.254%205.301-12.556t12.556-5.301h125v-80.357q0-7.254%205.301-12.556t12.556-5.301%2012.556%205.301l151.786%20151.786q5.301%205.301%205.301%2012.556zM428.571%20151.786v196.429q0%2033.203-23.577%2056.78t-56.78%2023.577h-89.286q-3.627%200-6.278-2.651t-2.651-6.278q0-1.116-0.279-5.581t-0.14-7.394%200.837-6.557%202.79-5.441%205.72-1.813h89.286q18.415%200%2031.529-13.114t13.114-31.529v-196.429q0-18.415-13.114-31.529t-31.529-13.114h-87.054t-3.208-0.279-3.208-0.837-2.232-1.535-1.953-2.511-0.558-3.767q0-1.116-0.279-5.581t-0.14-7.394%200.837-6.557%202.79-5.441%205.72-1.813h89.286q33.203%200%2056.78%2023.577t23.577%2056.78z%22%20fill%3D%22%23ffffff%22%20%2F%3E%3C%2Fsvg%3E') }
.ui-nosvg .ui-icon-sign-out:after { background-image: url('png_images/sign-out.png'); }

.ui-icon-eye:after { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%20Tiny%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11-tiny.dtd%22%3E%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22tiny%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%20500%20500%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20d%3D%22M464.286%20267.857q-42.411-65.848-106.306-98.493%2017.020%2029.018%2017.020%2062.779%200%2051.618-36.691%2088.309t-88.309%2036.691-88.309-36.691-36.691-88.309q0-33.761%2017.020-62.779-63.895%2032.645-106.306%2098.493%2037.109%2057.199%2093.052%2091.099t121.233%2033.901%20121.233-33.901%2093.052-91.099zM263.393%20160.714q0-5.581-3.906-9.487t-9.487-3.906q-34.877%200-59.849%2024.972t-24.972%2059.849q0%205.581%203.906%209.487t9.487%203.906%209.487-3.906%203.906-9.487q0-23.996%2017.020-41.016t41.016-17.020q5.581%200%209.487-3.906t3.906-9.487zM500%20267.857q0%209.487-5.581%2019.252-39.063%2064.174-105.050%20102.818t-139.37%2038.644-139.37-38.784-105.050-102.679q-5.581-9.766-5.581-19.252t5.581-19.252q39.063-63.895%20105.050-102.679t139.37-38.784%20139.37%2038.784%20105.050%20102.679q5.581%209.766%205.581%2019.252z%22%20fill%3D%22%23ffffff%22%20%2F%3E%3C%2Fsvg%3E'); background-color:#0000C0; }
.ui-nosvg .ui-icon-eye:after { background-image: url('png_images/eye.png'); } 

.ui-icon-times-circle:after {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%20Tiny%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11-tiny.dtd%22%3E%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22tiny%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%20500%20500%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20d%3D%22M320.591%20313.058q0-7.254-5.301-12.556l-50.502-50.502%2050.502-50.502q5.301-5.301%205.301-12.556%200-7.534-5.301-12.835l-25.112-25.112q-5.301-5.301-12.835-5.301-7.254%200-12.556%205.301l-50.502%2050.502-50.502-50.502q-5.301-5.301-12.556-5.301-7.534%200-12.835%205.301l-25.112%2025.112q-5.301%205.301-5.301%2012.835%200%207.254%205.301%2012.556l50.502%2050.502-50.502%2050.502q-5.301%205.301-5.301%2012.556%200%207.534%205.301%2012.835l25.112%2025.112q5.301%205.301%2012.835%205.301%207.254%200%2012.556-5.301l50.502-50.502%2050.502%2050.502q5.301%205.301%2012.556%205.301%207.534%200%2012.835-5.301l25.112-25.112q5.301-5.301%205.301-12.835zM428.571%20250q0%2058.315-28.739%20107.562t-77.985%2077.985-107.562%2028.739-107.562-28.739-77.985-77.985-28.739-107.562%2028.739-107.562%2077.985-77.985%20107.562-28.739%20107.562%2028.739%2077.985%2077.985%2028.739%20107.562z%22%20fill%3D%22%23ffffff%22%20%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: 4px 3px;
	background-color:#FF4136;
}
.ui-nosvg .ui-icon-times-circle:after {
	background-image: url('png_images/times-circle.png');
}

.ui-icon-times:after {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%20Tiny%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11-tiny.dtd%22%3E%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22tiny%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%20500%20500%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20d%3D%22M362.165%20368.862q0%2011.161-7.813%2018.973l-37.946%2037.946q-7.813%207.813-18.973%207.813t-18.973-7.813l-82.031-82.031-82.031%2082.031q-7.813%207.813-18.973%207.813t-18.973-7.813l-37.946-37.946q-7.813-7.813-7.813-18.973t7.813-18.973l82.031-82.031-82.031-82.031q-7.813-7.813-7.813-18.973t7.813-18.973l37.946-37.946q7.813-7.813%2018.973-7.813t18.973%207.813l82.031%2082.031%2082.031-82.031q7.813-7.813%2018.973-7.813t18.973%207.813l37.946%2037.946q7.813%207.813%207.813%2018.973t-7.813%2018.973l-82.031%2082.031%2082.031%2082.031q7.813%207.813%207.813%2018.973z%22%20fill%3D%22%23ffffff%22%20%2F%3E%3C%2Fsvg%3E');
		background-repeat: no-repeat;
		background-position: 5px 2px;
		background-color:#FF4136;
}
.ui-nosvg .ui-icon-times:after {
	background-image: url('png_images/times.png');
}

.ui-icon-exclamation-triangle:after { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%20Tiny%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11-tiny.dtd%22%3E%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22tiny%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%20500%20500%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20d%3D%22M285.714%20383.649v-53.013q0-3.906-2.651-6.557t-6.278-2.651h-53.571q-3.627%200-6.278%202.651t-2.651%206.557v53.013q0%203.906%202.651%206.557t6.278%202.651h53.571q3.627%200%206.278-2.651t2.651-6.557zM285.156%20279.297l5.022-128.069q0-3.348-2.79-5.301-3.627-3.069-6.696-3.069h-61.384q-3.069%200-6.696%203.069-2.79%201.953-2.79%205.859l4.743%20127.511q0%202.79%202.79%204.604t6.696%201.813h51.618q3.906%200%206.557-1.813t2.93-4.604zM281.25%2018.694l214.286%20392.857q9.766%2017.578-0.558%2035.156-4.743%208.091-12.974%2012.835t-17.718%204.743h-428.571q-9.487%200-17.718-4.743t-12.974-12.835q-10.324-17.578-0.558-35.156l214.286-392.857q4.743-8.649%2013.114-13.672t18.136-5.022%2018.136%205.022%2013.114%2013.672z%22%20fill%3D%22%23ffffff%22%20%2F%3E%3C%2Fsvg%3E');
		background-repeat: no-repeat;
		background-position: 3px 2px;
		background-color:#FF0000;
 }
 
 .ui-icon-wrench:after { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%20Tiny%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11-tiny.dtd%22%3E%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22tiny%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%20500%20500%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20d%3D%22M107.143%20410.714q0-7.254-5.301-12.556t-12.556-5.301-12.556%205.301-5.301%2012.556%205.301%2012.556%2012.556%205.301%2012.556-5.301%205.301-12.556zM286.831%20293.527l-190.29%20190.29q-10.324%2010.324-25.112%2010.324-14.509%200-25.391-10.324l-29.576-30.134q-10.603-10.044-10.603-25.112%200-14.788%2010.603-25.391l190.011-190.011q10.882%2027.344%2031.948%2048.41t48.41%2031.948zM463.728%20172.154q0%2010.882-6.417%2029.576-13.114%2037.388-45.898%2060.687t-72.126%2023.298q-51.618%200-88.309-36.691t-36.691-88.309%2036.691-88.309%2088.309-36.691q16.183%200%2033.901%204.604t29.995%2012.974q4.464%203.069%204.464%207.813t-4.464%207.813l-81.752%2047.154v62.5l53.851%2029.855q1.395-0.837%2022.042-13.532t37.807-22.601%2019.671-9.905q4.185%200%206.557%202.79t2.372%206.976z%22%20fill%3D%22%23ffffff%22%20%2F%3E%3C%2Fsvg%3E') }
.ui-nosvg .ui-icon-wrench:after { background-image: url('png_images/wrench.png'); }
.ui-nosvg .ui-icon-exclamation-triangle:after { background-image: url('png_images/exclamation-triangle.png'); }