
/* - reset.css - */
/* https://www.orona.co.uk/portal_css/reset.css?original=1 */
/* */
* { margin: 0; padding: 0; }
* :link,:visited { text-decoration:none }
* ul,ol { list-style:none; }
* li { display: inline; }
* h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
* a img,:link img,:visited img { border:none }
a { outline: none; }
table { border-spacing: 0; }
img { vertical-align: text-bottom; }
iframe { border-width: 0; border-style:none; }
/* */


/* - base.css - */
/* https://www.orona.co.uk/portal_css/base.css?original=1 */
/* */
/* */
#content ul,
.portletStaticText ul {
list-style-type: disc;
margin-left: 2em;
}
#content ol,
dl.portlet ol,
.portletStaticText ol {
list-style-type: decimal;
margin-left: 2em;
}
#content li,
dl.portlet li,
.portletStaticText li {
margin-bottom: 0.25em;
line-height: 1.5em;
display: list-item;
}
/* */
#content .discreet,
#sidebar .discreet,
.portletStaticText .discreet {
color: #666;
font-size: 85%;
font-weight: normal;
}
#content .visualHighlight,
.portletStaticText .visualHighlight {
background-color: #ffb;
}
#content .pullquote,
.portletStaticText .pullquote {
margin: 0 1em 0.5em 0.5em;
font-weight: bold;
line-height: 1.25em;
float: right;
width: 35%;
clear: right;
color: #444;
font-size: 1.6em;
letter-spacing: -0.08em !important;
}
#content .callout,
.portletStaticText .callout {
background: #eee;
padding: 1em;
border-left: 1em solid #ccc;
clear: both;
}
/* */
#content div.documentByLine {
font-size: 85%;
display: block;
color: #666;
}
#content img.tileImage,
#content div.newsImageContainer {
float: right;
margin: 0 1em 0.5em 1em;
}
.eventDetails {
float: right;
clear: right;
margin: 0 0 0.5em 1em;
}
#content .eventDetails .eventDetail {
clear: both;
}
/* */
/* */
table.listing,
table.plain {
border-spacing: 0;
border-collapse: collapse;
}
table.invisible td,
table.invisible th,
table.plain td,
table.plain th,
table.listing td,
table.listing th {
padding: 0.5em 1em;
vertical-align: top;
}
table.plain th,
table.plain td {
border: 1px solid #ddd;
}
table.plain th {
text-align: left;
}
table.listing td.listingCheckbox,
table.listing th.listingCheckbox {
text-align: center;
}
table.listing {
border-left: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
table.listing .top {
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
border-right: 1px solid #ddd;
}
table.listing th {
text-align: left;
color: #666;
border: 0.1em solid #e7e7e7;
border-style: solid solid none;
background: #ddd;
}
table.listing tr.odd th {
border: 0.1em solid #fff;
border-style: solid solid none none;
}
table.listing tbody th {
font-weight: bold;
}
table.listing tbody tr {
text-align:left;
}
table.listing tbody tr.odd {
background: #eee;
}
table.listing tbody tr td {
background: transparent;
}
table.listing tbody tr.odd td {
background: #eee;
}
table.listing td {
border-right: 1px solid #ddd;
}
.icons-on #listing-table td {
line-height: 2em;
}
table.listing a {
border: none;
display: inline-block;
border-bottom: none !important;
}
table.listing td.draggable {
text-shadow: White 1px 1px 1px;
background: #ddd !important;
border-bottom: 1px solid white;
padding: 0.4em 0.4em 0 0.5em;
}
/* */
table.vertical {
}
table.vertical th {
text-align: right;
}
table.vertical td {
border-top: 0.1em solid #e7e7e7;
padding: 0.5em;
}
/* */
table.grid td,
table.grid th {
border: 1px solid #e7e7e7;
padding: 0.5em;
}
.dragindicator {
outline: 2px solid #FFD700;
}
#foldercontents-order-column {
padding: 0;
}
div.listingBar {
font-size: 80%;
margin: 1em 0;
}
div.listingBar .next {
display: inline-block;
float: right;
}
div.listingBar .previous {
display: inline-block;
}
div.listingBar a {
display: inline-block;
padding: 0.25em 0.5em;
border: 0.1em solid #ccc;
}
div.listingBar a:hover {
color: White;
background-color: #329fd7;
border-color: #329fd7;
}
/* */
/* */
dl.portalMessage,
div.attention,
div.caution,
div.danger,
div.error,
div.hint,
div.important,
div.note,
div.tip,
div.warning {
margin: 1em 0;
font-size: 80%;
border: 1px solid #996;
background-color: #ffffe3;
clear:both;
}
dl.portalMessage a,
#content dl.portalMessage a,
div.attention a,
div.caution a,
div.danger a,
div.error a,
div.hint a,
div.important a,
div.note a,
div.tip a,
div.warning a,
#content div.attention a,
#content div.caution a,
#content div.danger a,
#content div.error a,
#content div.hint a,
#content div.important a,
#content div.note a,
#content div.tip a,
#content div.warning a {
color: black;
border-bottom: 1px solid #888;
}
dl.portalMessage dt,
div > .admonition-title {
background-color: #996;
font-weight: bold;
float: left;
margin: 0 0.5em 0 0;
padding: 0.5em 0.75em;
color: White;
line-height: 1.25em;
}
dl.portalMessage dd,
div.attention > .last,
div.caution > .last,
div.danger > .last,
div.error > .last,
div.hint > .last,
div.important > .last,
div.note > .last,
div.tip > .last,
div.warning > .last {
padding: 0.5em 0.5em;
margin: 0;
line-height: 1.25em;
}
dl.warning {
border-color: #d80;
}
dl.warning > dt,
.warning > .admonition-title {
background-color: #d80;
}
dl.error {
border-color: red;
}
dl.error > dt,
.error > .admonition-title {
background-color: #d00;
}
.warning > dd,
.warning > .last {
background-color: #fd7;
}
.error > dd,
.error > .last {
background-color: #fdc;
}
/* */
#content dl.portalMessage,
#content div.attention a,
#content div.caution a,
#content div.danger a,
#content div.error a,
#content div.hint a,
#content div.important a,
#content div.note a,
#content div.tip a,
#content div.warning a {
font-size: 100%;
}
#content dl.portalMessage dt,
#content div > .admonition-title {
margin: 0 0.5em 0 0;
padding: 0.5em 0.75em;
}
#content dl.portalMessage dd,
#content div.attention > .last,
#content div.caution > .last,
#content div.danger > .last,
#content div.error > .last,
#content div.hint > .last,
#content div.important > .last,
#content div.note > .last,
#content div.tip > .last,
#content div.warning > .last {
margin: 0;
}
/* */
/* */
dl.collapsible {
border: 0.1em solid #8cacbb;
margin: 1em 0;
padding: 0;
}
dl.collapsible dt.collapsibleHeader {
display: block;
float: left;
background: White;
line-height: 1.2em;
vertical-align: middle;
font-size: 90%;
position: relative;
top: -0.6em;
width: auto;
margin: 0 0 -0.6em 1em;
padding: 0 0.5em;
}
dl.collapsible dd.collapsibleContent {
margin: 0;
padding: 0 1em 0.4em;
clear: left;
}
/* */
dl.collapsible dd.collapsibleContent > dl {
margin: 0;
padding: 0;
}
dl.expandedInlineCollapsible dt.collapsibleHeader,
dl.expandedBlockCollapsible dt.collapsibleHeader {
padding: 0 0.5em 0 2em;
background: White url(treeExpanded.png) no-repeat 0.5em 50%;
cursor: pointer;
}
dl.collapsedBlockCollapsible {
border: none;
height: 1em;
width: auto;
}
dl.collapsedInlineCollapsible dt.collapsibleHeader,
dl.collapsedBlockCollapsible dt.collapsibleHeader {
float: none;
position: relative;
margin: 0 0 0 1em;
padding: 0 0.5em 0 2em;
line-height: 1.2em;
cursor: pointer;
background: White url(treeCollapsed.png) no-repeat 0.5em 50%;
}
dl.collapsedInlineCollapsible dd.collapsibleContent,
dl.collapsedBlockCollapsible dd.collapsibleContent {
display: none;
}
dl.collapsedInlineCollapsible {
border: none;
height: 1em;
width: auto;
display: inline;
}
dl.collapsedInlineCollapsible dt.collapsibleHeader {
position: static;
float: none;
margin: 0;
padding: 0 0 0 2em;
line-height: 1em;
cursor: pointer;
display: inline;
}
/* */
/* */
.comment {
margin-top: 1.5em;
font-size: 80%;
}
.comment .documentByLine {
margin-left: 1em;
}
.comment .formControls {
margin-left: 0;
}
.commentTime {
color: #666;
}
.commentBody {
padding: 1em;
margin: 0.5em 0;
border-radius: 0.5em;
-webkit-border-radius: 0.5em;
-moz-border-radius: 0.5em;
box-shadow: 0 0 1em 0 #888;
-moz-box-shadow: 0 0 0.5em 0 #888;
-webkit-box-shadow: 0 0 0.5em #888;
}
.comment h1,
.comment h2,
.comment h3,
.comment h4,
.comment h5,
.comment h6 {
font-weight: normal;
}
/* */
.reviewHistory,
.contentHistory {
display: inline;
color: Black;
}
.spacer {
margin: 1em;
}
.label {
font-weight: bold;
display: inline;
}
.label .fieldErrorBox {
font-weight: normal;
}
.optionsToggle {
border: 0.1em solid #8cacbb;
color: Black;
background-color: #dee7ec;
font-weight: normal;
font-size: 90%;
}
/* */
.highlightedSearchTerm {
background-color: #ffa;
}
dl.searchResults .highlightedSearchTerm {
background-color: transparent;
font-weight: bold;
}
/* */
.noInheritedRoles {
color: #a0a0a0;
}
/* */
.currentItem {
border-collapse: collapse;
border: 0.2em solid #ffa500;
padding: 0.1em;
}
/* */
/* */
fieldset#search-field {
border: none !important;
text-align: center;
}
input.searchPage {
font-size:200% !important;
}
#rss-subscription {
float: left;
line-height: 3em;
}
#search-results-bar .actionMenuContent {
margin-top: 1em;
padding: 0;
}
#search-filter {
background: #ddd;
margin: 0;
padding: 0;
}
#content #search-filter fieldset {
border: none !important;
position: relative;
padding: 0;
margin: 0;
}
#content #search-filter legend {
background: transparent;
font-size: 1.1em;
padding: 0.5em 0.9em;
font-weight: bold;
}
#search-filter .field {
background: #eee;
padding: 1em 1.5em;
margin: 0;
}
#search-filter .field label {
font-weight: normal;
}
#search-filter .formControls {
text-align:center
}
#search-results-wrapper {
margin-top: 1em;
}
form.searchPage h1.documentFirstHeading {
font-weight:normal;
letter-spacing:0;
float: left;
margin-right: 0.8em;
}
form.searchPage h1.documentFirstHeading .highlightedSearchTerm {
background: transparent !important;
}
#search-results-bar > * {
float: left;
}
#searchResultsSort{
float:right;
}
#search-results-bar {
position: relative;
z-index: 1;
float: left;
width: 100%;
border-top: 1px solid #DDD;
border-bottom: 1px solid #DDD;
padding: 1em 0;
}
#search-results-bar dl.actionMenu {
margin-bottom: 0;
}
#search-results-bar dd.actionMenuContent {
margin-left: 0;
padding-left: 0;
}
#search-results-bar dt.actionMenuHeader a {
border-bottom: none;
}
#search-results-bar dt.actionMenuHeader a::after {
content: " ▼";
}
#search-results {
padding: 1em;
}
.searchResults {
margin-top: 0;
}
#ajax-search-res {
display: none;
}
/* */
/* */
.image-left {
float: left;
margin: 0.5em 1em 0.5em 0;
}
.image-right {
float: right;
margin: 0.5em;
}
.image-inline {
float: none;
}
/* */
/* */
dl.toc {
float: right;
width: 35%;
font-size: 100%;
margin: 1em 0 0.5em 1.5em;
}
dl.toc dt {
margin-left: 1em;
font-weight: normal;
text-transform: uppercase;
}
dl.toc dd {
margin-bottom: 0;
padding-left: 2em;
}
dl.toc dd ol {
margin-left: 1.5em;
}
/* */
/* */
#portal-sitemap {
list-style: none;
margin-left: 0;
font-size: 130%;
font-weight: bold;
}
#portal-sitemap li {
list-style: none;
margin-left: 0;
}
#portal-sitemap a {
border-bottom: none;
display: block;
}
#portal-sitemap > li {
border-bottom:0.1em dotted #ddd;
line-height:1.8em;
padding:0.25em 1em;
margin-bottom: 0;
}
#portal-sitemap .navTreeLevel2,
#portal-sitemap .navTreeLevel2 ul {
font-size: 85%;
font-weight: normal;
margin-bottom: 0;
padding: 0.25em 0;
}
/* */
/* */
.photoAlbumEntry {
float: left;
position:relative;
overflow: hidden;
height: 185px;
width: 143px;
margin: 0em;
padding: 0px 6px 0px 9px;
text-align: center;
background-image: url('polaroid-single.png');
background-repeat: no-repeat;
}
.photoAlbumEntry img {
border: 1px solid #ccc;
display: block;
margin: 0 auto;
}
.photoAlbumEntryWrapper {
height: 130px;
width: 128px;
margin-bottom: 7px;
}
.photoAlbumEntry a {
display: block;
text-decoration: none;
font-size: 90%;
height: 169px;
width: 130px;
margin: 16px auto 0px;
}
.photoAlbumFolder {
background-image: url('polaroid-multi.png');
background-repeat: no-repeat;
}
.photoAlbumEntryTitle {
color: #76797c;
display: block;
width: 128px;
height: 3.6em;
}
/* */
/* */
.hiddenStructure {
display: block;
background: transparent;
background-image: none; /* */
border: none;
height: 0.1em;
overflow: hidden;
padding: 0;
margin: -0.1em 0 0 -0.1em;
width: 1px;
}
/* */
/* */
.ie6 .hiddenStructure,
.ie7 .hiddenStructure {
position: absolute;
}
#content .visualNoMarker {
list-style:none;
margin-left: 0;
}
.visualClear {
clear: both;
}
/* */
/* */
body.largeText { font-size: 125%; }
body.smallText { font-size: 85%; }
/* */
/* */
/* */
div.overlay {
width: auto;
height: auto;
/* */
display: none;
/* */
margin: 1em;
font-size: 80%;
}
div.overlay-iframe,
div.overlay-ajax {
width: 60%;
min-height: 100px;
z-index: 99; /* */
}
div.overlay-iframe {
height: 60%;
}
/* */
div.overlaybg div.close,
div.overlay div.close {
background-image: url(pb_close.png);
position: absolute;
left: -14px;
top: -14px;
cursor: pointer;
height: 30px;
width: 30px;
}
.pb-ajax {
overflow-y: auto;
}
.pb-ajax, .pb-image, .overlay iframe {
background-color: #fff;
border: 1px solid #999;
white-space: normal;
box-shadow: 0 0 3em 0.5em #666;
-moz-box-shadow: 0 0 3em 0.5em #666;
-webkit-box-shadow: 0 0 3em #666;
}
.pb-ajax > div {
width: 92%;
padding: 1em;
}
.pb-ajax .documentActions {display:none}
div.overlay div.close span {
display: block;
height: 1px;
margin: -1px 0 0 -1px;
overflow: hidden;
padding: 0;
width: 1px;
}
div.overlay textarea { width: 100%; }
/* */
div.overlay .link-parent { display: none; }
div.overlay #createGroup legend { display: none; }
div.overlay #createGroup fieldset { border: none; }
/* */
div.overlay p {
margin-bottom: 1em;
}
div.overlay label {
margin-bottom: 0.25em;
}
div.overlay a:hover {
color: #75ad0a;
}
div.overlay a:hover label{
cursor: pointer;
}
div.overlay a.selected {
color: #000000;
}
div.overlay .formTab {
margin-right:1em;
font-weight: bold;
}
div.overlay .formTab.lastFormTab {
margin-right:0em;
}
div.overlay .formControls a {
display: block;
margin: 0.75em;
}
/* */
/* */
#history dd {
}
div.historyRecord {
margin-bottom: 1em;
}
div.historyTools ul {
float: right;
margin: 2px 1em;
}
div.historyTools ul li {
display: inline;
padding: 0 0.015em;
}
div.historyTools ul li a{
border-bottom: none;
}
div.historyTools form {
display: inline;
}
.historyAction {
}
.historyByLine {
background: #ddd;
padding: 0.5em;
border-top-right-radius: 0.5em;
border-top-left-radius: 0.5em;
-webkit-border-top-right-radius: 0.5em;
-webkit-border-top-left-radius: 0.5em;
-moz-border-radius-topleft: 0.5em;
-moz-border-radius-topright: 0.5em;
}
div.historyLinks {
float: right;
clear: right;
margin: 0.5em 1em 0 0;
}
div.historyComment {
padding: 0.5em 1em;
border: 1px solid #ddd;
}
div.historyComment p {
margin: 0;
padding-top: 1px;
}
a.historyComparePrevious {
border-top: 1px dotted #ccc;
display: block;
margin-top: 1.5em;
margin-bottom: -0.5em;
text-align: center;
}
a.historyComparePrevious span {
background-color: white;
position: relative;
top: -0.75em;
padding: 0 0.5em;
}
/* */
/* */
.icons-on .contenttype-document {
background: no-repeat transparent 0px 4px url(contenttypes-sprite.png);
}
.icons-on .contenttype-event {
background: no-repeat transparent 0px -212px url(contenttypes-sprite.png);
}
.icons-on .contenttype-folder {
background: no-repeat transparent 0px -644px url(contenttypes-sprite.png);
}
.icons-on .contenttype-link {
background: no-repeat transparent 0px -1076px url(contenttypes-sprite.png);
}
.icons-on .contenttype-news-item {
background: no-repeat transparent 0px -1292px url(contenttypes-sprite.png);
}
.icons-on .contenttype-plone-site {
background: no-repeat transparent 0px -1508px url(contenttypes-sprite.png);
}
.icons-on .contenttype-collection {
background: no-repeat transparent 0px -1724px url(contenttypes-sprite.png);
}
.icons-on .contenttype-topic {
background: no-repeat transparent 0px -1724px url(contenttypes-sprite.png);
}
/* */
.icons-on #plone-contentmenu-factories .contenttype-file {
background: no-repeat transparent 0px -428px url(contenttypes-sprite.png);
}
.icons-on #plone-contentmenu-factories .contenttype-image {
background: no-repeat transparent 0px -860px url(contenttypes-sprite.png);
}
.icons-on .contenttype-document,
.icons-on .contenttype-event,
.icons-on .contenttype-folder,
.icons-on .contenttype-link,
.icons-on .contenttype-news-item,
.icons-on .contenttype-plone-site,
.icons-on .contenttype-collection,
.icons-on .contenttype-topic,
.icons-on #plone-contentmenu-factories .contenttype-file,
.icons-on #plone-contentmenu-factories .contenttype-image {
line-height: 2em;
display: inline-block;
*display: block;
padding-left: 20px !important;
}
/* */
/* */
.optionsBox {
overflow-y: auto;
border: solid 1px #999999;
background: #FFFFFF;
height: 14em;
width: 100%;
}
/* */
/* */
.ie7 div.optionsBox {
width: 50%;
}
.optionsBox LABEL {
padding: 2px 0 0 0;
display: block;
line-height: 1em;
font-weight: normal;
}
.optionsBox input{
vertical-align: middle;
margin: 1px 4px 4px 6px;
}
/* */
/* */
.ie7 .optionsBox input {
margin: 0px;
}
.optionsBox LABEL.checked {
background-color: #EEEEEE;
}
.optionsBox LABEL.hover {
background-color: #777777;
color: #FFFFFF;
}
#archetypes-fieldname-subject .formHelp {
font-weight: normal;
}
#existingTagsSection {
position: relative;
margin-left: 3em;
}
#existingTags {
float: left;
width: 50%;
}
#content #existingTags dd {
margin-bottom: 1px;
margin-left: 0;
}
#content #selectedTags, #content #newTags {
margin-bottom: 0;
margin-left: 0;
}
#content #selectedTagsSection {
margin-left: 3em;
float: left;
width: 43%;
margin-bottom: 0;
}
#newTagsSection {
width: 48%;
margin-left: 3em;
}
#content p.selectedTag {
margin-bottom: .4em;
}
#existingTagsTitle, #newTagsTitle {
float: left;
}
#existingTagsHelp, #newTagsHelp {
float: right;
}
#noTagsSelected, #oneOrMoreTagsSelected {
display: none;
}
#ajax-spinner {
display:none;
width: 20px;
height: 20px;
position: fixed;
background-position: center center;
top: 50%;
left: 50%;
margin-top: -10px;
margin-left: -10px;
}
/* */


/* - collective.js.jqueryui.custom.min.css - */
@media screen {

/* collective.js.jqueryui: jqueryui.css */

/*! jQuery UI - v1.10.2 - 2013-04-29
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=%20Arial%2CFreeSans%2Csans-serif&fwDefault=normal&fsDefault=0.9em&cornerRadius=5px&bgColorHeader=dddddd&bgTextureHeader=flat&bgImgOpacityHeader=75&borderColorHeader=cccccc&fcHeader=444444&iconColorHeader=205c90&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=100&borderColorContent=cccccc&fcContent=444444&iconColorContent=205c90&bgColorDefault=205c90&bgTextureDefault=flat&bgImgOpacityDefault=45&borderColorDefault=cccccc&fcDefault=ffffff&iconColorDefault=ffffff&bgColorHover=dddddd&bgTextureHover=flat&bgImgOpacityHover=75&borderColorHover=448dae&fcHover=444444&iconColorHover=444444&bgColorActive=75ad0a&bgTextureActive=flat&bgImgOpacityActive=50&borderColorActive=cccccc&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=ffdd77&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=dd8800&fcHighlight=000000&iconColorHighlight=dd8800&bgColorError=ffddcc&bgTextureError=flat&bgImgOpacityError=45&borderColorError=dd0000&fcError=000000&iconColorError=dd0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=75&opacityOverlay=30&bgColorShadow=999999&bgTextureShadow=flat&bgImgOpacityShadow=55&opacityShadow=45&thicknessShadow=0px&offsetTopShadow=5px&offsetLeftShadow=5px&cornerRadiusShadow=5px&ctl=themeroller
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin-top:2px;padding:.5em .5em .5em .7em;min-height:0}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-noicons{padding-left:.7em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month-year{width:100%}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:21px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-menu{list-style:none;padding:2px;margin:0;display:block;outline:0}.ui-menu .ui-menu{margin-top:-3px;position:absolute}.ui-menu .ui-menu-item{margin:0;padding:0;width:100%}.ui-menu .ui-menu-divider{margin:5px -2px 5px -2px;height:0;font-size:0;line-height:0;border-width:1px 0 0}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.5;min-height:0;font-weight:400}.ui-menu .ui-menu-item a.ui-state-focus,.ui-menu .ui-menu-item a.ui-state-active{font-weight:400;margin:-1px}.ui-menu .ui-state-disabled{font-weight:400;margin:.4em 0 .2em;line-height:1.5}.ui-menu .ui-state-disabled a{cursor:default}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item a{position:relative;padding-left:2em}.ui-menu .ui-icon{position:absolute;top:.2em;left:.2em}.ui-menu .ui-menu-icon{position:static;float:right}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(/++resource++jquery-ui-themes/sunburst/images/animated-overlay.gif);height:100%;filter:alpha(opacity=25);opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:0;background:0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:0;border-bottom:0;border-right:0}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav li a{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-tabs-loading a{cursor:text}.ui-tabs .ui-tabs-nav li a,.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,FreeSans,sans-serif;font-size:0.9em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,FreeSans,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #ccc;background:#fff url(/++resource++jquery-ui-themes/sunburst/images/ui-bg_flat_100_ffffff_40x100.png) 50% 50% repeat-x;color:#444}.ui-widget-content a{color:#444}.ui-widget-header{border:1px solid #ccc;background:#ddd url(/++resource++jquery-ui-themes/sunburst/images/ui-bg_flat_75_dddddd_40x100.png) 50% 50% repeat-x;color:#444;font-weight:bold}.ui-widget-header a{color:#444}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #ccc;background:#205c90 url(/++resource++jquery-ui-themes/sunburst/images/ui-bg_flat_45_205c90_40x100.png) 50% 50% repeat-x;font-weight:normal;color:#fff}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#fff;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #448dae;background:#ddd url(/++resource++jquery-ui-themes/sunburst/images/ui-bg_flat_75_dddddd_40x100.png) 50% 50% repeat-x;font-weight:normal;color:#444}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#444;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #ccc;background:#75ad0a url(/++resource++jquery-ui-themes/sunburst/images/ui-bg_flat_50_75ad0a_40x100.png) 50% 50% repeat-x;font-weight:normal;color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #d80;background:#fd7 url(/++resource++jquery-ui-themes/sunburst/images/ui-bg_flat_55_ffdd77_40x100.png) 50% 50% repeat-x;color:#000}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#000}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #d00;background:#fdc url(/++resource++jquery-ui-themes/sunburst/images/ui-bg_flat_45_ffddcc_40x100.png) 50% 50% repeat-x;color:#000}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#000}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#000}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(/++resource++jquery-ui-themes/sunburst/images/ui-icons_205c90_256x240.png)}.ui-widget-header .ui-icon{background-image:url(/++resource++jquery-ui-themes/sunburst/images/ui-icons_205c90_256x240.png)}.ui-state-default .ui-icon{background-image:url(/++resource++jquery-ui-themes/sunburst/images/ui-icons_ffffff_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(/++resource++jquery-ui-themes/sunburst/images/ui-icons_444444_256x240.png)}.ui-state-active .ui-icon{background-image:url(/++resource++jquery-ui-themes/sunburst/images/ui-icons_ffffff_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(/++resource++jquery-ui-themes/sunburst/images/ui-icons_dd8800_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(/++resource++jquery-ui-themes/sunburst/images/ui-icons_dd0000_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:5px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:5px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:5px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:5px}.ui-widget-overlay{background:#aaa url(/++resource++jquery-ui-themes/sunburst/images/ui-bg_flat_75_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:5px 0 0 5px;padding:0;background:#999 url(/++resource++jquery-ui-themes/sunburst/images/ui-bg_flat_55_999999_40x100.png) 50% 50% repeat-x;opacity:.45;filter:Alpha(Opacity=45);border-radius:5px}

/* collective.js.jqueryui: sunburst-patch.css */

/* Due to usage of #content, dl.portlet and !important in public.css rules 
we must re-gain priority here for all jQueryUI link styles 
*/

#content .ui-state-default a, #content .ui-state-default a:link, #content .ui-state-default a:visited, 
dl.portlet .ui-state-default a, dl.portlet .ui-state-default a:link, dl.portlet .ui-state-default a:visited,
a.ui-state-default,
#content a.ui-state-default, #content .ui-state-default a, #content .ui-state-default a:link, #content .ui-state-default a:visited,
dl.portlet a.ui-state-default, dl.portlet .ui-state-default a, dl.portlet .ui-state-default a:link, dl.portlet .ui-state-default a:visited,
#content .ui-state-active a, #content .ui-state-active a:link, #content .ui-state-active a:visited,
dl.portlet .ui-state-active a, dl.portlet .ui-state-active a:link, dl.portlet .ui-state-active a:visited  { color: #ffffff !important; }

#content .ui-widget-header a,
dl.portlet .ui-widget-header a,
a.ui-state-hover,
#content a.ui-state-hover, #content .ui-state-hover a, #content .ui-state-hover a:hover,
dl.portlet a.ui-state-hover, dl.portlet .ui-state-hover a, dl.portlet .ui-state-hover a:hover { color: #444444 !important;}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a,
#content .ui-state-highlight a, #content .ui-widget-content .ui-state-highlight a, #content .ui-widget-header .ui-state-highlight a,
dl.portlet .ui-state-highlight a, dl.portlet .ui-widget-content .ui-state-highlight a, dl.portlet .ui-widget-header .ui-state-highlight a { color: #000000 !important; }


}


/* - authoring.css - */
/* https://www.orona.co.uk/portal_css/authoring.css?original=1 */
/* */
/* */
/* */
#content ul.formTabs {
background-color: #ddd;
border: 0.3em solid #ddd;
}
#edit-bar {
background-color: #75ad0a;
border: 0.25em solid #75ad0a;
font-size: 80%;
min-height: 2em;
margin-bottom: 1em;
padding-top: 0.05em;
}
#content-views {
float: left;
background-color: #75ad0a;
}
/* */
/* */
.ie6 ul#content-views{
margin: -2px -3px 0px -3px;
}
#content-views a {
color: White;
}
/* */
#edit-bar,
#content ul.formTabs,
#content-core ul.formTabs {
display: block;
border-style: solid solid none solid;
margin-left: 0;
border-top-right-radius: 0.5em;
border-top-left-radius: 0.5em;
-webkit-border-top-right-radius: 0.5em;
-webkit-border-top-left-radius: 0.5em;
-moz-border-radius-topleft: 0.5em;
-moz-border-radius-topright: 0.5em;
}
#content li.formTab,
#content-core li.formTab {
display: inline;
margin-right:0.25em;
}
#content-views a,
#content li.formTab a,
#content-core li.formTab a {
/* */
display: inline-block;
}
#content-views a,
#content li.formTab a,
#content-core li.formTab a {
line-height: 26px;
padding: 0 0.75em;
text-decoration: none;
border: none;
margin: 0 ;
}
#content-views li.selected a,
#content li.formTab a.selected,
#content-core li.formTab a.selected {
font-weight: bold;
}
#content-views li.selected a,
#content-views li a:hover,
#content li.formTab a.selected,
#content li.formTab a:hover,
#content-core li.formTab a.selected,
#content-core li.formTab a:hover {
background: White;
color: Black;
border-top-right-radius: 0.5em;
border-top-left-radius: 0.5em;
-webkit-border-top-right-radius: 0.5em;
-webkit-border-top-left-radius: 0.5em;
-moz-border-radius-topleft: 0.5em;
-moz-border-radius-topright: 0.5em;
}
#content li.formTab a.notify,
#content-core li.formTab a.notify {
background-color: red;
color: White;
}
#content li.formTab a.required span:after,
#content-core li.formTab a.required span:after,
div.field span.required:after {
content: "■";
color: Red;
padding-left: 0.2em;
}
#content fieldset.formPanel,
#content-core fieldset.formPanel {
border: none;
}
#content fieldset.formPanel.hidden,
#content-core fieldset.formPanel.hidden {
display: none;
}
#content div.formControls input.hidden,
#content-core div.formControls input.hidden {
display: none;
}
/* */
/* */
/* */
#portal-personaltools dl {
}
#portal-personaltools dt {
font-weight: normal;
}
#portal-personaltools dt.actionMenuHeader a:after {
content: " ▼";
}
#portal-personaltools dd {
right: 0;
padding-top: 0.5em;
}
#portal-personaltools dd {
background: #e3e3e3;
padding-bottom: 0.5em;
}
#portal-personaltools dd a {
line-height: 2em;
padding: 0 0.75em;
}
#portal-personaltools dd a:hover {
background: #205c90;
color: White;
}
/* */
/* */
#contentActionMenus dl.actionMenu a,
#contentActionMenus dl.actionMenu.activated dd {
background-color: #75ad0a;
color: White;
z-index: 5;
}
#contentActionMenus dl.actionMenu.activated dd {
border-bottom: 0.5em solid #75ad0a;
right: -3px;
}
#contentActionMenus dl.actionMenu.activated dd a:hover,
#contentActionMenus dl.actionMenu.activated dd .actionMenuSelected {
background-color: White !important;
color: #666;
}
#contentActionMenus dl.actionMenu {
line-height: 2em;
}
#folderHeader, #contextHeader {
border-bottom: 2px solid white;
}
#contextHeader { margin-top: 5px; }
/* */
#contentActionMenus {
float: right;
background: #75ad0a;
margin: 0;
position: relative;
top: -0.23em;
right:-0.24em;
padding: 0.1em 0.24em 0 0;
border-radius: 0.5em;
border-top-left-radius: 0;
-webkit-border-radius: 0.5em;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 0.5em;
-moz-border-radius-topleft: 0;
}
.actionMenuContent {
padding: 0 0.25em;
}
dl.actionMenu {
float: right;
white-space: nowrap;
position: relative;
margin-left: 0.5em;
}
dl.actionMenu a,
dl.actionMenu div {
display: block !important;
white-space: nowrap;
}
dl.actionMenu dt {
font-weight: normal;
}
span.arrowDownAlternative {
font-size: 80%;
}
dl.actionMenu.deactivated dt {
margin: 0 0.25em;
}
dl.actionMenu.deactivated dd {
display: none;
}
dl.actionMenu.activated dd {
position: absolute;
width: auto;
min-width: 100%;
border-bottom-right-radius: 0.5em;
border-bottom-left-radius: 0.5em;
-webkit-border-bottom-right-radius: 0.5em;
-webkit-border-bottom-left-radius: 0.5em;
-moz-border-radius-bottomleft: 0.5em;
-moz-border-radius-bottomright: 0.5em;
}
dl.actionMenu.activated dt a,
dl.actionMenu.activated dd a,
dl.actionMenu.activated dd div {
margin: 0 0.25em;
}
/* */


/* - portlets.css - */
/* https://www.orona.co.uk/portal_css/portlets.css?original=1 */
/* */
dl.portlet {
margin: 0 0 1em;
font-size: 80%;
}
dl.portletError {
background-color: #FFA500;
}
dl.portlet dt {
padding: 0.42em 1em;
background: #ddd;
line-height: normal;
}
dl.portlet dt.hiddenStructure {
padding: 0;
}
dl.portlet dt a:link,
dl.portlet dt a:visited,
dl.portlet dt a:hover {
color: black;
display: block;
border: none;
}
dl.portlet dd.portletItem,
dl.portlet dd.portletFooter,
dl.portletError dd {
padding: 1em;
}
.blockedPortlet .portletHeader {
border: 1px dashed #ddd;
margin: -1px;
background: none !important;
}
.blockedPortlet .portletHeader a {
color: #666;
}
.blockedPortlet .portletBlockedMessage {
color: white;
display: inline;
}
.portletItemDetails {
font-size: 85%;
padding-top: .5em;
line-height: 1.5em;
margin-left: 1em;
display: block;
}
#portlet-prefs a {
border: none;
line-height: 2em;
}
/* */
/* */
dl.portlet ul.navTree li a {
border: none;
display: block;
zoom: 1;
}
dl.portlet ul.navTree li a:hover {
}
dl.portletNavigationTree dd.portletItem {
padding: 0;
}
dl.portlet ul.navTreeLevel0 > .navTreeItem {
padding: 0.25em 1em;
border-bottom: 0.1em dotted #ddd;
line-height: 2em;
}
dl.portlet ul.navTreeLevel1 .navTreeItem {
padding-left: 0.5em;
line-height: 2em;
}
dl.portlet ul.navTree .navTreeCurrentItem {
background-color: #ddd;
border-left: 1em solid #ddd;
margin-left: -1em;
margin-right: -1em;
}
/* */
/* */
.portletCalendar {
margin: 1px 0 1em 0;
}
.portletCalendar dt {
background-color: #eee;
font-weight: bold;
text-align: center;
line-height: 1.6em;
border-bottom: none;
}
#visual-portal-wrapper dl.portletCalendar dd {
padding: 0;
}
.portletCalendar dd {
margin: 0;
padding: 0;
}
.portletCalendar dt a#calendar-previous {
float: left;
padding: 0 1em;
margin: 0 -.5em;
}
.portletCalendar dt a#calendar-next {
float: right;
padding: 0 1em;
margin: 0 -.5em;
}
.portletCalendar a, .portletCalendar a:focus,
.portletCalendar a, .portletCalendar a:hover,
.ploneCalendar a {
text-decoration: none;
border-bottom: none !important;
}
.ploneCalendar {
border-spacing: 0;
width:100%;
}
.ploneCalendar td {
background-color: transparent;
width: 14%;
text-align: center;
padding: 2px;
}
.ploneCalendar .weekdays th {
background-color: #eee;
text-align: center;
padding: 2px;
}
.ploneCalendar .event {
background-color: #eee;
}
.ploneCalendar .todayevent {
background-color: #eee;
border: 2px solid #205C90;
}
.ploneCalendar .todaynoevent {
border: 2px solid #205C90;
}
/* */


/* - controlpanel.css - */
@media n {
/* https://www.orona.co.uk/portal_css/controlpanel.css?original=1 */
/* */
#setup-link {
font-size: 90%;
}
#content ul.configlets {
margin: 1em 0;
list-style-image: none;
list-style: none;
}
#content ul.configlets li {
margin-bottom: 1em;
list-style: none;
display: block;
}
#content ul.configlets li a {
text-decoration: none;
border: none;
}
#content ul.configlets li a:visited {
color: #436976;
background-color: transparent;
}
#content ul.configlets li a:active {
color: #436976;
background-color: transparent;
}
#content ul.configlets li label {
font-weight: bold;
}
#content ul.configletDetails {
margin: 0em 1em 1em 4em;
list-style-image: none;
list-style: none;
}
#content ul.configletDetails li {
margin-bottom: 1em;
display: inline;
}
#content ul.configletDetails li a {
text-decoration: none;
}
#content ul.configletDetails li label {
font-weight: bold;
}
#content ul.configletDetails li.configletDescription {
display: block;
color: #76797c;
margin: 0;
}
.inlineDisplay {
display:inline
}
table.controlpanel-listing {
width:100%;
}
table.controlpanel-listing td, table.controlpanel-listing th {
font-size:120%;
}
table.controlpanel-listing dl {
margin-top:0;
}
table.controlpanel-listing dd {
margin-left: 1em;
}
table.controlpanel-listing dl dt a .trigger{
font-weight:normal;
}
table .controlpanel-listing td {
vertical-align:top;
}
table.controlpanel-listing td.checker{
text-align:center;
}
table.controlpanel-listing th.smallcolumn {
width:1.5em;
}
.chooser-right {
float:right;
margin-right:0;
margin-bottom:0;
}
.rule-element {
background-color:#EEF3F5;
margin:0.5em 0pt 0.5em;
padding:0.3em 1em 0.3em 1em;
width:auto;
}
.rule-element dl {
}
.rule-element dl dd {
margin-left:1em;
}
.rule-updown, .rule-operations {
float:right;
padding-top:0.8em;
}
/* */
/* */
div.portletAssignments {
font-size: 0.8em;
line-height: 2em;
}
div.portletAssignments div.portletHeader {
padding: 0.42em 1em;
background: #ddd;
line-height: normal;
}
div.portletAssignments .managedPortletActions {
float: right;
}
div.portletAssignments .managedPortletActions a, div.portletAssignments .managedPortletActions button {
margin: 0 0.25em;
border: none;
cursor: pointer;
background-color: transparent;
color: #205C90;
}
div.portletAssignments .managedPortletActions form {
display: inline;
}
.managedPortlet {
margin: 0.8em 0;
}
div.managePortletsLink,
a.managePortletsFallback {
text-align: center;
padding: 0.25em 0.5em;
font-size: 80%;
margin: 0 auto 1em;
background: #ddd;
border-radius: 0.5em;
-webkit-border-radius: 0.5em;
-moz-border-radius: 0.5em;
}
a.managePortletsFallback {
display:inline-block; /* */
}
#content a.managePortletsFallback {
display: block;
border-bottom: none !important;
}
/* */

}


