/*/* ---------- Browser normalization ---------- */

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	clear: both;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

caption, th {
	text-align: left;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
	border-bottom: 1px dotted #000;
	cursor: help;
}

html {
	overflow-y: scroll;
}

body {
	background: #FFF;
	font: 62.5%/1.4 Arial, Helvetica, Verdana, sans-serif;
}

body.portal-popup {
	background: none;
	padding: 10px;
}

body.configuration-popup {
	padding-bottom: 0;
}

body.portal-iframe {
	padding: 0;
}

body.html-editor {
	background: #FFF;
	color: #000;
}

blockquote, ul, ol, dl {
	margin: 1em;
}

ol, ul, dl {
	margin-left: 2em;
}

ol {
	list-style: decimal outside;
}

ul {
	list-style: disc outside;
}

ul ul {
	list-style-type: circle;
}

ol ol {
	list-style-type: upper-roman;
}

dl dd {
	margin-left: 1em;
}

th {
	font-weight: bold;
}

caption {
	margin-bottom: 0.5em;
	text-align: center;
}

p {
	margin-bottom: 1em;
}

/* ---------- Links ---------- */

a {
}

a:hover {
}

a:visited {
}

/* ---------- Headers ---------- */

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h1, h2, h3 {
	margin: 1em 0;
}

h4, h5, h6 {
	font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6, strong {
	font-weight: bold;
}

/* ---------- Text formatting ---------- */

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

code, pre {
	font-family: "Courier New", Courier, monospace;
	white-space: pre;
}

.important {
	font-weight: bold;
}

/* ---------- Staging area ---------- */

body.staging, body.live-view {
	border: 10px solid #F00;
}

body.live-view {
	border-color: #FC0;
}

.portal-iframe.staging {
	border: none;
}

/* ---------- Main content body ---------- */

.portal-iframe #main-content {
	width: 100%;
}

/* ---------- Alerts and popups ---------- */

.alert-background {
	background: #000;
}

.popup-alert-notice {
	background-color: #FFC;
	border-bottom-color: #FC0;
}

.popup-alert-warning {
	background-color: #FDD;
	border-bottom-color: #F00;
}

/* ---------- Portal add content ---------- */

.portal-add-content {
	background: #FFF;
	text-align: left;
	z-index: 20;
}

.portal-add-content a {
	text-decoration: none;
}

/* ---------- Loading animation ---------- */

.loading-animation {
	background: url(../images/progress_bar/loading_animation.gif) no-repeat top center;
	margin-top: 10px;
	padding-top: 40px;
	text-align: left;
}

/* ---------- Separator ---------- */

hr, .separator {
	border-top: 1px dotted #BFBFBF;
}

/* ---------- Update Manager ---------- */

.update-available {
	margin-top: 10px;
	padding: 2px;
	text-align: left;
}

/* ---------- Text highlighting ---------- */

.highlight {
	background: #FFC;
	font-weight: bold;
	margin: 0 1px;
}*/

/* ---------- Main ---------- */

.aui-state-default {
	background: #D4D4D4 url(../images/portlet/header_bg.png) repeat-x 0 0;
	border: 1px solid;
	border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
}

.aui-state-hover {
	background: #B9CED9 url(../images/application/state_hover_bg.png) repeat-x 0 0;
	border-color: #627782;
}

.aui-state-active {
	background: #EBEBEB url(../images/application/state_active_bg.png) repeat-x 0 0;
	border-color: #555;
}

.results-header {
	background: #D1D6DC;
}

.results-header th, .results-header td {
	color: #7B7C7F;
	padding: 5px 10px;
}

.results-header .sort-column .result-column-name {
	background: url(../images/arrows/05_up.png) no-repeat 100% 50%;
	display: inline-block;
	font-style: italic;
	padding-right: 15px;
}

.results-header .sort-desc .result-column-name {
	background-image: url(../images/arrows/05_down.png);
}

.results-row td {
	background: none;
	padding: 5px 10px;
}

.results-row.alt td {
	background: #DDE1E6;
}

.results-row.hover td {
	background: #BCC3CC;
}

/* ---------- Dragging/sorting indicators ---------- */

.portlet-layout.dragging {
	border-collapse: separate;
}

.drop-area {
	background-color: #D3DADD;
}

.active-area {
	background: #FFC;
}

.portlet-boundary.aui-dd-dragging {
	opacity: .6;
}



.portlet-boundary.aui-dd-dragging .portlet {
	border: 2px dashed #ccc;
}

.aui-portal-layout-proxy {
	opacity: 1 !important;
}

.aui-portal-layout-proxy .portlet-topper {
	background-image: none;
}

.aui-proxy {
	cursor: move;
	opacity: 0.65;
	position: absolute;
}



.aui-proxy.generic-portlet {
	height: 200px;
	width: 300px;
}

.aui-proxy.generic-portlet .portlet-title {
	padding: 10px;
}

.aui-proxy.not-intersecting .forbidden-action {
	background: url(../images/application/forbidden_action.png) no-repeat;
	display: block;
	height: 32px;
	position: absolute;
	right: -15px;
	top: -15px;
	width: 32px;
}



.aui-resizable-proxy {
	border: 1px dashed #828F95;
	position: absolute;
	visibility: hidden;
}

.aui-sortable-proxy {
	background: #727C81;
	margin-top: 1px;
}

.lfr-freeform-layout-drag-indicator {
	visibility: hidden;
}

.aui-portal-layout-drag-target-indicator  {
	margin: 2px 0;
}

/* ---------- Portal tool tips ---------- */

.aui-tooltip {
	max-width: 200px;
}

/* ---------- Tags ---------- */

.aui-tagselector-content {
	border-width: 0;
	margin-bottom: 15px;
	padding: 0;
}

.aui-tagselector-content .aui-textboxlistentry-holder {
	background: #fff;
	border: 1px solid;
	border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
	margin-bottom: 5px;
	padding: 5px;
	position: relative;
	overflow: visible;
}

.aui-tagselector .lfr-tag-selector-input {
	background: none;
	padding: 0;
	width: auto;
}

.aui-tagselector-focused .aui-textboxlistentry-holder {
	background: #FFC none;
	border: 1px solid #FC0;
}

.aui-tagselector .aui-field .aui-field-content {
	margin: 0;
}

.aui-tagselector .aui-toolbar {
	margin-top: 5px;
}

.aui-tagselector .aui-textboxlist-input-container {
	margin: 0;
}

.aui-categoriesselector-content .aui-textboxlistentry-holder {
	background-color: transparent;
	border-width: 0;
	padding: 0;
}

/* ---------- Tag cloud and tag list ---------- */

.tag-cloud, .tag-list {
	list-style: none;
	margin: 0 1em 0 0;
	padding: 0 1em 0.5em 1em;
	white-space: normal;
}

.tag-cloud {
	line-height: 2.5em;
}

.tag-cloud li, .tag-list li {
	display: inline;
	float: left;
	margin: 0 1em 0 0;
}

.tag-cloud a, .tag-list a {
	white-space: nowrap;
}

.tag-cloud .tag-asset-count {
	clip: rect(0 0 0 0);
	position: absolute;
}

.tag-cloud .tag-popularity-1 {
	font-size: 1em;
}

.tag-cloud .tag-popularity-2 {
	font-size: 1.3em;
}

.tag-cloud .tag-popularity-3 {
	font-size: 1.6em;
}

.tag-cloud .tag-popularity-4 {
	font-size: 1.9em;
}

.tag-cloud .tag-popularity-5 {
	font-size: 2.2em;
}

.tag-cloud .tag-popularity-6 {
	font-size: 2.5em;
}

/* ---------- Underlay ---------- */

.aui-underlay {
	clear: both;
	top: 100%;
}

.aui-underlay-hidden {
	display: none;
}

.aui-underlay-content {
	background: #F4F3F3 url(../images/common/message_panel_shadow.png) repeat-x 0 0;
	border: 0 solid #AEAFB1;
	border-width: 0 1px 1px;
}

.aui-underlay .aui-widget-hd {
	height: 38px;
}

.aui-underlay-close {
	position: absolute;
	right: 5px;
	top: 5px;
}

.aui-underlay .lfr-portlet-item {
	border-width: 0;
}

/* ---------- Tabs ---------- */

.aui-tabview-list {
	border: 1px solid #C8C9CA;
	padding: 4px;
}



.aui-tab {
	background: transparent;
	border-width: 0;
	font-weight: bold;
}

.aui-tab-content {
	padding: 3px 10px;
}

.aui-tab-active {
	background: #333;
	padding: 0;
	position: relative;
	z-index: 10;
}

.aui-tab-active, .aui-tab-active a {
	color: #FFF;
	text-decoration: none;
	text-shadow: -1px -1px #000;
}

.aui-tabview-list .toggle {
	float: right;
}

/* ---------- Misc. ---------- */

.lfr-panel-container {
	background: transparent;
}

.lfr-panel-container {
	background: #FFF;
}

.aui-dialog-bd {
	min-height: 30px;
}

.aui-dialog-content {
	border: 1px solid #C8C9CA;
	padding: 5px;
}

.aui-panel-hd {
	background: #C0C2C5 url(../images/application/panel_header_bg.png) repeat-x 0 0;
	border: 1px solid;
	border-color: #C8C9CA #AEB2B8 #AEB2B8 #C8C9CA;
	padding-left: 10px;
	text-shadow: 1px 1px #FFF;
}

/* ---------- Menus ---------- */

.lfr-actions.portlet-options .lfr-trigger strong span, .visible.portlet-options .lfr-trigger strong span {
	background-image: url(../images/portlet/options.png);
}

.lfr-actions.portlet-options:hover, .lfr-actions.portlet-options:hover ul {
	background: transparent;
}

.lfr-menu-list {
	z-index: 450;
}

.aui-menu .notice-message {
	background-image: none;
	margin: 3px;
	padding: 6px;
}

.aui-menu {
	position: absolute;
	width: auto;
}

.aui-menu-content {
	background: #FFF;
	list-style: none;
	min-width: 150px;
}

.aui-menu-content li {
	margin: 0;
	padding: 0;
}

.aui-menu-content, .lfr-menu-list ul {
	background: #CCC9C9 url(../images/application/menu_bg.png) repeat-x 0 0;
	border: 1px solid;
	border-color: #AEAFB1 #777879 #777879 #AEAFB1;
	padding: 2px 0;
}

.aui-menugroup-content .aui-menu-label {
	background: #D2D6DE;
	color: #5B677D;
	display: block;
	font-weight: bold;
	padding: 5px 3px;
	text-shadow: 1px 1px #FFF;
}

.aui-menugroup-content ul, .lfr-menu-list ul ul {
	display: block;
	min-width: 0;
}

.aui-menu-content li, .lfr-menu-list ul li {
	border-bottom: 1px solid #BCBBBB;
	border-top: 1px solid #EEE;
	display: block;
	margin: 0;
	padding: 0;
}



.aui-menu-content li.first, .lfr-menu-list ul li.first {
	border-top-width: 0;
}

.aui-menu-content li.last, .lfr-menu-list ul li.last {
	border-bottom-width: 0;
}

.aui-menu-content li a, .lfr-menu-list ul li a {
	color: #2C2F34;
	display: block;
	padding: 4px 5px;
	text-decoration: none;
}

.aui-menu-content li a.aui-focus, .lfr-menu-list ul a.aui-focus, .lfr-menu-expanded li a:focus  {
	background-color: #5B677D;
	color: #FFF;
	text-shadow: -1px -1px #2C2F34;
}

.aui-menu-content a, .lfr-menu-list li a, .lfr-actions .lfr-trigger, .lfr-actions .lfr-trigger strong {
	font-weight: bold;
	text-shadow: 1px 1px #FFF;
}

/* ---------- Toolbar ---------- */

.aui-toolbar li {
	display: inline-block;
	margin: 0;
	margin-left: 10px;
	padding: 0;
	vertical-align: middle;
}



.aui-toolbar-separator {
	background: url(../images/dockbar/separator.png) no-repeat 100% 50%;
	border-width: 0;
	cursor: default;
	font-size: 1px;
	height: 16px;
	margin: 0 2px;
	overflow: hidden;
	vertical-align: middle;
	width: 4px;
}

/* ---------- Loading Mask ---------- */

.aui-loadingmask-content {
	background: #CCC;
}

.aui-loadingmask-message {
	background: #D4D4D4 url(../images/portlet/header_bg.png) repeat-x 0 0;
}

/* ---------- Tree View ---------- */

.aui-tree-node-selected .aui-tree-label {
	background-color: transparent;
	font-weight: bold;
}

/* ---------- Wrapper ---------- */

#wrapper {
	background-image: url(../images/custom/wrapper-bg.png);
	background-repeat: repeat-x;
}

.portlet-layout {
	border-collapse: collapse;
	clear: both;
	display: table;
	border-spacing: 0;
	table-layout: auto;
    width: 100%;
}



.portlet-column {
	display: table-cell;
	vertical-align: top;
}





.portlet-column-content {
	padding: 20px;
}



.portlet-column-content-only, .ltr .portlet-column-content-first, .rtl .portlet-column-content-last {
	padding-left: 0;
}

.portlet-column-content-only, .ltr .portlet-column-content-last, .rtl .portlet-column-content-first {
	padding-right: 0;
}

/* ---------- Column widths ---------- */

.portlet-column-content.empty {
	padding: 50px;
}

#main-content.dragging .portlet-column {
	border: 3px double #828F95;
	height: 100px;
	min-height: 100px;
	
}

	
.aui-w3-10, .aui-w30 {
	width: 10%;
}	

.dockbar {
	background: #97A1AE url(../images/dockbar/dockbar_bg.png) repeat-x 0 0;
	border-bottom: 1px solid #636364;
	font-size: 13px;
	padding: 1px 5px;
	position: relative;
	z-index: 300;
}

.dockbar:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}





.dockbar a {
	color: #2C2F34;
	font-weight: bold;
	text-shadow: 1px 1px #FFF;
}

.dockbar .menu-button-active {
	background: #5C94DA url(../images/dockbar/button_active_bg.png) repeat-x 0 0;
}

.dockbar .menu-button-active a {
	color: #FFF;
	text-shadow: -1px -1px #2C2F34;
}

.dockbar .user-avatar .sign-out {
	font-size: 0.8em;
	padding-left: 0;
}

.dockbar ul {
	margin: 0;
	padding: 0;
}

.dockbar li li {
	margin-left: 0;
}

html > .lfr-dockbar-pinned {
	padding-top: 3.45em;
}

.lfr-dockbar-pinned .dockbar {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
}

.dockbar .pin-dockbar {
	margin-left: 0;
}



.pin-dockbar img {
	background: url(../images/dockbar/pin.png) no-repeat 0 0;
	height: 27px;
	vertical-align: middle;
	width: 27px;
}

.lfr-dockbar-pinned .pin-dockbar img {
	background-image: url(../images/dockbar/unpin.png);
}

.dockbar .user-portrait {
	text-decoration: none;
}

.dockbar .user-avatar img {
	vertical-align: middle;
	width: 25px;
}

.dockbar .impersonating-user {
	background: url(../images/messages/alert.png) no-repeat 0 50%;
	padding-left: 20px;
}

.dockbar .impersonating-user .user-links a {
	color: #999;
}

/* ---------- Menus ---------- */

.aui-dockbarmenu-hidden {
	visibility: hidden;
}

.dockbar .aui-toolbar {
	float: left;
}

.dockbar .user-toolbar {
	float: right;
}

.aui-underlay .portal-add-content {
	background-color: transparent;
	font-size: 11px;
}

.aui-underlay .portal-add-content .portlet-dd-placeholder {
	display: none;
}

.add-application .aui-widget-bd, .dockbar-messages .aui-widget-bd {
	padding: 0 10px 10px;
}

.add-application {
	left: 10px !important;
}

