
/* RESET */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, 
h6, p, blockquote, pre, a, abbr, address, cite, code, del,
dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup,
var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, canvas, details, figure, figcaption, 
hgroup, menu, footer, header, nav, section, summary, time,
mark, audio, video {
        margin: 0px;
        padding: 0px;
        border: 0px;
        line-height: 1.5em;
}


article, aside, canvas, figure, figure img, figcaption,
hgroup, footer, header, nav, section, audio, video {
        display: block;
}

/********* Page Settings **********************************/
body {
	font-family: sans-serif;
        background-color: white;
	color: black;
	font-size: 80%;
}

/* HTML Styles */
li { margin-left: 2em; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
dl {}
dt {}
dd {}

/* headings */
h1 { font-size: 1.35em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1.0em; }

/* Clearfixen */
#header:after, #top-nav:after, #sub-nav:after, #main:after,
#dist-layout:after, #widgets:after, #left:after, #footer:after,
#right:after, #middle:after {
        content: ".";
        display: block;
        height: 0px;
        clear: both;
        visibility: hidden;
        overflow: hidden;
}
#dist-layout, #header, #top-nav, #sub-nav, #main, #footer { 
        clear: both;
}

/********* Accessability **********************************/
#access { }
#access-links {
        position: absolute;
        right: 0px;
        border: 1px solid black;
        background-color: #666;
        padding: 3px;
        font-size: 90%;
}
#access-links a {
        color: white;
        text-decoration: none;
}


/********* Header *****************************************/
#header {
        background-color: #333;
        text-align: center;
        overflow: hidden;
}
#header a { display: block; }
#header img { display: block; }

/********* Navs *******************************************/

.nav {
    margin-bottom: 0px;
}

.nav>li>a:hover, .nav>li>a:focus {
    background-color: transparent;
}
#top-nav li, #sub-nav li, #footer li {
	display: block;
        float: left;
        margin: 0px;
        padding: 6px;
        font-size: 90%;
        border-right: 1px solid #999;
}
#top-nav a, #sub-nav a, #footer a {
        text-decoration: none;
        font-weight: bold;
}

/********* Top Nav ****************************************/
#top-nav {
        background-color: #222;
        color: white;
}
#top-nav li:hover { background-color: #fade2f; }
#top-nav li:hover a { color: black; }
#top-nav li.item-2:hover { background-color: #00794c; }
#top-nav li.item-2:hover a { color: white; }
#top-nav li.item-3:hover { background-color: #981f32; }
#top-nav li.item-3:hover a { color: white; }
#top-nav li.item-4:hover { background-color: #01747b; }
#top-nav li.item-4:hover a { color: white; }
#top-nav a { color: white; }

/********* Sub Nav ****************************************/
#sub-nav {
        background-color: #ddd;
        color: black;
	border-bottom: 1px solid #999;
}
#sub-nav li:hover { background-color: #fade2f; }
#sub-nav a { color: black; }

/* Search - move to screen-l/screen-m? */
#search {
        padding: 2px;
	float: right;
}
#search input {
        font-size: inherit;
		line-height: 1.5em;
		margin-bottom: 0px;
		height: 15px;
}

#search button {
        font-size: inherit;
		height: 25px;
}

/********* Breadcrumb Trail *******************************/
#breadcrumb {
        padding: 6px;
        background-color: white;
}
#breadcrumb strong { font-weight: normal; }

/********* Main *******************************************/
#main {
        margin: 0px auto;
        background-color: white;
}

/* Homepage Content */
.heading_strip {
        background-color: #666;
        color: white;
}
.heading_strip h2 {
        text-transform: uppercase;
        padding: 0.3em 0.5em;
        font-size: 90%;
        letter-spacing: 2px;
        color: white;
}
h3.heading {
        font-size: 110%;
        margin: 0.5em 0;
        color: #11487c;
}
h4 {
        font-size: 100%;
        margin: 0.5em 0;
}

/* Today in Parliament */
#today-in-parliament { }
#today-in-parliament .purple_strip_large {
	background-color: #662D91;
        color: white;
        padding: 5px;
        margin-top: 0.5em;
}