/* - forms.css - */
/* https://www.orona.co.uk/portal_css/forms.css?original=1 */
/* */
fieldset,
.editionComment {
line-height:1.5em;
margin:1em 0;
padding:0 1em 1em;
width:auto;
}
/* */
#content .field input[type="text"][name$=".title"],
#archetypes-fieldname-title input {
font-family: "Helvetica Neue", Arial, FreeSans, sans-serif;
line-height: 125%;
color: Black;
letter-spacing: -0.05em;
margin: inherit -0.05em;
font-size: 2em; /* */
font-weight: bold;
}
/* */
#content .field textarea[name$=".description"],
#archetypes-fieldname-description textarea#description {
font-family: Arial,FreeSans,sans-serif;
color:#666666;
font-size:1.25em;
font-weight: bold;
}
div.formControls {
margin: 1em;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
background-color: #ffffe0;
}
#content textarea {
font: 100% Monaco, "Courier New", Courier, monospace;
width: 100%;
}
#content select {
vertical-align: top;
}
#content fieldset {
border: 0.1em solid #329fd7;
border-style: solid none none none;
}
#content legend {
padding: 0.5em;
font-size: 85%;
}
label {
font-weight:bold;
}
label .fieldErrorBox {
font-weight: normal;
}
#content label {
}
#content optgroup {
font-style: normal;
font-weight: bold;
color: #999;
padding-left: 0.25em;
}
#content option {
color: black;
}
#content optgroup > option {
padding: 0 0.25em 0 1em;
}
dl.enableFormTabbing dd {
margin-left: 0;
padding-top: 2em;
}
.searchSection {
color: #76797c;
margin-top: 0.25em;
}
.searchSection label:hover {
color: Black;
}
.field {
clear: both;
margin-bottom: 1em;
}
.field input[type="text"] {
width: 20em;
}
.field input[type="text"][size] {
width: auto;
}
.field input[type="text"][name$=".title"],
input#title {
width: 100%;
}
.field.error input[type="text"][name$=".title"],
.error input#title {
width: 99%;
}
.fieldRequired {
background: url(required.png) center left no-repeat;
padding: 0 0 0 1em;
color: White;
}
.fieldUploadFile {
text-align: right;
margin-right: 0.75em;
display: none;
}
.fieldTextFormat {
text-align: right;
margin-right: 0.75em
}
.formHelp {
color: #555;
margin: 0 0 0.2em 0;
display: block;
font-weight: normal;
}
div.field.error {
background-color: #fdc;
border:  1px solid red;
padding: 0.5em;
margin:  1em 0;
}
.error .fieldRequired {
color: #d00;
}
div.error.warning {
background-color: transparent;
border: none;
margin-top: 0;
padding: 0;
}
div.error.warning input {
border: 2px solid red;
}
input.inputLabelActive {
color: #76797c;
}
textarea#form\.description {
height: 6em;
width: 99%;
}
table.listing tbody tr.odd.selected td,
table.listing tbody tr.odd.dragging td,
tr.dragging,
tr.selected {
background-color: #ffa;
}
table.listing tbody tr.odd.error td,
tr.error {
background-color: #fdc;
}
.multi-widget-field {
padding-left: 0.5em;
border-left: 1.5em solid #DDD;
}
.multi-widget-checkbox {
margin-left: -2em;
margin-right: 0.5em;
width: 1.5em;
display: inline-block;
}
/* */
body.template-logged_out #content,
body.template-login_form #content,
.pb-ajax #login-form {
text-align: center;
}
#fieldset-openid-login input, #login-form input {
font-size: 150%;
}
body.template-register #content input,
body.template-new-user #content input {
font-size: 150%;
width: inherit;
}
#fieldset-openid-login label, #login-form label {
margin-right:0.5em;
padding-top:0.2em;
text-align:right;
width: 10em;
display: inline-block;
}
#fieldset-openid-login .formControls input, #login-form .formControls input {
margin-left: 0.25em;
}
/* */
/* */

/* - ++resource++plone.app.discussion.stylesheets/discussion.css - */
/* https://www.orona.co.uk/portal_css/++resource++plone.app.discussion.stylesheets/discussion.css?original=1 */
/* */
.discussion .hide {
display: none;
}
/* */
.discussion,
#commenting {
/* */
clear: both;
}
.comment {
}
.commentImage {
float: left;
margin-right: 0.5em;
height: 3.5em;
}
.commentImage a:link {
/* */
border: 0px;
}
.commentImage img {
}
.commentDate {
display: block;
font-size: 85%;
line-height: 1.5em;
padding-top: 0.5em;
color: #76797C;
}
.commentBody {
clear: both;
margin: 1em 0;
overflow: auto;
border: 1px solid #ccc;
}
.commentBody p {
float: left;
}
.discussion .documentByLine {
float: left;
margin-left: 0;
margin-bottom: 0.5em;
}
.commentActions {
float: right;
text-align: right;
}
.discussion .discreet {
color: #666666;
font-size: 85%;
}
.loginbutton {
margin-bottom: 1.25em;
}
.commentactionsform {
display: inline;
}
.replyTreeLevel0 {
margin-left: 0em;
}
.replyTreeLevel1 {
margin-left: 1em;
}
.replyTreeLevel2 {
margin-left: 2em;
}
.replyTreeLevel3 {
margin-left: 3em;
}
.replyTreeLevel4 {
margin-left: 4em;
}
.replyTreeLevel5 {
margin-left: 5em;
}
.replyTreeLevel6 {
margin-left: 6em;
}
.replyTreeLevel7 {
margin-left: 7em;
}
.replyTreeLevel8 {
margin-left: 8em;
}
.replyTreeLevel9 {
margin-left: 9em;
}
.replyTreeLevel10 {
margin-left: 10em;
}
.defaultuserimg {
border: 0;
}
/* */
.reply fieldset {
/* */
margin: 0 !important;
}
.reply .text-widget {
display: block;
}
.reply-to-comment-button {
display: none;
}
.cancelreplytocomment {
display: none;
}
/* */
#bulkactions {
text-align: left;
}
#dobulkaction {
margin: 0.3em 0;
}
.comment-publish-button {
float: left;
margin-right: 0.5em;
}
.comment-delete-button {
float: left;
}
#review-comments {
margin: 0;
width: 100%;
}
#review-comments tbody tr {
vertical-align: top
}
#fieldset-moderate-comments {
padding: 2em 1em;
}
/* */
.template-discussion-settings .unclickable {
opacity: 0.6;
filter: alpha(opacity = 50);
}
/* */
/* */
.row #dobulkaction {
margin: 0;
}
.row #commenting {
font-size: 80%;
}
.row #commenting .formControls {
margin: 0;
}
.row #commenting textarea,
.row .discussion textarea {
font: 100% Monaco, "Courier New", Courier, monospace;
width: 100%;
}
.row #commenting fieldset,
.row .discussion fieldset {
border: 0.1em solid #329fd7;
border-style: solid none none none;
}
.row #commenting legend,
.row .discussion legend {
padding: 0.5em 0.5em 0.5em 0;
font-size: 85%;
}
.row #commenting label,
.row .discussion label {
font-weight:bold;
}
/* */
.overlay-edit-comment textarea {
height: 10em;
}

/* - ++resource++tinymce.stylesheets/tinymce.css - */
/* https://www.orona.co.uk/portal_css/++resource++tinymce.stylesheets/tinymce.css?original=1 */
#content ul.listTypeDisc {
list-style-type: disc;
list-style-image: none;
}
#content ul.listTypeSquare {
list-style-type: square;
list-style-image: none;
}
#content ul.listTypeCircle {
list-style-type: circle;
list-style-image: none;
}
#content ol.listTypeDecimal {
list-style-type: decimal;
list-style-image: none;
}
#content ol.listTypeLowerAlpha {
list-style-type: lower-alpha;
list-style-image: none;
}
#content ol.listTypeUpperAlpha {
list-style-type: upper-alpha;
list-style-image: none;
}
#content ol.listTypeLowerRoman {
list-style-type: lower-roman;
list-style-image: none;
}
#content ol.listTypeUpperRoman {
list-style-type: upper-roman;
list-style-image: none;
}


/* - print.css - */
@media print {
/* https://www.orona.co.uk/portal_css/print.css?original=1 */
/* */
body {
font-family: "Helvetica Neue", Arial, FreeSans, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Helvetica Neue", Arial, FreeSans, sans-serif;
font-weight: bold;
line-height: 125%;
page-break-inside: avoid;
page-break-after: avoid;
}
h1, h2 {
letter-spacing: -0.05em;
}
a {
text-decoration: none;
border-bottom: 0.1em solid gray;
color: black;
}
#portal-column-content {
width: 95%;
}
.documentDescription {
font-weight: bold;
}
pre {
border: 1pt dotted black;
white-space: pre;
font-size: 8pt;
overflow: auto;
padding: 1em;
}
table.listing,
table.listing td {
border: 1pt solid black;
border-collapse: collapse;
}
table.listing td,
table.listing th {
padding: 6px;
}
/* */
div.pageBreak {
page-break-before: always;
}
/* */
#content dt {
margin:1em 0 0.625em;
}
#content p, #content table {
margin-bottom:0.625em;
margin-top:0.625em;
}
#content .documentDescription, #content #description {
margin:0.5em 0 1.31em;
}
/* */
div.top,
#portal-logo,
#portal-siteactions,
.hiddenStructure,
#portal-searchbox,
#portal-globalnav,
#portal-personaltools,
#portal-breadcrumbs,
#edit-bar,
#portal-column-one,
#portal-column-two,
#portal-languageselector,
.contentViews,
.contentActions,
.help,
.legend,
.portalMessage,
.documentActions,
.netscape4,
#viewlet-below-content .reply,
#viewlet-below-content .discussion,
#kss-spinner,
#review-history,
#content-history,
.listingBar,
#portal-footer,
#portal-colophon,
.skipnav,
#kss-spinner,
#review-history,
#content-history,
.listingBar,
.link-presentation,
input.standalone,
.overlay,
.managePortletsFallback,
.close,
.link-parent,
.draggingHook,
#foldercontents-order-column,
input.context,
.visualNoPrint {
display: none;
}
/* */
.image-left {
float: left;
clear: both;
margin: 0.5em 1em 0.5em 0;
border: 0.4pt solid Black;
}
.image-inline {
float: none;
}
.image-right {
float: right;
clear: both;
margin: 0.5em;
border: 0.4pt solid Black;
}
dd.image-caption {
text-align:left;
padding: 0; margin:0;
}
dl.captioned {
padding: 0.8em;
}
.newsImageContainer {
float:right;
margin: 0 0 0.5em 1em;
width: 16em;
}

}


/* - ++resource++plone.app.jquerytools.dateinput.css - */
/* https://www.orona.co.uk/portal_css/++resource++plone.app.jquerytools.dateinput.css?original=1 */
/* */
/* */
.date {
border:1px solid #ccc;
font-size:18px;
padding:4px;
text-align:center;
width:194px;
-moz-box-shadow:0 0 10px #eee inset;
box-shadow:0 0 10px #eee inset;
}
/* */
#calroot {
margin-top:-1px;
width:198px;
padding:2px;
background-color:#fff;
font-size:11px;
border:1px solid #ccc;
z-index:1;
-moz-border-radius:5px;
border-radius:5px;
-webkit-border-radius:5px;
-moz-box-shadow: 0 0 15px #666;
-webkit-box-shadow: 0 0 15px #666;
box-shadow: 0 0 15px #666;
}
/* */
#calhead {
padding:2px 0;
height:22px;
}
#caltitle {
font-size:14px;
color:#0150D1;
float:left;
text-align:center;
width:155px;
line-height:20px;
text-shadow:0 1px 0 #ddd;
}
#calnext, #calprev {
display:block;
width:20px;
height:20px;
background:transparent url(prev.gif) no-repeat scroll center center;
float:left;
cursor:pointer;
}
#calnext {
background-image:url(next.gif);
float:right;
}
#calprev.caldisabled, #calnext.caldisabled {
visibility:hidden;
}
/* */
#caltitle select {
font-size:10px;
}
/* */
#caldays {
height:14px;
border-bottom:1px solid #ddd;
}
#caldays span {
display:block;
float:left;
width:28px;
text-align:center;
}
/* */
#calweeks {
background-color:#fff;
margin-top:4px;
}
/* */
.calweek {
clear:left;
height:22px;
}
/* */
.calweek a {
display:block;
float:left;
width:27px;
height:20px;
text-decoration:none;
font-size:11px;
margin-left:1px;
text-align:center;
line-height:20px;
color:#666;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}
/* */
.calweek a:hover, .calfocus {
background-color:#ddd;
}
/* */
a.calsun {
color:red;
}
/* */
a.caloff {
color:#ccc;
}
a.caloff:hover {
background-color:rgb(245, 245, 250);
}
/* */
a.caldisabled {
background-color:#efefef !important;
color:#ccc	!important;
cursor:default;
}
/* */
#calcurrent {
background-color:#498CE2;
color:#fff;
}
/* */
#caltoday {
background-color:#333;
color:#fff;
}
/* */
.caltrigger {
background:url('popup_calendar.png') no-repeat 0 0;
height: 16px;
width: 16px;
display: inline-block;
border-bottom: none !important;
vertical-align: middle;
}
#calprev {
background-image:url(++resource++plone.app.jquerytools.prev.gif);
}
#calnext {
background-image:url(++resource++plone.app.jquerytools.next.gif);
}
#calroot {
z-index: 10000;
}

/* - ++resource++plone.formwidget.contenttree/contenttree.css - */
/* https://www.orona.co.uk/portal_css/++resource++plone.formwidget.contenttree/contenttree.css?original=1 */
.contenttreeWidget {
bottom: 3.5em;
height: auto;
left: 0px;
overflow-y: auto;
margin: 0em 1em;
position: absolute;
right: 0px;
top: 6em;
width: auto;
border: 1px solid #8CACBB;
}
.contenttreeWidget li {
display: block;
padding-left: 1em;
}
.contenttreeWidget .navTreeCurrentItem {
font-weight: bold;
}
.contenttreeWidget .navTreeCurrentItem li {
font-weight: normal;
}
.contenttreeWidget li a {
border-bottom: solid 1px transparent;
}
.contenttreeWidget .navTreeItem a {
border: none;
display: block;
text-decoration: none;
padding-top: 0.2em;
padding-bottom: 0.25em;
}
.contenttreeWidget .navTreeItem a:hover {
outline: 1px dotted #205C90;
}
.contenttreeWidget li.navTreeCurrentItem {
border: none !important;
background-color: transparent;
}
.contenttreeWidget li.navTreeCurrentItem > a,
.contenttreeWidget li.navTreeCurrentItem > a:hover {
border: none;
outline: none;
background-color: #205C90;
color: #fff !important;
}
/* */
* html .contentTreeWidget li.navTreeCurrentItem a,
* html .contentTreeWidget li.navTreeCurrentItem a:hover {
height: 1.6em;
}
.contenttreeWindow {
display: none;
position: fixed;
_position: absolute;
background-color: white;
z-index: 100;
}
.contenttreeWindow h2 {
display: block;
top: 0px;
margin: 0px;
}
.contenttreeWindowHeader {
padding: 1em;
}
.contenttreeWindowActions {
position: absolute;
width: 100%;
top: auto;
bottom: 0px;
padding: 1em;
}
.contenttreeWindowBlocker {
z-index: 99;
width: 100%;
height: 100%;
opacity: 0.4;
background-color: black;
top: 0px;
left: 0px;
position: fixed;
_position: absolute;
_top: expression(eval((document.body.scrollTop)?document.body.scrollTop:document.documentElement.scrollTop));
}
.option {
display: block;
}

/* - ++resource++plone.formwidget.querystring.querywidget.css - */
/* https://www.orona.co.uk/portal_css/++resource++plone.formwidget.querystring.querywidget.css?original=1 */
.queryindex, .addIndex {
display: block;
width: 180px;
float: left;
margin-right: 0.5em;
}
.queryoperator, .addOperator {
display: block;
width: 100px;
float: left;
margin-right: 0.5em;
}
.queryresults {
float: right;
}
.previewSearchResultsHeading {
margin-top: 1em;
}
.QueryWidget .criteria {
margin: 0 1em 0.5em 0;
clear: both;
}
.removecriteria {
border: 0;
padding: 0;
background: transparent;
cursor: pointer;
margin-left: 1em;
}
.error.QueryWidget {
background-color:transparent;
border:0;
padding:0;
}
.sortingField {
clear: both;
padding-top: 1em;
}
.previewresultsLabel {
padding-top: 1em;
display: block;
}
.previewresults {
border-width: 1px;
border-style: solid;
height: 16em;
overflow: auto;
}
.querywidget dt {
border-width: 1px;
border-style: solid;
cursor: pointer;
}
.querywidget .arrowDownAlternative {
float: right;
padding-right: 0.25em;
}
.widgetPulldownMenu {
position: absolute;
}
dl.multipleSelectionWidget,
#content dl.multipleSelectionWidget {
margin: 0;
}
.multipleSelectionWidget dt {
width: 198px;
height: 1.5em;
overflow: hidden;
}
.multipleSelectionWidget dd {
width: 198px;
background: #FFF;
overflow:auto;
}
.multipleSelectionWidget label {
display: block;
color: #000;
}
.querywidget {
float: left;
width: 200px;
}
.referenceWidget input {
width: 200px;
}
dl.querywidget {
margin: 0;
}
#content dl.querywidget dd,
dl.querywidget dd {
margin: 0;
}
.dateRangeWidget input {
width: 78px;
}
.criteria {
clear: both;
}
.widgetPulldownMenu {
border-width: 1px;
border-style: solid;
height:6.5em;
}
/* */
.multipleSelectionWidget .hiddenStructure {
display: none !important;
}


/* - ++resource++collection.css - */
/* https://www.orona.co.uk/portal_css/++resource++collection.css?original=1 */
/* */
.icons-on .contenttype-collection {
background: no-repeat transparent 0 -1724px url(contenttypes-sprite.png);
}
.icons-on .contenttype-collection {
line-height: 2em;
display: inline-block;
*display: block;
padding-left: 20px !important;
}


/* - ++resource++collective.js.bootstrap/css/bootstrap.min.css - */
/* https://www.orona.co.uk/portal_css/++resource++collective.js.bootstrap/css/bootstrap.min.css?original=1 */
/**//* */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/* */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(/++resource++collective.js.bootstrap/fonts/glyphicons-halflings-regular.eot);src:url(/++resource++collective.js.bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(/++resource++collective.js.bootstrap/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(/++resource++collective.js.bootstrap/fonts/glyphicons-halflings-regular.woff) format('woff'),url(/++resource++collective.js.bootstrap/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(/++resource++collective.js.bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
/* */

/* - ++resource++collective.z3cform.datagridfield/datagridfield.css - */
/* https://www.orona.co.uk/portal_css/++resource++collective.z3cform.datagridfield/datagridfield.css?original=1 */
.datagridwidget-table-view {
width: 100%;
border: 1px solid #666;
background: none repeat scroll 0 0 #EEE;
}
.datagridwidget-table-view .header {
font-weight: bold;
background: none repeat scroll 0 0 #DDD;
color: #666;
padding: 2px;
font-size: 1.1em;
text-align: left;
}
.datagridwidget-row {
vertical-align: top;
}
.datagridwidget-cell input[type="text"] {
padding: 1px;
}
.datagridwidget-cell input, .datagridwidget-cell select, .datagridwidget-cell textarea {
border: 1px solid #CCC;
}
.datagridwidget-cell > input:only-child { width: 99%; }
.datagridwidget-cell div.error {
color:red;
font-weight:bold;
}
.datagridwidget-empty-row {
/* */
display: none;
}
/* */
.datagridwidget-cell {
vertical-align: bottom;
padding: 1px;
}
.datagridwidget-manipulator {
width: 16px;
text-align: center;
padding-bottom: 4px;
margin: 0;
vertical-align: bottom;
}
.datagridwidget-manipulator img {
cursor: pointer;
}
.datagridwidget-hidden-data {
display: none;
}
/* */
.auto-append  > .datagridwidget-manipulator.delete-row img,
.auto-append  > .datagridwidget-manipulator.move-up img,
.auto-append  > .datagridwidget-manipulator.move-down img,
.auto-append  > .datagridwidget-manipulator.insert-row img {
display: none;
}
/* */
.minimum-row  > .datagridwidget-manipulator.insert-row img {
display: block;
}
.datagridwidget-body-non-auto-append[data-many-rows = "true"] .datagridfield-last-filled-row > .datagridwidget-manipulator.move-down img,
.datagridwidget-body-non-auto-append[data-many-rows = "true"] .datagridfield-first-filled-row > .datagridwidget-manipulator.move-up img {
display: block;
}
/* */
.datagridwidget-body-non-auto-append[data-visible-count = "1"] .datagridwidget-manipulator.delete-row img,
.datagridwidget-body-non-auto-append[data-visible-count = "1"] .datagridwidget-manipulator.move-down img,
.datagridwidget-body-non-auto-append[data-visible-count = "1"] .datagridwidget-manipulator.move-up img {
display: none;
}
/* */
.datagridfield-first-filled-row > .datagridwidget-manipulator.move-up img {
display: none !important;
}
/* */
.datagridfield-last-filled-row > .datagridwidget-manipulator.move-down img {
display: none !important;
}
.datagridwidget-cell input {
background: white;
background-image: none;
}
.datagridwidget-table-view-block {
border-collapse: collapse;
}
.datagridwidget-table-view-block thead {
display: none;
}
.datagridwidget-table-view-block .datagridwidget-row {
border-bottom: 1px solid black;
}
.datagridwidget-table-view-block td {
vertical-align: top;
}
.datagridwidget-block-edit-cell {
width: auto;
}
.datagridwidget-table-view-block .datagridwidget-manipulator {
width: 16px;
}
.datagridwidget-block {
padding: 0.5em;
}
.datagridwidget-block-edit-cell .error {
background-color: #FFDDCC;
border: 1px solid red;
margin: 1em 0;
padding: 0.5em;
}

/* - ++resource++collective.cookiecuttr/cookiecuttr.css - */
/* https://www.orona.co.uk/portal_css/++resource++collective.cookiecuttr/cookiecuttr.css?original=1 */
/* */
.cc-cookies { position:fixed; width: 90%; left: 0; top: 0; padding: 0.5em 5%; background: #565656; background: rgba(86,86,86,0.95); color: #fff; font-size: 13px; font-weight: 700; text-shadow: 0 -1px 0 rgba(0,0,0,0.35); z-index: 99999; text-align: center; color: #fff; }
.cc-cookies a, .cc-cookies a:hover { color: #fff; text-decoration: underline; }
.cc-cookies a:hover { text-decoration: none; }
.cc-overlay { height: 100%; padding-top: 25%; }
.cc-cookies-error { float: left; width: 90%; text-align: center; margin: 1em 0 2em 0; background: #fff; padding: 2em 5%; border: 1px solid #ccc; font-size: 18px; color: #333; }
.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset { display: inline-block; color: #fff; text-decoration: none; background: #7DAF3B; padding: 0.5em 0.75em; border-radius: 3px; box-shadow: 0 0 2px rgba(0,0,0,0.25); text-shadow: 0 -1px 0 rgba(0,0,0,0.35); -o-transition: background 0.5s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in; }
.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline { background: #af3b3b; margin-left: 0.5em; }
.cc-cookies a.cc-cookie-reset { background: #f15b00; }
.cc-cookies a:hover.cc-cookie-accept, .cc-cookies-error a:hover.cc-cookie-accept, .cc-cookies a:hover.cc-cookie-decline, .cc-cookies-error a:hover.cc-cookie-decline, .cc-cookies a:hover.cc-cookie-reset  { background: #000; -o-transition: background 0.5s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in; }
.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline { display: block; margin-top: 1em; }
.cc-cookies.cc-discreet { width: auto; padding: 0.5em 1em; left: auto; top: auto; }
.cc-cookies.cc-discreet a.cc-cookie-reset { background: none; text-shadow: none; padding: 0; text-decoration: underline; }
.cc-cookies.cc-discreet a:hover.cc-cookie-reset { text-decoration: none; }
@media screen and (max-width: 768px) {
.cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset { display: block; margin: 1em 0; }
}
@media screen and (max-width: 480px) {
.cc-cookies { position: relative; float: left; }
}


/* - ++resource++collective.js.fancybox/jquery.fancybox.css - */
/* https://www.orona.co.uk/portal_css/++resource++collective.js.fancybox/jquery.fancybox.css?original=1 */
#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
width: 40px;
height: 40px;
margin-top: -20px;
margin-left: -20px;
cursor: pointer;
overflow: hidden;
z-index: 1104;
display: none;
}
#fancybox-loading div {
position: absolute;
top: 0;
left: 0;
width: 40px;
height: 480px;
background-image: url('/++resource++collective.js.fancybox/fancybox.png');
}
#fancybox-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 1100;
display: none;
}
#fancybox-tmp {
padding: 0;
margin: 0;
border: 0;
overflow: auto;
display: none;
}
#fancybox-wrap {
position: absolute;
top: 0;
left: 0;
padding: 20px;
z-index: 1101;
outline: none;
display: none;
}
#fancybox-outer {
position: relative;
width: 100%;
height: 100%;
background: #fff;
}
#fancybox-content {
width: 0;
height: 0;
padding: 0;
outline: none;
position: relative;
overflow: hidden;
z-index: 1102;
border: 0px solid #fff;
}
#fancybox-hide-sel-frame {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent;
z-index: 1101;
}
#fancybox-close {
position: absolute;
top: -15px;
right: -15px;
width: 30px;
height: 30px;
background: transparent url('/++resource++collective.js.fancybox/fancybox.png') -40px 0px;
cursor: pointer;
z-index: 1103;
display: none;
}
#fancybox-error {
color: #444;
font: normal 12px/20px Arial;
padding: 14px;
margin: 0;
}
#fancybox-img {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
border: none;
outline: none;
line-height: 0;
vertical-align: top;
}
#fancybox-frame {
width: 100%;
height: 100%;
border: none;
display: block;
}
#fancybox-left, #fancybox-right {
position: absolute;
bottom: 0px;
height: 100%;
width: 35%;
cursor: pointer;
outline: none;
background: transparent url('/++resource++collective.js.fancybox/blank.gif');
z-index: 1102;
display: none;
}
#fancybox-left {
left: 0px;
}
#fancybox-right {
right: 0px;
}
#fancybox-left-ico, #fancybox-right-ico {
position: absolute;
top: 50%;
left: -9999px;
width: 30px;
height: 30px;
margin-top: -15px;
cursor: pointer;
z-index: 1102;
display: block;
}
#fancybox-left-ico {
background-image: url('/++resource++collective.js.fancybox/fancybox.png');
background-position: -40px -30px;
}
#fancybox-right-ico {
background-image: url('/++resource++collective.js.fancybox/fancybox.png');
background-position: -40px -60px;
}
#fancybox-left:hover, #fancybox-right:hover {
visibility: visible; /* */
}
#fancybox-left:hover span {
left: 20px;
}
#fancybox-right:hover span {
left: auto;
right: 20px;
}
.fancybox-bg {
position: absolute;
padding: 0;
margin: 0;
border: 0;
width: 20px;
height: 20px;
z-index: 1001;
}
#fancybox-bg-n {
top: -20px;
left: 0;
width: 100%;
background-image: url('/++resource++collective.js.fancybox/fancybox-x.png');
}
#fancybox-bg-ne {
top: -20px;
right: -20px;
background-image: url('/++resource++collective.js.fancybox/fancybox.png');
background-position: -40px -162px;
}
#fancybox-bg-e {
top: 0;
right: -20px;
height: 100%;
background-image: url('/++resource++collective.js.fancybox/fancybox-y.png');
background-position: -20px 0px;
}
#fancybox-bg-se {
bottom: -20px;
right: -20px;
background-image: url('/++resource++collective.js.fancybox/fancybox.png');
background-position: -40px -182px;
}
#fancybox-bg-s {
bottom: -20px;
left: 0;
width: 100%;
background-image: url('/++resource++collective.js.fancybox/fancybox-x.png');
background-position: 0px -20px;
}
#fancybox-bg-sw {
bottom: -20px;
left: -20px;
background-image: url('/++resource++collective.js.fancybox/fancybox.png');
background-position: -40px -142px;
}
#fancybox-bg-w {
top: 0;
left: -20px;
height: 100%;
background-image: url('/++resource++collective.js.fancybox/fancybox-y.png');
}
#fancybox-bg-nw {
top: -20px;
left: -20px;
background-image: url('/++resource++collective.js.fancybox/fancybox.png');
background-position: -40px -122px;
}
#fancybox-title {
font-family: Helvetica;
font-size: 12px;
z-index: 1102;
}
.fancybox-title-inside {
padding-bottom: 10px;
text-align: center;
color: #333;
background: #fff;
position: relative;
}
.fancybox-title-outside {
padding-top: 10px;
color: #fff;
}
.fancybox-title-over {
position: absolute;
bottom: 0;
left: 0;
color: #FFF;
text-align: left;
}
#fancybox-title-over {
padding: 10px;
background-image: url('/++resource++collective.js.fancybox/fancy_title_over.png');
display: block;
}
.fancybox-title-float {
position: absolute;
left: 0;
bottom: -20px;
height: 32px;
}
#fancybox-title-float-wrap {
border: none;
border-collapse: collapse;
width: auto;
}
#fancybox-title-float-wrap td {
border: none;
white-space: nowrap;
}
#fancybox-title-float-left {
padding: 0 0 0 15px;
background: url('/++resource++collective.js.fancybox/fancybox.png') -40px -90px no-repeat;
}
#fancybox-title-float-main {
color: #FFF;
line-height: 29px;
font-weight: bold;
padding: 0 0 3px 0;
background: url('/++resource++collective.js.fancybox/fancybox-x.png') 0px -40px;
}
#fancybox-title-float-right {
padding: 0 0 0 15px;
background: url('/++resource++collective.js.fancybox/fancybox.png') -55px -90px no-repeat;
}
/* */
.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_close.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_nav_right.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_title_right.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
height: expression(this.parentNode.clientHeight + "px");
}
#fancybox-loading.fancybox-ie6 {
position: absolute; margin-top: 0;
top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}
#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_loading.png', sizingMethod='scale'); }
/* */
.fancybox-ie .fancybox-bg { background: transparent !important; }
.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_nw.png', sizingMethod='scale'); }