.lfr-has-sidebar #main-content {
	padding-left: 220px;
}

.manage-layouts {
	left: 60px !important;
}

.my-places-menu {
	max-width: 350px;
}

.my-places-menu ul {
	list-style: none;
}

.my-places-menu ul, .my-places-menu li {
	display: block;
	margin: 0;
	padding: 0;
}

.my-places-menu a {
	display: block;
	overflow: hidden;
	text-align: right;
	white-space: nowrap;
}

.my-places-menu .current-site {
	border: solid #1D4280;
	border-width: 1px 0;
}

.my-places-menu .current-site a {
	background: #3068BA url(../images/arrows/01_right.png) no-repeat scroll 2px 30%;
	color: #FFF;
	padding-left: 20px;
	text-shadow: 1px 1px #333;
}

.my-places-menu .current-site .site-type {
	color: #FFF;
}

.my-places-menu .current-site a:hover, .my-places-menu a:hover .site-type {
	color: #FFF;
	text-shadow: 1px 1px #333;
}

.my-places-menu .site-name {
	cursor: pointer;
	float: left;
}

.my-places-menu .site-type {
	color: #777;
	float: right;
	font-size: 0.8em;
	font-weight: normal;
	margin-left: 10px;
}



.my-places-menu a:hover .site-type {
	color: #FFF;
}











.dockbar .toggle-controls a {
	background: url(../images/dockbar/checked.png) no-repeat 0 50%;
	padding-left: 20px;
}

.controls-hidden .toggle-controls a {
	background-image: url(../images/dockbar/unchecked.png);
}

.dockbar .menu-button {
	background: url(../images/arrows/05_down.png) no-repeat 93% 50%;
	display: inline-block;
	padding: 5px 20px 5px 5px;
	text-decoration: none;
}

.dockbar .menu-button span {
	background: url() no-repeat 0 50%;
	padding-left: 20px;
}

.dockbar .add-content .menu-button span {
	background-image: url(../images/common/add.png);
}

.dockbar .manage-content .menu-button span {
	background-image: url(../images/dockbar/settings.png);
}

.dockbar .my-places .menu-button span {
	background-image: url(../images/dockbar/places.png);
}

.dockbar .staging-options .menu-button span {
	background-image: url(../images/dockbar/staging.png);
}

.dockbar-messages-container {
	left: 50%;
	margin-left: -150px;
}

.dockbar-messages {
	width: 300px;
}

.showing-messages .dockbar-messages {
	display: block;
}

.multiple-messages .dockbar-message {
	border-top: 1px solid #CCC;
	padding: 5px 0;
}

.multiple-messages .first {
	border-top-width: 0;
	padding-top: 0;
}

.add-content-menu .add-page a {
	background: url(../images/navigation/add_page.png) no-repeat 3px 50%;
	padding-left: 25px;
}

.add-content-menu .add-application a {
	background: url(../images/common/portlet.png) no-repeat 3px 50%;
	padding-left: 25px;
}

.manage-content-menu li a {
	background: url() no-repeat 3px 50%;
	padding-left: 25px;
}

.manage-content-menu .manage-page a {
	background-image: url(../images/dock/page_settings.png);
}

.manage-content-menu .page-layout a {
	background-image: url(../images/dock/layout.png);
}

.manage-content-menu .sitemap a {
	background-image: url(../images/common/sitemap.png);
}

.manage-content-menu .settings a {
	background-image: url(../images/common/configuration.png);
}

.manage-content-menu .control-panel a {
	background-image: url(../images/dock/control_panel.png);
}

/* ---------- Add/remove page ---------- */

.modify-pages li {
	position: relative;
}

.modify-pages .delete-tab {
	background: #333 url(../images/portlet/close_borderless.png) no-repeat 50%;
	cursor: pointer;
	display: block;
	height: 8px;
	margin-top: -7px;
	padding: 3px;
	position: absolute;
	right: 1px;
	text-indent: -9999em;
	top: 50%;
	width: 8px;
}

/*------ Navigation portlet ------*/

.nav-menu li a.ancestor {
	font-weight: bold;
}

.nav-menu li a.selected {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.nav-menu ul {
	padding-left: 10px;
}

/* ---------- Page template selector ---------- */

.aui-form-options {
	border: 1px solid #AAA;
	display: inline-block;
	vertical-align: middle;
}

.aui-form-options input {
	border-width: 0;
	display: inline;
	float: left;
}

.aui-form-triggers {
	float: left;
}

.aui-form-trigger {
	background: #C4C4C4 url(../images/application/button_bg.png) repeat-x 0 0;
	border-left: 1px solid #BBB;
	display: inline-block;
	float: left;
}

.aui-form-trigger img {
	background: url() no-repeat 50% 40%;
	height: 25px;
	padding: 0 3px;
	vertical-align: middle;
	width: 16px;
}

.aui-form-trigger:hover, .aui-form-trigger:focus {
	background-color: #83B0CA;
	background-image: url(../images/application/button_bg_over.png);
}

.aui-trigger-selected {
	background-color: #EBEBEB;
	background-image: url(../images/application/button_bg_selected.png);
}

.aui-trigger-selected:hover, .aui-trigger-selected:focus {
	background-color: #B7DEF4;
	background-image: url(../images/application/button_bg_selected_over.png);
}

.aui-options-trigger img {
	background-image: url(../images/common/configuration.png);
}

.aui-save-trigger img {
	background-image: url(../images/dock/my_place_current.png);
}

/* ---------- Portlet wrapper and icons ---------- */

.freeform .portlet {
	margin-bottom: 0;
}

body.portlet {
	border: none;
}

.portlet-topper {
	position: relative;
}

.portlet-title {
	display: block;
	font-size: 1em;
	margin: 0;
}

.portlet-title-text {
	cursor: pointer;
}

.portlet-title img {
	vertical-align: middle;
}

.portlet-topper-toolbar {
	margin: 0;
	padding: 2px;
	position: absolute;
	right: 3px;
	text-align: right;
	top: 3px;
}

.portlet-topper-toolbar .nobr {
	display: block;
	float: left;
	padding: 1px;
}

.portlet-content, .portlet-minimized .portlet-content-container {
	padding: 12px 10px 10px;
}

.portlet-minimized .portlet-content {
	padding: 0;
}

.portlet-icon-back {
	background: url(../images/arrows/01_left.png) no-repeat 0 50%;
	font-weight: bold;
	padding: 5px 5px 5px 18px;
}

.portlet-nested-portlets .portlet-boundary {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
}

/* ---------- Borderless portlet ---------- */

.portlet-borderless-container {
	min-height: 2.5em;
	position: relative;
}



.portlet-borderless-bar {
	background: #333;
	color: #FFF;
	font-size: 10px;
	opacity: 0.3;
	padding: 2px 5px 1px;
	position: absolute;
	right: 0;
	text-shadow: -1px -1px #000;
	top: 0;
	z-index: 200;
}

.portlet-borderless-bar .portlet-actions {
	display: none;
	float: left;
	margin-right: 20px;
}



.portlet-borderless-container:hover .portlet-borderless-bar {
	opacity: 1;
}

.portlet-borderless-container:hover .portlet-borderless-bar .portlet-actions {
	display: inline;
}









.portlet-borderless-bar .portlet-action-separator {
	display: none;
}

.portlet-borderless-bar a {
	background: url() no-repeat 0 50%;
	color: #3AF;
	display: inline-block;
	font-size: 0;
	height: 16px;
	margin-left: 5px;
	text-indent: -9999px;
	vertical-align: top;
	width: 16px;
}

.portlet-title-default {
	display: inline-block;
	float: right;
	font-weight: bold;
	text-transform: uppercase;
}



.aui-dd-draggable .portlet-topper {
	cursor: move;
}

.aui-dd-draggable .portlet-title-default {
	background: url(../images/portlet/draggable_borderless.png) no-repeat 0 50%;
	cursor: move;
	padding-left: 20px;
}

.portlet-borderless-bar .portlet-back a {
	background-image: url(../images/portlet/return_borderless.png);
	height: auto;
	text-indent: 0;
	width: auto;
}

.portlet-borderless-bar .portlet-close a {
	background-image: url(../images/portlet/close_borderless.png);
}

.portlet-borderless-bar .portlet-options li.lfr-trigger strong a {
	background-image: url(../images/portlet/options_borderless.png);
}

.portlet-borderless-bar .portlet-title-default, .portlet-borderless-bar .portlet-actions {
	vertical-align: top;
}

/* ---------- Panel Page ---------- */

.lfr-panel-page {
	width: 100%;
}

.lfr-panel-page .portlet-title {
	font-size: 13px;
}

.lfr-panel-page .lfr-add-content h2 span {
	background-color: #D3DADD;
}

/* ---------- Standard styles defined in the JSR 168 ---------- */

/* ---------- Fonts ---------- */

/* ---------- Font attributes for the 'normal' fragment font ---------- */

.portlet-font {
}

/* ---------- Font attributes similar to the .portlet-font but the color is lighter ---------- */

.portlet-font-dim {
}

/* ---------- Messages ---------- */

/* ---------- Status of the current operation ---------- */

.portlet-msg-status {
}

/* ---------- Help messages, general additional information, etc. ---------- */

.portlet-msg-info {
	background: #DFF4FF url(../images/messages/info.png) no-repeat 6px 50%;
	border: 1px solid #A7CEDF;
	color: #34404F;
	display: block;
	font-weight: bold;
	margin: 2px auto 14px;
	padding: 6px 6px 6px 30px;
	text-align: left;
}

.portlet-msg-info.pending {
	background-image: url(../images/common/time.png);
}

/* ---------- Error messages ---------- */

.portlet-msg-error {
	background: #FDD url(../images/messages/error.png) no-repeat 6px 50%;
	border: 1px solid #F00;
	display: block;
	font-weight: bold;
	margin: 2px auto 14px;
	padding: 6px 6px 6px 30px;
	text-align: left;
}

/* ---------- Warning messages ---------- */

.portlet-msg-alert {
	background: #FFC url(../images/messages/alert.png) no-repeat 6px 20%;
	border: 1px solid #FC0;
	display: block;
	font-weight: bold;
	margin: 2px auto 14px;
	padding: 6px 6px 6px 30px;
	text-align: left;
}

/* ---------- Success messages ---------- */

.portlet-msg-success {
	background: #F4FDEF url(../images/messages/success.png) no-repeat 6px 50%;
	border: 1px solid #ACDFA7;
	color: #384F34;
	display: block;
	font-weight: bold;
	margin: 2px auto 14px;
	padding: 6px 6px 6px 30px;
	text-align: left;
}

/* ---------- Sections ---------- */

/* ---------- Table or section header ---------- */

.portlet-section-header {
}

.portlet-section-header th {
}

/* ---------- Normal text in a table cell ---------- */

.portlet-section-body {
}

.portlet-section-body td {
}

/* ---------- Text in every other row in the cell ---------- */

.portlet-section-alternate {
}

.portlet-section-alternate td {
}

.portlet-section-alternate-hover td, .portlet-section-body-hover td {
}

.portlet-section-body td td, .portlet-section-body-hover td td {
}

.portlet-section-alternate td td, .portlet-section-alternate-hover td td {
}

/* ---------- Text in a selected cell range ---------- */

.portlet-section-selected, .portlet-section-selected a {
	background: #727C81;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.portlet-section-selected a:hover, .portlet-section-selected a:focus {
	background-color: #727C81;
}

/* ---------- Text of a subheading ---------- */

.portlet-section-subheader {
}

/* ---------- Table or section footnote ---------- */

.portlet-section-footer {
}

/* ---------- Text that belongs to the table but does not fall in one of the other categories (e.g. explanatory or help text that is associated with the section) ---------- */

.portlet-section-text {
}

/* ---------- Forms ---------- */

/* ---------- Text used for the descriptive label of the whole form (not the labels for fields) ---------- */

.portlet-form-label {
}

/* ---------- Text of the user-input in an input field ---------- */

.portlet-form-input-field {
}

/* ---------- Text on a button ---------- */

.portlet-form-button {
}

/* ---------- Text that appears beside a context dependent action icon ---------- */

.portlet-icon-label {
}

/* ---------- Text that appears beside a 'standard' icon (e.g. Ok, or Cancel) ---------- */

.portlet-dlg-icon-label {
}

/* ---------- Text for a separator of fields (e.g. checkboxes, etc.) ---------- */

.portlet-form-field-label {
}

/* ---------- Text for a field (not input field, e.g. checkboxes, etc.) ---------- */

.portlet-form-field {
}

/* ---------- Menus ---------- */

/* ---------- General menu settings such as background color, margins, etc. ---------- */

.portlet-menu {
}

/* ---------- Normal, unselected menu item ---------- */

.portlet-menu-item {
}

/* ---------- Selected menu item ---------- */

.portlet-menu-item-selected {
}

/* ---------- Normal, unselected menu item when the mouse hovers over it ---------- */

.portlet-menu-item-hover {
}

/* ---------- Selected menu item when the mouse hovers over it ---------- */

.portlet-menu-item-hover-selected {
}

/* ---------- Normal, unselected menu item that has sub-menus ---------- */

.portlet-menu-cascade-item {
}

/* ---------- Selected sub-menu item that has sub-menus ---------- */

.portlet-menu-cascade-item-selected {
}

/* ---------- Descriptive text for the menu (e.g. in a help context below the menu) ---------- */

.portlet-menu-description {
}

/* ---------- Menu caption ---------- */

.portlet-menu-caption {
}

/* ---------- Miscellaneous portlet styles ---------- */

.restricted, .restricted td {
	background: #FDD;
	border: none;
}

.alt.restricted td {
	background-color: #FFC0C0;
}

.hover.restricted td {
	background-color: #D3BDC0;
}

.restricted * {
	color: #727C81;
}

.restricted td.col-1, .alt.restricted td.col-1 {
	background-image: url(../images/messages/error.png);
	background-position: 5px 50%;
	background-repeat: no-repeat;
	padding-left: 28px;
}

/* ---------- Permissions ---------- */

.results-row.lfr-role .col-1, .results-row.hover.lfr-role .col-1 {
	background-image: url();
	background-position: 5px 50%;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.results-row.lfr-role-guest .col-1, .results-row.hover.lfr-role-guest .col-1 {
	background-image: url(../images/common/guest_icon.png);
}

.results-row.lfr-role-regular .col-1, .results-row.hover.lfr-role-regular .col-1 {
	background-image: url(../images/common/user_icon.png);
}

.results-row.lfr-role-community .col-1, .results-row.hover.lfr-role-community .col-1 {
	background-image: url(../images/common/community_icon.png);
}

.results-row.lfr-role-organization .col-1, .results-row.hover.lfr-role-organization .col-1 {
	background-image: url(../images/common/organization_icon.png);
}

.results-row.lfr-role-team .col-1, .results-row.hover.lfr-role-team .col-1 {
	background-image: url(../images/common/team_icon.png);
}

/* ---------- Miscellaneous component styles ---------- */

/* ---------- Add content dialog ---------- */

.lfr-portlet-item, .lfr-portlet-item p a {
	font-size: 1em;
}

/* ---------- Actions button ---------- */

.lfr-actions {
}

.lfr-actions, .lfr-actions ul {
	background: #FFF url(../images/forms/button.png) repeat-x 0 100%;
	border: 1px solid;
	border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE;
}

.lfr-actions ul {
	bottom: -1px;
}

.lfr-actions .lfr-trigger, .lfr-actions .lfr-trigger, .lfr-actions .lfr-trigger strong {
	background: none;
}

.lfr-actions .lfr-trigger li {
	background: transparent;
	border-bottom: 1px solid #DEDEDE;
	padding: 2px;
}

.lfr-actions .lfr-trigger li a {
	padding: 5px 10px 5px 25px;
}

.lfr-actions .lfr-trigger li a:hover {
	background-color: #828F95;
	color: #FFF;
}

.lfr-actions .lfr-trigger li a img {
	left: 3px;
	position: absolute;
}

.lfr-actions .lfr-trigger li.last {
	border-bottom: none;
}

.lfr-actions.portlet-options {
	background: none;
	border: none;
	float: left;
}

.lfr-actions.portlet-options .lfr-trigger {
	padding: 0;
}

.lfr-actions.portlet-options .lfr-trigger strong {
	min-width: 0;
	padding: 1px;
}

.lfr-actions.portlet-options .lfr-trigger strong a {
	background-image: url(../images/portlet/options.png);
	background-position: 0 0;
	display: block;
	font-size: 0;
	height: 16px;
	padding: 0;
	text-indent: -9999em;
	width: 16px;
}

.visible.portlet-options .lfr-trigger strong a {
	background-image: url(../images/portlet/options_selected.png);
}

/* ---------- Calendar taglib ---------- */

.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
	border: none;
}

.taglib-calendar tr td a {
	background-color: #F0F5F7;
	border: 1px solid #FFF;
	border-bottom: none;
	border-left: none;
	display: block;
	height: 15px;
	padding: 5px 0;
}

.taglib-calendar table td {
	border-width: 0;
}

.taglib-calendar tr td a:hover {
	background-color: #727C81;
	color: #FFF;
}

.taglib-calendar .calendar-current-day, .taglib-calendar .calendar-current-day a {
	background-color: #FFF;
}

.taglib-calendar .calendar-current-day a {
	border: 1px solid #727C81;
	color: #369;
	text-decoration: underline;
}

.taglib-calendar tr td.calendar-inactive {
	background-color: #FFF;
	color: #B5BFC4;
}

.taglib-calendar tr th {
	border-bottom-color: #D7D7D7;
}



fieldset {
	border: 1px solid #BFBFBF;
	padding: 8px;
}



.aui-fieldset {
	border-width: 0;
	padding: 0;
	position: relative;
}

.configuration-popup .aui-fieldset {
	margin-bottom: 0;
}

.aui-fieldset .aui-field-content, .aui-field-row, .aui-button-holder, .aui-field-wrapper-content {
	margin: 10px 0;
}

.aui-field-inline .aui-field-content, .aui-field-row .aui-field-content {
	margin: 0;
	margin-right: 5px;
}

.aui-search-bar .aui-field-content {
	margin-right: 0;
}

.aui-search-bar .aui-field-content, .aui-search-bar .aui-button-content {
	display: inline-block;
	vertical-align: middle;
}

.aui-field-choice .aui-field-label {
	
}

.aui-field-date .aui-field-content {
	overflow: hidden;
}

legend {
	font-weight: bold;
	padding: 0 6px;
}

.aui-fieldset-legend {
	color: #000;
	font-size: 120%;
	font-weight: bold;
	padding: 0 0 1.5em;
}

.aui-legend {
	border-bottom: 1px solid #CCC;
	display: block;
	position: absolute;
	width: 90%;
}

input {
	background: #FFF;
}

input[type="text"], input[type="password"], input[type="file"], input[type="submit"], input[type="button"], input[type="reset"], select, textarea, .textarea, button {
	background-image: url(../images/forms/input_shadow.png);
	background-repeat: no-repeat;
	border: 1px solid;
	border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
	font: 1em Arial, Helvetica, Verdana, sans-serif;
	padding: 5px 1px;
}

select {
	padding: 1px;
}

input[type="image"] {
	background: transparent none;
	border: none;
	padding: 0;
}

input[type="submit"], input[type="button"], input[type="reset"], button {
	background: #F5F5F5 url(../images/forms/button.png) repeat-x 0 0;
	border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE;
	color: #34404F;
	cursor: pointer;
	font-weight: bold;
	overflow: visible;
	padding: 5px;
	width: auto;
}

input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus, button:hover, button:focus {
	background: #DFF4FF;
	border: 1px solid #A7CEDF;
	color: #369;
}

input[type="submit"], input[type="button"], input[type="reset"], button, .lfr-actions, .lfr-actions ul {
	background: #D4D4D4 url(../images/portlet/header_bg.png) repeat-x 0 0;
	border: 1px solid;
	border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
	color: #34404F;
	font-weight: bold;
	text-shadow: 1px 1px #FFF;
}

.aui-button-disabled input[type], .aui-button-disabled button, .aui-button-disabled input[type]:hover, .aui-button-disabled input[type]:focus, .aui-button-disabled button:hover, .aui-button-disabled button:focus {
	background: #D4D4D4 url(../images/portlet/header_bg.png) repeat-x 0 0;
	border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
	color: #555;
	opacity: 0.5;
}

input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, button:hover, .lfr-actions:hover, .lfr-actions:hover ul {
	background: #B9CED9 url(../images/application/state_hover_bg.png) repeat-x 0 0;
	border-color: #627782;
	color: #369;
}

input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus, button:focus, .lfr-actions:focus, .lfr-actions:focus ul {
	background: #EBEBEB url(../images/application/state_active_bg.png) repeat-x 0 0;
	border-color: #555;
}

input.aui-form-validator-error, textarea.aui-form-validator-error, select.aui-form-validator-error {
	border: 1px solid #F00;
}

/* ---------- IE6 chokes on attribute selectors in a chain, so we separate them into their own rule ---------- */





input.focus, textarea.focus, .ie6 input.focus, .ie6 textarea.focus {
	background: #FFC none;
	border: 1px solid #FC0;
}





/*
.aui-menu-content, body > .lfr-menu-list ul, .aui-underlay-content, .aui-dialog-content {
	-moz-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
}

.dockbar .menu-button-active .menu-button {
	-moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7);
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7);
}
#footer,
.my-places-menu .current-site a {
	-moz-box-shadow: inset 0 5px 15px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 5px 15px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 5px 15px rgba(255, 255, 255, 0.5);
}

.aui-dialog-hd {
	-moz-box-shadow: 1px 1px 0 #FFF;
	-webkit-box-shadow: 1px 1px 0 #FFF;
	box-shadow: 1px 1px 0 #FFF;
}

.aui-tabview-list, .aui-tab-active, body > .lfr-menu-list ul, .lfr-actions, .aui-dialog-content, .aui-dialog .aui-widget-hd, .modify-pages .delete-tab, input[type="submit"], input[type="button"], input[type="reset"], button {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.aui-menu-content {
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.aui-underlay-content {
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.lfr-hudcrumbs ul {
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
#banner,#footer {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
}
.banner-content {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.site-breadcrumbs,
#content .portlet-boundary {
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
*/


/* ---------- Breadcrumbs ---------- */

.breadcrumbs {
	margin-bottom: 1.5em;
	margin-left: 10px;
}

.breadcrumbs a {
	color: #aaa;
	text-decoration: none;
}

.breadcrumbs li {
	background: url(/sudeco-theme/images/sudeco/setaMapa.png) no-repeat 100% 50%;
	display: inline-block;
	margin-right: 5px;
	max-width: 100%;
	padding-right: 15px;
	vertical-align: middle;
}





.breadcrumbs a {
	display: block;
}

.breadcrumbs .last {
	background-image: none;
	margin-top: 0.2em;
}

.breadcrumbs .last a, .aui-tree-node-selected a {
	color: #555;
}

/* ---------- Site breadcrumbs ---------- */

.site-breadcrumbs {
	margin: 0 0 5px;
	width: auto;
}

.site-breadcrumbs ul {
/* 	background-color: #FFF; */
/* 	border: 1px solid #DEDEDE; */
/* 	border-color: #C0C2C5; */
/* 	margin: 0; */
}

.site-breadcrumbs li {
	background-image: none;
	margin-right: 0;
	padding-left: 0.75em;
	padding-right: 0;
}

.site-breadcrumbs li span {
	background: url(../images/common/breadcrumbs.png) no-repeat 100% 50%;
	display: block;
	padding: 0.5em 15px 0.5em 0;
}

.site-breadcrumbs li span a {
	text-decoration: none;
}

.site-breadcrumbs li.first a {
	color: #369;
	font-weight: bold;
}

.site-breadcrumbs li.last a {
	color: #4B5567;
	font-size: 1.3em;
}

.site-breadcrumbs .last {
	font-size: 1em;
	margin-top: 0;
	padding-right: 0;
}

.site-breadcrumbs .last span {
	background-image: none;
	padding: 0;
}

/* ---------- Hidden Accessible ---------- */

#skip-to-content, #banner h2, #banner h3, #navigation h1, .site-breadcrumbs h1 {
	clip: rect(0 0 0 0);
	position: absolute;
}