/*
#today-in-parliament .pad {
        background-color: #ddd;
        padding: 0.5em;
}
*/

/* Latest News & Events */
#news-events .hide_frontpage {
        display: none;
}

/* Widget Column */

/* Member Search widget */
.member_search button.nostyle {
        background-color: transparent;
        border: 0;
}
.member_search input {
	width: 80%;
}
#widgets .purple_strip,
#right .purple_strip {
        background-color: #662d91;
        color: white;
        padding: 5px;
}
#widgets .purple_strip h3.heading,
#right .purple_strip h3.heading {
        font-size: 90%;
        color: white;
        text-transform: uppercase;
        font-weight: normal;
        margin: 0;
}
#widgets .pad,
#right .pad {
        padding: 0.5em;
}

/* get rid of "seperator" when cleared out of code */
.separator, .seperator {
        border-top: 1px dotted #999;
        margin: 1em;
}

/* This formatting is mad. make it good. */
/*
.broadcast { float: left; }
.rss { float: right; }
*/

/* Left hand column with main menu */
#left { }
#left_sub { background-color: #eee; }
#left_sub_header {
        text-transform: uppercase;
        letter-spacing: 2px;
        padding: 0.5em;
        font-size: 90%;
}

/*
 * Main Menu styles
 *
 * .mainlevel = top level menu item
 * .mainlevel_current = top level menu item when selected
 * .mainlevel_active = top level menu item when sub item selected
 * .sublevel = sub level menu item
 * .sublevel_current = sub level menu item when selected
 * .sublevel_active = sub level menu item when sub sub item selected
 *
 * Most style goes on <a> instead of <li> so it's not indented
 *
 * Should use plain <ul>s and .current and .active
 *
 */

/* Common Main Menu list item styles */
li.mainlevel, li.mainlevel_current, li.mainlevel_active, 
li.sublevel, li.sublevel_active, li.sublevel_current {
        list-style-type: none;
        margin: 0;
}
li.mainlevel a, li.mainlevel_current a, li.mainlevel_active a, 
li.sublevel a, li.sublevel_active a, li.sublevel_current a {
        color: black;
        display: block;
        text-decoration: none;
        font-size: 90%;
        border-bottom: 1px solid #999;
        padding: 4px;
}

/* Main level */
li.mainlevel a, li.mainlevel_current a, li.mainlevel_active a {
        padding-left: 10px; 
}

/* Sub level padding and bullets */
li.sublevel a.sublevel,
li.sublevel_active a.sublevel_active,
li.sublevel_current a.sublevel_current {
        padding-left: 20px; 
        background-image: url("../images/arrow.gif");
        background-repeat: no-repeat;
        background-position: left center;
        background-color: #ffe;
}

/* Sub Sub level */
li.sublevel_active li.sublevel a.sublevel, 
li.sublevel_active li.sublevel_current a.sublevel_current,
li.sublevel_current li.sublevel a.sublevel {
        padding-left: 30px; 
        background-image: url("../images/bullet.gif");
        background-repeat: no-repeat;
        background-position: left center;
        background-color: white;
}

/* Active menu item */
a#active_menu {
        background-color: #333;
        color: white;
}
a.sublevel_current#active_menu {
        background-image: url("../images/arrow_rev.gif");
}
li.sublevel_active li.sublevel_current a.sublevel_current#active_menu {
        background-image: url("../images/bullet_rev.gif");
}

/* Mouse overs */
#left_vertical_menu a:hover {
        background-color: #333;
        color: white;
}
#left_vertical_menu a.sublevel:hover,
#left_vertical_menu a.sublevel_active:hover {
        background-image: url("../images/arrow_rev.gif");
}
#left_vertical_menu li.sublevel_active li.sublevel a.sublevel:hover,
#left_vertical_menu li.sublevel_current li.sublevel a.sublevel:hover {
        background-image: url("../images/bullet_rev.gif");
}

/* Middle column */
#middle { }

#middle .heading_strip {
        padding: 0.5em;
        margin-bottom: 1em;
}
#middle .heading_strip h1.heading {
        text-transform: uppercase;
        font-weight: normal;
	letter-spacing: 2px;
	font-size: 90%;
}