/* - orona.theme.css - */
/* https://www.orona.co.uk/portal_css/orona.theme.css?original=1 */
/* */
/* *********************/
#map-canvas,
#map_canvas {
max-width: 100%;
height: 400px;
margin-bottom: 2em;
clear: both !important;
margin-top: 1em;
}
.ui-autocomplete {
background-color: white;
width: 300px;
border: 1px solid #cfcfcf;
list-style-type: none;
padding-left: 0px;
cursor: pointer;
}
#map-canvas img {
max-width: none;
}
#portal-personaltools-wrapper {
margin-left: 1em;
position: absolute;
right: 12em;
top: 0;
z-index: 999999999;
}
#editContentActionMenus {
z-index: 110;
position: relative;
}
#editContentActionMenus li {
display: inline-block;
}
.documentEditable {
background: #fff;
padding: 15px;
}
#editing-bar .nav-tabs {
margin-bottom: 10px;
z-index: 9;
}
body {
background: url(bg-body.gif);
color: #333;
font-family: "Montserrat", sans-serif;
bottom: 0;
font-size: 13px;
}
h1,
h2,
h3,
h4 {
font-family: "Montserrat", sans-serif;
}
h1 {
font-size: 2em;
margin-bottom: 0.5em;
text-transform: uppercase;
}
h2 {
font-size: 1.5em;
font-weight: 400;
}
h3 {
font-size: 1.2em;
font-weight: 600;
}
a {
color: #242424;
text-decoration: none;
}
strong {
font-weight: 600;
}
a:hover {
color: #000;
text-decoration: none;
}
a:active {
text-decoration: none;
}
.container {
max-width: 980px;
}
input,
select,
textarea {
color: #545454;
font-size: 1.1em;
}
input,
select,
textarea {
background: none repeat scroll 0 0 #fff;
border: 1px solid #c2c2c2;
border-radius: 4px;
color: #545454;
font-size: 1.1em;
padding: 0.5em;
}
.btn {
background: #5a5a5a;
/* */
background: -moz-linear-gradient(top, #5a5a5a 0%, #414040 100%);
/* */
background: -webkit-gradient(linear,
left top,
left bottom,
color-stop(0%, #5a5a5a),
color-stop(100%, #414040));
/* */
background: -webkit-linear-gradient(top, #5a5a5a 0%, #414040 100%);
/* */
background: -o-linear-gradient(top, #5a5a5a 0%, #414040 100%);
/* */
background: -ms-linear-gradient(top, #5a5a5a 0%, #414040 100%);
/* */
background: linear-gradient(to bottom, #5a5a5a 0%, #414040 100%);
/* */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a5a5a', endColorstr='#414040', GradientType=0);
/* */
color: #fff;
border: 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
font-weight: 600;
padding: 8px 12px;
}
.btn a {
color: #fff;
}
.btn .mas {
float: left;
margin-right: 0;
}
.btn .glyphicon {
margin-top: 3px;
}
.boton01 span.mas {
background: url("/images/bullet02.png") no-repeat scroll right center rgba(0, 0, 0, 0);
display: inline-block;
padding-right: 1.75em;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
background-color: #00a532;
border-color: #008428;
color: #fff;
}
.static-home-page #portal-header-wrapper {
background: #fff;
margin-top: 0;
margin-bottom: 2em;
}
.static-home-page #portal-header-wrapper .container .row {
margin: 0 0 2em;
}
.static-home-page .col-md-6 img {
background: #00a532;
padding-bottom: 60px;
}
.static-home-page .col-md-6 strong a {
color: #ffffff;
font-size: 1.9em;
font-weight: 600;
margin-right: 5px;
display: block;
}
.static-home-page #coopman,
.static-home-page #ascelec {
margin-top: -8em;
margin-left: 1em;
color: #fff;
}
.static-home-page #coopman ul li,
.static-home-page #ascelec ul li {
display: inline;
list-style: none;
text-transform: uppercase;
margin-right: 1em;
}
.static-home-page #coopman ul,
.static-home-page #ascelec ul {
margin: 1.3em 0 0 0;
padding: 0;
}
.static-home-page #coopman ul li a,
.static-home-page #ascelec ul li a {
color: #fff;
text-decoration: none;
padding: 5px 10px;
background: #00a532;
/* */
background: -moz-linear-gradient(top, #00a532 0%, #00a532 100%);
/* */
background: -webkit-gradient(linear,
left top,
left bottom,
color-stop(0%, #00a532),
color-stop(100%, #00a532));
/* */
background: -webkit-linear-gradient(top, #00a532 0%, #00a532 100%);
/* */
background: -o-linear-gradient(top, #00a532 0%, #00a532 100%);
/* */
background: -ms-linear-gradient(top, #00a532 0%, #00a532 100%);
/* */
background: linear-gradient(to bottom, #00a532 0%, #00a532 100%);
/* */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A532', endColorstr='#00A532', GradientType=0);
/* */
margin-top: 10px;
border-radius: 3px;
border: 1px solid #fff;
}
.static-home-page #coopman ul li a:hover,
.static-home-page #ascelec ul li a:hover {
color: #fff;
text-decoration: none;
padding: 5px 10px;
background: #00a532;
margin-top: 10px;
border-radius: 3px;
}
.static-home-page #header-links li.extranet {
list-style: none;
}
.left_featured_2_columns img {
max-width: 100%;
}
.left_featured_2_columns .col-sm-6 {
overflow: hidden;
max-height: 194px;
}
.left_featured_2_columns:last-child .col-sm-6 {
height: 230px;
max-height: 230px;
}
.left_featured_2_columns:last-child .col-sm-6 img {
min-height: 194px;
width: auto;
object-fit: cover;
object-position: center;
}
.left_featured_2_columns:first-child {
position: relative;
}
.left_featured_2_columns:first-child a {
position: absolute;
bottom: 1em;
right: 2em;
}
.left_featured_2_columns .boton01 {
margin-bottom: 0;
}
.left_featured_2_columns h2,
.left_featured_1_columns h2 {
background: none repeat scroll 0 0 #00a532;
color: #fff;
display: inline-block;
font-size: 1.4em;
margin: 0 0 0 0;
padding: 8px 15px;
text-transform: uppercase;
margin: 1em 0 -15px -15px;
z-index: 9;
position: relative;
font-weight: 600;
}
.left_featured_1_columns .col-sm-12 {
max-height: 210px;
}
.left_featured_1_columns .col-sm-12 img {
object-fit: cover;
object-position: center;
width: 100%;
min-height: 210px;
}
.left_featured_1_columns a:hover {
background: #000;
}
.left_featured_2_columns:first-child {
margin-bottom: 1.5em;
}
.left_featured_2_columns:last-child {
margin: 2em -15px;
}
.left_featured_2_columns:last-child h3 {
background: #545454;
color: #fff !important;
margin-bottom: 2px;
padding: 8px 15px;
text-transform: uppercase;
font-weight: normal;
}
.left_featured_2_columns:last-child h3 a {
color: #fff !important;
}
.left_featured_2_columns:last-child h3:hover {
background: #666666;
}
.left_featured_1_columns .col-sm-12 img {
position: relative;
}
.left_featured_1_columns .col-sm-12 a p.details {
background: rgba(248, 80, 50, 0);
background: -moz-linear-gradient(top,
rgba(248, 80, 50, 0) 0%,
rgba(0, 0, 0, 0.8) 100%);
background: -webkit-gradient(left top,
left bottom,
color-stop(0%, rgba(248, 80, 50, 0.8)),
color-stop(100%, rgba(0, 0, 0, 1)));
background: -webkit-linear-gradient(top,
rgba(248, 80, 50, 0) 0%,
rgba(0, 0, 0, 0.8) 100%);
background: -o-linear-gradient(top,
rgba(248, 80, 50, 0) 0%,
rgba(0, 0, 0, 0.8) 100%);
background: -ms-linear-gradient(top,
rgba(248, 80, 50, 0) 0%,
rgba(0, 0, 0, 0.8) 100%);
background: linear-gradient(to bottom,
rgba(248, 80, 50, 0) 0%,
rgba(0, 0, 0, 0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#000000', GradientType=0);
z-index: 8;
color: #fff !important;
font-size: 180%;
text-align: center;
width: calc(100% - 30px);
transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s;
display: none;
height: 194px;
position: absolute;
bottom: 0;
padding: 5.5em 1em 0;
margin: 0;
}
.home-img-container {
max-height: 210px;
min-height: 210px;
overflow: hidden;
float: left;
position: relative;
}
.home-img-container img {
top: 50%;
left: 50%;
width: 100%;
height: auto;
max-height: auto !important;
min-height: auto;
position: relative;
transform: translate(-50%, -50%);
margin-top: 4em;
}
.left_featured_1_columns .col-sm-12 a:hover p.details {
display: block;
}
.subproducts-menu {
width: 100%;
min-height: 180px;
padding: 2em 2em 0 2em;
margin-top: -2em !important;
z-index: 999999999;
}
.subproducts-menu ul {
position: relative !important;
left: auto !important;
top: auto !important;
list-style: none !important;
margin-left: 16px;
}
.subproducts-menu ul li {
display: block;
list-style: none;
background: none;
}
.subproducts-menu ul li a {
display: block;
list-style: none;
padding: 5px 0 !important;
}
.subproducts-menu .col-md-6 ul li a {
width: 50%;
float: left;
background: url(bullet01.png) no-repeat scroll left 10px rgba(0, 0, 0, 0);
padding-left: 16px !important;
}
.subproducts-menu .col-md-6 ul li a:hover,
.subproducts-menu h2 a:hover {
color: #00a532 !important;
}
.subproducts-menu .col-md-6:first-child {
padding-bottom: 3em;
}
.subproducts-menu .col-md-6:last-child {
padding-left: 2em;
}
.subproducts-menu .col-md-6:last-child ul li a {
width: 100%;
}
.subproducts-menu h2 {
margin-top: 0;
font-size: 16px;
font-weight: 600;
}
.subproducts-menu h2 a {
color: #4e4d4d !important;
font-size: 90%;
background: url(bullet01.png) no-repeat scroll left 8px rgba(0, 0, 0, 0);
padding: 5px 0 5px 16px !important;
display: block;
}
.products-caret {
opacity: 0.9;
display: block;
float: right;
margin-top: 4px;
margin-left: 4px;
}
.cc-cookies {
border-radius: 0 !important;
margin: 0 auto !important;
padding: 1em 8% !important;
left: 10% !important;
font-size: 16px !important;
font-weight: 400 !important;
z-index: 99999999;
}
.cc-cookies a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-accept,
.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline,
.cc-cookies a.cc-cookie-reset {
background: #00a532 !important;
font-weight: 600 !important;
}
#portal-header {
position: relative;
}
#portal-header-wrapper {
background: #fff;
margin-top: 0;
background: url(/images/menu.gif) repeat-x scroll center bottom #fff;
}
#portal-languageselector-wrapper {
border: 1px solid #dedede;
color: #555555 !important;
padding: 0.3em 0.4em;
border-radius: 4px;
margin: 10px 0 15px;
font-size: 0.9em;
float: right;
right: 0;
}
#portal-languageselector-wrapper a {
color: #555555 !important;
}
#portal-languageselector-wrapper a:hover {
color: #00a532 !important;
text-decoration: none;
}
#portal-languageselector.dropdown-menu {
float: left;
font-size: 13px;
left: auto;
right: 0;
z-index: 999999999;
}
#custom-tagline {
position: absolute;
left: 65px;
top: 10px;
font-weight: 800;
font-size: 13px;
padding: 80px 0 0 0;
float: left;
z-index: 8;
}
#portal-logo {
margin-top: -1px;
float: left;
margin-right: 20px;
margin-bottom: 0;
z-index: 9;
position: relative;
}
#portal-logo img {
width: 230px;
height: auto;
margin-top: 0;
}
#header-links {
margin-top: -10px;
font-size: 12px;
line-height: 130%;
float: right;
clear: right;
margin-bottom: 0;
}
#header-links li a {
background: url(bullet01.png) no-repeat scroll right 2px rgba(0, 0, 0, 0);
color: #474747;
padding-right: 1.2em;
display: block;
text-align: right;
}
#header-links li a:hover {
color: #00a532;
}
#header-links li.extranet a {
background: url(bullet01.png) no-repeat scroll right 9px rgba(0, 0, 0, 0);
border-top: 1px dotted #00a532;
margin-bottom: 0.7em;
margin-top: 0.5em;
padding-top: 0.5em;
color: #00a532;
font-weight: 600;
}
#header-links li.extranet a:hover {
color: #474747;
}
#portal-searchbox {
z-index: 999999;
position: absolute;
right: 0;
}
.searchButton:hover {
color: #ccc;
background-color: transparent;
}
#searchGadget {
border: 1px solid #dedede;
border-radius: 4px;
font-size: 0.9em;
margin: 0.8em 0 0.5em;
padding: 0.35em 0.5em;
width: 12em;
}
#searchGadget:focus {
background: none repeat scroll 0 0 #fafafa;
border: 1px solid #ccc;
}
.searchField {
padding: 0 0.5em;
width: 130px;
float: left;
height: 25px;
box-shadow: none;
margin-top: 3px;
}
.template-search .searchPage.form-control {
width: 60%;
float: left;
margin: 1em 0;
}
.template-search .searchPage .searchButton {
padding: 5px 20px;
background-image: none;
margin: 1.9em 1em;
border: none;
background: #414040;
color: #fff;
cursor: pointer;
font-size: 1.1em !important;
font-weight: 600;
overflow: visible;
text-align: center;
text-transform: uppercase;
-typekit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
float: left;
text-shadow: none;
}
#portal-header .navbar-nav {
padding-top: 1px;
}
nav {
margin: 0;
clear: both;
}
.navbar {
border-radius: 0;
}
.navbar-default {
background: transparent;
border: 0;
font-size: 1em;
height: 5.7em;
margin: 0 0 3px 0;
float: left;
position: relative;
width: 99%;
}
.navbar-default .navbar-nav>li {
background: url(menuprincipal.gif) no-repeat scroll right top rgba(0, 0, 0, 0);
}
.navbar-default .navbar-nav>li>a {
color: #4e4d4d;
font-weight: 600;
padding: 1em 2.2em 0.8em;
text-shadow: 1px 1px 1px #fff;
font-size: 1em;
}
.navbar-default .navbar-nav>li>a:hover {
background: none repeat scroll 0 0 #fbfbfb;
}
.navbar-default .navbar-nav>li.activedropdown a,
.navbar-default .navbar-nav>li.active a {
/* */
background: #008428;
/* */
background: -moz-linear-gradient(top, #008428 0%, #00a532 100%);
/* */
background: -webkit-linear-gradient(top, #008428 0%, #00a532 100%);
/* */
background: linear-gradient(to bottom, #008428 0%, #00a532 100%);
/* */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008428', endColorstr='#00a532', GradientType=0);
/* */
color: #fff;
text-shadow: none;
}
.navbar-default .navbar-nav>li.activedropdown ul li a {
background: transparent !important;
color: #4e4d4d;
text-shadow: 1px 1px 1px #fff;
}
.navbar-default .navbar-nav>li.activedropdown ul li a:hover {
color: #000;
text-shadow: 1px 1px 1px #fff;
}
.navbar-collapse {
padding-left: 0;
padding-right: 0;
}
.portletNavigationTree,
#portal-column-one .portletStaticText,
.ReferenceSearchPortlet {
margin-left: -15px !important;
margin-right: 15px !important;
background: #fff;
}
.ReferenceSearchPortlet select {
padding: 5px;
font-size: 12px !important;
}
.section-a-propos-d-orona #portal-column-one .portletStaticText,
.section-produits #portal-column-one .portletStaticText {
background: url(/images/bg-banner-colIzq.png) no-repeat right bottom !important;
color: #fff;
margin-top: 1em;
position: relative;
line-height: 120%;
max-width: 215px;
}
.section-a-propos-d-orona #portal-column-one .portletStaticText p,
.section-produits #portal-column-one .portletStaticText p {
padding: 0 12px;
line-height: 130%;
}
.section-a-propos-d-orona #portal-column-one .portletStaticText a,
.section-produits #portal-column-one .portletStaticText #portlet_service a,
.section-produits #portal-column-one .portletStaticText #portlet_bim a,
#portal-column-one .portletStaticText #portlet_service a,
#portal-column-one .portletStaticText #portlet_maintenance a {
background: none repeat scroll 0 0 #545454;
color: #fff;
padding: 2px 4px;
text-decoration: underline;
}
.section-a-propos-d-orona #portal-column-one .portletStaticText a:hover,
.section-produits #portal-column-one .portletStaticText #portlet_service a:hover,
#portal-column-one .portletStaticText #portlet_maintenance a:hover {
background: none repeat scroll 0 0 #262626;
}
.section-a-propos-d-orona #portal-column-one .portletStaticText h3,
.section-produits #portal-column-one .portletStaticText h3,
#portlet_service h3 {
background: #00a532;
color: #fff;
display: inline;
font-size: 1.5em;
top: 0;
left: 15px;
position: absolute;
font-weight: normal;
}
#portlet_service {
background: url(/images/servicios-orona.jpg) no-repeat top left #363734;
padding-top: 260px;
padding-bottom: 5px;
color: #fff;
position: relative;
}
#portlet_service p {
padding: 0 10px;
}
#portlet_maintenance {
background: url(/images/cambia-ascensor.jpg) no-repeat top left;
padding-top: 260px;
padding-bottom: 5px;
}
dl.portlet {
font-size: 100%;
margin: 0 0 1em;
}
.carouselFolder {
margin-top: -3.4em !important;
}
dl.portlet ul.navTree li {
font-weight: 400;
margin-bottom: 1px !important;
}
dl.portlet ul.navTreeLevel0>.navTreeItem {
border-bottom: 0;
line-height: 1.5em;
padding: 0;
margin: 0;
}
dl.portlet ul.navTreeLevel0>.navTreeItem a {
background: url("bg-menuseccion-desplegable.png") no-repeat 190px 18px #545454;
background: #545454;
color: #fff;
display: block;
font-size: 14px;
padding: 0.9em 1.35em 0.8em 1.35em;
font-weight: normal !important;
}
dl.portlet ul.navTreeLevel0>.navTreeItem a .glyphicon {
top: 3px;
right: -10px;
}
dl.portlet ul.navTreeLevel0>.navTreeItem a:hover {
background: #666 !important;
text-decoration: none;
}
dl.portlet ul.navTreeLevel0>.navTreeItem a.navTreeCurrentItem,
dl.portlet ul.navTreeLevel0>.navTreeItem a.navTreeItemInPath {
background-color: #00a532;
border-left: 0;
margin-left: 0;
margin-right: 0;
}
dl.portlet ul.navTreeLevel1>.navTreeItem a {
line-height: 130%;
font-size: 1em;
padding: 0.25em 1.25em;
background: #fff !important;
color: #545454;
}
dl.portlet ul.navTreeLevel1>.navTreeItem a:hover {
background: #fff !important;
color: #000;
text-decoration: none;
}
dl.portlet ul.navTreeLevel1>.navTreeItem a.navTreeCurrentItem {
color: #00a532;
}
dl.portlet ul.navTreeLevel1 .navTreeItem {
line-height: 2em;
padding-left: 0;
}
.navTreeLevel1 {
padding: 0.75em 0 0.6em;
}
dl.portlet dd.portletItem,
dl.portlet dd.portletFooter,
dl.portletError dd {
padding: 0;
}
.section-services .carousel-caption {
display: none;
}
.navbar-default .navbar-nav>li a .caret {
background: url("bg-cabeceramenu-menuprincipal-span.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
display: block;
height: 1.7em;
left: 3em;
position: absolute;
top: 2.6em;
width: 1.8em;
z-index: 99999999;
border: 0;
}
.navbar-default .navbar-nav>li ul {
position: absolute;
left: 0;
top: 4.1em;
}
.navbar-default .navbar-nav>li ul li {
background: url("bg-cabeceramenu-submenu.gif") no-repeat scroll left 7px rgba(0, 0, 0, 0);
}
.navbar-default .navbar-nav>li ul li a {
font-weight: normal;
padding: 0 0.7em 0 1em;
color: #4e4d4d !important;
text-shadow: 1px 1px 1px #fff;
}
.navbar-default .navbar-nav>li ul li a:hover {
text-decoration: none;
}
.navbar-default .navbar-nav>li ul li:first-child a {
padding: 0 0.7em 0 0;
}
.navbar-default .navbar-nav>li ul li:first-child {
background: none;
}
.nav>li {
position: static;
}
#HomeCarousel {
height: 379px;
width: 1277px;
margin: 0 auto;
position: relative;
}
.carousel-control {
font-size: 30px;
}
.carousel-caption {
left: 140px;
width: 600px;
font-weight: 600;
text-shadow: none;
text-align: left;
}
.site-nl-be.template-homepage .carousel-caption {
width: 700px;
}
.carousel-caption h3,
.documentFirstHeadingCarousel {
background: none repeat scroll 0 0 #00a532;
color: #fff;
float: left;
font-size: 1.8em;
margin: 0;
padding: 8px 15px;
text-transform: uppercase;
line-height: 130%;
max-width: 400px;
font-weight: 600;
}
.documentFirstHeadingCarousel {
position: absolute;
top: 20%;
z-index: 999;
left: 12%;
float: left;
max-width: 100%;
}
.carousel-caption p {
background: none repeat scroll 0 0 #242424;
clear: both;
font-size: 1.4em;
margin: 0 250px 0 0;
padding: 15px 15px 05px;
text-align: left;
font-weight: 200;
}
.carousel-caption p.subtitulo,
.carousel-caption p strong {
margin-bottom: 0;
font-weight: normal;
}
.carousel-caption .btn {
font-size: 0.7em;
}
p.read-more {
text-align: right;
}
.read-more a {
margin-bottom: 15px;
}
.read-more span.mas {
background: url("/images/bullet02.png") no-repeat scroll right center rgba(0, 0, 0, 0);
display: inline-block;
padding-right: 1.75em;
}
.read-more a:hover span.mas {
background-image: url("/images/bullet02-hover.png");
}
.carousel-indicators {
bottom: 17px;
padding: 0.35em 0em;
position: absolute;
display: inline;
text-align: center;
margin-left: -39%;
line-height: 50%;
}
.carousel-indicators li,
#content .carousel-indicators li {
background-color: #919090;
border: 0;
border-radius: 10px;
cursor: pointer;
display: inline-block;
height: 8px;
margin: 0 3px;
text-indent: -999px;
width: 8px;
}
.carousel-indicators .active,
#content .carousel-indicators .active {
background-color: #00a532;
height: 8px;
margin: 0 3px;
width: 8px;
}
.carousel-control.left {
background: url("/images/bg-sliderhome-back.png") no-repeat scroll center center rgba(0, 0, 0, 0);
display: block;
height: 4em;
width: 3em;
text-indent: -9999px;
left: 0;
top: 50%;
}
.carousel-control.right {
left: auto;
top: 50%;
right: 0;
background: url("/images/bg-sliderhome-forward.png") no-repeat scroll center center rgba(0, 0, 0, 0);
display: block;
height: 4em;
width: 3em;
text-indent: -9999px;
}
#need-help {
border-top: 5px solid #fff;
clear: both;
padding-top: 0.4em;
}
/* */
#prePie {
border-top: 5px solid #fff;
clear: both;
padding-top: 0.4em;
}
#prePie .contPrePie {
background: #fff;
padding: 0.3em 0 1.5em 0;
overflow: hidden;
}
#need-help-container {
background: #fff;
padding: 1em 0;
min-height: 180px;
}
#need-help li:last-child {
border-right: 1px solid #dddddd;
}
#need-help li {
float: left;
height: 11em;
border-left: 1px solid #dddddd;
}
#need-help li div {
margin-top: 1em;
padding: 0 1.5em 0;
}
#need-help li span.sprite {
display: block;
margin: auto;
width: 33px;
height: 32px;
background-position: -5px -101px;
}
#need-help li a,
#need-help li .a {
color: #585858;
display: block;
font-size: 1.15em;
margin-bottom: 0.45em;
padding-bottom: 0.2em;
text-transform: uppercase;
}
#need-help li a:hover,
#need-help li a:hover span {
cursor: pointer;
color: #999;
text-decoration: none;
}
#need-help .sprite {
background-image: url(prepie_sprite.png);
background-repeat: no-repeat;
display: block;
}
#need-help li a strong,
#need-help li .a label {
display: block;
font-weight: normal;
line-height: 1.1em;
height: 50px;
padding: 10px 0 0 45px;
}
#need-help li a span,
#need-help li .a span {
color: #818181;
white-space: nowrap;
}
#need-help li.our-office a strong {
width: 31px;
height: 48px;
background-position: -136px -5px;
padding-top: 0;
font-weight: 600;
}
#need-help li.send-us-email a strong {
width: 48px;
height: 35px;
background-position: -64px -56px;
padding-left: 3.5em;
padding-top: 0;
font-weight: 600;
}
#need-help li.send-us-cv a strong {
width: 47px;
height: 41px;
background-position: -77px -5px;
padding-left: 3.5em;
padding-top: 0;
font-weight: 600;
}
#need-help li.contact div {
height: 115px;
padding-top: 0;
}
#need-help li.contact .a label {
font-size: 0.9em;
padding-left: 4.2em;
width: 50px;
height: 50px;
background-position: -2px -5px;
padding-top: 0;
}
#need-help li.contact .a .linea1 {
color: #585859;
display: block;
font-size: 0.8em;
font-weight: normal;
text-transform: none;
white-space: nowrap;
}
#need-help li.contact select {
border: 1px solid #dedede;
font-size: 0.7em;
margin: 0.5em 0 0.2em 0;
padding: 1px 3px;
text-transform: none;
border-radius: 6px 0 0 6px;
-typekit-border-radius: 6px 0 0 6px;
-moz-border-radius: 6px 0 0 6px;
width: 100%;
}
#need-help li.contact .a {
border: none;
}
#need-help li.contact button {
background: repeat-x 0 0 #00a532;
width: 4px;
background-position: -65px -5px;
border: 1px solid #008428;
font-size: 0.7em;
padding: 2px 0 1px 0;
text-align: center;
text-transform: none;
width: 100%;
color: #fff;
border-radius: 6px;
-typekit-border-radius: 6px;
-moz-border-radius: 6px;
}
/* ******************/
#custom-footer {
border-top: 5px solid #fff;
margin-top: 0.5em;
font-size: 90%;
}
#custom-footer-container {
background: none repeat scroll 0 0 #f2f2f2;
overflow: hidden;
padding: 3.5em 0 1.75em;
}
#custom-footer .contmapaPie {
background: #f2f2f2;
overflow: hidden;
padding: 3.5em 0 1.75em 0;
}
#custom-footer .title {
border-top: 1px solid #b4b4b4;
color: #00a532;
padding: 0.4em 0 0.4em 0;
margin: 2.5em 0 0 0;
}
#custom-footer .col-md-3 .title:first-child {
margin: 0;
}
#custom-footer .title strong {
font-weight: normal;
text-transform: lowercase;
}
#custom-footer .title a {
color: #00a532;
font-weight: 600;
font-size: 1.6em;
text-decoration: none;
}
#custom-footer .title a:hover {
color: #00a532;
}
#custom-footer .title.atencion {
padding-bottom: 0;
}
#custom-footer .col01 {
float: left;
margin-right: 2em;
width: 16.75em;
}
#custom-footer .col02 {
float: left;
margin-right: 2em;
width: 14.75em;
}
#custom-footer .col03 {
float: left;
margin-right: 2em;
width: 29.3em;
}
#custom-footer .col04 {
float: left;
width: 14.5em;
}
#custom-footer li {
font-size: 0.98em;
font-weight: 600;
margin: 0.9em 0;
text-transform: uppercase;
display: block;
}
#custom-footer li a {
display: block;
text-decoration: none;
}
#custom-footer li li a {
display: block;
}
#custom-footer li a:hover {
color: #666;
}
#custom-footer li a.activo {
color: #00a532;
}
#custom-footer li ul {
font-size: 1.1em;
padding: 0 0 0.6em 0;
}
#custom-footer li li {
font-weight: normal;
line-height: 1.25em;
margin: 0.15em 0;
text-transform: none;
display: block;
}
#custom-footer li li ul {
padding: 0 0 0 0.9em;
}
#custom-footer .col03 ul {
float: left;
padding-bottom: 2.1em;
width: 12.5em;
}
/* ***********************/
#portal-siteactions {
background: url(bg-pie.gif) repeat-x top;
color: #fff;
font-size: 0.9em;
font-weight: 600;
margin-top: 0.7em;
overflow: hidden;
padding: 3.2em 0 5.5em 0;
text-transform: uppercase;
}
#portal-siteactions p {
float: left;
}
#portal-siteactions p a {
color: #fff;
text-decoration: none;
}
#portal-siteactions ul {
float: right;
}
#portal-siteactions ul li {
display: inline;
padding-right: 2.6em;
}
#portal-siteactions ul li a {
color: #fff;
}
#portal-siteactions ul li a.activo {
color: #00a532;
}
#portal-siteactions ul li a:hover {
color: #ccc;
}
.scrollup {
position: fixed;
right: 15px;
bottom: 15px;
}
.scrollup a {
background: url("subir.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
height: 50px;
text-indent: -20000px;
width: 50px;
display: block;
border: 0;
outline: 0;
}
#accordion h2 a {
background: url(/images/bg-accordion-h2-active.png) no-repeat right center #f2f2f2;
border-bottom: 1px solid #fff;
font-size: 20px !important;
font-weight: 600;
padding: 0.6em 0 0.6em 0.75em;
margin: 0;
display: block;
width: auto;
text-decoration: none;
}
#accordion h2 a.collapsed {
background-image: url(/images/bg-accordion-h2.png);
}
#accordion h2.ui-state-active a {
color: #00a532;
}
#accordion div {
background: transparent;
overflow: hidden;
}
#accordion div div {
background: none;
}
.panel-group {
margin: 0 -15px;
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
border-top-color: #fff;
}
.panel {
border: 0;
border-radius: 0;
}
.panel-heading {
border-bottom: 1px solid transparent;
border-top-left-radius: 0;
border-top-right-radius: 0;
padding: 0;
}
.panel-group .panel+.panel {
margin-top: 0;
}
.panel-group .panel {
border-radius: 0;
margin-bottom: 0;
overflow: hidden;
}
.panel-collapse {
margin-left: 15px;
background: #fff !important;
}
#video {
position: relative;
padding-bottom: 56.25%;
/* */
padding-top: 25px;
height: 0;
}
#video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#above-content-portlets {
background: #fff;
background: url(bg-contenido.png) repeat-x scroll 0 0 rgba(0, 0, 0, 0);
}
.breadcrumb {
background-color: #fff;
border-radius: 0;
list-style: outside none none;
color: #545454;
font-size: 0.8em;
padding: 1em 0 1.5em;
}
.breadcrumb a {
text-decoration: underline;
color: #545454;
}
.breadcrumb>li+li:before {
color: #545454;
content: "> ";
padding: 0 5px;
}
.breadcrumb.row {
margin-bottom: 0;
}
.breadcrumb>.active {
color: #545454;
font-weight: 600;
}
#portal-columns-container {
margin-bottom: 4em;
}
.template-homepage #portal-column-content {
margin-left: 45px;
}
.template-homepage #content .row {
background: transparent;
}
#main-content .left {
background: #fff;
}
.template-homepage .destacado {
background: url(images/bg-inicio-ideo2.jpg) no-repeat left top;
margin: 0 0 1.5em -52px;
height: 275px;
position: relative;
width: 697px;
}
.template-homepage #portal-column-content .destacado h2 {
background: none repeat scroll 0 0 #e0dddd;
bottom: 2.45em;
font-size: 1.8em;
font-weight: normal;
left: 2.2em;
padding: 0.25em 0.5em;
position: absolute;
}
.template-homepage #portal-column-content .destacado p {
background: none repeat scroll 0 0 #403f3f;
bottom: -10px;
color: #fff;
font-weight: 600;
font-size: 1.1em;
left: 3.6em;
padding: 0.25em 0.5em 0.25em 0.85em;
position: absolute;
width: 20em;
}
.seccionesDestacadas {
border-top: 1px solid #1f1e1e;
margin-top: 2em;
}
.seccionesDestacadas h2 {
font-size: 1.6em;
font-weight: normal;
margin-bottom: 0.4em;
margin-top: 0.65em;
}
.seccionesDestacadas img {
margin-bottom: 1em;
}
.seccionesDestacadas a {
background: url("bg-inicio-seccionesdestacadas-a.png") no-repeat scroll right center rgba(0, 0, 0, 0);
color: #242424;
display: block;
font-size: 1em;
line-height: 1.2em;
padding-right: 2.2em;
width: 9.5em;
font-weight: 300;
}
.seccionesDestacadas a:hover {
text-decoration: none;
color: #666;
}
.boton01 {
float: right;
margin-bottom: 2em;
font-size: 13px;
}
.boton01:hover,
.read-more a:hover {
background: #6c6c6c;
/* */
background: -moz-linear-gradient(top, #6c6c6c 0%, #4e4d4d 100%);
/* */
background: -webkit-gradient(linear,
left top,
left bottom,
color-stop(0%, #6c6c6c),
color-stop(100%, #4e4d4d));
/* */
background: -webkit-linear-gradient(top, #6c6c6c 0%, #4e4d4d 100%);
/* */
background: -o-linear-gradient(top, #6c6c6c 0%, #4e4d4d 100%);
/* */
background: -ms-linear-gradient(top, #6c6c6c 0%, #4e4d4d 100%);
/* */
background: linear-gradient(to bottom, #6c6c6c 0%, #4e4d4d 100%);
/* */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c6c6c', endColorstr='#4e4d4d', GradientType=0);
/* */
color: #000 !important;
}
.read-more a:hover {
color: #dedede !important;
}
.template-homepage .portletCollection {
background: none repeat scroll 0 0 #f2f2f2;
border-bottom: 1px solid #f4f3f3;
border-top: 15px solid #00a532;
margin: 0 -20px !important;
}
.template-homepage .portletCollection dd.portletItem {
font-size: 1em;
line-height: 120%;
background: url("/images/bg-inicio-colaux-noticias-li.png") repeat-x scroll left bottom rgba(0, 0, 0, 0);
padding: 0 0 10px 0;
margin: 10px 20px;
min-height: 90px;
}
dl.portlet dt {
background: none repeat scroll 0 0 #f2f2f2;
line-height: normal;
padding: 10px 20px;
font-size: 1.8em;
font-weight: normal;
margin-bottom: 0.4em;
text-transform: uppercase;
}
dl.portlet dt a {
font-weight: 600;
}
dl.portlet dt a:link,
dl.portlet dt a:visited {
color: #333;
}
dl.portlet dt a:hover,
dl.portlet dd a:hover {
color: #00a532;
}
.template-homepage .portletCollection .date {
border: 0;
box-shadow: none;
font-size: 1em;
padding: 0;
text-align: center;
width: 50px;
float: left;
margin-right: 13px;
}
.template-homepage .portletCollection dd.portletFooter {
padding: 1em 20px 4em;
border-bottom: 1px solid #c2c2c2;
}
.template-homepage .portletCollection .day {
background: none repeat scroll 0 0 #00a532;
border-radius: 4px 4px 0 0;
color: #fff;
display: block;
font-weight: 600;
font-size: 1.75em;
padding: 0.2em 0 0.15em;
text-align: center;
width: 100%;
line-height: 140%;
}
.template-homepage .portletCollection .month {
background: none repeat scroll 0 0 #cdcdcd;
border-radius: 0 0 4px 4px;
color: #242424;
display: block;
font-size: 1.3em;
padding: 0.1em 0;
text-align: center;
width: 100%;
line-height: 140%;
}
.portletItem span.bottom {
margin: 0 15px;
}
.portletItem span a {
background: url("/images/bg-inicio-colaux-noticias-tag.png") no-repeat scroll left 4px rgba(0, 0, 0, 0);
color: #808080;
display: block;
margin-top: 1em;
padding-left: 1.2em;
margin-left: 60px;
line-height: 140%;
}
#main-content .center {
background: none repeat scroll 0 0 #e0dddd;
box-shadow: 0 1px 4px #6e6e6e;
margin-top: -6em;
z-index: 100;
margin: -6em 0 0 0 30% !important;
padding: 0 20px;
}
.center h2 {
font-size: 1.6em;
font-weight: 600;
margin-bottom: 0.35em;
}
.template-homepage #content .center ul li {
margin: 0 0 2px 0;
}
.template-homepage .center li label {
color: #808080;
line-height: 1.2em !important;
font-weight: normal;
font-size: 0.9em;
margin: 0;
}
.template-homepage .center li input[type="radio"] {
display: inline;
margin: 0 5px 0 0;
}
.template-homepage .center li label {
display: inline;
}
.template-homepage .center p.label,
.template-homepage .center p label {
color: #333;
font-weight: 600;
font-size: 1.45em;
padding: 0.1em 0;
display: block;
text-align: left;
margin: 16px 0 3px 0;
font-weight: 400;
}
.template-homepage .center select#serviciosNecesitas {
border: 1px solid #c2c2c2;
border-radius: 4px;
color: #555555 !important;
margin: 0.3em 0 0.3em;
padding: 0.35em 0.5em;
}
#personaliza {
color: #fff;
padding: 20px;
background: #00a532;
/* */
background: -moz-linear-gradient(top, #00a532 0%, #00a532 2%, #00a532 100%);
/* */
background: -webkit-gradient(linear,
left top,
left bottom,
color-stop(0%, #00a532),
color-stop(2%, #00a532),
color-stop(100%, #00a532));
/* */
background: -webkit-linear-gradient(top,
#00a532 0%,
#00a532 2%,
#00a532 100%);
/* */
background: -o-linear-gradient(top, #00a532 0%, #00a532 2%, #00a532 100%);
/* */
background: -ms-linear-gradient(top, #00a532 0%, #00a532 2%, #00a532 100%);
/* */
background: linear-gradient(to bottom, #00a532 0%, #00a532 2%, #00a532 100%);
/* */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55820a', endColorstr='#00A532', GradientType=0);
/* */
margin: 0 -20px;
border-top: 1px solid #008428;
}
#personaliza img {
max-width: 100%;
}
.center #personaliza h2 {
font-weight: normal;
margin-bottom: 1em;
padding-left: 0;
text-transform: none;
color: #fff;
font-size: 16px;
margin: 0;
}
.center #personaliza a {
border-radius: 4px;
color: #517c09;
display: block;
font-size: 1.3em;
margin: 1em 0;
padding: 10px;
text-transform: uppercase;
background: #fff;
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
}
.center #personaliza a:hover {
text-decoration: none;
background: #fff !important;
}
.center .btn {
margin-bottom: 1em;
}
.longdesc a {
background: url("/images/bg-longdesc.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
color: #fff;
display: block;
font-weight: 600;
font-size: 1.7em;
height: 23px;
padding: 9px 14px 5px;
width: 12px;
height: 40px;
margin-left: -20px;
padding: 3px 14px 5px;
margin-top: -10px;
width: 40px;
z-index: 9;
}
.portaltype-article #content-core {
background: #fff;
margin: 0 -15px;
padding: 0 15px 15px 15px;
}
.portaltype-article #content #content-core div.newsImageContainer {
float: none;
margin: 0 0 1em 0;
}
.portaltype-article #viewlet-above-content-title {
display: block;
}
#content div.documentByLine {
display: inline-block;
margin-bottom: 1em;
font-size: 95%;
}
.documentByLine .documentPublished {
background: none repeat scroll 0 0 #00a532;
color: #fff;
font-weight: 600;
padding: 3px 1em;
float: left;
}
.NewsSearchPortlet {
margin-bottom: 0 !important;
}
.documentByLine .category {
background: url("/images/bg-noticias-listado-tag.png") no-repeat scroll 9px center #e7e7e7;
display: block;
float: left;
padding: 3px 1em 3px 2em;
margin: 0;
color: #000;
}
.portaltype-article h1 {
text-transform: none;
font-size: 2em;
}
.tileItem h2 {
font-size: 1.6em;
font-weight: 300 !important;
line-height: 1.1em;
margin: 0 0 0.2em;
}
.tileItem h2 a {
color: #333;
font-weight: 600;
}
.tileItem h2 a:hover {
color: #00a532;
}
.tileItem {
border-bottom: 1px solid #d7d7d7;
margin-bottom: 1.75em;
padding-bottom: 0.5em;
margin-right: 1em;
}
#content img.tileImage,
#content div.newsImageContainer {
float: right;
margin: 0 0 0.5em 1em;
}
.template-summary_view #content .documentFirstHeading {
margin-left: 0px;
margin-top: 0;
font-weight: 600;
}
.news-back {
background: none repeat scroll 0 0 #4d4d4d;
padding: 0.35em 2em 0.5em 0;
text-align: right;
margin: 1em -15px -15px -15px;
}
.news-back a {
background: url("/images/bg-noticias-volver.png") no-repeat scroll left 2px rgba(0, 0, 0, 0);
color: #fff;
padding: 0.15em 0 0.15em 1.35em;
}
div.listingBar {
background: none repeat scroll 0 0 #4d4d4d;
color: #a2a2a2;
margin-right: 1em;
padding-left: 1em;
clear: left;
font-size: 1em;
}
div.listingBar a {
background: none repeat scroll 0 0 #4d4d4d;
color: #fff !important;
border: 0;
}
div.listingBar a:hover {
background: #00a532;
}
.section-nouvelles #portal-column-two.col-sm-3,
.section-nieuws #portal-column-two.col-sm-3,
.portaltype-article #portal-column-two.col-sm-3 {
margin-right: 0;
box-shadow: -2px 2px 2px #b9b9b9;
background: none repeat scroll 0 0 #f2f2f2;
border-top: 15px solid #00a532;
padding: 0;
}
.section-nouvelles .documentDescription,
.section-nieuws .documentDescription,
.portaltype-article .documentDescription {
background: #fff;
font-weight: 600;
font-size: 1.4em;
margin: 0 -15px 0;
padding: 0 1em 1em;
}
.newsImageContainer img {
max-width: 100%;
}
.NewsSearchPortlet select {
width: 100%;
margin-bottom: 10px;
padding: 6px;
font-size: 13px;
}
.NewsSearchPortlet .send-button {
background-image: none;
padding: 10px 0;
font-size: 1.3em;
margin: 0;
}
#portal-column-two .portletStaticText {
margin-left: 0 !important;
margin-right: 0 !important;
margin-bottom: 0;
padding: 0;
}
dl.NewsSearchPortlet dt {
color: #00a532;
font-size: 1.2em;
margin-bottom: 1em;
text-align: center;
text-transform: uppercase;
}
#portal-column-two dl.portlet dd.portletItem {
padding: 0 1em;
}
#portal-column-two #comunicacion {
background: none repeat scroll 0 0 #e0dddd;
border-top: 1px solid #ccc;
margin: 1px 0 0;
padding: 1em 1.25em 0.75em;
text-align: center;
}
#portal-column-two #comunicacion .titulo {
color: #00a532;
font-weight: 600;
font-size: 1.5em;
}
#portal-column-two #comunicacion .titulo strong {
font-weight: normal;
}
#portal-column-two #comunicacion .email a {
background: url("/images/bg-colaux-comunicacion-email.png") no-repeat scroll left center rgba(0, 0, 0, 0);
padding: 0.4em 0 0.5em 2.5em;
text-decoration: underline;
}
#portal-column-two #dossier {
background: url("/images/bg-colaux-dossier.png") repeat-x scroll left top #00a532;
border-top: 1px solid #008428;
color: #fff;
padding: 1em 1.25em 0.65em;
margin: 1px 0 0;
}
#portal-column-two #dossier .titulo {
font-weight: 600;
font-size: 1.5em;
margin-bottom: 0.5em;
text-transform: uppercase;
}
#portal-column-two #dossier .texto {
font-weight: 600;
font-size: 1.2em;
}
#portal-column-two #dossier .descarga a {
background: url("/images/bg-colaux-dossier-descarga.png") no-repeat scroll left 2px rgba(0, 0, 0, 0);
color: #fff;
display: block;
padding: 0.15em 0 0.15em 1.6em;
}
#portal-column-two #dossier .descarga a:hover {
text-decoration: underline;
}
#portal-column-one #comunicacion {
background: none repeat scroll 0 0 #e0dddd;
border-top: 1px solid #ccc;
margin: 1px 0 0;
padding: 1em 5px 0.75em;
text-align: center;
}
#portal-column-one #comunicacion .titulo {
font-weight: 600;
font-size: 1.5em;
}
#portal-column-one #comunicacion .email a {
background: url("/images/bg-colaux-comunicacion-email.png") no-repeat scroll left center rgba(0, 0, 0, 0);
padding: 0.4em 0 0.5em 2.5em;
text-decoration: underline;
}
#portal-column-one #dossier {
background: url("/images/bg-colaux-dossier.png") repeat-x scroll left top #00a532;
border-top: 1px solid #008428;
color: #fff;
padding: 1em 15px 0.65em;
margin: 1px 0 0;
}
#portal-column-one #dossier .titulo {
font-weight: 600;
font-size: 1.5em;
margin-bottom: 0.5em;
text-transform: uppercase;
}
#portal-column-one #dossier .texto {
font-weight: 600;
font-size: 1.2em;
}
#portal-column-one #dossier .descarga a {
background: url("/images/bg-colaux-dossier-descarga.png") no-repeat scroll left 2px rgba(0, 0, 0, 0);
color: #fff;
display: block;
padding: 0.15em 0 0.15em 1.6em;
}
#portal-column-two #dossier .descarga a:hover {
text-decoration: underline;
}
.titleless {
display: none;
}
.template-summary_view #portal-column-content {
background: #fff;
}
#content .row {
background: #fff;
}
#content .documentFirstHeading {
margin-left: 15px;
margin-top: 0;
font-weight: 600;
}
#content ul {
list-style-type: none;
margin-left: 0;
}
#content ul li {
margin-bottom: 0.6em;
}
.documentEditable #content .documentFirstHeading {
margin-top: 15px;
float: left;
width: 100%;
font-weight: 600;
}
.alert {
border: 2px solid #00a532;
border-radius: 0;
margin: 0 -15px -2px;
padding: 15px;
background: #fff;
font-size: 120%;
}
#proposorona #subsections {
padding-top: 1em;
}
#proposorona #subsections .texto {
background: none repeat scroll 0 0 #f2f2f2;
color: #333;
padding: 1em;
}
#proposorona #subsections img {
width: 100%;
}
#proposorona #subsections .texto a {
text-decoration: underline;
}
#proposorona .texto p {
font-size: 1em;
line-height: 1.3em;
margin: 0;
padding: 0;
}
#proposorona #subsections h3 {
background: #30322d;
/* */
background: -moz-linear-gradient(top, #30322d 0%, #55594f 100%);
/* */
background: -webkit-gradient(linear,
left top,
left bottom,
color-stop(0%, #30322d),
color-stop(100%, #55594f));
/* */
background: -webkit-linear-gradient(top, #30322d 0%, #55594f 100%);
/* */
background: -o-linear-gradient(top, #30322d 0%, #55594f 100%);
/* */
background: -ms-linear-gradient(top, #30322d 0%, #55594f 100%);
/* */
background: linear-gradient(to bottom, #30322d 0%, #55594f 100%);
/* */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30322d', endColorstr='#55594f', GradientType=0);
/* */
background: #545454 !important;
font-weight: 600;
color: #fff;
font-size: 0.9em;
margin: 0;
padding-right: 0.75em;
}
#proposorona #subsections h3 a {
background: url("bg-sobreorona-subsecciones-titulo-a.gif") no-repeat scroll right 0.5em;
color: #fff;
display: block;
font-size: 1.45em;
padding: 0.35em 0.8em 0.3em 0.6em;
}
#proposorona #subsections h3 a:hover {
background: url("bg-sobreorona-subsecciones-titulo-a.gif") no-repeat scroll right 0.5em;
opacity: 0.5;
text-decoration: none;
color: #ccc;
}
#proposorona #subsections .col-md-4 {
border-right: 1px solid #e6e9de;
}
#proposorona #subsections .col-md-4:last-child {
border-right: 0;
}
#proposorona #subsections li.servicios {
background: url("/images/bg-sobreorona-subsecciones-servicios.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
height: 24em;
padding: 8.6em 1.5em 0 1.25em;
position: relative;
}
#proposorona #subsections .servicios .texto {
background: none repeat scroll 0 0 #545454;
color: #fff;
cursor: pointer;
left: 15px;
padding: 10px 15px;
position: absolute;
top: 12em;
width: 14em;
}
.site-nl-be #proposorona #subsections .servicios .texto {
font-size: 0.85em;
padding: 10px;
top: 14.3em;
width: 17em;
}
#proposorona #subsections .servicios .texto ul li {
background: url("/images/bullet03.png") no-repeat scroll left center rgba(0, 0, 0, 0);
margin-bottom: 0.25em;
padding-left: 1.5em;
}
#proposorona #subsections .servicios .texto ul li a {
text-decoration: none;
color: #fff;
}
#proposorona #subsections .servicios .texto p {
font-size: 1em;
padding: 0;
margin-bottom: 5px;
}
#proposorona #subsections .servicios h3 a {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
display: block;
height: 18.75em;
left: 0;
position: absolute;
top: 0;
z-index: 1000;
}
#proposorona #subsections .servicios h3 a span {
background: none repeat scroll 0 0 #00a532;
display: block;
font-weight: 600 !important;
font-size: 0.8em;
left: 15px;
margin-bottom: 1em;
padding: 0.5em 15px;
position: absolute;
top: 7.5em;
width: 11.5em;
}
#portlet_ideo {
background: url("/images/ideo-innovation-city.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
padding-bottom: 5px;
padding-top: 260px;
}
.bannerOronasgreen {
background: url("/images/bg-banner-colIzq.png") no-repeat scroll 0 bottom rgba(0, 0, 0, 0);
}
#groupeEntreprises .row:first-child {
margin-bottom: 2em;
}
#groupeEntreprises .row:first-child p.col-md-12 {
margin-top: 1em;
}
#groupeEntreprises .carousel {
margin-top: 0;
max-width: 100%;
margin: 0;
}
#groupeEntreprises .carousel img {
width: 100%;
}
#groupeEntreprises .carousel-caption h3 {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
color: #545454;
float: none;
font-size: 1.7em;
margin-bottom: 0.75em;
padding: 0;
text-align: right;
text-shadow: 1px 1px 1px #fff;
margin-left: 30px;
max-width: 100%;
}
#groupeEntreprises .carousel-caption {
left: 0;
bottom: 22px;
width: 620px;
max-width: 100%;
}
#groupeEntreprises .carousel-control.right {
right: 0%;
top: 38%;
}
#groupeEntreprises .carousel-control.left {
left: 5%;
top: 38%;
z-index: 1000;
}
#groupeEntreprises .carousel-caption ul.row {
background: none repeat scroll 0 0 #00a532;
box-shadow: 0 1px 2px #333;
padding-right: 1.5em;
padding: 1em 0 1em 4em;
margin-bottom: 0;
}
#groupeEntreprises .carousel-caption ul.row .col-md-4 {
padding: 0;
}
#groupeEntreprises .carousel-caption li {
border-left: 1px solid #008428;
float: right;
text-align: center;
line-height: 130%;
font-size: 0.95em;
margin-bottom: 0;
}
#groupeEntreprises .carousel-caption li:last-child {
border-left: 0;
}
#groupeEntreprises .carousel-indicators {
left: 77.1%;
padding: 0.35em 0.75em;
position: absolute;
text-align: center;
width: 70px;
}
#grupoEmpresarialEstructura #introduccion {
margin-bottom: 1.5em;
padding: 0;
}
#grupoEmpresarialEstructura #introduccion .img {
position: relative;
background: #fff;
padding: 0 1.3em 1.1em 1.3em;
z-index: 2;
}
#grupoEmpresarialEstructura #introduccion .img .leyenda {
position: relative;
width: 14em;
top: em;
left: 0;
color: #969696;
z-index: 5;
font-size: 0.8em;
background: transparent;
}
#grupoEmpresarialEstructura #introduccion .img .leyenda li {
margin: 0 0 0.5em 0;
}
#grupoEmpresarialEstructura #introduccion .img img {
width: 100%;
margin-top: -3em;
}
#grupoEmpresarialEstructura #introduccion .img .leyenda li.darkgreen {
display: block;
background: #00a532;
padding: 0 0 0 10px;
}
#grupoEmpresarialEstructura #introduccion .img .leyenda li.lightgreen {
display: block;
background: #fabe3c;
padding: 0 0 0 10px;
}
#grupoEmpresarialEstructura #introduccion .img .leyenda li span {
display: block;
background: #ffffff;
padding: 0 0 0 6px;
}
#grupoEmpresarialEstructura #introduccion .texto {
background: #f2f2f2;
padding: 15px 0;
}
#grupoEmpresarialEstructura #introduccion p {
margin: 0;
}
#grupoEmpresarialEstructura #introduccion strong {
border-bottom: 1px solid #c2c2c2;
border-top: 1px solid #c2c2c2;
display: block;
float: left;
font-size: 1.6em;
font-weight: 600;
margin-top: 0.2em;
padding: 0.15em 0;
text-transform: uppercase;
}
#grupoEmpresarialEstructura #introduccion .frase {
display: inline;
font-size: 1em;
line-height: 1.6em;
}
.accordionDimensionInternacional {
background-color: #fff;
border-radius: 3px;
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
padding: 15px;
}
.accordionDimensionInternacional h2 {
border-bottom: 1px dotted #d0d0d0;
color: #545454;
font-weight: 600;
font-size: 1.2em;
padding: 0 0 0.3em;
text-transform: uppercase;
}
.accordionDimensionInternacional #logos {
margin: 0;
}
.accordionDimensionInternacional #logos img {
margin-bottom: 0;
max-width: 155px;
}
.accordionDimensionInternacional #logos .left {
margin-left: -15px;
}
.accordionDimensionInternacional #logos div a {
float: left;
}
.accordionDimensionInternacional .first {
float: none;
width: 95%;
}
.accordionDimensionInternacional .first p {
font-size: 0.9em;
margin: 0;
padding: 0.5em 0;
}
.accordionDimensionInternacional ul {
border-top: 1px dotted #d0d0d0;
font-size: 0.85em;
margin: 0;
}
.accordionDimensionInternacional ul li {
background: url("images/bullet.png") no-repeat scroll 2px 10px rgba(0, 0, 0, 0);
border-bottom: 1px dotted #d0d0d0;
font-size: 1em;
min-height: 25px;
padding: 0.5em 0 0.5em 1.8em;
}
.accordionDimensionInternacional ul li span {
color: #00a532;
font-size: 1.8em;
}
.accordionDimensionInternacional .contenidoLeft p {
font-size: 1em;
}
.accordionDimensionInternacional h2 {
border-bottom: 1px dotted #d0d0d0;
color: #545454;
font-weight: 600;
font-size: 1.1em;
padding: 0;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 5px;
}
.accordionDimensionInternacional h2 span {
color: #00a532;
}
.accordionDimensionInternacional h2 a {
color: #545454;
display: block;
height: auto;
line-height: 1.6em;
}
/* **************/
.contenidoAcordeon {
background: transparent;
margin-left: -15px;
margin-right: -15px;
margin-top: 15px;
}
.contenidoAcordeon.row {
background: transparent !important;
}
.contenidoAcordeon .col-md-4 {
width: 31.9%;
}
.contenidoAcordeon .accordionDimensionInternacional {
margin-right: 15px;
min-height: 230px;
}
.contenidoAcordeon .last {
margin-right: 0;
}
.contenidoAcordeon .accordionDimensionInternacional h2 {
border-bottom: 0;
}
.export .accordionDimensionInternacional {
background-color: #e0dddd;
}
.export .accordionDimensionInternacional h2 {
color: #00a532;
}
.export .accordionDimensionInternacional h2 span {
color: #00a532;
}
.export .accordionDimensionInternacional h2 a {
color: #00a532;
}
.export .accordionDimensionInternacional div ul li span {
color: #00a532;
}
.export .accordionDimensionInternacional div ul li {
background: url("/images/bullet-export.png") no-repeat scroll 2px 10px rgba(0, 0, 0, 0);
}
.export .accordionDimensionInternacional ul li {
border-bottom: 1px dotted #666;
}
.export .accordionDimensionInternacional h2 {
border-bottom: 1px dotted #666;
display: block;
padding-bottom: 5px;
margin-bottom: 0;
}
#oronaenchiffres .row {
padding-top: 1em;
}
#oronaenchiffres .row:last-child {
padding-bottom: 1em;
}
#oronaenchiffres h2 {
clear: left;
display: block;
font-size: 1em;
font-weight: 600;
margin: 1em 0 0.75em;
padding-bottom: 0.35em;
border-bottom: 1px dotted #ccc;
text-transform: uppercase;
}
#oronaenchiffres h2 span {
float: right;
font-size: 0.7em;
font-weight: normal;
margin-top: 0.2em;
text-transform: none;
}
#oronaenchiffres #annualreport h2 {
text-transform: none;
}
#oronaenchiffres #annualreport li {
background: url("/images/bullet03.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
margin: 0.7em 0;
padding-left: 1.5em;
}
#oronaenchiffres #annualreport li a {
text-decoration: underline;
}
#oronaenchiffres .longdesc {
float: left;
margin-bottom: -4em;
position: relative;
z-index: 5;
height: auto;
width: auto;
padding: 3px 14px 5px;
z-index: 10;
}
.section-description-graphiques #content {
background: #fff;
padding: 15px;
}
.section-description-graphiques dt {
font-weight: 600;
margin-top: 1em;
}
.section-description-graphiques dl {
line-height: 1.6em;
}
.section-description-graphiques dl p {
margin-bottom: 0.25em;
}
.section-description-graphiques dl li {
list-style: outside none square;
margin-left: 2em;
}
.section-description-graphiques dl p a {
background: url("/images/bullet01.png") no-repeat scroll 0 3px transparent;
padding: 0 0 0 1.3em;
text-decoration: underline;
}
.section-description-graphiques dl p a:hover {
text-decoration: none;
}
#ascelecascenseurs {
padding-bottom: 1em;
}
#ascelecascenseurs h3 {
color: #00a532;
font-weight: 600;
font-size: 1.7em;
margin-top: 0;
}
#ascelecascenseurs img {
width: 100%;
margin: 1em 0;
}
#marqueValeurs h2.equipo{
border-bottom: 1px solid #c2c2c2;
border-top: 1px solid #c2c2c2;
display: block;
float: left;
font-size: 1.6em !important;
font-weight: 600 !important;
margin: 5px auto 15px !important;
padding: 0.15em 0 !important;
color: #333 !important;
}
#marqueValeurs .row.equipobox{
background: #f2f2f2;
}
#marqueValeurs .row {
padding-top: 1em;
}
#marqueValeurs .col-md-4 {
border-right: 1px solid #e6e9de;
min-height: 430px;
margin-bottom: 1em;
}
#marqueValeurs .col-md-4 div {
border: 1px solid #e6e9de;
padding: 10px;
height: 500px;
}
#marqueValeurs #compromiso div {
background: url(/images/bg-marcavalores-compromiso.jpg) no-repeat left 80px;
}
#marqueValeurs #confiabilidad div {
background: url(/images/bg-marcavalores-confiabilidad.jpg) no-repeat left 80px;
}
#marqueValeurs #agilidad div {
background: url(/images/bg-marcavalores-agilidad.jpg) no-repeat left 80px;
}
#marqueValeurs h2 {
color: #00a532;
font-size: 1.4em;
text-transform: uppercase;
margin: 0;
font-weight: 600;
}
#marqueValeurs .subtitulo {
font-size: 1.2em;
font-weight: normal;
}
#marqueValeurs .subtitulo strong {
font-weight: normal;
}
#marqueValeurs .texto {
font-size: 1em;
margin-top: 270px;
line-height: 1.4em;
}
.site-nl-be #marqueValeurs #confiabilidad .texto {
margin-top: 255px;
}
#videoalt {
display: block;
}
#marqueValeurs #video {
margin-bottom: 2em;
}
#marqueValeurs .col-md-12 {
display: flex;
flex-direction: row;
justify-content: space-between;
}
#marqueValeurs .col-md-12 div {
border: 1px solid #e6e9de;
margin: 1em;
width: 50%;
}
@media (max-width: 767px) {
#marqueValeurs .col-md-12 div {
width: auto;
}
#marqueValeurs .col-md-12 {
flex-direction: column;
}
}
#marqueValeurs img {
max-width: 100%;
}
#marqueValeurs .col-md-12 h2 {
padding: 1em;
}
#marqueValeurs .col-md-12 p {
padding: 1em;
}
.site-nl-be #marqueValeurs #confiabilidad .texto {
margin-top: 255px;
}
#oronaGreen #myCarousel,
#innovacionEic #myCarousel {
margin: 0 -15px;
background: #fff;
padding: 15px;
min-height: 320px;
}
#oronaGreen #myCarousel .carousel-caption,
#innovacionEic #myCarousel .carousel-caption {
background-color: rgba(0, 0, 0, 0.5);
padding: 15px;
font-size: 1.1em;
color: #fff;
width: 190px;
height: 82px;
left: 162px;
}
#innovacionEic #myCarousel .carousel-caption {
width: 300px;
line-height: 120%;
font-weight: 600;
}
#oronaGreen #myCarousel .carousel-caption.caption1 {
top: -5px;
}
#innovacionEic #myCarousel .carousel-caption.caption1 {
top: 0;
}
#oronaGreen #myCarousel .carousel-caption.caption2 {
top: 80px;
height: 77px;
}
#innovacionEic #myCarousel .carousel-caption.caption2 {
height: 81px;
top: 76px;
}
#oronaGreen #myCarousel .carousel-caption.caption3 {
top: 142px;
height: 77px;
}
#innovacionEic #myCarousel .carousel-caption.caption3 {
height: 81px;
top: 151px;
}
#oronaGreen #myCarousel .carousel-caption.caption4 {
top: 213px;
height: 77px;
}
#innovacionEic #myCarousel .carousel-caption.caption4 {
top: 227px;
height: 82px;
}
#oronaGreen #myCarousel .myCarouselThumbnails,
#innovacionEic #myCarousel .myCarouselThumbnails {
position: absolute;
top: 15px;
left: 15px;
background-color: rgba(0, 0, 0, 0.5);
}
#oronaGreen #myCarousel .myCarouselThumbnails .thumbnail,
#innovacionEic #myCarousel .myCarouselThumbnails .thumbnail {
background-color: #fff;
width: 150px;
border: 0;
border-radius: 0;
display: block;
line-height: 1.42857;
margin: 6px;
padding: 0;
transition: all 0.2s ease-in-out 0s;
}
.extracaption {
position: absolute;
right: 1em;
font-size: 1.8em;
background: rgba(255, 255, 255, 0.8);
top: 1em;
width: 280px;
padding: 10px;
line-height: 120%;
font-weight: 600;
text-align: right;
}
.extracaption span {
color: #00a532;
display: block;
}
#oronaGreen #sociedad {
margin: 30px;
}
#oronaGreen .titulo {
font-weight: 600;
font-size: 1.6em;
}
#oronaGreen .titulo strong {
font-weight: normal;
}
#oronaGreen .subtitulo {
font-size: 1.25em;
}
#oronaGreen #accordion {
margin-top: 2em;
background: transparent;
}
#oronaGreen #sociedad,
#oronaGreen #medioAmbiente,
#oronaGreen #entorno,
#oronaGreen #eficiencia {
margin: 10px;
}
#oronaGreen #sociedad h3,
#oronaGreen #entorno h3 {
border-bottom: 1px solid #d9d9d9;
border-top: 1px solid #d9d9d9;
font-size: 1.15em;
margin: 0.25em 0 0.75em;
padding: 0.35em 0 0.25em;
text-transform: uppercase;
}
#oronaGreen #sociedad li li {
background: url("/images/bullet03.png") no-repeat scroll left 2px rgba(0, 0, 0, 0);
float: none;
margin: 0 0 0.5em 0.5em;
padding-left: 1.75em;
width: auto;
}
#oronaGreen #medioAmbiente li p {
background: none repeat scroll 0 0 #e0dddd;
border-radius: 0 0 5px 5px;
min-height: 10em;
margin: 0;
padding: 15px;
}
#oronaGreen #medioAmbiente li img {
width: 100%;
}
#oronaGreen #entorno .colDrcha p {
font-size: 0.9em;
line-height: 1.6em;
margin: 1em 0 2em;
}
#oronaGreen #entorno .colDrcha div {
background: none repeat scroll 0 0 #403f3f;
border-radius: 4px;
color: #fff;
padding: 0.6em;
}
#oronaGreen #entorno .colDrcha {
float: right;
width: 48%;
}
#oronaGreen #entorno .colIzq {
float: left;
width: 48%;
}
#oronaGreen #tabs .tabs {
margin: 2em 0 0.75em;
height: 16em;
}
#oronaGreen #accordion li {
line-height: 130%;
position: relative;
}
#oronaGreen #tabs .tabs li a {
background: url("/images/bg-oronagreen-tab1.jpg") no-repeat scroll 0 0 #403f3f;
border-radius: 6px;
color: #9d9d9d;
display: block;
height: 16em;
position: relative;
text-align: center;
padding: 0.85em 0;
}
#oronaGreen #tabs .tabs li a.activo {
background-color: #e0dddd;
color: #00a532;
}
#oronaGreen #tabs .tabs li a span {
bottom: 1.5em;
display: block;
left: auto;
padding: 0;
position: absolute;
text-align: center;
width: 100%;
font-size: 85%;
}
#oronaGreen #tabs .tabs li a:hover {
color: #fff;
}
#oronaGreen #tabs .tabs li.tab-2 a {
background-image: url("/images/bg-oronagreen-tab2.jpg");
}
#oronaGreen #tabs .tabs li.tab-3 a {
background-image: url("/images/bg-oronagreen-tab3.jpg");
}
#oronaGreen #tabs .tabs li.tab-4 a {
background-image: url("/images/bg-oronagreen-tab4.jpg");
margin: 0;
}
#oronaGreen #tabs .tabs li.tab-3 a span,
#oronaGreen #tabs .tabs li.tab-4 a span {
bottom: 0.8em;
}
#oronaGreen #tabs li.ui-state-active a,
#oronaGreen #tabs li.ui-state-active a:hover {
background-color: #e0dddd;
color: #00a532;
font-weight: 600;
}
#oronaGreen #tabs div {
padding-top: 1.5em;
position: relative;
}
#oronaGreen #tabs div div {
border-radius: 6px;
padding: 1.5em 1em;
}
#oronaGreen #tabs div ul {
padding: 0;
margin: 1em 0 0 0;
}
#oronaGreen #tabs div ul ul {
padding: 0;
margin: 0;
}
#oronaGreen #tabs div ul.ultimo {
border-bottom: medium none;
}
#oronaGreen #tabs div li {
background: url("/images/bullet03.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
padding: 0 0.5em 0.7em 1.5em;
margin: 0 !important;
}
#oronaGreen #tabs div span {
background: url("/images/bg-servicios-pensadoenti-adaptado.png") no-repeat scroll center center rgba(0, 0, 0, 0);
display: block;
height: 3em;
left: 5em;
position: absolute;
top: 0;
width: 3em;
z-index: 100;
}
#oronaGreen #tabs #tabs-1 ul li {
background: none;
padding: 0;
}
#oronaGreen #tabs #tabs-1 ul li ul li {
background: url("/images/bullet03.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
padding: 0 0.5em 0.7em 1.5em;
}
#oronaGreen #tabs #tabs-2 span {
left: 18em;
}
#oronaGreen #tabs #tabs-3 span {
left: 30.5em;
}
#oronaGreen #tabs #tabs-4 span {
left: 43em;
}
#portlet_energy {
background: url("/images/ascensores-orona.jpg") no-repeat scroll 0 0 #363734;
padding-bottom: 5px;
padding-top: 260px;
border-radius: 0 0 15px 0;
}
#oronaGreenDestacado {
background: url("/images/bg-oronagreen-destacadov02.jpg") no-repeat scroll 0 0 #fff;
height: 212px;
margin: 3em auto;
position: relative;
width: 980px;
}
#oronaGreenDestacado .col-md-8 {
position: relative;
height: 212px;
}
#oronaGreenDestacado .titulo {
background: none repeat scroll 0 0 #00a532;
bottom: 40px;
font-size: 1.9em;
font-weight: 600;
left: 0;
padding: 0.25em 0.5em;
position: absolute;
text-transform: uppercase;
}
#oronaGreenDestacado a {
color: #fff;
display: block;
height: 212px;
}
#oronaGreenDestacado .col-md-4 {
position: relative;
height: 212px;
}
#oronaGreenDestacado .dere1 {
background: none repeat scroll 0 0 #242424;
bottom: 7.65em;
font-weight: 600;
font-size: 1em;
padding: 0.75em 1em;
position: absolute;
right: 2em;
}
#oronaGreenDestacado .dere2 {
background: none repeat scroll 0 0 #242424;
bottom: 40px;
font-weight: 600;
font-size: 1em;
padding: 0.75em 1em;
position: absolute;
right: 2em;
}
.destacadoSuperior {
font-weight: 600;
font-size: 1.75em;
line-height: 1em;
margin-bottom: 0.5em;
}
.destacadoSuperior strong {
font-weight: 400;
}
#ecodiseno .col-md-4 span {
color: #00a532;
}
#ecodiseno .col-md-7 img {
width: 100%;
}
#ecodiseno .col-md-4 img {
margin-bottom: 10px;
}
#ecodiseno .row:first-child {
padding-bottom: 1em;
}
.boton02 a {
/* */
background: #008428;
/* */
background: -moz-linear-gradient(top, #008428 0%, #00a532 100%);
/* */
background: -webkit-linear-gradient(top, #008428 0%, #00a532 100%);
/* */
background: linear-gradient(to bottom, #008428 0%, #00a532 100%);
/* */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008428', endColorstr='#00a532', GradientType=0);
/* */
border: 1px solid #008428;
box-shadow: -1px 1px 3px #666;
color: #fff;
display: block;
font-weight: 600;
font-size: 1.4em;
padding: 1.25em 1.5em;
text-align: center;
text-transform: uppercase;
margin-top: 1em;
line-height: 110%;
min-height: 90px;
}
.boton02 a:hover {
background: #00a532;
/* */
}
#ecodiseno #tabs {
margin: 15px;
}
#ecodiseno li {
background: url("/images/bullet03.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
margin: 0.5em 0;
padding-left: 1.5em;
}
#ecodiseno #tabs h2 {
font-size: 1.5em;
margin-bottom: 1.5em;
text-transform: uppercase;
}
#ecodiseno .panel-group {
margin: 0;
}
#ecodiseno #accordion #fieldtitles h3 {
font-size: 1em;
margin: 5px -15px 0;
}
#ecodiseno .tabContainer h2 {
font-size: 1.4em;
margin: 15px;
text-transform: uppercase;
font-weight: 700;
}
#ecodiseno #accordion #fieldtitles h3 a {
color: #fff !important;
margin-bottom: 1px;
height: 80px;
width: 100%;
background: #545454;
color: #fff;
padding: 1em;
display: block;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding: 15px;
text-decoration: none;
}
#ecodiseno #accordion #fieldtitles h3 a.selected {
background: #000 !important;
color: #fff;
outline: 0;
}
#ecodiseno .panel-body {
background: none repeat scroll 0 0 #f2f2f2;
padding: 15px;
}
#ecodiseno .col-md-9 {
float: right;
width: 73%;
}
#ecodiseno .panel {
box-shadow: none;
background: none repeat scroll 0 0 #f2f2f2;
font-size: 0.9em;
min-height: 250px;
margin-top: 5px;
}
#fieldvalues h3 {
margin: 0 0 1em 0;
font-size: 1.5em;
}
#documentacion.row {
background: none repeat scroll 0 0 #f2f2f2;
padding: 2.5em;
}
#documentacion h2 {
border-bottom: 1px solid #cbcbcb;
border-top: 1px solid #cbcbcb;
font-size: 1.2em;
font-weight: normal;
margin-bottom: 1.5em;
padding: 0.5em 0;
text-align: center;
text-transform: uppercase;
margin-top: 0;
}
#documentacion ul li .descarga span {
font-size: inherit;
}
#documentacion li {
float: left;
width: 50%;
}
#documentacion li.floatright .descarga {
float: right;
}
#ecodiseno #documentacion ul li {
background: none;
padding-left: 0;
}
#documentacion ul li .descarga {
background: url("/images/bg-boton01-descargar.png") no-repeat right 30px #414040;
border-radius: 4px;
color: #ffffff;
display: block;
font-size: 1.2em;
padding: 0.7em 1em 0.9em;
width: 80%;
}
#documentacion ul li .descarga span span {
background: none repeat scroll 0 0 transparent;
color: #bebebe;
font-size: 0.8em;
padding: 0;
display: block;
}
.floatleft {
float: left;
}
#portlet_ecodesign {
background: url("/images/oronas-green-new.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
padding-bottom: 5px;
padding-top: 260px;
}
#portlet_bim {
background: url("/images/orona-bim-plan.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
padding-bottom: 5px;
padding-top: 260px;
}
.faceted-document-text.row {
background: none repeat scroll 0 0 #f3f3f3 !important;
padding: 0;
}
.faceted-document-text.row p {
padding: 15px;
margin: 0;
}
#faceted-form.row {
background: none repeat scroll 0 0 #f3f3f3 !important;
}
#faceted-form {
border-left: 15px solid #f3f3f3;
border-right: 15px solid #f3f3f3;
border-bottom: 15px solid #f3f3f3;
margin: 0 -15px;
padding: 0;
}
#faceted-form fieldset {
border: 0;
margin: 0 0.5em;
padding: 0 0.5em 1.5em;
}
.faceted-widgets {
margin: 0 -15px;
}
#faceted-form fieldset legend {
display: inline;
border: 0;
}
#faceted-form fieldset select {
margin-right: 2em;
padding: 0.3em 0.4em;
width: 14.5em;
border: 1px solid #c2c2c2;
border-radius: 4px;
color: #545454;
}
#center-and-left-area {
border-top: 1px dotted #ccc;
padding: 10px 0 0;
}
#c1_widget {
width: 45%;
float: left;
}
.eea-preview-items {
background: none repeat scroll 0 0 #f3f3f3;
}
.eeacertificate {
background: none repeat scroll 0 0 #fff;
border-radius: 8px;
box-shadow: 0 3px 1px #dedede;
float: left;
min-height: 22.5em;
margin-bottom: 1.5em;
overflow: hidden;
padding: 1em 0;
width: 46%;
margin: 1em 1.2em;
font-size: 0.85em;
min-height: 485px;
}
.eeacertificate a {
background: url("/images/bullet03.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
font-size: 1.1em;
padding-left: 1.65em;
text-decoration: underline;
display: block;
}
.eeacertificate a:hover {
color: #00a532;
}
.eeacertificate img {
float: left;
margin-left: 15px;
max-width: 100px;
height: auto;
}
.eeacertificate dl,
.eeacertificate .download-link {
margin-left: 40%;
margin-right: 5px;
margin-bottom: 0;
}
.eeacertificate dt {
background: url("bullet01.png") no-repeat scroll left 3px rgba(0, 0, 0, 0);
margin-right: 10px;
margin-bottom: 0;
padding-left: 1.1em;
font-size: 13px;
}
.eeacertificate dd {
margin-bottom: 0.5em;
font-size: 13px;
}
.eea-preview-items h3 {
margin-left: 15px;
color: #00a532;
font-size: 1.5em;
font-weight: 600;
text-transform: uppercase;
}
.eea-preview-items .row {
background: none repeat scroll 0 0 #f3f3f3 !important;
}
#TravaillezAvecNous img {
width: 100%;
margin-bottom: 15px;
}
#TravaillezAvecNous p,
#TravaillezAvecNous h2,
#TravaillezAvecNous .consult-offers {
position: absolute;
text-align: center;
}
#TravaillezAvecNous p.txtParticipate {
left: 2.8em;
top: 3em;
width: 24%;
}
#TravaillezAvecNous p.txtDevelopment {
left: 25%;
top: 10em;
width: 30%;
}
#TravaillezAvecNous p.txtAttractive {
left: 47%;
top: 17em;
width: 28%;
}
#TravaillezAvecNous p.txtQualified {
left: 68%;
top: 10em;
width: 30%;
}
#TravaillezAvecNous h2 {
color: #fff;
font-size: 1.5em;
font-weight: 600;
left: 47%;
text-transform: uppercase;
top: 2em;
width: 30%;
}
#TravaillezAvecNous h2 span {
font-size: 1.2em;
font-weight: 600;
}
#TravaillezAvecNous .consult-offers {
background-color: rgba(255, 255, 255, 0.6);
padding: 3em 0 4em;
width: 98%;
bottom: 0;
font-size: 90%;
}
#TravaillezAvecNous .consult-offers h3 {
color: #528300;
font-size: 1.5em;
font-weight: normal;
margin-bottom: 0.5em;
text-transform: uppercase;
}
#TravaillezAvecNous .consult-offers a {
background: url("../../img/bg-boton02.png") repeat-x scroll 0 0 #00a532;
color: #fff;
font-size: 1.2em;
padding: 1em 3em;
text-transform: uppercase;
margin: 1em auto;
}
#TravaillezAvecNouss .consult-offers a.ofertas {
margin-left: 0.7em;
}
#TravaillezAvecNous .consult-offers a.ofertas span {
background: url("../../img/orona-uk/bullet-consult-offers.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
padding: 0.5em 0 0.5em 3em;
}
#TravaillezAvecNous .consult-offers a.enviaCV span {
background: url("/images/bullet-send-cv.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
padding: 0.7em 0 0.7em 3em;
}
.consult-offers {
background-color: rgba(255, 255, 255, 0.6);
}
.template-vacancies_list #content-core {
background: #fff;
margin: 0 -15px;
}
.template-vacancies_list #content-core ul {
background: #fff;
padding: 20px 15px;
}
.template-vacancies_list #content-core ul li {
border-bottom: 1px solid #e1e1e1;
padding: 10px 0;
text-align: left;
margin-bottom: 0;
}
.template-vacancies_list #content-core ul li.vacancies-header {
border: medium none;
color: #00a532;
font-weight: 300;
font-size: 1.1em;
text-transform: uppercase;
border-bottom: 1px dotted #e1e1e1;
}
.template-vacancies_list #content-core ul li .col-md-2 a {
background: #00a532;
border: 1px solid #008428;
border-radius: 6px;
color: #ffffff;
padding: 2px 8px 4px;
float: right;
}
#content fieldset {
border: 0;
}
.template-sendyourcvform #content-core {
margin: 0 -15px;
background: #fff;
}
.template-sendyourcvform #content-core form {
padding: 0 15px;
}
.template-sendyourcvform #content #fieldset-2 legend,
.template-sendyourcvform #content #fieldset-3 legend,
.template-sendyourcvform #content #fieldset-4 legend,
.template-sendyourcvform #content #fieldset-5 legend,
.template-sendyourcvform #content legend {
font-weight: 600;
font-size: 2em;
margin-bottom: 0.65em;
border: 0;
font-weight: 300 !important;
text-align: right;
}
.template-sendyourcvform fieldset.row {
margin-bottom: 4em;
}
.template-sendyourcvform .col-md-8 {
border-left: 1px solid #949494;
}
.template-sendyourcvform .col-md-8 input.form-control,
.template-sendyourcvform .col-md-8 input,
.template-sendyourcvform .col-md-8 select {
width: 65%;
}
.template-sendyourcvform .col-md-8 label {
min-height: 4em;
float: left;
font-weight: 400;
width: 28%;
text-align: right;
margin-right: 1em;
}
.cvform-document-text {
padding: 1px 15px;
}
.fieldset-vacancies_list .col-md-4 {
display: none;
}
.fieldset-vacancies_list .col-md-8 {
border: 0;
padding-left: 30px;
}
.fieldset-vacancies_list .col-md-8 legend {
border: 0;
}
.template-sendyourcvform .fieldset-vacancies_list .col-md-8 label {
float: none;
font-weight: 700;
margin-right: 1em;
min-height: auto;
text-align: left;
}
.template-sendyourcvform .fieldset-vacancies_list .col-md-8 select {
width: 70%;
}
.template-sendyourcvform .fieldset-cv .row:last-child label {
width: 100% !important;
text-align: left;
margin-left: 31%;
min-height: 1em;
}
.template-sendyourcvform .fieldset-cv .col-md-8 {
padding-bottom: 0;
}
.send-button {
padding: 2em 1.5em;
text-align: center;
margin: 1em -15px 0;
background: url("/images/bg-rayado.png") repeat-x scroll left center #f2f2f2;
}
.send-button .btn {
padding-right: 2.5em;
padding-left: 2.5em;
text-transform: uppercase;
}
.template-sendyourcvform .g-recaptcha {
margin-left: 54%;
margin-bottom: 2em;
z-index: 9999;
}
.template-sendyourcvform textarea#presentation {
width: 65%;
}
.template-login_form #content #login-form {
z-index: 999999;
overflow: hidden;
}
.section-services #edit-content-views {
overflow: hidden;
}
#services #introduccion {
padding-top: 1em;
}
#services .carousel-caption {
display: none;
}
#services #introduccion .titulo {
color: #00a532;
font-size: 1.4em;
text-transform: uppercase;
font-weight: 300 !important;
}
#services #introduccion .colIzq {
text-align: right;
width: 18em;
}
#services #introduccion .colDrcha {
border-left: 1px solid #ccc;
}
#services #introduccion img {
margin: 2em 1em;
}
#introduccion #informacion {
background: none repeat scroll 0 0 #f2f2f2;
float: right;
margin-top: 1.5em;
padding: 1.6em 1em 0.75em;
}
#introduccion #informacion {
background: none repeat scroll 0 0 #f2f2f2;
float: right;
margin-top: 1.5em;
padding: 1.6em 1em 0.75em;
}
#introduccion #informacion strong {
display: block;
float: left;
font-size: 1.3em;
font-weight: 600;
padding: 1.3em 1em 0 0;
text-transform: uppercase;
line-height: 130%;
}
#introduccion #informacion .boton01 {
margin-bottom: 1em;
}
#services #introduccion .colDrcha .boton01 {
float: left;
margin-bottom: 0;
}
#maintenanceAscenseurs #colPrincipal p:first-child {
padding-top: 1em;
}
#maintenanceAscenseurs .serviciosLista li {
margin: 0 0 2em;
padding-bottom: 2em;
width: 400px;
}
#maintenanceAscenseurs .serviciosLista li img {
margin: 1em 2.2em;
}
#maintenanceAscenseurs .serviciosLista li.ListaSeparacion {
border-bottom: 2px solid #00a532;
}
#maintenanceAscenseurs .serviciosLista strong,
#maintenanceAscenseurs .serviciosLista2 strong {
font-size: 1em;
color: #333;
}
#maintenanceAscenseurs .serviciosLista,
#maintenanceAscenseurs .serviciosLista2 {
font-size: 1em;
}
#maintenanceAscenseurs #informacion {
background: none repeat scroll 0 0 #f2f2f2;
float: right;
margin: 1.5em -15px 0;
padding: 1.6em 1em 0.75em;
}
#parent-fieldname-text.withform {
background: transparent !important;
}
#informacion strong {
display: block;
float: left;
font-size: 1.1em;
font-weight: 600;
padding: 0 1em 0 0;
text-transform: uppercase;
max-width: 350px;
}
#informacion .btn .mas strong {
display: inline;
float: none;
font-weight: 600;
}
#informacion .boton01 span.mas {
background-position: right center;
}
#informacion .boton01 span {
min-height: 0;
border: 0;
}
#informacion .boton01 {
padding: 0.6em 1em 0.8em;
min-height: 0;
border: 0;
}
#maintenanceAscenseurs .row {
background: transparent !important;
margin-bottom: 2em;
}
#maintenanceAscenseurs #colPrincipal .row {
margin-bottom: 0;
}
#maintenanceAscenseurs .col-md-8 {
background: #fff;
}
#maintenanceAscenseurs .introduccion h2 {
font-size: 1.4em;
font-weight: 600;
margin-bottom: 1em;
text-transform: uppercase;
}
#maintenanceAscenseurs {
padding: 0 15px;
}
#maintenanceAscenseurs p span {
border-left: 1px solid #e1e1e1;
padding: 0 0 0 1em;
display: block;
min-height: 12em;
}
#maintenanceAscenseurs .col-md-6,
#colPrincipal .col-md-12 {
font-size: 1em;
}
#colPrincipal .col-md-12 {
margin-bottom: 0;
}
#maintenanceAscenseurs p.contratoMantenimiento {
background: url("/images/bg-servicios-contratos.png") no-repeat scroll 0 15px rgba(0, 0, 0, 0);
padding: 0 0 0 3.5em;
}
#maintenanceAscenseurs p.atencion {
background: url("/images/bg-servicios-atencion.png") no-repeat scroll 0 15px rgba(0, 0, 0, 0);
padding: 0 0 0 3.5em;
}
#maintenanceAscenseurs p.servicioAdaptado {
background: url("/images/bg-servicios-caracteristicas-li.png") no-repeat scroll 0 15px rgba(0, 0, 0, 0);
padding: 0 0 0 3.5em;
}
#maintenanceAscenseurs p.globalStandards {
background: url("/images/bg-global-standards.png") no-repeat scroll 0 15px rgba(0, 0, 0, 0);
padding: 0 0 0 3.5em;
}
#maintenanceAscenseurs p.servicioAdaptado span,
#maintenanceAscenseurs p.globalStandards span {
min-height: 8em;
}
#maintenanceAscenseurs p.multimarca {
background: url("/images/bg-sevicios-multimarca.png") no-repeat scroll 0 15px rgba(0, 0, 0, 0);
padding: 0 0 0 3.5em;
}
#maintenanceAscenseurs p.competence {
background: url("/images/bg-competence.png") no-repeat scroll 0 15px rgba(0, 0, 0, 0);
padding: 0 0 0 3.5em;
}
#maintenanceAscenseurs p.excellentSpare {
background: url("/images/bg-excellentSpare.png") no-repeat scroll 0 15px rgba(0, 0, 0, 0);
padding: 0 0 0 3.5em;
margin-top: 1em;
}
#maintenanceAscenseurs p.excellentSpare span {
min-height: 5em;
}
#colAux {
box-shadow: 0 4px 4px #b9b9b9;
background: none repeat scroll 0 0 #f2f2f2;
border-top: 15px solid #00a532;
position: relative;
}
#colAux #formulario {
padding: 10px 5px;
}
#colAux #formulario .titulo {
font-size: 1.2em;
margin-bottom: 1em;
text-align: center;
text-transform: uppercase;
}
#colAux #formulario label {
display: none;
}
#colAux #formulario input {
width: 100%;
}
#colAux #formulario .btn {
margin-top: 1em;
}
#lopd_checkbox {
background: #f9f9f9 none repeat scroll 0 0;
border: 1px solid #d3d3d3;
color: #000;
border-radius: 3px;
box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
padding: 10px 5px 10px 20px;
position: relative;
display: block;
margin-bottom: 10px;
margin-top: 10px;
}
#contactform #fieldset-2 .row:last-child #lopd_checkbox {
padding: 10px 5px 10px 20px;
position: relative;
display: block;
margin-bottom: 0px;
margin-top: 25px;
margin-left: 149px;
float: left;
margin-right: 40px;
}
#contactform #fieldset-4 .row:last-child #lopd_checkbox {
padding: 10px 5px 10px 20px;
position: relative;
display: block;
margin-bottom: 0px;
margin-top: 25px;
margin-left: 149px;
float: left;
}
#contactform #fieldset-5 .row:last-child #lopd_checkbox {
padding: 10px 5px 10px 20px;
position: relative;
display: block;
margin-bottom: 0px;
margin-top: 25px;
margin-left: 149px;
float: left;
}
#lopd_checkbox .lopd {
display: inline-block;
padding-left: 30px;
position: relative;
vertical-align: middle;
font-size: 11px;
font-weight: 400;
line-height: 17px;
}
.lopd a {
text-decoration: underline;
}
.lopd a:hover {
color: #00a532;
}
#lopd_checkbox input[type="checkbox"] {
float: left;
width: 3em;
margin-bottom: 2em;
opacity: 0;
z-index: 1;
margin-left: -20px;
position: absolute;
}
#lopd_checkbox .lopd::before {
background-color: #fff;
border: 2px solid #cccccc;
border-radius: 3px;
content: "";
display: inline-block;
height: 28px;
left: 10px;
margin-left: -20px;
position: absolute;
transition: border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
width: 28px;
}
#lopd_checkbox .lopd::after {
color: #555555;
display: inline-block;
font-size: 11px;
height: 16px;
left: 0;
margin-left: -20px;
padding-left: 3px;
padding-top: 1px;
position: absolute;
top: 0;
width: 16px;
}
#lopd_checkbox input[type="checkbox"]:focus+.lopd::before {
outline: thin dotted;
outline-offset: -2px;
}
#lopd_checkbox input[type="checkbox"]:checked+.lopd::after {
content: "✓";
color: green;
font-size: 35px;
font-weight: 600;
padding-left: 15px;
}
#lopd_checkbox input[type="checkbox"]:disabled+.lopd {
opacity: 0.65;
}
#lopd_checkbox input[type="checkbox"]:disabled+.lopd::before {
background-color: #eeeeee;
cursor: not-allowed;
}
.serviciosLista img {
margin: 0.5em 0;
}
.serviciosLista2 img {
margin: 0 0 2em 0;
}
.serviciosLista strong,
.serviciosLista2 strong {
color: #00a532;
font-weight: 600;
}
.serviciosLista,
.serviciosLista2 {
font-weight: 300;
font-size: 1.3em;
line-height: 140%;
}
.serviciosLista2 .col-md-6 p {
border-top: 2px solid #00a532;
padding-top: 1em;
margin-bottom: 1em;
}
#informacion.row {
background: none repeat scroll 0 0 #f2f2f2;
padding: 1.6em 1em 0.75em;
}
#informacion .boton01 {
float: left;
margin: 1em 0;
}
#informacion .boton01 span.mas {
padding-right: 1.75em;
}
#services24h {
padding: 0 20px 2em 20px;
}
#services24h p.txtCustomer,
#services24h p.txtCallHandling,
#services24h p.txtDataProcessing,
#services24h p.txtAutoDialer {
font-weight: 300;
font-size: 1.2em;
margin-right: 0;
width: 48%;
margin-bottom: 0;
}
#services24h p.txtCustomer {
background: url("/images/servicios-linea-primera.gif") no-repeat scroll 0 bottom rgba(0, 0, 0, 0);
float: left;
margin: 0;
padding: 0 2em 3.7em 0;
}
#services24h p.txtCallHandling {
background: url("/images/servicios-linea-segunda.gif") no-repeat scroll right bottom rgba(0, 0, 0, 0);
float: right;
margin-bottom: 0;
margin-top: 1em;
padding: 0 0 2.7em 0em;
text-align: right;
}
#services24h p.txtDataProcessing {
background: url("/images/servicios-linea-tercera.gif") no-repeat scroll 0 top rgba(0, 0, 0, 0);
float: left;
padding: 2.5em 2em 0 0;
}
#services24h p.txtAutoDialer {
background: url("/images/servicios-linea-cuarta.gif") no-repeat scroll right top rgba(0, 0, 0, 0);
float: right;
padding: 4em 0 0 2.7em;
text-align: right;
}
#services24h p.txtCustomer strong,
#services24h p.txtCallHandling strong,
#services24h p.txtDataProcessing strong,
#services24h p.txtAutoDialer strong {
color: #00a532;
text-transform: uppercase;
font-weight: 600;
}
#pensadoEnTi.services24h {
padding: 1em 2em 2em;
}
.spare#introduccion {
padding: 0 15px;
}
.spare#introduccion img {
max-width: 100%;
margin-bottom: 1em;
}
.spare#introduccion .texto.row p {
padding: 0 15px;
}
.spare#introduccion .texto.row .col-md-6 p {
padding: 0;
}
.spare#introduccion h2 {
border-bottom: 1px solid #c2c2c2;
border-top: 1px solid #c2c2c2;
color: #00a532;
font-size: 1.15em;
font-weight: 600;
margin-bottom: 0.8em;
padding: 0.35em 0 0.25em;
text-transform: uppercase;
}
.spare#introduccion ul li {
background: url("/images/bullet03.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
margin-bottom: 0.5em;
padding-left: 1.65em;
}
.spare#introduccion #informacion {
margin-right: -15px;
}
.spare#introduccion #informacion .boton01 {
margin: 0 0 1em 0;
}
#modernisations {
padding: 1.5em 0 5em;
}
#modernisations .modernizacion {
padding-left: 0;
}
#modernisations .modernizacion h2 {
color: #00a532;
font-size: 19px;
font-weight: normal;
margin: 0 0 1em;
}
#modernisations ul li {
background: url("/images/bullet-li-garantia.jpg") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
margin: 0 0 1em;
padding: 0 0 0 1.5em;
}
#modernisations .destacadoAnalisis {
background-color: #f2f2f2;
font-weight: 600;
font-size: 17px;
overflow: hidden;
text-align: center;
text-transform: uppercase;
}
#modernisations .destacadoAnalisis p span {
border-bottom: 1px solid #cbcbcd;
border-top: 1px solid #cbcbcd;
display: block;
margin: 1em 0 2em;
padding: 0.5em 0;
}
#modernisations .destacadoAnalisis p a {
background: url("/images/bg-enlace-analisis.png") no-repeat top right rgba(0, 0, 0, 0);
color: #ffffff;
display: block;
font-size: 16px;
line-height: 18px;
padding: 0.8em 2em 0.8em 1em;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
#modernisations .destacadoAnalisis p a:hover {
background: url("/images/bg-enlace-analisis-hover.png") no-repeat top right rgba(0, 0, 0, 0);
}
#colCentral {
padding: 1.5em 15px 1em;
}
.contenidoServicios.sustitucion h2,
.contenidoServicios.sustitucion h3 {
color: #00a532;
font-size: 16px;
font-weight: normal;
margin: 0 0 1.5em;
text-transform: uppercase;
}
.contenidoServicios.sustitucion h3 {
margin: 1em 0 1.5em;
}
.listadoMantenimiento {
overflow: hidden;
}
.listadoMantenimiento li {
float: left;
margin: 0 1.7em 1.5em 0;
width: 18em;
}
.listadoMantenimiento li.last {
margin: 0 0 1.5em;
}
.listadoMantenimiento h3 {
border-bottom: 1px solid #c2c2c2;
border-top: 1px solid #c2c2c2;
color: #00a532;
font-size: 1.15em;
font-weight: normal;
margin: 0.25em 0 0.5em;
padding: 0.35em 0 0.25em;
text-transform: uppercase;
}
.listadoMantenimiento p {
font-size: 0.9em;
line-height: 1.5em;
}
.listadoGarantias {
border-bottom: 7px solid #f2f2f2;
margin: 0 0 3em;
overflow: hidden;
padding: 1em 0 2em;
}
.listadoGarantias li {
background: url("/images/bullet-li-garantia.jpg") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
color: #444444;
display: block;
float: left;
font-size: 16px;
line-height: 18px;
margin: 0 1.5em;
padding: 0 0 0 1.4em;
width: 23%;
}
.listadoGarantias li span {
color: #00a532;
display: block;
font-weight: 600;
font-size: 19px;
line-height: 22px;
text-transform: uppercase;
}
.listadoEspecificaciones {
overflow: hidden;
}
.listadoEspecificaciones li {
float: left;
margin: 0 2em 2em 0;
width: 30%;
line-height: 120%;
font-size: 0.9em;
}
.listadoEspecificaciones li.doble {
width: 56%;
}
.listadoEspecificaciones li.last {
margin: 0 0 2em;
}
.listadoEspecificaciones li img {
border-right: 1px solid #e1e1e1;
float: left;
margin: 0 0.8em 2em 0;
padding: 0 0.8em 6em 0;
}
#sinAscensor .introduccion h2 {
font-size: 1.4em;
font-weight: normal;
margin-bottom: 1em;
text-transform: uppercase;
}
#sinAscensor .introduccion strong {
display: block;
font-weight: 600;
margin: 1.5em 0 2.5em;
text-transform: uppercase;
}
#sinAscensor h3 {
border-bottom: 1px solid #c2c2c2;
border-top: 1px solid #c2c2c2;
font-size: 1.15em;
font-weight: normal;
margin: 0.25em 0 0.5em;
padding: 0.35em 0 0.25em;
text-transform: uppercase;
}
#sinAscensor .listado {
padding: 1em 0;
}
#sinAscensor .listado img {
max-width: 100%;
}
.listado img {
margin-bottom: 10px;
}
#sinAscensor li,
.pasapas li {
background: url("/images/bullet03.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
margin-bottom: 0.5em;
padding-left: 1.65em;
}
#sinAscensor li li,
.pasapas li li {
background: url("/images/bullet-arrow-right.gif") no-repeat scroll 0 5px transparent;
font-size: 1em;
margin-bottom: 0.5em;
padding-left: 1.25em;
}
.pasapas li ul {
margin-top: 0.5em;
}
.pasapas img {
margin-bottom: 0.5em;
}
#maintenance img {
max-width: 100%;
}
#pensadoEnTi {
background: none repeat scroll 0 0 #f2f2f2 !important;
padding: 1em 2em 0 2em;
margin: 2em -15px;
}
.subsection-maintenance-ascenseurs #pensadoEnTi {
margin: 0 !important;
}
.subsection-maintenance-ascenseurs-service-24h #pensadoEnTi {
margin: 0 -15px !important;
}
.subsection-maintenance-ascenseurs-programmes-maintenance #informacion .btn {
white-space: normal;
width: 50%;
}
.subsection-maintenance-ascenseurs-programmes-maintenance #informacion strong {
padding: 2.6em 0.5em;
font-weight: 600;
}
#pensadoEnTi .row {
background: none repeat scroll 0 0 #f2f2f2;
font-size: 0.9em;
}
#pensadoEnTi .concu {
border-bottom: 1px solid #cbcbcb;
border-top: 1px solid #cbcbcb;
padding: 1em;
text-align: center;
margin-bottom: 1em;
}
#pensadoEnTi .concu p {
margin: 0 20%;
line-height: 120%;
}
#pensadoEnTi .contenido .col-md-6:first-child {
padding: 0 4em;
}
#pensadoEnTi h2 {
font-size: 1.4em;
font-weight: normal;
margin: -1.2em 0 0.15em;
text-transform: uppercase;
position: relative;
}
#pensadoEnTi .boton02 {
margin: 0 20%;
line-height: 110%;
}
#pensadoEnTi h2 span {
background: #f2f2f2;
}
#pensadoEnTi h2 span span {
color: #00a532;
}
#pensadoEnTi h3 {
border: 0;
font-size: 1.15em;
font-weight: 600;
margin-bottom: 0.75em;
}
#pensadoEnTi .adaptado {
background: none repeat scroll 0 0 #f2f2f2;
padding-top: 1em;
position: relative;
text-align: center;
margin: 2em -25px 0;
}
#pensadoEnTi .adaptado span {
background: url("/images/bg-servicios-pensadoenti-adaptado.png") no-repeat scroll center center rgba(0, 0, 0, 0);
display: block;
height: 3.5em;
left: 48%;
position: absolute;
text-align: center;
top: -0.5em;
width: 3em;
}
#pensadoEnTi .adaptado p {
background: none repeat scroll 0 0 #e0dddd;
margin: 0;
padding: 1.5em 0.75em 0.75em;
}
.subsection-remplacement-ascenseurs #content .row {
background: transparent;
}
.subsection-remplacement-ascenseurs #content .row .col-md-8 {
background: #fff;
}
.listadoEspecificaciones li,
.listadoEspecificaciones li {
float: left;
font-size: 0.9em;
line-height: 120%;
margin: 0 1em 2em 0;
width: 46%;
}
#pensadoEnTi {
margin: 2em 0;
}
#pensadoEnTi.services24h .contenido {
margin: 0 -15px;
}
#asesoramiento .contenedor {
padding: 1em 15px;
background: #fff;
margin-bottom: 2em;
}
#asesoramiento .contenedor img {
width: 100%;
margin-bottom: 1em;
}
#asesoramiento #introduccion #informacion {
padding-bottom: 1em;
text-align: right;
background: none repeat scroll 0 0 #f2f2f2;
float: right;
margin: 1.5em -15px -13px 0;
padding: 1.3em 1em 1em;
}
#asesoramiento #introduccion #informacion strong {
display: block;
float: left;
margin-bottom: 0.75em;
padding: 0 0.5em 0 0;
text-align: right;
text-transform: uppercase;
font-size: 1.3em;
font-weight: 600;
}
#asesoramiento #introduccion #informacion .btn {
font-size: 0.65em;
margin-right: 1em;
}
#introduccion #informacion p {
line-height: 2.5;
}
#trafico .contenido {
margin-top: -20px;
}
#planificacion {
margin-right: 15px;
}
#asesoramiento h3 {
font-weight: 600;
}
#asesoramiento #trafico h3 {
background: url("/images/bg-servicios-asesoramiento-trafico-h3.gif") no-repeat scroll 0.5em 0.5em rgba(0, 0, 0, 0);
margin-bottom: 3em;
}
#asesoramiento #planificacion h3 {
background: url("/images/bg-servicios-asesoramiento-planificacion-h3.gif") no-repeat scroll 0 0.7em rgba(0, 0, 0, 0);
padding: 1em 0 1em 2.5em;
}
#asesoramiento #energetico h3 {
background: url("/images/bg-servicios-asesoramiento-energetico-h3.gif") no-repeat scroll 0 0.55em rgba(0, 0, 0, 0);
padding: 1em 0 1em 2.9em;
}
#asesoramiento #financiacion h3 {
background: url("/images/bg-servicios-asesoramiento-financiacion-h3.gif") no-repeat scroll 0 0.5em rgba(0, 0, 0, 0);
padding: 1em 0 1em 2em;
}
#asesoramiento #normativa h3 {
background: url("/images/bg-servicios-asesoramiento-normativa-h3.gif") no-repeat scroll 0 0.45em rgba(0, 0, 0, 0);
padding-left: 3em;
}
#asesoramiento .bloque {
background: url("/images/bg-servicios-asesoramiento-bloque.gif") no-repeat scroll left top #f2f2f2;
border: 1px solid #d6d6d6;
font-size: 0.85em;
}
#content #asesoramiento .bloque .row {
background: none repeat scroll 0 0 #f2f2f2;
}
#asesoramiento .bloque h3 {
color: #fff;
font-size: 1.3em;
margin-bottom: 1.25em;
margin-top: 0;
padding: 1em 0 1em 3.25em;
}
.asesoramientoContainer {
padding: 15px;
}
.asesoramientoContainer #planificacion,
.asesoramientoContainer #financiacion {
margin-right: 15px;
}
.asesoramientoContainer .bloque {
width: 48.9%;
}
#asesoramiento .bloque a {
text-decoration: underline;
}
#asesoramiento .bloque .segmento {
background: url("/images/bullet01.png") no-repeat scroll left 0.15em rgba(0, 0, 0, 0);
padding-left: 1.45em;
}
#asesoramiento #energetico .colDrcha a {
background: url("/images/bg-servicios-asesoramiento-energetico.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
color: #fff;
display: block;
font-weight: 600;
font-size: 1.5em;
height: 5.75em;
line-height: 1.2em;
margin: 1em 0 0.5em;
padding: 0.75em 2em 0 0.85em;
text-decoration: none;
width: 100%;
}
#asesoramiento #energetico .colDrcha a span {
background: none repeat scroll 0 0 #00a532;
padding: 5px;
}
#portal-column-one .portletStaticText.portlet-static-extra-links {
background: none repeat scroll 0 0 #242424;
border-bottom: 4px solid #00a532;
margin-bottom: 1em;
padding-left: 0em;
}
#portal-column-one .portletStaticText.portlet-static-extra-links a {
border-bottom: 1px solid #3d3d3d;
color: #fff;
display: block;
padding: 0.5em 12px;
background: none repeat scroll 0 0 #242424;
}
#portal-column-one .portletStaticText.portlet-static-extra-links li.active a {
color: #f7e800;
font-weight: 600;
}
#portal-column-one .portletStaticText.portlet-static-extra-links a:hover {
color: #ccc;
}
#portal-column-one .portletStaticText.portlet-static-extra-links .navTreeItem:last-child a {
border-bottom: 0;
}
#content li,
dl.portlet li,
div.portletStaticText li {
margin-bottom: 0;
}
#portlet_extralinks ul {
margin: 0;
}
#portlet_extralinks ul li {
list-style: none;
}
.portlet-static-extra-links .navTreeLevel1 {
padding: 0;
}
#pretext {
background: #fff;
padding: 15px 15px 0;
margin: 0 -15px 1em;
position: relative;
}
.product-text p {
background: #fff;
padding: 15px;
margin: 0 -13px 1em;
}
.image-description {
background: none repeat scroll 0 0 #00a532;
color: #fff;
font-size: 1.1em;
left: 3em;
padding: 1em;
position: absolute;
top: 2.5em;
width: 28em;
}
.product-text-container {
background: #fff;
padding: 15px;
margin: 1em -15px;
}
.request-information-about {
background: none repeat scroll 0 0 #f2f2f2;
float: right;
margin-top: 1.5em;
padding: 1.6em 1em 0.75em;
margin-bottom: 0;
}
.request-information-about .boton01 {
margin-bottom: 1em;
}
.request-information-about strong {
display: block;
float: left;
font-size: 1.3em;
font-weight: 600;
padding: 0 1em 0 0;
text-transform: uppercase;
margin-top: 5px;
}
#pretext img {
width: 100%;
height: auto;
}
.product,
.reference {
margin: 1em 0;
}
.reference {
min-height: 200px;
}
.product img {
width: 100%;
height: auto;
}
.products,
.section-produits #detalle {
background: #fff;
margin: 0 0 0 15px;
}
.references {
background: #fff;
margin: 0 0 0 15px;
}
#catalogo.row {
margin: 1em -15px 0 0px;
}
.products.productshome {
margin: 0;
}
.products h3,
.references h3 {
border-bottom: 1px solid #c2c2c2;
border-top: 1px solid #c2c2c2;
font-size: 1.15em;
margin: 0.5em 0 0.5em;
padding: 0.35em 0 0.25em;
text-transform: uppercase;
}
.products h3 a:hover,
.references h3 a:hover {
color: #00a532;
}
.productDescription {
font-size: 0.88em;
}
.products h2,
.section-produits #detalle h2 {
background: url("/images/bg-h2.png") no-repeat scroll right center #f2f2f2;
font-size: 2em;
font-weight: normal;
margin: 0 -15px 0 -30px;
padding: 0.4em 2.3em 0.4em 0.75em;
}
.section-produits #detalle .row {
padding-top: 1em;
}
.section-produits #detalle ul {
border-top: 1px solid #4a4a4a;
margin: 2em 0 1em;
}
.section-produits #detalle li {
border-bottom: 1px solid #4a4a4a;
padding: 0.5em;
display: block;
}
.section-produits #detalle li:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
.section-produits #detalle li strong span {
display: block;
font-weight: normal;
}
.section-produits #detalle li strong {
display: block;
float: left;
width: 12em;
font-weight: 600;
}
.section-produits #detalle li .valor {
float: right;
}
.section-produits #detalle .asterisco {
font-size: 0.9em;
}
.section-produits #detalle div.enlace p {
background: none repeat scroll 0 0 #f2f2f2;
clear: both;
float: right;
font-weight: 600;
font-size: 1.1em;
padding: 1.5em 3em 1.25em 2.7em;
margin-right: -15px;
margin-top: 1em;
}
.section-produits #detalle div.enlace p a {
color: #00a532;
text-decoration: underline;
}
#productos #documentation {
margin-left: 1.5em;
}
#documentation {
background: none repeat scroll 0 0 #f2f2f2;
padding: 1.5em 2.5em;
margin: 1em -15px;
}
#documentation .row {
background: none repeat scroll 0 0 #f2f2f2;
}
#documentation h2 {
border-bottom: 1px solid #cbcbcb;
border-top: 1px solid #cbcbcb;
font-size: 1.3em;
margin-bottom: 1.5em;
padding: 0.5em 0;
line-height: 120%;
text-align: center;
text-transform: uppercase;
}
#need-help-products li {
width: 20%;
}
#need-help #need-help-products li:first-child {
background: none;
}
#need-help-products li:first-child p {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
font-weight: 600;
font-size: 2em;
height: auto;
line-height: 1.2em;
padding: 0.5em 0.85em 0 0;
text-align: right;
text-transform: uppercase;
}
#need-help-products li:first-child p span {
color: #414141;
}
#need-help li.lift-replacement a strong {
padding: 10px 0 0 60px;
width: 48px;
height: 49px;
background-position: -107px -120px;
font-weight: 600;
}
#need-help li.building-with-lifts a strong {
padding: 10px 0 0 60px;
width: 49px;
height: 43px;
background-position: -47px -120px;
font-weight: 600;
}
#need-help li.lift-modernisation a strong {
width: 26px;
height: 47px;
background-position: -123px -63px;
padding: 10px 0 0 35px;
font-weight: 600;
}
/* *****************/
.portaltype-product .carousel-caption {
bottom: auto;
left: 152px;
top: 102px;
width: auto;
max-width: 980px;
}
.portaltype-product .carousel-caption p {
margin: 0;
padding-bottom: 10px;
float: left;
}
.portaltype-product #edificiosComerciales .tipologia #t1-a1 {
}
.portaltype-product #edificiosComerciales .tipologia #t1-a2 {
}
.portaltype-product #edificiosComerciales th.modelos {
background: url("/images/bg-productos-edificioscomerciales-tabla-modelos.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
background: url("/images/bg-table.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
background-size: 104% 100%;
}
.portaltype-product #vivienda th.modelos,
.portaltype-product #grandesCargas th.modelos,
.portaltype-product .comparativa th.modelos {
background: url("/images/bg-productos-vivienda-tabla-modelos.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
background: url("/images/bg-table.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
}
.portaltype-product #grandesCargas th.modelos {
background: url("/images/bg-productos-grandescargas-tabla-modelos.png") no-repeat left bottom;
background: url("/images/bg-table.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
}
#vivienda table {
margin-bottom: 2em;
}
#t1-c5 {
min-width: 101px;
}
.portaltype-product .tabla {
padding: 1em;
}
#servicecontracten table {
margin: 1em;
max-width: 100%;
}
.portaltype-product #edificiosComerciales table {
margin-bottom: 2em;
}
.portaltype-product td,
.portaltype-product th,
#servicecontracten th,
#servicecontracten td {
font-weight: 400;
font-size: 0.8em;
text-align: center;
text-transform: uppercase;
vertical-align: middle;
}
.portaltype-product td,
.portaltype-product th,
#servicecontracten th,
#servicecontracten td {
font-weight: 400;
font-size: 0.8em;
text-align: center;
text-transform: uppercase;
vertical-align: middle;
}
.portaltype-product .documentEditable td,
.portaltype-product .documentEditable th,
#servicecontracten .documentEditable th,
#servicecontracten .documentEditable td {
text-transform: none;
}
.portaltype-product th,
#servicecontracten th {
background: url("/images/bg-productos-tabla-th.png") no-repeat scroll left center rgba(0, 0, 0, 0);
background: url("/images/bg-table-th.png") no-repeat scroll left center rgba(0, 0, 0, 0);
width: 10.5em;
font-weight: 600;
}
#servicecontracten th {
background: none;
color: #999;
width: 10.5em;
height: 4em;
background: #efefef;
color: #00a532;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 5px solid #fff;
font-size: 1em;
}
#servicecontracten th:first-child {
background: #fff;
}
.portaltype-product th div {
margin-left: -1.5em;
}
.portaltype-product #edificiosComerciales th div {
margin-left: 0;
}
.portaltype-product #grandesCargas th div {
margin-left: -1em;
}
.portaltype-product #edificiosComerciales th.modelos {
font-size: 98%;
padding: 0 0 4em 5px;
}
.portaltype-product #edificiosComerciales th.modelos span {
margin-top: 1em;
margin-left: 5px;
}
.portaltype-product td,
#servicecontracten td {
background: url("/images/bg-productos-tabla-td.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
border-right: 1px solid #dee0e0;
height: 6.5em;
padding: 0 0.4em;
text-transform: uppercase;
}
.portaltype-product .documentEditable td,
#servicecontracten .documentEditable td {
text-transform: none;
}
#servicecontracten td {
height: 5.5em;
}
.portaltype-product #grandesCargas td {
padding: 0 0.2em;
}
#servicecontracten td:first-child {
width: 30em;
text-align: left;
text-transform: none;
font-size: 1.2em;
}
#servicecontracten .col-md-6 img {
max-width: 100%;
}
#servicecontracten table .no {
background: none;
}
.portaltype-product td.ultimo {
border: medium none;
}
.portaltype-product .tipologia th {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border-right: 1px solid #dee0e0;
font-size: 1em;
line-height: 120%;
padding: 0 0.5em 1.5em;
text-align: center;
text-transform: none;
vertical-align: top;
width: auto;
font-weight: 600;
}
.portaltype-product th.modelos {
border-bottom: 1px solid #dee0e0;
border-right: medium none;
color: #fff;
font-weight: 600;
font-size: 1em;
padding: 0 0 2.6em 0.8em;
text-align: left;
text-transform: uppercase;
vertical-align: bottom;
}
#vivienda #t1-a1 {
}
#vivienda #t1-a2 {
}
#vivienda #t1-a3 {
}
#grandesCargas #t1-a1 {
}
#grandesCargas #t1-a2 {
}
.portaltype-product table .tipologia th.ultimo {
border: medium none;
}
.portaltype-product .productos th {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border-bottom: 1px solid #dee0e0;
border-right: 1px solid #dee0e0;
font-size: 1.2em;
font-weight: 600;
line-height: 1.3em;
padding: 0 0.45em 1.25em;
text-transform: none;
width: auto;
}
.portaltype-product #edificiosComerciales .productos th {
font-size: 1em;
white-space: nowrap;
}
.portaltype-product #edificiosComerciales .productos th span {
display: block;
font-size: 1.8em;
}
.portaltype-product .productos th.ultimo {
border-right: medium none;
}
.portaltype-product .productos th span {
display: block;
font-size: 1.8em;
font-weight: 600;
}
.portaltype-product table .orona1010 {
color: #004b88;
color: #00a532;
}
.portaltype-product table .orona1015 {
color: #0068bf;
color: #00a532;
}
.portaltype-product table .orona1020 {
color: #0080d8;
color: #00a532;
}
.portaltype-product table .orona1025 {
color: #0089ec;
color: #00a532;
}
.portaltype-product table .orona1030 {
color: #0093f0;
color: #00a532;
}
.portaltype-product table .orona2015,
.portaltype-product table .orona2016,
.portaltype-product table .orona2018,
.portaltype-product table .orona2010 {
color: #008765;
color: #00a532;
}
.portaltype-product table .orona2025,
.portaltype-product table .orona2026,
.portaltype-product table .orona2028,
.portaltype-product table .orona2020 {
color: #00a532;
}
.portaltype-product table .orona3026 {
color: #006076;
color: #00a532;
}
.portaltype-product table .orona3028 {
color: #33738a;
color: #00a532;
}
.portaltype-product table .orona3022 {
color: #51879d;
color: #00a532;
}
.portaltype-product table .orona3035 {
color: #739fb2;
color: #00a532;
}
.portaltype-product table .orona3037 {
color: #98b8c7;
color: #00a532;
}
.portaltype-product .tabla table p {
background: none repeat scroll 0 0 #f2f2f2;
float: right;
font-weight: 600;
font-size: 1.1em;
padding: 1.5em 3em 1.25em 2em;
}
.portaltype-product .tabla .clearfix p {
margin-right: -13px;
margin-bottom: 0;
}
table .si,
table .no {
background: url("/images/bg-table-si.png") no-repeat scroll center center rgba(0, 0, 0, 0);
display: block;
height: 4em;
padding: 0 2em;
text-align: left;
text-indent: -9999999px;
}
table .no {
background: url("/images/bg-table-no.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.portaltype-product .tabla p a {
text-decoration: underline;
}
.portaltype-product .tabla p a:hover {
text-decoration: none;
}
.portaltype-product #catalogo h2 {
background: url("/images/bg-h2.png") no-repeat scroll right center #f2f2f2;
font-size: 1.9em;
font-weight: normal;
margin: 0 0 0 -15px;
padding: 0.4em 1.75em 0.4em 15px;
}
.portaltype-product #catalogo ul {
margin-left: 1.5em;
}
.portaltype-product #catalogo h3 {
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
color: #00a532;
font-size: 1.2em;
min-height: 4.5em;
font-weight: 600;
padding: 0.5em 0;
text-align: center;
text-transform: uppercase;
}
.portaltype-product #catalogo .texto {
background: url("/images/bg-productos-catalogo-p.png/") no-repeat scroll center top rgba(0, 0, 0, 0);
margin-top: -1.3em;
padding: 1.5em 0 1em;
}
.portaltype-product #catalogo p {
border-bottom: 1px solid #ccc;
font-size: 0.85em;
height: 5em;
margin: 1em 15px 1em 0;
padding: 0;
}
.portaltype-product #catalogo ul li {
border-bottom: 1px solid #ccc;
line-height: 1.42857;
height: 7em;
position: relative !important;
float: none;
width: auto;
background: transparent;
}
.portaltype-product #catalogo ul li a {
background: url("/images/bg-catalogos-documentos-a2.png") no-repeat scroll right 5px rgba(0, 0, 0, 0);
text-decoration: none;
color: #535353;
display: block;
}
.portaltype-product #catalogo ul li p {
height: auto;
margin: 0;
border: 0;
line-height: auto;
background: transparent;
}
.portaltype-product #catalogo ul li p:last-child {
margin: 0 0 0 0;
bottom: 0.25em;
color: #535353;
font-weight: 600;
font-size: 1.4em;
padding: 0.25em 0;
text-decoration: none;
position: absolute;
width: 100%;
}
.subsection-ascenseurs-immeubles-residentiels #catalogo p {
height: 9.5em;
}
.subsection-ascenseurs-immeubles-residentiels #catalogo ul li {
height: 8em;
}
.portaltype-product .references h2 {
background: url("/images/bg-h2.png") no-repeat scroll right center #f2f2f2;
font-size: 2em;
font-weight: normal;
margin: 0 -15px 0 -30px;
padding: 0.4em 3em 0.4em 0.75em;
}
#grandesCargas {
margin-bottom: 1em;
}
#grandesCargas table {
margin-bottom: 1em;
}
.subsection-immeuble-sans-ascenseur #accordion h3 {
border-bottom: 1px solid #d9d9d9;
border-top: 1px solid #d9d9d9;
font-size: 1.2em;
font-weight: 600;
margin: 0.25em 0 1.5em !important;
padding: 0.35em 0 0.25em;
text-transform: uppercase;
}
/* ******/
#orona3g #introduccion,
#diseno #introduccion {
padding: 15px;
}
#orona3g #introduccion img,
#diseno #introduccion img {
width: 100%;
height: auto;
margin-bottom: 15px;
}
#orona3g #descargar {
background: url("/images/bg-productos-orona3g-descargar.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
padding: 1.5em;
text-align: center;
margin: 0 -15px;
}
#orona3g #descargar .boton01 {
float: none;
padding-right: 0;
margin-bottom: 0;
}
.boton01 a.descarga span {
background: url("/images/bg-boton01-descargar.png") no-repeat scroll right center rgba(0, 0, 0, 0);
font-weight: normal;
padding: 0.5em 3em 0.5em 0;
}
.boton01 a.descarga span span {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
color: #bebebe;
font-size: 0.8em;
padding: 0 0.75em;
}
.boton01 a.descarga {
font-size: 1.3em;
padding-bottom: 0.9em;
}
#orona3g #detalle h2 {
border-bottom: 1px solid #c2c2c2;
border-top: 1px solid #c2c2c2;
font-size: 1.15em;
font-weight: 600;
margin: 0.25em 0 1em;
padding: 0.35em 0 0.25em;
text-transform: uppercase;
background: #fff;
}
#orona3g #detalle h3 {
color: #333;
font-size: 1.25em;
font-weight: 600;
margin: 0.75em 0;
}
#orona3g #detalle h4 {
font-size: 1em;
font-weight: normal;
margin: 0.75em 0 1em;
text-transform: uppercase;
}
#orona3g #detalle ul {
margin: 1em 0;
border: 0;
}
#orona3g #detalle li {
background: url("/images/bullet03.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
margin-bottom: 0;
padding: 0 0 0 1.65em;
border: 0;
line-height: 160%;
}
#orona3g .row .col-md-6 {
margin-top: 0;
padding: 30px;
}
#orona3g .row .col-md-6 img {
margin-bottom: 5px;
}
#orona3g .row {
border-bottom: 1px dotted #c2c2c2;
}
#orona3g #introduccion.row,
#orona3g .row:last-child {
border-bottom: 0;
}
#orona3g .row:first-child .col-md-6:first-child {
border-right: 1px dotted #c2c2c2;
}
#orona3g #documentacion li {
float: right;
width: 45%;
}
#orona3g #documentacion li.primero {
float: left;
}
#diseno #introduccion .claim {
float: left;
width: auto;
}
#introduccion {
position: relative;
}
#diseno .texto h2 {
font-size: 2em;
}
#introduccion .claim {
background: none repeat scroll 0 0 #00a532;
color: #fff;
font-weight: 600;
font-size: 1.1em;
left: 3em;
padding: 1em;
position: absolute;
top: 4.5em;
width: 28em;
}
#diseno .nav-tabs>li>a {
border: 1px solid #efefef;
border-radius: 4px 4px 0 0;
line-height: 1.42857;
margin-right: 8px;
border-bottom: 0;
color: #666;
}
#diseno ul.nav-tabs {
z-index: 999999;
}
#diseno ul.nav-tabs li {
width: 45%;
margin: 0;
}
#diseno ul.nav-tabs li h3 {
font-weight: 600;
font-size: 1.5em;
}
#diseno ul.nav-tabs li h3 strong {
font-weight: 600;
font-size: 120%;
}
#diseno ul.nav-tabs li.active a {
background: #efefef;
/* */
background: -moz-linear-gradient(top, #efefef 1%, #ffffff 30%, #ffffff 100%);
/* */
background: -webkit-gradient(linear,
left top,
left bottom,
color-stop(1%, #e5e5e5),
color-stop(30%, #ffffff),
color-stop(100%, #ffffff));
/* */
background: -webkit-linear-gradient(top,
#efefef 1%,
#ffffff 30%,
#ffffff 100%);
/* */
background: -o-linear-gradient(top, #efefef 1%, #ffffff 30%, #ffffff 100%);
/* */
background: -ms-linear-gradient(top, #efefef 1%, #ffffff 30%, #ffffff 100%);
/* */
background: linear-gradient(to bottom, #efefef 1%, #ffffff 30%, #ffffff 100%);
/* */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff', GradientType=0);
/* */
color: #00a532;
border: 1px solid #c0c0c0;
border-bottom: 0;
}
#diseno .nav>li>a {
margin-bottom: -1px;
padding: 20px 15px 10px;
}
#diseno .panel-group.panel {
border-radius: 0;
margin-bottom: 0;
overflow: hidden;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #fff;
border-color: #ddd #ddd -moz-use-text-color;
border-image: none;
border-style: solid solid none;
border-width: 1px 1px 0;
color: #555;
cursor: default;
border-bottom: 0;
}
#diseno #accordion h3,
.subsection-immeuble-sans-ascenseur #accordion h3 {
font-size: 1.3em;
font-weight: 600;
margin: 0;
text-transform: uppercase;
}
#diseno #accordion h3 {
margin-bottom: 1em;
}
#diseno .descargarPdf a {
background-image: url("/images/bg-catalogos-documentos-a2.png");
background-position: 10px center;
background-repeat: no-repeat;
background-color: #efefef;
display: block;
margin: 0 0 1em;
padding: 0.55em 0 0.55em 2.5em;
position: relative;
text-decoration: underline;
}
#diseno #accordion div {
background: none repeat scroll 0 0 transparent;
overflow: hidden;
}
#diseno #domopacks,
#diseno #domoplus,
#publickpack,
#publicplus {
padding: 15px;
border: 1px solid #c0c0c0;
border-top: 0;
}
#diseno #accordion h2 {
font-size: 1.2em;
}
#diseno #accordion .panel-body {
background: #fff;
margin-left: 15px;
}
#diseno .pestanas .last {
margin: 0 0 1em;
}
#diseno .pestanas a {
background: url("/images/bg-arrow-down-pasivo.jpg") no-repeat scroll center bottom #403f3f;
border: medium none;
color: #9d9d9d;
display: block;
float: left;
height: auto;
padding: 15px 15px 40px;
text-align: center;
text-decoration: none;
text-transform: none;
width: 25.4em;
}
#diseno .pestanas a strong {
text-transform: uppercase;
display: block;
font-weight: 600;
}
#diseno .pestanas a {
background: url("/images/bg-arrow-down.jpg") no-repeat scroll center bottom #e0dddd;
color: #00a532;
}
#diseno .pestanas strong {
display: block;
font-size: 1.1em;
line-height: 1.1em;
padding: 0;
font-weight: 600;
}
#diseno .pestanas a:hover {
background: url("/images/bg-arrow-down-pasivo.jpg") no-repeat scroll center bottom #202020;
color: white;
}
#diseno .pestanas .last a:hover {
background: url("/images/bg-arrow-down.jpg") no-repeat scroll center bottom #e0dddd;
color: #568b02;
}
#diseno .col-md-4 p {
background: none repeat scroll 0 0 #e0dddd;
border-radius: 0 0 5px 5px;
display: block;
margin: 0;
padding: 1.5em 1.25em;
transition: all 0.2s linear 0s;
}
#diseno .imgDescargable {
height: 285px;
overflow: hidden;
position: relative;
}
#diseno .imgDescargable a {
display: block;
transition: all 0.2s linear 0s;
}
#diseno .imgDescargable a span {
background: url("/images/bg-download.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);
color: #ffffff;
font-size: 1.2em;
height: 200px;
opacity: 0;
padding: 85px 20px 0;
position: absolute;
text-align: center;
transition: all 0.2s linear 0s;
width: 170px;
}
#diseno .imgDescargable a span {
background: url("/images/bg-agrandar.png") no-repeat scroll center center rgba(0, 0, 0, 0);
color: white;
font-size: 1.1em;
height: 100%;
opacity: 0;
padding: 85px 20px 0;
position: absolute;
text-align: center;
transition: all 0.2s linear 0s;
width: 100%;
}
#diseno .imgDescargable a span em {
display: block;
font-size: 0.9em;
}
#diseno .imgDescargable a:hover span {
opacity: 100;
}
#diseno .descargas .col-md-4 {
margin-bottom: 2em;
}
.disenoAscensores h4 {
font-size: 1.5em;
font-weight: normal;
margin: 0 0 1em;
text-transform: uppercase;
}
#accordion #headingOne h2 a {
font-size: 1.25em;
}
dl.ReferenceSearchPortlet dt {
margin: 0;
background: #fff;
padding: 10px 10px 0 10px;
}
dl.ReferenceSearchPortlet dt p {
background: none repeat scroll 0 0 #fff;
font-size: 11px;
text-transform: none;
color: #333;
margin-top: 0;
}
dl.ReferenceSearchPortlet dt p.reference-search {
background: none repeat scroll 0 0 #00a532;
color: #fff;
font-weight: 600;
font-size: 0.68em;
padding: 10px;
margin: 0 -10px;
text-transform: uppercase;
text-align: left;
}
dl.ReferenceSearchPortlet dd {
background: #f2f2f2;
padding: 15px 10px 0 !important;
border-bottom: 10px solid #00a532;
}
dl.ReferenceSearchPortlet dd select,
dl.ReferenceSearchPortlet dd input {
width: 100%;
margin-bottom: 10px;
font-size: 1em;
}
dl.ReferenceSearchPortlet dd input {
margin-bottom: 0;
}
dl.ReferenceSearchPortlet dd .send-button {
background-image: none;
text-transform: none;
padding-top: 0;
margin: 1em 0 0 0;
}
dl.ReferenceSearchPortlet dd .text-entry-search-container {
border-bottom: 1px solid #fff;
border-top: 1px solid #d2d2d2;
font-weight: 400 !important;
font-size: 1.2em;
text-transform: uppercase;
margin: 0 -12px 15px;
}
dl.ReferenceSearchPortlet dd .text-entry-search-container p {
border-bottom: 1px solid #d2d2d2;
border-top: 1px solid #fff;
display: block;
font-weight: normal;
padding: 0.65em;
margin: 0;
}
dl.ReferenceSearchPortlet dd input {
width: 100%;
margin-bottom: 10px;
font-size: 0.9em;
}
dl.ReferenceSearchPortlet dd .search-example {
color: #979797;
text-align: center;
padding: 0px 1em;
display: block;
margin-bottom: 5px;
}
dl.ReferenceSearchPortlet dd .search-example a {
text-decoration: underline;
color: #979797;
}
.section-references #content-core .col-md-3,
.section-referenties #content-core .col-md-3 {
background: #f2f2f2;
height: 328px;
-webkit-border-top-right-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 8px;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
margin-bottom: 2em;
margin-left: -13px;
font-size: 0.85em;
}
.section-references #content-core .col-md-3 .segments,
.section-referenties #content-core .col-md-3 .segments {
margin-top: 2em;
}
.section-references #content-core .col-md-3 .segments p,
.section-referenties #content-core .col-md-3 .segments p {
margin: 0;
}
.section-references #content-core .col-md-3 .segments ul,
.section-referenties #content-core .col-md-3 .segments ul {
margin-bottom: 0;
}
.section-references #content-core .col-md-3 .segments ul li,
.section-referenties #content-core .col-md-3 .segments ul li {
margin-bottom: 0;
}
.section-references #content-core .col-md-3 h2,
.section-referenties #content-core .col-md-3 h2 {
display: block;
font-size: 1.5em;
line-height: 1.3em;
margin-bottom: 0.5em;
font-weight: 600;
}
.reference-more-information {
font-weight: 600;
margin-top: 1em;
}
.reference-more-information a {
padding: 0.5em 0.85em 0.65em;
float: right;
display: block;
text-decoration: underline;
color: #333;
font-weight: normal;
}
.segments strong {
font-weight: 600;
float: left;
margin-right: 10px;
}
.section-references .carousel-indicators,
.section-referenties .carousel-indicators {
display: none;
}
.section-references .carousel-control.left,
.section-references .carousel-control.right,
.section-referenties .carousel-control.left,
.section-referenties .carousel-control.right {
background-image: none;
background-color: #fff;
color: #666;
font-weight: 800;
display: block;
text-indent: 0px;
top: 40%;
width: 1.7em;
height: 1.5em;
opacity: 1;
}
.section-references .carousel-control.left,
.section-referenties .carousel-control.left {
-webkit-border-top-right-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 8px;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
left: 0;
}
.section-references .carousel-control.right,
.section-referenties .carousel-control.right {
-webkit-border-top-left-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-bottomleft: 8px;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
left: auto;
right: 0;
}
.section-references .carousel-inner>.item>img,
.section-references .carousel-inner>.item>a>img,
.section-referenties .carousel-inner>.item>img,
.section-referenties .carousel-inner>.item>a>img {
max-height: 328px;
margin: 0 auto;
}
.section-references .carousel-inner,
.section-referenties .carousel-inner {
background: #f2f2f2;
min-height: 328px;
}
.row.common-reference-searches {
background: none repeat scroll 0 0 #f2f2f2 !important;
padding: 2em 15px 0;
}
.row.common-reference-searches .row {
background: none repeat scroll 0 0 #f2f2f2 !important;
padding: 0 2em;
}
.row.references-more-information {
background: none repeat scroll 0 0 #f2f2f2 !important;
padding: 0 1em 0.25em;
text-align: center;
}
.common-reference-searches .col-md-6 {
padding-left: 3em;
}
.row.references-more-information p,
.row.request-information p {
border-top: 1px solid #cbcbcb;
padding: 1em 4em 0;
margin: 1em 1em 0;
}
.row.request-information p {
margin: 1em 0 0;
}
.row.references-more-information p.boton02,
.row.request-information p.boton02 {
border-top: 0;
padding: 0 20% 2em;
}
.common-reference-searches li a,
.common-reference-searches a,
.other-segments li a {
background: url("/images/bullet03.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
font-size: 0.9em;
padding-left: 1.65em;
text-decoration: underline;
color: #333;
}
.other-segments li a {
float: left;
margin-right: 2em;
}
.other-segments ul {
padding-left: 10px;
}
.common-reference-searches h3,
.common-reference-searches h2 {
color: #00a532;
font-weight: 600;
font-size: 1.15em;
margin-bottom: 0.5em;
text-transform: uppercase;
}
.by-segments,
.by-product {
width: 50%;
float: left;
}
.common-reference-searches #masInformacion {
padding: 2em 2em 0.25em;
text-align: center;
}
.row.other-segments,
.row .request-information {
background: none repeat scroll 0 0 #f2f2f2 !important;
padding: 0 3em;
}
#soluciones {
background: none repeat scroll 0 0 #f4f5ef;
border-bottom-left-radius: 13px;
margin: 2.5em 0 1em;
min-height: 7.5em;
padding-bottom: 1em;
}
#soluciones p {
border-bottom: 1px solid #cdcec9;
color: #00a532;
font-size: 1.35em;
margin-bottom: 0.75em;
padding: 0.4em 0.65em;
}
.other-segments h4 {
color: #00a532;
font-size: 1.15em;
margin: 2em 0 0 0;
text-transform: uppercase;
border-top: 1px solid #cbcbcb;
padding: 10px;
}
.template-filterreferences #content-core {
background: #fff;
padding: 1em 15px;
margin: 0 -15px;
}
.template-filterreferences #content-core ul li {
display: block;
float: left;
text-decoration: none;
background: none repeat scroll 0 0 #e7e7e7;
border: 1px solid #ccc;
display: block;
padding: 0.75em 0.75em 0.75em 1em;
margin-right: 1em;
}
.template-filterreferences #content-core .row {
padding: 0 15px;
}
.referenceFilter {
width: 30%;
float: left;
margin: 1em 1.5%;
position: relative;
height: 150px;
background: #333;
}
.referenceFilter img {
width: 100%;
}
.referenceFilter a:first-child {
background: none repeat scroll 0 0 #000;
bottom: 0;
color: #fff;
display: block;
font-size: 0.8em;
opacity: 0.8;
padding: 5px 10px;
width: 100%;
position: absolute;
}
#innovacionInicio h2 {
background-color: #00a532;
color: #ffffff;
font-size: 1.2em;
margin: 0 -15px;
padding: 0.7em 1.25em;
text-transform: uppercase;
}
#innovacionInicio .col-md-6 h2 {
margin: 0;
}
#innovacionInicio .col-md-4 span {
font-size: 1.6em;
font-weight: 600;
}
#innovacionInicio .contenedor {
margin: 0px -15px;
background: #fff;
padding: 15px;
}
#innovacionInicio .row {
margin-top: 2em;
background: transparent;
}
#innovacionInicio .row .col-md-6 {
background: #fff;
width: 48%;
min-height: 480px;
padding: 0;
}
#innovacionInicio .row .col-md-6:last-child {
float: right;
}
#innovacionInicio .row .col-md-6 img {
width: 100%;
margin-top: 1px;
}
#innovacionInicio .row {
margin-top: 2em;
}
#innovacionInicio .textcontainer {
padding: 15px;
}
#innovacionInicio p.mas {
background: url("/images/bullet01.png") no-repeat scroll right 5px rgba(0, 0, 0, 0);
margin-top: 1.5em;
padding: 0 1.3em 0 0;
text-align: right;
}
#innovacionInicio p.mas a {
text-decoration: underline;
}
#innovacionInicio .col-md-8 img {
max-width: 100%;
}
#innovacionInicio .longdesc a,
#innovacionEic .longdesc a {
margin-top: 0;
}
#innovacionInicio .longdesc a {
display: none;
}
.pestana {
height: 3em;
margin-top: 1.75em;
margin-bottom: 0;
border-bottom: 0 !important;
}
.pestana.dobleLinea {
height: 4.2em;
overflow: hidden;
}
.pestana li {
float: left;
margin-right: 0;
}
.pestana.dobleLinea li {
height: 4.7em;
overflow: hidden;
}
.pestana li a {
color: #333;
background: #ccc;
border-radius: 10px 10px 0 0;
display: block;
font-size: 1em;
font-weight: 600;
padding: 0.85em 1.65em 0.7em 1.6em;
text-transform: uppercase;
}
.pestana li a:hover,
.pestana li.active a {
color: #333;
background: none repeat scroll 0 0 #f2f2f2;
}
.pestana li.ui-state-active a {
background: none repeat scroll 0 0 #f2f2f2;
color: #333;
}
#innovacionEic .bloque.row {
background: none repeat scroll 0 0 #f2f2f2 !important;
color: #424242;
padding: 15px;
margin: 0 -15px;
}
#innovacionEic .bloque p,
#innovacionEic .bloque li {
font-size: 13px;
line-height: 140%;
}
#innovacionEic img.clearfix {
margin: 15px;
}
#innovacionEic .bloque h2 {
border-bottom: 1px dotted #fff;
font-size: 1.4em;
margin-bottom: 0.5em;
text-transform: uppercase;
}
#innovacionEic .bloque .mas {
margin-top: 1em;
text-align: right;
}
#innovacionEic .mas a {
color: #00a532;
text-decoration: underline;
}
#innovacionEic .mas a:hover {
text-decoration: none;
}
#innovacionEic .col-md-6 ul li {
background: url("/images/bullet01.png") no-repeat scroll 0 0.25em transparent;
margin: 0.7em 0;
padding-left: 1.5em;
}
#innovacionEic .longdesc {
margin-left: 30px;
position: relative;
}
#innovacionEic #tabs-2 {
margin-top: 0;
}
#innovacionEic #tabs-2 h2 {
margin-top: 0;
}
#innovacionEic #NORA {
background: none repeat scroll 0 0 #f2f2f2 !important;
color: #424242;
}
#innovacionEic #NORA .col-md-6:first-child {
text-align: center;
}
#innovacionEic #NORA .col-md-6:first-child ul {
text-align: left;
}
#innovacionEic #NORA .col-md-6 img {
margin: 2em 0;
}
#innovacionEic .panel-group {
margin: 0 -15px;
}
#innovacionEic .panel-collapse {
margin-left: 0;
background: #fff !important;
}
#innovacionEic .panel-collapse img.clearfix {
margin: 1em 0 0 0;
max-width: 100%;
}
#innovacionEic .panel-collapse .bloque.row {
background: none repeat scroll 0 0 #fff !important;
color: #424242;
padding: 0;
margin: 0;
}
#innovacionEic .panel-collapse .bloque.row h2 {
margin-top: 0;
}
#innovacionEic .panel-collapse #NORA {
background: none repeat scroll 0 0 #fff !important;
color: #424242;
}
#innovacionEic .panel-collapse .bloque .row,
#innovacionEic .panel-collapse .bloque.row,
#innovacionEic .panel-collapse .tab-content .row {
background: #fff;
}
/* ********************/
#country-header {
text-align: center;
position: relative;
}
.country-header-text {
max-width: 980px;
margin: 0 auto;
}
#country-header h1,
.country-header-text-province {
background: none repeat scroll 0 0 #00a532;
color: #fff;
float: left;
font-size: 1.8em;
line-height: 130%;
margin: 0;
max-width: 600px;
padding: 8px 15px;
text-transform: uppercase;
position: absolute;
top: 90px;
font-weight: 600;
}
.section-orona-service-clientele .documentFirstHeading {
margin: 0 -15px 0 0 !important;
background: #fff;
padding: 15px 0 0 15px;
}
/* *********************/
.section-orona-service-clientele #contactform .row {
background: transparent;
margin: 0 0 1em 0;
}
.section-orona-service-clientele #contactform legend {
border: 0 none;
font-weight: 600;
font-size: 2em;
line-height: 120%;
font-weight: 400 !important;
margin-bottom: 0.65em;
margin-top: 1em;
text-align: left;
padding: 0;
color: #343434;
}
.section-orona-service-clientele #contactform #fieldset-2 .row:last-child #lopd_checkbox {
width: 300px;
margin-left: 0;
margin-bottom: 1.5em;
margin-top: 1.5em;
}
.section-orona-service-clientele #contactform #query {
width: auto;
max-width: 295px;
}
.section-orona-service-clientele #RulesCarousel .carousel-control.left {
left: 370px;
}
.section-orona-service-clientele #RulesCarousel .carousel-indicators {
margin-left: 73px;
}
#country-header p.country-header-description {
color: #fff;
font-weight: 600;
top: 135px;
float: left;
position: absolute;
}
#country-header p span {
background: none repeat scroll 0 0 #242424;
clear: left;
display: block;
float: left;
font-size: 1.5em;
padding: 0.2em 0.65em 0.2em;
}
#portal-column-one .portletStaticText.portlet-static-country-contact {
background: transparent;
margin-top: -3.5em;
color: #333;
}
.site-nl-be #portal-column-one .portletStaticText.portlet-static-country-contact {
background: none repeat scroll 0 0 transparent;
color: #333;
margin-top: -4.8em;
}
#portal-column-one .portletStaticText.portlet-static-country-contact #contact {
padding: 0.25em 0 1.5em;
}
#portal-column-one .portletStaticText.portlet-static-country-contact #contact h4 {
background: none repeat scroll 0 0 #fff;
color: #00a532;
font-size: 1.2em;
font-weight: 400;
opacity: 0.8;
padding: 0.85em 1em;
margin: 0;
}
#portal-column-one .portletStaticText.portlet-static-country-contact #contact div {
background: none repeat scroll 0 0 #fff;
padding: 5px 15px 45px;
}
#corporation {
background: url("/images/bg-atencionclientecolizq-corporacion.png") no-repeat scroll 10px 12px #323b3c;
color: #fff;
padding: 0.8em 1.25em 0.8em;
}
.col-sm-12.portletStaticText.portlet-static-orona-headquarters #corporation {
display: flex;
justify-content: space-between;
margin-left: 210px;
margin-bottom: 1em;
}
#corporation .titulo {
font-weight: 300;
font-size: 1.5em;
margin: 0 0 1em 1.8em;
text-transform: uppercase;
}
#corporation .titulo strong {
font-weight: 600;
}
#corporation div p {
color: #c7c7c7;
font-size: 0.9em;
margin-bottom: 0.75em;
}
#corporation div a {
color: #fff;
}
#corporation div a:hover {
color: #c7c7c7;
}
#corporation .boton01 {
margin: 0.5em 0 0.75em;
text-align: right;
}
#corporation .boton01 a {
background-image: url("../img/bg-atencionclientecolizq-corporacion-boton01.png");
}
.col-md-8 .portletStaticText.portlet-static-phone24 {
display: none;
}
#localizator {
background: none repeat scroll 0 0 #fff;
margin: 0 -15px 2em 0;
padding: 15px;
}
.worldimage img {
max-width: 100%;
}
.section-orona-service-clientele #content-core h2 {
background: url("/images/bg-h2.png") no-repeat scroll right center #f2f2f2;
font-size: 2em;
font-weight: normal;
padding: 0.4em 0.75em;
margin: 0 -15px 15px -30px;
}
.section-orona-service-clientele #content-core .countries li,
.section-orona-service-clientele #content-core .provinces li {
float: left;
font-size: 0.85em;
margin: 0 2px 2px 0;
}
.section-orona-service-clientele #content-core .countries li a,
.section-orona-service-clientele #content-core .provinces li a {
background: none repeat scroll 0 0 #e3e3e3;
display: table-cell;
float: left;
height: 5em;
padding: 1.5em 5px 1em;
text-align: center;
vertical-align: middle;
width: 8.75em;
}
.section-orona-service-clientele #content-core .countries li a:hover,
.section-orona-service-clientele #content-core .provinces li a:hover {
background: none repeat scroll 0 0 #585858;
color: #fff;
}
.details h4 {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border-bottom: 1px solid #d9d9d9;
border-top: 1px solid #d9d9d9;
color: #00a532;
font-size: 1.25em;
margin: 0 0 1em;
padding: 0.25em 0 0.25em 0.25em;
text-transform: uppercase;
}
.details {
margin-top: 2em;
}
.details ul {
margin-bottom: 2em;
}
.details li {
margin: 0 0 0.75em 0.4em;
padding-left: 1.6em;
}
.details li a {
text-decoration: underline;
}
.details li a:hover {
text-decoration: none;
}
.details li ul {
margin-bottom: 0;
width: auto;
}
.details li ul li {
margin-left: 0;
}
.details li.street-address {
background: url("/images/bg-atencioncliente-detalle-direccion.png") no-repeat scroll 3px 2px rgba(0, 0, 0, 0);
}
.details li.tel {
background: url("/images/bg-atencioncliente-detalle-telefono.png") no-repeat scroll 2px 2px rgba(0, 0, 0, 0);
}
.details li.email {
background: url("/images/bg-atencioncliente-detalle-email.png") no-repeat scroll left 4px rgba(0, 0, 0, 0);
}
.details li.mapa {
background: url("/images/bg-atencioncliente-detalle-mapa.png") no-repeat scroll 2px 2px rgba(0, 0, 0, 0);
}
.details li.fax {
background: url("/images/bg-atencioncliente-detalle-fax.png") no-repeat scroll 1px 1px rgba(0, 0, 0, 0);
}
.details li.url {
background: url("/images/bg-atencioncliente-detalle-web.png") no-repeat scroll 1px 0 rgba(0, 0, 0, 0);
}
.row.more-points {
background: none repeat scroll 0 0 #f3f3f3 !important;
padding: 1em;
text-align: right;
margin: 1px;
}
.more-points p {
margin-bottom: 0;
}
.more-points a {
background: url("/images/bullet03.png") no-repeat scroll left 1px rgba(0, 0, 0, 0);
padding-left: 1.5em;
text-decoration: underline;
}
.more-points a:hover {
text-decoration: none;
}
#RulesCarousel {
background: url("/images/bg-atencioncliente-decalogo.png") no-repeat scroll left top #fff;
border: 1px solid #d6d6d6;
clear: both;
font-size: 0.9em;
margin: 2em -15px 1em 0;
height: 290px;
}
#RulesCarousel h3 {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
color: #fff;
font-size: 1.6em;
font-weight: normal;
margin: 0;
padding: 0.85em;
position: relative;
text-transform: none;
}
#RulesCarousel img {
float: right;
border: 10px solid #fff;
margin: 30px 15px 15px 15px;
}
#RulesCarousel .carousel-caption {
bottom: auto;
color: #666 !important;
left: auto;
padding-bottom: 20px;
padding-top: 30px;
position: relative;
right: auto;
text-align: left;
text-shadow: none;
z-index: 10;
width: 60%;
}
#RulesCarousel .carousel-caption h3 {
padding-left: 5em;
color: #666 !important;
float: none;
font-weight: 600;
}
#RulesCarousel .carousel-caption p {
background: transparent;
clear: none;
font-size: 1em;
font-weight: 400;
margin: 0 0 15px 15px;
padding: 0;
text-align: left;
}
#RulesCarousel .carousel-indicators {
background: none repeat scroll 0 0 #242424;
bottom: 17px;
display: inline-block;
height: 20px;
line-height: 100%;
margin-left: 113px;
padding: 0.35em 0.75em;
position: absolute;
text-align: center;
width: 230px;
}
#RulesCarousel .carousel-control.right {
background: none;
right: -15px;
text-indent: 0;
top: 78%;
z-index: 999999;
opacity: 1;
color: #00a532;
font-weight: 700;
}
#RulesCarousel .carousel-control.left {
background: none;
opacity: 1;
color: #00a532;
z-index: 999999;
left: 440px;
text-indent: 0;
top: 78%;
width: 3em;
font-weight: 700;
}
#RulesCarousel .carousel-indicators li,
#content .carousel-indicators li {
background-color: #fff;
border: 0 none;
border-radius: 10px;
cursor: pointer;
display: inline-block;
height: 8px;
margin: 0 1px;
text-indent: -999px;
width: 8px;
}
#RulesCarousel .carousel-caption h3.rules1 {
background: url(/images/01.jpg) no-repeat 15px top !important;
}
#RulesCarousel .carousel-caption h3.rules2 {
background: url(/images/02.jpg) no-repeat 15px top !important;
}
#RulesCarousel .carousel-caption h3.rules3 {
background: url(/images/03.jpg) no-repeat 15px top !important;
}
#RulesCarousel .carousel-caption h3.rules4 {
background: url(/images/04.jpg) no-repeat 15px top !important;
}
#RulesCarousel .carousel-caption h3.rules5 {
background: url(/images/05.jpg) no-repeat 15px top !important;
}
#RulesCarousel .carousel-caption h3.rules6 {
background: url(/images/06.jpg) no-repeat 15px top !important;
}
#RulesCarousel .carousel-caption h3.rules7 {
background: url(/images/07.jpg) no-repeat 15px top !important;
}
#RulesCarousel .carousel-caption h3.rules8 {
background: url(/images/08.jpg) no-repeat 15px top !important;
}
#RulesCarousel .carousel-caption h3.rules9 {
background: url(/images/09.jpg) no-repeat 15px top !important;
}
#RulesCarousel .carousel-caption h3.rules10 {
background: url(/images/10.jpg) no-repeat 15px top !important;
}
.template-catalogues_and_publications #portal-column-two.col-md-3 {
padding: 0;
}
.template-catalogues_and_publications #colAux {
border-top: 0;
margin-top: 4em;
}
.template-catalogues_and_publications #portal-column-content {
background: #fff;
}
.template-catalogues_and_publications #content .documentFirstHeading {
margin-left: 0;
margin-top: 0;
font-weight: 600;
}
.template-catalogues_and_publications .nav-tabs>li>a {
border: 1px solid transparent;
border-radius: 0px 0px 0 0;
line-height: 1.42857;
margin-right: 2px;
background: url("/images/bg-catalogos-subsecciones-li-a.png") repeat-x scroll left bottom #eff0f0;
}
.template-catalogues_and_publications .nav-tabs>li>a:hover {
background-image: url("/images/bg-catalogos-subsecciones-li-a-hover.png");
color: #000;
}
.template-catalogues_and_publications .nav-tabs>li.active>a {
background: #fff;
border-color: #eff0f0 #eff0f0 -moz-use-text-color;
border-image: none;
border-style: solid solid none;
border-width: 1px 1px medium;
}
#content .tabbable ul li {
margin-bottom: 0;
}
#content .tabbable {
margin-top: 2em;
}
#content .tabbable ul {
border: 0;
}
#documentos {
padding: 1em 1em;
}
#documentos h3,
#documentos h2 {
font-size: 1.1em;
font-weight: normal;
margin-bottom: 0.7em;
text-transform: uppercase;
}
#documentos h2 {
margin-top: 0;
font-size: 1.4em;
font-weight: 600;
margin-bottom: 1em;
text-transform: uppercase;
}
#documentos ul {
margin-bottom: 2em;
}
#documentos .subfolder {
margin-bottom: 3em;
}
#documentos li a {
background: url("/images/bullet03.png") no-repeat scroll left 6px rgba(0, 0, 0, 0);
padding: 0.25em 0 0.25em 1.3em;
font-size: 1.2em;
margin-left: 1em;
}
#documentos li a.file-download span {
background: url("bg-catalogos-documentos-a2.png") no-repeat scroll right 0 rgba(0, 0, 0, 0);
color: #999;
font-size: 10px;
font-weight: 600;
padding: 0.25em 2em 0.25em 0.7em;
text-decoration: none !important;
}
#documentos li a.link span {
background: url("images/icon-link.png") no-repeat scroll right 0 rgba(0, 0, 0, 0);
color: #999;
font-size: 10px;
font-weight: 600;
padding: 0.25em 2em 0.25em 0.7em;
text-decoration: none !important;
}
#documentos li a.file-download:hover span {
background: url("bg-catalogos-documentos-a3.png") no-repeat scroll right 0 rgba(0, 0, 0, 0);
}
.template-search #content-core {
background: #fff;
padding: 1em;
}
.template-search #content-core .documentFirstHeading {
margin-left: 0;
}
dl.searchResults dt {
margin-top: 1em;
}
.searchPage .searchButton {
background: url("lupa.png") no-repeat scroll right 50% rgba(0, 0, 0, 0);
}
.searchPage .searchButton {
padding: 0.9em 1.5em 0.8em 0.5em;
}
.template-contactform .carousel-caption,
.section-sollicitez-un-devis .carousel-caption {
left: 153px;
top: 102px;
font-size: 1em;
bottom: auto;
}
.template-contactform .carousel-caption p,
.section-sollicitez-un-devis .carousel-caption p {
margin: 0;
padding: 0;
}
.template-contactform .carousel-caption p span,
.section-sollicitez-un-devis .carousel-caption p span {
background: none repeat scroll 0 0 #242424;
clear: left;
display: block;
float: left;
font-size: 1em;
padding: 0.3em 0.65em 0.3em;
}
.template-contactform dl.portlet dt,
.template-requestproposalform dl.portlet dt {
margin-bottom: 0;
color: #00a532;
font-size: 1.1em;
font-weight: 600;
line-height: normal;
margin-top: 0.4em;
padding: 15px 15px;
text-transform: none;
min-height: 45px;
}
.template-contactform #portal-column-one .portletStaticText,
.template-requestproposalform #portal-column-one .portletStaticText {
background: #fff;
opacity: 0.8;
}
.template-contactform dl.portlet dd.portletItem,
.template-requestproposalform dl.portlet dd.portletItem {
padding: 15px;
background: #fff;
opacity: 1;
margin-bottom: 0;
}
.template-contactform form #fieldset-2 select,
#contactform textarea {
max-width: 315px;
}
#contactform textarea {
height: 10em;
}
.portlet-static-envoyez-nous-votre-cv,
.portlet-static-send-us-your-cv {
background: url("/images/bullet_cv.gif") no-repeat scroll 14px 12px #000000 !important;
color: #bbbbbb;
display: block;
font-weight: 300;
font-size: 1em;
margin-top: 1em;
padding: 1em 3em 0.5em 4em;
text-transform: uppercase;
opacity: 1 !important;
}
.portlet-static-envoyez-nous-votre-cv p a,
.portlet-static-send-us-your-cv p a {
color: #fff !important;
}
.template-contactform #content legend,
.section-sollicitez-un-devis #content legend {
border: 0 none;
font-weight: 600;
font-size: 2.1em;
line-height: 120%;
font-weight: 300 !important;
margin-bottom: 0.65em;
text-align: right;
padding: 0;
color: #343434;
}
.template-contactform fieldset .col-md-4 p,
.section-sollicitez-un-devis fieldset .col-md-4 p {
text-align: right;
}
.template-contactform .col-md-8,
.section-sollicitez-un-devis .col-md-8 {
border-left: 1px solid #949494;
}
.template-contactform .col-md-8 label,
.section-sollicitez-un-devis .col-md-8 label {
float: left;
font-weight: 400;
margin-right: 1em;
min-height: 4em;
text-align: right;
width: 28%;
margin-top: 7px;
}
.template-contactform .col-md-8 input.form-control,
.template-contactform .col-md-8 input,
.section-sollicitez-un-devis .col-md-8 input.form-control,
.section-sollicitez-un-devis .col-md-8 input {
width: 65%;
}
.section-sollicitez-un-devis .col-md-8 input#lopd {
width: 65%;
}
.template-contactform .col-md-8 #message {
height: 10em;
}
.template-contactform form fieldset.row,
.section-sollicitez-un-devis form fieldset.row {
padding: 2em 0;
}
.section-sollicitez-un-devis form #fieldset-2 .row:last-child label {
margin-left: 31%;
min-height: 1em;
text-align: left;
width: 315px !important;
margin-top: 1em;
padding-bottom: 0 !important;
clear: right;
margin-bottom: 0;
}
.section-sollicitez-un-devis form #fieldset-2 .row:last-child label {
padding-bottom: 2em;
}
.template-contactform form,
.section-sollicitez-un-devis form {
float: left;
display: block;
}
.template-contactform .g-recaptcha,
.section-sollicitez-un-devis .g-recaptcha {
margin: 0 -15px -1em;
background: #fff;
padding: 0 1em 2em 56%;
}
form .col-md-8 .row>small {
display: block;
margin: 5px 10px 15px 31%;
line-height: 130%;
}
.template-sitemap #content,
.template-default_error_message #content,
.template-logged_out #content #content,
.template-accessibility-info #content,
.template-login_form #content,
.template-login_success #content,
.section-information-legale #content,
.section-politique-cookies #content {
background: none repeat scroll 0 0 #fff;
padding: 2em;
}
.template-accessibility-info #content ul li {
margin-left: 2em;
list-style-type: disc;
}
.template-accessibility-info #content a {
color: #00a532;
}
.template-sitemap #content .documentDescription {
background: none repeat scroll 0 0 #fff;
padding: 0 0 1em 0;
}
.template-default_error_message #content .documentFirstHeading,
.template-sitemap #content .documentFirstHeading,
.template-accessibility-info #content .documentFirstHeading {
margin-left: 0;
font-weight: 600;
}
#portal-sitemap>li {
border-bottom: 0;
line-height: 1.4em;
margin-bottom: 0;
padding: 0;
}
#portal-sitemap li {
width: 19.5%;
display: inline-block;
vertical-align: top;
padding: 0 1em 0 0;
font-weight: 600;
font-size: 1.1em;
margin-top: 0;
}
#portal-sitemap .navTreeLevel0 li.navTreeItem:last-child {
width: 14%;
}
#portal-sitemap li ul {
margin-top: 0.5em;
}
#portal-sitemap li li,
#portal-sitemap li li li {
width: 100%;
background: url("/images/bullet03.png") no-repeat scroll left 3px rgba(0, 0, 0, 0);
padding-left: 1.3em;
font-size: 13px;
}
#portal-sitemap li li li {
background: url("/images/bullet01.png") no-repeat scroll left 1px rgba(0, 0, 0, 0);
}
.nuestra-historia img {
max-width: 100%;
}
.nuestra-historia ul.pestana,
.nuestra-historia h2 {
background: #545454;
color: #fff;
margin: 0;
}
.nuestra-historia ul.pestana {
border-left: 10px solid #545454;
}
.nuestra-historia h2 {
padding: 10px;
}
.nuestra-historia .tab-content {
border: 10px solid #545454;
border-top: 0;
padding: 16px;
margin-bottom: 1em;
}
.nuestra-historia .pestana li a:hover,
.nuestra-historia .pestana li.active a {
background: none repeat scroll 0 0 #fff;
border-color: #fff;
border-radius: 0;
color: #63675c;
padding-bottom: 7px;
}
.nuestra-historia .pestana li a {
background: none repeat scroll 0 0 #666;
border-radius: 10px 10px 0 0;
color: #ccc;
display: block;
font-size: 1.5em;
font-weight: 600;
padding: 0.2em 1em 0.2em 1em;
text-transform: uppercase;
font-weight: 600;
}
.nuestra-historia h3 {
background: #00a532;
color: #fff;
display: inline-block;
clear: right;
padding: 5px 5px 5px 30px;
font-size: 1.5em;
}
.nuestra-historia .tab-pane li {
background: url("/images/bullet01.png") no-repeat scroll left 5px rgba(0, 0, 0, 0);
padding-left: 1em;
}
.nuestra-historia .tab-pane ul {
margin-bottom: 1em;
}
.subeConNosotros {
margin-top: 2em;
position: relative;
margin-bottom: 1em;
}
.subeConNosotros a {
background-image: linear-gradient(to bottom, #5a5a5a 0%, #414040 100%);
color: #fff;
display: block;
left: 3em;
position: absolute;
text-decoration: none;
text-transform: uppercase;
top: 17.5em;
border-radius: 6px;
}
.subeConNosotros a:after {
content: "";
background: url("/images/bullet02.png") no-repeat scroll right center rgba(0, 0, 0, 0);
position: absolute;
width: 30px;
height: 30px;
right: 15px;
top: 15px;
}
.subeConNosotros a strong {
display: block;
font-size: 1em;
padding: 0.6em 3.5em 0.6em 1.5em;
line-height: 120%;
font-weight: 600;
}
.subeConNosotros a:hover {
background: #414040;
}
#subeConNosotros h2 {
font-size: 2.2em;
margin-bottom: 0.5em;
margin-top: 1em;
}
#subeConNosotros .textoGet {
font-size: 1.2em;
line-height: 1.4em;
}
#subeConNosotros .textoGet span {
font-weight: 600;
}
#subeConNosotros img {
width: 100%;
}
#subeConNosotros .bloquesCont {
background: none repeat scroll 0 0 #00a532;
color: #fff;
display: block;
height: 200px;
margin: -1em 0 0 0;
padding: 0 0 0.5em;
}
#subeConNosotros .bloquesCont h2 {
color: #fff;
font-size: 1.4em;
font-weight: 600;
padding: 0.5em;
}
#subeConNosotros .bloquesCont p {
color: #fff;
font-size: 1em;
padding: 0 0.9em;
text-transform: uppercase;
}
#subeConNosotros .bloquesCont p strong {
color: #99dd20;
font-weight: 600;
}
#subeConNosotros h3 {
clear: both;
font-weight: normal;
font-size: 1.5em;
padding: 0 15px 0.5em 15px;
text-transform: uppercase;
}
#subeConNosotros .lehena {
padding-right: 0;
}
#subeConNosotros .hirugarrena {
padding-left: 0;
}
#subeConNosotros .row:last-child {
padding-bottom: 2em;
}
#subeConNosotros .pestanasSubeCont {
background: none repeat scroll 0 0 #008428;
color: #fff;
margin-top: -2.1em;
position: relative;
padding: 1em;
font-size: 0.85em;
}
#subeConNosotros .pestanasSubeCont a {
color: #fff;
text-decoration: underline;
}
#subeConNosotros .pestanasSubeCont ul li {
background: url("/images/bg-subeconnosotros-li.gif") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
font-size: 0.9em;
font-weight: 600;
margin: 0.5em 1.5em;
padding: 0 0 0 1em;
}
body.oferta * {
font-family: "Montserrat", sans-serif !important;
}
#tc-jswidget {
background: #fff !important;
color: #4a4a4a !important;
font-family: "Montserrat", sans-serif !important;
}
body.oferta a.awb__link .awb__text {
font-family: "Montserrat", sans-serif !important;
}
#edit-submit,
#buttons-social-buttons,
#buttons-social-buttons-scroll-up {
color: #fff !important;
background: #00a532 !important;
border-color: #008428 !important;
}
.otherOffer:hover {
color: #00a532 !important;
border-color: #008428 !important;
}
.back-page .icon-arrow-left {
color: #6f6f6f !important;
}
.back-page:hover .icon-arrow-left {
color: #00a532 !important;
}
#servicios .colIzq .titulo {
color: #00a532;
font-weight: 600;
font-size: 1.4em;
text-transform: uppercase;
}
#servicios .colIzq {
text-align: right;
}
#servicios .colDrcha {
border-left: 1px solid #ccc;
padding-left: 1.5em;
}
#servicios .colDrcha li {
background: url("/images/bullet03.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
margin-bottom: 0.2em;
padding-left: 1.65em;
margin-left: 1em;
}
#introduccion #informacion {
background: none repeat scroll 0 0 #f2f2f2;
margin-top: 1.5em;
padding: 0.6em 1em 0.75em;
line-height: 120%;
}
#introduccion #informacion p {
margin: 0;
}
#introduccion #informacion strong {
display: block;
float: left;
font-size: 1.3em;
font-weight: 600;
padding: 0 1em 0 0;
text-transform: uppercase;
margin-top: 0.5em;
}
#introduccion #informacion .boton01 a {
padding: 0.6em 1em 0.8em;
}
#introduccion #informacion .boton01 {
margin: 0;
text-align: center;
}
#servicios .video,
.video-up {
margin: -380px -15px 0 -15px;
}
#servicios #listado {
margin-top: 2em;
}
#servicios #listado.row {
background: #dee0e0;
padding: 0;
}
#servicios #listado.row li {
background: #fff;
border-radius: 0;
min-height: 280px;
margin-bottom: 0;
}
#servicios #listado .texto p {
background: url("/images/bg-productos-catalogo-p.png") no-repeat scroll center top rgba(0, 0, 0, 0);
font-size: 0.9em;
margin-top: -1em;
padding: 2em 0 1em;
line-height: 140%;
min-height: 150px;
}
#servicios #listado li .mas {
background: none repeat scroll 0 0 #f3f3f3;
margin: 0;
padding: 1em 0 1.5em;
text-align: center;
font-size: 0.9em;
border-radius: 0;
}
#servicios #listado li .mas a {
font-size: 0.9em;
text-decoration: underline;
line-height: 130%;
}
#servicios #listado.row .segundo {
border-left: 1px dotted #ccc;
border-right: 1px dotted #ccc;
}
#servicios #listado h2 {
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
color: #00a532;
font-weight: 600;
font-size: 1.4em;
padding: 0.5em 0;
text-align: center;
text-transform: uppercase;
}
#servicios #introduccion {
padding-top: 1em;
}
#contrato #introduccion img {
width: 100%;
margin-bottom: 1em;
}
#contrato #introduccion #informacion {
margin-right: -15px;
}
#contrato #introduccion .claim {
top: 2.5em;
width: 22em;
}
#contrato #modalidades .boton01 {
margin-bottom: 0;
}
#contrato #modalidades #contratarServicio,
#contrato #modalidades #contratarServicioSup {
background: none repeat scroll 0 0 #00a532;
padding: 1em;
}
#contrato #modalidades #contratarServicio {
margin-right: -15px;
margin-top: 3em;
}
#contrato #modalidades #contratarServicio a span.botonContrata,
#contrato #modalidades #contratarServicioSup a span.botonContrata {
color: #ffffff;
display: block;
float: left;
font-weight: 400;
font-size: 1.5em;
line-height: 1em;
padding: 0 1em 0 0;
text-transform: uppercase;
width: 350px;
}
#contrato #modalidades h2 {
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
font-weight: 600;
font-size: 1.1em;
padding: 0.5em 3em;
text-align: center;
text-transform: uppercase;
}
#contrato #introduccion {
padding: 1em 1em 0 1em;
margin-bottom: 2em;
}
#contrato .tabla {
background: url("/images/bg-productos-catalogo-p.png") no-repeat scroll center top rgba(0, 0, 0, 0);
margin: -1.1em 1em 0 1em;
padding-top: 2.5em;
display: block;
float: left;
}
#contrato #modalidades table {
width: 100%;
}
#contrato td,
#contrato th {
border-bottom: 1px solid #f2f2f2;
padding: 0.7em 0;
text-align: center;
vertical-align: middle;
font-weight: normal;
}
#contrato .modalidades th {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border-top: 1px solid #f2f2f2;
border-bottom: 1px solid #f2f2f2;
font-size: 16px;
font-weight: 600;
padding: 0 2em;
text-align: center;
}
#contrato th {
text-align: left;
}
#contrato th div {
padding: 0.85em 1em;
background: none repeat scroll 0 0 #f2f2f2;
}
#contrato th.servicios {
position: relative;
width: 22.25em;
padding: 0;
}
#contrato th.servicios span {
background: #00a532;
background: #00a532;
color: #fff;
font-weight: 600;
font-size: 1em;
padding: 2.5em 0;
margin: 10px 0;
text-transform: uppercase;
width: 100%;
display: inline-block;
}
#innovacionEic .pestana li {
width: 16%;
line-height: 120%;
margin-right: 0.5%;
}
#innovacionEic .pestana {
height: 65px;
}
#innovacionEic .pestana li a {
height: 65px;
padding: 0.85em 0.5em 0.7em 0.5em;
text-transform: none;
font-size: 11px;
}
#innovacionEic .bloque.row,
#innovacionEic .bloque .row,
#innovacionEic .tab-content .row {
background: #f2f2f2;
}
#servicios24 #introduccion img {
width: 100%;
padding: 15px;
}
#servicios24 #introduccion .texto {
padding: 0 15px;
}
#pensadoEnTi {
margin: 1em -15px;
}
#pensadoEnTi h2 {
font-size: 16px;
font-weight: normal;
margin: -0.6em 0 0.15em;
text-transform: uppercase;
}
#pensadoEnTi h2 span {
background: none repeat scroll 0 0 #f2f2f2;
padding: 0 0.35em;
}
#pensadoEnTi h2 span span {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
color: #00a532;
padding: 0;
font-weight: 600;
}
#pensadoEnTi .contenido {
background: none repeat scroll 0 0 #f2f2f2;
position: relative;
}
#pensadoEnTi .h2 {
border-bottom: 1px solid #cbcbcb;
border-top: 1px solid #cbcbcb;
padding-bottom: 0.5em;
text-align: center;
}
#pensadoEnTi p {
font-size: 13px;
margin: 0 8em;
line-height: 140%;
}
#pensadoEnTi .h2 .nonstop {
background: url("/images/bg-servicios-pensadoenti-nonstop.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
height: 5em;
position: absolute;
right: -7em;
top: -1.15em;
width: 5em;
}
#pensadoEnTi .h2 .nonstop span {
display: none;
}
#pensadoEnTi .contenido .col-md-6:first-child {
padding: 0;
}
#pensadoEnTi li {
background: url("/images/bullet03.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
font-size: 0.9em;
margin-bottom: 0.5em;
padding-left: 1.65em;
}
#pensadoEnTi h3 {
color: #00a532;
font-size: 1.05em;
font-weight: 600;
margin-bottom: 0.75em;
text-transform: uppercase;
}
#pensadoEnTi .adaptado p {
font-size: 13px;
margin: 0;
}
#sinAscensor #colPrincipal strong {
display: block;
font-weight: 600;
margin: 1.5em 0 0.5em;
text-transform: uppercase;
}
#colPrincipal .col-md-6 h3 {
background: url("/images/bg-servicios-caracteristicas-li.png") no-repeat scroll left center rgba(0, 0, 0, 0);
border-bottom: 1px solid #e1e1e1;
border-top: 1px solid #e1e1e1;
font-weight: 600;
line-height: 1.2em;
text-transform: uppercase;
font-size: 1em;
height: 2.9em;
padding: 0.15em 0 0.35em 3.25em;
}
#colPrincipal .col-md-6 p,
#caracteristicas p {
font-size: 0.88em;
}
#colPrincipal h3.contratoMantenimiento {
background: url("/images/bg-servicios-contratos.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
#colPrincipal h3.precio {
background: url("/images/bg-servicios-precios.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
#colPrincipal h3.seguridad {
background: url("/images/bg-servicios-seguridad.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
#colPrincipal h3.multimarca {
background: url("/images/bg-sevicios-multimarca.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
#colPrincipal h3.atencion {
background: url("/images/bg-servicios-atencion.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
#colPrincipal h3.servicioAdaptado {
background: url("/images/bg-servicios-caracteristicas-li.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
#colPrincipal h3.todo {
background: url("/images/bg-servicios-todo.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
#colPrincipal h3.ahorro {
background: url("/images/bg-servicios-ahorro.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
#colPrincipal h3.calidad {
background: url("/images/bg-servicios-calidad.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
#colPrincipal h3.accesibilidad {
background: url("/images/bg-servicios-accesibilidad.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
#colPrincipal h3.estetica {
background: url("/images/bg-servicios-estetica.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
#colPrincipal h3.diagnostico {
background: url("/images/bg-servicios-diagnostico.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
#colPrincipal h3.seguridadAcces {
background: url("/images/bg-servicios-seguridadAcces.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
#colPrincipal h3.gestionDocu {
background: url("/images/bg-servicios-gestionDocu.png") no-repeat scroll left center rgba(0, 0, 0, 0);
font-size: 0.85em;
height: 3.5em;
padding: 0.55em 0.5em 0.45em 3.65em;
}
#colPrincipal h3.minimas {
background: url("/images/bg-servicios-minimas.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
#colPrincipal h3.ahorroEner {
background: url("/images/bg-servicios-ahorroEner.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
#servicios .introduccion strong {
color: #00a532;
display: block;
font-weight: 600;
margin: 1.5em 0 2.5em;
text-transform: uppercase;
}
#colAux #dossier {
background: url("/images/bg-colaux-dossier.png") repeat-x scroll left top #00a532;
border-top: 1px solid #008428;
color: #fff;
padding: 1em 1.25em 0.65em;
margin: 0 -15px;
}
#colAux #dossier .titulo {
font-weight: 600;
font-size: 1.5em;
margin-bottom: 0.5em;
text-transform: uppercase;
}
#colAux #dossier .descarga a {
background: url("/images/bg-colaux-dossier-descarga.png") no-repeat scroll left 2px rgba(0, 0, 0, 0);
color: #fff;
display: block;
padding: 0.15em 0 0.15em 1.6em;
}
.phone24 {
background: #545454;
color: #fff;
padding: 0.5em 1em;
border-radius: 10px;
text-align: center;
font-size: 1.1em;
/* */
margin: 2em auto !important;
text-transform: uppercase;
line-height: 200%;
}
.phone24 a,
.phone24 span {
color: #fff;
font-size: 1.4em;
padding-left: 30px;
background: url("/images/telwhite.png") no-repeat 0 5px;
}
.portaltype-country.site-es-es .phone24 {
position: relative;
max-width: 215px;
line-height: 140%;
margin: o auto;
}
.portaltype-country .phone24 a,
.portaltype-country .phone24 span {
background: url("/images/telwhite.png") no-repeat 0 8px;
padding-top: 5px;
display: inline-block;
}
#sinAscensor .introduccion h2 {
font-size: 1.4em;
font-weight: normal;
margin-bottom: 1em;
text-transform: uppercase;
}
#sinAscensor #colPrincipal .col-md-6 h3 {
border-bottom: 1px solid #c2c2c2;
border-top: 1px solid #c2c2c2;
font-size: 0.89em !important;
font-weight: 600;
margin: 0.25em 0 0.5em;
padding: 0.35em 0 0.25em !important;
text-transform: uppercase;
background: none !important;
height: 3.2em !important;
}
#sinAscensor img {
max-width: 100%;
height: auto;
margin: 2em 0 0.5em;
}
#sinAscensor {
padding: 0 15px;
}
#sinAscensor #colPrincipal {
margin: 0 -15px;
}
#sinAscensor #colPrincipal p {
font-size: 1em;
}
#sinAscensor #caracteristicas.row {
margin: 0 -30px;
}
#sinAscensor #colPrincipal #caracteristicas.row {
margin: 0 -15px;
}
#sinAscensor ul li {
background: url("/images/bullet03.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
font-size: 0.9em;
margin-bottom: 0.5em;
padding-left: 1.65em;
}
#sinAscensor ul li li {
background: url("/images/bullet-arrow-right.gif") no-repeat scroll 0 5px transparent;
font-size: 1em;
margin-bottom: 0.5em;
padding-left: 1.25em;
}
#sinAscensor ul ul {
margin-top: 1em;
}
#sinAscensor #colPrincipal p {
font-size: 0.9em;
}
.sliderReferencias,
.packs {
margin-top: 2em;
margin-left: 15px;
margin-bottom: 2em;
}
.packs .row {
margin: 0 15px;
}
.sliderReferencias {
min-height: 250px;
}
.sliderReferencias h2,
.packs h2 {
background: url("/images/bg-h2.png") no-repeat scroll right center #f2f2f2;
font-size: 2em;
font-weight: normal;
margin: 15px 0 0.8em -1em;
padding: 0.4em 3em 0.4em 0.75em;
}
.packs h2 {
margin: 15px -15px 0.8em -45px;
}
.sliderReferencias .carousel-inner {
height: 120px !important;
line-height: 20px;
width: 500px !important;
margin: 1em auto;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}
.sliderReferencias .carousel-inner .item {
padding: 0 2em;
}
.sliderReferencias .carousel-control.left {
top: 10%;
}
.sliderReferencias .carousel-control.right {
top: 10%;
}
.sliderReferencias .carousel-indicators {
background: none repeat scroll 0 0 transparent;
bottom: 0;
left: 90px;
display: inline-block;
height: 22px;
line-height: 50%;
margin-left: 0;
padding: 0.35em 0;
position: absolute;
text-align: center;
width: 200px;
}
.sliderReferencias .carousel-indicators li {
background-color: #cbcbcb !important;
border: 0 none;
border-radius: 10px;
cursor: pointer;
display: inline-block;
height: 12px !important;
margin: 0 1px;
text-indent: -999px;
width: 12px !important;
}
.sliderReferencias .carousel-indicators .active {
background-color: #00a532 !important;
margin: 0 !important;
}
.packs h3 {
border-bottom: 1px solid #c2c2c2;
border-top: 1px solid #c2c2c2;
font-size: 1.15em;
font-weight: 600;
margin: 0.25em 0 0.35em;
padding: 0.35em 0 0.25em;
text-transform: uppercase;
}
.packs img {
width: 100%;
margin: 1.5em 0 0.5em;
}
.packs .col-md-12 p {
margin: 0 1em;
}
.packs {
padding-bottom: 2em;
}
.site-es-es.section-sollicitez-un-devis .portletStaticText,
.site-eu.section-sollicitez-un-devis .portletStaticText,
.site-no.section-sollicitez-un-devis .portletStaticText {
display: block;
}
.portlet-static-contacta-con-orona p,
.portlet-static-jarri-oronarekin-harremanetan p {
padding: 1em;
}
.portletStaticText.portlet-static-envoyez-nous-votre-cv dt {
display: none;
}
.portletStaticText.portlet-static-envoyez-nous-votre-cv dd p a,
.portletStaticText.portlet-static-envoyez-nous-votre-cv p a {
padding-right: 3em;
}
.site-eu #proposorona #subsections .servicios h3 a span {
width: 10em;
}
.site-eu #marqueValeurs #confiabilidad .texto {
margin-top: 255px;
}
.instalarascensor {
background: #fff;
padding: 0 15px 15px 15px;
margin: 0;
}
.site-es-es .subsection-immeuble-sans-ascenseur-pas-a-pas h1.documentFirstHeading,
.site-eu .subsection-immeuble-sans-ascenseur-pas-a-pas h1.documentFirstHeading {
padding-left: 15px;
}
.site-eu .referenciasGaleria .destacado strong {
font-size: 1.55em;
font-weight: 600;
}
.site-eu #oronaGreen #myCarousel .carousel-caption {
width: 220px;
}
.site-no.section-sollicitez-un-devis #content legend {
font-size: 1.9em;
}
.site-eu.portaltype-country .phone24 {
position: relative;
top: 0;
}
.site-eu #portal-column-one .portletStaticText.portlet-static-country-contact {
background: transparent;
margin-top: 0;
color: #333;
}
.site-eu #portal-column-one .portletStaticText {
background: transparent;
}
#portal-header-wrapper {
position: relative;
}
#header-links {
margin-top: 0;
}
#portal-header {
z-index: 9999999 !important;
display: table;
max-width: 980px;
width: 100%;
position: relative;
}
#portal-searchbox {
position: absolute;
z-index: 9999999 !important;
bottom: 2em;
}
.searchButton {
background: rgba(0, 0, 0, 0) url("lupa0.png") no-repeat scroll right top;
text-indent: -999999px;
padding: 0.9em 1.5em 0.8em 0;
}
.navbar-default .navbar-nav>li>a {
padding: 1em 1.5em 0.8em;
}
.navbar-default .navbar-nav>li:last-child {
background: none;
}
.site-es-es .contact-telephone-icon {
width: 40px;
height: auto;
margin: 0 10px 0 0;
}
.site-es-es.template-contactform .col-md-4 #countries-form,
.site-es-es.template-requestproposalform .col-md-4 #countries-form {
padding-top: 1em;
}
.site-es-es.template-contactform #content .form a {
text-decoration: underline !important;
}
.site-es-es.template-contactform #content form .row,
.site-es-es.template-contactform #content form .g-recaptcha,
.site-es-es.template-requestproposalform #content form .row,
.site-es-es.template-requestproposalform #content form .g-recaptcha {
background: #f2f2f2;
}
.site-es-es.template-contactform #content form .g-recaptcha,
.site-es-es.template-requestproposalform #content form .g-recaptcha {
padding-left: 37.5%;
}
.site-es-es.template-contactform .col-md-8 label,
.site-es-es.template-requestproposalform .col-md-8 label {
width: 34%;
min-height: 3em;
}
.site-es-es.template-contactform .col-md-8 select.form-control,
.site-es-es.template-contactform .col-md-8 textarea,
.site-es-es.template-contactform .col-md-8 input.form-control,
.site-es-es.template-requestproposalform .col-md-8 select.form-control,
.site-es-es.template-requestproposalform .col-md-8 textarea,
.site-es-es.template-requestproposalform .col-md-8 input.form-control {
width: 60%;
}
.site-es-es.template-contactform form #fieldset-2 select,
.site-es-es #contactform textarea,
.site-es-es.template-requestproposalform form #fieldset-2 select {
max-width: 60%;
}
.site-es-es #colAux #contactform textarea {
width: 100%;
max-width: 100%;
}
#colAux #contactform {
position: relative;
}
#colAux #contactform:before {
content: "";
position: absolute;
left: -15px;
display: block;
width: 326px;
height: 1px;
}
.site-es-es.template-contactform .carousel-inner,
.site-es-es.template-requestproposalform .carousel-inner {
height: 280px;
}
.site-es-es.template-contactform .col-md-8,
.site-es-es.template-requestproposalform .col-md-8 {
background: #f2f2f2 none repeat scroll 0 0;
border-top: 15px solid #00a532;
border-left: 0;
padding-top: 1em;
}
.site-es-es.template-contactform #content legend,
.site-es-es.template-requestproposalform #content legend {
text-align: left;
}
.site-es-es.template-contactform .col-md-4,
.site-es-es.template-requestproposalform .col-md-4 {
padding-top: 1em;
padding-bottom: 1em;
border-top: 15px solid #00a532;
}
.site-es-es.template-contactform .col-md-4 h2,
.site-es-es.template-requestproposalform .col-md-4 h2 {
font-size: 1.3em;
margin: 10px 0 0;
line-height: 120%;
}
.site-es-es.template-contactform #portal-columns-container,
.site-es-es.template-requestproposalform #portal-columns-container {
margin-top: -150px;
}
/* */
#contactform #fieldset-2 .row:last-child #lopd_checkbox {
width: 300px;
margin-bottom: 1.5em;
margin-top: 1.5em;
}
.site-es-es .requiredrow .control-label:after {
content: "*";
color: red;
}
#country {
width: 60%;
}
#contactform #query {
width: 60%;
}
.section-orona-service-clientele #content-core h2 {
background: #fff;
font-size: 20px;
font-weight: normal;
margin: 0;
padding: 1em 0;
color: #666;
text-transform: uppercase;
}
.section-orona-service-clientele #send-us-email .boton01 a {
background: url("/images/bullet02.png") no-repeat top right;
text-transform: uppercase;
padding-right: 1.5em;
}
.section-orona-service-clientele .country-text #corporation {
color: #666 !important;
background: #f6f6f6 url("/images/pin.png") no-repeat 10px 12px !important;
padding: 0.8em 1.25em 4.3em;
}
.section-orona-service-clientele .country-text #corporation p {
color: #666 !important;
}
.section-orona-service-clientele .country-text #corporation p a {
color: #333 !important;
}
.section-orona-service-clientele .country-text #production {
background: #ededed url("/images/pin.png") no-repeat scroll 10px 12px !important;
color: #666;
padding: 0.8em 1.25em 3.8em;
}
.section-orona-service-clientele #corporation .titulo,
.section-orona-service-clientele #production .titulo
{
font-size: 1.5em;
font-weight: 300;
margin: 0 0 1em 1.8em;
text-transform: uppercase;
max-width: 200px;
}
.section-orona-service-clientele #portal-column-one #send-us-email {
margin-top: -5em;
background: #323b3c url("/images/email.png") no-repeat scroll 10px 12px !important;
}
.section-orona-service-clientele #portal-column-one #send-us-email .titulo {
font-size: 1.5em;
font-weight: 300;
margin: 0 0 1em 3em;
text-transform: uppercase;
color: #fff;
font-weight: normal;
}
.site-fr-fr.section-orona-service-clientele #portal-column-one #send-us-email .titulo {
font-size: 1.3em;
}
.section-orona-service-clientele #send-us-email {
padding: 0.8em 1.25em 3.8em;
color: #c7c7c7;
}
.section-orona-service-clientele #production .titulo strong,
.section-orona-service-clientele #send-us-email .titulo strong
/* */
{
font-weight: 600;
max-width: 200px;
}
.section-orona-service-clientele #country-header p.country-header-description {
display: none;
}
.section-orona-service-clientele #localizator {
background: #fff none repeat scroll 0 0;
margin: 0 -15px 0 0;
padding: 15px 15px 0;
}
.probtecnico {
background: none repeat scroll 0 0 #00a532;
color: #fff;
font-size: 1.5em;
padding: 20px;
margin: 0 -20px -15px -20px;
}
.probtecnico ul {
font-weight: 600;
font-size: 16px;
}
.probtecnico ul a {
}
.template-extendedcontentview_platform .documentFirstHeadingCarousel {
left: 15px;
top: 38%;
}
.template-extendedcontentview_platform.portaltype-product .carousel-caption {
bottom: auto;
left: 142px;
top: 182px;
width: auto;
max-width: 600px;
}
.template-extendedcontentview_platform .carousel-caption ul {
color: #fff;
font-size: 1.4em;
font-weight: 300;
text-align: left;
margin-left: -130px;
}
.template-extendedcontentview_platform .carousel-caption ul li a {
max-width: 200px;
display: inline-block;
margin: 5px;
background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #5a5a5a 0%, #414242 100%) repeat scroll 0 0;
border-radius: 4px;
color: #fff;
padding: 5px 10px;
position: relative;
color: #fff;
width: 100%;
}
.template-extendedcontentview_platform .carousel-caption ul li a:hover {
color: #00a532;
}
.template-extendedcontentview_platform .carousel-caption ul li a:before {
position: absolute;
content: "";
width: 30px;
height: 30px;
display: block;
right: 10px;
top: 3px;
background: url("/images/bullet02.png") no-repeat scroll right center;
}
.template-extendedcontentview_platform .carousel-caption ul li a:hover:before {
background: url("/images/bullet01.png") no-repeat scroll right center;
}
.template-extendedcontentview_platform #contactus .girl {
max-width: 100px;
height: auto;
margin: -100px -30px 0 0;
border-radius: 50%;
}
.template-extendedcontentview_platform #contactus h2,
.template-extendedcontentview_platform #contactus h3 {
margin: 6px 0 6px 0;
font-size: 20px;
}
.template-extendedcontentview_platform #contactorona h3 {
font-size: 1.5em;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
}
.template-extendedcontentview_platform #contactus p {
text-align: center;
}
.template-extendedcontentview_platform #contactus .pull-left {
margin: 0 1em 0 -1em;
}
.template-extendedcontentview_platform #colAux {
margin-top: -145px;
background: #e0dddd none repeat scroll 0 0;
box-shadow: 0 1px 4px #6e6e6e;
padding-bottom: 2em;
}
.template-extendedcontentview_platform #contactus {
margin: 0 -15px 1px;
background: #efefef;
padding: 20px 20px;
border-bottom: 1px solid #c2c2c2;
}
.template-extendedcontentview_platform #portal-column-content {
margin-top: -28px;
}
.template-extendedcontentview_platform #portal-column-content .col-sm-8 img {
width: 100%;
margin-bottom: 1em;
}
.template-extendedcontentview_platform #platformlifts,
.template-extendedcontentview_platform #stairlifts,
.template-extendedcontentview_platform #dumbwaiters,
.template-extendedcontentview_platform #trolleylifts,
.template-extendedcontentview_platform #openplatforms {
background: #efefef;
margin-top: 2em;
padding-bottom: 10px;
}
.template-extendedcontentview_platform #trolleylifts {
margin-bottom: 1em;
}
.template-extendedcontentview_platform #prblocks ul,
.template-extendedcontentview_platform #prblocks p {
padding: 0 5px;
}
.template-extendedcontentview_platform #prblocks h3 {
background: rgba(52, 52, 52, 0.8);
color: #fff;
margin: -56px 0 1em 0;
z-index: 999999;
padding: 10px;
position: relative;
font-size: 1.5em;
}
.template-extendedcontentview_platform #portal-column-content #about-orona li,
.template-extendedcontentview_platform #portal-column-content #prblocks li {
background: rgba(0, 0, 0, 0) url("/images/bullet03.png") no-repeat scroll 0 1px;
color: #333;
padding-left: 1.65em;
list-style: none;
margin: 0 0 8px 0;
}
.template-extendedcontentview_platform #about-orona p {
background: #efefef;
padding: 5px 15px;
margin: 0.5em 0 1.5em;
display: inline-block;
border-radius: 3px;
}
.template-extendedcontentview_platform #about-orona p a {
text-decoration: underline;
}
.template-extendedcontentview_platform #prblocks p a {
color: #666;
font-size: 85%;
text-decoration: underline;
}
#contactlink a,
#phonenumber a {
display: inline;
font-size: 1.4em;
font-weight: 600;
color: #fff;
margin: 0 10px 10px 0;
background: url("/images/telwhite.png") no-repeat 8px 8px,
rgba(0, 0, 0, 0) linear-gradient(to bottom, #00a532 0%, #00a532 100%) repeat scroll 0 0;
padding: 5px 5px 5px 36px;
border-radius: 5px;
border: 1px solid #00a532;
position: relative;
display: none;
}
#contactlink a {
background: url("/images/emailwhite.png") no-repeat 6px 8px,
rgba(0, 0, 0, 0) linear-gradient(to bottom, #00a532 0%, #00a532 100%) repeat scroll 0 0;
}
.poland-jobs h1 {
margin-left: 1.8em;
}
.site-fr-be #custom-tagline {
left: 2px;
top: 26px;
}
.site-fr-be #portal-logo img {
width: 200px;
}
.site-fr-vl #custom-tagline {
left: 5px;
top: 25px;
}
.site-nl-be #custom-tagline {
left: 5px;
top: 20px;
}
.site-en-ie #custom-tagline {
left: 0;
top: 26px;
}
.site-en-ie #portal-logo img {
width: 200px;
}