/* ---------- Extras ---------- */

.aui-tab-active:after {
	border: 10px solid;
	border-bottom-width: 0;
	border-color: #333 transparent transparent;
	bottom: -7px;
	content: '-';
	display: block;
	height: 0;
	left: 50%;
	margin-left: -10px;
	position: absolute;
	text-indent: -9999px;
	width: 0;
	z-index: 20;
}

.lfr-title-scope-selector {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.lfr-title-scope-selector {
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.logo .current-community, #navigation, #navigation a, .portlet, .portlet-topper, .site-breadcrumbs ul {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
/* Fontes */
@font-face{
	font-family: 'OpenSans-Bold';
	src: url('../fonts/OpenSans-Bold.ttf');
}

@font-face{
	font-family: 'OpenSans-BoldItalic';
	src: url('../fonts/OpenSans-BoldItalic.ttf');
}

@font-face{
	font-family: 'OpenSans-ExtraBold';
	src: url('../fonts/OpenSans-ExtraBold.ttf');
}

@font-face{
	font-family: 'OpenSans-ExtraBoldItalic';
	src: url('../fonts/OpenSans-ExtraBoldItalic.ttf');
}

@font-face{
	font-family: 'OpenSans-Italic';
	src: url('../fonts/OpenSans-Italic.ttf');
}

@font-face{
	font-family: 'OpenSans-Light';
	src: url('../fonts/OpenSans-Light.ttf');
}

@font-face{
	font-family: 'OpenSans-LightItalic';
	src: url('../fonts/OpenSans-LightItalic.ttf');
}

@font-face{
	font-family: 'OpenSans-Regular';
	src: url('../fonts/OpenSans-Regular.ttf');
}


/* -------- Global -------- */
body, html {
	min-height:100%;
}
body {
	background: #FFFFFF;	
}
#skip-to-content,
#heading .community-title,
#heading .page-title,
#navigation h1 {
	clip: rect(0 0 0 0);
	position: absolute;
}

/* -------- Wrapper / Skip / Sign-in -------- */


#skip-to-content,
#sign-in {
	color: #FFF;
	right: 2em;
}

#skip-to-content {
	top: 3em;
}

#skip-to-content:active,
#skip-to-content:focus {
	clip: auto;
}

#sign-in {
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}

/* -------- Banner -------- */
/* cor do fundo do banner */
.fundo_topo {
	padding: 14px 0 0 0;
	width: 100%;
	height: 158px;
	background: -moz-linear-gradient(center top , #3A72BC 0px, #2160BD 100%) repeat scroll 0% 0% #2160BD;
    background-image: -moz-radial-gradient(center, ellipse cover,  #3A72BC 1%, #2160BD 100%); */
	background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%, #3A72BC), color-stop(100%, #2160BD));
	background-image: -webkit-radial-gradient(center, ellipse cover,  #3A72BC 1%, #2160BD 100%);
	background-image: -o-radial-gradient(center, ellipse cover,  #3A72BC 1%, #2160BD 100%);
	background-image: -ms-radial-gradient(center, ellipse cover,  #3A72BC 1%, #2160BD 100%);
	background-image: radial-gradient(ellipse at center,  #3A72BC 1%, #2160BD 100%);
	color: #fff;
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#3A72BC", endColorstr="#2160BD",GradientType=1);
}

/* posição do banner */
.wrapperTopo {
	width: 1000px;
	margin: 0 auto;
	height: 100%;
}

/* posição busca */
.busca {
	float: right;
	margin-top: -25px;
	margin-right: 0px;
}

/* formato da busca */
.cpPesquisa {
	height: 20px;
	width: 215px;
	float: left;
	margin: 0;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: none;
	border-right: none;
	border-radius: 6px
}

/* botão busca */
.btPesquisa {
	border: 1px solid #aaa;
	margin: 0;
	position: relative;
	top: 7px;
	right: 25px;
}

/* Acessibilidade */


#accessibility {
    display: block !important;
    float: left;
    width: 50%;
    font-size: 0.98em;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
	top: -11px;
	left: -3px;
}


#accessibility a {
	color: #DCECFF;
    margin-right: 5px;
}

#accessibility span {
	padding: 0px 4px;
    background: url('/sudeco-theme/images/sudeco/bg-acess-key.gif') no-repeat scroll center center transparent;
    color: #060;
}

#portal-siteactions, #portal-language {
    border-bottom: 1px dotted #6893CB;
}

#portal-siteactions a, #portal-siteactions a:hover, #portal-language a, #portal-language a:hover {
	color: #DCECFF;
}

#siteaction-accessibility a {
    padding-left: 0px;
}

#portal-siteactions a {
    padding: 4px 0px 4px 16px;
    text-decoration: none;
    text-transform: uppercase;
}

#portal-siteactions {
    display: block;
    float: right;
    clear: none;
    padding-bottom: 2px;
    text-align: center;
    font-size: 12px;
	font-family: OpenSans-Regular;
 	position: relative;
 	top: -13px;
 	right: 162px;
	border-bottom: 1px dotted #6893CB;
}

/* tradução */

#language {
	float: right;
/* 	margin-left: 20px; */
	padding-bottom: 2px;
	border-bottom: 1px dotted #6893CB;
    font-size: 10px;
	font-family: OpenSans-Regular;
 	position: relative;
 	top: -45px;
 	left: 355px;
}

#language li {
display: inline;
}

#language .language-es a {
padding-left: 0px;
}

#language .language-en {
margin-right: 0.5em;
}

#language a, #language a:hover {
color: #fff !important;
}

#language a {
padding: 4px 0 4px 10px;
color: #d9ffe3;
text-decoration: none;
text-transform: uppercase;
}


/* Nome Principal e subordinação */
/* -------- nova cara -------- */
#logo {
    float: left;
    padding: 0px;
    width: 70%;
}

#portal-logo {
    display: block;
    margin: 0px;
    width: 100%;
    position: relative;
	top: -18px;
	left: -3px;
}

#logo a, #logo #portal-title {
/*  cor do titulo   color: #FFDC19 !important; */
}

#portal-logo, #portal-title {
    color: #FFF !important;
}

#logo span {
    position: absolute;
    display: block;
    line-height: 1em;
}

#portal-title-1 {
/* 	denominação do órgão */
	font-size: 12px;
    margin: -24px 14px 18px 17px;
    font-family: OpenSans-Regular;
}

#portal-title {
    margin: -4px 16px 10px;
    color: #FFF;
    font-size: 36px;
	font-family: OpenSans-ExtraBold;
    font-weight: normal;
    line-height: 1em;
}

/* body { */
/*     font: 100% Arial,FreeSans,sans-serif; */
/* } */

* ul, ol {
/* by kaio marcadores list-style: none outside none; */
}

#accessibility li {
    display: inline;
}

#portal-siteactions li {
	display: inline;
}

a:focus {
    outline: 2px solid #F1CA7F;
}

a:link, #content a:link, dl.portlet a:link {
/* by Arlene    border-bottom: medium none; */
}

* :link, :visited {
    text-decoration: none;
}

/*INÍCIO barra de serviços */

.fundo_menu {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	background: none repeat scroll 0% 0% #03316F;
/* VERDE 	background: #00420c; */
	width: 100%;
	height: 30px;
	top: -8px;
}

.fundo_menu ul {
	max-width: 990px;
	list-style: none;
	margin: 0px auto;
	width: 1024px;
	text-align: right;	
}