/* Page Formatting */
p { margin: 0 0 1em 0; }
.hide { display: none; }
.modified { color: #999; }
.modifydate { color: #999; }

#middle td {
	padding: 4px;
	border: 1px solid #ccc;
}

#middle td td {
	border: 0px;
}
h2 {
	font-size: 1.3em;
	color: #14487c;
}

/* Page controls */
ul.pagination {

}
ul.pagination li {
	list-style: none;
	display: inline;
	padding-right: 3px;
}
ul.pagination li a {
	font-weight: bold;
}
.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }


/* Footer */
#footer span.text-formatting { display: none; }
#footer {
        border-top: 1px solid #999;
        background-color: #ccc;
}
#footer li a {
        color: #333;
        font-weight: normal;
}
#footer li:hover { background-color: #333; }
#footer li:hover a { color: white; }


/* Theme Colors */

/* Yellow */
#top-nav li.active { background-color: #fade2f; }
#top-nav li.active a { color: black; }
/* #middle .heading_strip { background-color: #fade2f; } */
#left_sub_header { background-color: #fade2f; color: black; }

/* Red */
body#theme-red #top-nav li.active { background-color: #981f32; }
body#theme-red #top-nav li.active a { color: white; }
body#theme-red #middle .heading_strip { background-color: #981f32; }
body#theme-red #left_sub_header { background-color: #981f32; color: white; }
body#theme-red #header { background-color: #981f32; }

/* Green */
body#theme-green #top-nav li.active { background-color: #00794c; }
body#theme-green #top-nav li.active a { color: white; }
body#theme-green #middle .heading_strip { background-color: #00794c; }
body#theme-green #left_sub_header { background-color: #00794c; color: white; }
body#theme-green #header { background-color: #00794c; }

/* Aqua */
body#theme-aqua #top-nav li.active { background-color: #01747b; }
body#theme-aqua #top-nav li.active a { color: white; }
body#theme-aqua #middle .heading_strip { background-color: #01747b; }
body#theme-aqua #left_sub_header { background-color: #01747b; color: white; }
body#theme-aqua #header { background-color: #01747b; }


/* Committees styles */
table.committee_table {
	width: 100%;
	border: 1px solid #999;
}
table.committee_table th {
	background: #333;
	color: #FFF;
	padding: 4px;
	text-align: left;
}
table.committee_table td {
	padding: 4px;
	border: 1px solid #999;
}
table.committee_table tr.alt {
        background-color: #d1edef;
}

/* Committee tabs */
.inquiry_menu {
	float: left;
	width:100%;
	border: solid 1px #666;

	padding-bottom: 0px;
	/*width: 130px; */
/*	clear: both; */
        background-color: #d1edef;

        margin-bottom: 1em;
}
#middle ul.committee_menu,ul.committee_menu {
	/*width: 130px !important; */
	padding: 0px;
	margin: 0px;

}
ul.committee_menu li {

	list-style: none;

	float: left;

        background-color: #e8e8e8;
	
	padding: 0px;
	margin-top: 2px;
        margin-left: 2px;
        margin-right: 0px;
	margin-bottom: 0px;

	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-bottom: 2px solid #ccc;

}
ul.committee_menu li a {
/*	width: 120px; */
	padding: 5px;
	float: left;
	text-decoration: none;

}
ul.committee_menu li a:hover {
	background: #fff;
	color: #000;
}
ul.committee_menu li.head {
	
	color: #333;
	font-weight: bold;
	padding: 5px !important;
	width: 190px;
}
	
ul li.contents {
	background: #01747B;
	color: #FFF;
	padding: 5px !important;
	width: 120px;
}
ul.committee_menu li.active {
	background-color: #fff !important;
        color: #000 !important;
        border-bottom: 3px solid #fff;
        margin-bottom: -1px !important;
}
ul.committee_menu li.active a {
        color: #000 !important;
}


/* HANSARD colours */

/*Assembly download table*/

#hansAssy {
         background-color: #AED1A3; 
         border-collapse: collapse;
}
#hansAssy tr {
         border-top: 2px solid #AED1A3;
         border-bottom: 2px solid #999999;
}
#hansAssy tr#blank {
         border-bottom: 0px;
}
#hansAssy th {
         text-align: left;
}
table#hansAssy td {
         padding: 5px;
         border: none;
}