/* - orona.theme.responsive.css - */
/* https://www.orona.co.uk/portal_css/orona.theme.responsive.css?original=1 */
@media (max-width:1277px) {
#HomeCarousel {
height: auto;
margin: 0 auto;
position: relative;
width: 100%;
}
}
@media (max-width:990px) {
#portal-searchbox {
position: absolute;
right: 250px;
top: 80px;
z-index: 9999;
}
#need-help li div {
margin-top: 1.3em;
padding: 0 0 0;
}
.navbar-default .navbar-nav>li ul li a {
font-size: 0.8em;
padding: 0 0.5em 0 1em;
}
.navbar-default .navbar-nav>li ul {
margin: 0;
}
#portal-column-one {
float: left;
margin-top: 2em;
width: 100%;
}
#content .documentFirstHeading {
margin: 0 15px 15px;
}
.btn {
white-space: normal;
}
dl.portlet-collection-nouvelles dd.portletItem,
dl.portlet-collection-nieuws dd.portletItem {
margin: 10px;
font-size: 1em;
}
.seccionesDestacadas img {
max-width: 100%;
height: auto;
}
dl.portlet-collection-nouvelles dd.portletItem,
dl.portlet-collection-nieuws dd.portletItem {
clear: both;
}
.carousel-caption p {
font-size: 1.2em;
}
.carousel-caption h3,
.documentFirstHeadingCarousel {
max-width: 500px;
}
#maintenanceAscenseurs p span {
min-height: 3em !important;
}
#maintenanceAscenseurs .row {
background: none repeat scroll 0 0 transparent !important;
margin-bottom: 0;
}
.section-services #portal-column-content {
margin-bottom: 4em;
}
#oronaGreenDestacado {
display: none;
}
}
@media (max-width: 767px) {
.subproducts-menu h2 a {
font-size: 14px !important;
}
#colPrincipal .col-md-6 p,
#caracteristicas p {
font-size: 1em;
}
.ReferenceSearchPortlet select {
font-size: 14px !important;
}
dl.ReferenceSearchPortlet dt p {
font-size: 14px;
line-height: 160%;
}
.carousel-caption .btn {
font-size: 1em;
}
.template-homepage .portletCollection dd.portletItem {
font-size: 1em;
}
.NewsSearchPortlet select {
font-size: 1em;
}
#proposorona .texto p {
font-size: 1em;
line-height: 1.6em;
}
#proposorona #subsections .servicios h3 a span {
font-size: 1em;
}
#proposorona #subsections li.servicios {
background: #424242;
height: auto;
padding: 0;
position: relative;
}
#proposorona #subsections .servicios h3 a span {
background: none repeat scroll 0 0 #00A532;
left: 0;
margin-bottom: 0;
padding: 0.5em 15px;
position: relative;
width: 11.5em;
top: auto;
}
#proposorona #subsections .servicios h3 a {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
display: block;
height: auto;
left: 0;
position: relative;
top: 0;
z-index: 1000;
}
#proposorona #subsections .servicios .texto {
background: transparent;
left: auto;
padding: 10px 15px;
position: relative;
top: auto;
width: 100%;
}
#proposorona .texto p .accordionDimensionInternacional .contenidoLeft p,
.accordionDimensionInternacional ul,
#marqueValeurs .texto,
.eeacertificate,
#asesoramiento .bloque,
.portaltype-product #catalogo p,
.section-references #content-core .col-md-3,
.section-referenties #content-core .col-md-3,
.section-orona-service-clientele #content-core .countries li,
.section-orona-service-clientele #content-core .provinces li,
#subeConNosotros .pestanasSubeCont,
#colPrincipal h3.gestionDocu {
font-size: 1em;
}
#contactlink a,
#phonenumber a {
display: inline-block;
}
#contactlink,
#phonenumber {
display: inline-block;
margin-top: 3em;
}
.template-extendedcontentview_platform #colAux {
margin: 3em 1em;
}
body {
font-size: 14px !important;
font-family: 'Montserrat', sans-serif;
}
iframe {
width: 100%;
}
#portal-logo {
position: absolute;
top: 0;
left: 15px;
z-index: 99999991;
margin-top: 0;
}
.navbar-toggle {
margin-top: -20px;
}
#navbar-collapse-1 .nav {
border-top: 1px solid #efefef !important;
}
#portal-logo img {
max-width: 160px;
height: auto;
}
#portal-header-wrapper {
height: 100px;
background: #fff;
}
.navbar-default {
border: 0 !important;
background: transparent !important;
float: right;
margin-top: 3em;
}
.left_featured_2_columns .col-sm-6,
.left_featured_2_columns:last-child .col-sm-6 {
margin-bottom: 2em;
max-height: 100%;
height: auto;
}
.left_featured_2_columns:last-child .col-sm-6 img {
min-height: auto;
width: 100%;
}
.left_featured_2_columns h2,
.left_featured_1_columns h2 {
margin-top: 0;
}
.left_featured_2_columns:last-child {
margin: 1em -15px;
}
.left_featured_2_columns img {
max-width: 100%;
width: 100%;
}
.left_featured_1_columns .col-sm-12,
.left_featured_1_columns .col-sm-12 img,
.left_featured_1_columns .col-sm-12,
.left_featured_1_columns .col-sm-12 img {
max-height: 100% !important;
min-height: auto !important;
}
.left_featured_2_columns:first-child {
margin-bottom: 0;
}
.home-img-container {
max-height: 100%;
}
.home-img-container img {
top: 0;
left: 0;
width: 100%;
height: auto;
max-height: 100% !important;
min-height: 100%;
position: relative;
transform: none;
margin-top: 0;
}
.left_featured_1_columns .col-sm-12 a {
position: relative;
display: block;
height: 100%;
}
.left_featured_1_columns .col-sm-12 a p.details {
display: none !important;
}
.navbar-default .navbar-nav>li {
background:
#fff !important;
}
.navbar-collapse {}
.navbar-default .navbar-nav>li.mobile-languages {
display: block;
background: #efefef !important;
padding: 1em 1.7em;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border: 0;
background:
#fff !important;
}
.navbar-nav {
margin: 0;
}
.mobile-languages span {
font-weight: bold;
}
.mobile-languages #portal-languageselector.dropdown-menu {
float: none;
font-size: 13px;
left: auto;
right: 0;
z-index: 999999999;
}
.mobile-languages #portal-languageselector-wrapper {
border: 1px solid #dedede;
color:
#555555 !important;
padding: 0.3em 0.4em;
border-radius: 4px;
margin: 10px 0 15px;
font-size: 1em;
float: none;
position: relative;
right: 0;
}
.boton01,
#proposorona .texto p,
#proposorona #subsections h3,
.site-nl-be #proposorona #subsections .servicios .texto,
#proposorona #subsections .servicios h3 a span,
#groupeEntreprises .carousel-caption li,
#grupoEmpresarialEstructura #introduccion .img .leyenda,
#grupoEmpresarialEstructura #introduccion .frase,
.accordionDimensionInternacional .first p,
.accordionDimensionInternacional ul,
.accordionDimensionInternacional .contenidoLeft p,
#oronaenchiffres h2 span,
#marqueValeurs .texto,
#oronaGreen #entorno .colDrcha p,
#ecodiseno .panel,
#documentacion ul li .descarga span span,
.eeacertificate,
#TravaillezAvecNous .consult-offers,
.site-nl-be #introduccion .col-md-6 ul li,
.lopd,
.listadoMantenimiento p,
.listadoEspecificaciones li,
#sinAscensor .listado,
#pensadoEnTi .row,
.site-nl-be .listadoEspecificaciones li,
#asesoramiento .bloque,
.productDescription,
.portaltype-product #catalogo p,
.boton01 a.descarga span span,
#orona3g #detalle li,
#diseno .imgDescargable a span em,
dl.ReferenceSearchPortlet dt p.reference-search,
dl.ReferenceSearchPortlet dd input,
.section-references #content-core .col-md-3,
.section-referenties #content-core .col-md-3,
.common-reference-searches li a,
.common-reference-searches a,
.other-segments li a,
.referenceFilter a:first-child,
#innovacionEic .bloque p,
#innovacionEic .bloque li,
#corporation div p,
.section-orona-service-clientele #content-core .countries li,
.section-orona-service-clientele #content-core .provinces li,
#RulesCarousel,
#documentos a {
font-size: 1em;
}
#portal-searchbox,
#header-links,
.breadcrumb,
#custom-tagline {
display: none;
}
#HomeCarousel {
display: none;
}
.navbar-default .navbar-nav>li ul li a {
font-size: 1em;
padding: 0 0.7em 0 1em;
}
.navbar-default .navbar-nav>li ul {
margin: 0;
}
#content .documentFirstHeading {
margin-top: 0.5em;
}
.portaltype-country .phone24 {
position: relative;
top: auto;
max-width: 100%;
line-height: 140%;
margin: 1em;
}
.portaltype-country .phone24 a {
background: url("/images/telwhite.png") no-repeat 0 8px;
padding-top: 5px;
display: inline-block;
}
.site-es-es.section-orona-service-clientele #portal-column-one #send-us-email,
.site-fr-fr.section-orona-service-clientele #portal-column-one #send-us-email,
.site-nl-nl.section-orona-service-clientele #portal-column-one #send-us-email {
margin-top: 0;
}
#portal-column-one .portletStaticText,
.ReferenceSearchPortlet {
margin: 0 !important;
}
#RulesCarousel {
display: none;
}
#country-header img {
max-width: 100%;
}
#country-header {
min-height: 160px;
}
#country-header h1 {
font-size: 1.5em !important;
}
.country-header-text-province {
font-size: 1.5em;
top: 105px;
}
#portal-header-wrapper {
background: none repeat scroll 0 0 #fff;
margin-top: 5px;
}
.navbar-default .navbar-nav>li ul {
padding-left: 1.5em;
position: relative;
top: auto;
}
.navbar-default {
z-index: 9999999;
background: #fafafa;
/* */
background: -moz-linear-gradient(top, #fafafa 0%, #f1f1f1 100%);
/* */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #f1f1f1));
/* */
background: -webkit-linear-gradient(top, #fafafa 0%, #f1f1f1 100%);
/* */
background: -o-linear-gradient(top, #fafafa 0%, #f1f1f1 100%);
/* */
background: -ms-linear-gradient(top, #fafafa 0%, #f1f1f1 100%);
/* */
background: linear-gradient(to bottom, #fafafa 0%, #f1f1f1 100%);
/* */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f1f1f1', GradientType=0);
/* */
max-width: 100%;
height: auto;
border-top: 1px solid #dedede;
border-bottom: 1px solid #dedede;
}
.navbar-default .navbar-nav>li ul li a {
width: auto;
padding: 0.5em 0.5em 0.5em 1.5em;
display: block;
margin: 0;
}
.navbar-default .navbar-nav>li ul li:first-child a {
padding: 0.5em 0.5em 0.5em 1.5em;
}
.navbar-default .caret {
display: none !important;
}
.navbar-default .navbar-nav>li {
background: none;
}
.navbar-nav {
margin: 7.5px 0;
}
.navbar-collapse {
max-height: auto;
}
.template-homepage .destacado {
max-width: 100%;
margin: 0 0 80px;
position: inherit;
}
.template-homepage #portal-column-content .destacado h2 {
position: relative;
left: 0;
bottom: auto;
top: -30px;
}
.template-homepage #portal-column-content .destacado p {
left: 0;
width: 100%;
margin: 0;
bottom: -69px;
}
.template-homepage #portal-column-content {
margin-left: 0;
}
.scrollup {
display: none;
}
#main-content .center {
margin: 1em 4%;
max-width: 100%;
width: 92% !important;
padding-bottom: 1em;
}
.template-homepage #main-content {
padding: 15px;
}
#portal-languageselector-wrapper,
#portal-languageselector.dropdown-menu {
font-size: 1em;
}
#portal-languageselector.dropdown-menu>li>a {
padding: 6px 20px;
}
.left_featured_1_columns .col-sm-12 a p.details {
display: block;
padding: 8em 0 0;
font-size: 130%;
background: rgba(248, 80, 50, 0);
background: -moz-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(0, 0, 0, .5) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248, 80, 50, .5)), color-stop(100%, rgba(0, 0, 0, 1)));
background: -webkit-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(0, 0, 0, .5) 100%);
background: -o-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(0, 0, 0, .5) 100%);
background: -ms-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(0, 0, 0, .5) 100%);
background: linear-gradient(to bottom, rgba(248, 80, 50, 0) 0%, rgba(0, 0, 0, .5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#000000', GradientType=0);
}
.mobile-languages #portal-languageselector-wrapper {
position: relative;
}
.mobile-languages #portal-languageselector-wrapper::before {
content: "\e114";
opacity: 0.9;
display: block;
margin-top: 4px;
margin-left: 4px;
position: relative;
top: 1px;
right: 10px;
position: absolute;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
#portal-languageselector-wrapper a {
color:
#555555 !important;
width: 100%;
display: block;
}
#need-help li {
border-bottom: 1px solid #dddddd;
float: left;
height: auto;
width: 100%;
}
#need-help li.contact div {
height: auto;
padding-top: 0;
}
#need-help li a span {
margin-left: .3em;
}
#need-help .sprite {
display: flex;
line-height: 30px;
}
#need-help .sprite#submit-button-need {
display: block;
line-height: auto;
}
#need-help li.contact .a label {
font-size: 1em;
min-height: 60px;
}
#pieProvincia {
margin-top: 2em;
}
.referenceFilter {
float: left;
margin: 1em 1.5%;
position: relative;
width: 100%;
display: block;
}
#need-help-products li:first-child p {
text-align: center !important;
}
#need-help li.contact .a label {
font-size: 1em;
}
#need-help li.contact select {
border-radius: 6px;
padding: 8px 3px;
}
#need-help li.contact button {
font-size: 1em;
margin-top: 10px;
padding: 8px 0 1px;
}
#need-help li.contact .a .linea1 {
font-size: 1em;
}
#need-help li.contact select {
font-size: 1em;
}
#portal-siteactions {
font-size: 0.9em;
padding: 1.2em 0 1.5em;
}
#portal-siteactions ul li a {
display: block;
float: left;
padding: 5px 10px 5px 0;
}
#need-help li span.sprite br {
display: none;
}
#portal-siteactions ul li {
display: inline-block;
padding-right: 0;
}
#groupeEntreprises .carousel {
display: none;
}
#grupoEmpresarialEstructura #introduccion .img img {
max-width: 100%;
}
#grupoEmpresarialEstructura #introduccion .img .leyenda {
color: #969696;
font-size: 0.9em;
left: 1em;
position: relative;
top: 0;
width: 100%;
z-index: 5;
}
.contenidoAcordeon .col-md-4 {
width: 96%;
margin: 2em 2% 0;
}
.contenidoAcordeon {
margin: 0;
}
.accordionDimensionInternacional {
min-height: auto;
margin: 2em 2% 0;
}
.contenidoAcordeon .accordionDimensionInternacional {
min-height: 0;
}
.accordionDimensionInternacional #logos {
display: none;
}
#grupoEmpresarialEstructura #introduccion .texto {
float: left;
}
#grupoEmpresarialEstructura #introduccion strong {
margin-bottom: 0.5em;
}
#oronaenchiffres img {
max-width: 100%;
}
#marqueValeurs .col-md-4 {
border-right: 1px solid #E6E9DE;
min-height: 0;
margin: 1em 0;
}
#marqueValeurs .col-md-4 div {
height: auto;
padding: 10px 10px 0;
}
#marqueValeurs #compromiso div {
background: url("/images/bg-marcavalores-compromiso.jpg") no-repeat scroll left 60px rgba(0, 0, 0, 0);
background-size: 100% auto;
}
#marqueValeurs #confiabilidad div {
background: url("/images/bg-marcavalores-confiabilidad.jpg") no-repeat scroll left 60px rgba(0, 0, 0, 0);
background-size: 100% auto;
}
#marqueValeurs #agilidad div {
background: url("/images/bg-marcavalores-agilidad.jpg") no-repeat scroll left 60px rgba(0, 0, 0, 0);
background-size: 100% auto;
}
#marqueValeurs .texto {
background: none repeat scroll 0 0 #fff;
font-size: 0.9em;
line-height: 1.2em;
margin: 250px -10px 0;
padding: 15px;
}
#oronaGreenDestacado {
display: none;
}
#oronaGreen #myCarousel,
#innovacionEic #myCarousel {
display: none;
}
#accordion h2 a {
padding-right: 50px;
}
#oronaGreen #medioAmbiente li p {
min-height: 0;
}
#oronaGreen #accordion li {
margin-bottom: 2em;
}
#oronaGreen #entorno .colIzq {
float: none;
width: 100%;
padding: 0;
}
#oronaGreen #entorno .colDrcha {
float: none;
width: 100%;
padding: 0;
}
#oronaGreen #tabs .tabs {
height: auto;
margin: 2em 0 0.75em;
}
#oronaGreen .tabs li {
margin-bottom: 2em;
width: 45%;
}
#oronaGreen #tabs #tabs-2 span {
left: 1em;
}
#oronaGreen #tabs .tabs li a span {
width: auto;
text-align: left;
}
#oronaGreen #accordion div {
width: auto;
}
#oronaGreen #tabs div span {
left: 2em !important;
}
#oronaGreen #medioAmbiente li img {
width: auto;
}
.image-inline {
margin: 0.5em 0;
}
#ecodiseno .col-md-9 {
float: none;
width: 100%;
}
#ecodiseno #fieldtitles,
#ecodiseno #fieldvalues {
padding: 0;
}
#ecodiseno #accordion #fieldtitles h3 {
margin: 5px 0 0;
}
#ecodiseno #accordion #fieldtitles h3 a {
height: auto;
}
#documentacion ul li .descarga {
background: url("/images/bg-boton01-descargar.png") no-repeat scroll center 15px #414040;
padding: 2.7em 1em 0.9em;
width: 90%;
}
#faceted-form {
border-bottom: 15px solid #f3f3f3;
border-left: 15px solid #f3f3f3;
border-right: 15px solid #f3f3f3;
margin: 0;
padding: 0;
}
.faceted-document-text.row {
margin: 0;
}
#c1_widget,
#c2_widget {
float: none;
width: 100%;
}
.eeacertificate {
width: 96%;
margin: 0 0 2em;
height: auto;
}
.eeacertificate dl {
margin: 0 10px;
}
.eeacertificate img {
float: none;
margin-bottom: 5px;
}
.eea-preview-items h3 {
margin-left: 0;
}
#TravaillezAvecNous p,
#TravaillezAvecNous h2,
#TravaillezAvecNous .consult-offers {
position: relative;
text-align: left;
left: auto !important;
width: 100% !important;
top: auto !important;
}
#TravaillezAvecNous h2 {
color: #4a4a4a;
margin-top: 0;
}
#TravaillezAvecNous .consult-offers a {
padding: 1em;
}
.template-sendyourcvform #content #fieldset-2 legend,
.template-sendyourcvform #content #fieldset-3 legend,
.template-sendyourcvform #content #fieldset-4 legend,
.template-sendyourcvform #content #fieldset-5 legend,
.template-sendyourcvform #content legend,
.template-contactform #content legend,
.section-sollicitez-un-deviz #content legend {
text-align: left;
padding: 0.5em 0 0 0;
font-size: 2em !important;
}
.template-contactform fieldset .col-md-4 p,
.section-sollicitez-un-deviz fieldset .col-md-4 p {
text-align: left;
}
.template-sendyourcvform .col-md-8 label,
.template-contactform .col-md-8 label,
.section-sollicitez-un-deviz .col-md-8 label {
float: none;
margin-right: 1em;
min-height: 0;
text-align: left;
width: 100%;
}
.template-sendyourcvform .col-md-8,
.section-contact form .col-md-8 {
border-left: 0;
padding-bottom: 2em;
border-bottom: 1px dotted #949494;
margin-left: 15px;
margin-right: 15px;
}
.template-sendyourcvform fieldset.row,
.section-contact fieldset.row {
margin-bottom: 1em;
}
.template-sendyourcvform fieldset.row .col-md-8 .row,
.section-contact fieldset.row .col-md-8 .row {
margin-bottom: 1em;
}
.template-sendyourcvform .col-md-8 input.form-control,
.template-sendyourcvform .col-md-8 input,
.template-sendyourcvform .col-md-8 select,
.template-sendyourcvform textarea#presentation,
.section-contact .col-md-8 input.form-control,
.section-contact .col-md-8 input,
.section-contact .col-md-8 select {
width: 100%;
}
.template-sendyourcvform .fieldset-cv .row:last-child label,
.template-contactform form #fieldset-2 .row:last-child label {
margin-left: 0;
}
form .col-md-8 .row>small {
margin-left: 0;
}
.template-sendyourcvform .g-recaptcha,
.section-contact .g-recaptcha {
margin: 2em 0;
}
.template-contactform .g-recaptcha,
.section-sollicitez-un-deviz .g-recaptcha {
margin: -15px;
padding: 1em;
}
.template-sendyourcvform fieldset.row,
.section-contact fieldset.row {
margin-bottom: 0;
}
.template-contactform form,
.section-sollicitez-un-deviz form {
float: none;
}
select option {
margin: 1em;
}
.section-services #HomeCarousel {
display: block !important;
}
.section-services .carousel-inner {
}
.sliderReferencias .carousel-inner {
width: auto !important;
height: auto !important;
min-height: 280px;
}
.sliderReferencias .carousel-control.right {
bottom: 0%;
top: auto;
}
.sliderReferencias .carousel-control.left {
bottom: 0%;
top: auto;
}
.section-services .documentFirstHeadingCarousel {
left: 0;
max-width: 100%;
top: 100%;
background: none repeat scroll 0 0 #fff;
color: #434343;
position: relative;
width: 100%;
}
#services #introduccion img {
margin: 0;
width: 100%;
}
#services #introduccion .colDrcha {
border-left: 0;
}
#services #introduccion .colIzq {
text-align: left;
width: 100%;
}
#services #introduccion {
float: left;
text-align: left;
padding-top: 0;
}
#services #introduccion .titulo {
padding-left: 0 !important;
}
img.GlobalPresence {
width: 100%;
}
#pensadoEnTi .boton02 {
line-height: 110%;
margin: 0 5%;
}
#pensadoEnTi p {
margin: 0;
}
#pensadoEnTi {
padding: 2em 2em 0;
}
#pensadoEnTi .h2 .nonstop {
right: 0;
top: 0;
margin: 1em auto;
position: relative;
}
#pensadoEnTi .boton02 a {
margin-top: 0;
}
#introduccion #informacion strong {
line-height: 1.4;
}
.site-nl-be .listadoEspecificaciones li {
width: 100%;
}
.serviciosLista img,
.serviciosLista2 img {
margin: 0.5em 0;
width: 30%;
float: right;
}
.serviciosLista2 .col-md-6,
.serviciosLista .col-md-6 {
clear: both;
}
.serviciosLista2 .col-md-6 p,
.serviciosLista .col-md-6 p {
border-top: 0;
width: 65%;
float: left;
border-top: 2px solid #00a532;
margin-bottom: 2em;
padding-top: 0.5em;
}
#informacion .boton01 {
text-align: left;
}
#services24h p.txtCustomer,
#services24h p.txtCallHandling,
#services24h p.txtDataProcessing,
#services24h p.txtAutoDialer {
width: 100%;
}
#services24h img {
width: 100%;
}
#modernisations .destacadoAnalisis p a,
#modernisations .destacadoAnalisis p a:hover {
background-size: 100% auto;
background-position: left -20px
}
.listadoEspecificaciones li {
width: 100%;
}
.listadoEspecificaciones li img {
margin: 0 0.8em 1em 0;
padding: 0 0.8em 2em 0;
}
#sinAscensor img {
width: 100%;
}
.listado .col-md-4 {
padding-bottom: 2em;
}
#sinAscensor .listado .col-md-4 img {
width: auto;
margin-bottom: 5px;
}
#colPrincipal .col-md-12 {
margin-bottom: 0;
}
#maintenanceAscenseurs .col-md-6,
#colPrincipal .col-md-12 {
font-size: 1em;
}
#pensadoEnTi .concu p {
margin: 0;
}
#pensadoEnTi .contenido .col-md-6:first-child {
padding: 0 1em;
}
#colAux #html_element {
float: none;
margin-bottom: 4em;
}
#colAux {
margin-top: 2em;
}
.pasapas .panel-title {
font-size: 14px;
}
#diseno #accordion h3,
.subsection-immeuble-sans-ascenseur #accordion h3 {
margin: 0.25em 0 0.5em;
}
#maintenance .col-md-3,
.pasapas .col-md-6 {
margin-bottom: 1.5em;
}
#diseno .descargas .col-md-4 {
max-width: 225px;
}
#diseno .imgDescargable {
height: auto;
}
.asesoramientoContainer .bloque {
margin-bottom: 1em;
width: 100%;
}
.section-produits #portlet_service,
#portlet_energy,
#portlet_ideo {
display: none;
}
.section-a-propos-d-orona #portal-column-one .portletStaticText,
.section-produits #portal-column-one .portletStaticText {
max-width: 100%;
}
.product img {
width: auto;
height: auto;
}
.product,
.reference {
margin-bottom: 1.5em;
float: left;
display: block;
min-height: 180px;
}
.request-information-about strong {
margin-top: 5px;
margin-bottom: 5px;
}
.subsection-ascenseurs #HomeCarousel,
.subsection-plateformes #HomeCarousel {
display: block;
}
.subsection-ascenseurs .carousel-inner,
.subsection-plateformes .carousel-inner {
display: none;
}
.subsection-ascenseurs .documentFirstHeadingCarousel,
.subsection-plateformes .documentFirstHeadingCarousel {
left: 0;
max-width: 100%;
top: 100%;
background: none repeat scroll 0 0 #fff;
color: #434343;
position: relative;
width: 100%;
}
.subsection-ascenseurs #portal-column-content,
.subsection-plateformes #portal-column-content {
padding-bottom: 3em;
}
.image-description {
background: none repeat scroll 0 0 #00A532;
color: #fff;
font-size: 1.1em;
left: 0;
padding: 1em;
position: relative;
top: 0;
width: 100%;
}
.section-produits .boton01 {
float: left;
text-align: left;
}
.products h2,
.section-produits #detalle h2 {
padding: 0.4em 1.75em 0.4em 0.75em;
}
.subsection-ascenseurs-immeubles-residentiels #catalogo p {
height: auto;
padding-bottom: 1em;
}
.subsection-ascenseurs-immeubles-residentiels #catalogo ul li {
height: auto;
padding-bottom: 2em;
}
.portaltype-product #catalogo h3 {
border-top: 3px solid #ccc;
min-height: 0;
padding: 0.5em 0 1em;
}
.portaltype-product #catalogo p {
height: auto;
margin: 0 15px 1em 0;
}
.portaltype-product #catalogo ul li {
height: auto;
padding-bottom: 2em;
}
.portaltype-product #catalogo p {
padding-bottom: 1em;
}
.request-information-about .boton01 {
float: left;
}
.product-text img {
width: 100%;
}
.section-produits #detalle li strong {
display: block;
float: none;
width: 100%;
}
.section-produits #detalle li .valor {
float: none;
}
/* ******/
.products,
.section-produits #detalle {
margin: 0;
}
#orona3g .row .col-md-6 {
margin-top: 0;
padding: 0 15px;
}
#orona3g #documentacion li {
width: 100%;
}
#diseno #accordion .panel-body {
margin-left: 0;
}
.section-references .carousel-inner,
.section-referenties .carousel-inner {
background: #424242;
min-height: auto;
}
.reference-more-information a {
color: #fff;
}
.section-references #content-core .col-md-3,
.section-referenties #content-core .col-md-3 {
background: #424242;
border-radius: 0 0 8px 8px;
color: #fff;
font-size: 1em;
height: auto;
margin: -20px 15px 2em;
padding: 0.5em 1em 3em;
}
.by-segments,
.by-product {
float: none;
width: 100%;
}
.row.common-reference-searches {
background: none repeat scroll 0 0 #f2f2f2 !important;
padding: 1em 15px 0;
}
.common-reference-searches .col-md-6 {
padding-left: 0;
}
.row.references-more-information p,
.row.request-information p {
padding: 1em 1em 0;
}
.row.references-more-information p.boton02,
.row.request-information p.boton02 {
border-top: 0 none;
padding: 0 1em 2em;
}
.row.other-segments,
.row .request-information {
padding: 0 1em;
}
.other-segments li a {
float: none;
margin-right: 2em;
}
.referenceFilter {
display: block;
float: left;
margin: 1em 0;
position: relative;
width: 100%;
}
#innovacionInicio .row .col-md-6 {
width: auto;
margin: 15px;
min-height: 0;
}
.pestana {
height: auto;
}
.tab-pane img {
max-width: 100%;
}
#innovacionEic .pestana li {
width: 47%;
margin-bottom: 0;
}
#innovacionEic .pestana li a {
height: 100%;
min-height: 6em;
padding: 0.85em 0.65em 0.7em 0.6em;
}
#innovacionEic img.clearfix {
margin: 15px 0;
}
.site-es-es.template-contactform #portal-columns-container {
margin-top: 0px;
}
.site-es-es.template-contactform .col-md-8 label {
width: 100%;
min-height: auto;
margin-top: 10px;
}
.site-es-es.template-contactform .col-md-8 select.form-control,
.site-es-es.template-contactform .col-md-8 textarea,
.site-es-es.template-contactform .col-md-8 input.form-control {
width: 100%;
}
.site-es-es #contactform textarea,
.site-es-es.template-contactform form #fieldset-2 select {
max-width: 100%;
}
.site-es-es.template-contactform form .row {
padding: 0 15px;
}
.site-es-es #contactform #fieldset-2 .row:last-child #lopd_checkbox {
margin-left: 10px;
}
.site-es-es.template-contactform #content form .g-recaptcha {
padding-left: 25px;
}
.section-orona-service-clientele .portlet-static-orona-headquarters,
.section-orona-service-clientele .portlet-static-phone24 {
display: none;
}
#send-us-email {
margin-top: 0;
background: #323b3c url("/images/email.png") no-repeat scroll 10px 12px !important;
padding: 0.8em 1.25em 3.8em;
color: #c7c7c7;
}
#send-us-email .titulo {
font-size: 1.5em;
font-weight: 200;
margin: 0 0 1em 3em;
text-transform: uppercase;
color: #fff;
font-weight: normal;
}
.portaltype-country .phone24 {
margin: 1em 0;
}
.site-eu.portaltype-country .phone24 {
position: relative;
top: 0;
margin-top: 150px;
}
.site-eu #portal-column-one .portletStaticText.portlet-static-country-contact {
background: transparent;
margin-top: 0;
color: #4a4a4a;
}
.site-eu #portal-column-one .portletStaticText {
background: transparent;
}
.site-eu #country-header p.country-header-description {
top: 155px;
border-bottom: 10px solid #242424;
border-top: 10px solid #242424;
}
.site-eu #country-header p span {
float: none;
padding: 0 10px;
}
.site-es-es.section-orona-service-clientele #localizator,
.site-fr-fr.section-orona-service-clientele #localizator {
padding-bottom: 10px;
margin: 0;
}
.site-es-es.section-orona-service-clientele .phone24 {
margin-top: 0;
}
#colAux .portletStaticText.portlet-static-phone24 {
display: none;
}
.col-md-8 .portletStaticText.portlet-static-phone24 {
display: block;
}
.phone24 {
margin: 0 auto 1em !important;
}
.portaltype-product th div {
margin-left: 0;
}
#content img.tileImage,
#content div.newsImageContainer {
float: none;
display: block;
margin: 0 0 1em 0;
}
}