.fundo_menu li,
.fundo_menu a {
	float: right;
	cursor: pointer;
}

.fundo_menu a {
	color: #ffffff;
	display: block;
	font-size: 12px;
/* 	font-weight: bold; */
	margin: 8px 13px 11px;
	text-decoration: none;
	text-align: left;
	font-family: OpenSans-Regular;
}

.fundo_menu li ul:hover {
	display: block;
}

.fundo_menu li:after {
   
    content: "|";
    font-size: 11pt;
    line-height:30px;
    margin: 0 auto;
    color: #aaa;
}

#menuTopo1 {
	display: none;
}

.fundo_menu .selected {
	background-color: #d1d5d3;
	background-image: url('');
	border-bottom: 1px solid #d1d5d3;	
}
.fundo_menu .selected a {
	color: #3e3fa2;	
}

/*FIM barra de serviços */
/* fim Banner */

/* -------- Navigation MENU LATERAL -------- */

   #navigation,
#navigation ul,
#navigation ul li,
#navigation ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#navigation {
  width: 180px;
  font-family: Helvetica, Arial, sans-serif;
  color: #172938 !important;
}
#navigation ul ul {
  display: none;
}
.align-right {
  float: right;
}
#navigation > ul > li > a {
  padding: 15px 20px;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  border-top: 1px solid #C1C1C1;
  cursor: pointer;
  color: #03316F;
  z-index: 2;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
/*   color: #172938 !important; */
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  background: #FFFAFA;
  background: -webkit-linear-gradient(#FFFFFF, #FFFAFA);
  background: -moz-linear-gradient(#FFFFFF, #FFFAFA);
  background: -o-linear-gradient(#FFFFFF, #FFFAFA);
  background: -ms-linear-gradient(#FFFFFF, #FFFAFA);
  background: linear-gradient(#FFFFFF, #FFFAFA);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
#navigation > ul > li > a:hover,
#navigation > ul > li.active > a,
#navigation > ul > li.open > a {
  color: #fff;
  background: #CC0000;
  background: -webkit-linear-gradient(#3A72BC, #2160BD);
  background: -moz-linear-gradient(#3A72BC, #2160BD);
  background: -o-linear-gradient(#3A72BC, #2160BD);
  background: -ms-linear-gradient(#3A72BC, #2160BD);
  background: linear-gradient(#3A72BC, #2160BD);
  
}
#navigation > ul > li.open > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #C1C1C1;
}
#navigation > ul > li:last-child > a,
#navigation > ul > li.last > a {
  border-bottom: 1px solid #C1C1C1;
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 17px;
/*   border-top: 2px solid #172938 !important; */
  border-top: 2px solid #FFF !important;
  border-left: 2px solid #FFF !important;
}
#navigation > ul > li > a:hover > span::after,
#navigation > ul > li.active > a > span::after,
#navigation > ul > li.open > a > span::after {
  border-color: #FFFAFA;
}
.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
#navigation ul ul li a {
  cursor: pointer;
  border-bottom: 1px solid #FFFAFA;
  border-left: 1px solid #FFFAFA;
  border-right: 1px solid #FFFAFA;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px;
  color: #172938 !important;
  background: #F8F8FF;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#navigation ul ul li:hover > a,
#navigation ul ul li.open > a,
#navigation ul ul li.active > a {
  background: #F5F5F5;
  color: #172938 !important;
}
#navigation ul ul li:first-child > a {
  box-shadow: none;
}
#navigation ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#navigation ul ul ul li a {
  padding-left: 30px;
}
#navigation > ul > li > ul > li:last-child > a,
#navigation > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#navigation > ul > li > ul > li.open:last-child > a,
#navigation > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #C1C1C1;
}
#navigation > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#navigation ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #172938 !important;
  border-left: 2px solid #172938 !important;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#navigation ul ul li.active > a::after,
#navigation ul ul li.open > a::after,
#navigation ul ul li > a:hover::after {
  border-color: #172938 !important;
}
/*drop down ends*/
/* -------- Content -------- */

.portlet-topper {
position: relative;
border-top: 4px solid #3268BA;
background: none repeat scroll 0% 0% #EEEFF2;
height: 57px;
margin: 0px 0px 22px;
position: relative;
border-radius: 0px !important;
}

.portlet-title {
    font-family: OpenSans-Regular !important;    
    font-size: 1.4em !important;
	display: block;
	margin: 0;
	line-height: 2em;
	margin: 11px 8px 14px;
/* 	font-weight: 400; */
	color: #3268BA;
}

.portlet-title img {
    vertical-align: middle;
    display: none;
}

#content h1 {
margin-top: 0!important;
}

/* -------- Footer -------- */

#footer {
	border-top: 1px solid #aaa;
	height: 100%;;
	width: 100%;
/* 	background:url("/sudeco-theme/images/sudeco/fundoFooter.png"); */
	background: none repeat scroll 0% 0% #1659BF;
}

.wrapperFooter {
	width: 1024px;
	margin: 0 auto;
	height: 100%;
}

.enderecoApex {
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}

.enderecoApex h1 {
	font-size: 11px;
	color: #FFF;
	font-family: Verdana;
	font-weight: bold;
	margin: 0;
}

.enderecoApex h2 {
	font-size: 12px;
	color: #ccc;
	font-family: Verdana;
	font-weight: normal;
	margin: 0;
}

.twitter {
	float: left;
	margin-top: 8px;
	margin-left: 190px;
}

.ouvidoriaGeral {
    float: left;
    margin-left: 50px;
    margin-top: 2px;
    text-align: right;
    z-index: 100;
}

.ouvidoriaGeral h1 {
	font-size: 11px;
	color: #FFF;
	font-family: Verdana;
	font-weight: bold;
	margin: 0;
}

.ouvidoriaGeral h2 {
	font-size: 20px;
	color: #ccc;
	font-family: Verdana;
	font-weight: normal;
	margin: 0;
}
	
.portalTransparencia {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
}

#footer-bar {
    background: none repeat scroll 0% 0% #03316F;
    position: relative;
    top: -14px;
}

#footer-bar-container {
    overflow: hidden;
    padding: 20px;
}
.container {
    width: 970px;
    margin-right: auto;
	margin-left: auto;
}

#footer-bar-container a.sprite.selo {
    background-position: 0px -95px;
    float: left;
    height: 42px;
    width: 96px;
}

#footer-bar-container a.sprite {
    background: url("../images/sudeco/marcas.png") no-repeat scroll 0% 0% transparent;
    display: block;
}

.footer-col {
    margin-bottom: 80px;
}

.footer-col-content {
    border-left: 1px dotted #7DC48A;
    margin: 0.83em 0px 1.66em;
    overflow: hidden;
    padding: 0px 0.83em;
}

.footer-col-content h3 {
    color: #DCECFF;
    font-size: 1.7em;
/*     font-weight: bold; */
	font-family: OpenSans-Bold;    
    margin: 0px;
    padding: 0px 0px 0.83em;
}

footer div#footer-content div#footer-info {
/*     margin: 1.66em 0px 2.5em; */
}

footer div#footer-content div#footer-info .footer-col .footer-col-content {
    padding: 0px 0.83em;
    border-left: 1px dotted #8BACDF;
    overflow: hidden;
    margin: 0.83em 0px 1.66em;
}

footer div#footer-content div#footer-info .footer-col .footer-col-content h3 {
    color: #8BACDF;
    padding: 0px 0px 0.83em;
}

footer div#footer-content div#footer-info .footer-col .footer-col-content #footer-navigation ul {
/*     list-style: outside none; */
}

#footer-navigation {
	margin-left: -19px;
	font-family: OpenSans-Regular;    
    font-size: 1.2em;
	list-style: outside none;
}

#footer-info {
	width: 970px;
	margin: 12px auto;
	height: 100%;
}

.footer-col-content a:link {
	color: #DCECFF;
}

#footer-navigation a:visited {
	text-decoration: none;
	color: #fff !important;
}

#footer-navigation ul, ol {
	list-style: none outside none;
}

.powered-by {
color: white;
padding: 1em 0;

}

#cssmenu  {
	font-family: OpenSans-Regular !important;
/*     font-size: 15px !important; */
}

#cssmenu > ul > li > a {
    border-top: 4px solid #3268BA !important;
/*     font-family: OpenSans-Regular !important;     */
    font-size: 1.2em !important;
    color: #3268BA !important;
    line-height: 125% !important;
} 

#cssmenu ul ul li a {
    color: #172938 !important;
    font-family: OpenSans-Regular;
    font-size: 13px !important;
}

.voltar-topo {
    margin-top: 1.915em;
    text-align: right;
	margin-bottom: 1.915em;    
}

.voltar-topo a {
    background: url("../images/sudeco/voltar-topo.png") no-repeat scroll left center transparent;
    color: #777;
    cursor: pointer;
    font-size: 15px;
    padding-left: 20px;
	text-decoration: none;
	    
}

/* ---------- Hudcrumbs ---------- */

.lfr-hudcrumbs {
	position: fixed;
	top: 0;
	z-index: 200;
}

.lfr-hudcrumbs ul {
	background: #414445;
	background: rgba(0, 0, 0, 0.8);
}

.lfr-hudcrumbs .breadcrumbs li a, .lfr-hudcrumbs .breadcrumbs li span {
	color: #FFF;
}

.lfr-hudcrumbs li span {
	background-image: url(../images/common/breadcrumbs_hud.png);
}

/* CONTEUDO DO PORTAL */

.site-breadcrumbs, #content .portlet-boundary {
	box-shadow: none;
}

/* .homeCarouselItem { */
/* 	width: 360px; */
/* 	height: 300px; */
/* } */

/* .homeCarouselTitle { */
/* 	height: 20px; */
/* 	border-bottom: 1px solid #005c2d; */
/* 	margin-bottom: 10px; */
/* 	text-align: center; */
/* } */

/* .homeCarouselTitle span { */
/* 	font-size: 14px; */
/* 	font-weight: bold; */
/* 	color: #005c2d; */
/* } */

/* .home_botoes { */
/* 	width: 360px; */
/* 	height: 61px; */
/* } */

.home_botoes img {
	float: left;
}

.agendaMinistroHome {
	margin-right: 10px;
}

#noticias {
	height: 320px;
	width: 635px;
	float: right;
}

.botoesAcessibilidade {
	position: relative;
	left: 635px;
	bottom: 22px;
}

.tituloConteudo {
	font-size: 20px;
	font-family: Verdana;
	color: #343496;
}

#texto {
	margin-top: 20px; 
	font-size: 11px; 
	font-family: Verdana; 
	float: left;
}

#texto_padrao {
	margin: 0 10px;
}

#texto_padrao_botoes {
	width: 594px;
}

#dataTemp {
	display: none;
}

#coluna-1-segundo-nivel {
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
	width: 190px;
}

#coluna-2-segundo-nivel {
	margin: 0 10px;
	width: 618px;
	
}

#coluna-3-segundo-nivel {
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
	width: 190px;
}

.portlet-asset-publisher .asset-title {
	border-bottom: 1px solid #AAA;
	margin-top: 0;
	margin-right: 0;
	width: 190px;
	padding-bottom: 0;
	margin-bottom: 0;
	font-family: Verdana;
	font-size: 12px;
}

.miniHome {
	width: 194px;
}

.tituloMiniHome h1 {
	margin: 0;
	font-size: 14px;
	font-family: Verdana;
	font-weight: normal;
	color: #666;
}

.imagemMiniHome {
	width: 100%;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

.imagemMiniHome img {
	margin: 5px auto;
}

#textoMiniHome p{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	margin-top: 10px;
}

.miniHome a {
	color: #666;
	text-decoration: none;
}

.miniHome a:selected {
	color: #666;
	text-decoration: none;
}

.miniHome a:visited {
/* 	color: #FFF; */
	text-decoration: none;
}
	
.miniHome a:hover {
	color: #666;
	text-decoration: none;
}

ul.tabsHome {
    float: right;
    width: 360px;
    height: 32px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

ul.tabsHome li {
    background: none repeat scroll 0 0 #005c2d;
    float: left;
    height: 31px;
    line-height: 31px;
    margin: 0 0 -1px;
    overflow: hidden;
    padding: 0;
    position: relative;
    border-top-right-radius: 20px;
}

ul.tabsHome li a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    outline: medium none;
    padding: 0 35px;
    text-decoration: none;
    float: right;
}

ul.tabsHome li.active a {
	color: #005c2d;
}

html ul.tabsHome li.active, html ul.tabsHome li.active a:hover {
	background: #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	color: #005c2d;
}

.active {
	color: #005c2d;
}

.tab_content {
	padding: 5px;
}

.tabcontainerHome {
	width: 360px;
	float: right;
	border: 0;
	height: 155px;
	padding: 0;
	margin: 0;
    background: none repeat scroll 0 0 #e3e3e3;
    clear: both;
    overflow: hidden;
}

#imagensVideos {
	float: left;
}

#textoImagensVideos {
	color: #005C2D;
    float: right;
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
    width: 115px;
}

.noticia-destaque {
	width: 635px;
	float: left;
}

.mini-home {
	width: 194px;
	margin-right: 20px;
	float: left;
}

.coluna-direita-home {
	width: 361px;
	float: right;
}

.mapa-home {
	width: 1004px;
}
	
#layout-column_column-2 .aui-field-content {
	margin: 10px 0 0 5px;	
}

#navigation .selected {
	background-color: #d1d5d3;
	background-image: url('');
	border-bottom: 1px solid #d1d5d3;	
}

#navigation .selected a {
	color: #3e3fa2;	
}

/* by KAIO #topo-cabecalho-destaques { */
/* 	background-color: #d1d5d3;  */
/* 	height: 40px; */
/* 	width: 1024px; */
/* } */

#topo-cabecalho-destaques-interna {
	float: right; 
	height: 40px; 
	background-color: #d1d5d3; 
	text-align: right; 
	float: right; 
	margin-right: 195px; 
}

#topo-cabecalho-destaques-interna span {
	color: #fff; 
	font-size: 18px; 
	font-weight: normal;	
}

#topo-cabecalho-destaques-interna h1 {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	color: #006699;
	font-weight: bold;
	font-family: "Trebuchet MS", arial;
	line-height: 24px;
}

#noticias-cabecalho {
	overflow: hidden;	
}

#noticias-outras {
	overflow: hidden;
	clear: both;
}

.imagem-noticia {
	float: left;
	margin: 5px;	
}

.imagem-resumo-noticia {
	float: left;
	margin: 5px;
}

#mais-noticias {
	float: right; 
	margin: 5px;	
}

.UltimasNoticias a {
	text-decoration: none;
}

.UltimasNoticias a:hover {
	text-decoration: none;
}

.UltimasNoticias a:visited {
	text-decoration: none;
}

.dataUltimasNoticias {
	color: #ee1c25;
	font-size: 12px;
	font-family: Verdana;
}

.tituloUltimasNoticias {
	color: #000;
	font-size: 12px;
	font-family: Verdana;
}

.UltimasNoticias {
	width: 190px;
}

#noticia-home a {
	text-decoration: none;
}

#noticia-home a:hover {
	text-decoration: none;
}

#noticia-home a:visited {
	text-decoration: none;
}

.homeTituloDestaque {
	font-size: 14px;
	font-family: Verdana;
	color: #005c2d;
	font-weight: bold;
	text-decoration: none;
}

.homeTextoDestaque {
	font-size: 12px;
	font-family: Verdana;
	Color: #666;
	Font-weight: normal;
	text-decoration: none;
}

.search-msg, #_3_keywords, #_3_groupId, #_3_search {
	display: none;
}

hr, .separator {
	border-top: 1px solid #bfbfbf;
}

.linkMaisNoticias {
    color: #005C2D;
    float: right;
    font-family: Verdana;
    margin-right: 10px;
}