/*Council download table*/

#hansCcl {
         background-color: #F48F8A; 
         border-collapse: collapse;
}
#hansCcl tr {
         border-top: 2px solid #F48F8A;
         border-bottom: 2px solid #999999;
}
#hansCcl tr#blank {
         border-bottom: 0px;
}
#hansCcl th {
         text-align: left;
}
table#hansCcl td {
         padding: 5px;
         border: none;
}

/* JCL styles */

/* make sure floats don't get caught on underhang */
#extcalendar div.calander_title { height: 1.5em; }
#extcalendar div.today { height: 1.5em; }

/* override inline styles */
#extcalendar div.prev_month { width: 33% !important; }
#extcalendar div.current_month { width: 34% !important; }
#extcalendar div.next_month { width: 33% !important; }

#extcalendar div.clr { clear: right !important; }
#extcalendar table.maintable { }

/* Search Form */
#adv_search_form {
        background-color: #e6e6e6;
}
#searchForm div div {
        float: none !important;
        position: relative;
        text-align: right;
}
#searchForm > div  {
        position: relative;
        top: -3em;
        margin-bottom: -3em;
}

#main table.contentpaneopen { border: 0px; }
#main table.contentpaneopen td { border: 0px; }
#main table.searchintro td { border: 0px; }
#main table.contentpaneopen fieldset { 
        border-top: 1px solid #ccc; 
        margin-top: 15px;
        padding: 15px;
}
.search_date {
        font-weight: bold;
}

/* Publications */
#rokdownloads { }
#rokdownloads .file_download_list {
        width: 100%;
}
#rokdownloads .file_thumb { width: 0%; }
#rokdownloads tr {
        border: 0px;
        border-bottom: 1px dotted #999;
}
#rokdownloads td {
        border: 0px;
}
#rokdownloads tr.heading {
        border: 0px;
        border-bottom: 1px solid black;
        border-top: 1px solid black;
        background: #333;
        color: white;
}
#rokdownloads tr.heading th {
        padding: 2px;
}
#rokdownloads th a {
        color: #ff0;
}
#rokdownloads th a.current {
        color: #ff0;
}
#rokdownloads .file_lede td {
        border-top-width: 0px;
}
#rokdownloads .file_lede_content {
        position: relative;
        padding: 15px;
        margin: 1em;
        border: 1px solid black;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background-color: #ffe;
}
#rokdownloads .file_lede_content:before {
        content: "";
        position: absolute;
        top: -11px;
        bottom: auto;
        left: auto;
        right: 20px;

        display: block;
        border-style: solid;
        border-width: 0 10px 10px;
        border-color: black transparent;

        width: 0;
}
#rokdownloads .file_lede_content:after {
        content: "";
        position: absolute;
        top: -10px;
        bottom: auto
        left: auto;
        right: 20px;

        display: block;
        border-style: solid;
        border-width: 0 10px 10px;
        border-color: #ffe transparent;

        width: 0;
}
#rokdownloads .file_tag .Assembly_tag { color: #060; }
#rokdownloads .file_tag .Council_tag { color: #060; }

#rokdownloads .file_name_heading { text-align: left; }

#rokdownloads .file_html, 
#rokdownloads .file_preview,
#rokdownloads .file_date,
#rokdownloads .file_tag { text-align: center; }
#rokdownloads .file_size { text-align: right; }

#rokdownloads table a { text-decoration: none; }
#rokdownloads table a:hover { text-decoration: underline; }

#rokdownloads select { font-size: inherit; }

#rokdownloads #select_category_control option.current {
        font-weight: bold;
}

#rokdownloads .rd_pagination.top {
        margin: 0;
}

#rokdownloads #rd_folder {
        border: 0;
}
#rokdownloads #rd_folder .rd_details {
        margin: 0.5em 0;
        padding: 1em;
        background-color: #ffe;
        border: 1px solid #ccc;
}