/* - ++resource++jquery.css - */
@media screen {
/* https://www.orona.co.uk/portal_css/++resource++jquery.css?original=1 */
/* */

}


/* - ++resource++eea.faceted-navigation.css - */
@media screen {
/* https://www.orona.co.uk/portal_css/++resource++eea.faceted-navigation.css?original=1 */
/* */
.faceted-noborder {
background:transparent none repeat scroll 0 0;
border: medium none;
}
.faceted-form {
padding: 1em 0 0 0;
margin: 0;
width: auto;
}
.faceted-widget {
}
#top-area {
}
#center-and-left-area {
float: left;
margin-right: -25em;
width: 100%;
}
#right-area {
float: right;
width: 25em;
overflow: hidden;
}
#center-area {
float: right;
margin-left: -25em;
width: 100%;
}
#left-area {
float: left;
width: 25em;
overflow: hidden;
}
#center-top-area {
}
#center-bottom-area {
}
#bottom-area {
clear: both;
}
.right-area-js {
margin-right: 25em;
}
.left-area-js {
margin-left: 25em;
}
/* */
.faceted-clear {
clear: both;
}
.faceted-left-column div.faceted-text-widget input[type=submit] {
float: right;
}
.faceted-right-column div.faceted-text-widget input[type=submit] {
float: right;
}
.faceted-left-column div.faceted-text-widget input[type=text] {
width: 99%;
}
.faceted-right-column div.faceted-text-widget input[type=text] {
width: 99%;
}
.faceted-left-column div.faceted-select-widget select{
width: 100%;
}
.faceted-right-column div.faceted-select-widget select{
width: 100%;
}
.faceted-left-column div.faceted-resultsperpage-widget select{
width: 100%;
}
.faceted-right-column div.faceted-resultsperpage-widget select{
width: 100%;
}
.faceted-left-column div.faceted-sorting-widget select{
width: 100%;
}
.faceted-right-column div.faceted-sorting-widget select{
width: 100%;
}
#faceted-form fieldset {
margin: 0.5em;
padding: 1em 0.5em 0.5em 0.5em;
border: 1px solid #ccc;
}
.widget-fieldset legend {
margin-bottom: 0.5em;
font-weight: bold;
}
/* */
.faceted_loading {
text-align: center;
}
/* */
.faceted-section-header {
}
#faceted-form .ui-widget {
font-size: 1em;
}
#faceted-form .ui-helper-reset {
font-size: 1em;
}
#faceted-form .ui-accordion .ui-accordion-content {
padding: 0px;
overflow: hidden;
border-width: 0;
border-style: none;
}
#faceted-form .ui-accordion .ui-state-default {
border: none;
background: none;
background-color: #95b229;
margin: 0 0.5em;
}
#faceted-form .ui-accordion .ui-state-default a {
color: #ffffff;
font-weight: bold;
}
#faceted-form .ui-accordion .ui-state-default a:hover {
border: none;
color: #e9efcd;
}
#faceted-form .ui-accordion .ui-state-active {
border: none;
background: none;
background-color: #e9efcd;
margin: 0 0.5em;
}
#faceted-form .ui-accordion .ui-state-active a{
color: #8e004d;
font-weight: bold;
}
#faceted-form .ui-accordion .ui-state-active a:hover{
border: none;
cursor: text;
}
.faceted-widget-locked legend{
color: #CCC;
}
.faceted-lock-overlay {
background: none;
}
.faceted-widget-loading {
background-image:url(../../++resource++faceted_images/ajax-loader-small.gif);
background-position:95% 1.5em;
background-repeat:no-repeat;
}
/* */
.faceted-widget-error {
display: none;
}
#faceted-form .faceted-sections-buttons {
float: right;
margin-right: 0.5em;
}
#faceted-form .faceted-sections-buttons a {
display: none;
color: #95B229;
}
.eea-preview-items:after {
content: '.';
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.icon-faceted_settings:before {
content: '\e812';
}

}