.UltimasNoticiasLateral {
	width: 185px; 
	float: right; 
	margin-top: -20px;
}

.NoticiasCentro {
/* 	width: 594px;  */
/* 	margin: 0 10px;  */
/* 	overflow: hidden; */
	text-align: justify;
}

.NoticiasCentro a {
	font-size: 12px;
	color: #000;
}

#tituloNoticiasCentro {
	width: 594px;
	overflow: hidden;
	margin: 0 10px;
	text-align: left;
}

#tituloNoticiasCentro h2 {
	font-family: Verdana;
	font: 20px;
	color: #343496;
}

.divTituloEnquete {
	border: 1px solid #005C2D; 
	height: 20px;
	text-align: left;
}

.divTituloEnquete h1 {
	font-family: Verdana; 
	font-size: 12px;
	text-align: left;
	color: #005C2D;
	margin: 0 0 0 5px;
	font-weight: normal;
}

#tituloEmail {
	width: 407px; 
	background: #004B82;
	color: #fff;
}

.twitter-share-button {
	margin-left: 10px;
}

.centralHome {
    margin-top: 20px;
}

.chamadasDestaque {
	border-bottom: 1px solid #aaa; 
	margin: 5px 0;
}

.divChamadasHome {
	margin-top: -10px;
}
.divTopoEnquete {
	width: 100%;
	height: 20px;
	border-bottom: 1px solid #005C2D;
}
.divTopoEnquete span {
	font-family: Verdana;
	font-size: 13px;
	margin-left: 5px;
	color: #005C2D;
}

#column-6{
	margin-top: 20px;	
}


/** Navegador  IE 

#wrapper{
	margin: 0 auto;
	width: 1024px;
	background: #FFF;
	overflow: hidden;
}

#content{
	width: 1004px;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
}

#homeCarousel{
	width: 360px;
	height: 340px;
	float: left;
	margin-left: 10px;	
	overflow: hidden;
}

.aui-carousel menu {
	background: #000;
	bottom: 6px;
	height: 20px;
	list-style: none;
	top: 300px;
	left: 100px;
	padding: 3px;
	position: relative;
	width: 118px;
	z-index: 4;
}

/** FIM Navegador  IE **/


#wrapper {

	margin: 0 auto;
	position: relative;
	width: 990px;
	background: #FFF;
	font-size: 1.2em;
	
}

#content {
	width: 100%;
	margin: -15px 10px 0;
	padding: 0;
}


/* #homeCarousel { */
/* 	width: 700px; */
/* 	height: 300px; */
/* 	float: right; */
/* } */

/* .aui-carousel menu { */
/* 	background: #000; */
/* 	bottom: 6px; */
/* 	height: 20px; */
/* 	list-style: none; */
/* 	margin: 300px auto; */
/* 	padding: 3px; */
/* 	position: relative; */
/* 	width: 118px; */
/* 	z-index: 4; */
/* } */

#wrapper .portlet-boundary {
	margin: 0px 22px 15px 0px;
	padding: 0px;
}

#layout-column_column-1 .portlet-boundary{
	margin: 0;	
}

#p_p_id_56_INSTANCE_K6iA_ a{
	margin-right: 5px;
}

#main-content .portlet-layout-segundo-nivel #coluna-1-segundo-nivel{
	display: table-cell;
}

#main-content .portlet-layout-segundo-nivel #coluna-2-segundo-nivel{
	display: table-cell;	
}

#main-content .portlet-layout-segundo-nivel #coluna-3-segundo-nivel{
	display: table-cell;
}

.tituloUltimasNoticias{
	margin-right: 5px;	
}

.media{
	width: 520px;
	height: 330px;	
	
}

#barra-brasil { 
    position:relative;
    overflow:hidden;
    height:28px;
    min-width:1000px;
    background: #004b82 url(/sudeco-theme/images/barra-brasil-v3-bgx.png) center bottom no-repeat;
}

#barra-brasil .barra {
    display: block;
    width: 960px;
    height:28px;
    margin: 0 auto;
    background: url(/sudeco-theme/images/barra-brasil-v3-bgx.gif) 0 bottom repeat-x;
}

#barra-brasil .barra ul {
    float:right;
    width: 319px;
}

#barra-brasil .barra ul li {
    float: left;
    list-style: none outside none;   
    padding-left: 25px;
}

#barra-brasil .ai {
    display: block;
    width: 161px;
    height: 28px;
    text-indent: -10000px;
    background: #004b82 url(/sudeco-theme/images/ai.png) no-repeat 0 4px;
}

#barra-brasil .brasilgov {
    display: block;
    width: 108px;
    height: 28px;
    text-indent: -10000px;
    background: #004b82 url(/sudeco-theme/images/brasil.png) no-repeat 0 4px;
}

/* CONFIGURAÇÕES PORTLETS */

/* HOME 3 */

/* by kaio #p_p_id_56_INSTANCE_Lmx4_{ */
/* 		float: left; */
/* 	width: 210px; */
/* 	font-size: 11px; */
/* 	overflow: hidden; */
/* } */


/* PUBLICADOR DE ATIVOS */

#p_p_id_101_INSTANCE_9Udn_{
	width: 355px;
	float: right;
	overflow: hidden;
	margin: 0;
}

#p_p_id_101_INSTANCE_9Udn_{
	height: 211px; border-bottom: 1px solid #aaa;
}
.homeTextoDestaque {
	position: relative;
	top: 10px;
}

#raidImages {
	border-radius: 10px;
 	border-width: medium;
    border-style: solid;
    border-color: #3268BA
}

/* ---------- Chamadas de destaque ---------- */
#chamadas ul.chamadas-lista {
  margin: 0; }
  #chamadas ul.chamadas-lista .chamada-item {
    margin-top: 1.6em; }
    #chamadas ul.chamadas-lista .chamada-item.ci-4 {
      margin-left: 0 !important; }
    #chamadas ul.chamadas-lista .chamada-item .chapeu-item {
      color: #2c67cd;
      display: block;
      font-family: Arial, Helvetica, Verdana, sans-serif;
      font-size: 0.9em;
      margin-bottom: 0.4em;
      text-transform: uppercase; }
    #chamadas ul.chamadas-lista .chamada-item h4.titulo-item {
      font-family: Arial, Helvetica, Verdana, sans-serif;
      font-size: 1.3em;
      margin-top: 0.4em; }
      #chamadas ul.chamadas-lista .chamada-item h4.titulo-item a {
        color: #172938; }
    #chamadas ul.chamadas-lista .chamada-item .resumo {
      font-size: 1.1em;
      height: 3.5em;
      line-height: 1.2em; }

	#chamadas {
		ul.chamadas-lista{
			margin: 0;

		.chamada-item {
		    margin-top: 1.6em;

		    &.ci-4 {
			    margin-left: 0 !important;
			}
			.chapeu-item {
			    color: $azul-3;
			    display: block;
			    font-family: $arial;
			    font-size: 0.9em;
			    margin-bottom: 0.4em;
			    text-transform: uppercase;
			}
			h4.titulo-item {
			    font-family: $arial;
			    font-size: 1.3em;
			    margin-top: 0.4em;
			    a {
				    color: $cinza-7;
				}
			}
			.resumo {
			    font-size: 1.1em;
			    height: 3.5em;
			    line-height: 1.2em;
			}
		}
	}
}

/* ---------- Acesse ---------- */

#acesse {
	margin-top: -30px;
}

#acesse ul.acesse-lista {
  margin: 0; }
  #acesse ul.acesse-lista .acesse-item {
    margin-top: 1.6em; }
    #acesse ul.acesse-lista .acesse-item.ai-4 {
      margin-left: 0 !important; }
    #acesse ul.acesse-lista .acesse-item a {
      background-color: #eaebee;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      display: block;
      height: 6em;
      padding: 1em;
      -webkit-transition-property: background-color;
      -moz-transition-property: background-color;
      -o-transition-property: background-color;
      transition-property: background-color;
      -webkit-transition-duration: 0.5s;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s; }
      #acesse ul.acesse-lista .acesse-item a:hover {
        background-color: #d7d7d7; }
      #acesse ul.acesse-lista .acesse-item a span.titulo-item {
        color: #2c67cd;
        display: block;
        float: left;
        font-size: 1.2em;
        font-weight: bold;
        line-height: 1.2em;
        padding-right: 0.8em;
        width: 64%; }
    #acesse ul.acesse-lista .acesse-item.posicao-2 span.titulo-item {
      padding-bottom: 1em;
      width: 100%; }
    #acesse ul.acesse-lista .acesse-item.posicao-1 a span.imagem-item {
      float: right;
      width: 30%; }
      
	#acesse{
		ul.acesse-lista {
	    	margin: 0;
		
		.acesse-item {
		    margin-top: 1.6em;
		   
		    &.ai-4 {
			    margin-left: 0 !important;
			}
			
		    a {
			    background-color: $cinza-3;
			    @include border-radius($border-radius);
			    display: block;
			    height: 6em;
			    padding: 1em;
			    @include transition-property(background-color);
  				@include transition-duration(0.5s);
  				
				&:hover{
					background-color: $cinza-4;
				}
			    span.titulo-item {
				    color: $azul-3;
				    display: block;
				    float: left;
				    font-size: 1.2em;
				    font-weight: bold;
				    line-height: 1.2em;
				    padding-right: 0.8em;
				    width: 64%;
				}
			}
			&.posicao-2 span.titulo-item {
			    padding-bottom: 1em;
			    width: 100%;
			}
			&.posicao-1 a span.imagem-item {
			    float: right;
			    width: 30%;
			}
		}
	}
}


/* ---------- Banner rotativo ---------- */
#banner-rotativo {
  position: relative; }
  #banner-rotativo:after {
    background: rgba(0, 0, 0, 0.8);
    bottom: 14px;
    content: "";
    display: block;
    height: 29px;
    position: absolute;
    width: 100%;
    z-index: 3; }
  #banner-rotativo menu {
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    bottom: 8px;
    left: auto;
    padding: 6px 0;
    right: 0 !important; }
    #banner-rotativo menu a {
      background: #004f20;
      border-radius: 0;
      display: block;
      margin: 0;
      padding: 10px;
      position: relative; }
      #banner-rotativo menu a:after {
        background: #fff;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        content: "";
        display: block;
        float: left;
        height: 7px;
        position: relative;
        top: 2px;
        width: 7px; }
      #banner-rotativo menu a.carousel-menu-active, #banner-rotativo menu a:hover {
        background: #ffc500 !important; }
        #banner-rotativo menu a.carousel-menu-active:after, #banner-rotativo menu a:hover:after {
          background: #000; }
      #banner-rotativo menu a.carousel-menu-next, #banner-rotativo menu a.carousel-menu-pause, #banner-rotativo menu a.carousel-menu-prev {
        display: none; }

.acessar-lista {
  text-align: right;
  padding: 1em 0 0 0 !important; }
  .acessar-lista a {
    padding-right: 2em;
    color: #172938; }

.aui .carousel {
  margin: 0; }

  
/* AJUSTES PORTLETS */

/* PERGUNTAS FREQUENTES - AJUSTES DE MARGEM E BORDA */

section#portlet_101_INSTANCE_9TEu .portlet-body {
	margin-right: -10px;
	margin-left: -9px;
	border: 1px solid rgb(225, 221, 221);
}

/* FCO LEGISLAÇÃO - AJUSTES DE MARGEM E BORDA */

section#portlet_101_INSTANCE_yEd7 {
	margin-right: -10px;
	margin-left: -9px;
	border: 1px solid rgb(225, 221, 221);
}

/* FDCO LEGISLAÇÃO - AJUSTES DE MARGEM E BORDA */

section#portlet_101_INSTANCE_Qng7 {
	margin-right: -10px;
	margin-left: -9px;
	border: 1px solid rgb(225, 221, 221);
}


/*margem e borda redes sociais*/

#layout-column__118_INSTANCE_m9Fq__column-1 {
    margin-right: -40px;
}

#link_flickr {
	background: #eeeff1;
	border-top: 2px solid #3867b7;
	min-height: 40px;
}

.text_flickr {
	text-align: right;
	color: #3867b7;
	margin-top: 14px;
	margin-right: 10px;
}