#rokdownloads .rd_nofiles {
        border: 1px solid #ccc;
        font-weight: bold;
        padding: 2em;
        text-align: center;
        background-color: #fec;
        color: #930;
        font-size: 110%;
}

#sociallinks ul { }

#sociallinks li.twit {
        list-style-image: url(../images/social/twit.gif);
}
#sociallinks li.rss {
        list-style-image: url(../images/social/rss.gif);
}
#sociallinks li.youtube {
        list-style-image: url(../images/social/youtube.gif);
}
#sociallinks li.facebook {
        list-style-image: url(../images/social/facebook.gif);
}
/* Twitter feeds */
.twitterfeedallitemsdiv { margin-bottom: 1em; }
.twitterfeeditem { 
        border-bottom: 1px dotted #ccc; 
        margin: 0.5em 0;
        padding: 0.5em 0;
}

.subscribenews {
    padding: 4px;
    background-color: #F3EFEC;
    border: 1px solid #bbb;
}

strong strong {
	font-weight:bold;
}

.hearings_tbl {
width:730px;

}

.hearings_tbl th, .hearings_tbl td, .hearings_tbl td span {
font-size:10.88px !important;
font-family:sans-serif !important;
}

#middle  div.assemblylive_btn input {
    background:url(../images/refresh.png) no-repeat;
    cursor:pointer;
    width: 52px;
    height: 52px;
    border: none;
}

#middle  table.assemblylive_tbl{
  width:100%;
}

#middle  table.assemblylive_tbl td{
    border: 0px;
	padding: 1px;
}

#middle  table.assemblylive_tbl tr:nth-child(odd) td {
    border: 1px solid black;
	padding: 3px;
}

#middle  table.assemblylive_tbl tr:nth-child(even) td {
    border: 0px;
	padding: 0px;
    font-size:30%;
}

#middle table.assemblylive_tbl tr:first-child td {
    border: 3px solid #00794c;
	background-color: #C9FFCB;
}

#middle input,textarea { width: auto; }