/* - ++resource++eea.facetednavigation.widgets.text.view.css - */
@media screen {
/* https://www.orona.co.uk/portal_css/++resource++eea.facetednavigation.widgets.text.view.css?original=1 */
.faceted-text-widget label.text-field {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}

}


/* - ++resource++eea.facetednavigation.widgets.tagscloud.view.css - */
@media screen {
/* https://www.orona.co.uk/portal_css/++resource++eea.facetednavigation.widgets.tagscloud.view.css?original=1 */
.tags-cloud li {
border: none;
text-decoration: none;
cursor: pointer;
color: #95B229;
}
.tags-cloud li:hover{
color: orange ! important;
}
.faceted-tag-disabled {
color: #ccc ! important;
}
li.faceted-tag-disabled:hover {
color: #ccc ! important;
}
.faceted-tag-selected {
color: orange ! important;
font-size: 110%;
}
.faceted-zero-count-hidden li.faceted-tag-disabled {
display: none ! important;
}

}


/* - ++resource++eea.facetednavigation.widgets.sorting.view.css - */
@media screen {
/* https://www.orona.co.uk/portal_css/++resource++eea.facetednavigation.widgets.sorting.view.css?original=1 */
.faceted-sorting-errors {
display: none;
}

}


/* - ++resource++eea.facetednavigation.widgets.select.view.css - */
@media screen {
/* https://www.orona.co.uk/portal_css/++resource++eea.facetednavigation.widgets.select.view.css?original=1 */
.faceted-select-item-disabled {
color: gray;
}
.faceted-zero-count-hidden .faceted-select-item-disabled {
display: none;
}
.faceted-select-widget label.select-field {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}

}