.text_flickr img {
	position: relative;
	top: 6px;
}





    /* Use the following CSS code if you want to use data attributes for inserting your icons */
    [data-icon]:before {
    font-family: 'fontawesome-alloy';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }
    /* Use the following CSS code if you want to have a class per icon */
    /*
    Instead of a list of all class selectors,
    you can use the generic selector below, but it's slower:
    [class*="icon-"] {
    */
    .icon-music, .icon-search, .icon-envelope, .icon-heart, .icon-star, .icon-star-empty, .icon-user, .icon-film, .icon-th-large, .icon-th, .icon-th-list, .icon-ok, .icon-remove, .icon-zoom-in, .icon-zoom-out, .icon-off, .icon-signal, .icon-cog, .icon-trash, .icon-home, .icon-file, .icon-time, .icon-road, .icon-download-alt, .icon-download, .icon-upload, .icon-inbox, .icon-play-circle, .icon-repeat, .icon-refresh, .icon-list-alt, .icon-lock, .icon-flag, .icon-headphones, .icon-volume-off, .icon-volume-down, .icon-volume-up, .icon-qrcode, .icon-barcode, .icon-tag, .icon-tags, .icon-book, .icon-bookmark, .icon-print, .icon-camera, .icon-font, .icon-bold, .icon-italic, .icon-text-height, .icon-text-width, .icon-align-left, .icon-align-center, .icon-align-right, .icon-align-justify, .icon-list, .icon-indent-left, .icon-indent-right, .icon-facetime-video, .icon-picture, .icon-pencil, .icon-map-marker, .icon-adjust, .icon-tint, .icon-edit, .icon-share, .icon-check, .icon-move, .icon-step-backward, .icon-fast-backward, .icon-backward, .icon-play, .icon-pause, .icon-stop, .icon-forward, .icon-fast-forward, .icon-step-forward, .icon-eject, .icon-chevron-left, .icon-chevron-right, .icon-plus-sign, .icon-minus-sign, .icon-remove-sign, .icon-ok-sign, .icon-question-sign, .icon-info-sign, .icon-screenshot, .icon-remove-circle, .icon-ok-circle, .icon-ban-circle, .icon-arrow-left, .icon-arrow-right, .icon-arrow-up, .icon-arrow-down, .icon-share-alt, .icon-resize-full, .icon-resize-small, .icon-plus, .icon-minus, .icon-asterisk, .icon-exclamation-sign, .icon-gift, .icon-leaf, .icon-fire, .icon-eye-open, .icon-eye-close, .icon-warning-sign, .icon-plane, .icon-calendar, .icon-random, .icon-comment, .icon-magnet, .icon-chevron-up, .icon-chevron-down, .icon-retweet, .icon-shopping-cart, .icon-folder-close, .icon-folder-open, .icon-resize-vertical, .icon-resize-horizontal, .icon-bar-chart, .icon-twitter-sign, .icon-facebook-sign, .icon-camera-retro, .icon-key, .icon-cogs, .icon-comments, .icon-thumbs-up, .icon-thumbs-down, .icon-star-half, .icon-heart-empty, .icon-signout, .icon-linkedin-sign, .icon-pushpin, .icon-external-link, .icon-signin, .icon-trophy, .icon-github-sign, .icon-upload-alt, .icon-lemon, .icon-phone, .icon-check-empty, .icon-bookmark-empty, .icon-phone-sign, .icon-twitter, .icon-facebook, .icon-github, .icon-unlock, .icon-credit, .icon-rss, .icon-hdd, .icon-bullhorn, .icon-bell, .icon-certificate, .icon-hand-right, .icon-hand-left, .icon-hand-up, .icon-hand-down, .icon-circle-arrow-left, .icon-circle-arrow-right, .icon-circle-arrow-up, .icon-circle-arrow-down, .icon-globe, .icon-wrench, .icon-tasks, .icon-filter, .icon-briefcase, .icon-fullscreen, .icon-group, .icon-link, .icon-cloud, .icon-beaker, .icon-cut, .icon-copy, .icon-paper-clip, .icon-save, .icon-sign-blank, .icon-reorder, .icon-list-ul, .icon-list-ol, .icon-strikethrough, .icon-underline, .icon-table, .icon-magic, .icon-truck, .icon-pinterest, .icon-pinterest-sign, .icon-google-plus-sign, .icon-google-plus, .icon-money, .icon-caret-down, .icon-caret-up, .icon-caret-left, .icon-caret-right, .icon-columns, .icon-sort, .icon-sort-down, .icon-sort-up, .icon-envelope-alt, .icon-linkedin, .icon-undo, .icon-legal, .icon-dashboard, .icon-comment-alt, .icon-comments-alt, .icon-bolt, .icon-sitemap, .icon-umbrella, .icon-paste, .icon-lightbulb, .icon-exchange, .icon-cloud-download, .icon-cloud-upload, .icon-user-md, .icon-stethoscope, .icon-suitcase, .icon-bell-alt, .icon-coffee, .icon-food, .icon-file-alt, .icon-building, .icon-hospital, .icon-ambulance, .icon-medkit, .icon-fighter-jet, .icon-beer, .icon-h-sign, .icon-plus-sign-2, .icon-double-angle-left, .icon-double-angle-right, .icon-double-angle-up, .icon-double-angle-down, .icon-angle-left, .icon-angle-right, .icon-angle-up, .icon-angle-down, .icon-desktop, .icon-laptop, .icon-tablet, .icon-mobile, .icon-circle-blank, .icon-quote-left, .icon-quote-right, .icon-spinner, .icon-circle, .icon-reply, .icon-github-alt, .icon-folder-close-alt, .icon-folder-open-alt, .icon-expand-alt, .icon-collapse-alt, .icon-smile, .icon-frown, .icon-meh, .icon-gamepad, .icon-keyboard, .icon-flag-alt, .icon-flag-checkered, .icon-terminal, .icon-code, .icon-reply-all, .icon-star-half-full, .icon-location-arrow, .icon-crop, .icon-code-fork, .icon-unlink, .icon-question, .icon-info, .icon-exclamation, .icon-superscript, .icon-subscript, .icon-eraser, .icon-puzzle, .icon-microphone, .icon-microphone-off, .icon-shield, .icon-calendar-empty, .icon-fire-extinguisher, .icon-rocket, .icon-maxcdn, .icon-chevron-sign-left, .icon-chevron-sign-right, .icon-chevron-sign-up, .icon-chevron-sign-down, .icon-html5, .icon-css3, .icon-anchor, .icon-unlock-alt, .icon-bullseye, .icon-ellipsis-horizontal, .icon-ellipsis-vertical, .icon-rss-sign, .icon-play-sign, .icon-ticket, .icon-minus-sign-alt, .icon-check-minus, .icon-level-up, .icon-level-down, .icon-check-sign, .icon-edit-sign, .icon-external-link-sign, .icon-share-sign, .icon-compass, .icon-collapse, .icon-collapse-top, .icon-expand, .icon-euro, .icon-gbp, .icon-dollar, .icon-yen, .icon-renminbi, .icon-won, .icon-bitcoin, .icon-file-2, .icon-file-text, .icon-sort-by-alphabet, .icon-sort-by-alphabet-alt, .icon-sort-by-attributes, .icon-sort-by-attributes-alt, .icon-sort-by-order, .icon-sort-by-order-alt, .icon-thumbs-up-2, .icon-thumbs-down-2, .icon-youtube-sign, .icon-youtube, .icon-xing, .icon-xing-sign, .icon-youtube-play, .icon-dropbox, .icon-stackexchange, .icon-instagram, .icon-flickr, .icon-adn, .icon-bitbucket, .icon-bitbucket-sign, .icon-tumblr, .icon-tumblr-sign, .icon-long-arrow-down, .icon-long-arrow-up, .icon-long-arrow-left, .icon-long-arrow-right, .icon-apple, .icon-windows, .icon-android, .icon-linux, .icon-dribbble, .icon-skype, .icon-foursquare, .icon-trello, .icon-female, .icon-male, .icon-gittip, .icon-sun, .icon-moon, .icon-archive, .icon-bug, .icon-vk, .icon-rupee, .icon-glass, .icon-fb-text-box, .icon-fb-select, .icon-fb-radio, .icon-fb-text, .icon-fb-number, .icon-fb-integer, .icon-fb-decimal, .icon-fb-boolean, .icon-renren, .icon-weibo, .icon-db-joinxor, .icon-db-state, .icon-db-end, .icon-db-start, .icon-db-fork, .icon-db-task, .icon-db-condition, .icon-db-join, .icon-fb-button, .icon-fb-fieldset, .icon-fb-custom-field, .icon-fb-separator, .icon-fb-paragraph, .icon-fb-file-upload {
    font-family: 'fontawesome-alloy';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    }
    .icon-music:before {
    content: "\f001";
    }
    .icon-search:before {
    content: "\f002";
    }
    .icon-envelope:before {
    content: "\f003";
    }
    .icon-heart:before {
    content: "\f004";
    }
    .icon-star:before {
    content: "\f005";
    }
    .icon-star-empty:before {
    content: "\f006";
    }
    .icon-user:before {
    content: "\f007";
    }
    .icon-film:before {
    content: "\f008";
    }
    .icon-th-large:before {
    content: "\f009";
    }
    .icon-th:before {
    content: "\f00a";
    }
    .icon-th-list:before {
    content: "\f00b";
    }
    .icon-ok:before {
    content: "\f00c";
    }
    .icon-remove:before {
    content: "\f00d";
    }
    .icon-zoom-in:before {
    content: "\f00e";
    }
    .icon-zoom-out:before {
    content: "\f010";
    }
    .icon-off:before {
    content: "\f011";
    }
    .icon-signal:before {
    content: "\f012";
    }
    .icon-cog:before {
    content: "\f013";
    }
    .icon-trash:before {
    content: "\f014";
    }
    .icon-home:before {
    content: "\f015";
    }
    .icon-file:before {
    content: "\f016";
    }
    .icon-time:before {
    content: "\f017";
    }
    .icon-road:before {
    content: "\f018";
    }
    .icon-download-alt:before {
    content: "\f019";
    }
    .icon-download:before {
    content: "\f01a";
    }
    .icon-upload:before {
    content: "\f01b";
    }
    .icon-inbox:before {
    content: "\f01c";
    }
    .icon-play-circle:before {
    content: "\f01d";
    }
    .icon-repeat:before {
    content: "\f01e";
    }
    .icon-refresh:before {
    content: "\f021";
    }
    .icon-list-alt:before {
    content: "\f022";
    }
    .icon-lock:before {
    content: "\f023";
    }
    .icon-flag:before {
    content: "\f024";
    }
    .icon-headphones:before {
    content: "\f025";
    }
    .icon-volume-off:before {
    content: "\f026";
    }
    .icon-volume-down:before {
    content: "\f027";
    }
    .icon-volume-up:before {
    content: "\f028";
    }
    .icon-qrcode:before {
    content: "\f029";
    }
    .icon-barcode:before {
    content: "\f02a";
    }
    .icon-tag:before {
    content: "\f02b";
    }
    .icon-tags:before {
    content: "\f02c";
    }
    .icon-book:before {
    content: "\f02d";
    }
    .icon-bookmark:before {
    content: "\f02e";
    }
    .icon-print:before {
    content: "\f02f";
    }
    .icon-camera:before {
    content: "\f030";
    }
    .icon-font:before {
    content: "\f031";
    }
    .icon-bold:before {
    content: "\f032";
    }
    .icon-italic:before {
    content: "\f033";
    }
    .icon-text-height:before {
    content: "\f034";
    }
    .icon-text-width:before {
    content: "\f035";
    }
    .icon-align-left:before {
    content: "\f036";
    }
    .icon-align-center:before {
    content: "\f037";
    }
    .icon-align-right:before {
    content: "\f038";
    }
    .icon-align-justify:before {
    content: "\f039";
    }
    .icon-list:before {
    content: "\f03a";
    }
    .icon-indent-left:before {
    content: "\f03b";
    }
    .icon-indent-right:before {
    content: "\f03c";
    }
    .icon-facetime-video:before {
    content: "\f03d";
    }
    .icon-picture:before {
    content: "\f03e";
    }
    .icon-pencil:before {
    content: "\f040";
    }
    .icon-map-marker:before {
    content: "\f041";
    }
    .icon-adjust:before {
    content: "\f042";
    }
    .icon-tint:before {
    content: "\f043";
    }
    .icon-edit:before {
    content: "\f044";
    }
    .icon-share:before {
    content: "\f045";
    }
    .icon-check:before {
    content: "\f046";
    }
    .icon-move:before {
    content: "\f047";
    }
    .icon-step-backward:before {
    content: "\f048";
    }
    .icon-fast-backward:before {
    content: "\f049";
    }
    .icon-backward:before {
    content: "\f04a";
    }
    .icon-play:before {
    content: "\f04b";
    }
    .icon-pause:before {
    content: "\f04c";
    }
    .icon-stop:before {
    content: "\f04d";
    }
    .icon-forward:before {
    content: "\f04e";
    }
    .icon-fast-forward:before {
    content: "\f050";
    }
    .icon-step-forward:before {
    content: "\f051";
    }
    .icon-eject:before {
    content: "\f052";
    }
    .icon-chevron-left:before {
    content: "\f053";
    }
    .icon-chevron-right:before {
    content: "\f054";
    }
    .icon-plus-sign:before {
    content: "\f055";
    }
    .icon-minus-sign:before {
    content: "\f056";
    }
    .icon-remove-sign:before {
    content: "\f057";
    }
    .icon-ok-sign:before {
    content: "\f058";
    }
    .icon-question-sign:before {
    content: "\f059";
    }
    .icon-info-sign:before {
    content: "\f05a";
    }
    .icon-screenshot:before {
    content: "\f05b";
    }
    .icon-remove-circle:before {
    content: "\f05c";
    }
    .icon-ok-circle:before {
    content: "\f05d";
    }
    .icon-ban-circle:before {
    content: "\f05e";
    }
    .icon-arrow-left:before {
    content: "\f060";
    }
    .icon-arrow-right:before {
    content: "\f061";
    }
    .icon-arrow-up:before {
    content: "\f062";
    }
    .icon-arrow-down:before {
    content: "\f063";
    }
    .icon-share-alt:before {
    content: "\f064";
    }
    .icon-resize-full:before {
    content: "\f065";
    }
    .icon-resize-small:before {
    content: "\f066";
    }
    .icon-plus:before {
    content: "\f067";
    }
    .icon-minus:before {
    content: "\f068";
    }
    .icon-asterisk:before {
    content: "\f069";
    }
    .icon-exclamation-sign:before {
    content: "\f06a";
    }
    .icon-gift:before {
    content: "\f06b";
    }
    .icon-leaf:before {
    content: "\f06c";
    }
    .icon-fire:before {
    content: "\f06d";
    }
    .icon-eye-open:before {
    content: "\f06e";
    }
    .icon-eye-close:before {
    content: "\f070";
    }
    .icon-warning-sign:before {
    content: "\f071";
    }
    .icon-plane:before {
    content: "\f072";
    }
    .icon-calendar:before {
    content: "\f073";
    }
    .icon-random:before {
    content: "\f074";
    }
    .icon-comment:before {
    content: "\f075";
    }
    .icon-magnet:before {
    content: "\f076";
    }
    .icon-chevron-up:before {
    content: "\f077";
    }
    .icon-chevron-down:before {
    content: "\f078";
    }
    .icon-retweet:before {
    content: "\f079";
    }
    .icon-shopping-cart:before {
    content: "\f07a";
    }
    .icon-folder-close:before {
    content: "\f07b";
    }
    .icon-folder-open:before {
    content: "\f07c";
    }
    .icon-resize-vertical:before {
    content: "\f07d";
    }
    .icon-resize-horizontal:before {
    content: "\f07e";
    }
    .icon-bar-chart:before {
    content: "\f080";
    }
    .icon-twitter-sign:before {
    content: "\f081";
    }
    .icon-facebook-sign:before {
    content: "\f082";
    }
    .icon-camera-retro:before {
    content: "\f083";
    }
    .icon-key:before {
    content: "\f084";
    }
    .icon-cogs:before {
    content: "\f085";
    }
    .icon-comments:before {
    content: "\f086";
    }
    .icon-thumbs-up:before {
    content: "\f087";
    }
    .icon-thumbs-down:before {
    content: "\f088";
    }
    .icon-star-half:before {
    content: "\f089";
    }
    .icon-heart-empty:before {
    content: "\f08a";
    }
    .icon-signout:before {
    content: "\f08b";
    }
    .icon-linkedin-sign:before {
    content: "\f08c";
    }
    .icon-pushpin:before {
    content: "\f08d";
    }
    .icon-external-link:before {
    content: "\f08e";
    }
    .icon-signin:before {
    content: "\f090";
    }
    .icon-trophy:before {
    content: "\f091";
    }
    .icon-github-sign:before {
    content: "\f092";
    }
    .icon-upload-alt:before {
    content: "\f093";
    }
    .icon-lemon:before {
    content: "\f094";
    }
    .icon-phone:before {
    content: "\f095";
    }
    .icon-check-empty:before {
    content: "\f096";
    }
    .icon-bookmark-empty:before {
    content: "\f097";
    }
    .icon-phone-sign:before {
    content: "\f098";
    }
    .icon-twitter:before {
    content: "\f099";
    }
    .icon-facebook:before {
    content: "\f09a";
    }
    .icon-github:before {
    content: "\f09b";
    }
    .icon-unlock:before {
    content: "\f09c";
    }
    .icon-credit:before {
    content: "\f09d";
    }
    .icon-rss:before {
    content: "\f09e";
    }
    .icon-hdd:before {
    content: "\f0a0";
    }
    .icon-bullhorn:before {
    content: "\f0a1";
    }
    .icon-bell:before {
    content: "\f0a2";
    }
    .icon-certificate:before {
    content: "\f0a3";
    }
    .icon-hand-right:before {
    content: "\f0a4";
    }
    .icon-hand-left:before {
    content: "\f0a5";
    }
    .icon-hand-up:before {
    content: "\f0a6";
    }
    .icon-hand-down:before {
    content: "\f0a7";
    }
    .icon-circle-arrow-left:before {
    content: "\f0a8";
    }
    .icon-circle-arrow-right:before {
    content: "\f0a9";
    }
    .icon-circle-arrow-up:before {
    content: "\f0aa";
    }
    .icon-circle-arrow-down:before {
    content: "\f0ab";
    }
    .icon-globe:before {
    content: "\f0ac";
    }
    .icon-wrench:before {
    content: "\f0ad";
    }
    .icon-tasks:before {
    content: "\f0ae";
    }
    .icon-filter:before {
    content: "\f0b0";
    }
    .icon-briefcase:before {
    content: "\f0b1";
    }
    .icon-fullscreen:before {
    content: "\f0b2";
    }
    .icon-group:before {
    content: "\f0c0";
    }
    .icon-link:before {
    content: "\f0c1";
    }
    .icon-cloud:before {
    content: "\f0c2";
    }
    .icon-beaker:before {
    content: "\f0c3";
    }
    .icon-cut:before {
    content: "\f0c4";
    }
    .icon-copy:before {
    content: "\f0c5";
    }
    .icon-paper-clip:before {
    content: "\f0c6";
    }
    .icon-save:before {
    content: "\f0c7";
    }
    .icon-sign-blank:before {
    content: "\f0c8";
    }
    .icon-reorder:before {
    content: "\f0c9";
    }
    .icon-list-ul:before {
    content: "\f0ca";
    }
    .icon-list-ol:before {
    content: "\f0cb";
    }
    .icon-strikethrough:before {
    content: "\f0cc";
    }
    .icon-underline:before {
    content: "\f0cd";
    }
    .icon-table:before {
    content: "\f0ce";
    }
    .icon-magic:before {
    content: "\f0d0";
    }
    .icon-truck:before {
    content: "\f0d1";
    }
    .icon-pinterest:before {
    content: "\f0d2";
    }
    .icon-pinterest-sign:before {
    content: "\f0d3";
    }
    .icon-google-plus-sign:before {
    content: "\f0d4";
    }
    .icon-google-plus:before {
    content: "\f0d5";
    }
    .icon-money:before {
    content: "\f0d6";
    }
    .icon-caret-down:before {
    content: "\f0d7";
    }
    .icon-caret-up:before {
    content: "\f0d8";
    }
    .icon-caret-left:before {
    content: "\f0d9";
    }
    .icon-caret-right:before {
    content: "\f0da";
    }
    .icon-columns:before {
    content: "\f0db";
    }
    .icon-sort:before {
    content: "\f0dc";
    }
    .icon-sort-down:before {
    content: "\f0dd";
    }
    .icon-sort-up:before {
    content: "\f0de";
    }
    .icon-envelope-alt:before {
    content: "\f0e0";
    }
    .icon-linkedin:before {
    content: "\f0e1";
    }
    .icon-undo:before {
    content: "\f0e2";
    }
    .icon-legal:before {
    content: "\f0e3";
    }
    .icon-dashboard:before {
    content: "\f0e4";
    }
    .icon-comment-alt:before {
    content: "\f0e5";
    }
    .icon-comments-alt:before {
    content: "\f0e6";
    }
    .icon-bolt:before {
    content: "\f0e7";
    }
    .icon-sitemap:before {
    content: "\f0e8";
    }
    .icon-umbrella:before {
    content: "\f0e9";
    }
    .icon-paste:before {
    content: "\f0ea";
    }
    .icon-lightbulb:before {
    content: "\f0eb";
    }
    .icon-exchange:before {
    content: "\f0ec";
    }
    .icon-cloud-download:before {
    content: "\f0ed";
    }
    .icon-cloud-upload:before {
    content: "\f0ee";
    }
    .icon-user-md:before {
    content: "\f0f0";
    }
    .icon-stethoscope:before {
    content: "\f0f1";
    }
    .icon-suitcase:before {
    content: "\f0f2";
    }
    .icon-bell-alt:before {
    content: "\f0f3";
    }
    .icon-coffee:before {
    content: "\f0f4";
    }
    .icon-food:before {
    content: "\f0f5";
    }
    .icon-file-alt:before {
    content: "\f0f6";
    }
    .icon-building:before {
    content: "\f0f7";
    }
    .icon-hospital:before {
    content: "\f0f8";
    }
    .icon-ambulance:before {
    content: "\f0f9";
    }
    .icon-medkit:before {
    content: "\f0fa";
    }
    .icon-fighter-jet:before {
    content: "\f0fb";
    }
    .icon-beer:before {
    content: "\f0fc";
    }
    .icon-h-sign:before {
    content: "\f0fd";
    }
    .icon-plus-sign-2:before {
    content: "\f0fe";
    }
    .icon-double-angle-left:before {
    content: "\f100";
    }
    .icon-double-angle-right:before {
    content: "\f101";
    }
    .icon-double-angle-up:before {
    content: "\f102";
    }
    .icon-double-angle-down:before {
    content: "\f103";
    }
    .icon-angle-left:before {
    content: "\f104";
    }
    .icon-angle-right:before {
    content: "\f105";
    }
    .icon-angle-up:before {
    content: "\f106";
    }
    .icon-angle-down:before {
    content: "\f107";
    }
    .icon-desktop:before {
    content: "\f108";
    }
    .icon-laptop:before {
    content: "\f109";
    }
    .icon-tablet:before {
    content: "\f10a";
    }
    .icon-mobile:before {
    content: "\f10b";
    }
    .icon-circle-blank:before {
    content: "\f10c";
    }
    .icon-quote-left:before {
    content: "\f10d";
    }
    .icon-quote-right:before {
    content: "\f10e";
    }
    .icon-spinner:before {
    content: "\f110";
    }
    .icon-circle:before {
    content: "\f111";
    }
    .icon-reply:before {
    content: "\f112";
    }
    .icon-github-alt:before {
    content: "\f113";
    }
    .icon-folder-close-alt:before {
    content: "\f114";
    }
    .icon-folder-open-alt:before {
    content: "\f115";
    }
    .icon-expand-alt:before {
    content: "\f116";
    }
    .icon-collapse-alt:before {
    content: "\f117";
    }
    .icon-smile:before {
    content: "\f118";
    }
    .icon-frown:before {
    content: "\f119";
    }
    .icon-meh:before {
    content: "\f11a";
    }
    .icon-gamepad:before {
    content: "\f11b";
    }
    .icon-keyboard:before {
    content: "\f11c";
    }
    .icon-flag-alt:before {
    content: "\f11d";
    }
    .icon-flag-checkered:before {
    content: "\f11e";
    }
    .icon-terminal:before {
    content: "\f120";
    }
    .icon-code:before {
    content: "\f121";
    }
    .icon-reply-all:before {
    content: "\f122";
    }
    .icon-star-half-full:before {
    content: "\f123";
    }
    .icon-location-arrow:before {
    content: "\f124";
    }
    .icon-crop:before {
    content: "\f125";
    }
    .icon-code-fork:before {
    content: "\f126";
    }
    .icon-unlink:before {
    content: "\f127";
    }
    .icon-question:before {
    content: "\f128";
    }
    .icon-info:before {
    content: "\f129";
    }
    .icon-exclamation:before {
    content: "\f12a";
    }
    .icon-superscript:before {
    content: "\f12b";
    }
    .icon-subscript:before {
    content: "\f12c";
    }
    .icon-eraser:before {
    content: "\f12d";
    }
    .icon-puzzle:before {
    content: "\f12e";
    }
    .icon-microphone:before {
    content: "\f130";
    }
    .icon-microphone-off:before {
    content: "\f131";
    }
    .icon-shield:before {
    content: "\f132";
    }
    .icon-calendar-empty:before {
    content: "\f133";
    }
    .icon-fire-extinguisher:before {
    content: "\f134";
    }
    .icon-rocket:before {
    content: "\f135";
    }
    .icon-maxcdn:before {
    content: "\f136";
    }
    .icon-chevron-sign-left:before {
    content: "\f137";
    }
    .icon-chevron-sign-right:before {
    content: "\f138";
    }
    .icon-chevron-sign-up:before {
    content: "\f139";
    }
    .icon-chevron-sign-down:before {
    content: "\f13a";
    }
    .icon-html5:before {
    content: "\f13b";
    }
    .icon-css3:before {
    content: "\f13c";
    }
    .icon-anchor:before {
    content: "\f13d";
    }
    .icon-unlock-alt:before {
    content: "\f13e";
    }
    .icon-bullseye:before {
    content: "\f140";
    }
    .icon-ellipsis-horizontal:before {
    content: "\f141";
    }
    .icon-ellipsis-vertical:before {
    content: "\f142";
    }
    .icon-rss-sign:before {
    content: "\f143";
    }
    .icon-play-sign:before {
    content: "\f144";
    }
    .icon-ticket:before {
    content: "\f145";
    }
    .icon-minus-sign-alt:before {
    content: "\f146";
    }
    .icon-check-minus:before {
    content: "\f147";
    }
    .icon-level-up:before {
    content: "\f148";
    }
    .icon-level-down:before {
    content: "\f149";
    }
    .icon-check-sign:before {
    content: "\f14a";
    }
    .icon-edit-sign:before {
    content: "\f14b";
    }
    .icon-external-link-sign:before {
    content: "\f14c";
    }
    .icon-share-sign:before {
    content: "\f14d";
    }
    .icon-compass:before {
    content: "\f14e";
    }
    .icon-collapse:before {
    content: "\f150";
    }
    .icon-collapse-top:before {
    content: "\f151";
    }
    .icon-expand:before {
    content: "\f152";
    }
    .icon-euro:before {
    content: "\f153";
    }
    .icon-gbp:before {
    content: "\f154";
    }
    .icon-dollar:before {
    content: "\f155";
    }
    .icon-yen:before {
    content: "\f157";
    }
    .icon-renminbi:before {
    content: "\f158";
    }
    .icon-won:before {
    content: "\f159";
    }
    .icon-bitcoin:before {
    content: "\f15a";
    }
    .icon-file-2:before {
    content: "\f15b";
    }
    .icon-file-text:before {
    content: "\f15c";
    }
    .icon-sort-by-alphabet:before {
    content: "\f15d";
    }
    .icon-sort-by-alphabet-alt:before {
    content: "\f15e";
    }
    .icon-sort-by-attributes:before {
    content: "\f160";
    }
    .icon-sort-by-attributes-alt:before {
    content: "\f161";
    }
    .icon-sort-by-order:before {
    content: "\f162";
    }
    .icon-sort-by-order-alt:before {
    content: "\f163";
    }
    .icon-thumbs-up-2:before {
    content: "\f164";
    }
    .icon-thumbs-down-2:before {
    content: "\f165";
    }
    .icon-youtube-sign:before {
    content: "\f166";
    }
    .icon-youtube:before {
    content: "\f167";
    }
    .icon-xing:before {
    content: "\f168";
    }
    .icon-xing-sign:before {
    content: "\f169";
    }
    .icon-youtube-play:before {
    content: "\f16a";
    }
    .icon-dropbox:before {
    content: "\f16b";
    }
    .icon-stackexchange:before {
    content: "\f16c";
    }
    .icon-instagram:before {
    content: "\f16d";
    }
    .icon-flickr:before {
    content: "\f16e";
    }
    .icon-adn:before {
    content: "\f170";
    }
    .icon-bitbucket:before {
    content: "\f171";
    }
    .icon-bitbucket-sign:before {
    content: "\f172";
    }
    .icon-tumblr:before {
    content: "\f173";
    }
    .icon-tumblr-sign:before {
    content: "\f174";
    }
    .icon-long-arrow-down:before {
    content: "\f175";
    }
    .icon-long-arrow-up:before {
    content: "\f176";
    }
    .icon-long-arrow-left:before {
    content: "\f177";
    }
    .icon-long-arrow-right:before {
    content: "\f178";
    }
    .icon-apple:before {
    content: "\f179";
    }
    .icon-windows:before {
    content: "\f17a";
    }
    .icon-android:before {
    content: "\f17b";
    }
    .icon-linux:before {
    content: "\f17c";
    }
    .icon-dribbble:before {
    content: "\f17d";
    }
    .icon-skype:before {
    content: "\f17e";
    }
    .icon-foursquare:before {
    content: "\f180";
    }
    .icon-trello:before {
    content: "\f181";
    }
    .icon-female:before {
    content: "\f182";
    }
    .icon-male:before {
    content: "\f183";
    }
    .icon-gittip:before {
    content: "\f184";
    }
    .icon-sun:before {
    content: "\f185";
    }
    .icon-moon:before {
    content: "\f186";
    }
    .icon-archive:before {
    content: "\f187";
    }
    .icon-bug:before {
    content: "\f188";
    }
    .icon-vk:before {
    content: "\f189";
    }
    .icon-rupee:before {
    content: "\f156";
    }
    .icon-glass:before {
    content: "\f000";
    }
    .icon-fb-text-box:before {
    content: "\e001";
    }
    .icon-fb-select:before {
    content: "\e002";
    }
    .icon-fb-radio:before {
    content: "\e003";
    }
    .icon-fb-text:before {
    content: "\e000";
    }
    .icon-fb-number:before {
    content: "\e004";
    }
    .icon-fb-integer:before {
    content: "\e005";
    }
    .icon-fb-decimal:before {
    content: "\e007";
    }
    .icon-fb-boolean:before {
    content: "\e008";
    }
    .icon-renren:before {
    content: "\f18b";
    }
    .icon-weibo:before {
    content: "\f18a";
    }
    .icon-db-joinxor:before {
    content: "\e006";
    }
    .icon-db-state:before {
    content: "\e009";
    }
    .icon-db-end:before {
    content: "\e00a";
    }
    .icon-db-start:before {
    content: "\e00b";
    }
    .icon-db-fork:before {
    content: "\e00c";
    }
    .icon-db-task:before {
    content: "\e00d";
    }
    .icon-db-condition:before {
    content: "\e00e";
    }
    .icon-db-join:before {
    content: "\e00f";
    }
    .icon-fb-button:before {
    content: "\e010";
    }
    .icon-fb-fieldset:before {
    content: "\e011";
    }
    .icon-fb-custom-field:before {
    content: "\e012";
    }
    .icon-fb-separator:before {
    content: "\e013";
    }
    .icon-fb-paragraph:before {
    content: "\e014";
    }
    .icon-fb-file-upload:before {
    content: "\e015";
    }