@font-face {
	font-family: 'IcoMoon';
	src: url('../../../media/jui/fonts/IcoMoon.eot');
	src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[data-icon]:before {
	font-family: 'IcoMoon';
	content: attr(data-icon);
	speak: none;
}
[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: .25em;
	line-height: 14px;
	background-image : none;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: 'IcoMoon';
	font-style: normal;
	speak: none;
}
[class^="icon-"].disabled,
[class*=" icon-"].disabled {
	font-weight: normal;
}

.icon-joomla:before {
	content: "\e200";
}
.icon-chevron-up:before,
.icon-uparrow:before,
.icon-arrow-up:before {
	content: "\e005";
}
.icon-chevron-right:before,
.icon-rightarrow:before,
.icon-arrow-right:before {
	content: "\e006";
}
.icon-chevron-down:before,
.icon-downarrow:before,
.icon-arrow-down:before {
	content: "\e007";
}
.icon-chevron-left:before,
.icon-leftarrow:before,
.icon-arrow-left:before {
	content: "\e008";
}
.icon-arrow-first:before {
	content: "\e003";
}
.icon-arrow-last:before {
	content: "\e004";
}
.icon-arrow-up-2:before {
	content: "\e009";
}
.icon-arrow-right-2:before {
	content: "\e00a";
}
.icon-arrow-down-2:before {
	content: "\e00b";
}
.icon-arrow-left-2:before {
	content: "\e00c";
}
.icon-arrow-up-3:before {
	content: "\e00f";
}
.icon-arrow-right-3:before {
	content: "\e010";
}
.icon-arrow-down-3:before {
	content: "\e011";
}
.icon-arrow-left-3:before {
	content: "\e012";
}
.icon-menu-2:before {
	content: "\e00e";
}
.icon-arrow-up-4:before {
	content: "\e201";
}
.icon-arrow-right-4:before {
	content: "\e202";
}
.icon-arrow-down-4:before {
	content: "\e203";
}
.icon-arrow-left-4:before {
	content: "\e204";
}
.icon-share:before,
.icon-redo:before {
	content: "\27";
}
.icon-undo:before {
	content: "\28";
}
.icon-forward-2:before {
	content: "\e205";
}
.icon-backward-2:before,
.icon-reply:before {
	content: "\e206";
}
.icon-unblock:before,
.icon-refresh:before,
.icon-redo-2:before {
	content: "\6c";
}
.icon-undo-2:before {
	content: "\e207";
}
.icon-move:before {
	content: "\7a";
}
.icon-expand:before {
	content: "\66";
}
.icon-contract:before {
	content: "\67";
}
.icon-expand-2:before {
	content: "\68";
}
.icon-contract-2:before {
	content: "\69";
}
.icon-play:before {
	content: "\e208";
}
.icon-pause:before {
	content: "\e209";
}
.icon-stop:before {
	content: "\e210";
}
.icon-previous:before,
.icon-backward:before {
	content: "\7c";
}
.icon-next:before,
.icon-forward:before {
	content: "\7b";
}
.icon-first:before {
	content: "\7d";
}
.icon-last:before {
	content: "\e000";
}
.icon-play-circle:before {
	content: "\e00d";
}
.icon-pause-circle:before {
	content: "\e211";
}
.icon-stop-circle:before {
	content: "\e212";
}
.icon-backward-circle:before {
	content: "\e213";
}
.icon-forward-circle:before {
	content: "\e214";
}
.icon-loop:before {
	content: "\e001";
}
.icon-shuffle:before {
	content: "\e002";
}
.icon-search:before {
	content: "\53";
}
.icon-zoom-in:before {
	content: "\64";
}
.icon-zoom-out:before {
	content: "\65";
}
.icon-apply:before,
.icon-edit:before,
.icon-pencil:before {
	content: "\2b";
}
.icon-pencil-2:before {
	content: "\2c";
}
.icon-brush:before {
	content: "\3b";
}
.icon-save-new:before,
.icon-plus-2:before {
	content: "\5d";
}
.icon-minus-sign:before,
.icon-minus-2:before {
	content: "\5e";
}
.icon-remove-sign:before,
.icon-delete:before,
.icon-remove:before,
.icon-cancel-2:before {
	content: "\49";
}
.icon-ok-sign:before,
.icon-publish:before,
.icon-save:before,
.icon-ok:before,
.icon-checkmark:before {
	content: "\47";
}
.icon-new:before,
.icon-plus:before {
	content: "\2a";
}
.icon-plus-circle:before {
	content: "\e215";
}
.icon-minus:before,
.icon-not-ok:before {
	content: "\4b";
}
.icon-ban-circle:before,
.icon-minus-circle:before {
	content: "\e216";
}
.icon-unpublish:before,
.icon-cancel:before {
	content: "\4a";
}
.icon-cancel-circle:before {
	content: "\e217";
}


.icon-checkmark-2:before {
	content: "\e218";
}

.icon-checkmark-circle:before {
	content: "\e219";
}
.icon-info:before {
	content: "\e220";
}
.icon-info-2:before,
.icon-info-circle:before {
	content: "\e221";
}
.icon-question:before,
.icon-question-sign:before,
.icon-help:before {
	content: "\45";
}
.icon-question-2:before,
.icon-question-circle:before {
	content: "\e222";
}
.icon-notification:before {
	content: "\e223";
}
.icon-notification-2:before,
.icon-notification-circle:before {
	content: "\e224";
}
.icon-pending:before,
.icon-warning:before {
	content: "\48";
}
.icon-warning-2:before,
.icon-warning-circle:before {
	content: "\e225";
}
.icon-checkbox-unchecked:before {
	content: "\3d";
}
.icon-checkin:before,
.icon-checkbox:before,
.icon-checkbox-checked:before {
	content: "\3e";
}
.icon-checkbox-partial:before {
	content: "\3f";
}
.icon-square:before {
	content: "\e226";
}
.icon-radio-unchecked:before {
	content: "\e227";
}
.icon-radio-checked:before,
.icon-generic:before {
	content: "\e228";
}
.icon-circle:before {
	content: "\e229";
}
.icon-signup:before {
	content: "\e230";
}
.icon-grid:before,
.icon-grid-view:before {
	content: "\58";
}
.icon-grid-2:before,
.icon-grid-view-2:before {
	content: "\59";
}
.icon-menu:before {
	content: "\5a";
}
.icon-list:before,
.icon-list-view:before {
	content: "\31";
}
.icon-list-2:before {
	content: "\e231";
}
.icon-menu-3:before {
	content: "\e232";
}
.icon-folder-open:before,
.icon-folder:before {
	content: "\2d";
}
.icon-folder-close:before,
.icon-folder-2:before {
	content: "\2e";
}
.icon-folder-plus:before {
	content: "\e234";
}
.icon-folder-minus:before {
	content: "\e235";
}
.icon-folder-3:before {
	content: "\e236";
}
.icon-folder-plus-2:before {
	content: "\e237";
}
.icon-folder-remove:before {
	content: "\e238";
}
.icon-file:before {
	content: "\e016";
}
.icon-file-2:before {
	content: "\e239";
}
.icon-file-add:before,
.icon-file-plus:before {
	content: "\29";
}
.icon-file-minus:before {
	content: "\e017";
}
.icon-file-check:before {
	content: "\e240";
}
.icon-file-remove:before {
	content: "\e241";
}
.icon-save-copy:before,
.icon-copy:before {
	content: "\e018";
}
.icon-stack:before {
	content: "\e242";
}
.icon-tree:before {
	content: "\e243";
}
.icon-tree-2:before {
	content: "\e244";
}
.icon-paragraph-left:before {
	content: "\e246";
}
.icon-paragraph-center:before {
	content: "\e247";
}
.icon-paragraph-right:before {
	content: "\e248";
}
.icon-paragraph-justify:before {
	content: "\e249";
}
.icon-screen:before {
	content: "\e01c";
}
.icon-tablet:before {
	content: "\e01d";
}
.icon-mobile:before {
	content: "\e01e";
}
.icon-box-add:before {
	content: "\51";
}
.icon-box-remove:before {
	content: "\52";
}
.icon-download:before {
	content: "\e021";
}
.icon-upload:before {
	content: "\e022";
}
.icon-home:before {
	content: "\21";
}
.icon-home-2:before {
	content: "\e250";
}
.icon-out-2:before,
.icon-new-tab:before {
	content: "\e024";
}
.icon-out-3:before,
.icon-new-tab-2:before {
	content: "\e251";
}
.icon-link:before {
	content: "\e252";
}
.icon-picture:before,
.icon-image:before {
	content: "\2f";
}
.icon-pictures:before,
.icon-images:before {
	content: "\30";
}
.icon-palette:before,
.icon-color-palette:before {
	content: "\e014";
}
.icon-camera:before {
	content: "\55";
}
.icon-camera-2:before,
.icon-video:before {
	content: "\e015";
}
.icon-play-2:before,
.icon-video-2:before,
.icon-youtube:before {
	content: "\56";
}
.icon-music:before {
	content: "\57";
}
.icon-user:before {
	content: "\22";
}
.icon-users:before {
	content: "\e01f";
}
.icon-vcard:before {
	content: "\6d";
}
.icon-address:before {
	content: "\70";
}
.icon-share-alt:before,
.icon-out:before {
	content: "\26";
}
.icon-enter:before {
	content: "\e257";
}
.icon-exit:before {
	content: "\e258";
}
.icon-comment:before,
.icon-comments:before {
	content: "\24";
}
.icon-comments-2:before {
	content: "\25";
}
.icon-quote:before,
.icon-quotes-left:before {
	content: "\60";
}
.icon-quote-2:before,
.icon-quotes-right:before {
	content: "\61";
}
.icon-quote-3:before,
.icon-bubble-quote:before {
	content: "\e259";
}
.icon-phone:before {
	content: "\e260";
}
.icon-phone-2:before {
	content: "\e261";
}
.icon-envelope:before,
.icon-mail:before {
	content: "\4d";
}
.icon-envelope-opened:before,
.icon-mail-2:before {
	content: "\4e";
}
.icon-unarchive:before,
.icon-drawer:before {
	content: "\4f";
}
.icon-archive:before,
.icon-drawer-2:before {
	content: "\50";
}
.icon-briefcase:before {
	content: "\e020";
}
.icon-tag:before {
	content: "\e262";
}
.icon-tag-2:before {
	content: "\e263";
}
.icon-tags:before {
	content: "\e264";
}
.icon-tags-2:before {
	content: "\e265";
}
.icon-options:before,
.icon-cog:before {
	content: "\38";
}
.icon-cogs:before {
	content: "\37";
}
.icon-screwdriver:before,
.icon-tools:before {
	content: "\36";
}
.icon-wrench:before {
	content: "\3a";
}
.icon-equalizer:before {
	content: "\39";
}
.icon-dashboard:before {
	content: "\78";
}
.icon-switch:before {
	content: "\e266";
}
.icon-filter:before {
	content: "\54";
}
.icon-purge:before,
.icon-trash:before {
	content: "\4c";
}
.icon-checkedout:before,
.icon-lock:before,
.icon-locked:before {
	content: "\23";
}
.icon-unlock:before {
	content: "\e267";
}
.icon-key:before {
	content: "\5f";
}
.icon-support:before {
	content: "\46";
}
.icon-database:before {
	content: "\62";
}
.icon-scissors:before {
	content: "\e268";
}
.icon-health:before {
	content: "\6a";
}
.icon-wand:before {
	content: "\6b";
}
.icon-eye-open:before,
.icon-eye:before {
	content: "\3c";
}
.icon-eye-close:before,
.icon-eye-blocked:before,
.icon-eye-2:before {
	content: "\e269";
}
.icon-clock:before {
	content: "\6e";
}
.icon-compass:before {
	content: "\6f";
}
.icon-broadcast:before,
.icon-connection:before,
.icon-wifi:before {
	content: "\e01b";
}
.icon-book:before {
	content: "\e271";
}
.icon-lightning:before,
.icon-flash:before {
	content: "\79";
}
.icon-print:before,
.icon-printer:before {
	content: "\e013";
}
.icon-feed:before {
	content: "\71";
}
.icon-calendar:before {
	content: "\43";
}
.icon-calendar-2:before {
	content: "\44";
}
.icon-calendar-3:before {
	content: "\e273";
}
.icon-pie:before {
	content: "\77";
}
.icon-bars:before {
	content: "\76";
}
.icon-chart:before {
	content: "\75";
}
.icon-power-cord:before {
	content: "\32";
}
.icon-cube:before {
	content: "\33";
}
.icon-puzzle:before {
	content: "\34";
}
.icon-attachment:before,
.icon-paperclip:before,
.icon-flag-2:before {
	content: "\72";
}
.icon-lamp:before {
	content: "\74";
}
.icon-pin:before,
.icon-pushpin:before {
	content: "\73";
}
.icon-location:before {
	content: "\63";
}
.icon-shield:before {
	content: "\e274";
}
.icon-flag:before {
	content: "\35";
}
.icon-flag-3:before {
	content: "\e275";
}
.icon-bookmark:before {
	content: "\e023";
}
.icon-bookmark-2:before {
	content: "\e276";
}
.icon-heart:before {
	content: "\e277";
}
.icon-heart-2:before {
	content: "\e278";
}
.icon-thumbs-up:before {
	content: "\5b";
}
.icon-thumbs-down:before {
	content: "\5c";
}
.icon-unfeatured:before,
.icon-asterisk:before,
.icon-star-empty:before {
	content: "\40";
}
.icon-star-2:before {
	content: "\41";
}
.icon-featured:before,
.icon-default:before,
.icon-star:before {
	content: "\42";
}
.icon-smiley:before,
.icon-smiley-happy:before {
	content: "\e279";
}
.icon-smiley-2:before,
.icon-smiley-happy-2:before {
	content: "\e280";
}
.icon-smiley-sad:before {
	content: "\e281";
}
.icon-smiley-sad-2:before {
	content: "\e282";
}
.icon-smiley-neutral:before {
	content: "\e283";
}
.icon-smiley-neutral-2:before {
	content: "\e284";
}
.icon-cart:before {
	content: "\e019";
}
.icon-basket:before {
	content: "\e01a";
}
.icon-credit:before {
	content: "\e286";
}
.icon-credit-2:before {
	content: "\e287";
}
.icon-expired:before {
	content: "\4b";
}