/* - ++resource++eea.facetednavigation.widgets.range.view.css - */
@media screen {
/* https://www.orona.co.uk/portal_css/++resource++eea.facetednavigation.widgets.range.view.css?original=1 */
.faceted-range-widget-form div {
float: left;
margin-left: 0.5em;
}
.faceted-range-widget-form div label {
display: block;
}
.faceted-range-widget-form input {
width: 10em;
}

}


/* - ++resource++eea.facetednavigation.widgets.radio.view.css - */
@media screen {
/* https://www.orona.co.uk/portal_css/++resource++eea.facetednavigation.widgets.radio.view.css?original=1 */
.faceted-radio-item-disabled {
color: gray;
}
.faceted-zero-count-hidden .faceted-radio-item-disabled {
display: none ! important;
}

}


/* - ++resource++eea.facetednavigation.widgets.portlet.view.css - */
@media screen {
/* https://www.orona.co.uk/portal_css/++resource++eea.facetednavigation.widgets.portlet.view.css?original=1 */
.faceted-portlet-widget fieldset {
margin: 0.5em;
padding: 0em;
}

}


/* - ++resource++eea.facetednavigation.widgets.path.view.css - */
@media screen {
/* https://www.orona.co.uk/portal_css/++resource++eea.facetednavigation.widgets.path.view.css?original=1 */
.faceted-path-widget input {
width: 99%;
}
.faceted-path-widget .tree {
position: absolute ! important;
background-color: #FFFFFF;
border: 1px dotted #CCCCCC;
z-index: 1;
}
.faceted-path-widget .tree > .ltr > li {
display: block ! important;
}
.faceted-path-widget .tree li a {
border: none ! important;
}

}