/*     // */
/*     // Sprites */
/*     // -------------------------------------------------- */
/*     // ICONS */
/*     // ----- */
/*     // All icons receive the styles of the <i> tag with a base class */
/*     // of .i and are then given a unique class to add width, height, */
/*     // and background-position. Your resulting HTML will look like */
/*     // <i class="icon-inbox"></i>. */
/*     // For the white version of the icons, just add the .icon-white class: */
/*     // <i class="icon-inbox icon-white"></i> */

$iconSpritePath: '../images/aui/glyphicons-halflings.png' !default;
$iconWhiteSpritePath: '../images/aui/glyphicons-halflings-white.png' !default;


    [class^="icon-"],
    [class*=" icon-"] {
      display: inline-block;
      width: 14px;
      height: 14px;
      @include ie7-restore-right-whitespace();
      line-height: 14px;
      vertical-align: text-top;
      background-image: url($iconSpritePath);
      background-position: 14px 14px;
      background-repeat: no-repeat;
      margin-top: 1px;
    }
    /* White icons with optional class, or on hover/focus/active states of certain elements */
    .icon-white,
    .nav-pills > .active > a > [class^="icon-"],
    .nav-pills > .active > a > [class*=" icon-"],
    .nav-list > .active > a > [class^="icon-"],
    .nav-list > .active > a > [class*=" icon-"],
    .navbar-inverse .nav > .active > a > [class^="icon-"],
    .navbar-inverse .nav > .active > a > [class*=" icon-"],
    .dropdown-menu > li > a:hover > [class^="icon-"],
    .dropdown-menu > li > a:focus > [class^="icon-"],
    .dropdown-menu > li > a:hover > [class*=" icon-"],
    .dropdown-menu > li > a:focus > [class*=" icon-"],
    .dropdown-menu > .active > a > [class^="icon-"],
    .dropdown-menu > .active > a > [class*=" icon-"],
    .dropdown-submenu:hover > a > [class^="icon-"],
    .dropdown-submenu:focus > a > [class^="icon-"],
    .dropdown-submenu:hover > a > [class*=" icon-"],
    .dropdown-submenu:focus > a > [class*=" icon-"] {
      background-image: url($iconWhiteSpritePath);
    }
    .icon-glass              { background-position: 0      0; }
    .icon-music              { background-position: -24px  0; }
    .icon-search             { background-position: -48px  0; }
    .icon-envelope           { background-position: -72px  0; }
    .icon-heart              { background-position: -96px  0; }
    .icon-star               { background-position: -120px 0; }
    .icon-star-empty         { background-position: -144px 0; }
    .icon-user               { background-position: -168px 0; }
    .icon-film               { background-position: -192px 0; }
    .icon-th-large           { background-position: -216px 0; }
    .icon-th                 { background-position: -240px 0; }
    .icon-th-list            { background-position: -264px 0; }
    .icon-ok                 { background-position: -288px 0; }
    .icon-remove             { background-position: -312px 0; }
    .icon-zoom-in            { background-position: -336px 0; }
    .icon-zoom-out           { background-position: -360px 0; }
    .icon-off                { background-position: -384px 0; }
    .icon-signal             { background-position: -408px 0; }
    .icon-cog                { background-position: -432px 0; }
    .icon-trash              { background-position: -456px 0; }
    .icon-home               { background-position: 0      -24px; }
    .icon-file               { background-position: -24px  -24px; }
    .icon-time               { background-position: -48px  -24px; }
    .icon-road               { background-position: -72px  -24px; }
    .icon-download-alt       { background-position: -96px  -24px; }
    .icon-download           { background-position: -120px -24px; }
    .icon-upload             { background-position: -144px -24px; }
    .icon-inbox              { background-position: -168px -24px; }
    .icon-play-circle        { background-position: -192px -24px; }
    .icon-repeat             { background-position: -216px -24px; }
    .icon-refresh            { background-position: -240px -24px; }
    .icon-list-alt           { background-position: -264px -24px; }
    .icon-lock               { background-position: -287px -24px; } // 1px off
    .icon-flag               { background-position: -312px -24px; }
    .icon-headphones         { background-position: -336px -24px; }
    .icon-volume-off         { background-position: -360px -24px; }
    .icon-volume-down        { background-position: -384px -24px; }
    .icon-volume-up          { background-position: -408px -24px; }
    .icon-qrcode             { background-position: -432px -24px; }
    .icon-barcode            { background-position: -456px -24px; }
    .icon-tag                { background-position: 0      -48px; }
    .icon-tags               { background-position: -25px  -48px; } // 1px off
    .icon-book               { background-position: -48px  -48px; }
    .icon-bookmark           { background-position: -72px  -48px; }
    .icon-print              { background-position: -96px  -48px; }
    .icon-camera             { background-position: -120px -48px; }
    .icon-font               { background-position: -144px -48px; }
    .icon-bold               { background-position: -167px -48px; } // 1px off
    .icon-italic             { background-position: -192px -48px; }
    .icon-text-height        { background-position: -216px -48px; }
    .icon-text-width         { background-position: -240px -48px; }
    .icon-align-left         { background-position: -264px -48px; }
    .icon-align-center       { background-position: -288px -48px; }
    .icon-align-right        { background-position: -312px -48px; }
    .icon-align-justify      { background-position: -336px -48px; }
    .icon-list               { background-position: -360px -48px; }
    .icon-indent-left        { background-position: -384px -48px; }
    .icon-indent-right       { background-position: -408px -48px; }
    .icon-facetime-video     { background-position: -432px -48px; }
    .icon-picture            { background-position: -456px -48px; }
    .icon-pencil             { background-position: 0      -72px; }
    .icon-map-marker         { background-position: -24px  -72px; }
    .icon-adjust             { background-position: -48px  -72px; }
    .icon-tint               { background-position: -72px  -72px; }
    .icon-edit               { background-position: -96px  -72px; }
    .icon-share              { background-position: -120px -72px; }
    .icon-check              { background-position: -144px -72px; }
    .icon-move               { background-position: -168px -72px; }
    .icon-step-backward      { background-position: -192px -72px; }
    .icon-fast-backward      { background-position: -216px -72px; }
    .icon-backward           { background-position: -240px -72px; }
    .icon-play               { background-position: -264px -72px; }
    .icon-pause              { background-position: -288px -72px; }
    .icon-stop               { background-position: -312px -72px; }
    .icon-forward            { background-position: -336px -72px; }
    .icon-fast-forward       { background-position: -360px -72px; }
    .icon-step-forward       { background-position: -384px -72px; }
    .icon-eject              { background-position: -408px -72px; }
    .icon-chevron-left       { background-position: -432px -72px; }
    .icon-chevron-right      { background-position: -456px -72px; }
    .icon-plus-sign          { background-position: 0      -96px; }
    .icon-minus-sign         { background-position: -24px  -96px; }
    .icon-remove-sign        { background-position: -48px  -96px; }
    .icon-ok-sign            { background-position: -72px  -96px; }
    .icon-question-sign      { background-position: -96px  -96px; }
    .icon-info-sign          { background-position: -120px -96px; }
    .icon-screenshot         { background-position: -144px -96px; }
    .icon-remove-circle      { background-position: -168px -96px; }
    .icon-ok-circle          { background-position: -192px -96px; }
    .icon-ban-circle         { background-position: -216px -96px; }
    .icon-arrow-left         { background-position: -240px -96px; }
    .icon-arrow-right        { background-position: -264px -96px; }
    .icon-arrow-up           { background-position: -289px -96px; } // 1px off
    .icon-arrow-down         { background-position: -312px -96px; }
    .icon-share-alt          { background-position: -336px -96px; }
    .icon-resize-full        { background-position: -360px -96px; }
    .icon-resize-small       { background-position: -384px -96px; }
    .icon-plus               { background-position: -408px -96px; }
    .icon-minus              { background-position: -433px -96px; }
    .icon-asterisk           { background-position: -456px -96px; }
    .icon-exclamation-sign   { background-position: 0      -120px; }
    .icon-gift               { background-position: -24px  -120px; }
    .icon-leaf               { background-position: -48px  -120px; }
    .icon-fire               { background-position: -72px  -120px; }
    .icon-eye-open           { background-position: -96px  -120px; }
    .icon-eye-close          { background-position: -120px -120px; }
    .icon-warning-sign       { background-position: -144px -120px; }
    .icon-plane              { background-position: -168px -120px; }
    .icon-calendar           { background-position: -192px -120px; }
    .icon-random             { background-position: -216px -120px; width: 16px; }
    .icon-comment            { background-position: -240px -120px; }
    .icon-magnet             { background-position: -264px -120px; }
    .icon-chevron-up         { background-position: -288px -120px; }
    .icon-chevron-down       { background-position: -313px -119px; } // 1px, 1px off
    .icon-retweet            { background-position: -336px -120px; }
    .icon-shopping-cart      { background-position: -360px -120px; }
    .icon-folder-close       { background-position: -384px -120px; width: 16px; }
    .icon-folder-open        { background-position: -408px -120px; width: 16px; }
    .icon-resize-vertical    { background-position: -432px -119px; } // 1px, 1px off
    .icon-resize-horizontal  { background-position: -456px -118px; } // 1px, 2px off
    .icon-hdd                     { background-position: 0      -144px; }
    .icon-bullhorn                { background-position: -24px  -144px; }
    .icon-bell                    { background-position: -48px  -144px; }
    .icon-certificate             { background-position: -72px  -144px; }
    .icon-thumbs-up               { background-position: -96px  -144px; }
    .icon-thumbs-down             { background-position: -120px -144px; }
    .icon-hand-right              { background-position: -144px -144px; }
    .icon-hand-left               { background-position: -168px -144px; }
    .icon-hand-up                 { background-position: -192px -144px; }
    .icon-hand-down               { background-position: -216px -144px; }
    .icon-circle-arrow-right      { background-position: -240px -144px; }
    .icon-circle-arrow-left       { background-position: -264px -144px; }
    .icon-circle-arrow-up         { background-position: -288px -144px; }
    .icon-circle-arrow-down       { background-position: -312px -144px; }
    .icon-globe                   { background-position: -336px -144px; }
    .icon-wrench                  { background-position: -360px -144px; }
    .icon-tasks                   { background-position: -384px -144px; }
    .icon-filter                  { background-position: -408px -144px; }
    .icon-briefcase               { background-position: -432px -144px; }
    .icon-fullscreen              { background-position: -456px -144px; }