/* - ++resource++eea.facetednavigation.widgets.debug.view.css - */
@media screen {
/* https://www.orona.co.uk/portal_css/++resource++eea.facetednavigation.widgets.debug.view.css?original=1 */
.faceted-debug-widget pre {
max-height: 200px;
}
.faceted-debug-widget dt {
clear: both;
}

}


/* - ++resource++eea.facetednavigation.widgets.daterange.view.css - */
@media screen {
/* https://www.orona.co.uk/portal_css/++resource++eea.facetednavigation.widgets.daterange.view.css?original=1 */
.faceted-daterange-widget-form div {
float: left;
margin-left: 0.5em;
}
.faceted-daterange-widget-form div label {
display: block;
}
.faceted-daterange-widget-form input {
width: 10em;
}

}


/* - ++resource++eea.facetednavigation.widgets.date.view.css - */
@media screen {
/* https://www.orona.co.uk/portal_css/++resource++eea.facetednavigation.widgets.date.view.css?original=1 */
.faceted-date-widget form {
margin: 2em;
margin-top: 0;
}
.faceted-date-widget-form .ui-slider span.ui-slider-label {
position:relative;
}
.faceted-date-widget-form .ui-state-default,
.faceted-date-widget-form .ui-widget-content .ui-state-default {
background-image: none;
background-color: #e9efcd;
border-color: #95b229;
border-width: 1px;
border-style: solid;
margin: 0;
}
.faceted-date-widget-form .ui-slider {
border: 1px solid #95b229;
}
.faceted-date-widget-form .ui-slider-tooltip {
border: 1px solid #aaa;
}
.faceted-date-widget-form .ui-slider-horizontal {
margin-left:-0.6em;
}
.faceted-date-widget-form .ui-widget-header {
background-image: none;
background-color: #e9efcd;
}

}


/* - ++resource++eea.facetednavigation.widgets.criteria.view.css - */
@media screen {
/* https://www.orona.co.uk/portal_css/++resource++eea.facetednavigation.widgets.criteria.view.css?original=1 */
.faceted-criteria-syndication-rss {
float: right;
padding: 0.2em;
}
.faceted-criteria-syndication-skos {
float: right;
padding: 0.2em;
}
.faceted-criteria {
text-align: left;
}
.faceted-criteria a {
color: #95B229 !important;
text-decoration: none !important;
border: none !important;
}
.faceted-criteria a:visited {
color: #95B229 !important;
text-decoration: none !important;
border: none !important;
}
.faceted-criteria span {
padding-left: 0.2em;
padding-right: 0.5em;
}
.faceted-criteria dt{
font-weight: bold;
}
.faceted-criteria dd{
margin-left: 1.5em;
font-weight: normal;
}
.faceted-criteria-reset {
}
.faceted-criteria-hide-show {
float: left;
margin-right: 1em;
}
.faceted-criteria-hide {
}
.faceted-criteria-show {
display: none;
}
.faceted-criteria-count {
display: none;
}

}


/* - ++resource++eea.facetednavigation.widgets.checkbox.view.css - */
@media screen {
/* https://www.orona.co.uk/portal_css/++resource++eea.facetednavigation.widgets.checkbox.view.css?original=1 */
.faceted-checkbox-item-disabled {
color: gray;
}
.faceted-zero-count-hidden .faceted-checkbox-item-disabled {
display: none ! important;
}
.widget-fieldset {
}
.widget-fieldset ul {
margin: 0px;
list-style: none ! important;
}
.widget-fieldset ul li input {
clear: both;
float: left;
}
.widget-fieldset ul li label {
font-weight: normal;
padding-left: 0.5em;
}
.faceted-checkbox-more {
text-align: right;
}
.faceted-checkbox-less {
text-align: right;
}
/* */
.faceted-operator {
text-align: right;
margin-top: -20px;
}
.faceted-operator label {
font-weight: normal;
}
.faceted-operator a,
.faceted-operator a:visited,
.faceted-operator a:hover {
color: #95B229;
border: none;
text-decoration: none;
}
/* */

}


/* - ++resource++eea.facetednavigation.widgets.autocomplete.view.css - */
@media screen {
/* https://www.orona.co.uk/portal_css/++resource++eea.facetednavigation.widgets.autocomplete.view.css?original=1 */
.faceted-autocomplete-widget label.text-field {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
#content ul.select2-choices {
margin-left: 0;
}
.select2-container-multi .select2-choices .select2-search-field input {
min-width: 100px;
}

}


/* - ++resource++eea.facetednavigation.widgets.alphabets.view.css - */
@media screen {
/* https://www.orona.co.uk/portal_css/++resource++eea.facetednavigation.widgets.alphabets.view.css?original=1 */
.faceted-zero-count-hidden .faceted-alphabetic-letter-disabled {
display: none;
}
.faceted-top-column .faceted-alphabetic-widget {
text-align: center;
}
.faceted-center-column .faceted-alphabetic-widget {
text-align: center;
}
.faceted_letter {
color: #95B229;
font-weight: bold;
font-size: 1.2em;
cursor: pointer;
padding: 0 0.2em 0 0.2em;
background-color: transparent;
}
.faceted_letter:hover{
color: orange;
background-color: #ccc;
}
.faceted_letter_selected {
background-color: #ccc;
color: orange;
font-size: 1.7em;
}
.faceted-alphabetic-letter-disabled {
color: gray;
cursor: auto;
}
.faceted-alphabetic-letter-disabled:hover{
color: gray;
background-color: transparent;
}

}


/* - ++resource++plone.formwidget.autocomplete/jquery.autocomplete.css - */
@media screen {
/* https://www.orona.co.uk/portal_css/++resource++plone.formwidget.autocomplete/jquery.autocomplete.css?original=1 */
.ac_results {
padding: 0px;
border: 1px solid black;
background-color: white;
overflow: hidden;
z-index: 99999;
}
.ac_results ul {
width: 100%;
list-style-position: outside;
list-style: none;
padding: 0;
margin: 0;
}
.ac_results li {
margin: 0px;
padding: 2px 5px;
cursor: default;
display: block;
font: menu;
font-size: 12px;
line-height: 16px;
overflow: hidden;
}
.ac_loading {
background: white url('/++resource++plone.formwidget.autocomplete/indicator.gif') right center no-repeat;
}
.ac_odd {
background-color: #eee;
}
.ac_over {
background-color: #0A246A;
color: white;
}

}