/* ---------- Galeria de videos ---------- */
.video_gallery {
  background: #051d5b;
  color: #d1e1ff;
  overflow: hidden; }
  .video_gallery h1 {
    border-bottom: 1px solid #55565a;
    color: white;
    font-size: 1.5em;
    font-weight: normal;
    line-height: normal;
    padding: 0.8em;
    text-transform: uppercase; }
  .video_gallery .portlet-content {
    padding: 0; }
  .video_gallery .row-fluid {
    border-bottom: 1px solid #55565a; }
  .video_gallery .banner_video {
    margin-top: 1.2em;
    overflow: hidden;
    padding-left: 1.1em; }
    .video_gallery .banner_video.span12 {
      padding-right: 1.2em; }
    .video_gallery .banner_video .video-container {
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 */
      padding-top: 25px;
      margin-bottom: 1em;
      height: 0; }
      .video_gallery .banner_video .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .video_gallery .banner_video .video-detalhes p {
      margin: 1em 0 2em 0; }
  .video_gallery .video_content {
    padding: 1.1em 0;
    position: relative; }
    .video_gallery .video_content h4 {
      font-size: 1.2em;
      line-height: 1.2em;
      margin: 0 0 0.6em 0; }
    .video_gallery .video_content:before {
      border-left: 1px solid #55565a;
      content: "";
      height: 100%;
      left: -12px;
      position: absolute;
      top: 0;
      width: 1px; }
    .video_gallery .video_content:after {
      border-bottom: 1px solid #55565a;
      bottom: 0;
      content: "";
      display: block;
      height: 12px;
      left: -11px;
      position: absolute;
      width: 106%; }
    .video_gallery .video_content.vc-6:after {
      display: none; }
    .video_gallery .video_content .video_img {
      float: left;
      margin-right: 0.6em;
      width: 35%; }
      .video_gallery .video_content .video_img:hover {
        cursor: pointer; }
    .video_gallery .video_content .video-detalhes {
      cursor: pointer;
      float: left;
      width: 55%; }
      .video_gallery .video_content .video-detalhes h4 {
        color: white;
        font-size: 1em;
        height: 58px;
        line-height: 1.2em;
        overflow: hidden;
        padding: 0; }
      .video_gallery .video_content .video-detalhes p, .video_gallery .video_content .video-detalhes span {
        display: none; }
  .video_gallery .see_more_videos a {
    background: #061848;
    color: #d1e1ff;
    float: right;
    padding: 1.17em;
    text-align: right;
    text-transform: uppercase;
    width: 100%; }
    .video_gallery .see_more_videos a i {
      background-color: #abc4e3;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #abc4e3), color-stop(100%, #84a9d6));
      background-image: -webkit-linear-gradient(#abc4e3, #84a9d6);
      background-image: -moz-linear-gradient(#abc4e3, #84a9d6);
      background-image: -o-linear-gradient(#abc4e3, #84a9d6);
      background-image: linear-gradient(#abc4e3, #84a9d6);
      color: #061848;
      margin-left: 5px;
      padding: 4px 6px; }
    .video_gallery .see_more_videos a:hover i {
      text-decoration: none; }
  .video_gallery.pequeno .banner_video .video-container {
    padding-bottom: 36.25%; }
    .video_gallery.pequeno .banner_video .video-container .video-detalhes {
      padding: 0 !important; }
  .video_gallery.pequeno .video_content.vc-2, .video_gallery.pequeno .video_content.vc-4 {
    margin-left: 0;
    padding-left: 15px; }
  .video_gallery.pequeno .video_content.vc-4:after, .video_gallery.pequeno .video_content.vc-5:after {
    border-bottom: medium none; }

/*     fim galeria */


 .row-fluid {
    width: 100%;
    *zoom: 1; }
 .row-fluid:before,   .row-fluid:after {
      display: table;
      content: "";
      line-height: 0; }
      .row-fluid:after {
      clear: both; }
      .row-fluid [class*="span"] {
      display: block;
      width: 100%;
      min-height: 30px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
      margin-left: 3.18471%;
      *margin-left: 3.13163%; }
      .row-fluid [class*="span"]:first-child {
      margin-left: 0; }
      .row-fluid .controls-row [class*="span"] + [class*="span"] {
      margin-left: 3.18471%; }
      .row-fluid .span1 {
      width: 5.41401%;
      *width: 5.36093%; }
      .row-fluid .span2 {
      width: 14.01274%;
      *width: 13.95966%; }
      .row-fluid .span3 {
      width: 22.61146%;
      *width: 22.55839%; }
      .row-fluid .span4 {
      width: 31.21019%;
      *width: 31.15711%; }
      .row-fluid .span5 {
      width: 39.80892%;
      *width: 39.75584%; }
      .row-fluid .span6 {
      width: 48.40764%;
      *width: 48.35456%; }
      .row-fluid .span7 {
      width: 57.00637%;
      *width: 56.95329%; }
      .row-fluid .span8 {
      width: 65.6051%;
      *width: 65.55202%; }
      .row-fluid .span9 {
      width: 74.20382%;
      *width: 74.15074%; }
      .row-fluid .span10 {
      width: 82.80255%;
      *width: 82.74947%; }
      .row-fluid .span11 {
      width: 91.40127%;
      *width: 91.3482%; }
      .row-fluid .span12 {
      width: 100%;
      *width: 99.94692%; }
      .row-fluid .offset1 {
      margin-left: 11.78344%;
      *margin-left: 11.67728%; }
      .row-fluid .offset1:first-child {
      margin-left: 8.59873%;
      *margin-left: 8.49257%; }
      .row-fluid .offset2 {
      margin-left: 20.38217%;
      *margin-left: 20.27601%; }
      .row-fluid .offset2:first-child {
      margin-left: 17.19745%;
      *margin-left: 17.0913%; }
      .row-fluid .offset3 {
      margin-left: 28.98089%;
      *margin-left: 28.87473%; }
      .row-fluid .offset3:first-child {
      margin-left: 25.79618%;
      *margin-left: 25.69002%; }
      .row-fluid .offset4 {
      margin-left: 37.57962%;
      *margin-left: 37.47346%; }
      .row-fluid .offset4:first-child {
      margin-left: 34.3949%;
      *margin-left: 34.28875%; }
      .row-fluid .offset5 {
      margin-left: 46.17834%;
      *margin-left: 46.07219%; }
      .row-fluid .offset5:first-child {
      margin-left: 42.99363%;
      *margin-left: 42.88747%; }
      .row-fluid .offset6 {
      margin-left: 54.77707%;
      *margin-left: 54.67091%; }
      .row-fluid .offset6:first-child {
      margin-left: 51.59236%;
      *margin-left: 51.4862%; }
      .row-fluid .offset7 {
      margin-left: 63.3758%;
      *margin-left: 63.26964%; }
      .row-fluid .offset7:first-child {
      margin-left: 60.19108%;
      *margin-left: 60.08493%; }
      .row-fluid .offset8 {
      margin-left: 71.97452%;
      *margin-left: 71.86837%; }
      .row-fluid .offset8:first-child {
      margin-left: 68.78981%;
      *margin-left: 68.68365%; }
      .row-fluid .offset9 {
      margin-left: 80.57325%;
      *margin-left: 80.46709%; }
      .row-fluid .offset9:first-child {
      margin-left: 77.38854%;
      *margin-left: 77.28238%; }
      .row-fluid .offset10 {
      margin-left: 89.17197%;
      *margin-left: 89.06582%; }
      .row-fluid .offset10:first-child {
      margin-left: 85.98726%;
      *margin-left: 85.8811%; }
      .row-fluid .offset11 {
      margin-left: 97.7707%;
      *margin-left: 97.66454%; }
      .row-fluid .offset11:first-child {
      margin-left: 94.58599%;
      *margin-left: 94.47983%; }
      .row-fluid .offset12 {
      margin-left: 106.36943%;
      *margin-left: 106.26327%; }
      .row-fluid .offset12:first-child {
      margin-left: 103.18471%;
      *margin-left: 103.07856%; }
    [class*="span"].hide,
    .row-fluid [class*="span"].hide {
    display: none; }
    [class*="span"].pull-right,
    .row-fluid [class*="span"].pull-right {
    float: right; }